diff -Nru cddlib-094h/aclocal.m4 cddlib-094j/aclocal.m4 --- cddlib-094h/aclocal.m4 2012-03-23 08:44:57.000000000 +0000 +++ cddlib-094j/aclocal.m4 2018-06-11 07:21:07.000000000 +0000 @@ -1,7971 +1,26 @@ -# generated automatically by aclocal 1.10.2 -*- Autoconf -*- +# generated automatically by aclocal 1.15.1 -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 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. - -# 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 - - # 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="/lib /usr/lib $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($@)))])]) +# Copyright (C) 1996-2017 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. -# 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 +# 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. -# 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])]) +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, +[m4_warning([this file was generated for autoconf 2.69. +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'.])]) -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -7977,10 +32,10 @@ # 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.10' +[am__api_version='1.15' 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.10.2], [], +m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -7996,22 +51,22 @@ # 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.10.2])dnl +[AM_AUTOMAKE_VERSION([1.15.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. +# Copyright (C) 2001-2017 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/../..'. +# $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 @@ -8030,7 +85,7 @@ # # 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 +# 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, @@ -8048,34 +103,31 @@ # 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` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])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 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2017 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 8 - # 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_PREREQ([2.52])dnl + m4_if([$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='#' @@ -8089,16 +141,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2017 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 -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# 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 @@ -8108,7 +158,7 @@ # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # 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 @@ -8121,12 +171,13 @@ 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=]) +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" 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], @@ -8134,8 +185,9 @@ # 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'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -8153,6 +205,16 @@ 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 @@ -8164,35 +226,49 @@ : > 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 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > 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 + # 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 ;; + msvc7 | msvc7msys | 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 - # 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. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $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 sub/conftest.${OBJEXT-o} 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 @@ -8225,7 +301,7 @@ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# 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 @@ -8235,80 +311,85 @@ # 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]) +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 -# Free Software Foundation, Inc. +# Copyright (C) 1999-2017 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_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" +[{ + # Older Autoconf 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"` + # 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'`; 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 -done +} ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -8317,7 +398,7 @@ # 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 +# 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], @@ -8327,18 +408,21 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 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 13 - # 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. +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- @@ -8351,7 +435,7 @@ # 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.60])dnl +[AC_PREREQ([2.65])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 @@ -8380,55 +464,125 @@ # 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_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +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_if( + m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, [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 +[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) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -AC_REQUIRE([AM_PROG_MKDIR_P])dnl -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +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([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). 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([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 + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_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 + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_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_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro 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 + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) +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 @@ -8451,7 +605,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -8462,17 +616,22 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) +if test x"${install_sh+set}" != 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. +# Copyright (C) 2003-2017 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], @@ -8488,14 +647,12 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 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 3 - # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. @@ -8503,7 +660,7 @@ [am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. @@ -8513,24 +670,24 @@ _am_result=none # First try GNU make style include. echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi +# 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 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi + 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]) @@ -8540,15 +697,12 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1997-2017 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_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], @@ -8556,73 +710,51 @@ $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. +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, 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 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +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 " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " else am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) + 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. +# Copyright (C) 2001-2017 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)]) +[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)])]) @@ -8633,47 +765,126 @@ 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) 1999-2017 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_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) -# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 -# Free Software Foundation, Inc. +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2017 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_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2017 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_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's +# 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 + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + 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 + 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 + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done test "$[2]" = conftest.file ) then @@ -8683,9 +894,85 @@ AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -AC_MSG_RESULT(yes)]) +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2017 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_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -8693,27 +980,27 @@ # AM_PROG_INSTALL_STRIP # --------------------- -# One issue with vendor `install' (even GNU) is that you can't +# 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 +# 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 +# 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'. +# 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 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -8725,20 +1012,23 @@ # 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. +# Copyright (C) 2004-2017 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'. +# 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 @@ -8748,76 +1038,120 @@ # 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. +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll 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 +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], - # 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]) + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + 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 - 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_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([m4/libtool.m4]) +m4_include([m4/ltoptions.m4]) +m4_include([m4/ltsugar.m4]) +m4_include([m4/ltversion.m4]) +m4_include([m4/lt~obsolete.m4]) diff -Nru cddlib-094h/aclocal.m4~ cddlib-094j/aclocal.m4~ --- cddlib-094h/aclocal.m4~ 2012-03-23 08:35:45.000000000 +0000 +++ cddlib-094j/aclocal.m4~ 1970-01-01 00:00:00.000000000 +0000 @@ -1,758 +0,0 @@ -# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*- - -# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 -# 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. - -# Do all the work for Automake. -*- Autoconf -*- - -# 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. - -# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 -# 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 8 - -# 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... - - -AC_PREREQ([2.52]) - -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow -# the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl - -# 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_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -fi - -# 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 - 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) -AM_MISSING_PROG(AMTAR, tar) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -# 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 - -_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 -]) -]) - -# Copyright 2002 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - -# 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. -AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.6"]) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.6.3])]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright 2001, 2002 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 2 - -# _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], -[AC_FOREACH([_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. -# - -# Copyright 1996, 1997, 2000, 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 3 - -# 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 -# 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)]) - -# -*- Autoconf -*- - - -# Copyright 1997, 1999, 2000, 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 3 - -# 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 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# 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 -]) - -# AM_AUX_DIR_EXPAND - -# Copyright 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# 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. - -# Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50]) - -AC_DEFUN([AM_AUX_DIR_EXPAND], [ -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. - -# Copyright 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) - -# AM_PROG_INSTALL_STRIP - -# Copyright 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# 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="\${SHELL} \$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# serial 4 -*- Autoconf -*- - -# Copyright 1999, 2000, 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - - -# 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], 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 - - 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 - for depmode in $am_compiler_list; do - # 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. - echo '#include "conftest.h"' > conftest.c - echo 'int i;' > conftest.h - echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf - - case $depmode in - 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 - ;; - none) break ;; - esac - # 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. - if depmode=$depmode \ - source=conftest.c object=conftest.o \ - depfile=conftest.Po tmpdepfile=conftest.TPo \ - $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && - grep conftest.h conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - am_cv_$1_dependencies_compiler_type=$depmode - break - 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_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[rm -f .deps 2>/dev/null -mkdir .deps 2>/dev/null -if test -d .deps; then - DEPDIR=.deps -else - # MS-DOS does not allow filenames that begin with a dot. - DEPDIR=_deps -fi -rmdir .deps 2>/dev/null -AC_SUBST([DEPDIR]) -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking Speeds up one-time builds - --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]) -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright 1999, 2000, 2001, 2002 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -#serial 2 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[for mf in $CONFIG_FILES; 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. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue - # Extract the definition of DEP_FILES from the Makefile without - # running `make'. - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` - test -z "$DEPDIR" && continue - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n -e '/^U = / s///p' < "$mf"` - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" - # 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 -e ' - /^DEP_FILES = .*\\\\$/ { - s/^DEP_FILES = // - :loop - s/\\\\$// - p - n - /\\\\$/ b loop - p - } - /^DEP_FILES = / s/^DEP_FILES = //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"]) -]) - -# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*- - -# 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 2 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -doit: - @echo done -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 -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi -AC_SUBST(am__include) -AC_SUBST(am__quote) -AC_MSG_RESULT($_am_result) -rm -f confinc confmf -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright 1997, 2000, 2001 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 5 - -AC_PREREQ(2.52) - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) -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])]) - diff -Nru cddlib-094h/AUTHORS cddlib-094j/AUTHORS --- cddlib-094h/AUTHORS 2012-03-25 11:22:15.000000000 +0000 +++ cddlib-094j/AUTHORS 2018-06-11 07:16:03.000000000 +0000 @@ -1,21 +1,8 @@ -Current Address: Komei Fukuda Department of Mathematics, and Institute of Theoretical Computer Science ETH Zurich (CAB G 33.3) -Universitaetsstrasse 6 +Universitaetstrasse 6 CH-8092 Zurich, Switzerland Tel +41-44-632-4023, Fax +41-44-632-1063 -http://www.ifor.math.ethz.ch/~fukuda/ - -Previous Addrss: -Komei Fukuda -School of Computer Science -McGill University -McConnel Engineering Building -3480 University Street -Montreal, Quebec -Canada H3A 2A7 -email: fukuda@cs.mcgill.ca -fax: +1-514-398-3883 - +http://www.inf.ethz.ch/personal/fukudak/ diff -Nru cddlib-094h/autom4te.cache/output.0 cddlib-094j/autom4te.cache/output.0 --- cddlib-094h/autom4te.cache/output.0 2012-03-23 08:44:57.000000000 +0000 +++ cddlib-094j/autom4te.cache/output.0 1970-01-01 00:00:00.000000000 +0000 @@ -1,13624 +0,0 @@ -@%:@! /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=. -LIB@&t@OBJS= -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= - -# 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='LTLIBOBJS -LIB@&t@OBJS -CPP -OTOOL64 -OTOOL -LIPO -NMEDIT -DSYMUTIL -lt_ECHO -RANLIB -AR -OBJDUMP -LN_S -NM -ac_ct_DUMPBIN -DUMPBIN -LD -FGREP -EGREP -GREP -SED -host_os -host_vendor -host_cpu -host -build_os -build_vendor -build_cpu -build -LIBTOOL -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 -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 -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_dependency_tracking -enable_shared -enable_static -with_pic -enable_fast_install -with_gnu_ld -enable_libtool_lock -' - ac_precious_vars='build_alias -host_alias -target_alias -CC -CFLAGS -LDFLAGS -LIBS -CPPFLAGS -CPP' - - -# 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] - --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) - -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@:>@ - -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 - -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 - - - -am__api_version='1.10' - -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. - - -# 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 -# 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` - -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# 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 - -{ $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=cddlib - VERSION=0.94 - - -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"} - -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} - -# 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" - -# 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 -' - - - - - - -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 -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.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 -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -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 - - - -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 - 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 - - case $depmode in - 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 - ;; - none) break ;; - esac - # 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. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} 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 sub/conftest.${OBJEXT-o} 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 - - -# 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' - -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" - -# 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 - - -{ $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 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 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:__oline__: $ac_compile\"" >&5) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&5 - (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&5) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&5 - (eval echo "\"\$as_me:__oline__: 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; } - -{ $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 - -# 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 __oline__ "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 - -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 - - -{ $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 - -# 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 - - - enable_win32_dll=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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 - echo "$as_me:__oline__: \$? = $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@&t@ -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@&t@ -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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 - echo "$as_me:__oline__: \$? = $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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 - echo "$as_me:__oline__: \$? = $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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 - echo "$as_me:__oline__: \$? = $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 - - # 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="/lib /usr/lib $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 __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 { (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 __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 { (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 main in -lgmp" >&5 -$as_echo_n "checking for main in -lgmp... " >&6; } -if test "${ac_cv_lib_gmp_main+set}" = set; then - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lgmp $LIBS" -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 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 - ac_cv_lib_gmp_main=yes -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_gmp_main=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_gmp_main" >&5 -$as_echo "$ac_cv_lib_gmp_main" >&6; } -if test "x$ac_cv_lib_gmp_main" = x""yes; then - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBGMP 1 -_ACEOF - - LIBS="-lgmp $LIBS" - -fi - - -{ $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 - - -{ $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 - - - -ac_config_files="$ac_config_files lib-src/Makefile src/Makefile lib-src-gmp/Makefile src-gmp/Makefile Makefile" - -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 : $LIB@&t@OBJS; 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 -LIB@&t@OBJS=$ac_libobjs - -LTLIBOBJS=$ac_ltlibobjs - - -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 - -: ${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' -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"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $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"`' - -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 \ -OBJDUMP \ -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; 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; 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" ;; - "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "lib-src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src-gmp/Makefile" ;; - "src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES src-gmp/Makefile" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - - *) { { $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="" - -# ### BEGIN LIBTOOL CONFIG - -# 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 - -# An object symbol dumper. -OBJDUMP=$lt_OBJDUMP - -# 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 - -# ### 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" - - ;; - - 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 - diff -Nru cddlib-094h/autom4te.cache/output.1 cddlib-094j/autom4te.cache/output.1 --- cddlib-094h/autom4te.cache/output.1 2012-03-23 08:40:03.000000000 +0000 +++ cddlib-094j/autom4te.cache/output.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,13628 +0,0 @@ -@%:@! /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=. -LIB@&t@OBJS= -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= - -# 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='LTLIBOBJS -LIB@&t@OBJS -CPP -OTOOL64 -OTOOL -LIPO -NMEDIT -DSYMUTIL -lt_ECHO -RANLIB -AR -OBJDUMP -LN_S -NM -ac_ct_DUMPBIN -DUMPBIN -LD -FGREP -EGREP -GREP -SED -host_os -host_vendor -host_cpu -host -build_os -build_vendor -build_cpu -build -LIBTOOL -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 -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 -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_dependency_tracking -enable_shared -enable_static -with_pic -enable_fast_install -with_gnu_ld -enable_libtool_lock -' - ac_precious_vars='build_alias -host_alias -target_alias -CC -CFLAGS -LDFLAGS -LIBS -CPPFLAGS -CPP' - - -# 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] - --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) - -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@:>@ - -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 - -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 - - - -am__api_version='1.10' - -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. - - -# 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 -# 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` - -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# 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 - -{ $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=cddlib - VERSION=0.94 - - -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"} - -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} - -# 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" - -# 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 -' - - - - - - -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 -DEPDIR="${am__leading_dot}deps" - -ac_config_commands="$ac_config_commands depfiles" - - -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.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 -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -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 - - - -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 - 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 - - case $depmode in - 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 - ;; - none) break ;; - esac - # 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. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} 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 sub/conftest.${OBJEXT-o} 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 - - -# 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' - -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" - -# 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 - - -{ $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 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 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:__oline__: $ac_compile\"" >&5) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&5 - (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&5) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&5 - (eval echo "\"\$as_me:__oline__: 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; } - -{ $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 - -# 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 __oline__ "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 - -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 - - -{ $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 - -# 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 - - - enable_win32_dll=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* - - -## 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... -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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 - echo "$as_me:__oline__: \$? = $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@&t@ -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@&t@ -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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 - echo "$as_me:__oline__: \$? = $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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 - echo "$as_me:__oline__: \$? = $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:__oline__: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 - echo "$as_me:__oline__: \$? = $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 - - # 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="/lib /usr/lib $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 __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 { (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 __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 { (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 main in -lgmp" >&5 -$as_echo_n "checking for main in -lgmp... " >&6; } -if test "${ac_cv_lib_gmp_main+set}" = set; then - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lgmp $LIBS" -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 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 - ac_cv_lib_gmp_main=yes -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_gmp_main=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_gmp_main" >&5 -$as_echo "$ac_cv_lib_gmp_main" >&6; } -if test "x$ac_cv_lib_gmp_main" = x""yes; then - cat >>confdefs.h <<_ACEOF -@%:@define HAVE_LIBGMP 1 -_ACEOF - - LIBS="-lgmp $LIBS" - -fi - - -{ $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 - - -{ $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 - - - -ac_config_files="$ac_config_files lib-src/Makefile src/Makefile lib-src-gmp/Makefile src-gmp/Makefile Makefile" - -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 : $LIB@&t@OBJS; 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 -LIB@&t@OBJS=$ac_libobjs - -LTLIBOBJS=$ac_ltlibobjs - - -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 - -: ${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' -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"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $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"`' - -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 \ -OBJDUMP \ -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; 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; 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" ;; - "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; - "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "lib-src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src-gmp/Makefile" ;; - "src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES src-gmp/Makefile" ;; - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - - *) { { $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="" - -# ### BEGIN LIBTOOL CONFIG - -# 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 - -# An object symbol dumper. -OBJDUMP=$lt_OBJDUMP - -# 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 - -# ### 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" - - ;; - - 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 - diff -Nru cddlib-094h/autom4te.cache/requests cddlib-094j/autom4te.cache/requests --- cddlib-094h/autom4te.cache/requests 2012-03-23 08:51:54.000000000 +0000 +++ cddlib-094j/autom4te.cache/requests 1970-01-01 00:00:00.000000000 +0000 @@ -1,268 +0,0 @@ -# This file was generated. -# It contains the lists of macros which have been traced. -# It can be safely removed. - -@request = ( - bless( [ - '0', - 1, - [ - '/sw/share/autoconf' - ], - [ - '/sw/share/autoconf/autoconf/autoconf.m4f', - 'aclocal.m4', - 'configure.in' - ], - { - 'AM_PROG_F77_C_O' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'm4_pattern_forbid' => 1, - 'AC_INIT' => 1, - '_AM_COND_IF' => 1, - 'AC_CANONICAL_TARGET' => 1, - 'AC_SUBST' => 1, - 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AC_FC_SRCEXT' => 1, - 'AC_CANONICAL_HOST' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - 'm4_sinclude' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - '_m4_warn' => 1, - 'AM_PROG_CXX_C_O' => 1, - '_AM_COND_ENDIF' => 1, - 'AM_ENABLE_MULTILIB' => 1, - 'AC_CONFIG_FILES' => 1, - 'LT_INIT' => 1, - 'include' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AC_LIBSOURCE' => 1, - 'AM_PROG_FC_C_O' => 1, - 'AC_CANONICAL_BUILD' => 1, - 'AC_FC_FREEFORM' => 1, - 'AH_OUTPUT' => 1, - '_AM_SUBST_NOTMAKE' => 1, - 'AC_CONFIG_AUX_DIR' => 1, - 'sinclude' => 1, - 'AM_PROG_CC_C_O' => 1, - 'm4_pattern_allow' => 1, - 'AC_CANONICAL_SYSTEM' => 1, - 'AM_CONDITIONAL' => 1, - 'AC_CONFIG_HEADERS' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - 'm4_include' => 1, - '_AM_COND_ELSE' => 1, - 'AC_SUBST_TRACE' => 1 - } - ], 'Autom4te::Request' ), - bless( [ - '1', - 1, - [ - '/sw/share/autoconf' - ], - [ - '/sw/share/autoconf/autoconf/autoconf.m4f', - '/sw/share/aclocal/argz.m4', - '/sw/share/aclocal/libtool.m4', - '/sw/share/aclocal/ltdl.m4', - '/sw/share/aclocal/ltoptions.m4', - '/sw/share/aclocal/ltsugar.m4', - '/sw/share/aclocal/ltversion.m4', - '/sw/share/aclocal/lt~obsolete.m4', - '/sw/share/aclocal-1.10/amversion.m4', - '/sw/share/aclocal-1.10/auxdir.m4', - '/sw/share/aclocal-1.10/cond.m4', - '/sw/share/aclocal-1.10/depend.m4', - '/sw/share/aclocal-1.10/depout.m4', - '/sw/share/aclocal-1.10/init.m4', - '/sw/share/aclocal-1.10/install-sh.m4', - '/sw/share/aclocal-1.10/lead-dot.m4', - '/sw/share/aclocal-1.10/make.m4', - '/sw/share/aclocal-1.10/missing.m4', - '/sw/share/aclocal-1.10/mkdirp.m4', - '/sw/share/aclocal-1.10/options.m4', - '/sw/share/aclocal-1.10/runlog.m4', - '/sw/share/aclocal-1.10/sanity.m4', - '/sw/share/aclocal-1.10/strip.m4', - '/sw/share/aclocal-1.10/substnot.m4', - '/sw/share/aclocal-1.10/tar.m4', - 'configure.in' - ], - { - 'AM_ENABLE_STATIC' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AC_DEFUN' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'AM_MISSING_PROG' => 1, - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - '_m4_warn' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'gl_FUNC_ARGZ' => 1, - 'AM_SANITY_CHECK' => 1, - 'LTOBSOLETE_VERSION' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - 'LT_LIB_M' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'LTSUGAR_VERSION' => 1, - '_LT_PROG_LTMAIN' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_AM_PROG_TAR' => 1, - 'AC_LIBTOOL_GCJ' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - '_LT_AC_LANG_F77' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - '_AM_SUBST_NOTMAKE' => 1, - 'AC_LTDL_DLLIB' => 1, - '_AM_AUTOCONF_VERSION' => 1, - 'AM_DISABLE_SHARED' => 1, - '_LTDL_SETUP' => 1, - 'AM_PROG_LIBTOOL' => 1, - '_LT_AC_LANG_CXX' => 1, - 'AM_PROG_LD' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AC_LIB_LTDL' => 1, - 'AU_DEFUN' => 1, - 'AC_PROG_NM' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - 'AC_PROG_LD' => 1, - 'AC_PROG_LD_GNU' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'AC_LIBTOOL_FC' => 1, - 'LTDL_CONVENIENCE' => 1, - '_AM_SET_OPTION' => 1, - 'AC_LTDL_PREOPEN' => 1, - '_LT_LINKER_BOILERPLATE' => 1, - 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'gl_PREREQ_ARGZ' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'LT_PROG_RC' => 1, - 'LT_SYS_MODULE_EXT' => 1, - 'AC_DEFUN_ONCE' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'AC_LTDL_OBJDIR' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - 'AC_LIBTOOL_RC' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'include' => 1, - '_LT_AC_TRY_DLOPEN_SELF' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'LT_AC_PROG_SED' => 1, - 'AM_ENABLE_SHARED' => 1, - 'LTDL_INSTALLABLE' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'AC_ENABLE_SHARED' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - 'AC_ENABLE_STATIC' => 1, - '_LT_AC_TAGVAR' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'AM_CONDITIONAL' => 1, - 'LT_LIB_DLLOAD' => 1, - 'LTVERSION_VERSION' => 1, - 'LTDL_INIT' => 1, - 'm4_include' => 1, - 'AM_PROG_INSTALL_SH' => 1, - 'AC_PROG_EGREP' => 1, - 'AC_PATH_MAGIC' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - 'AM_MAKE_INCLUDE' => 1, - 'LT_CMD_MAX_LEN' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'm4_pattern_forbid' => 1, - '_LT_LINKER_OPTION' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - 'AC_DISABLE_SHARED' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'LT_LANG' => 1, - 'LT_SYS_DLSEARCH_PATH' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'LT_OUTPUT' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - 'AC_WITH_LTDL' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'LT_AC_PROG_RC' => 1, - 'AC_LIBTOOL_CXX' => 1, - 'LT_INIT' => 1, - 'LT_AC_PROG_GCJ' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, - 'AM_DEP_TRACK' => 1, - 'AM_DISABLE_STATIC' => 1, - '_AC_PROG_LIBTOOL' => 1, - '_AM_IF_OPTION' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - 'm4_pattern_allow' => 1, - 'AC_LIBTOOL_F77' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'LT_AC_PROG_EGREP' => 1, - '_AM_DEPENDENCIES' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'LTOPTIONS_VERSION' => 1, - '_LT_AC_SYS_COMPILER' => 1, - 'AM_PROG_NM' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - 'LT_PROG_GCJ' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_DISABLE_STATIC' => 1, - 'LT_PATH_NM' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - '_LT_AC_LOCK' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - 'LT_SYS_MODULE_PATH' => 1, - 'LT_WITH_LTDL' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - '_LT_COMPILER_OPTION' => 1, - '_AM_SET_OPTIONS' => 1, - 'AM_RUN_LOG' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - 'AC_CHECK_LIBM' => 1, - 'LT_PATH_LD' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - '_AM_MANGLE_OPTION' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - 'AM_SET_DEPDIR' => 1, - '_LT_CC_BASENAME' => 1, - '_LT_LIBOBJ' => 1 - } - ], 'Autom4te::Request' ) - ); - diff -Nru cddlib-094h/autom4te.cache/traces.0 cddlib-094j/autom4te.cache/traces.0 --- cddlib-094h/autom4te.cache/traces.0 2012-03-23 08:44:57.000000000 +0000 +++ cddlib-094j/autom4te.cache/traces.0 1970-01-01 00:00:00.000000000 +0000 @@ -1,479 +0,0 @@ -m4trace:configure.in:2: -1- AC_INIT -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) -m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_]) -m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([SHELL]) -m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$]) -m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PATH_SEPARATOR]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$]) -m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_NAME]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) -m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_TARNAME]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) -m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_VERSION]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) -m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_STRING]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) -m4trace:configure.in:2: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([PACKAGE_BUGREPORT]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) -m4trace:configure.in:2: -1- AC_SUBST([exec_prefix], [NONE]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([exec_prefix]) -m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$]) -m4trace:configure.in:2: -1- AC_SUBST([prefix], [NONE]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([prefix]) -m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$]) -m4trace:configure.in:2: -1- AC_SUBST([program_transform_name], [s,x,x,]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([program_transform_name]) -m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$]) -m4trace:configure.in:2: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([bindir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$]) -m4trace:configure.in:2: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([sbindir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$]) -m4trace:configure.in:2: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([libexecdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$]) -m4trace:configure.in:2: -1- AC_SUBST([datarootdir], ['${prefix}/share']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([datarootdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$]) -m4trace:configure.in:2: -1- AC_SUBST([datadir], ['${datarootdir}']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([datadir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$]) -m4trace:configure.in:2: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([sysconfdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$]) -m4trace:configure.in:2: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([sharedstatedir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$]) -m4trace:configure.in:2: -1- AC_SUBST([localstatedir], ['${prefix}/var']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([localstatedir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$]) -m4trace:configure.in:2: -1- AC_SUBST([includedir], ['${prefix}/include']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([includedir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$]) -m4trace:configure.in:2: -1- AC_SUBST([oldincludedir], ['/usr/include']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([oldincludedir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$]) -m4trace:configure.in:2: -1- AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], - ['${datarootdir}/doc/${PACKAGE_TARNAME}'], - ['${datarootdir}/doc/${PACKAGE}'])]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([docdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$]) -m4trace:configure.in:2: -1- AC_SUBST([infodir], ['${datarootdir}/info']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([infodir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$]) -m4trace:configure.in:2: -1- AC_SUBST([htmldir], ['${docdir}']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([htmldir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$]) -m4trace:configure.in:2: -1- AC_SUBST([dvidir], ['${docdir}']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([dvidir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$]) -m4trace:configure.in:2: -1- AC_SUBST([pdfdir], ['${docdir}']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([pdfdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$]) -m4trace:configure.in:2: -1- AC_SUBST([psdir], ['${docdir}']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([psdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$]) -m4trace:configure.in:2: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([libdir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$]) -m4trace:configure.in:2: -1- AC_SUBST([localedir], ['${datarootdir}/locale']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([localedir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$]) -m4trace:configure.in:2: -1- AC_SUBST([mandir], ['${datarootdir}/man']) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([mandir]) -m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$]) -m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) -m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ -#undef PACKAGE_NAME]) -m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) -m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME]) -m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) -m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ -#undef PACKAGE_VERSION]) -m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) -m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING]) -m4trace:configure.in:2: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) -m4trace:configure.in:2: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT]) -m4trace:configure.in:2: -1- AC_SUBST([DEFS]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([DEFS]) -m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$]) -m4trace:configure.in:2: -1- AC_SUBST([ECHO_C]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_C]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$]) -m4trace:configure.in:2: -1- AC_SUBST([ECHO_N]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_N]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$]) -m4trace:configure.in:2: -1- AC_SUBST([ECHO_T]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([ECHO_T]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$]) -m4trace:configure.in:2: -1- AC_SUBST([LIBS]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([LIBS]) -m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.in:2: -1- AC_SUBST([build_alias]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([build_alias]) -m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$]) -m4trace:configure.in:2: -1- AC_SUBST([host_alias]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([host_alias]) -m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$]) -m4trace:configure.in:2: -1- AC_SUBST([target_alias]) -m4trace:configure.in:2: -1- AC_SUBST_TRACE([target_alias]) -m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$]) -m4trace:configure.in:5: -1- AM_INIT_AUTOMAKE([cddlib], [0.94]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) -m4trace:configure.in:5: -1- AM_AUTOMAKE_VERSION([1.10.2]) -m4trace:configure.in:5: -1- AC_REQUIRE_AUX_FILE([install-sh]) -m4trace:configure.in:5: -1- AC_SUBST([INSTALL_PROGRAM]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) -m4trace:configure.in:5: -1- AC_SUBST([INSTALL_SCRIPT]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) -m4trace:configure.in:5: -1- AC_SUBST([INSTALL_DATA]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_DATA]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_DATA$]) -m4trace:configure.in:5: -1- AC_SUBST([am__isrc], [' -I$(srcdir)']) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__isrc]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__isrc$]) -m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__isrc]) -m4trace:configure.in:5: -1- AC_SUBST([CYGPATH_W]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([CYGPATH_W]) -m4trace:configure.in:5: -1- m4_pattern_allow([^CYGPATH_W$]) -m4trace:configure.in:5: -1- AC_SUBST([PACKAGE], [cddlib]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([PACKAGE]) -m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.in:5: -1- AC_SUBST([VERSION], [0.94]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([VERSION]) -m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) -m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.in:5: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ -#undef PACKAGE]) -m4trace:configure.in:5: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) -m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.in:5: -1- AH_OUTPUT([VERSION], [/* Version number of package */ -#undef VERSION]) -m4trace:configure.in:5: -1- AC_REQUIRE_AUX_FILE([missing]) -m4trace:configure.in:5: -1- AC_SUBST([ACLOCAL]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([ACLOCAL]) -m4trace:configure.in:5: -1- m4_pattern_allow([^ACLOCAL$]) -m4trace:configure.in:5: -1- AC_SUBST([AUTOCONF]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOCONF]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOCONF$]) -m4trace:configure.in:5: -1- AC_SUBST([AUTOMAKE]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOMAKE]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOMAKE$]) -m4trace:configure.in:5: -1- AC_SUBST([AUTOHEADER]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([AUTOHEADER]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOHEADER$]) -m4trace:configure.in:5: -1- AC_SUBST([MAKEINFO]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([MAKEINFO]) -m4trace:configure.in:5: -1- m4_pattern_allow([^MAKEINFO$]) -m4trace:configure.in:5: -1- AC_SUBST([install_sh]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([install_sh]) -m4trace:configure.in:5: -1- m4_pattern_allow([^install_sh$]) -m4trace:configure.in:5: -1- AC_SUBST([STRIP]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([STRIP]) -m4trace:configure.in:5: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.in:5: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) -m4trace:configure.in:5: -1- AC_REQUIRE_AUX_FILE([install-sh]) -m4trace:configure.in:5: -1- AC_SUBST([MKDIR_P]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([MKDIR_P]) -m4trace:configure.in:5: -1- m4_pattern_allow([^MKDIR_P$]) -m4trace:configure.in:5: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([mkdir_p]) -m4trace:configure.in:5: -1- m4_pattern_allow([^mkdir_p$]) -m4trace:configure.in:5: -1- AC_SUBST([AWK]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([AWK]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AWK$]) -m4trace:configure.in:5: -1- AC_SUBST([SET_MAKE]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([SET_MAKE]) -m4trace:configure.in:5: -1- m4_pattern_allow([^SET_MAKE$]) -m4trace:configure.in:5: -1- AC_SUBST([am__leading_dot]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__leading_dot]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__leading_dot$]) -m4trace:configure.in:5: -1- AC_SUBST([AMTAR]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([AMTAR]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AMTAR$]) -m4trace:configure.in:5: -1- AC_SUBST([am__tar]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__tar]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__tar$]) -m4trace:configure.in:5: -1- AC_SUBST([am__untar]) -m4trace:configure.in:5: -1- AC_SUBST_TRACE([am__untar]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__untar$]) -m4trace:configure.in:8: -1- AC_SUBST([CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- AC_SUBST([CFLAGS]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CFLAGS]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.in:8: -1- AC_SUBST([LDFLAGS]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([LDFLAGS]) -m4trace:configure.in:8: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.in:8: -1- AC_SUBST([LIBS]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([LIBS]) -m4trace:configure.in:8: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.in:8: -1- AC_SUBST([CPPFLAGS]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CPPFLAGS]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.in:8: -1- AC_SUBST([CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- AC_SUBST([CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- AC_SUBST([CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- AC_SUBST([CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- AC_SUBST([ac_ct_CC]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([ac_ct_CC]) -m4trace:configure.in:8: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.in:8: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([EXEEXT]) -m4trace:configure.in:8: -1- m4_pattern_allow([^EXEEXT$]) -m4trace:configure.in:8: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([OBJEXT]) -m4trace:configure.in:8: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.in:8: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([DEPDIR]) -m4trace:configure.in:8: -1- m4_pattern_allow([^DEPDIR$]) -m4trace:configure.in:8: -1- AC_SUBST([am__include]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([am__include]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__include$]) -m4trace:configure.in:8: -1- AC_SUBST([am__quote]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([am__quote]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__quote$]) -m4trace:configure.in:8: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -m4trace:configure.in:8: -1- AC_SUBST([AMDEP_TRUE]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([AMDEP_TRUE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_TRUE$]) -m4trace:configure.in:8: -1- AC_SUBST([AMDEP_FALSE]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([AMDEP_FALSE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_FALSE$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) -m4trace:configure.in:8: -1- AC_SUBST([AMDEPBACKSLASH]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([AMDEPBACKSLASH]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) -m4trace:configure.in:8: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([CCDEPMODE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.in:8: -1- AM_CONDITIONAL([am__fastdepCC], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.in:8: -1- AC_SUBST([am__fastdepCC_TRUE]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.in:8: -1- AC_SUBST([am__fastdepCC_FALSE]) -m4trace:configure.in:8: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.in:9: -1- AC_REQUIRE_AUX_FILE([install-sh]) -m4trace:configure.in:9: -1- AC_SUBST([INSTALL_PROGRAM]) -m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) -m4trace:configure.in:9: -1- AC_SUBST([INSTALL_SCRIPT]) -m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_SCRIPT]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) -m4trace:configure.in:9: -1- AC_SUBST([INSTALL_DATA]) -m4trace:configure.in:9: -1- AC_SUBST_TRACE([INSTALL_DATA]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_DATA$]) -m4trace:configure.in:10: -1- LT_INIT -m4trace:configure.in:10: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) -m4trace:configure.in:10: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) -m4trace:configure.in:10: -1- AC_SUBST([LIBTOOL]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([LIBTOOL]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LIBTOOL$]) -m4trace:configure.in:10: -1- AC_CANONICAL_HOST -m4trace:configure.in:10: -1- AC_CANONICAL_BUILD -m4trace:configure.in:10: -1- AC_REQUIRE_AUX_FILE([config.sub]) -m4trace:configure.in:10: -1- AC_REQUIRE_AUX_FILE([config.guess]) -m4trace:configure.in:10: -1- AC_SUBST([build], [$ac_cv_build]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([build]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build$]) -m4trace:configure.in:10: -1- AC_SUBST([build_cpu], [$[1]]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([build_cpu]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_cpu$]) -m4trace:configure.in:10: -1- AC_SUBST([build_vendor], [$[2]]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([build_vendor]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_vendor$]) -m4trace:configure.in:10: -1- AC_SUBST([build_os]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([build_os]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_os$]) -m4trace:configure.in:10: -1- AC_SUBST([host], [$ac_cv_host]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([host]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host$]) -m4trace:configure.in:10: -1- AC_SUBST([host_cpu], [$[1]]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([host_cpu]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_cpu$]) -m4trace:configure.in:10: -1- AC_SUBST([host_vendor], [$[2]]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([host_vendor]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_vendor$]) -m4trace:configure.in:10: -1- AC_SUBST([host_os]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([host_os]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_os$]) -m4trace:configure.in:10: -1- AC_SUBST([SED]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([SED]) -m4trace:configure.in:10: -1- m4_pattern_allow([^SED$]) -m4trace:configure.in:10: -1- AC_SUBST([GREP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([GREP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:10: -1- AC_SUBST([EGREP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([EGREP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^EGREP$]) -m4trace:configure.in:10: -1- AC_SUBST([FGREP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([FGREP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^FGREP$]) -m4trace:configure.in:10: -1- AC_SUBST([GREP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([GREP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:10: -1- AC_SUBST([LD]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([LD]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LD$]) -m4trace:configure.in:10: -1- AC_SUBST([DUMPBIN]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([DUMPBIN]) -m4trace:configure.in:10: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.in:10: -1- AC_SUBST([ac_ct_DUMPBIN]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN]) -m4trace:configure.in:10: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) -m4trace:configure.in:10: -1- AC_SUBST([DUMPBIN]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([DUMPBIN]) -m4trace:configure.in:10: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.in:10: -1- AC_SUBST([NM]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([NM]) -m4trace:configure.in:10: -1- m4_pattern_allow([^NM$]) -m4trace:configure.in:10: -1- AC_SUBST([LN_S], [$as_ln_s]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([LN_S]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LN_S$]) -m4trace:configure.in:10: -1- AC_SUBST([OBJDUMP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([OBJDUMP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.in:10: -1- AC_SUBST([OBJDUMP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([OBJDUMP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.in:10: -1- AC_SUBST([AR]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([AR]) -m4trace:configure.in:10: -1- m4_pattern_allow([^AR$]) -m4trace:configure.in:10: -1- AC_SUBST([STRIP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([STRIP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.in:10: -1- AC_SUBST([RANLIB]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([RANLIB]) -m4trace:configure.in:10: -1- m4_pattern_allow([^RANLIB$]) -m4trace:configure.in:10: -1- m4_pattern_allow([LT_OBJDIR]) -m4trace:configure.in:10: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LT_OBJDIR$]) -m4trace:configure.in:10: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR]) -m4trace:configure.in:10: -1- AC_SUBST([lt_ECHO]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([lt_ECHO]) -m4trace:configure.in:10: -1- m4_pattern_allow([^lt_ECHO$]) -m4trace:configure.in:10: -1- LT_SUPPORTED_TAG([CC]) -m4trace:configure.in:10: -1- AC_SUBST([DSYMUTIL]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([DSYMUTIL]) -m4trace:configure.in:10: -1- m4_pattern_allow([^DSYMUTIL$]) -m4trace:configure.in:10: -1- AC_SUBST([NMEDIT]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([NMEDIT]) -m4trace:configure.in:10: -1- m4_pattern_allow([^NMEDIT$]) -m4trace:configure.in:10: -1- AC_SUBST([LIPO]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([LIPO]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LIPO$]) -m4trace:configure.in:10: -1- AC_SUBST([OTOOL]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([OTOOL]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OTOOL$]) -m4trace:configure.in:10: -1- AC_SUBST([OTOOL64]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([OTOOL64]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OTOOL64$]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H]) -m4trace:configure.in:10: -1- AC_SUBST([CPP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([CPP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([CPPFLAGS]) -m4trace:configure.in:10: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.in:10: -1- AC_SUBST([CPP]) -m4trace:configure.in:10: -1- AC_SUBST_TRACE([CPP]) -m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.in:10: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) -m4trace:configure.in:10: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.in:10: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H]) -m4trace:configure.in:10: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H]) -m4trace:configure.in:18: -1- AH_OUTPUT([HAVE_LIBGMP], [/* Define to 1 if you have the `gmp\' library (-lgmp). */ -#undef HAVE_LIBGMP]) -m4trace:configure.in:18: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBGMP]) -m4trace:configure.in:18: -1- m4_pattern_allow([^HAVE_LIBGMP$]) -m4trace:configure.in:21: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) -m4trace:configure.in:21: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.in:21: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS]) -m4trace:configure.in:24: -1- AC_DEFINE_TRACE_LITERAL([const]) -m4trace:configure.in:24: -1- m4_pattern_allow([^const$]) -m4trace:configure.in:24: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */ -#undef const]) -m4trace:configure.in:28: -1- AC_CONFIG_FILES([lib-src/Makefile src/Makefile lib-src-gmp/Makefile src-gmp/Makefile Makefile]) -m4trace:configure.in:29: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.in:29: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:29: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([LTLIBOBJS]) -m4trace:configure.in:29: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([top_builddir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([top_build_prefix]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([srcdir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([abs_srcdir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([top_srcdir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([abs_top_srcdir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([builddir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([abs_builddir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([abs_top_builddir]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([INSTALL]) -m4trace:configure.in:29: -1- AC_SUBST_TRACE([MKDIR_P]) -m4trace:configure.in:29: -1- AC_REQUIRE_AUX_FILE([ltmain.sh]) diff -Nru cddlib-094h/autom4te.cache/traces.1 cddlib-094j/autom4te.cache/traces.1 --- cddlib-094h/autom4te.cache/traces.1 2012-03-23 08:40:03.000000000 +0000 +++ cddlib-094j/autom4te.cache/traces.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,2231 +0,0 @@ -m4trace:/sw/share/aclocal/argz.m4:12: -1- AC_DEFUN([gl_FUNC_ARGZ], [gl_PREREQ_ARGZ - -AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT]) - -AC_CHECK_TYPES([error_t], - [], - [AC_DEFINE([error_t], [int], - [Define to a type to use for `error_t' if it is not otherwise available.]) - AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h - does not typedef error_t.])], - [#if defined(HAVE_ARGZ_H) -# include -#endif]) - -ARGZ_H= -AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \ - argz_next argz_stringify], [], [ARGZ_H=argz.h; AC_LIBOBJ([argz])]) - -dnl if have system argz functions, allow forced use of -dnl libltdl-supplied implementation (and default to do so -dnl on "known bad" systems). Could use a runtime check, but -dnl (a) detecting malloc issues is notoriously unreliable -dnl (b) only known system that declares argz functions, -dnl provides them, yet they are broken, is cygwin -dnl releases prior to 16-Mar-2007 (1.5.24 and earlier) -dnl So, it's more straightforward simply to special case -dnl this for known bad systems. -AS_IF([test -z "$ARGZ_H"], - [AC_CACHE_CHECK( - [if argz actually works], - [lt_cv_sys_argz_works], - [[case $host_os in #( - *cygwin*) - lt_cv_sys_argz_works=no - if test "$cross_compiling" != no; then - lt_cv_sys_argz_works="guessing no" - else - lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/' - save_IFS=$IFS - IFS=-. - set x `uname -r | sed -e "$lt_sed_extract_leading_digits"` - IFS=$save_IFS - lt_os_major=${2-0} - lt_os_minor=${3-0} - lt_os_micro=${4-0} - if test "$lt_os_major" -gt 1 \ - || { test "$lt_os_major" -eq 1 \ - && { test "$lt_os_minor" -gt 5 \ - || { test "$lt_os_minor" -eq 5 \ - && test "$lt_os_micro" -gt 24; }; }; }; then - lt_cv_sys_argz_works=yes - fi - fi - ;; #( - *) lt_cv_sys_argz_works=yes ;; - esac]]) - AS_IF([test $lt_cv_sys_argz_works = yes], - [AC_DEFINE([HAVE_WORKING_ARGZ], 1, - [This value is set to 1 to indicate that the system argz facility works])], - [ARGZ_H=argz.h - AC_LIBOBJ([argz])])]) - -AC_SUBST([ARGZ_H]) -]) -m4trace:/sw/share/aclocal/argz.m4:79: -1- AC_DEFUN([gl_PREREQ_ARGZ], [:]) -m4trace:/sw/share/aclocal/libtool.m4:67: -1- 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]) -]) -m4trace:/sw/share/aclocal/libtool.m4:102: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:102: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:103: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:103: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_INIT], [LT_INIT($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:562: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:757: -1- AC_DEFUN([LT_SUPPORTED_TAG], []) -m4trace:/sw/share/aclocal/libtool.m4:768: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:830: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -m4trace:/sw/share/aclocal/libtool.m4:830: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete. -You should run autoupdate.])dnl -LT_LANG(C++)]) -m4trace:/sw/share/aclocal/libtool.m4:831: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -m4trace:/sw/share/aclocal/libtool.m4:831: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete. -You should run autoupdate.])dnl -LT_LANG(Fortran 77)]) -m4trace:/sw/share/aclocal/libtool.m4:832: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -m4trace:/sw/share/aclocal/libtool.m4:832: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete. -You should run autoupdate.])dnl -LT_LANG(Fortran)]) -m4trace:/sw/share/aclocal/libtool.m4:833: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -m4trace:/sw/share/aclocal/libtool.m4:833: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete. -You should run autoupdate.])dnl -LT_LANG(Java)]) -m4trace:/sw/share/aclocal/libtool.m4:1402: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:1444: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1444: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1453: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:1488: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1488: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1495: -1- 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?]) -]) -m4trace:/sw/share/aclocal/libtool.m4:1623: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1623: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1724: -1- 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]) -]) -m4trace:/sw/share/aclocal/libtool.m4:1841: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:1841: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:2729: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:2791: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:2791: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:2814: -1- 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 | 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*]) -]) -m4trace:/sw/share/aclocal/libtool.m4:3245: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:3245: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:3246: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:3246: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:3255: -1- 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]) -]) -m4trace:/sw/share/aclocal/libtool.m4:3274: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:3274: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:6967: -1- 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 -]) -m4trace:/sw/share/aclocal/libtool.m4:6976: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:6976: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:6983: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) -]) -m4trace:/sw/share/aclocal/libtool.m4:6988: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:6988: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:7099: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) -m4trace:/sw/share/aclocal/libtool.m4:7099: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT]) -_$0($*) -]) -m4trace:/sw/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl -dnl Although the argument is deprecated and no longer documented, -dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one -dnl here make sure it is the same as any other declaration of libltdl's -dnl location! This also ensures lt_ltdl_dir is set when configure.ac is -dnl not yet using an explicit LT_CONFIG_LTDL_DIR. -m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl -_$0() -]) -m4trace:/sw/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) -_LTDL_CONVENIENCE]) -m4trace:/sw/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete. -You should run autoupdate.])dnl -_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) -_LTDL_CONVENIENCE]) -m4trace:/sw/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl -dnl Although the argument is deprecated and no longer documented, -dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one -dnl here make sure it is the same as any other declaration of libltdl's -dnl location! This also ensures lt_ltdl_dir is set when configure.ac is -dnl not yet using an explicit LT_CONFIG_LTDL_DIR. -m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl -_$0() -]) -m4trace:/sw/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) -_LTDL_INSTALLABLE]) -m4trace:/sw/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete. -You should run autoupdate.])dnl -_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])]) -_LTDL_INSTALLABLE]) -m4trace:/sw/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [ - m4_pattern_allow([^_LT_LIBOBJS$]) - _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext" -]) -m4trace:/sw/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS -_LT_SET_OPTIONS([$0], [$1]) - -dnl We need to keep our own list of libobjs separate from our parent project, -dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while -dnl we look for our own LIBOBJs. -m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ])) -m4_pushdef([AC_LIBSOURCES]) - -dnl If not otherwise defined, default to the 1.5.x compatible subproject mode: -m4_if(_LTDL_MODE, [], - [m4_define([_LTDL_MODE], m4_default([$2], [subproject])) - m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])], - [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])]) - -AC_ARG_WITH([included_ltdl], - [AS_HELP_STRING([--with-included-ltdl], - [use the GNU ltdl sources included here])]) - -if test "x$with_included_ltdl" != xyes; then - # We are not being forced to use the included libltdl sources, so - # decide whether there is a useful installed version we can use. - AC_CHECK_HEADER([ltdl.h], - [AC_CHECK_DECL([lt_dlinterface_register], - [AC_CHECK_LIB([ltdl], [lt_dladvise_preload], - [with_included_ltdl=no], - [with_included_ltdl=yes])], - [with_included_ltdl=yes], - [AC_INCLUDES_DEFAULT - #include ])], - [with_included_ltdl=yes], - [AC_INCLUDES_DEFAULT] - ) -fi - -dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE -dnl was called yet, then for old times' sake, we assume libltdl is in an -dnl eponymous directory: -AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])]) - -AC_ARG_WITH([ltdl_include], - [AS_HELP_STRING([--with-ltdl-include=DIR], - [use the ltdl headers installed in DIR])]) - -if test -n "$with_ltdl_include"; then - if test -f "$with_ltdl_include/ltdl.h"; then : - else - AC_MSG_ERROR([invalid ltdl include directory: `$with_ltdl_include']) - fi -else - with_ltdl_include=no -fi - -AC_ARG_WITH([ltdl_lib], - [AS_HELP_STRING([--with-ltdl-lib=DIR], - [use the libltdl.la installed in DIR])]) - -if test -n "$with_ltdl_lib"; then - if test -f "$with_ltdl_lib/libltdl.la"; then : - else - AC_MSG_ERROR([invalid ltdl library directory: `$with_ltdl_lib']) - fi -else - with_ltdl_lib=no -fi - -case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in - ,yes,no,no,) - m4_case(m4_default(_LTDL_TYPE, [convenience]), - [convenience], [_LTDL_CONVENIENCE], - [installable], [_LTDL_INSTALLABLE], - [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)]) - ;; - ,no,no,no,) - # If the included ltdl is not to be used, then use the - # preinstalled libltdl we found. - AC_DEFINE([HAVE_LTDL], [1], - [Define this if a modern libltdl is already installed]) - LIBLTDL=-lltdl - LTDLDEPS= - LTDLINCL= - ;; - ,no*,no,*) - AC_MSG_ERROR([`--with-ltdl-include' and `--with-ltdl-lib' options must be used together]) - ;; - *) with_included_ltdl=no - LIBLTDL="-L$with_ltdl_lib -lltdl" - LTDLDEPS= - LTDLINCL="-I$with_ltdl_include" - ;; -esac -INCLTDL="$LTDLINCL" - -# Report our decision... -AC_MSG_CHECKING([where to find libltdl headers]) -AC_MSG_RESULT([$LTDLINCL]) -AC_MSG_CHECKING([where to find libltdl library]) -AC_MSG_RESULT([$LIBLTDL]) - -_LTDL_SETUP - -dnl restore autoconf definition. -m4_popdef([AC_LIBOBJ]) -m4_popdef([AC_LIBSOURCES]) - -AC_CONFIG_COMMANDS_PRE([ - _ltdl_libobjs= - _ltdl_ltlibobjs= - if test -n "$_LT_LIBOBJS"; then - # Remove the extension. - _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' - for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do - _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" - _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo" - done - fi - AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs]) - AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs]) -]) - -# Only expand once: -m4_define([LTDL_INIT]) -]) -m4trace:/sw/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete. -You should run autoupdate.])dnl -LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete. -You should run autoupdate.])dnl -LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete. -You should run autoupdate.])dnl -LTDL_INIT($@)]) -m4trace:/sw/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_SYS_MODULE_EXT])dnl -AC_REQUIRE([LT_SYS_MODULE_PATH])dnl -AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl -AC_REQUIRE([LT_LIB_DLLOAD])dnl -AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl -AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl -AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl -AC_REQUIRE([gl_FUNC_ARGZ])dnl - -m4_require([_LT_CHECK_OBJDIR])dnl -m4_require([_LT_HEADER_DLFCN])dnl -m4_require([_LT_CHECK_DLPREOPEN])dnl -m4_require([_LT_DECL_SED])dnl - -dnl Don't require this, or it will be expanded earlier than the code -dnl that sets the variables it relies on: -_LT_ENABLE_INSTALL - -dnl _LTDL_MODE specific code must be called at least once: -_LTDL_MODE_DISPATCH - -# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS -# the user used. This is so that ltdl.h can pick up the parent projects -# config.h file, The first file in AC_CONFIG_HEADERS must contain the -# definitions required by ltdl.c. -# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility). -AC_CONFIG_COMMANDS_PRE([dnl -m4_pattern_allow([^LT_CONFIG_H$])dnl -m4_ifset([AH_HEADER], - [LT_CONFIG_H=AH_HEADER], - [m4_ifset([AC_LIST_HEADERS], - [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`], - [])])]) -AC_SUBST([LT_CONFIG_H]) - -AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h], - [], [], [AC_INCLUDES_DEFAULT]) - -AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])]) -AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])]) - -AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension]) - -name=ltdl -LTDLOPEN=`eval "\\$ECHO \"$libname_spec\""` -AC_SUBST([LTDLOPEN]) -]) -m4trace:/sw/share/aclocal/ltdl.m4:437: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_CACHE_CHECK([whether deplibs are loaded by dlopen], - [lt_cv_sys_dlopen_deplibs], - [# PORTME does your system automatically load deplibs for dlopen? - # or its logical equivalent (e.g. shl_load for HP-UX < 11) - # For now, we just catch OSes we know something about -- in the - # future, we'll try test this programmatically. - lt_cv_sys_dlopen_deplibs=unknown - case $host_os in - aix3*|aix4.1.*|aix4.2.*) - # Unknown whether this is true for these versions of AIX, but - # we want this `case' here to explicitly catch those versions. - lt_cv_sys_dlopen_deplibs=unknown - ;; - aix[[4-9]]*) - lt_cv_sys_dlopen_deplibs=yes - ;; - amigaos*) - case $host_cpu in - powerpc) - lt_cv_sys_dlopen_deplibs=no - ;; - esac - ;; - darwin*) - # Assuming the user has installed a libdl from somewhere, this is true - # If you are looking for one http://www.opendarwin.org/projects/dlcompat - lt_cv_sys_dlopen_deplibs=yes - ;; - freebsd* | dragonfly*) - lt_cv_sys_dlopen_deplibs=yes - ;; - gnu* | linux* | k*bsd*-gnu) - # GNU and its variants, using gnu ld.so (Glibc) - lt_cv_sys_dlopen_deplibs=yes - ;; - hpux10*|hpux11*) - lt_cv_sys_dlopen_deplibs=yes - ;; - interix*) - lt_cv_sys_dlopen_deplibs=yes - ;; - irix[[12345]]*|irix6.[[01]]*) - # Catch all versions of IRIX before 6.2, and indicate that we don't - # know how it worked for any of those versions. - lt_cv_sys_dlopen_deplibs=unknown - ;; - irix*) - # The case above catches anything before 6.2, and it's known that - # at 6.2 and later dlopen does load deplibs. - lt_cv_sys_dlopen_deplibs=yes - ;; - netbsd*) - lt_cv_sys_dlopen_deplibs=yes - ;; - openbsd*) - lt_cv_sys_dlopen_deplibs=yes - ;; - osf[[1234]]*) - # dlopen did load deplibs (at least at 4.x), but until the 5.x series, - # it did *not* use an RPATH in a shared library to find objects the - # library depends on, so we explicitly say `no'. - lt_cv_sys_dlopen_deplibs=no - ;; - osf5.0|osf5.0a|osf5.1) - # dlopen *does* load deplibs and with the right loader patch applied - # it even uses RPATH in a shared library to search for shared objects - # that the library depends on, but there's no easy way to know if that - # patch is installed. Since this is the case, all we can really - # say is unknown -- it depends on the patch being installed. If - # it is, this changes to `yes'. Without it, it would be `no'. - lt_cv_sys_dlopen_deplibs=unknown - ;; - osf*) - # the two cases above should catch all versions of osf <= 5.1. Read - # the comments above for what we know about them. - # At > 5.1, deplibs are loaded *and* any RPATH in a shared library - # is used to find them so we can finally say `yes'. - lt_cv_sys_dlopen_deplibs=yes - ;; - qnx*) - lt_cv_sys_dlopen_deplibs=yes - ;; - solaris*) - lt_cv_sys_dlopen_deplibs=yes - ;; - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - libltdl_cv_sys_dlopen_deplibs=yes - ;; - esac - ]) -if test "$lt_cv_sys_dlopen_deplibs" != yes; then - AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1], - [Define if the OS needs help to load dependent libraries for dlopen().]) -fi -]) -m4trace:/sw/share/aclocal/ltdl.m4:536: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:536: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:543: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl -AC_CACHE_CHECK([which extension is used for runtime loadable modules], - [libltdl_cv_shlibext], -[ -module=yes -eval libltdl_cv_shlibext=$shrext_cmds - ]) -if test -n "$libltdl_cv_shlibext"; then - m4_pattern_allow([LT_MODULE_EXT])dnl - AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"], - [Define to the extension used for runtime loadable modules, say, ".so".]) -fi -]) -m4trace:/sw/share/aclocal/ltdl.m4:559: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:559: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:566: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl -AC_CACHE_CHECK([which variable specifies run-time module search path], - [lt_cv_module_path_var], [lt_cv_module_path_var="$shlibpath_var"]) -if test -n "$lt_cv_module_path_var"; then - m4_pattern_allow([LT_MODULE_PATH_VAR])dnl - AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"], - [Define to the name of the environment variable that determines the run-time module search path.]) -fi -]) -m4trace:/sw/share/aclocal/ltdl.m4:578: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:578: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:585: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl -AC_CACHE_CHECK([for the default library search path], - [lt_cv_sys_dlsearch_path], - [lt_cv_sys_dlsearch_path="$sys_lib_dlsearch_path_spec"]) -if test -n "$lt_cv_sys_dlsearch_path"; then - sys_dlsearch_path= - for dir in $lt_cv_sys_dlsearch_path; do - if test -z "$sys_dlsearch_path"; then - sys_dlsearch_path="$dir" - else - sys_dlsearch_path="$sys_dlsearch_path$PATH_SEPARATOR$dir" - fi - done - m4_pattern_allow([LT_DLSEARCH_PATH])dnl - AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"], - [Define to the system default library search path.]) -fi -]) -m4trace:/sw/share/aclocal/ltdl.m4:606: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:632: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$]) -LT_DLLOADERS= -AC_SUBST([LT_DLLOADERS]) - -AC_LANG_PUSH([C]) - -LIBADD_DLOPEN= -AC_SEARCH_LIBS([dlopen], [dl], - [AC_DEFINE([HAVE_LIBDL], [1], - [Define if you have the libdl library or equivalent.]) - if test "$ac_cv_search_dlopen" != "none required" ; then - LIBADD_DLOPEN="-ldl" - fi - libltdl_cv_lib_dl_dlopen="yes" - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], - [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H -# include -#endif - ]], [[dlopen(0, 0);]])], - [AC_DEFINE([HAVE_LIBDL], [1], - [Define if you have the libdl library or equivalent.]) - libltdl_cv_func_dlopen="yes" - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], - [AC_CHECK_LIB([svld], [dlopen], - [AC_DEFINE([HAVE_LIBDL], [1], - [Define if you have the libdl library or equivalent.]) - LIBADD_DLOPEN="-lsvld" libltdl_cv_func_dlopen="yes" - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])]) -if test x"$libltdl_cv_func_dlopen" = xyes || test x"$libltdl_cv_lib_dl_dlopen" = xyes -then - lt_save_LIBS="$LIBS" - LIBS="$LIBS $LIBADD_DLOPEN" - AC_CHECK_FUNCS([dlerror]) - LIBS="$lt_save_LIBS" -fi -AC_SUBST([LIBADD_DLOPEN]) - -LIBADD_SHL_LOAD= -AC_CHECK_FUNC([shl_load], - [AC_DEFINE([HAVE_SHL_LOAD], [1], - [Define if you have the shl_load function.]) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"], - [AC_CHECK_LIB([dld], [shl_load], - [AC_DEFINE([HAVE_SHL_LOAD], [1], - [Define if you have the shl_load function.]) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la" - LIBADD_SHL_LOAD="-ldld"])]) -AC_SUBST([LIBADD_SHL_LOAD]) - -case $host_os in -darwin[[1567]].*) -# We only want this for pre-Mac OS X 10.4. - AC_CHECK_FUNC([_dyld_func_lookup], - [AC_DEFINE([HAVE_DYLD], [1], - [Define if you have the _dyld_func_lookup function.]) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"]) - ;; -beos*) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la" - ;; -cygwin* | mingw* | os2* | pw32*) - AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include ]]) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la" - ;; -esac - -AC_CHECK_LIB([dld], [dld_link], - [AC_DEFINE([HAVE_DLD], [1], - [Define if you have the GNU dld library.]) - LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"]) -AC_SUBST([LIBADD_DLD_LINK]) - -m4_pattern_allow([^LT_DLPREOPEN$]) -LT_DLPREOPEN= -if test -n "$LT_DLLOADERS" -then - for lt_loader in $LT_DLLOADERS; do - LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader " - done - AC_DEFINE([HAVE_LIBDLLOADER], [1], - [Define if libdlloader will be built on this platform]) -fi -AC_SUBST([LT_DLPREOPEN]) - -dnl This isn't used anymore, but set it for backwards compatibility -LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD" -AC_SUBST([LIBADD_DL]) - -AC_LANG_POP -]) -m4trace:/sw/share/aclocal/ltdl.m4:725: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:725: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:733: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -AC_CACHE_CHECK([for _ prefix in compiled symbols], - [lt_cv_sys_symbol_underscore], - [lt_cv_sys_symbol_underscore=no - cat > conftest.$ac_ext <<_LT_EOF -void nm_test_func(){} -int main(){nm_test_func;return 0;} -_LT_EOF - if AC_TRY_EVAL(ac_compile); then - # Now try to grab the symbols. - ac_nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then - # See whether the symbols have a leading underscore. - if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then - lt_cv_sys_symbol_underscore=yes - else - if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then - : - else - echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD - fi - fi - else - echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD - fi - else - echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD - cat conftest.c >&AS_MESSAGE_LOG_FD - fi - rm -rf conftest* - ]) - sys_symbol_underscore=$lt_cv_sys_symbol_underscore - AC_SUBST([sys_symbol_underscore]) -]) -m4trace:/sw/share/aclocal/ltdl.m4:770: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:770: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:777: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl -if test x"$lt_cv_sys_symbol_underscore" = xyes; then - if test x"$libltdl_cv_func_dlopen" = xyes || - test x"$libltdl_cv_lib_dl_dlopen" = xyes ; then - AC_CACHE_CHECK([whether we have to add an underscore for dlsym], - [libltdl_cv_need_uscore], - [libltdl_cv_need_uscore=unknown - save_LIBS="$LIBS" - LIBS="$LIBS $LIBADD_DLOPEN" - _LT_TRY_DLOPEN_SELF( - [libltdl_cv_need_uscore=no], [libltdl_cv_need_uscore=yes], - [], [libltdl_cv_need_uscore=cross]) - LIBS="$save_LIBS" - ]) - fi -fi - -if test x"$libltdl_cv_need_uscore" = xyes; then - AC_DEFINE([NEED_USCORE], [1], - [Define if dlsym() requires a leading underscore in symbol names.]) -fi -]) -m4trace:/sw/share/aclocal/ltdl.m4:802: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) -m4trace:/sw/share/aclocal/ltdl.m4:802: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete. -You should run autoupdate.])dnl -m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])]) -m4trace:/sw/share/aclocal/ltoptions.m4:13: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) -m4trace:/sw/share/aclocal/ltoptions.m4:110: -1- 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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:110: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete. -You should run autoupdate.])dnl -_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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:145: -1- 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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:145: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete. -You should run autoupdate.])dnl -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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:194: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:198: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:202: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:202: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete. -You should run autoupdate.])dnl -AC_ENABLE_SHARED($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:203: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:203: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete. -You should run autoupdate.])dnl -AC_DISABLE_SHARED($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:248: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:252: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:256: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:256: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete. -You should run autoupdate.])dnl -AC_ENABLE_STATIC($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:257: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:257: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete. -You should run autoupdate.])dnl -AC_DISABLE_STATIC($@)]) -m4trace:/sw/share/aclocal/ltoptions.m4:302: -1- 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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:302: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete. -You should run autoupdate.])dnl -_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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:309: -1- 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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:309: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete. -You should run autoupdate.])dnl -_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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:342: -1- 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.]) -]) -m4trace:/sw/share/aclocal/ltoptions.m4:342: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete. -You should run autoupdate.])dnl -_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.]) -]) -m4trace:/sw/share/aclocal/ltsugar.m4:13: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) -m4trace:/sw/share/aclocal/ltversion.m4:18: -1- 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) -]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:36: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:40: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_SHELL_INIT]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:44: -1- AC_DEFUN([_LT_AC_TAGVAR]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_PREOPEN]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([_LT_AC_SYS_COMPILER]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_LOCK]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LTDL_OBJDIR]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_PATH_MAGIC]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PROG_LD_GNU]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([LT_AC_PROG_EGREP]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:71: -1- AC_DEFUN([_AC_PROG_LIBTOOL]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([AC_LIBTOOL_SETUP]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([_LT_AC_TAGCONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:77: -1- AC_DEFUN([_LT_AC_LANG_CXX]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_F77]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_GCJ]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([AC_LIBTOOL_RC]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG]) -m4trace:/sw/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C]) -m4trace:/sw/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' -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.10.2], [], - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl -]) -m4trace:/sw/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl -m4_ifndef([AC_AUTOCONF_VERSION], - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) -m4trace:/sw/share/aclocal-1.10/auxdir.m4:47: -1- 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` -]) -m4trace:/sw/share/aclocal-1.10/cond.m4:15: -1- 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 -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])]) -m4trace:/sw/share/aclocal-1.10/depend.m4:28: -1- 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 - 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 - - case $depmode in - 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 - ;; - none) break ;; - esac - # 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. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} 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 sub/conftest.${OBJEXT-o} 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]) -]) -m4trace:/sw/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) -m4trace:/sw/share/aclocal-1.10/depend.m4:147: -1- 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 -]) -m4trace:/sw/share/aclocal-1.10/depout.m4:14: -1- 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 -]) -m4trace:/sw/share/aclocal-1.10/depout.m4:73: -1- 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"]) -]) -m4trace:/sw/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])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) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -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 -]) -]) -m4trace:/sw/share/aclocal-1.10/init.m4:113: -1- 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]) -m4trace:/sw/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) -m4trace:/sw/share/aclocal-1.10/lead-dot.m4:12: -1- 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])]) -m4trace:/sw/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.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 -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) -m4trace:/sw/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) -m4trace:/sw/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -AC_REQUIRE_AUX_FILE([missing])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# 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 -]) -m4trace:/sw/share/aclocal-1.10/mkdirp.m4:11: -1- 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 -]) -m4trace:/sw/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) -m4trace:/sw/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) -m4trace:/sw/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) -m4trace:/sw/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -m4trace:/sw/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD - ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - (exit $ac_status); }]) -m4trace:/sw/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# 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)]) -m4trace:/sw/share/aclocal-1.10/strip.m4:17: -1- 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])]) -m4trace:/sw/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE]) -m4trace:/sw/share/aclocal-1.10/tar.m4:24: -1- 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]) -]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) -m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$]) -m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_]) -m4trace:configure.in:2: -1- m4_pattern_allow([^SHELL$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PATH_SEPARATOR$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^exec_prefix$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^prefix$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^program_transform_name$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^bindir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sbindir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^libexecdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^datarootdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^datadir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sysconfdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^sharedstatedir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^localstatedir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^includedir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^oldincludedir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^docdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^infodir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^htmldir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^dvidir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^pdfdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^psdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^libdir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^localedir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^mandir$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_NAME$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_TARNAME$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_VERSION$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_STRING$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^DEFS$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_C$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_N$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^ECHO_T$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^build_alias$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^host_alias$]) -m4trace:configure.in:2: -1- m4_pattern_allow([^target_alias$]) -m4trace:configure.in:5: -1- AM_INIT_AUTOMAKE([cddlib], [0.94]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) -m4trace:configure.in:5: -1- AM_SET_CURRENT_AUTOMAKE_VERSION -m4trace:configure.in:5: -1- AM_AUTOMAKE_VERSION([1.10.2]) -m4trace:configure.in:5: -1- _AM_AUTOCONF_VERSION([2.63]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_DATA$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__isrc$]) -m4trace:configure.in:5: -1- _AM_SUBST_NOTMAKE([am__isrc]) -m4trace:configure.in:5: -1- m4_pattern_allow([^CYGPATH_W$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.in:5: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) -m4trace:configure.in:5: -2- _AM_MANGLE_OPTION([no-define]) -m4trace:configure.in:5: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.in:5: -1- AM_SANITY_CHECK -m4trace:configure.in:5: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) -m4trace:configure.in:5: -1- AM_MISSING_HAS_RUN -m4trace:configure.in:5: -1- AM_AUX_DIR_EXPAND -m4trace:configure.in:5: -1- m4_pattern_allow([^ACLOCAL$]) -m4trace:configure.in:5: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOCONF$]) -m4trace:configure.in:5: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOMAKE$]) -m4trace:configure.in:5: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AUTOHEADER$]) -m4trace:configure.in:5: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) -m4trace:configure.in:5: -1- m4_pattern_allow([^MAKEINFO$]) -m4trace:configure.in:5: -1- AM_PROG_INSTALL_SH -m4trace:configure.in:5: -1- m4_pattern_allow([^install_sh$]) -m4trace:configure.in:5: -1- AM_PROG_INSTALL_STRIP -m4trace:configure.in:5: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) -m4trace:configure.in:5: -1- AM_PROG_MKDIR_P -m4trace:configure.in:5: -1- m4_pattern_allow([^MKDIR_P$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^mkdir_p$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AWK$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^SET_MAKE$]) -m4trace:configure.in:5: -1- AM_SET_LEADING_DOT -m4trace:configure.in:5: -1- m4_pattern_allow([^am__leading_dot$]) -m4trace:configure.in:5: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], - [_AM_PROG_TAR([v7])])]) -m4trace:configure.in:5: -2- _AM_MANGLE_OPTION([tar-ustar]) -m4trace:configure.in:5: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) -m4trace:configure.in:5: -2- _AM_MANGLE_OPTION([tar-pax]) -m4trace:configure.in:5: -1- _AM_PROG_TAR([v7]) -m4trace:configure.in:5: -1- AM_MISSING_PROG([AMTAR], [tar]) -m4trace:configure.in:5: -1- m4_pattern_allow([^AMTAR$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__tar$]) -m4trace:configure.in:5: -1- m4_pattern_allow([^am__untar$]) -m4trace:configure.in:5: -1- _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 -]) -m4trace:configure.in:5: -2- _AM_MANGLE_OPTION([no-dependencies]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^EXEEXT$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.in:8: -1- _AM_DEPENDENCIES([CC]) -m4trace:configure.in:8: -1- AM_SET_DEPDIR -m4trace:configure.in:8: -1- m4_pattern_allow([^DEPDIR$]) -m4trace:configure.in:8: -1- AM_OUTPUT_DEPENDENCY_COMMANDS -m4trace:configure.in:8: -1- AM_MAKE_INCLUDE -m4trace:configure.in:8: -1- m4_pattern_allow([^am__include$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__quote$]) -m4trace:configure.in:8: -1- AM_DEP_TRACK -m4trace:configure.in:8: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_TRUE$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEP_FALSE$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) -m4trace:configure.in:8: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) -m4trace:configure.in:8: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.in:8: -1- AM_CONDITIONAL([am__fastdepCC], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.in:8: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.in:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) -m4trace:configure.in:9: -1- m4_pattern_allow([^INSTALL_DATA$]) -m4trace:configure.in:10: -1- LT_INIT -m4trace:configure.in:10: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) -m4trace:configure.in:10: -1- LTOPTIONS_VERSION -m4trace:configure.in:10: -1- LTSUGAR_VERSION -m4trace:configure.in:10: -1- LTVERSION_VERSION -m4trace:configure.in:10: -1- LTOBSOLETE_VERSION -m4trace:configure.in:10: -1- _LT_PROG_LTMAIN -m4trace:configure.in:10: -1- m4_pattern_allow([^LIBTOOL$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_cpu$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_vendor$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^build_os$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_cpu$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_vendor$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^host_os$]) -m4trace:configure.in:10: -1- LT_PATH_LD -m4trace:configure.in:10: -1- m4_pattern_allow([^SED$]) -m4trace:configure.in:10: -1- AC_PROG_EGREP -m4trace:configure.in:10: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^EGREP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^FGREP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LD$]) -m4trace:configure.in:10: -1- LT_PATH_NM -m4trace:configure.in:10: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^NM$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LN_S$]) -m4trace:configure.in:10: -1- LT_CMD_MAX_LEN -m4trace:configure.in:10: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^AR$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^RANLIB$]) -m4trace:configure.in:10: -1- m4_pattern_allow([LT_OBJDIR]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LT_OBJDIR$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^lt_ECHO$]) -m4trace:configure.in:10: -1- _LT_CC_BASENAME([$compiler]) -m4trace:configure.in:10: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) -m4trace:configure.in:10: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) -m4trace:configure.in:10: -1- LT_SUPPORTED_TAG([CC]) -m4trace:configure.in:10: -1- _LT_COMPILER_BOILERPLATE -m4trace:configure.in:10: -1- _LT_LINKER_BOILERPLATE -m4trace:configure.in:10: -1- _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, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) -m4trace:configure.in:10: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in - "" | " "*) ;; - *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; - esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= - _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) -m4trace:configure.in:10: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) -m4trace:configure.in:10: -1- m4_pattern_allow([^DSYMUTIL$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^NMEDIT$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^LIPO$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OTOOL$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^OTOOL64$]) -m4trace:configure.in:10: -1- LT_SYS_DLOPEN_SELF -m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.in:10: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.in:18: -1- m4_pattern_allow([^HAVE_LIBGMP$]) -m4trace:configure.in:21: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.in:24: -1- m4_pattern_allow([^const$]) -m4trace:configure.in:29: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:29: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.in:29: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS -m4trace:configure.in:29: -1- _LT_PROG_LTMAIN diff -Nru cddlib-094h/bootstrap cddlib-094j/bootstrap --- cddlib-094h/bootstrap 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/bootstrap 2018-05-18 22:25:10.000000000 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +autoreconf -ivf diff -Nru cddlib-094h/ChangeLog cddlib-094j/ChangeLog --- cddlib-094h/ChangeLog 2015-04-30 09:49:18.000000000 +0000 +++ cddlib-094j/ChangeLog 2018-06-21 14:12:44.000000000 +0000 @@ -1,7 +1,22 @@ -libcdd, cdd & cdd+ HISTORY file (as of April 30, 2015) +libcdd, cdd & cdd+ HISTORY file *** libcdd version (date) / changes *** +Version 094j (June 21, 2018) / + - Thanks to Julian Rüth, modernized autotooling, mirrored + code on GitHub, introduced cddexec as a replacement of + cdd_both_reps that many distributions packaged, made + randomization portable. Thanks to Matthias C. M. Troffaes, fixed + representation type in dd_MatrixAppendTo. + +Version 094i (March 9, 2018) / + - The missing definition of dd_set_d function in the case of + -DGMPRATIONAL flag is used. The only change is in cddmp.h. + The use of this function is explained in testcdd2.c program. + This function is useful when input is mostly float (real). + Even such a case, running on the rational exact arithmetic + might be helpful to debug the floating point computation. + Version 094h (April 30, 2015) / - Thanks to Mathieu Dutour, one minor bug has been fixed. diff -Nru "/tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/ChangeLog (Autosaved)" "/tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/ChangeLog (Autosaved)" --- "/tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/ChangeLog (Autosaved)" 2012-03-23 08:35:45.000000000 +0000 +++ "/tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/ChangeLog (Autosaved)" 1970-01-01 00:00:00.000000000 +0000 @@ -1,569 +0,0 @@ -libcdd, cdd & cdd+ HISTORY file (as of February 7, 2008) - -*** libcdd version (date) / changes *** - -Version 094f (February 7, 2008) / - - Thanks to Sven Verdoolaege's fixes, - the "configure" script now uses "gcc" as the default - compiler, rather than "g++" in earlier releases, - and the libraries can be linked properly with - both C and C++ programs. - -Version 094e (January 27, 2008) / - - A bug of reporting a wrong (sign) certificate of - an infeasible LP is fixed. This bug reported by - Charles Geyer, occurs if the exact GMP version of - the dd_LPSolve is used with minimization. A bug of - reporting infeasibility of a feasible LP with - column non-full rank LP is fixed. This bug was reported - by Sven Verdoolaege. - -Version 094d (February 12, 2007) / - - A bug of reporting a wrong unbounded direction vector of - a dual inconsistent LP is fixed. This bug occurs only - if the exact GMP version of the dd_LPSolve is used. - For example, this error may occur in scdd_gmp. This - error was reported by Lars Schewe. - -Version 094c (April 23, 2006) / - - A bug for reading a rational number of length longer - than 255 characters have been fixed. This was reported - by Ruriko Yoshida. Now the longest - number is controlled by dd_wordlenmax defined in - cddtypes.h . The longest line is also controlled by - dd_linelenmax . These are currently fixed to - 1024 and 4096. Larger numbers and lines can be - handled by modifying these numbers and recompilation. - -Version 094b (August 25, 2005) / - - A bug for the representation conversion, reported by - Michal Kvasnica, was fixed. The earlier 094* versions - prematurely terminate the conversion when the number - of rows is equal to the number of columns in the input. - This means the earlier 094* do not compute correctly - for simplices, for example. - -Version 094a (August 24, 2005) / - - A bug of dd_LPSolve is fixed. This bug, reported by - Dima Pasechnik, due to a mishandling of cycling of LP - algorithms, is fixed. - -Version 094 (August 4, 2005) / - - dd_MatrixCanonicalize has been added. This reduces - matrix M to a minimal representation by computing - all implicit linearity rows and all redundant rows. - It applies lexicographic sorting of rows to remove - duplicates before applying redundancy removal. - This function combines the two computations together - in more efficient manner than before. - See the new redcheck.c for its use. Several basic - operations for matrices have been added, such as - dd_MatrixRowsRemove and dd_MatrixRowsRemove2. - - The representation conversion dd_DDMatrix2Poly now - handles the empty H-polyhedra properly, by calling - an LP-based emptiness checker before running the double - description algorithm. - - New functions finding specific points in H-polyhedra - are added. dd_ExistsRestrictedFace is a general inequality - system solver with specified equations, inequalities and - strict inequalities. dd_FindRelativeInterior finds - a point in the relative interior of a polyhedron. - - -Version 093d (February 27, 2005) / - - The problem of outputting the running log has been corrected. - This problem and a solution was communicated by Charles Geyer. - Now, a new global dd_boolean variable dd_log (= dd_FALSE by default) - controls log output. An scdd/lcdd bug of terminating with segmentation - fault when an input polyhedron is numerically delicate has been - corrected. This bug was reported by Stefan Volkwein. - -Version 093c (December 26, 2003) / - - A bug of Phase I of the dual simplex method in floating-point - arithmetics is fixed. The problem (bus error) occurred when input data - is not appropriate for floating-point arithmetics. The problem - occurrs even for the GMP executables as the exact LP solver first - tries to detect the terminal basis with float-point arithmetics. - -Version 093b (November 10, 2003) / - - The nonterminating problem of the LP solver has been fixed. - This was due to a cycling of the criss-cross method in - floating-point arithmetics, that is extremely rare. - Also, the phase I of the dual simplex method has been - modified. The auxiliary LP is perhaps less likely to - be degenerate. - -Version 093a (Augst 11, 2003) / - - The LP basis finding procedure dd_FindLPBasis2 has been - updated. The functions dd_Matrix2WeakAdjacency, dd_SRedundant and - dd_SRedundantRows are added. The manual has been updated. - -Version 093 (July 18, 2003) / - - dd_LPSolve with GMP now runs fisrt with floating point arithmetics - and checks with GMP the correctness of the result. New functions dd_Matrix2Adjacency, - dd_FourierElimination, dd_BlockElimination, dd_DDMatrix2Poly2 are added. - Some minor memory leak problems are fixed. (Thanks to the excellent - memory debugger valgrind on linux.) - -Version 092b (October 19, 2002) / - - An illegal memory access for EqualityIndex reported by - Thao Dang is fixed. Another bug of lcdd_gmp which takes - "real" data and return a false result is fixed. It now warns - that input is not correct for the exact arithmetic lcdd_gmp. - This error was reported by Andras Salamon. - -Version 092a (December 19, 2001) / - - Joerg Rambau kindly created an autoconf distribution of - cddlib-092. This version 092a is made from Rambau's - version with a slight modification. For the momoment, - the Mathematica cdd interface, cddmathlink (in src-mathlink), - still needs to be handled in the conventional manner by - editing Makefile. - -Version 092 (December 12, 2001) / - - the default value of dd_almostzero is now set to 1.0E-7 - instead of 1.0E-6. New functions are added for checking - redundancy of H- and V- representations such as - dd_Redundant, dd_RedundantRows, dd_ImplicitLinearity, - dd_ImplicitLinearityRows, and dd_RayShooting. - Also some basic operations on dd_MatrixPtr have been added such as - dd_MatrixAppendTo, dd_MatrixRowRemove, dd_MatrixSubmatrix. - - The names of enumeration type variables have been modified. - Now all names have prefix "dd_", e.g. Rational, Integer are - now dd_Rational and dd_Integer. This applies to TRUE and FALSE, - which are now dd_TRUE and dd_FALSE. - -Version 091d (March 9, 2001) / - - Memory leak in dd_FreeLPData and dd_FreeLPSolution are - fixed. - -Version 091c (February 27, 2001) / - - Bug to terminate before the completion of computation - (to produce a segmentation fault) is fixed. This - bug was reported by Hugh Anderson. - -Version 091b (February 26, 2001) / - - Numerous memory leak bugs with GMP exact arithmetic, - reported by Marc Pfetsch, are fixed. Also, a minor - bug of cddlib to terminate with core dump, reported by - Hugh Anderson, is fixed. The messages printed to - the standard output "stdout" are now sent to "stderr". - This was suggested by Ingo Schurr. - -Version 091a (February 16, 2001) / - - Memory leak problems when GMP is used are fixed for - dd_InitializeAmatrix, dd_CreateMatrix and - dd_Larger. These bugs, reported by Marc Pfetsch, - can be fatal if GMP is used and the functions are - called many times. It has no effect for floating-point - arithmetic computation. - -Version 091 (Sept. 25, 2000) / - - Memory leak in FreeDDMemory (cddcore.c) - is fixed. This bug, which might cause a serious problem, - was reported by Shawn Rusaw. Also, a bug reported by - Istvan Csabai on dynamic row ordering is fixed. This - problem is most likely not affecting anyone, since the - dynamic row ordering option is not available via the - publicly released documentations. David Avis contributed - a sample cddlib code, lcdd.c, which runs like his convex - hull code, lrs. In particular, it is useful to generate - standard output stream for piping in unix. - -Version 090e (July 12, 2000) / - - A bug of reading very large integer values incorrectly - is fixed. The previous versions were truncating very large - integer values to a number representable by long integer. - -Version 090d (June 25, 2000) / - - Serious bugs of dd_CopyOutput, dd_CopyInequalities are fixed. - This bug is found by Istvan Csabai. Earlier versions 090* - output wrong H-representations whenever the RHS constants - are not nonnegative, even though the computation runs - correctly internally. - -Version 090c (June 12, 2000) / - - set_intialize is modified so that it allocates a smallest space even when - a nonpositive length is requested. - The bug of not outputting the origin is fixed - when input is homogeneous inequality system and the cone contains - no extreme rays. Note that cddlib does not output this vertex - when the homogeneous cone has extreme rays, since cddlib outputs - a minimal representation. - - - A new function dd_DDInputAppend is added. - - - dd_DDMatrix2Poly replaces (and combines) the two old functions - dd_Matrix2Poly and dd_DoubleDescription. - - - dd_LPSolutionLoad is renamed as dd_CopyLPSolution. - -Version 090b (June 2, 2000) / - - Thanks to Shawn Rusaw's great help, I could detect and fix many - memory related problems (memory leak, out-of-bounds, etc). - Also, when input is not regular (nonfull or containing line), - cddlib did not generate adjacency/incidence properly and - this version should work more correctly. - -Version 090a (May 30, 2000) / - - a small bug fix in cddarith.c. The bug is reported by Shawn Rusaw. - -Version 090 (May 28, 2000) / - - Major revision over the previous versions. It can be now compiled - with GMP rational (-DGMPRATIONAL) as well as the standard C double. - cdd and lp codes are merged and easily called together. Many functions - and data types are modified and renamed. It comes with a simple - cdd/cdd+-type standalne program scdd which does the standard - representation conversion (*.ine <-> *.ext) and outputs all four - types of auxiliary files (*.icd, *.iad, *.ecd, *ead). Although it - lacks some functions such as preprojection of cdd+, scdd is potentially - the most powerful cdd ever since it runs in the two arithmetics and - it can handle any input. - - Because of the better readability and the overhead of employing - function calls to do GMP arithmetic, the speed is little slower than - cdd+-076 on both arithmetics C double and GMP rational. - -Version 086 (Jan 22, 2000) / - - A bug fixed in dd_LexSmaller that affercted the lexicographic - ordering of input data. This fix is essential for efficiency. - Also several memory leaks have been fixed. Many of these bugs - were found by Mr. Masanori Sato of Tokyo Institute of Technology. - Never released. - -Version 085 (October 4, 1999) / - - It can read rational data. Several minor bugs have been fixed. - The new makefile creates cdd and dplex library archives - libcdd.a and libdplex.a for unix systems. - -Version 080 (March 24, 1999) / - - The first C-library version of cdd. It is stilll very primitive - and has no documentation. See README.libcdd. Unlike the existing - versions of cdd/cdd+, cddlib can deal with essentially any input, - namely, non-full-dimensional convex hull problems and - vertex-free extreme point (i.e. generator) listing problems. Also - it comes with MathLink program cddmathlink that can be called from - Mathematica to perform cdd operations. - - -*** cdd version (date) / changes *** - -Version 0.61a (December, 1997) / - Few minor corrections over 0.61. - -Version 0.61 (December 1, 1997) / - It accepts "H-representation" and "V-representation" statements - which are added to a Polyhedra format (1997). - dp_FindInteriorPoint is added to dplex. Some small bugs are - fixed in dplex. - -Version 0.60 (August 27, 1996) / - The following changes are equivalent to ones that had been made - for cdd+-074. - The default output file names have been changed to be consistent - with the transformation. To avoid confusion, *.ine file should - be used only for a system of linear inequalities, and *.ext file - only for a set of extreme points and rays. Accordingly, - the files *.ead (previously *.adj) and *.ecd (previously *.icd) - are reserved for the adjacency and incidence files for the extremal - vertices/rays. - Similarly, *.iad (previously *.iad) and *.icd (previously none) - are reserved for the adjacency and incidence files for the inequality - data. - - The LP code is now independent of cdd, and rewritten as a C library. - This library is called dplex, and contains two algorithms, - the dual simplex and the criss-cross method. - -Version C0.56 (August 7, 1995) / - Some compilation problem associated with incompatible set_type - variables in setoper.c is fixed. Various minor bugs are fixed. - The output format of incidence file is slightly modified. (See - the Reference Manual cddman.tex). - -Version C0.55a (December 18, 1994) / - The broken "preprojection" option in Version 0.55 is fixed. - -Version C0.55 (December 5, 1994) / - Set operation library setoper has been modified to use - the optimized set_card function by David Bremner. It is expected - that cdd runs much faster for problems with large row sizes. - The package organization has been changed. Now the package - consists of four C-programs, cdd.c, cddio.c, cddarith.c and setoper.c. - New options verify_input, equality and strict_inequality are added. - Also new options, lineshelling and row_decomposition are added but - these options are still not in very reliable form and not - recommended to use. Some newly found (minor) bugs are fixed. - -Version C0.54 (October 30, 1994) / - The partial_enumeration option is renamed as "equality" option. - A new option of "strict_inequality" is added to enumerate those - vertices/rays satisfying some specified inequalities with strict - inequality. Some bugs in reporting progress of iteration is fixed. - -Version C0.53 (July 29, 1994) / - - Some imcompatibility of cdd and domcheck has been fixed. Namely, one can - write any comments after each inequality data as long as it is written in - the same line as the last number (i.e., a_{id}, for each i) of each ith - inequality data. Anything written after the last number will be ignored. - Also, random ordering option is added for specifying the ordering of - rows (inequalities). - -Version C0.52b (March 28, 1994) / - - The slowness problem of Version C0.52(a) is fixed. - -Version C0.51d (March 28, 1994) / - - Because of the slowness of Version 0.52* due to unknown reasons, this version - has been produced for a temporary replacement. This version fixes the bug - mentioned in Version C0.52 release. - -Version C0.52a (March 28, 1994) / - - A bug of Version C0.52 generating unnecessary information when - maximize, minimize and find_interior are chosen is fixed. - -Version C0.52 (March 21, 1994) / - - A bug of Version C0.51c generating segmentation fault when the option - preprojection is used is fixed. This bug was reported by Alexander Bockmayr of - Max-Planck Institute. - - Some structural changes in the programs, cdd.c and cddarith.c, have been made - mainly for a future planning of adding an option to decompose a problem into - smaller subproblems. - -Version C0.51c (March 15, 1994) / - - A bug of Version C0.51b (mishandling of homogeneous inputs, i.e. zero RHS) - is fixed. This bug was reported by Alexander Bockmayr of - Max-Planck Institute. - -Version C0.51b (March 9, 1994) / - - A bug of Version C0.51a (mishandling of non full-dimensional - polyhedron) is fixed. The bug was reported by Alexander Bockmayr of - Max-Planck Institute. - -Version C0.51a (Feb. 16, 1994) / - - A bug of Version C0.51 (mishandling of empty polyhedron) is fixed. - -Version C0.51 (Feb. 12, 1994) / - - Some bugs of Version C0.50 has been fixed. - - The option "algebraic" for selecting the algebraic adjacency computation - is deleted. The reason is the combinatorial adjacency computation - is almost always faster. - - The option "minimize" is implemented to minimize a linear function over - the polytope. Previously, only "maximize" was supported. - - The option "find_interior" has been added to compute an interior point of - the input polyhedron. - -Version C0.50 (Feb. 7, 1994) / - - Major upgrade to implement a new data structure to store adjacencies of rays. - The adjacency record lists, Edges(iteration), are used to store only necessary - adjacencies for each iteration. This version runs much faster unless - a dynamic ordering of rows (i.e. maxcutoff or mincutoff) is chosen. - The users are strongly discouraged to use these dynamic ordering options. - -Version C0.38(Jan. 31, 1994) / - - Bmatrix struct has been modified to store only the row pointers. Thus the program - does not use any 2-dim arrays, and uses mainly dynamic allocation memory as much - as necessary irrespective of the declared maximum size MMAX times NMAX. - Thus, even in Macintosh computers large problems can be solved. - - CrissCrossSolve LP solver has been updated to output dual solutions as well. - -Version C0.37(Jan. 25, 1994) / - - Amatrix struct has been modified to store only the row pointers. - -Version C0.36(Jan. 23, 1994) / - - RayRecord struct has been modified to store only a pointer for a ZeroSet so that - the necessary space for the set is allocated each time. This saves a space for - storing each RayRecord ZeroSet. For this modification, the setoper library - must have been changed so that set_initialize allocates the minimum space. - Note that this new version (Jan. 23, 1994) does not work with the older cdd - programs. - -Version C0.35(Jan. 23, 1994) / - - RayRecord struct has been modified to store only a pointer for a Ray vector so that - the necessary space for the vector is allocated each time. This saves a space for - storing each RayRecord. - -Version C0.34(Jan. 22, 1994) / - - adjacency option has been added to output the adjacency list of output. - -Version C0.33(Jan. 16, 1994) / - - partial_enumeration option has been added. By this option, one can enumerate all vertices - and rays which are lying on a selected set of inequalities. The input - ------------- - begin - m n Type - b -A1 -A2 - end - partial_enumeration - 4 1 4 6 7 - ------------- - restricts the enumeration for those lying on the 1st, 4th, 6th & 7th hyperplanes. - -Version C0.32(Jan. 11, 1994) / - - "preprojection" option has been added. This option can be considered as a preprocessing - of orthogonal projection of the polyhedon to a subset of variables. That is, if the inequality - inequality system is of form A1 x1 + A2 x2 <= b, and the variable indices for x2, say 1, 4, 6, 7, - are listed in the input file as - ------------- - begin - m n Type - b -A1 -A2 - end - preprojection - 4 1 4 6 7 - ------------- - Then, cdd will output the inequality system, A1 x1 <= b, together with the list R of extremal - rays of the homogeneous cone {z: z >=0 and z A2 = 0 }. Consequently, the inequality system - {r A1 x1 <= r b for each r in R} represents the projection of the original polyhedron onto - x1-space with possible redundancy. The supplementary C program (written by F. Margot) - will be used to obtain a minimal system from these two outputs. - -Version C0.31(December 20, 1993) / - - The main program cdd.c has been divided into two parts, cdd.c and cddarith.c, the latter - contains all the procedures dealing with floating point numbers and operations. - - LP solver CrissCrossSolve has been added. Now the option "maximize" can be used to - optimize any linear function over the polyhedron. - - The setoper library has been updated to accomodate set_card(set) function. - -Version C0.27(December 8, 1993) / - - It uses a new versions of setoper.h and setoper.c (Dec 8, 1993 version) which have - set complemen procedure set_compl. - -Version C0.26b(December 8, 1993) / - - FindBasis and ComputeRank have been replaced with new programs which do not copy - Amatrix (for save storage and time). Accordingly, the procedure CopyAmarix has been - removed. - -Version C0.26 (November 29, 1993) / - - FindBasis has been modified to be faster when the number of inequalities is large. - - addition of #incidence option for outputting the cardinality of active - hyperplanes instead of the set of all active hyperplanes at each vertex. - - InitBasisAtBottom option has been added to select the last set of rows - as the initial basis (determining a simplex cone/polytope). - This option is {\em not\/} default. See User's manual. - - -Version C0.25 (November 28, 1993) - - The bug for mishandling the empty polyhedra input is fixed. - Accordingly, the new variable CompStatus (Completion Status) - has been added. - - - The procedure AddNewHyperplane and EvaluateARay have been completely - changed. EvaluateARay computes A(hnew) * Ray for each Rays, and sort - the linked list of rays so that the hnew-infeasible rays will be - put consecutively from FirstRay. - - -Version C0.24 (November 27, 1993) / - - Modified to be able to deal with column size (nn) larger than 32. - - Bugs of LexMin, LexMax ordering options are fixed. - -Version C0.23a, b (November 23, 1993) / - - Few small bugs of C0.23 have been fixed. - - Up to this version, the program can deal with column size at most 32. - -Version C0.23 (November 22, 1993) / - - First release of cdd. - -Version C0.22 (November 21, 1993) / - - File open procedures have been updated. - -Version C0.21 (November 10, 1993) / - - The first version of cdd created by translating pdd.p (0.21) with - Dave Gillespie's p2c translator and by modifying the c-code. The set operation - libraries setoper.c, setoper.h (Nov.14, 1993) were created to make the code run - without any p2c libraries. - -*** cdd+ version (date) / changes *** - -cdd+ Version 0.77beta (April 20, 2003) / - This version is made so that it can be compiled with - newer gcc. such as gcc 3.1.*. - -cdd+ Version 0.76 (March 17, 1999) / - This is functionally the same as Ver. 075. This version can - be compiled to run with GNU's GMP rational arithmetic library using - Polymake's GMP-wrappers. cddr+ with GMP runs much faster than - the previous versions of cddr+ (with g++ Rational library). - -cdd+ Version 0.75 (November 30, 1997) / - This is a maintenance update of the previous version to employ the - new 1997 Polyhedra format (introducing H-representation and - V-representation statements). Three options for accuracy control - is added: "zero_tolerance", "round_output_off" and "output_digits". - -cdd+ Version 0.74 (June 17, 1996) / - Few minor bug fixes were made. - -cdd+ Version 0.74beta2 (June 5, 1996) / - Also "vertex_listing_external" and "facet_listing_external" - are added. These options do "vertex_listing" and "facet_listing" - against the external file which can be huge. These options are - useful when one has a small candidate set of vertices (or inequalities) - and a large set of perhaps-redundant points (or inequalities). - The external file must be named as "test.ext.external" (test.ine.external) - if the candidate input file is test.ext (test.ine). - -cdd+ Version 0.74beta (June 4, 1996) / - The option "vertex_listing" is added. - The dual simplex method uses the standard Phase I instead of - the criss-cross method. Consequently the LP code is faster. - -cdd+ Version 0.74alpha (March 30, 1996) / - The default output file names have been changed to be consistent - with the transformation. To avoid confusion, *.ine file should - be used only for a system of linear inequalities, and *.ext file - only for a set of extreme points and rays. Accordingly, - the files *.ead (previously *.adj) and *.ecd (previously *.icd) - are reserved for the adjacency and incidence files for the extremal - vertices/rays. - Similarly, *.iad (previously *.iad) and *.icd (previously none) - are reserved for the adjacency and incidence files for the inequality - data. - - Also, when a file with default file name exists in the current - directory, the default extension name will be doubled. For instance, - if test.ine is input and test.ext exists, then the extreme points - and rays will be written in the file test.ext.ext. The program - does not check "test.ext.ext" exists, and thus such a file - will be overwritten if exists. - -cdd+ Version 0.73 (Septembe 6, 1995) / - A new option "input_adjacency" has been added. - The output format of incidence file is slightly modified. (See - the Reference Manual cddman.tex). This incidence file format is compatible - with cdd-056 and we will try not to change the format any more. - -cdd+ Version 0.72a (April 16, 1995) / - Cycling bug of Version 072 of LP maximize and minimize has been - fixed. -cdd+ Version 0.72 (April 16, 1995) / - The option "postanalysis" is added. This option is to be used - after *.ext file is obtained. When this option is set - with adjacency and/or incidence options, one can get - adjacency and incidence files from both *.ine and *.ext - files. Thus it is not necessary to generate *.adj and *.icd - files together with *.ext file. - -cdd+ Version 0.71 (April 15, 1995) / - Two new functions (through options) are added. The option - "facet_listing" checks whether each input inequality determines - a facet or not. The second option "tope_listing" generates - all full-dimensional regions (topes) of the associated - arrangement of hyperplanes by reverse search algorithm. - Also, the option "show_tableau" is added to illustrate - how the criss-cross method works in the tableau (dictornary) - form. Criss-cross LP solver is now sensitive to ordering - options, lexmin, minindex, radom, etc. - - cdd+ Version 0.70 (April 3, 1995) / - The first C++ version of cdd which can run on both floating-point - and rational (exact) arithmetics. The basic functions are - identical to cdd-055. This version requires GNU gcc compilers - (2.6.0 or higher) and a compatible g++lib. - - ---- end of file: cddHISTORY --- - diff -Nru cddlib-094h/compile cddlib-094j/compile --- cddlib-094h/compile 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/compile 2018-05-21 15:58:45.000000000 +0000 @@ -0,0 +1,348 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2016-01-11.22; # UTC + +# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# 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. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# 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: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff -Nru cddlib-094h/config.guess cddlib-094j/config.guess --- cddlib-094h/config.guess 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/config.guess 2018-05-21 15:58:45.000000000 +0000 @@ -1,14 +1,12 @@ #! /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 -# Free Software Foundation, Inc. +# Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2008-11-15' +timestamp='2017-05-27' # 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -17,26 +15,22 @@ # 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. +# 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 Per Bothner . -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). # -# 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. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # -# The plan is that this can be called by configure scripts if you -# don't specify an explicit build system type. +# 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 +# +# Please send patches to . + me=`echo "$0" | sed -e 's,.*/,,'` @@ -56,8 +50,7 @@ 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. +Copyright 1992-2017 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." @@ -139,12 +132,33 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown +case "${UNAME_SYSTEM}" in +Linux|GNU|GNU/*) + # If the system lacks a compiler, then just pick glibc. + # We could probably try harder. + LIBC=gnu + + eval $set_cc_for_build + cat <<-EOF > $dummy.c + #include + #if defined(__UCLIBC__) + LIBC=uclibc + #elif defined(__dietlibc__) + LIBC=dietlibc + #else + LIBC=gnu + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + ;; +esac + # 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*, + # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward @@ -154,23 +168,33 @@ # 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)` + UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ + /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 ;; + earmv*) + arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` + machine=${arch}${endian}-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. + # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in + earm*) + os=netbsdelf + ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null + | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? @@ -180,7 +204,14 @@ fi ;; *) - os=netbsd + os=netbsd + ;; + esac + # Determine ABI tags. + case "${UNAME_MACHINE_ARCH}" in + earm*) + expr='s/^earmv[0-9]/-eabi/;s/eb$//' + abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release @@ -193,18 +224,26 @@ release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; 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}" + echo "${machine}-${os}${release}${abi}" + exit ;; + *:Bitrig:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; + *:LibertyBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -217,13 +256,16 @@ *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; + *:Sortix:*:*) + echo ${UNAME_MACHINE}-unknown-sortix + 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}'` + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on @@ -233,43 +275,46 @@ 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" ;; + UNAME_MACHINE=alpha ;; "EV4.5 (21064)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") - UNAME_MACHINE="alpha" ;; + UNAME_MACHINE=alpha ;; "EV5 (21164)") - UNAME_MACHINE="alphaev5" ;; + UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") - UNAME_MACHINE="alphaev56" ;; + UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") - UNAME_MACHINE="alphapca56" ;; + UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") - UNAME_MACHINE="alphapca57" ;; + UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") - UNAME_MACHINE="alphaev6" ;; + UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") - UNAME_MACHINE="alphaev67" ;; + UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") - UNAME_MACHINE="alphaev68" ;; + UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") - UNAME_MACHINE="alphaev69" ;; + UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") - UNAME_MACHINE="alphaev7" ;; + UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") - UNAME_MACHINE="alphaev79" ;; + 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 ;; + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + # Reset EXIT trap before exiting to avoid spurious non-zero exit code. + exitcode=$? + trap '' 0 + exit $exitcode ;; 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 @@ -295,12 +340,12 @@ echo s390-ibm-zvmoe exit ;; *:OS400:*:*) - echo powerpc-ibm-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:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) @@ -324,24 +369,30 @@ 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" + 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 '\n#ifdef __amd64\nIS_64BIT_ARCH\n#endif' | \ - (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + 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" + SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` @@ -366,7 +417,7 @@ 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 + test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} @@ -388,23 +439,23 @@ # 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} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} - exit ;; + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} - exit ;; + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} - exit ;; + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; @@ -474,8 +525,8 @@ echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) - # DG/UX returns AViiON for all architectures - UNAME_PROCESSOR=`/usr/bin/uname -p` + # 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 ] || \ @@ -488,7 +539,7 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; @@ -545,15 +596,16 @@ echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) 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` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi @@ -588,58 +640,58 @@ 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 + 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 + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include - #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); - } + 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` + (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" ] + if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build @@ -652,12 +704,12 @@ # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 - if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | - grep __LP64__ >/dev/null + if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ then - HP_ARCH="hppa2.0w" + HP_ARCH=hppa2.0w else - HP_ARCH="hppa64" + HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} @@ -724,22 +776,22 @@ exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; @@ -762,15 +814,15 @@ 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 ;; + 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}" + 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} @@ -782,34 +834,40 @@ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - case ${UNAME_MACHINE} in - pc98) - echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=`/usr/bin/uname -p` + case ${UNAME_PROCESSOR} in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; esac + echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; + *:MINGW64*:*) + echo ${UNAME_MACHINE}-pc-mingw64 + exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + *:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - *:Interix*:[3456]*) - case ${UNAME_MACHINE} in + *:Interix*:*) + case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd | genuineintel) + authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -819,6 +877,9 @@ [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 @@ -839,210 +900,169 @@ exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`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 + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + aarch64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + aarch64_be:Linux:*:*) + UNAME_MACHINE=aarch64_be + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + 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=gnulibc1 ; fi + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + arc:Linux:*:* | arceb:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${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 + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else - echo ${UNAME_MACHINE}-unknown-linux-gnueabi + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + else + echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) - echo cris-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-gnu + echo ${UNAME_MACHINE}-axis-linux-${LIBC} + exit ;; + e2k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) - echo frv-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + hexagon:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + k1om:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - mips:Linux:*:*) + mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU - #undef mips - #undef mipsel + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mipsel + CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips + CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; - mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #undef CPU - #undef mips64 - #undef mips64el - #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) - CPU=mips64el - #else - #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) - CPU=mips64 - #else - CPU= - #endif - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^CPU/{ - s: ::g - p - }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } - ;; - or32:Linux:*:*) - echo or32-unknown-linux-gnu + mips64el:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - ppc:Linux:*:*) - echo powerpc-unknown-linux-gnu + openrisc*:Linux:*:*) + echo or1k-unknown-linux-${LIBC} exit ;; - ppc64:Linux:*:*) - echo powerpc64-unknown-linux-gnu - 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 ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + or32:Linux:*:* | or1k*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-gnu + echo sparc-unknown-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-${LIBC} 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 ;; + PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; + PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; + *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; - parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-gnu + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-${LIBC} + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64le:Linux:*:*) + echo powerpc64le-unknown-linux-${LIBC} + exit ;; + ppcle:Linux:*:*) + echo powerpcle-unknown-linux-${LIBC} + exit ;; + riscv32:Linux:*:* | riscv64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux + echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-gnu + echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-gnu + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; - i*86:Linux:*:*) - # The BFD linker knows what the default object file format is, so - # first see if it will tell us. cd to the root directory to prevent - # problems with other programs or directories called `ld' in the path. - # Set LC_ALL=C to ensure ld outputs messages in English. - ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ - | sed -ne '/supported targets:/!d - s/[ ][ ]*/ /g - s/.*supported targets: *// - s/ .*// - p'` - case "$ld_supported_targets" in - elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" - ;; - a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit ;; - "") - # Either a pre-BFD a.out linker (linux-gnuoldld) or - # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-gnuoldld" - exit ;; - esac - # Determine whether the default compiler is a.out or elf - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #ifdef __ELF__ - # ifdef __GLIBC__ - # if __GLIBC__ >= 2 - LIBC=gnu - # else - LIBC=gnulibc1 - # endif - # else - LIBC=gnulibc1 - # endif - #else - #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) - LIBC=gnu - #else - LIBC=gnuaout - #endif - #endif - #ifdef __dietlibc__ - LIBC=dietlibc - #endif -EOF - eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' - /^LIBC/{ - s: ::g - p - }'`" - test x"${LIBC}" != x && { - echo "${UNAME_MACHINE}-pc-linux-${LIBC}" - exit - } - test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; 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 @@ -1050,11 +1070,11 @@ 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, + # 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. + # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) @@ -1071,7 +1091,7 @@ i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; - i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) @@ -1086,7 +1106,7 @@ fi exit ;; i*86:*:5:[678]*) - # UnixWare 7.x, OpenUNIX and OpenServer 6. + # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; @@ -1114,10 +1134,13 @@ 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 i386. - echo i386-pc-msdosdjgpp - exit ;; + # 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 configure will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; @@ -1152,8 +1175,18 @@ /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; } ;; + /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 ;; @@ -1166,7 +1199,7 @@ rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; - PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) @@ -1186,10 +1219,10 @@ echo ns32k-sni-sysv fi exit ;; - PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says - echo i586-unisys-sysv4 - 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 @@ -1215,11 +1248,11 @@ exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv${UNAME_RELEASE} else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv${UNAME_RELEASE} fi - exit ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; @@ -1232,6 +1265,9 @@ BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; + x86_64:Haiku:*:*) + echo x86_64-unknown-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; @@ -1250,6 +1286,9 @@ SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; + SX-ACE:SUPER-UX:*:*) + echo sxace-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; @@ -1258,14 +1297,43 @@ exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - case $UNAME_PROCESSOR in - unknown) UNAME_PROCESSOR=powerpc ;; - esac + eval $set_cc_for_build + if test "$UNAME_PROCESSOR" = unknown ; then + UNAME_PROCESSOR=powerpc + fi + if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + 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 + case $UNAME_PROCESSOR in + i386) UNAME_PROCESSOR=x86_64 ;; + powerpc) UNAME_PROCESSOR=powerpc64 ;; + esac + fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi + fi + elif test "$UNAME_PROCESSOR" = i386 ; then + # Avoid executing cc on OS X 10.9, as it ships with a stub + # that puts up a graphical alert prompting to install + # developer tools. Any system running Mac OS X 10.7 or + # later (Darwin 11 and later) is required to have a 64-bit + # processor. This is not true of the ARM version of Darwin + # that Apple uses in portable devices. + UNAME_PROCESSOR=x86_64 + fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` - if test "$UNAME_PROCESSOR" = "x86"; then + if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi @@ -1274,12 +1342,18 @@ *:QNX:*:4*) echo i386-pc-qnx exit ;; - NSE-?:NONSTOP_KERNEL:*:*) + NEO-*:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; - NSR-?:NONSTOP_KERNEL:*:*) + NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk${UNAME_RELEASE} + exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; @@ -1293,7 +1367,7 @@ # "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 + if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" @@ -1319,13 +1393,13 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + 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` + UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; @@ -1335,179 +1409,36 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos 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 + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros exit ;; - c38*) - echo c38-convex-bsd + x86_64:VMkernel:*:*) + echo ${UNAME_MACHINE}-unknown-esx exit ;; - c4*) - echo c4-convex-bsd + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs exit ;; - esac -fi +esac cat >&2 < in order to provide the needed -information to handle your system. +If $0 has already been updated, send the following data and any +information you think might be pertinent to config-patches@gnu.org to +provide the necessary information to handle your system. config.guess timestamp = $timestamp diff -Nru cddlib-094h/config.sub cddlib-094j/config.sub --- cddlib-094h/config.sub 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/config.sub 2018-05-21 15:58:45.000000000 +0000 @@ -1,44 +1,40 @@ #! /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 -# Free Software Foundation, Inc. - -timestamp='2008-09-08' - -# 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 +# Copyright 1992-2017 Free Software Foundation, Inc. + +timestamp='2017-04-02' + +# 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 3 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. +# 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. +# 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. +# the same distribution terms that you use for the rest of that +# program. This Exception is an additional permission under section 7 +# of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches to . Submit a context -# diff and a properly formatted ChangeLog entry. +# Please send patches to . # # 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 + # 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. @@ -57,8 +53,7 @@ me=`echo "$0" | sed -e 's,.*/,,'` usage="\ -Usage: $0 [OPTION] CPU-MFR-OPSYS - $0 [OPTION] ALIAS +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. @@ -72,8 +67,7 @@ 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. +Copyright 1992-2017 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." @@ -120,12 +114,18 @@ # 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* | \ + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ + kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; + android-linux) + os=-linux-android + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] @@ -148,10 +148,13 @@ -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) + -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; + -bluegene*) + os=-cnk + ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 @@ -166,10 +169,10 @@ os=-chorusos basic_machine=$1 ;; - -chorusrdb) - os=-chorusrdb + -chorusrdb) + os=-chorusrdb basic_machine=$1 - ;; + ;; -hiux*) os=-hiuxwe2 ;; @@ -214,6 +217,12 @@ -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -lynx*178) + os=-lynxos178 + ;; + -lynx*5) + os=-lynxos5 + ;; -lynx*) os=-lynxos ;; @@ -238,19 +247,29 @@ # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ + | aarch64 | aarch64_be \ | 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 \ + | arc | arceb \ + | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ + | avr | avr32 \ + | ba \ + | be32 | be64 \ | bfin \ - | c4x | clipper \ + | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fido | fr30 | frv \ + | e2k | epiphany \ + | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | i370 | i860 | i960 | ia64 \ + | hexagon \ + | i370 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | mcore | mep | metag \ + | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -264,35 +283,57 @@ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | moxie \ | mt \ | msp430 \ - | nios | nios2 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ - | or32 \ + | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pru \ | pyramid \ + | riscv32 | riscv64 \ + | rl78 | rx \ | score \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]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 \ - | v850 | v850e \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ + | wasm32 \ | we32k \ - | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; - m6811 | m68hc11 | m6812 | m68hc12) - # Motorola 68HC11/12. + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; @@ -302,6 +343,21 @@ basic_machine=mt-unknown ;; + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + xgate) + basic_machine=$basic_machine-unknown + os=-none + ;; + xscaleeb) + basic_machine=armeb-unknown + ;; + + xscaleel) + basic_machine=armel-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. @@ -316,24 +372,32 @@ # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ + | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | ba-* \ + | be32-* | be64-* \ | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ - | clipper-* | craynv-* | cydra-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ - | elxsi-* \ + | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | i*86-* | i860-* | i960-* | ia64-* \ + | hexagon-* \ + | i*86-* | i860-* | i960-* | ia16-* | ia64-* \ | ip2k-* | iq2000-* \ + | k1om-* \ + | le32-* | le64-* \ + | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ + | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ @@ -347,32 +411,45 @@ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ - | nios-* | nios2-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pru-* \ | pyramid-* \ - | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | riscv32-* | riscv64-* \ + | rl78-* | 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-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile*-* \ | tron-* \ - | v850-* | v850e-* | vax-* \ + | ubicom32-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ + | visium-* \ + | wasm32-* \ | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) @@ -397,7 +474,7 @@ basic_machine=a29k-amd os=-udi ;; - abacus) + abacus) basic_machine=abacus-unknown ;; adobe68k) @@ -443,6 +520,13 @@ basic_machine=m68k-apollo os=-bsd ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + asmjs) + basic_machine=asmjs-unknown + ;; aux) basic_machine=m68k-apple os=-aux @@ -459,11 +543,24 @@ basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + c54x-*) + basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c55x-*) + basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + c6x-*) + basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; c90) basic_machine=c90-cray os=-unicos ;; - cegcc) + cegcc) basic_machine=arm-unknown os=-cegcc ;; @@ -495,7 +592,7 @@ basic_machine=craynv-cray os=-unicosmp ;; - cr16) + cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; @@ -550,6 +647,14 @@ basic_machine=m68k-bull os=-sysv3 ;; + e500v[12]) + basic_machine=powerpc-unknown + os=$os"spe" + ;; + e500v[12]-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + os=$os"spe" + ;; ebmon29k) basic_machine=a29k-amd os=-ebmon @@ -653,7 +758,6 @@ 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 @@ -692,6 +796,9 @@ basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux @@ -711,8 +818,15 @@ basic_machine=ns32k-utek os=-sysv ;; + microblaze*) + basic_machine=microblaze-xilinx + ;; + mingw64) + basic_machine=x86_64-pc + os=-mingw64 + ;; mingw32) - basic_machine=i386-pc + basic_machine=i686-pc os=-mingw32 ;; mingw32ce) @@ -740,6 +854,10 @@ basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -747,10 +865,18 @@ ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; + msys) + basic_machine=i686-pc + os=-msys + ;; mvs) basic_machine=i370-ibm os=-mvs ;; + nacl) + basic_machine=le32-unknown + os=-nacl + ;; ncr3000) basic_machine=i486-ncr os=-sysv4 @@ -815,9 +941,18 @@ np1) basic_machine=np1-gould ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; nsr-tandem) basic_machine=nsr-tandem ;; + nsx-tandem) + basic_machine=nsx-tandem + ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf @@ -897,11 +1032,12 @@ ;; power) basic_machine=power-ibm ;; - ppc) basic_machine=powerpc-unknown + ppc | ppcbe) basic_machine=powerpc-unknown ;; - ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppcle | powerpclittle | ppc-le | powerpc-little) + ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) @@ -911,7 +1047,7 @@ ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - ppc64le | powerpc64little | ppc64-le | powerpc64-little) + ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) @@ -924,7 +1060,11 @@ basic_machine=i586-unknown os=-pw32 ;; - rdos) + rdos | rdos64) + basic_machine=x86_64-pc + os=-rdos + ;; + rdos32) basic_machine=i386-pc os=-rdos ;; @@ -993,6 +1133,9 @@ basic_machine=i860-stratus os=-sysv4 ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; sun2) basic_machine=m68000-sun ;; @@ -1049,20 +1192,8 @@ 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 + basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) @@ -1117,6 +1248,9 @@ basic_machine=a29k-wrs os=-vxworks ;; + wasm32) + basic_machine=wasm32-unknown + ;; w65*) basic_machine=w65-wdc os=-none @@ -1132,6 +1266,9 @@ xps | xps100) basic_machine=xps100-honeywell ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; ymp) basic_machine=ymp-cray os=-unicos @@ -1182,7 +1319,7 @@ we32k) basic_machine=we32k-att ;; - sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + 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) @@ -1229,9 +1366,12 @@ if [ x"$os" != x"" ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. + # 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|'` ;; @@ -1252,29 +1392,32 @@ # 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* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* \ + | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -openbsd* | -solidbsd* \ + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -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* \ + | -chorusos* | -chorusrdb* | -cegcc* | -glidix* \ + | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-musl* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -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*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1313,7 +1456,7 @@ -opened*) os=-openedition ;; - -os400*) + -os400*) os=-os400 ;; -wince*) @@ -1362,7 +1505,7 @@ -sinix*) os=-sysv4 ;; - -tpf*) + -tpf*) os=-tpf ;; -triton*) @@ -1398,15 +1541,16 @@ -aros*) os=-aros ;; - -kaos*) - os=-kaos - ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; + -nacl*) + ;; + -ios) + ;; -none) ;; *) @@ -1429,10 +1573,10 @@ # system, and we'll never get to this point. case $basic_machine in - score-*) + score-*) os=-elf ;; - spu-*) + spu-*) os=-elf ;; *-acorn) @@ -1444,8 +1588,23 @@ arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff + c4x-* | tic4x-*) + os=-coff + ;; + c8051-*) + os=-elf + ;; + hexagon-*) + os=-elf + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff ;; # This must come before the *-dec entry. pdp10-*) @@ -1465,14 +1624,11 @@ ;; m68000-sun) os=-sunos3 - # This also exists in the configure program, but was not the - # default. - # os=-sunos4 ;; m68*-cisco) os=-aout ;; - mep-*) + mep-*) os=-elf ;; mips*-cisco) @@ -1490,6 +1646,9 @@ sparc-* | *-sun) os=-sunos4.1.1 ;; + pru-*) + os=-elf + ;; *-be) os=-beos ;; @@ -1499,7 +1658,7 @@ *-ibm) os=-aix ;; - *-knuth) + *-knuth) os=-mmixware ;; *-wec) @@ -1604,7 +1763,7 @@ -sunos*) vendor=sun ;; - -aix*) + -cnk*|-aix*) vendor=ibm ;; -beos*) diff -Nru cddlib-094h/configure cddlib-094j/configure --- cddlib-094h/configure 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/configure 2018-06-11 07:21:08.000000000 +0000 @@ -1,18 +1,20 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63. +# Generated by GNU Autoconf 2.69 for cddlib 0.94j. +# +# +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. +# # -# 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. ## -## --------------------- ## +## -------------------- ## +## 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 +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 @@ -20,23 +22,15 @@ alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; + 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 @@ -44,7 +38,13 @@ 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 +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else @@ -55,7 +55,7 @@ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; - case $arg in + case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; @@ -78,13 +78,6 @@ } 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 @@ -94,15 +87,16 @@ IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. -case $0 in +as_myself= +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 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done IFS=$as_save_IFS ;; @@ -114,12 +108,16 @@ 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; } + 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 +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' @@ -131,330 +129,352 @@ 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 - +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +as_fn_exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then - if (eval ":") 2>/dev/null; then - as_have_required=yes + as_bourne_compatible="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 - as_have_required=no + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac 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 -} +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_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 - : +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : + +else + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 +test \$(( 1 + 1 )) = 2 || exit 1 + + test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ + || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" + if (eval "$as_required") 2>/dev/null; then : + as_have_required=yes else - exitcode=1 - echo positional parameters were not saved. + as_have_required=no fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : -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 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false 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 + as_found=: + case $as_dir in #( /*) for as_base in sh bash ksh sh5; do - as_candidate_shells="$as_candidate_shells $as_dir/$as_base" + # Try only shells that exist, to save several forks. + as_shell=$as_dir/$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : + CONFIG_SHELL=$as_shell as_have_required=yes + if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : + break 2 +fi +fi done;; esac + as_found=false done +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi; } 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 - + if test "x$CONFIG_SHELL" != x; then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno; then : + $as_echo "$0: This script requires a shell more modern than all" + $as_echo "$0: the shells that I found on your system." + if test x${ZSH_VERSION+set} = xset ; then + $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" + $as_echo "$0: be upgraded to zsh 4.3.4 or later." + else + $as_echo "$0: Please tell bug-autoconf@gnu.org about your system, +$0: including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." + fi + exit 1 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 +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ -: -(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 -} + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + 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_fn_error $? "cannot create directory $as_dir" -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 +} # as_fn_mkdir_p -if as_func_ret_success; then - : +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' 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 + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append -if ( set x; as_func_ret_success y && test x = "$1" ); then - : +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' 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 - + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith -(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 -} +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error -exitcode=0 -if as_func_success; then - : +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr else - exitcode=1 - echo as_func_success failed. -fi - -if as_func_failure; then - exitcode=1 - echo as_func_failure succeeded. + as_expr=false fi -if as_func_ret_success; then - : +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename else - exitcode=1 - echo as_func_ret_success failed. -fi - -if as_func_ret_failure; then - exitcode=1 - echo as_func_ret_failure succeeded. + as_basename=false fi -if ( set x; as_func_ret_success y && test x = \"\$1\" ); then - : +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname else - exitcode=1 - echo positional parameters were not saved. + as_dirname=false 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_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'` +# 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_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. :-) + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= @@ -471,9 +491,12 @@ 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; }; } + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec # 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). @@ -482,29 +505,18 @@ 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 +case `echo -n x` in #((((( -n*) - case `echo 'x\c'` in + case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. - *) ECHO_C='\c';; + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; 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 @@ -519,49 +531,29 @@ # ... 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'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' 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=: + as_mkdir_p='mkdir -p "$as_dir"' 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 +as_test_x='test -x' +as_executable_p=as_fn_executable_p # 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'" @@ -569,161 +561,14 @@ # 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 +test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` @@ -738,14 +583,14 @@ subdirs= MFLAGS= MAKEFLAGS= -SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. -PACKAGE_NAME= -PACKAGE_TARNAME= -PACKAGE_VERSION= -PACKAGE_STRING= -PACKAGE_BUGREPORT= +PACKAGE_NAME='cddlib' +PACKAGE_TARNAME='cddlib' +PACKAGE_VERSION='0.94j' +PACKAGE_STRING='cddlib 0.94j' +PACKAGE_BUGREPORT='' +PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ @@ -783,26 +628,42 @@ # include #endif" -ac_subst_vars='LTLIBOBJS +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS LIBOBJS +PS_FALSE +PS_TRUE +dvips +HTML_FALSE +HTML_TRUE +latex2html +PDF_FALSE +PDF_TRUE +pdflatex +LATEX_FALSE +LATEX_TRUE +latex +GMP_FALSE +GMP_TRUE +CDD_LDFLAGS CPP +LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL -lt_ECHO +MANIFEST_TOOL RANLIB +ac_ct_AR AR -OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP -EGREP -GREP SED host_os host_vendor @@ -813,9 +674,15 @@ build_cpu build LIBTOOL +OBJDUMP +DLLTOOL +AS +EGREP +GREP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -829,6 +696,10 @@ LDFLAGS CFLAGS CC +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -852,6 +723,7 @@ INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM +libcdd_version_info target_alias host_alias build_alias @@ -882,6 +754,7 @@ program_transform_name prefix exec_prefix +PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION @@ -892,12 +765,15 @@ ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install +with_aix_soname with_gnu_ld +with_sysroot enable_libtool_lock ' ac_precious_vars='build_alias @@ -908,6 +784,7 @@ LDFLAGS LIBS CPPFLAGS +LT_SYS_LIBRARY_PATH CPP' @@ -949,7 +826,7 @@ localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' -docdir='${datarootdir}/doc/${PACKAGE}' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' @@ -971,8 +848,9 @@ fi case $ac_option in - *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; - *) ac_optarg=yes ;; + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. @@ -1017,8 +895,7 @@ 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; }; } + as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1044,8 +921,7 @@ 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; }; } + as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1249,8 +1125,7 @@ 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; }; } + as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1266,8 +1141,7 @@ 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; }; } + as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in @@ -1297,17 +1171,17 @@ | --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; }; } + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" ;; *=*) 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; }; } + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; @@ -1316,7 +1190,7 @@ $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} + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac @@ -1324,15 +1198,13 @@ 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; }; } + as_fn_error $? "missing argument to $ac_option" 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; }; } ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi @@ -1355,8 +1227,7 @@ [\\/$]* | ?:[\\/]* ) 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; }; } + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' @@ -1370,8 +1241,6 @@ 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 @@ -1386,11 +1255,9 @@ 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; }; } + as_fn_error $? "working directory cannot be determined" 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; }; } + as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. @@ -1429,13 +1296,11 @@ 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; }; } + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 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; }; } + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then @@ -1461,7 +1326,7 @@ # 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. +\`configure' configures cddlib 0.94j to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1475,7 +1340,7 @@ --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 + -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 @@ -1509,7 +1374,7 @@ --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] + --docdir=DIR documentation root [DATAROOTDIR/doc/cddlib] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] @@ -1530,15 +1395,21 @@ fi if test -n "$ac_init_help"; then - + case $ac_init_help in + short | recursive ) echo "Configuration of cddlib 0.94j:";; + esac 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] - --disable-dependency-tracking speeds up one-time build - --enable-dependency-tracking do not reject slow dependency extractors + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] @@ -1548,9 +1419,14 @@ 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 + --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-sysroot[=DIR] Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). Some influential environment variables: CC C compiler command @@ -1558,13 +1434,16 @@ 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 + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. +Report bugs to the package provider. _ACEOF ac_status=$? fi @@ -1627,22 +1506,286 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -configure -generated by GNU Autoconf 2.63 +cddlib configure 0.94j +generated by GNU Autoconf 2.69 -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2012 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 + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES +# ------------------------------------------------------- +# Tests whether HEADER exists and can be compiled using the include files in +# INCLUDES, setting the cache variable VAR accordingly. +ac_fn_c_check_header_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$4 +#include <$2> +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_header_compile + +# ac_fn_c_try_cpp LINENO +# ---------------------- +# Try to preprocess conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_cpp () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } > conftest.i && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : + ac_retval=0 +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_cpp + +# ac_fn_c_try_run LINENO +# ---------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes +# that executables *can* be run. +ac_fn_c_try_run () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then : + ac_retval=0 +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 + + ac_retval=$ac_status +fi + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_run + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +$as_echo_n "checking for $2... " >&6; } +if eval \${$3+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef $2 + +/* 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 $2 (); +/* 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_$2 || defined __stub___$2 +choke me +#endif + +int +main () +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + eval "$3=yes" +else + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func 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 +It was created by cddlib $as_me 0.94j, which was +generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -1678,8 +1821,8 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - $as_echo "PATH: $as_dir" -done + $as_echo "PATH: $as_dir" + done IFS=$as_save_IFS } >&5 @@ -1716,9 +1859,9 @@ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) - ac_configure_args1="$ac_configure_args1 '$ac_arg'" + as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else @@ -1734,13 +1877,13 @@ -* ) ac_must_keep_next=true ;; esac fi - ac_configure_args="$ac_configure_args '$ac_arg'" + as_fn_append 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; } +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there @@ -1752,11 +1895,9 @@ { echo - cat <<\_ASBOX -## ---------------- ## + $as_echo "## ---------------- ## ## Cache variables. ## -## ---------------- ## -_ASBOX +## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( @@ -1765,13 +1906,13 @@ 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 + *_cv_*) { $as_echo "$as_me:${as_lineno-$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 ;; + *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done @@ -1790,11 +1931,9 @@ ) echo - cat <<\_ASBOX -## ----------------- ## + $as_echo "## ----------------- ## ## Output variables. ## -## ----------------- ## -_ASBOX +## ----------------- ##" echo for ac_var in $ac_subst_vars do @@ -1807,11 +1946,9 @@ echo if test -n "$ac_subst_files"; then - cat <<\_ASBOX -## ------------------- ## + $as_echo "## ------------------- ## ## File substitutions. ## -## ------------------- ## -_ASBOX +## ------------------- ##" echo for ac_var in $ac_subst_files do @@ -1825,11 +1962,9 @@ fi if test -s confdefs.h; then - cat <<\_ASBOX -## ----------- ## + $as_echo "## ----------- ## ## confdefs.h. ## -## ----------- ## -_ASBOX +## ----------- ##" echo cat confdefs.h echo @@ -1843,46 +1978,53 @@ exit $exit_status ' 0 for ac_signal in 1 2 13 15; do - trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal + trap 'ac_signal='$ac_signal'; as_fn_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 +$as_echo "/* confdefs.h */" > 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 +cat >>confdefs.h <<_ACEOF +#define PACKAGE_URL "$PACKAGE_URL" +_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 + # We do not want a PATH search for config.site. + case $CONFIG_SITE in #(( + -*) ac_site_file1=./$CONFIG_SITE;; + */*) ac_site_file1=$CONFIG_SITE;; + *) ac_site_file1=./$CONFIG_SITE;; + esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site @@ -1893,19 +2035,23 @@ 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 + if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then + { $as_echo "$as_me:${as_lineno-$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" + . "$ac_site_file" \ + || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } 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 + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; @@ -1913,7 +2059,7 @@ esac fi else - { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -1928,11 +2074,11 @@ 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:${as_lineno-$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:${as_lineno-$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=: ;; ,);; @@ -1942,17 +2088,17 @@ 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:${as_lineno-$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:${as_lineno-$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:${as_lineno-$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:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac @@ -1964,35 +2110,20 @@ esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. - *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; + *) as_fn_append 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:${as_lineno-$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:${as_lineno-$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; }; } + as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi - - - - - - - - - - - - - - - - +## -------------------- ## +## Main body of script. ## +## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -2001,8 +2132,11 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +libcdd_version_info=0:0:0 + -am__api_version='1.10' + +am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2021,9 +2155,7 @@ 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; }; } + as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, @@ -2049,10 +2181,10 @@ # 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 "$as_me:${as_lineno-$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 +if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -2060,11 +2192,11 @@ 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/* | \ + # 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\\/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. @@ -2072,7 +2204,7 @@ # 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 as_fn_executable_p "$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. @@ -2101,7 +2233,7 @@ ;; esac -done + done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir @@ -2117,7 +2249,7 @@ INSTALL=$ac_install_sh fi fi -{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -2128,51 +2260,73 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +{ $as_echo "$as_me:${as_lineno-$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 -# Do `set' in a subshell so we don't clobber the current shell's +# 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_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +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 + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + 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 + 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_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done 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; }; } + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 fi -{ $as_echo "$as_me:$LINENO: result: yes" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. @@ -2183,33 +2337,149 @@ 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` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +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 " +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " 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;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -{ $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 +if test x"${install_sh+set}" != 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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_STRIP+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $STRIP" >&5 +$as_echo "$STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_STRIP+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +$as_echo "$ac_ct_STRIP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$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:${as_lineno-$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 ${ac_cv_path_mkdir+:} false; 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_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 + as_fn_executable_p "$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) '* | \ @@ -2219,11 +2489,12 @@ esac done done -done + done IFS=$as_save_IFS fi + test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else @@ -2231,26 +2502,19 @@ # 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 "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AWK+set}" = set; then +if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then @@ -2261,24 +2525,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2286,11 +2550,11 @@ test -n "$AWK" && break done -{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF @@ -2298,7 +2562,7 @@ all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF -# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +# 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;; @@ -2308,11 +2572,11 @@ 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 "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -2326,15 +2590,52 @@ fi rmdir .tst 2>/dev/null +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + 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; }; } + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi @@ -2349,8 +2650,8 @@ # Define the identity of the package. - PACKAGE=cddlib - VERSION=0.94 + PACKAGE='cddlib' + VERSION='0.94j' cat >>confdefs.h <<_ACEOF @@ -2378,119 +2679,70 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' -# 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 +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -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 +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' -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 +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' -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" -# 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 -' +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi ac_ext=c @@ -2501,9 +2753,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2514,24 +2766,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2541,9 +2793,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -2554,24 +2806,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2580,7 +2832,7 @@ 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:${as_lineno-$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 @@ -2594,9 +2846,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2607,24 +2859,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2634,9 +2886,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2648,18 +2900,18 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -done + done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then @@ -2678,10 +2930,10 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { $as_echo "$as_me:$LINENO: result: $CC" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2693,9 +2945,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_CC+set}" = set; then +if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then @@ -2706,24 +2958,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2737,9 +2989,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then @@ -2750,24 +3002,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -2780,7 +3032,7 @@ 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:${as_lineno-$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 @@ -2791,57 +3043,37 @@ fi -test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$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; }; }; } +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. -$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +$as_echo "$as_me:${as_lineno-$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" +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&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); } +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -2857,8 +3089,8 @@ # 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; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: @@ -2874,17 +3106,17 @@ done rm -f $ac_rmfiles -if { (ac_try="$ac_link_default" +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_try_echo="\"\$as_me:${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; 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, @@ -2901,7 +3133,7 @@ # certainly right. break;; *.* ) - if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; + if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi @@ -2920,84 +3152,41 @@ 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 +if test -z "$ac_file"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +$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:${as_lineno-$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; }; }; } +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } fi - +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } 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 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$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_try") 2>&5 +eval ac_try_echo="\"\$as_me:${as_lineno-$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 - 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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; 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 @@ -3012,32 +3201,83 @@ esac done else - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 + { { $as_echo "$as_me:${as_lineno-$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; }; }; } +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } fi - -rm -f conftest$ac_cv_exeext -{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +rm -f conftest conftest$ac_cv_exeext +{ $as_echo "$as_me:${as_lineno-$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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main () +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { 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:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_objext+:} false; 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -3049,17 +3289,17 @@ } _ACEOF rm -f conftest.o conftest.obj -if { (ac_try="$ac_compile" +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_try_echo="\"\$as_me:${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in @@ -3072,31 +3312,23 @@ $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:${as_lineno-$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; }; }; } +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } fi - rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +{ $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$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 +if ${ac_cv_c_compiler_gnu+:} false; 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -3110,37 +3342,16 @@ 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 +if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no + 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 "$as_me:${as_lineno-$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 @@ -3149,20 +3360,16 @@ fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_prog_cc_g+:} false; 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -3173,35 +3380,11 @@ 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 +if ac_fn_c_try_compile "$LINENO"; 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 + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -3212,36 +3395,12 @@ 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 +if ac_fn_c_try_compile "$LINENO"; then : - ac_c_werror_flag=$ac_save_c_werror_flag +else + 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -3252,42 +3411,17 @@ 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 +if ac_fn_c_try_compile "$LINENO"; 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 "$as_me:${as_lineno-$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 @@ -3304,23 +3438,18 @@ CFLAGS= fi fi -{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_prog_cc_c89+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include -#include -#include +struct stat; /* 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); @@ -3372,32 +3501,9 @@ -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 + if ac_fn_c_try_compile "$LINENO"; 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 @@ -3408,23 +3514,84 @@ # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { $as_echo "$as_me:$LINENO: result: none needed" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) - { $as_echo "$as_me:$LINENO: result: unsupported" >&5 + { $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +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_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:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +$as_echo_n "checking whether $CC understands -c and -o together... " >&6; } +if ${am_cv_prog_cc_c_o+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int +main () +{ + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +$as_echo "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +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 + DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" @@ -3433,50 +3600,51 @@ am_make=${MAKE-make} cat > confinc << 'END' am__doit: - @echo done + @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 "$as_me:${as_lineno-$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 -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi +# 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 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi + 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 "$as_me:${as_lineno-$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 +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='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3490,17 +3658,18 @@ depcc="$CC" am_compiler_list= -{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${am_cv_CC_dependencies_compiler_type+:} false; 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'. + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3518,6 +3687,11 @@ 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 @@ -3529,35 +3703,49 @@ : > 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 + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > 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 + # 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 ;; + msvc7 | msvc7msys | 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 - # 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. if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ + source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ + $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 sub/conftest.${OBJEXT-o} 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 @@ -3581,7 +3769,7 @@ fi fi -{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +{ $as_echo "$as_me:${as_lineno-$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 @@ -3596,109 +3784,147 @@ fi -# 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 "$as_me:${as_lineno-$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 ${ac_cv_path_GREP+:} false; 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 +for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 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 - ;; + 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" + as_fn_executable_p "$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 + as_fn_arith $ac_count + 1 && ac_count=$as_val + 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 -done + $ac_path_GREP_found && break 3 + done + done + done IFS=$as_save_IFS - -rm -rf conftest.one conftest.two conftest.dir + if test -z "$ac_cv_path_GREP"; then + as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 + fi +else + ac_cv_path_GREP=$GREP +fi 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 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } + GREP="$ac_cv_path_GREP" + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } +if ${ac_cv_path_EGREP+:} false; 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" + as_fn_executable_p "$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 + as_fn_arith $ac_count + 1 && ac_count=$as_val + 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_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi +else + ac_cv_path_EGREP=$EGREP 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}' + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } + EGREP="$ac_cv_path_EGREP" -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' case `pwd` in *\ * | *\ *) - { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 + { $as_echo "$as_me:${as_lineno-$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' +macro_version='2.4.6.40-6ca5-dirty' +macro_revision='2.4.6.40' @@ -3712,39 +3938,31 @@ -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # 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_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 -{ $as_echo "$as_me:$LINENO: checking build system type" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } -if test "${ac_cv_build+set}" = set; then +if ${ac_cv_build+:} false; 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; }; } + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 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; }; } + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +{ $as_echo "$as_me:${as_lineno-$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; }; };; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' @@ -3760,28 +3978,24 @@ 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 "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } -if test "${ac_cv_host+set}" = set; then +if ${ac_cv_host+:} false; 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; }; } + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +{ $as_echo "$as_me:${as_lineno-$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; }; };; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' @@ -3797,82 +4011,61 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac -{ $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 +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - $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 +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' -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 +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" +# 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' +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case $ECHO in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac @@ -3881,96 +4074,40 @@ -{ $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 "$as_me:${as_lineno-$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 ${ac_cv_path_SED+:} false; 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 + 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 + { ac_script=; unset 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$PATH_SEPARATOR/usr/xpg4/bin +for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do + for ac_prog in sed gsed; 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 + ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$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_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; + ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" @@ -3979,14 +4116,14 @@ 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 + $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_EGREP_max-0}; then + as_fn_arith $ac_count + 1 && ac_count=$as_val + 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_EGREP="$ac_path_EGREP" - ac_path_EGREP_max=$ac_count + 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 @@ -3994,30 +4131,40 @@ rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - $ac_path_EGREP_found && break 3 + $ac_path_SED_found && break 3 done 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; }; } + if test -z "$ac_cv_path_SED"; then + as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else - ac_cv_path_EGREP=$EGREP + ac_cv_path_SED=$SED 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:${as_lineno-$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 "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } -if test "${ac_cv_path_FGREP+set}" = set; then +if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 @@ -4031,10 +4178,10 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - for ac_prog in fgrep; do + 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 + as_fn_executable_p "$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 @@ -4051,7 +4198,7 @@ $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` + as_fn_arith $ac_count + 1 && ac_count=$as_val 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" @@ -4066,12 +4213,10 @@ $ac_path_FGREP_found && break 3 done 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; }; } + as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP @@ -4079,7 +4224,7 @@ fi fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" @@ -4105,20 +4250,20 @@ # 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 +if test "${with_gnu_ld+set}" = set; then : + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld -if test "$GCC" = yes; then +if test yes = "$GCC"; 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 "$as_me:${as_lineno-$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 + # 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` ;; @@ -4132,7 +4277,7 @@ 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" + test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. @@ -4143,56 +4288,54 @@ with_gnu_ld=unknown ;; esac -elif test "$with_gnu_ld" = yes; then - { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +elif test yes = "$with_gnu_ld"; then + { $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$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 +if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do - IFS="$lt_save_ifs" + 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" + 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 "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 $as_echo "$LD" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$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 +test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. @@ -4205,7 +4348,7 @@ ;; esac fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld @@ -4217,40 +4360,45 @@ -{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. - lt_cv_path_NM="$NM" + lt_cv_path_NM=$NM else - lt_nm_to_check="${ac_tool_prefix}nm" + 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 + 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" + 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 + 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: + # 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'*) + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" - break + break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" - break + break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but @@ -4261,25 +4409,28 @@ esac fi done - IFS="$lt_save_ifs" + 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 "$as_me:${as_lineno-$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" +if test no != "$lt_cv_path_NM"; 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" + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + if test -n "$ac_tool_prefix"; then + for ac_prog in dumpbin "link -dump" 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_DUMPBIN+set}" = set; then +if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then @@ -4290,24 +4441,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -4317,13 +4468,13 @@ fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN - for ac_prog in "dumpbin -symbols" "link -dump -symbols" + for ac_prog in dumpbin "link -dump" 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then @@ -4334,24 +4485,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -4364,7 +4515,7 @@ 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:${as_lineno-$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 @@ -4372,9 +4523,18 @@ fi fi + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" + if test : != "$DUMPBIN"; then + NM=$DUMPBIN fi fi test -z "$NM" && NM=nm @@ -4384,48 +4544,48 @@ -{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_nm_interface+:} false; 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:4394: $ac_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:4397: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:4400: output\"" >&5) + (eval echo "\"\$as_me:$LINENO: 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 "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } -{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 +{ $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else - { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments -{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 - teststring="ABCD" + teststring=ABCD case $build_os in msdosdjgpp*) @@ -4454,13 +4614,18 @@ lt_cv_sys_max_cmd_len=8192; ;; + mint*) + # On MiNT this can take a long time and run out of memory. + 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*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # 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` @@ -4479,6 +4644,11 @@ lt_cv_sys_max_cmd_len=196608 ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + 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 @@ -4505,22 +4675,23 @@ ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len"; then + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$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 + 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 + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring @@ -4538,11 +4709,11 @@ fi -if test -n $lt_cv_sys_max_cmd_len ; then - { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +if test -n "$lt_cv_sys_max_cmd_len"; then + { $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len @@ -4556,30 +4727,6 @@ : ${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 @@ -4611,14 +4758,88 @@ -{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 +$as_echo_n "checking how to convert $build file names to $host format... " >&6; } +if ${lt_cv_to_host_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac + +fi + +to_host_file_cmd=$lt_cv_to_host_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 +$as_echo "$lt_cv_to_host_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 +$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } +if ${lt_cv_to_tool_file_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + #assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac + +fi + +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 +$as_echo "$lt_cv_to_tool_file_cmd" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_ld_reload_flag+:} false; 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 "$as_me:${as_lineno-$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 @@ -4627,9 +4848,14 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; darwin*) - if test "$GCC" = yes; then - reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi @@ -4647,9 +4873,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OBJDUMP+set}" = set; then +if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then @@ -4660,24 +4886,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -4687,9 +4913,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then @@ -4700,24 +4926,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -4726,7 +4952,7 @@ 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:${as_lineno-$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 @@ -4743,12 +4969,9 @@ - - - -{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' @@ -4757,13 +4980,13 @@ # 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. +# '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. +# that 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]*) @@ -4794,12 +5017,13 @@ 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)?' + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; -cegcc) +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' @@ -4825,7 +5049,7 @@ fi ;; -gnu*) +haiku*) lt_cv_deplibs_check_method=pass_all ;; @@ -4837,11 +5061,11 @@ 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_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' 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_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 @@ -4862,8 +5086,8 @@ lt_cv_deplibs_check_method=pass_all ;; -# This must be Linux ELF. -linux* | k*bsd*-gnu) +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; @@ -4885,8 +5109,8 @@ 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 +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; 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)$' @@ -4939,11 +5163,29 @@ tpf*) lt_cv_deplibs_check_method=pass_all ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; esac fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` + fi + ;; + esac +fi + 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 @@ -4959,12 +5201,163 @@ + + + + + + + + + + +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DLLTOOL+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$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 + +test -z "$DLLTOOL" && DLLTOOL=dlltool + + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 +$as_echo_n "checking how to associate runtime and link libraries... " >&6; } +if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 +$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + + + + + + + + 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 + for ac_prog in ar + 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:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_AR+set}" = set; then +if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then @@ -4975,36 +5368,40 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi + test -n "$AR" && break + done fi -if test -z "$ac_cv_prog_AR"; then +if test -z "$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 + for ac_prog in ar +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:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then @@ -5015,61 +5412,137 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi + + test -n "$ac_ct_AR" && break +done + 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:${as_lineno-$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 +: ${AR=ar} + + + + + + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS + + + + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 +$as_echo_n "checking for archiver @FILE support... " >&6; } +if ${lt_cv_ar_at_file+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ar_at_file=no + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 + (eval $lt_ar_try) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 +$as_echo "$lt_cv_ar_at_file" >&6; } + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi + + + + 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_STRIP+set}" = set; then +if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then @@ -5080,24 +5553,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5107,9 +5580,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then @@ -5120,24 +5593,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5146,7 +5619,7 @@ 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:${as_lineno-$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 @@ -5166,9 +5639,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_RANLIB+set}" = set; then +if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then @@ -5179,24 +5652,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5206,9 +5679,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then @@ -5219,24 +5692,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5245,7 +5718,7 @@ 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:${as_lineno-$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 @@ -5269,16 +5742,28 @@ if test -n "$RANLIB"; then case $host_os in - openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac + + + + + + @@ -5323,9 +5808,9 @@ # 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 "$as_me:${as_lineno-$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 +if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else @@ -5347,7 +5832,7 @@ symcode='[ABCDGISTW]' ;; hpux*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; @@ -5380,14 +5865,44 @@ symcode='[ABCDGIRSTW]' ;; esac +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + # 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'" +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$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'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -5405,24 +5920,29 @@ # 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. + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported 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};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 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))}"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,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 + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no @@ -5441,18 +5961,18 @@ int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; 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 + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" @@ -5464,6 +5984,18 @@ if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + #ifdef __cplusplus extern "C" { #endif @@ -5475,7 +6007,7 @@ cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ -const struct { +LT_DLSYM_CONST struct { const char *name; void *address; } @@ -5483,7 +6015,7 @@ { { "@PROGRAM@", (void *) 0 }, _LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; @@ -5501,19 +6033,19 @@ _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" + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi - LIBS="$lt_save_LIBS" - CFLAGS="$lt_save_CFLAGS" + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi @@ -5530,7 +6062,7 @@ rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then + if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= @@ -5543,13 +6075,29 @@ 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 "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else - { $as_echo "$as_me:$LINENO: result: ok" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then + nm_file_list_spec='@' +fi + + + + + + + + + + @@ -5572,44 +6120,168 @@ + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 +$as_echo_n "checking for sysroot... " >&6; } + +# Check whether --with-sysroot was given. +if test "${with_sysroot+set}" = set; then : + withval=$with_sysroot; +else + with_sysroot=no +fi + + +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +$as_echo "$with_sysroot" >&6; } + as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 + ;; +esac + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 +$as_echo "${lt_sysroot:-no}" >&6; } + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +$as_echo_n "checking for a working dd... " >&6; } +if ${ac_cv_path_lt_DD+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_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 dd; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +$as_echo "$ac_cv_path_lt_DD" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +$as_echo_n "checking how to truncate binary pipes... " >&6; } +if ${lt_cv_truncate_bin+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +$as_echo "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + # Check whether --enable-libtool-lock was given. -if test "${enable_libtool_lock+set}" = set; then +if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes +test no = "$enable_libtool_lock" || 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. + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. echo 'int i;' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) - HPUX_IA64_MODE="32" + HPUX_IA64_MODE=32 ;; *ELF-64*) - HPUX_IA64_MODE="64" + HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) - # Find out which ABI we are using. - echo '#line 5606 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" @@ -5638,15 +6310,56 @@ rm -rf conftest* ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. echo 'int i;' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in @@ -5654,9 +6367,19 @@ LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) - LD="${LD-ld} -m elf_i386" + case `/usr/bin/file conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -5675,7 +6398,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -5693,11 +6419,11 @@ *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" + SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" - { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c @@ -5706,11 +6432,7 @@ 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -5721,38 +6443,13 @@ 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 ac_fn_c_try_link "$LINENO"; 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 + 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 +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -5760,25 +6457,39 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +{ $as_echo "$as_me:${as_lineno-$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 + if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" + CFLAGS=$SAVE_CFLAGS fi ;; -sparc*-*solaris*) - # Find out which ABI we are using. +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo 'int i;' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in - yes*) LD="${LD-ld} -m elf64_sparc" ;; + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" @@ -5792,7 +6503,124 @@ ;; esac -need_locks="$enable_libtool_lock" +need_locks=$enable_libtool_lock + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. +set dummy ${ac_tool_prefix}mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$MANIFEST_TOOL"; then + ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL +if test -n "$MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 +$as_echo "$MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_MANIFEST_TOOL"; then + ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL + # Extract the first word of "mt", so it can be a program name with args. +set dummy mt; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_MANIFEST_TOOL"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL +if test -n "$ac_ct_MANIFEST_TOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 +$as_echo "$ac_ct_MANIFEST_TOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_MANIFEST_TOOL" = x; then + MANIFEST_TOOL=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$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 + MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL + fi +else + MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" +fi + +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 +$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } +if ${lt_cv_path_mainfest_tool+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&5 + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest* +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 +$as_echo "$lt_cv_path_mainfest_tool" >&6; } +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi + + + + case $host_os in @@ -5800,9 +6628,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_DSYMUTIL+set}" = set; then +if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then @@ -5813,24 +6641,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5840,9 +6668,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then @@ -5853,24 +6681,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5879,7 +6707,7 @@ 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:${as_lineno-$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 @@ -5892,9 +6720,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_NMEDIT+set}" = set; then +if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then @@ -5905,24 +6733,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5932,9 +6760,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then @@ -5945,24 +6773,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -5971,7 +6799,7 @@ 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:${as_lineno-$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 @@ -5984,9 +6812,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_LIPO+set}" = set; then +if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then @@ -5997,24 +6825,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6024,9 +6852,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then @@ -6037,24 +6865,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6063,7 +6891,7 @@ 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:${as_lineno-$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 @@ -6076,9 +6904,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OTOOL+set}" = set; then +if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then @@ -6089,24 +6917,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6116,9 +6944,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then @@ -6129,24 +6957,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6155,7 +6983,7 @@ 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:${as_lineno-$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 @@ -6168,9 +6996,9 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if test "${ac_cv_prog_OTOOL64+set}" = set; then +if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then @@ -6181,24 +7009,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6208,9 +7036,9 @@ 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 "$as_me:${as_lineno-$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 +if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then @@ -6221,24 +7049,24 @@ 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 + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$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 + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done -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 "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -6247,7 +7075,7 @@ 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:${as_lineno-$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 @@ -6283,13 +7111,13 @@ - { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then + 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 @@ -6301,7 +7129,13 @@ $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 + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&5 + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -6310,22 +7144,19 @@ rm -f conftest.* fi fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 +{ $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$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 +if ${lt_cv_ld_exported_symbols_list+:} false; 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -6336,71 +7167,81 @@ 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 ac_fn_c_try_link "$LINENO"; 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 -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS - lt_cv_ld_exported_symbols_list=no fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 +$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } -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" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 +$as_echo_n "checking for -force_load linker flag... " >&6; } +if ${lt_cv_ld_force_load+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&5 + $AR $AR_FLAGS libconftest.a conftest.o 2>&5 + echo "$RANLIB libconftest.a" >&5 + $RANLIB libconftest.a 2>&5 + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&5 + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&5 + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 -$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 +$as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _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' ;; + _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' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then + if test yes = "$lt_cv_apple_cc_single_mod"; 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' + if test yes = "$lt_cv_ld_exported_symbols_list"; 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}' + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi - if test "$DSYMUTIL" != ":"; then + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -6408,19 +7249,54 @@ ;; esac +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + 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 -{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +{ $as_echo "$as_me:${as_lineno-$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 + if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded @@ -6435,11 +7311,7 @@ # 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include @@ -6448,78 +7320,34 @@ #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 +if ac_fn_c_try_cpp "$LINENO"; then : +else # Broken: fails on valid input. continue fi - -rm -f conftest.err conftest.$ac_ext +rm -f conftest.err conftest.i 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 +if ac_fn_c_try_cpp "$LINENO"; 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 +rm -f conftest.err conftest.i 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 +rm -f conftest.i conftest.err conftest.$ac_ext +if $ac_preproc_ok; then : break fi @@ -6531,7 +7359,7 @@ else ac_cv_prog_CPP=$CPP fi -{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -6542,11 +7370,7 @@ # 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include @@ -6555,87 +7379,40 @@ #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 +if ac_fn_c_try_cpp "$LINENO"; then : +else # Broken: fails on valid input. continue fi - -rm -f conftest.err conftest.$ac_ext +rm -f conftest.err conftest.i 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 +if ac_fn_c_try_cpp "$LINENO"; 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 +rm -f conftest.err conftest.i 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 - : +rm -f conftest.i 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:${as_lineno-$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; }; }; } +as_fn_error $? "C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c @@ -6645,16 +7422,12 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_header_stdc+:} false; 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include @@ -6669,48 +7442,23 @@ 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 +if ac_fn_c_try_compile "$LINENO"; 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 + 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "memchr" >/dev/null 2>&1; then - : + $EGREP "memchr" >/dev/null 2>&1; then : + else ac_cv_header_stdc=no fi @@ -6720,18 +7468,14 @@ 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then - : + $EGREP "free" >/dev/null 2>&1; then : + else ac_cv_header_stdc=no fi @@ -6741,14 +7485,10 @@ 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 + 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 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include @@ -6775,203 +7515,369 @@ 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 - : +if ac_fn_c_try_run "$LINENO"; 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 + ac_cv_header_stdc=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } +if test $ac_cv_header_stdc = yes; then + +$as_echo "#define STDC_HEADERS 1" >>confdefs.h + +fi + +# 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` +ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +" +if eval test \"x\$"$as_ac_Header"\" = 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 : + ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default +" +if test "x$ac_cv_header_dlfcn_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_DLFCN_H 1 +_ACEOF + +fi + +done + + + + + +# Set options +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AS+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AS="${ac_tool_prefix}as" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $AS" >&5 +$as_echo "$AS" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_AS+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AS="as" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS -( 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 +ac_ct_AS=$ac_cv_prog_ac_ct_AS +if test -n "$ac_ct_AS"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 +$as_echo "$ac_ct_AS" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_DLLTOOL+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS 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 - +DLLTOOL=$ac_cv_prog_DLLTOOL +if test -n "$DLLTOOL"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 +$as_echo "$DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -# On IRIX 5.3, sys/types and inttypes.h are conflicting. - - +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_DLLTOOL="dlltool" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 +$as_echo "$ac_ct_DLLTOOL" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_OBJDUMP+:} false; 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" + $as_echo "$as_me:${as_lineno-$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:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 +$as_echo "$OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi -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 +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; 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" + if test -n "$ac_ct_OBJDUMP"; then + ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_OBJDUMP="objdump" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS - 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 +ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP +if test -n "$ac_ct_OBJDUMP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 +$as_echo "$ac_ct_OBJDUMP" >&6; } +else + { $as_echo "$as_me:${as_lineno-$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:${as_lineno-$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 -done + ;; +esac +test -z "$AS" && AS=as -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 +test -z "$DLLTOOL" && DLLTOOL=dlltool -fi -done -# Set options +test -z "$OBJDUMP" && OBJDUMP=objdump + + + - enable_dlopen=no + enable_dlopen=no - enable_win32_dll=no # Check whether --enable-shared was given. -if test "${enable_shared+set}" = set; then +if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; @@ -6979,14 +7885,14 @@ *) enable_shared=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -7002,7 +7908,7 @@ # Check whether --enable-static was given. -if test "${enable_static+set}" = set; then +if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; @@ -7010,14 +7916,14 @@ *) enable_static=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -7034,15 +7940,28 @@ # Check whether --with-pic was given. -if test "${with_pic+set}" = set; then - withval=$with_pic; pic_mode="$withval" +if test "${with_pic+set}" = set; then : + withval=$with_pic; lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac else pic_mode=default fi -test -z "$pic_mode" && pic_mode=default - @@ -7050,7 +7969,7 @@ # Check whether --enable-fast-install was given. -if test "${enable_fast_install+set}" = set; then +if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; @@ -7058,14 +7977,14 @@ *) 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," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -7079,11 +7998,63 @@ + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +$as_echo_n "checking which variant of shared library versioning to provide... " >&6; } + +# Check whether --with-aix-soname was given. +if test "${with_aix_soname+set}" = set; then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else + if ${lt_cv_with_aix_soname+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +$as_echo "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" +LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7112,6 +8083,11 @@ + + + + + test -z "$LN_S" && LN_S="ln -s" @@ -7127,13 +8103,13 @@ -if test -n "${ZSH_VERSION+set}" ; then +if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi -{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } -if test "${lt_cv_objdir+set}" = set; then +if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null @@ -7146,7 +8122,7 @@ fi rmdir .libs 2>/dev/null fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir @@ -7161,60 +8137,30 @@ - - - - - - - - - - - - - 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' + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac # Global variables: ofile=libtool can_build_shared=yes -# All known linkers require a `.a' archive for static linking (except MSVC, +# 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" +with_gnu_ld=$lt_cv_prog_gnu_ld -old_CC="$CC" -old_CFLAGS="$CFLAGS" +old_CC=$CC +old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc @@ -7223,15 +8169,8 @@ 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-%%"` +func_cc_basename $compiler +cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it @@ -7239,29 +8178,29 @@ 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 "$as_me:${as_lineno-$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 +if ${lt_cv_path_MAGIC_CMD+:} false; 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_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 + 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" + 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 -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" + 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 : @@ -7284,18 +8223,18 @@ break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then - { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -7305,29 +8244,29 @@ 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 "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } -if test "${lt_cv_path_MAGIC_CMD+set}" = set; then +if ${lt_cv_path_MAGIC_CMD+:} false; 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_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 + 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" + 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 -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" + 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 : @@ -7350,18 +8289,18 @@ break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then - { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else - { $as_echo "$as_me:$LINENO: result: no" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi @@ -7377,7 +8316,7 @@ # Use C for the default configuration in the libtool script -lt_save_CC="$CC" +lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -7431,22 +8370,31 @@ $RM -r conftest* +## 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... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= -if test "$GCC" = yes; then - lt_prog_compiler_no_builtin_flag=' -fno-builtin' +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; + *) + lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; + esac - { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_prog_compiler_rtti_exceptions+:} false; 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" + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # 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 @@ -7456,15 +8404,15 @@ -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:7459: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7463: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $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 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/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 @@ -7473,10 +8421,10 @@ $RM conftest* fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : @@ -7493,20 +8441,19 @@ 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 + if test yes = "$GCC"; 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 + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -7517,8 +8464,8 @@ ;; 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'. + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac @@ -7534,6 +8481,11 @@ # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; darwin* | rhapsody*) @@ -7542,6 +8494,12 @@ lt_prog_compiler_pic='-fno-common' ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + lt_prog_compiler_static= + ;; + 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 @@ -7584,12 +8542,21 @@ lt_prog_compiler_pic='-fPIC' ;; esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + lt_prog_compiler_wl='-Xlinker ' + if test -n "$lt_prog_compiler_pic"; then + lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" + fi + ;; + 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 + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else @@ -7597,10 +8564,29 @@ fi ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + 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' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; hpux9* | hpux10* | hpux11*) @@ -7616,7 +8602,7 @@ ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? - lt_prog_compiler_static='${wl}-a ${wl}archive' + lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) @@ -7625,9 +8611,9 @@ lt_prog_compiler_static='-non_shared' ;; - linux* | k*bsd*-gnu) + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. + # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' @@ -7646,7 +8632,19 @@ lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; - pgcc* | pgf77* | pgf90* | pgf95*) + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' @@ -7658,25 +8656,40 @@ # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; - xl*) - # IBM XL C 8.0/Fortran 10.1 on PPC + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) + # 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='' + ;; + *Sun\ F* | *Sun*Fortran*) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + lt_prog_compiler_wl='-Qoption ld ' + ;; *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' + *Intel*\ [CF]*Compiler*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; + *Portland\ Group*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' - lt_prog_compiler_wl='' ;; esac ;; @@ -7708,7 +8721,7 @@ lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in - f77* | f90* | f95*) + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; @@ -7728,7 +8741,7 @@ ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi @@ -7757,7 +8770,7 @@ fi case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: + # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; @@ -7765,27 +8778,31 @@ 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; } - - - - +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 +$as_echo_n "checking for $compiler option to produce PIC... " >&6; } +if ${lt_cv_prog_compiler_pic+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler_pic=$lt_prog_compiler_pic +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 +$as_echo "$lt_cv_prog_compiler_pic" >&6; } +lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # 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 "$as_me:${as_lineno-$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 +if ${lt_cv_prog_compiler_pic_works+:} false; 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" + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # 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 @@ -7795,15 +8812,15 @@ -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:7798: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7802: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $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 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/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 @@ -7812,10 +8829,10 @@ $RM conftest* fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; @@ -7832,17 +8849,22 @@ + + + + + # # 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 "$as_me:${as_lineno-$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 +if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no - save_LDFLAGS="$LDFLAGS" + 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 @@ -7851,7 +8873,7 @@ 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 + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/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 @@ -7861,13 +8883,13 @@ fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= @@ -7879,9 +8901,9 @@ - { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -7900,16 +8922,16 @@ -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:7903: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7907: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $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 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/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 @@ -7926,7 +8948,7 @@ $RM conftest* fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } @@ -7934,9 +8956,9 @@ - { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no @@ -7955,16 +8977,16 @@ -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:7958: $lt_compile\"" >&5) + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7962: \$? = $ac_status" >&5 + echo "$as_me:$LINENO: \$? = $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 + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/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 @@ -7981,16 +9003,16 @@ $RM conftest* fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +{ $as_echo "$as_me:${as_lineno-$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 +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; 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 "$as_me:${as_lineno-$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* @@ -7998,11 +9020,11 @@ 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 "$as_me:${as_lineno-$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;} + if test no = "$hard_links"; then + { $as_echo "$as_me:${as_lineno-$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 @@ -8014,7 +9036,7 @@ - { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 + { $as_echo "$as_me:${as_lineno-$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= @@ -8030,7 +9052,6 @@ 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 @@ -8046,9 +9067,9 @@ # 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'. + # 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 @@ -8063,7 +9084,7 @@ # 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 + if test yes != "$GCC"; then with_gnu_ld=no fi ;; @@ -8071,30 +9092,57 @@ # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; - openbsd*) + openbsd* | bitrig*) with_gnu_ld=no ;; esac ld_shlibs=yes - if test "$with_gnu_ld" = yes; then + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; + *\ \(GNU\ Binutils\)\ [3-9]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' + 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' + 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' + 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 + case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; *\ [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 ... @@ -8106,15 +9154,16 @@ case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then + if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported +*** Warning: the GNU linker, at least up to release 2.19, 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. +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. _LT_EOF fi @@ -8124,7 +9173,7 @@ 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_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -8140,7 +9189,7 @@ 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' + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi @@ -8150,61 +9199,98 @@ # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' + export_dynamic_flag_spec='$wl--export-all-symbols' 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' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' + exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' 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' + 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, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; 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 ;; + haiku*) + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + link_all_deplibs=yes + ;; + + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' + ;; + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + 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' + 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) + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no - if test "$host_os" = linux-dietlibc; then + if test linux-dietlibc = "$host_os"; 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 + && test no = "$tmp_diet" then - tmp_addflag= + tmp_addflag=' $pic_flag' 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' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' 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' + pgf77* | pgf90* | pgf95* | pgfortran*) + # 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; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -8215,39 +9301,47 @@ 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) + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + compiler_needs_object=yes + ;; 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' + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' 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' + 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 + if test yes = "$supports_anon_versioning"; 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' + 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*) + tcc*) + export_dynamic_flag_spec='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) # 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 + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; 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' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -8261,8 +9355,8 @@ 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' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -8280,8 +9374,8 @@ _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' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -8293,7 +9387,7 @@ ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** 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 @@ -8308,9 +9402,9 @@ # 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' + 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 @@ -8327,15 +9421,15 @@ *) 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' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $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 + if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= @@ -8351,7 +9445,7 @@ # 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 + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported @@ -8359,32 +9453,57 @@ ;; aix[4-9]*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; 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="" + 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 + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX 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' + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' 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' + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' 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. + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive 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 + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi ;; esac @@ -8403,13 +9522,21 @@ hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes - file_list_spec='${wl}-f,' + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac - if test "$GCC" = yes; then + if test yes = "$GCC"; 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` + collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then @@ -8428,39 +9555,48 @@ ;; esac shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' else # not using gcc - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; 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' + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' else - shared_flag='${wl}-bM:SRE' + shared_flag='$wl-bM:SRE' fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' fi fi - export_dynamic_flag_spec='${wl}-bexpall' + 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 + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; 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 + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -8471,67 +9607,49 @@ 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 ac_fn_c_try_link "$LINENO"; 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"` + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_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 "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi fi -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi 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 + aix_libpath=$lt_cv_aix_libpath_ +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" + 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 -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; 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' + if test ia64 = "$host_cpu"; 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" + 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 + if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + if ${lt_cv_aix_libpath_+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -8542,62 +9660,59 @@ 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 ac_fn_c_try_link "$LINENO"; 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"` + lt_aix_libpath_sed=' + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }' + lt_cv_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 "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi fi -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + if test -z "$lt_cv_aix_libpath_"; then + lt_cv_aix_libpath_=/usr/lib:/lib + fi 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 + aix_libpath=$lt_cv_aix_libpath_ +fi - hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + 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' + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec='$convenience' + fi 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' + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; @@ -8606,7 +9721,7 @@ 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_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -8626,20 +9741,65 @@ # 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 + case $cc_basename in + cl*) + # Native MSVC + hardcode_libdir_flag_spec=' ' + allow_undefined_flag=unsupported + always_export_symbols=yes + file_list_spec='@' + # 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 $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, )='true' + enable_shared_with_static_runtimes=yes + exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + old_postinstall_cmds='chmod 644 $oldlib' + postlink_cmds='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + 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 `func_echo_all "$deplibs" | $SED '\''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' + enable_shared_with_static_runtimes=yes + ;; + esac ;; darwin* | rhapsody*) @@ -8649,19 +9809,24 @@ hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported - whole_archive_flag_spec='' + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + + else + whole_archive_flag_spec='' + fi link_all_deplibs=yes - allow_undefined_flag="$_lt_dar_allow_undefined" + allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; + ifort*|nagfor*) _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}" + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + 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 @@ -8675,10 +9840,6 @@ 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 @@ -8691,7 +9852,7 @@ ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2*) + freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes @@ -8700,41 +9861,40 @@ # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag -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' + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' 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' + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + 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' + 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' + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $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' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + 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 @@ -8742,33 +9902,72 @@ ;; hpux11*) - if test "$GCC" = yes -a "$with_gnu_ld" = no; then + if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) - archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + 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 $pic_flag $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' + archive_cmds='$CC -shared $pic_flag $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' + 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+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' + + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 +$as_echo_n "checking if $CC understands -b... " >&6; } +if ${lt_cv_prog_compiler__b+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_prog_compiler__b=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -b" + 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 "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + lt_cv_prog_compiler__b=yes + fi + else + lt_cv_prog_compiler__b=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 +$as_echo "$lt_cv_prog_compiler__b" >&6; } + +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $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 + ;; esac fi - if test "$with_gnu_ld" = no; then - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in @@ -8779,7 +9978,7 @@ *) hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. @@ -8790,61 +9989,58 @@ ;; 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' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # 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) {} + # This should be the same for all languages, so no per-tag cache variable. + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 +$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } +if ${lt_cv_irix_exported_symbol+:} false; then : + $as_echo_n "(cached) " >&6 +else + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +int foo (void) { 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 - 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' - +if ac_fn_c_try_link "$LINENO"; then : + lt_cv_irix_exported_symbol=yes else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - + lt_cv_irix_exported_symbol=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" +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 +$as_echo "$lt_cv_irix_exported_symbol" >&6; } + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi 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' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out @@ -8859,7 +10055,7 @@ 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_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; @@ -8867,27 +10063,19 @@ *nto* | *qnx*) ;; - openbsd*) + openbsd* | bitrig*) 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 + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; 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' + 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 + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no @@ -8898,33 +10086,54 @@ 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' + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + file_list_spec='@' ;; 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' + if test yes = "$GCC"; 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" && func_echo_all "$wl-set_version $wl$verstring"` $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' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + 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' + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + 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_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' 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' + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' @@ -8935,24 +10144,24 @@ 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' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $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' + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' 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_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' + $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' + 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' + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi @@ -8962,11 +10171,11 @@ 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 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' + if test yes = "$GCC"; 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 @@ -8976,10 +10185,10 @@ ;; sunos4*) - if test "x$host_vendor" = xsequent; then + if test sequent = "$host_vendor"; 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' + 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 @@ -9028,43 +10237,43 @@ ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) - no_undefined_flag='${wl}-z,text' + 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' + if test yes = "$GCC"; 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' + 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 + # Note: We CANNOT 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' + 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_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes - export_dynamic_flag_spec='${wl}-Bexport' + 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' + if test yes = "$GCC"; 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' + 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 ;; @@ -9079,18 +10288,18 @@ ;; esac - if test x$host_vendor = xsni; then + if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - export_dynamic_flag_spec='${wl}-Blargedynsym' + export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi -{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } -test "$ld_shlibs" = no && can_build_shared=no +test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld @@ -9116,7 +10325,7 @@ # Assume -lc should be added archive_cmds_need_lc=yes - if test "$enable_shared" = yes && test "$GCC" = yes; then + if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. @@ -9125,46 +10334,52 @@ # 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 "$as_me:${as_lineno-$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 ${lt_cv_archive_cmds_need_lc+:} false; then : + $as_echo_n "(cached) " >&6 +else + $RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } 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\":${as_lineno-$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; } + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + then + lt_cv_archive_cmds_need_lc=no + else + lt_cv_archive_cmds_need_lc=yes + fi + allow_undefined_flag=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 +$as_echo "$lt_cv_archive_cmds_need_lc" >&6; } + archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi @@ -9322,52 +10537,61 @@ - - - - - - { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; + 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 + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) # 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 + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. + # 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` + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac 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 + 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" + elif test -n "$lt_multi_os_dir"; then 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; + 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; + lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } @@ -9377,14 +10601,20 @@ 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` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` 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" +shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -9401,56 +10631,108 @@ # 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' + version_type=linux # correct to gnu/linux during the next big refactor + 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' + soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + 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 + # 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 + 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 + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot 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 + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' # 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 + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' # 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 + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac shlibpath_var=LIBPATH fi ;; @@ -9460,27 +10742,27 @@ 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}' + 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' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) - library_names_spec='${libname}${shared_ext}' + library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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' + 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" @@ -9492,16 +10774,17 @@ cygwin* | mingw* | pw32* | cegcc*) version_type=windows - shrext_cmds=".dll" + shrext_cmds=.dll need_version=no need_lib_prefix=no - case $GCC,$host_os in - yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) + case $GCC,$cc_basename in + yes,*) + # gcc 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'\''`~ + 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~ @@ -9517,37 +10800,84 @@ 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" + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; 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"` + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + ;; + 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 + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB 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. + # It is most probably a Windows format PATH. 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"` + 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}' + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac + + # 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' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' ;; *) - library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + # Assume MSVC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' ;; esac - dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; @@ -9557,8 +10887,8 @@ 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' + 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`' @@ -9568,18 +10898,14 @@ ;; dgux*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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' + 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. @@ -9587,25 +10913,26 @@ objformat=`/usr/bin/objformat` else case $host_os in - freebsd[123]*) objformat=aout ;; + freebsd[23].*) 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}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + 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*) + freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) @@ -9624,13 +10951,16 @@ esac ;; -gnu*) - version_type=linux +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor 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 + dynamic_linker="$host_os runtime_loader" + 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=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; @@ -9647,14 +10977,15 @@ 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 + 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 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' @@ -9662,8 +10993,8 @@ 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' + 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 ;; @@ -9672,20 +11003,22 @@ 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' + 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. + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 ;; interix[3-9]*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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' + 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 @@ -9696,16 +11029,16 @@ case $host_os in nonstopux*) version_type=nonstopux ;; *) - if test "$lt_cv_prog_gnu_ld" = yes; then - version_type=linux + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor 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}' + 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= @@ -9724,8 +11057,8 @@ 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}" + 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 ;; @@ -9734,26 +11067,47 @@ dynamic_linker=no ;; -# This must be Linux ELF. -linux* | k*bsd*-gnu) - version_type=linux +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # 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 + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor 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' + 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 + if ${lt_cv_shlibpath_overrides_runpath+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ + LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int @@ -9764,52 +11118,33 @@ 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 +if ac_fn_c_try_link "$LINENO"; then : + if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : + lt_cv_shlibpath_overrides_runpath=yes fi - -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_exeext conftest.$ac_ext + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir 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 + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # 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 - # Append ld.so.conf contents to the search path + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) 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' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi @@ -9827,12 +11162,12 @@ 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' + 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' + 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 @@ -9841,8 +11176,8 @@ ;; newsos6) - version_type=linux - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + version_type=linux # correct to gnu/linux during the next big refactor + 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 ;; @@ -9851,58 +11186,68 @@ 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' + 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*) +openbsd* | bitrig*) version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" + 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 + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no else - shlibpath_overrides_runpath=yes + need_version=yes fi + 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 + shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' - shrext_cmds=".dll" + version_type=windows + shrext_cmds=.dll + need_version=no need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + 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' ;; 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}' + 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" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) @@ -9910,11 +11255,11 @@ ;; solaris*) - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor 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' + 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 @@ -9924,20 +11269,20 @@ sunos4*) version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + 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 + if test yes = "$with_gnu_ld"; 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' + version_type=linux # correct to gnu/linux during the next big refactor + 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) @@ -9958,24 +11303,24 @@ ;; 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' + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + 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 + version_type=sco 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' + 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 + if test yes = "$with_gnu_ld"; 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' @@ -9990,19 +11335,19 @@ tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux + version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + 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' + version_type=linux # correct to gnu/linux during the next big refactor + 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 ;; @@ -10010,22 +11355,31 @@ dynamic_linker=no ;; esac -{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } -test "$dynamic_linker" = no && can_build_shared=no +test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then +if test yes = "$GCC"; 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" +if test set = "${lt_cv_sys_lib_search_path_spec+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" + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH @@ -10112,20 +11466,31 @@ - { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 + + + + + + + + + + + + { $as_echo "$as_me:${as_lineno-$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 + test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. - if test "$hardcode_direct" != no && + if test no != "$hardcode_direct" && # 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 + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else @@ -10137,15 +11502,15 @@ # directories. hardcode_action=unsupported fi -{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } -if test "$hardcode_action" = relink || - test "$inherit_rpath" = yes; then +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi @@ -10155,7 +11520,7 @@ - if test "x$enable_dlopen" != xyes; then + if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown @@ -10165,35 +11530,31 @@ case $host_os in beos*) - lt_cv_dlopen="load_add_on" + 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=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) - lt_cv_dlopen="dlopen" + 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 + # if libdl is installed we need to link against it + { $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_lib_dl_dlopen+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -10211,47 +11572,22 @@ 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 ac_fn_c_try_link "$LINENO"; 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 + 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 +rm -f core conftest.err conftest.$ac_objext \ + 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 "$as_me:${as_lineno-$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" +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else - lt_cv_dlopen="dyld" + lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes @@ -10259,107 +11595,27 @@ ;; - *) - { $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 + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; -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" + *) + ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" +if test "x$ac_cv_func_shl_load" = xyes; then : + lt_cv_dlopen=shl_load else - { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_lib_dld_shl_load+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -10372,150 +11628,37 @@ 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 +return shl_load (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; 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_func_dlopen=no + 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 +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS 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" +{ $as_echo "$as_me:${as_lineno-$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" = xyes; then : + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else - { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 + ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" +if test "x$ac_cv_func_dlopen" = xyes; then : + lt_cv_dlopen=dlopen +else + { $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_lib_dl_dlopen+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -10533,57 +11676,28 @@ 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 ac_fn_c_try_link "$LINENO"; 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 + 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 +rm -f core conftest.err conftest.$ac_objext \ + 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 "$as_me:${as_lineno-$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" +if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else - { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${ac_cv_lib_svld_dlopen+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -10601,57 +11715,28 @@ 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 ac_fn_c_try_link "$LINENO"; 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 + 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 +rm -f core conftest.err conftest.$ac_objext \ + 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 "$as_me:${as_lineno-$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" +if test "x$ac_cv_lib_svld_dlopen" = xyes; 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 "$as_me:${as_lineno-$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 +if ${ac_cv_lib_dld_dld_link+:} false; 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 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. @@ -10669,44 +11754,19 @@ 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 ac_fn_c_try_link "$LINENO"; 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 + 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 +rm -f core conftest.err conftest.$ac_objext \ + 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 "$as_me:${as_lineno-$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" +if test "x$ac_cv_lib_dld_dld_link" = xyes; then : + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi @@ -10727,35 +11787,35 @@ ;; esac - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else + if test no = "$lt_cv_dlopen"; then enable_dlopen=no + else + enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - save_LIBS="$LIBS" + save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" - { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 + { $as_echo "$as_me:${as_lineno-$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 +if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; 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 10758 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10796,7 +11856,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -10805,7 +11871,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -10814,11 +11884,11 @@ return status; } _LT_EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10835,23 +11905,23 @@ fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } - if test "x$lt_cv_dlopen_self" = xyes; then + if test yes = "$lt_cv_dlopen_self"; 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 "$as_me:${as_lineno-$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 +if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; 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 10854 "configure" +#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10892,7 +11962,13 @@ # endif #endif -void fnord() { int i=42;} +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); @@ -10901,7 +11977,11 @@ if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } /* dlclose (self); */ } else @@ -10910,11 +11990,11 @@ return status; } _LT_EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + if { { eval echo "\"\$as_me\":${as_lineno-$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 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10931,13 +12011,13 @@ fi -{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +{ $as_echo "$as_me:${as_lineno-$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" + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS ;; esac @@ -10970,32 +12050,43 @@ striplib= old_striplib= -{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +{ $as_echo "$as_me:${as_lineno-$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; } +if test -z "$STRIP"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } else -# FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - darwin*) - if test -n "$STRIP" ; then + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough striplib="$STRIP -x" old_striplib="$STRIP -S" - { $as_echo "$as_me:$LINENO: result: yes" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - else - { $as_echo "$as_me:$LINENO: result: no" >&5 + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - fi - ;; - *) - { $as_echo "$as_me:$LINENO: result: no" >&5 + fi + ;; + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - ;; - esac + ;; + esac + fi fi @@ -11009,21 +12100,21 @@ - # Report which library types will actually be built - { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 + # Report what library types will actually be built + { $as_echo "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$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 "$as_me:${as_lineno-$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 + test no = "$can_build_shared" && 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 + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' @@ -11031,19 +12122,23 @@ ;; aix[4-9]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac - { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } - { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 + { $as_echo "$as_me:${as_lineno-$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 + test yes = "$enable_shared" || enable_static=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } @@ -11056,7 +12151,9 @@ 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" +CC=$lt_save_CC + + @@ -11080,364 +12177,269 @@ -{ $as_echo "$as_me:$LINENO: checking for main in -lgmp" >&5 -$as_echo_n "checking for main in -lgmp... " >&6; } -if test "${ac_cv_lib_gmp_main+set}" = set; then + +case $host_os in + *cygwin*|*mingw*) + if test x"$enable_shared" = "xyes"; then + CDD_LDFLAGS="$CDD_LDFLAGS -no-undefined" + fi +;; +esac + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gmpz_init in -lgmp" >&5 +$as_echo_n "checking for __gmpz_init in -lgmp... " >&6; } +if ${ac_cv_lib_gmp___gmpz_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgmp $LIBS" -cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF +cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* 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 __gmpz_init (); int main () { -return main (); +return __gmpz_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_gmp_main=yes +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_gmp___gmpz_init=yes else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_gmp_main=no + ac_cv_lib_gmp___gmpz_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 +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5 -$as_echo "$ac_cv_lib_gmp_main" >&6; } -if test "x$ac_cv_lib_gmp_main" = x""yes; then - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBGMP 1 -_ACEOF - - LIBS="-lgmp $LIBS" +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp___gmpz_init" >&5 +$as_echo "$ac_cv_lib_gmp___gmpz_init" >&6; } +if test "x$ac_cv_lib_gmp___gmpz_init" = xyes; then : + true +fi + if test "x$ac_cv_lib_gmp___gmpz_init" = "xyes"; then + GMP_TRUE= + GMP_FALSE='#' +else + GMP_TRUE='#' + GMP_FALSE= fi -{ $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 +for ac_prog in latex +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_latex+:} false; 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 + if test -n "$latex"; then + ac_cv_prog_latex="$latex" # Let the user override the test. else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 +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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_latex="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS - 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 - : +fi +latex=$ac_cv_prog_latex +if test -n "$latex"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $latex" >&5 +$as_echo "$latex" >&6; } else - ac_cv_header_stdc=no + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } 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 + test -n "$latex" && break +done -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "free" >/dev/null 2>&1; then - : + if test "x$ac_cv_prog_latex" != "x"; then + LATEX_TRUE= + LATEX_FALSE='#' else - ac_cv_header_stdc=no + LATEX_TRUE='#' + LATEX_FALSE= 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 - : +for ac_prog in pdflatex +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_pdflatex+:} false; 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 -#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 - : + if test -n "$pdflatex"; then + ac_cv_prog_pdflatex="$pdflatex" # Let the user override the test. 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 +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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_pdflatex="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS -( 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 +pdflatex=$ac_cv_prog_pdflatex +if test -n "$pdflatex"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pdflatex" >&5 +$as_echo "$pdflatex" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } 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 + test -n "$pdflatex" && break +done + + if test "x$ac_cv_prog_pdflatex" != "x"; then + PDF_TRUE= + PDF_FALSE='#' +else + PDF_TRUE='#' + PDF_FALSE= 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 +for ac_prog in latex2html +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_latex2html+:} false; 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. */ + if test -n "$latex2html"; then + ac_cv_prog_latex2html="$latex2html" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_latex2html="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS -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; +fi +fi +latex2html=$ac_cv_prog_latex2html +if test -n "$latex2html"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $latex2html" >&5 +$as_echo "$latex2html" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi - *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 + test -n "$latex2html" && break +done - ac_cv_c_const=no + if test "x$ac_cv_prog_latex2html" != "x"; then + HTML_TRUE= + HTML_FALSE='#' +else + HTML_TRUE='#' + HTML_FALSE= 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 +for ac_prog in dvips +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:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_dvips+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$dvips"; then + ac_cv_prog_dvips="$dvips" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_dvips="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS fi +fi +dvips=$ac_cv_prog_dvips +if test -n "$dvips"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dvips" >&5 +$as_echo "$dvips" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + test -n "$dvips" && break +done + + if test "x$ac_cv_prog_dvips" != "x"; then + PS_TRUE= + PS_FALSE='#' +else + PS_TRUE='#' + PS_FALSE= +fi -ac_config_files="$ac_config_files lib-src/Makefile src/Makefile lib-src-gmp/Makefile src-gmp/Makefile Makefile" + +ac_config_files="$ac_config_files doc/Makefile lib-src/Makefile src/Makefile Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -11466,13 +12468,13 @@ 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 + *_cv_*) { $as_echo "$as_me:${as_lineno-$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 ;; + *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done @@ -11480,8 +12482,8 @@ (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 \). + # `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" @@ -11503,12 +12505,23 @@ :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 + if test "x$cache_file" != "x/dev/null"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi else - { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi @@ -11558,42 +12571,74 @@ ac_libobjs= ac_ltlibobjs= +U= 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' + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +$as_echo_n "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 +$as_echo "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +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; }; } + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 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; }; } + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${GMP_TRUE}" && test -z "${GMP_FALSE}"; then + as_fn_error $? "conditional \"GMP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${LATEX_TRUE}" && test -z "${LATEX_FALSE}"; then + as_fn_error $? "conditional \"LATEX\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${PDF_TRUE}" && test -z "${PDF_FALSE}"; then + as_fn_error $? "conditional \"PDF\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HTML_TRUE}" && test -z "${HTML_FALSE}"; then + as_fn_error $? "conditional \"HTML\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${PS_TRUE}" && test -z "${PS_FALSE}"; then + as_fn_error $? "conditional \"PS\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -: ${CONFIG_STATUS=./config.status} +: "${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:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -11603,17 +12648,18 @@ 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. ## -## --------------------- ## +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_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 +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 @@ -11621,23 +12667,15 @@ alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in - *posix*) set -o posix ;; + 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 @@ -11645,7 +12683,13 @@ 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 +# Prefer a ksh shell builtin over an external printf program on Solaris, +# but without wasting forks for bash or zsh. +if test -z "$BASH_VERSION$ZSH_VERSION" \ + && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='print -r --' + as_echo_n='print -rn --' +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else @@ -11656,7 +12700,7 @@ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; - case $arg in + case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; @@ -11679,13 +12723,6 @@ } 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 @@ -11695,15 +12732,16 @@ IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. -case $0 in +as_myself= +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 + test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break + done IFS=$as_save_IFS ;; @@ -11715,12 +12753,16 @@ 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; } + 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 +# Unset variables that we do not need and which cause bugs (e.g. in +# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" +# suppresses any "Segmentation fault" message there. '((' could +# trigger a bug in pdksh 5.2.14. +for as_var in BASH_ENV ENV MAIL MAILPATH +do eval test x\${$as_var+set} = xset \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' @@ -11732,7 +12774,89 @@ LANGUAGE=C export LANGUAGE -# Required to use basename. +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + $as_echo "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -11746,8 +12870,12 @@ as_basename=false fi +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi -# Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ @@ -11767,76 +12895,25 @@ } 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 +# 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 ECHO_C= ECHO_N= ECHO_T= -case `echo -n x` in +case `echo -n x` in #((((( -n*) - case `echo 'x\c'` in + case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. - *) ECHO_C='\c';; + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; 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 @@ -11851,49 +12928,85 @@ # ... 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'. + # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || - as_ln_s='cp -p' + as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi else - as_ln_s='cp -p' + as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + 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_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then - as_mkdir_p=: + as_mkdir_p='mkdir -p "$as_dir"' 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 + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p # 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'" @@ -11903,13 +13016,19 @@ exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 -# Save the log message, to keep $[0] and so on meaningful, and to +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=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 +This file was extended by cddlib $as_me 0.94j, which was +generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -11937,13 +13056,15 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ -\`$as_me' instantiates files from templates according to the -current configuration. +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. -Usage: $0 [OPTION]... [FILE]... +Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit + --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files @@ -11957,16 +13078,17 @@ Configuration commands: $config_commands -Report bugs to ." +Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 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'`\\" +cddlib config.status 0.94j +configured by $0, generated by GNU Autoconf 2.69, + with options \\"\$ac_cs_config\\" -Copyright (C) 2008 Free Software Foundation, Inc. +Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -11984,11 +13106,16 @@ while test $# != 0 do case $1 in - --*=*) + --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; *) ac_option=$1 ac_optarg=$2 @@ -12002,14 +13129,17 @@ ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + $as_echo "$ac_cs_config"; 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"` ;; + '') as_fn_error $? "missing file argument" ;; esac - CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" + as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; @@ -12018,11 +13148,10 @@ 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; }; } ;; + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; - *) ac_config_targets="$ac_config_targets $1" + *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac @@ -12039,7 +13168,7 @@ _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 + 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' @@ -12073,131 +13202,164 @@ sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_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"`' -OBJDUMP='`$ECHO "X$OBJDUMP" | $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"`' +macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' +macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' +AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' +DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' +OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' +enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' +enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' +pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' +enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' +SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' +ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' +PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' +host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' +host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' +host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' +build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' +build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' +build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' +SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' +Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' +GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' +EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' +FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' +LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' +NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' +LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' +max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' +ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' +exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' +lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' +lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' +lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' +lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' +lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' +reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' +reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' +deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' +file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' +file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' +want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' +sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' +AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' +lt_ar_flags='`$ECHO "$lt_ar_flags" | $SED "$delay_single_quote_subst"`' +AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' +archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' +STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' +RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' +old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' +old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' +lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' +CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' +CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' +compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' +GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' +nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' +lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' +objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' +MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' +lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' +lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' +need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' +MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' +DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' +NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' +LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' +OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' +OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' +libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' +shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' +extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' +enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' +export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' +whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' +compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' +old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' +old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' +archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' +archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' +module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' +module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' +with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' +allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' +no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' +hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' +hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' +hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' +hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' +hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' +hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' +inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' +link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' +always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' +export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' +exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' +include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' +prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' +postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' +file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' +variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' +need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' +need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' +version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' +runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' +shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' +libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' +library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' +soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' +install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' +postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' +postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' +finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' +finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' +hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' +sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' +configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' +configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' +hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' +enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' +enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' +old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' +striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + # Quote evaled strings. -for var in SED \ +for var in AS \ +DLLTOOL \ +OBJDUMP \ +SHELL \ +ECHO \ +PATH_SEPARATOR \ +SED \ GREP \ EGREP \ FGREP \ @@ -12207,11 +13369,13 @@ lt_SP2NL \ lt_NL2SP \ reload_flag \ -OBJDUMP \ deplibs_check_method \ file_magic_cmd \ +file_magic_glob \ +want_nocaseglob \ +sharedlib_from_linklib_cmd \ AR \ -AR_FLAGS \ +archiver_list_spec \ STRIP \ RANLIB \ CC \ @@ -12219,16 +13383,19 @@ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ -SHELL \ -ECHO \ +lt_cv_nm_interface \ +nm_file_list_spec \ +lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ -lt_prog_compiler_wl \ lt_prog_compiler_pic \ +lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ +MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ @@ -12242,9 +13409,7 @@ 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 \ @@ -12252,12 +13417,13 @@ libname_spec \ library_names_spec \ soname_spec \ +install_override_mode \ finish_eval \ old_striplib \ striplib; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -12279,14 +13445,16 @@ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ +postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ -sys_lib_dlsearch_path_spec; do - case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in +configure_time_dlsearch_path \ +configure_time_lt_sys_library_path; do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -12294,26 +13462,17 @@ 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 +# See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then +if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' @@ -12330,15 +13489,12 @@ case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; - "lib-src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src-gmp/Makefile" ;; - "src-gmp/Makefile") CONFIG_FILES="$CONFIG_FILES src-gmp/Makefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - *) { { $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; }; };; + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done @@ -12360,26 +13516,24 @@ # after its creation but before its name has been assigned to `$tmp'. $debug || { - tmp= + tmp= ac_tmp= trap 'exit_status=$? - { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 - trap '{ (exit 1); exit 1; }' 1 2 13 15 + trap 'as_fn_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" + 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; } -} +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. @@ -12387,7 +13541,13 @@ if test -n "$CONFIG_FILES"; then -ac_cr=' ' +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi 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' @@ -12395,7 +13555,7 @@ ac_cs_awk_cr=$ac_cr fi -echo 'BEGIN {' >"$tmp/subs1.awk" && +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF @@ -12404,24 +13564,18 @@ 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 '$'` + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +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; }; } + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 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; }; } + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi @@ -12429,7 +13583,7 @@ rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h @@ -12443,7 +13597,7 @@ t delim :nl h -s/\(.\{148\}\).*/\1/ +s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p @@ -12457,7 +13611,7 @@ t nl :delim h -s/\(.\{148\}\).*/\1/ +s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p @@ -12477,7 +13631,7 @@ rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK -cat >>"\$tmp/subs1.awk" <<_ACAWK && +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" @@ -12509,23 +13663,29 @@ 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; }; } +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF -# VPATH may cause trouble with some makes, so we remove $(srcdir), -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries 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/ + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// s/^[^=]*=[ ]*$// }' fi @@ -12543,9 +13703,7 @@ 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; }; };; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac @@ -12564,7 +13722,7 @@ for ac_f do case $ac_f in - -) ac_f="$tmp/stdin";; + -) ac_f="$ac_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 `:'. @@ -12573,12 +13731,10 @@ [\\/$]*) 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; }; };; + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac - ac_file_inputs="$ac_file_inputs '$ac_f'" + as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't @@ -12589,7 +13745,7 @@ `' 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:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. @@ -12601,10 +13757,8 @@ 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; }; } ;; + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac @@ -12632,47 +13786,7 @@ 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; }; }; } + as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in @@ -12729,7 +13843,6 @@ # 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 @@ -12739,12 +13852,11 @@ /@docdir@/p /@infodir@/p /@localedir@/p -/@mandir@/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:${as_lineno-$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 @@ -12754,7 +13866,7 @@ s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g - s&\\\${datarootdir}&$datarootdir&g' ;; + s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF @@ -12782,58 +13894,56 @@ 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; }; } +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 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 + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { $as_echo "$as_me:${as_lineno-$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;} +which seems to be undefined. Please make sure it is defined" >&2;} - rm -f "$tmp/stdin" + rm -f "$ac_tmp/stdin" case $ac_file in - -) cat "$tmp/out" && rm -f "$tmp/out";; - *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_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; }; } + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; - :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 + :C) { $as_echo "$as_me:${as_lineno-$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" || + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf 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\(//\)$' \| \ @@ -12856,28 +13966,26 @@ 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" || + 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"` + # 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'`; 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\(//\)$' \| \ @@ -12900,102 +14008,62 @@ 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 + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" 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 + # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then + if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi - cfgfile="${ofile}T" + 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 +# Generated automatically by $as_me ($PACKAGE) $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. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 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 of the License, or +# (at your option) any later version. # -# 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. +# 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 +# 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. +# along with this program. If not, see . # The names of the tagged configurations supported by this script. -available_tags="" +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG @@ -13003,6 +14071,15 @@ macro_version=$macro_version macro_revision=$macro_revision +# Assembler program. +AS=$lt_AS + +# DLL creation program. +DLLTOOL=$lt_DLLTOOL + +# Object dumper program. +OBJDUMP=$lt_OBJDUMP + # Whether or not to build shared libraries. build_libtool_libs=$enable_shared @@ -13015,6 +14092,18 @@ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# An echo program that protects backslashes. +ECHO=$lt_ECHO + +# The PATH separator for the build system. +PATH_SEPARATOR=$lt_PATH_SEPARATOR + # The host system. host_alias=$host_alias host=$host @@ -13064,22 +14153,38 @@ # turn newlines into spaces. NL2SP=$lt_lt_NL2SP -# How to create reloadable object files. -reload_flag=$lt_reload_flag -reload_cmds=$lt_reload_cmds +# convert \$build file names to \$host format. +to_host_file_cmd=$lt_cv_to_host_file_cmd -# An object symbol dumper. -OBJDUMP=$lt_OBJDUMP +# convert \$build files to toolchain format. +to_tool_file_cmd=$lt_cv_to_tool_file_cmd # 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". +# Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd +# How to find potential files when deplibs_check_method = "file_magic". +file_magic_glob=$lt_file_magic_glob + +# Find potential files using nocaseglob when deplibs_check_method = "file_magic". +want_nocaseglob=$lt_want_nocaseglob + +# Command to associate shared and link libraries. +sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd + # The archiver. AR=$lt_AR -AR_FLAGS=$lt_AR_FLAGS + +# Flags to create an archive (by configure). +lt_ar_flags=$lt_ar_flags + +# Flags to create an archive. +AR_FLAGS=\${ARFLAGS-"\$lt_ar_flags"} + +# How to feed a file listing to the archiver. +archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP @@ -13089,6 +14194,9 @@ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds +# Whether to use a lock for old archive extraction. +lock_old_archive_extraction=$lock_old_archive_extraction + # A C compiler. LTCC=$lt_CC @@ -13101,20 +14209,29 @@ # 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 into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + # 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 +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface -# Shell to use when invoking shell scripts. -SHELL=$lt_SHELL +# Specify filename containing input files for \$NM. +nm_file_list_spec=$lt_nm_file_list_spec -# An echo program that does not interpret backslashes. -ECHO=$lt_ECHO +# The root where to search for dependent libraries,and where our libraries should be installed. +lt_sysroot=$lt_sysroot + +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + +# The name of the directory that contains temporary libtool files. +objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD @@ -13122,6 +14239,9 @@ # Must we lock files when doing compilation? need_locks=$lt_need_locks +# Manifest tool. +MANIFEST_TOOL=$lt_MANIFEST_TOOL + # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL @@ -13178,6 +14298,9 @@ # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec +# Permission mode override for installation of shared libraries. +install_override_mode=$lt_install_override_mode + # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds @@ -13197,8 +14320,11 @@ # 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 +# Detected run-time system search path for libraries. +sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path + +# Explicit LT_SYS_LIBRARY_PATH set during ./configure time. +configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen @@ -13217,6 +14343,10 @@ # The linker used to build libraries. LD=$lt_LD +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds @@ -13229,12 +14359,12 @@ # 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 +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static @@ -13284,20 +14414,16 @@ # 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 +# 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 +# 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 +# "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute @@ -13321,9 +14447,6 @@ # 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 @@ -13339,6 +14462,9 @@ # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds +# Commands necessary for finishing linking programs. +postlink_cmds=$lt_postlink_cmds + # Specify filename containing input files. file_list_spec=$lt_file_list_spec @@ -13349,13 +14475,72 @@ _LT_EOF + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_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 +if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -13364,219 +14549,17 @@ esac -ltmain="$ac_aux_dir/ltmain.sh" +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) + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) - mv -f "$cfgfile" "$ofile" || + mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" @@ -13586,15 +14569,12 @@ done # for ac_tag -{ (exit 0); exit 0; } +as_fn_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; }; } + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. @@ -13615,10 +14595,10 @@ 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; } + $ac_cs_success || as_fn_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:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi diff -Nru cddlib-094h/configure.ac cddlib-094j/configure.ac --- cddlib-094h/configure.ac 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/configure.ac 2018-06-11 07:21:03.000000000 +0000 @@ -0,0 +1,58 @@ +dnl Process this file with autoconf to produce a configure script, e.g., by running ./bootstrap. + +dnl We need at least autoconf 2.69 for this configure.ac to work. +AC_PREREQ([2.69]) + +AC_INIT([cddlib], [0.94j]) +dnl Version number of the library c:r:a. +dnl Set to c+1:0:0 on a non-backwards-compatible change. +dnl Set to c+1:0:a+1 on a backwards-compatible change. +dnl Set to c:r+1:a if the interface is unchanged. +AC_SUBST([libcdd_version_info], [0:0:0]) + +AC_CONFIG_MACRO_DIR([m4]) +AM_INIT_AUTOMAKE([1.14.1]) + +dnl Find C compiler. +AC_PROG_CC +dnl Set INSTALL or use install-sh. +AC_PROG_INSTALL +dnl Our "make distcheck" needs egrep. +AC_PROG_EGREP +dnl Configure libtool. +LT_INIT([win32-dll]) + +AC_CANONICAL_HOST +dnl libtool requires "-no-undefined" for win32 dll +AC_SUBST(CDD_LDFLAGS) +case $host_os in + *cygwin*|*mingw*) + if test x"$enable_shared" = "xyes"; then + CDD_LDFLAGS="$CDD_LDFLAGS -no-undefined" + fi +;; +esac + +dnl Look for gmp. But do not prepend -lgmp to LIBS as we do not want to link everything against gmp. +AC_CHECK_LIB([gmp], [__gmpz_init], [true]) +dnl We do not build the gmp enabled library if we don't have gmp. +AM_CONDITIONAL([GMP], [test "x$ac_cv_lib_gmp___gmpz_init" = "xyes"]) + +dnl Check for latex to build the documentation dvi +AC_CHECK_PROGS([latex], [latex]) +AM_CONDITIONAL([LATEX], [test "x$ac_cv_prog_latex" != "x"]) + +dnl Check for pdflatex to build the documentation pdf +AC_CHECK_PROGS([pdflatex], [pdflatex]) +AM_CONDITIONAL([PDF], [test "x$ac_cv_prog_pdflatex" != "x"]) + +dnl Check for latex2html to build the documentation in HTML format +AC_CHECK_PROGS([latex2html], [latex2html]) +AM_CONDITIONAL([HTML], [test "x$ac_cv_prog_latex2html" != "x"]) + +dnl Check for dvips to build the documentation ps +AC_CHECK_PROGS([dvips], [dvips]) +AM_CONDITIONAL([PS], [test "x$ac_cv_prog_dvips" != "x"]) + +AC_CONFIG_FILES([doc/Makefile lib-src/Makefile src/Makefile Makefile]) +AC_OUTPUT diff -Nru cddlib-094h/configure.in cddlib-094j/configure.in --- cddlib-094h/configure.in 2012-03-23 08:35:45.000000000 +0000 +++ cddlib-094j/configure.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_INIT - -dnl Init automake. -AM_INIT_AUTOMAKE(cddlib, 0.94) - -dnl Checks for programs. -AC_PROG_CC -AC_PROG_INSTALL -LT_INIT - -dnl Checks for libraries. -dnl Replace `main' with a function in -lg: -dnl AC_CHECK_LIB(g, main) -dnl Replace `main' with a function in -lstdc: -dnl AC_CHECK_LIB(stdc, main) -dnl look for gmp: -AC_CHECK_LIB(gmp, main) - -dnl Checks for header files. -AC_HEADER_STDC - -dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST - -dnl Checks for library functions. - -AC_CONFIG_FILES([lib-src/Makefile src/Makefile lib-src-gmp/Makefile src-gmp/Makefile Makefile]) -AC_OUTPUT diff -Nru cddlib-094h/debian/cdd_both_reps.1 cddlib-094j/debian/cdd_both_reps.1 --- cddlib-094h/debian/cdd_both_reps.1 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/cdd_both_reps.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH ASEPRITE 1 "September 28, 2014" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -cdd_both_reps \- compute minimal H\- and V\-representations of a convex polytope -.SH SYNOPSIS -cat input_file.ine | -.B cdd_both_reps -.RI --option -.SH DESCRIPTION -This manual page documents briefly the -.B cdd_both_reps -program. -.PP -.\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invode bold face and italics, -.\" respectively. -.SH OPTIONS -\-\-option is precisely one of the following: -.TP -.B \-\-all -This will compute minimal H\-,V\-representation and vertex and facet graph. -.TP -.B \-\-reps -Compute both a minimal H\- and minimal V\-representation. -.TP -.B \-\-adjacency -The input is assumed to be a minimal representation, as, for example, computed -by \-\-reps. Warning, you will not get the correct answer if the input -representation is not minimal! The output is the vertex or facet graph, -depending on the input. -.SH SEE ALSO -.TP -.BR /usr/share/doc/libcdd-doc/cddlibman.pdf.gz -cddlib manual, from the libcdd-doc package -.SH AUTHOR -This manual page was written by Tobias Hansen , -for the Debian project (and may be used by others). diff -Nru cddlib-094h/debian/cdd_both_reps.c cddlib-094j/debian/cdd_both_reps.c --- cddlib-094h/debian/cdd_both_reps.c 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/cdd_both_reps.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,255 +0,0 @@ -/* cdd_both_reps.c: compute reduced H and V representation of polytope - by Volker Braun - - The input is taken from stdin and can be either a - H or V representation, not necessarily reduced. - - based on testcdd1.c, redcheck.c, and of course the cdd library - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - - - - - -void compute_adjacency(dd_MatrixPtr Rep, dd_ErrorType* err_ptr) -{ - dd_SetFamilyPtr AdjacencyGraph; - if (*err_ptr != dd_NoError) return; - - switch (Rep->representation) { - case dd_Inequality: - printf("Facet graph\n"); - break; - case dd_Generator: - printf("Vertex graph\n"); - break; - case dd_Unspecified: - printf("unknown representation type!\n"); - default: - printf("This should be unreachable!\n"); - exit(2); - } - - /* Output adjacency of vertices/rays/lines */ - if (Rep->rowsize > 0) { /* workaround for bug with empty polyhedron */ - /* compute adjacent vertices/rays/lines */ - AdjacencyGraph = dd_Matrix2Adjacency(Rep, err_ptr); - if (*err_ptr == dd_NoError) { - dd_WriteSetFamily(stdout,AdjacencyGraph); - dd_FreeSetFamily(AdjacencyGraph); - } - } else { - printf("begin\n"); - printf(" 0 0\n"); - printf("end\n"); - } - - printf("\n"); -} - - -void minimal_Vrep_Hrep(dd_MatrixPtr M, - dd_MatrixPtr* Vrep_ptr, dd_MatrixPtr* Hrep_ptr, - dd_ErrorType* err_ptr) -{ - dd_PolyhedraPtr poly; - dd_rowindex newpos; - dd_rowset impl_linset,redset; - dd_MatrixPtr Vrep, Hrep; - - if (*err_ptr != dd_NoError) return; - - /* compute the second representation */ - poly = dd_DDMatrix2Poly(M, err_ptr); - if (*err_ptr != dd_NoError) return; - - if (*err_ptr == dd_NoError) { - /* compute canonical H-representation */ - Hrep = dd_CopyInequalities(poly); - if (Hrep->rowsize > 0) { /* workaround for bug with empty matrix */ - dd_MatrixCanonicalize(&Hrep, &impl_linset, &redset, &newpos, err_ptr); - if (*err_ptr == dd_NoError) { - set_free(redset); - set_free(impl_linset); - free(newpos); - } - } - if (*err_ptr == dd_NoError) (*Hrep_ptr) = Hrep; - } - - if (*err_ptr == dd_NoError) { - /* compute canonical V-representation */ - Vrep = dd_CopyGenerators(poly); - if (Vrep->rowsize > 0) { /* workaround for bug with empty matrix */ - dd_MatrixCanonicalize(&Vrep, &impl_linset, &redset, &newpos, err_ptr); - if (*err_ptr == dd_NoError) { - set_free(redset); - set_free(impl_linset); - free(newpos); - } - } - if (*err_ptr == dd_NoError) (*Vrep_ptr) = Vrep; - } - - dd_FreePolyhedra(poly); -} - - -void print_both_reps(dd_MatrixPtr Vrep, dd_MatrixPtr Hrep) -{ - /* Output V-representation */ - dd_WriteMatrix(stdout,Vrep); - printf("\n"); - - /* Output H-representation */ - dd_WriteMatrix(stdout,Hrep); - printf("\n"); -} - - -void compute_both_reps(dd_MatrixPtr M, dd_ErrorType* err_ptr) -{ - dd_MatrixPtr Vrep, Hrep; - minimal_Vrep_Hrep(M, &Vrep, &Hrep, err_ptr); - if (*err_ptr != dd_NoError) return; - - print_both_reps(Vrep, Hrep); - dd_FreeMatrix(Hrep); - dd_FreeMatrix(Vrep); -} - - -void compute_all(dd_MatrixPtr M, dd_ErrorType* err_ptr) -{ - dd_MatrixPtr Vrep, Hrep; - minimal_Vrep_Hrep(M, &Vrep, &Hrep, err_ptr); - if (*err_ptr != dd_NoError) return; - - print_both_reps(Vrep, Hrep); - compute_adjacency(Vrep, err_ptr); - compute_adjacency(Hrep, err_ptr); - dd_FreeMatrix(Hrep); - dd_FreeMatrix(Vrep); -} - - - -void usage(char *name) -{ - printf("No known option specified, I don't know what to do!\n" - "Usage:\n" - "%s --option\n" - "where --option is precisely one of the following:\n\n" - " --all: Compute everything.\n" - " This will compute minimal H-,V-representation and vertex and facet graph.\n" - "\n" - " --reps: Compute both a minimal H- and minimal V-representation.\n" - "\n" - " --adjacency: Compute adjacency information only.\n" - " The input is assumed to be a minimal representation, as, for example, computed\n" - " by --reps. Warning, you will not get the correct answer if the input\n" - " representation is not minimal! The output is the vertex or facet graph,\n" - " depending on the input.\n" - "\n" - "The input data is a H- or V-representation in cdd's ine/ext format and\n" - "is in each case read from stdin.\n", - name); -} - - -enum command_line_arguments { ALL, REPS, ADJACENCY }; - - -int parse_arguments(char* arg, enum command_line_arguments* option) -{ - if (strcmp(arg,"--all")==0) { - *option = ALL; - return 0; - } - if (strcmp(arg,"--reps")==0) { - *option = REPS; - return 0; - } - if (strcmp(arg,"--adjacency")==0) { - *option = ADJACENCY; - return 0; - } - printf("Unknown option: %s\n", arg); - return 1; -} - - -int main(int argc, char *argv[]) -{ - dd_ErrorType err=dd_NoError; - dd_MatrixPtr M; - enum command_line_arguments option; - - if (argc!=2 || parse_arguments(argv[1],&option)) { - usage(argv[0]); - return 0; - } - - dd_set_global_constants(); - - /* Read data from stdin */ - M = dd_PolyFile2Matrix(stdin, &err); - if (err != dd_NoError) { - printf("I was unable to parse the input data!\n"); - dd_WriteErrorMessages(stdout,err); - dd_free_global_constants(); - return 1; - } - - switch (option) { - case ALL: - compute_all(M,&err); - break; - case REPS: - compute_both_reps(M,&err); - break; - case ADJACENCY: - compute_adjacency(M,&err); - break; - default: - printf("unreachable option %d\n", option); - exit(3); /* unreachable */ - } - - /* cleanup */ - dd_FreeMatrix(M); - if (err != dd_NoError) { - dd_WriteErrorMessages(stdout,err); - } - - dd_free_global_constants(); - return 0; -} - - - diff -Nru cddlib-094h/debian/cdd_both_reps_gmp.1 cddlib-094j/debian/cdd_both_reps_gmp.1 --- cddlib-094h/debian/cdd_both_reps_gmp.1 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/cdd_both_reps_gmp.1 1970-01-01 00:00:00.000000000 +0000 @@ -1,52 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH ASEPRITE 1 "September 28, 2014" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.SH NAME -cdd_both_reps_gmp \- compute minimal H\- and V\-representations of a convex polytope -.SH SYNOPSIS -cat input_file.ine | -.B cdd_both_reps_gmp -.RI --option -.SH DESCRIPTION -This manual page documents briefly the -.B cdd_both_reps_gmp -program. -.PP -.\" TeX users may be more comfortable with the \fB\fP and -.\" \fI\fP escape sequences to invode bold face and italics, -.\" respectively. -.SH OPTIONS -\-\-option is precisely one of the following: -.TP -.B \-\-all -This will compute minimal H\-,V\-representation and vertex and facet graph. -.TP -.B \-\-reps -Compute both a minimal H\- and minimal V\-representation. -.TP -.B \-\-adjacency -The input is assumed to be a minimal representation, as, for example, computed -by \-\-reps. Warning, you will not get the correct answer if the input -representation is not minimal! The output is the vertex or facet graph, -depending on the input. -.SH SEE ALSO -.TP -.BR /usr/share/doc/libcdd-doc/cddlibman.pdf.gz -cddlib manual, from the libcdd-doc package -.SH AUTHOR -This manual page was written by Tobias Hansen , -for the Debian project (and may be used by others). diff -Nru cddlib-094h/debian/changelog cddlib-094j/debian/changelog --- cddlib-094h/debian/changelog 2016-02-22 23:11:11.000000000 +0000 +++ cddlib-094j/debian/changelog 2018-10-20 09:38:09.000000000 +0000 @@ -1,3 +1,28 @@ +cddlib (094j-2) unstable; urgency=medium + + * Upload to unstable. + * Declare Breaks: sagemath (<< 8.4~) for libcdd-tools to ensure + testing migration together with sagemath 8.4. + + -- Tobias Hansen Sat, 20 Oct 2018 11:38:09 +0200 + +cddlib (094j-1) experimental; urgency=medium + + [ Ximin Luo ] + * Enforce no linking against GMP in the non-GMP variants. + + [ Julian Rüth ] + * New upstream release. (Closes: #903578) + * Remove cdd_both_reps program. + * Install cddexec program in libcdd-tools. + + [ Tobias Hansen ] + * Remove old dummy package libcdd-test and obsolete dbg package. + * Switch to dh compat level 11. + * Update watch file. + + -- Tobias Hansen Sun, 30 Sep 2018 11:30:55 +0000 + cddlib (094h-1) unstable; urgency=medium * New upstream release. @@ -58,7 +83,7 @@ - Deleted. Upstream supports the shared library now. Closes: #514522 * Add Vcs-* fields to debian/control (Closes: #578276). - * The broken symlink NEWS is no longer installed (Closes: #578769). + * The broken symlink NEWS is no longer installed (Closes: #578769). * Link with --no-undefined to ensure all symbols are resolved (Closes: #558845). * Provide a dbg package (Closes: #581771). diff -Nru cddlib-094h/debian/compat cddlib-094j/debian/compat --- cddlib-094h/debian/compat 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/compat 2018-09-29 19:30:49.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru cddlib-094h/debian/control cddlib-094j/debian/control --- cddlib-094h/debian/control 2016-02-22 23:09:42.000000000 +0000 +++ cddlib-094j/debian/control 2018-10-20 09:37:47.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Debian Science Team Uploaders: Tobias Hansen -Homepage: http://www.inf.ethz.ch/personal/fukudak/cdd_home/ -Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev +Homepage: https://github.com/cddlib/cddlib +Build-Depends: debhelper (>= 11), libgmp-dev Build-Depends-Indep: latexmk, latex2html # latex2html is required due to html.sty. -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/debian-science/packages/cddlib.git -Vcs-Browser: http://anonscm.debian.org/gitweb?p=debian-science/packages/cddlib.git;a=summary +Standards-Version: 4.2.1 +Vcs-Git: https://salsa.debian.org/science-team/cddlib.git +Vcs-Browser: https://salsa.debian.org/science-team/cddlib Package: libcdd-dev Section: libdevel @@ -33,7 +33,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same -Description: Library for finding vertices of convex polytopes, runtime +Description: Library for calculations with convex polytopes, runtime The cddlib library is a C library for manipulating general convex polyhedra. It supports converting between the system of linear inequalities representation and a vertices and extreme rays @@ -47,7 +47,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: libcdd-doc Replaces: libcdd-test (<< 094h-1~) -Breaks: libcdd-test (<< 094h-1~) +Breaks: libcdd-test (<< 094h-1~), sagemath (<< 8.4~) Description: Programs using libcdd The cddlib library is a C library for manipulating general convex polyhedra. It supports converting between the system of linear @@ -59,31 +59,6 @@ cdd_both_reps, which computes minimal H- and V-representations of a given convex polytope. -Package: libcdd-test -Depends: libcdd-tools, ${misc:Depends} -Architecture: all -Priority: extra -Section: oldlibs -Description: transitional dummy package - This is a transitional dummy package. It can safely be removed. - -Package: libcdd0d-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - libcdd0d (= ${binary:Version}), - ${misc:Depends} -Multi-Arch: same -Description: debugging symbols for libcdd0d - The cddlib library is a C library for manipulating general convex - polyhedra. It supports converting between the system of linear - inequalities representation and a vertices and extreme rays - representation of a polyhedron, and also supports solving linear - programming problems. - . - This package contains the debugging symbols for libcdd0d. - Package: libcdd-doc Architecture: all Section: doc @@ -98,4 +73,3 @@ programming problems. . This package contains the cddlib reference manual. - diff -Nru cddlib-094h/debian/copyright cddlib-094j/debian/copyright --- cddlib-094h/debian/copyright 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/copyright 2018-09-29 19:12:01.000000000 +0000 @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cddlib -Source: http://www.inf.ethz.ch/personal/fukudak/cdd_home/ +Source: https://www.inf.ethz.ch/personal/fukudak/cdd_home/ Files: * Copyright: 1996-2012 Komei Fukuda @@ -11,10 +11,6 @@ 2012-2015 Tobias Hansen License: GPL-2+ -Files: debian/cdd_both_reps.c -Copyright: Volker Braun -License: GPL-2+ - License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff -Nru cddlib-094h/debian/libcdd-doc.doc-base cddlib-094j/debian/libcdd-doc.doc-base --- cddlib-094h/debian/libcdd-doc.doc-base 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/libcdd-doc.doc-base 2018-09-29 19:40:06.000000000 +0000 @@ -18,5 +18,5 @@ Section: Science/Mathematics Format: PDF -Index: /usr/share/doc/libcdd-doc/cddlibman.pdf.gz -Files: /usr/share/doc/libcdd-doc/cddlibman.pdf.gz +Index: /usr/share/doc/libcdd-dev/cddlibman.pdf.gz +Files: /usr/share/doc/libcdd-dev/cddlibman.pdf.gz diff -Nru cddlib-094h/debian/libcdd-tools.install cddlib-094j/debian/libcdd-tools.install --- cddlib-094h/debian/libcdd-tools.install 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/libcdd-tools.install 2018-09-29 19:40:06.000000000 +0000 @@ -1,5 +1,3 @@ -debian/tmp/usr/bin/cdd_both_reps -debian/tmp/usr/bin/cdd_both_reps_gmp debian/tmp/usr/bin/adjacency usr/lib/cdd-tools/ debian/tmp/usr/bin/adjacency_gmp usr/lib/cdd-tools/ debian/tmp/usr/bin/allfaces usr/lib/cdd-tools/ @@ -26,3 +24,5 @@ debian/tmp/usr/bin/testlp3_gmp usr/lib/cdd-tools/ debian/tmp/usr/bin/testshoot usr/lib/cdd-tools/ debian/tmp/usr/bin/testshoot_gmp usr/lib/cdd-tools/ +debian/tmp/usr/bin/cddexec +debian/tmp/usr/bin/cddexec_gmp diff -Nru cddlib-094h/debian/libcdd-tools.lintian-overrides cddlib-094j/debian/libcdd-tools.lintian-overrides --- cddlib-094h/debian/libcdd-tools.lintian-overrides 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/libcdd-tools.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# This package does not contain a library and thus it is fine -# to recommend the documentation. -libcdd-tools: lib-recommends-documentation diff -Nru cddlib-094h/debian/libcdd-tools.manpages cddlib-094j/debian/libcdd-tools.manpages --- cddlib-094h/debian/libcdd-tools.manpages 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/libcdd-tools.manpages 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -debian/cdd_both_reps.1 -debian/cdd_both_reps_gmp.1 diff -Nru cddlib-094h/debian/patches/build_cdd_both_reps.patch cddlib-094j/debian/patches/build_cdd_both_reps.patch --- cddlib-094h/debian/patches/build_cdd_both_reps.patch 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/patches/build_cdd_both_reps.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -Description: Build cdd_both_reps prgram. - Also build the cdd_both_reps program, which is not part - of the cddlib sources, but comes from sagemath and is provided - in the debian directory. - . - Note that this does not touch the library libcdd but only builds - an additional program which is linked against this library. -Author: Tobias Hansen - ---- a/src-gmp/Makefile.am -+++ b/src-gmp/Makefile.am -@@ -11,7 +11,8 @@ - testcdd2_gmp \ - testlp1_gmp \ - testlp2_gmp \ --testlp3_gmp -+testlp3_gmp \ -+cdd_both_reps_gmp - #cddmathlink - - scdd_gmp_SOURCES = simplecdd.c -@@ -27,6 +28,7 @@ - testlp1_gmp_SOURCES = testlp1.c - testlp2_gmp_SOURCES = testlp2.c - testlp3_gmp_SOURCES = testlp3.c -+cdd_both_reps_gmp_SOURCES = ../debian/cdd_both_reps.c - # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c - - LDADD = ../lib-src-gmp/libcddgmp.la ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -11,7 +11,8 @@ - testcdd2 \ - testlp1 \ - testlp2 \ --testlp3 -+testlp3 \ -+cdd_both_reps - #cddmathlink - - scdd_SOURCES = simplecdd.c -@@ -27,6 +28,7 @@ - testlp1_SOURCES = testlp1.c - testlp2_SOURCES = testlp2.c - testlp3_SOURCES = testlp3.c -+cdd_both_reps_SOURCES = ../debian/cdd_both_reps.c - # cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c - - LDADD = ../lib-src/libcdd.la diff -Nru cddlib-094h/debian/patches/series cddlib-094j/debian/patches/series --- cddlib-094h/debian/patches/series 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -build_cdd_both_reps.patch diff -Nru cddlib-094h/debian/rules cddlib-094j/debian/rules --- cddlib-094h/debian/rules 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/rules 2018-09-29 19:30:34.000000000 +0000 @@ -3,19 +3,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined %: - dh $@ --parallel --with autoreconf - -override_dh_auto_configure-indep: - rm -f doc/html.sty - cd doc && latexmk -C + dh $@ override_dh_auto_build-indep: - cd doc && latexmk -pdf cddlibman.tex - -override_dh_auto_clean: - -cd doc && latexmk -C - dh_auto_clean - -.PHONY: override_dh_strip -override_dh_strip: - dh_strip --dbg-package=libcdd0d-dbg + cd doc && rm cddlibman.pdf && make cddlibman.pdf diff -Nru cddlib-094h/debian/watch cddlib-094j/debian/watch --- cddlib-094h/debian/watch 2016-02-22 23:00:42.000000000 +0000 +++ cddlib-094j/debian/watch 2018-09-30 11:55:49.000000000 +0000 @@ -1,2 +1,3 @@ -version=3 -ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-(.+).tar.gz +version=4 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/cddlib-$1\.tar\.gz/,uversionmangle=s/\.// \ + https://github.com/cddlib/cddlib/tags .*/v?(\d\S+)\.tar\.gz diff -Nru cddlib-094h/depcomp cddlib-094j/depcomp --- cddlib-094h/depcomp 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/depcomp 2018-05-21 15:58:45.000000000 +0000 @@ -1,10 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2007-03-29.01 +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software -# Foundation, Inc. +# Copyright (C) 1999-2017 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 @@ -17,9 +16,7 @@ # 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. +# 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 @@ -30,9 +27,9 @@ case $1 in '') - echo "$0: No command. Try \`$0 --help' for more information." 1>&2 - exit 1; - ;; + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] @@ -42,11 +39,11 @@ Environment variables: depmode Dependency tracking mode. - source Source file read by `PROGRAMS ARGS'. - object Object file output by `PROGRAMS ARGS'. + 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. + tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . @@ -59,6 +56,66 @@ ;; esac +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + 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 @@ -71,6 +128,9 @@ rm -f "$tmpdepfile" +# Avoid interferences from the environment. +gccflag= dashmflag= + # 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 @@ -82,9 +142,32 @@ fi if test "$depmode" = dashXmstdout; then - # This is just like dashmstdout with a different argument. - dashmflag=-xM - depmode=dashmstdout + # 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 + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 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=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc fi case "$depmode" in @@ -107,8 +190,7 @@ done "$@" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -116,13 +198,17 @@ ;; gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). ## 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). +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then @@ -130,31 +216,31 @@ fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then 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. + # 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. +## 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 +## 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. +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. ## 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" + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -172,8 +258,7 @@ "$@" -MDupdate "$tmpdepfile" fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -181,43 +266,41 @@ 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 + # 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 - + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$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 + tr ' ' "$nl" < "$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" + make_dummy_depfile fi rm -f "$tmpdepfile" ;; +xlc) + # 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 + ;; + 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 + # 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$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u @@ -230,9 +313,7 @@ "$@" -M fi stat=$? - - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi @@ -241,44 +322,100 @@ 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" + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" 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 +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h - # and will wrap long lines using \ : + # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi - "$@" -MD -MF "$tmpdepfile" - stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi @@ -290,8 +427,8 @@ 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" + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -302,9 +439,8 @@ # '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$//'` + set_dir_from "$object" + set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d @@ -315,8 +451,7 @@ "$@" +Maked fi stat=$? - if test $stat -eq 0; then : - else + if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi @@ -326,72 +461,107 @@ 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" + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" else - echo "#dummy" > "$depfile" + make_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 + # 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. + set_dir_from "$object" + set_base_from "$object" - 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" - ;; + if test "$libtool" = yes; then + # Libtool 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$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # 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 + ;; #nosideeffect) # This comment above is used by automake to tell side-effect @@ -404,13 +574,13 @@ # Remove the call to Libtool. if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -430,18 +600,18 @@ done test -z "$dashmflag" && dashmflag=-M - # Require at least two characters before searching for `:' + # 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. + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | - sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$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" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; @@ -455,41 +625,51 @@ "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift - cleared=no - for arg in "$@"; do + 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/^.*\././'`" + 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" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; @@ -500,13 +680,13 @@ # Remove the call to Libtool. if test "$libtool" = yes; then - while test $1 != '--mode=compile'; do + while test "X$1" != 'X--mode=compile'; do shift done shift fi - # Remove `-o $object'. + # Remove '-o $object'. IFS=" " for arg do @@ -525,10 +705,10 @@ 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" + "$@" -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" @@ -538,35 +718,56 @@ msvisualcpp) # Important note: in order to support this mode, a compiler *must* - # always write the preprocessed file to stdout, regardless of -o, - # because we must use -o when running libtool. + # 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 "$@" + shift + shift + ;; *) - set fnord "$@" "$arg" - shift - shift - ;; + set fnord "$@" "$arg" + shift + shift + ;; esac done - "$@" -E | - sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" + "$@" -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" - . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" - echo " " >> "$depfile" - . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$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 "$@" ;; @@ -585,5 +786,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" # End: diff -Nru cddlib-094h/doc/cddlibman.aux cddlib-094j/doc/cddlibman.aux --- cddlib-094h/doc/cddlibman.aux 2008-03-23 14:43:42.000000000 +0000 +++ cddlib-094j/doc/cddlibman.aux 1970-01-01 00:00:00.000000000 +0000 @@ -1,91 +0,0 @@ -\relax -\citation{fp-ddmr-96} -\citation{mrtt-ddm-53} -\citation{a-lrshome-01} -\citation{af-pachv-92} -\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{2}} -\newlabel{INTRODUCTION}{{1}{2}} -\citation{abs-hgach-97} -\@writefile{toc}{\contentsline {section}{\numberline {2}Polyhedra H- and V-Formats (Version 1999)}{3}} -\newlabel{FORMAT}{{2}{3}} -\@writefile{toc}{\contentsline {section}{\numberline {3}Basic Object Types (Structures) in cddlib}{4}} -\newlabel{DATASTR}{{3}{4}} -\@writefile{toc}{\contentsline {section}{\numberline {4}Library Functions}{7}} -\newlabel{LIBRARY}{{4}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.1}Library Initialization}{7}} -\newlabel{Initialization}{{4.1}{7}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.2}Core Functions}{7}} -\newlabel{CoreLibrary}{{4.2}{7}} -\citation{abs-hgach-97} -\citation{fp-ddmr-96} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.3}Data Manipulations}{11}} -\newlabel{DataLibrary}{{4.3}{11}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.1}Number Assignments}{11}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.2}Arithmetic Operations for {\tt mytype} Numbers}{11}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.3}Predefined Constants}{12}} -\newlabel{constants}{{4.3.3}{12}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.4}Sign Evaluation and Comparison for {\tt mytype} Numbers}{12}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.5}Polyhedra Data Manipulation}{12}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.6}LP Data Manipulation}{13}} -\@writefile{toc}{\contentsline {subsubsection}{\numberline {4.3.7}Matrix Manipulation}{13}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.4}Input/Output Functions}{14}} -\newlabel{IOLibrary}{{4.4}{14}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.5}Obsolete Functions}{15}} -\newlabel{ObsoleteFunctions}{{4.5}{15}} -\@writefile{toc}{\contentsline {subsection}{\numberline {4.6}Set Functions in {\tt setoper} library}{15}} -\newlabel{SetFunctions}{{4.6}{15}} -\citation{a-lrshome-01} -\citation{af-pachv-92} -\citation{bdh-qach-03} -\citation{e-acg-87} -\citation{m-cg-94} -\@writefile{toc}{\contentsline {section}{\numberline {5}An Extension of the CDD Library in GMP mode}{16}} -\newlabel{GMPLIB}{{5}{16}} -\@writefile{toc}{\contentsline {section}{\numberline {6}Examples}{16}} -\newlabel{EXAMPLES}{{6}{16}} -\@writefile{toc}{\contentsline {section}{\numberline {7}Numerical Accuracy}{16}} -\newlabel{accuracy}{{7}{16}} -\@writefile{toc}{\contentsline {section}{\numberline {8}Other Useful Codes}{16}} -\newlabel{CODES}{{8}{16}} -\citation{cl-porta-97} -\citation{w-ldpo-93b} -\citation{b-pplhome} -\citation{m-pdcip-97} -\citation{bfm-pdmvf-97} -\citation{a-dcg} -\citation{e-cgp} -\citation{fg-lpfaq} -\citation{f-pcfaq-98} -\citation{dhhhty-latte-05} -\citation{w-msv-05} -\citation{f-fzctmacp-04} -\citation{j-gvum-05} -\citation{fjt-cgf-05} -\citation{r-topcom-05} -\bibstyle{plain} -\bibdata{fukuda1,fukuda2} -\bibcite{a-dcg}{1} -\@writefile{toc}{\contentsline {section}{\numberline {9}Codes Using Cddlib}{17}} -\newlabel{USERCODES}{{9}{17}} -\bibcite{a-lrshome-01}{2} -\bibcite{abs-hgach-97}{3} -\bibcite{af-pachv-92}{4} -\bibcite{b-pplhome}{5} -\bibcite{bdh-qach-03}{6} -\bibcite{bfm-pdmvf-97}{7} -\bibcite{cl-porta-97}{8} -\bibcite{dhhhty-latte-05}{9} -\bibcite{e-acg-87}{10} -\bibcite{e-cgp}{11} -\bibcite{fg-lpfaq}{12} -\bibcite{f-pcfaq-98}{13} -\bibcite{f-fzctmacp-04}{14} -\bibcite{fjt-cgf-05}{15} -\bibcite{fp-ddmr-96}{16} -\bibcite{j-gvum-05}{17} -\bibcite{m-pdcip-97}{18} -\bibcite{mrtt-ddm-53}{19} -\bibcite{m-cg-94}{20} -\bibcite{r-topcom-05}{21} -\bibcite{w-msv-05}{22} -\bibcite{w-ldpo-93b}{23} diff -Nru cddlib-094h/doc/cddlibman.blg cddlib-094j/doc/cddlibman.blg --- cddlib-094h/doc/cddlibman.blg 2005-08-03 15:12:44.000000000 +0000 +++ cddlib-094j/doc/cddlibman.blg 1970-01-01 00:00:00.000000000 +0000 @@ -1,49 +0,0 @@ -This is BibTeX, Version 0.99c (Web2C 7.4.5) -The top-level auxiliary file: cddlibman.aux -The style file: plain.bst -Database file #1: fukuda1.bib -Database file #2: fukuda2.bib -Warning--empty institution in fjt-cgf-05 -Warning--empty year in fjt-cgf-05 -You've used 23 entries, - 2118 wiz_defined-function locations, - 629 strings with 8653 characters, -and the built_in function-call counts, 6251 in all, are: -= -- 603 -> -- 290 -< -- 3 -+ -- 117 -- -- 91 -* -- 344 -:= -- 1076 -add.period$ -- 79 -call.type$ -- 23 -change.case$ -- 104 -chr.to.int$ -- 0 -cite$ -- 25 -duplicate$ -- 236 -empty$ -- 521 -format.name$ -- 91 -if$ -- 1302 -int.to.chr$ -- 0 -int.to.str$ -- 23 -missing$ -- 10 -newline$ -- 126 -num.names$ -- 50 -pop$ -- 155 -preamble$ -- 1 -purify$ -- 89 -quote$ -- 0 -skip$ -- 164 -stack$ -- 0 -substring$ -- 250 -swap$ -- 46 -text.length$ -- 3 -text.prefix$ -- 0 -top$ -- 0 -type$ -- 88 -warning$ -- 2 -while$ -- 60 -width$ -- 25 -write$ -- 254 -(There were 2 warnings) Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/doc/cddlibman.dvi and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/doc/cddlibman.dvi differ diff -Nru cddlib-094h/doc/cddlibman.log cddlib-094j/doc/cddlibman.log --- cddlib-094h/doc/cddlibman.log 2008-03-23 14:43:42.000000000 +0000 +++ cddlib-094j/doc/cddlibman.log 1970-01-01 00:00:00.000000000 +0000 @@ -1,199 +0,0 @@ -This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=latex 2008.3.22) 23 MAR 2008 15:43 -entering extended mode - %&-line parsing enabled. -**cddlibman.tex -(./cddlibman.tex -LaTeX2e <2005/12/01> -Babel and hyphenation patterns for english, usenglishmax, dumylang, noh -yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng -erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish, - french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc -us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por -tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish, -turkish, ukenglish, ukrainian, loaded. -(/usr/local/texlive/2007/texmf-dist/tex/latex/base/article.cls -Document Class: article 2005/09/16 v1.4f Standard LaTeX document class -(/usr/local/texlive/2007/texmf-dist/tex/latex/base/size11.clo -File: size11.clo 2005/09/16 v1.4f Standard LaTeX file (size option) -) -\c@part=\count79 -\c@section=\count80 -\c@subsection=\count81 -\c@subsubsection=\count82 -\c@paragraph=\count83 -\c@subparagraph=\count84 -\c@figure=\count85 -\c@table=\count86 -\abovecaptionskip=\skip41 -\belowcaptionskip=\skip42 -\bibindent=\dimen102 -) (./html.sty -Package: html 1996/02/01 v1.0 hypertext commands for latex2html (nd, hs) -\c@lpart=\count87 -\c@lchapter=\count88 -\c@lsection=\count89 -\c@lsubsection=\count90 -\c@lsubsubsection=\count91 -\c@lparagraph=\count92 -\c@lsubparagraph=\count93 -\c@lsubsubparagraph=\count94 -\c@lequation=\count95 -) -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsmath.sty -Package: amsmath 2000/07/18 v2.13 AMS math features -\@mathmargin=\skip43 - -For additional information on amsmath, use the `?' option. -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amstext.sty -Package: amstext 2000/06/29 v2.01 - -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsgen.sty -File: amsgen.sty 1999/11/30 v2.0 -\@emptytoks=\toks14 -\ex@=\dimen103 -)) -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsbsy.sty -Package: amsbsy 1999/11/29 v1.2d -\pmbraise@=\dimen104 -) -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsmath/amsopn.sty -Package: amsopn 1999/12/14 v2.01 operator names -) -\inf@bad=\count96 -LaTeX Info: Redefining \frac on input line 211. -\uproot@=\count97 -\leftroot@=\count98 -LaTeX Info: Redefining \overline on input line 307. -\classnum@=\count99 -\DOTSCASE@=\count100 -LaTeX Info: Redefining \ldots on input line 379. -LaTeX Info: Redefining \dots on input line 382. -LaTeX Info: Redefining \cdots on input line 467. -\Mathstrutbox@=\box26 -\strutbox@=\box27 -\big@size=\dimen105 -LaTeX Font Info: Redeclaring font encoding OML on input line 567. -LaTeX Font Info: Redeclaring font encoding OMS on input line 568. -\macc@depth=\count101 -\c@MaxMatrixCols=\count102 -\dotsspace@=\muskip10 -\c@parentequation=\count103 -\dspbrk@lvl=\count104 -\tag@help=\toks15 -\row@=\count105 -\column@=\count106 -\maxfields@=\count107 -\andhelp@=\toks16 -\eqnshift@=\dimen106 -\alignsep@=\dimen107 -\tagshift@=\dimen108 -\tagwidth@=\dimen109 -\totwidth@=\dimen110 -\lineht@=\dimen111 -\@envbody=\toks17 -\multlinegap=\skip44 -\multlinetaggap=\skip45 -\mathdisplay@stack=\toks18 -LaTeX Info: Redefining \[ on input line 2666. -LaTeX Info: Redefining \] on input line 2667. -) -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/amssymb.sty -Package: amssymb 2002/01/22 v2.2d - -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/amsfonts.sty -Package: amsfonts 2001/10/25 v2.2f -\symAMSa=\mathgroup4 -\symAMSb=\mathgroup5 -LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' -(Font) U/euf/m/n --> U/euf/b/n on input line 132. -)) -(./cddlibman.aux) -\openout1 = `cddlibman.aux'. - -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 21. -LaTeX Font Info: ... okay on input line 21. -LaTeX Font Info: Try loading font information for U+msa on input line 30. - -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/umsa.fd -File: umsa.fd 2002/01/19 v2.2g AMS font definitions -) -LaTeX Font Info: Try loading font information for U+msb on input line 30. - -(/usr/local/texlive/2007/texmf-dist/tex/latex/amsfonts/umsb.fd -File: umsb.fd 2002/01/19 v2.2g AMS font definitions -) -(./cddlibman.toc) -\tf@toc=\write3 -\openout3 = `cddlibman.toc'. - - [1 - -] [2] [3] [4] -Overfull \hbox (19.168pt too wide) in paragraph at lines 395--395 -[]\OT1/cmtt/m/n/10.95 typedef mytype **dd_Amatrix; /* mytype is either GMP mpq -_t or 1-dim double array. */[] - [] - -[5] [6] -Overfull \hbox (19.168pt too wide) in paragraph at lines 395--395 -[] \OT1/cmtt/m/n/10.95 dd_colrange se; /* col index as a certificate in the c -ase of dual inconsistency */[] - [] - -[7] [8] [9] -Overfull \hbox (0.39783pt too wide) in paragraph at lines 653--660 -\OT1/cmr/m/n/10.95 Fourier's Elim-i-na-tion. If the in-put ma-trix is V-represe -ntation, \OT1/cmtt/m/n/10.95 *err \OT1/cmr/m/n/10.95 re-turns \OT1/cmtt/m/n/10. -95 dd[]NotAvailForV\OT1/cmr/m/n/10.95 . - [] - -[10] [11] [12] -Overfull \hbox (7.43246pt too wide) in paragraph at lines 821--826 -\OT1/cmr/m/n/10.95 Copy the in-ci-dence rep-re-sen-ta-tion of the com-puted rep --re-sen-ta-tion pointed by poly to \OT1/cmtt/m/n/10.95 setfamily - [] - - -Overfull \hbox (10.47415pt too wide) in paragraph at lines 827--832 -\OT1/cmr/m/n/10.95 Copy the ad-ja-cency rep-re-sen-ta-tion of the com-puted rep --re-sen-ta-tion pointed by poly to \OT1/cmtt/m/n/10.95 setfamily - [] - -[13] [14] [15] [16] - -Package amsfonts Warning: Obsolete command \Bbb; \mathbb should be used instead - on input line 1139. - -(./cddlibman.bbl -Overfull \hbox (2.6514pt too wide) in paragraph at lines 4--9 -[]\OT1/cmr/m/n/10.95 N. Amenta. Di-rec-tory of com-pu-ta-tional ge-om-e-try. -http://www.geom.uiuc.edu/software/cglist/. - [] - -[17] -Underfull \hbox (badness 2302) in paragraph at lines 68--73 -[]\OT1/cmr/m/n/10.95 J. Er-ick-son. Com-pu-ta-tional ge-om-e-try pages, list o -f soft-ware li-braries and codes. - [] - -[18]) [19] (./cddlibman.aux) ) -Here is how much of TeX's memory you used: - 1274 strings out of 94074 - 14362 string characters out of 1163007 - 65424 words of memory out of 1500000 - 4583 multiletter control sequences out of 10000+50000 - 13141 words of font info for 50 fonts, out of 1200000 for 2000 - 645 hyphenation exceptions out of 8191 - 27i,9n,24p,239b,243s stack positions out of 5000i,500n,6000p,200000b,5000s - -Output written on cddlibman.dvi (19 pages, 73224 bytes). Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/doc/cddlibman.pdf and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/doc/cddlibman.pdf differ diff -Nru cddlib-094h/doc/cddlibman.ps cddlib-094j/doc/cddlibman.ps --- cddlib-094h/doc/cddlibman.ps 2008-03-23 14:43:44.000000000 +0000 +++ cddlib-094j/doc/cddlibman.ps 2018-05-21 14:48:54.000000000 +0000 @@ -1,20 +1,18 @@ %!PS-Adobe-2.0 -%%Creator: dvips(k) 5.96 Copyright 2005 Radical Eye Software +%%Creator: dvips(k) 5.997 Copyright 2017 Radical Eye Software %%Title: cddlibman.dvi -%%CreationDate: Sun Mar 23 15:43:43 2008 +%%CreationDate: Mon May 21 14:48:54 2018 %%Pages: 19 %%PageOrder: Ascend -%%BoundingBox: 0 0 595 842 +%%BoundingBox: 0 0 596 842 %%DocumentFonts: CMR17 CMR12 CMBX12 CMBX10 CMR10 CMTT10 CMMI10 CMSY10 %%+ CMR8 CMMI8 CMTI10 CMMI6 CMSY8 CMTT12 MSBM10 %%DocumentPaperSizes: a4 %%EndComments %DVIPSWebPage: (www.radicaleye.com) -%DVIPSCommandLine: /usr/local/texlive/2007/bin/powerpc-darwin/dvips -R -%+ -Poutline -o /tmp/altpdflatex.82070-1206283419/cddlibman.ps -%+ cddlibman.dvi +%DVIPSCommandLine: dvips cddlibman.dvi %DVIPSParameters: dpi=600 -%DVIPSSource: TeX output 2008.03.23:1543 +%DVIPSSource: TeX output 2018.05.21:1648 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S @@ -46,19 +44,21 @@ userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N -/p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ -/Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) -(LaserWriter 16/600)]{A length product length le{A length product exch 0 -exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse -end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask -grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} -imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round -exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto -fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p -delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} -B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ -p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S -rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end +/dir 0 def/dyy{/dir 0 def}B/dyt{/dir 1 def}B/dty{/dir 2 def}B/dtt{/dir 3 +def}B/p{dir 2 eq{-90 rotate show 90 rotate}{dir 3 eq{-90 rotate show 90 +rotate}{show}ifelse}ifelse}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 +N/Ry 0 N/V{}B/RV/v{/Ry X/Rx X V}B statusdict begin/product where{pop +false[(Display)(NeXT)(LaserWriter 16/600)]{A length product length le{A +length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse} +forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{ +BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat +{BDot}imagemask grestore}}ifelse B/QV{gsave newpath transform round exch +round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 +rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B +/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M} +B/g{0 M}B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p +-3 w}B/n{p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{ +0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet %%BeginProcSet: texps.pro 0 0 @@ -79,70 +79,84 @@ %%EndProcSet %%BeginFont: MSBM10 -%!PS-AdobeFont-1.1: MSBM10 2.1 -%%CreationDate: 1993 Sep 17 11:10:37 -% Math Symbol fonts were designed by the American Mathematical Society. -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: MSBM10 003.002 +%%Title: MSBM10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name MSBM10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/MSBM10 known{/MSBM10 findfont dup/UniqueID known{dup +/UniqueID get 5031982 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /MSBM10 def +/FontBBox {-55 -420 2343 920 }readonly def +/PaintType 0 def /FontInfo 7 dict dup begin -/version (2.1) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name MSBM10.) readonly def /FullName (MSBM10) readonly def /FamilyName (Euler) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def end readonly def -/FontName /MSBM10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 82 /R put readonly def -/FontBBox{-55 -420 2343 920}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5CF5B8CABB9FFC6A66A4000A13D5F68BFF326D -1D432B0D064B56C598F4338C319309181D78E1629A31ECA5DD8536379B03C383 -D10F04E2C2822D3E73F25B81C424627D3D9A158EAB554233A25D3C6849ABA86F -1F25C1667CB57D2E79B7803083CB7CC0616467F68450D9A3FEAB534EB9721003 -DBFEEFD050F3AC3492F5C74162A9A531ECEC0F47610B4940E946D21CAA771D30 -A6C27ECBA11708CC46C62396BF9D1990D579D0C394899D24FE7A4382EA18E7E1 -160E7283AF5BE17254790628E79FCC206F28B5566075B3A5697D5209062544FF -D85FD89D6F43D6588B242AB2666B5D2861CD38A8CE676503EDFAE84D12A71E77 -8405E468FE391F4F3F50D2C57ED55512036B0DB8E76A7EF413ED08673E56DE2C -16A3B65CD478433C0D2F9FEC4E662D54DAA43CFA6957D2A9AF8979BE06F70B68 -ED4C8C493D6DAC4971A3F1D010A7726D084EC1074FECD7D12D72AE16C26194AF -21AF5774D9B860EEE8608D34F150092F09C19959BAA670022B9A9F263CD391E3 -74DD1D1B4CD4D75273CAA4E37F68C631723E08FA35AD34C0AFB4621AE6689861 -854D16CE1C375FD159A337E221A6FF1CFFB5693A0623E7EBB58C2969F590D081 -AD92DD9E5322E26D6A15023664AC73A355998BCC48ADD0E7A4BC79790519606F -A1FEF6075033BCD422EE8233B83D1E7C20043280D531223D5AD4D5B41669F884 -95CE4D6DDE819B588742B930C579EDF743F2C74C95F717FAA6154FADC3FE2975 -F59CFB1C1A29059487E75C48505BAEAD7145667D4E18E46E610C868A257173ED -0D30EAA4C090854DD8378E92D0A376226EA7DA63798F247BAC770FE26D70E72F -90CCFAADF118304646955B0310C65F6CA51BEEEF87AFFE294D08C44354C73E8D -7AE0751CEBE41E68D7E91ED09D4F0FE329150A34D0DEE8F7AED88AFB66381817 -364A65B9F1F9C6416198FB016FC8456DEEFED46BF4E1F873527AF52C13078ABF -93CFA6D5E87708787DC837B554561D07B2DB9A89B886A92E7615598566203FE5 -96A6D048ACFEF549BBCE51A9EE6CE333704CFD95926DFC740F5A6896D22EBB27 -79603F94943CBC04381C62F5C0AB6FEFCE9B71ABFF7FA10A060D7CE5BFE481B0 -32E05B3C998C9D89CD66E4DAB5422D01B386769A45984EA2B3250786533E85CB -9F1595D3556EAAE9BAB4793D6245EC8B8D16A47697B51772CB644BD58E81F416 -B01A9223997DCF9AAB43FB3CE9C8778039BA2D8E075FC02BB3FA5D66CCA58D24 -D9E0261DBB8C11092320D9B0F5CC79FAF53EF2AFD99D5A7732B1962668A85807 -9468AF19C570B30F7C798A4DC45D0AAB6E51DE57FCE9F19C468741F1B55ACB6F -C9357E6ADFF2A2E2E84037170DD9E3F217D22DDEE6E8660C7988961BDE9990AB -4CF63B8D0D60190BFE810A5661C8E02D32283B304CB434533629D0D3826548F7 -EECDE3892C213BCF51BB7257B1C073A39928D1B67DC28E98CB0F7D1D0B158EE6 -D49E399D58B3C6321CC9A2696F019E6F7EC0DADC +D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7 +5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99 +8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716 +EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C +02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D +46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A +4B60D020D325E4C2450F3BCF59223103D20DB6943E919FB4E3240FEEED78EE63 +0677FAF39AB2543D18C08A2B98B97451CD42CB7893DA8601CC0F45A65BEAFC64 +EF72554395DA801CF2E9E3B03F65F1BD98F8C5F8EA06D7457842303C1A817E7D +69821807328AF426B9DDBC188A79A66FBB9E6193B4A3EDFE3136C6574B9C4C94 +E2CBA4FE7997F949BB2DAC0D329C2AD8E4095BD18A037AC9F77B794FC389E5CD +56CC4C0B74D64FB0D02C92B88942C18B6DA84D4CF482DAF3A01E80BE483AC6ED +AE98F5F3E49BC762EF6BA937D528E751D9588B0A1E82EF0A5998150EC3854472 +5A91EB983915BC1D6E2C3E615E0267B39D6937ECE0EC16162FE76676E5B69F3C +BC1AD934BECA284B89F0613B70876247D768BCD246883CFF4D819D6265302730 +7E4BE6B2FFE7E91CCB8C6D2AFACDB4C5DB9688153E1D6B2DE136BF7068418A4F +2D1C0CA301B1B97290B46EE14B8286A81E709980F67382A5132F01B2D44DCFF0 +9753E776AEAE2141D580E64C82598DAA6DA4057FFA9D02C3B77AE15A50AB457F +3FA5A10A3C986B22F8E154C1E564A55D3BE4487677613DCF793F7E1B57C9A925 +BC57746C25FE567719A9EAA9CC44F1D0FF8F92C03132B205F57E3AFE9FB66632 +D3FB3EF5BDFB9848030527FE759A5273CB81DBA2719611355F43E34F8FD7D0EC +9BE47685A2D122C9B60198A430C5F5E3F972376F0FF4BA52BAFF64095F7ABCBA +022622692231FF87514FD912B80C07A0EDCEECFA629E2734B5EFE2604E8DCB24 +32A4C691DB4CCCF19EF897A9F4EA5B2B5AFCDF87AC06B93669F3007C1295E016 +FF0A99324B80E37020B1080E80949525B3278DF111ABEA48E7182B6F4DE2DC90 +B8D31A953343D5DB78B1F2CC6CE631EC7E3D0041A823DF2A4702AAC0F0A2F018 +E5ADCD42EF2EC8AFF6F4705D30042BE7B6F866C14AEA1CEE04DFF82BF14931B8 +D297C38E6DA6E587C23EF0864F69BB0DBC9C1EFBBB97B92BADC336A4AFAC6A91 +0A6B158DC42E975CB5D8D2054CEF367FB112456AF50684C41F80B1E7ACAEA853 +B843CABA76BDE9582090299F423519EE3AF8F83AE7F7828B314B6E36E9127419 +F274E9FBF5622C5E48D7E95664D6C0C1006661038CF2C93BEF1DE34A163A2C86 +693A13F4D0F052D2E183F36401F0C29862BC1B36A086524F76C7EE2C6D436A23 +7009F146F1756DCADD3F70C51FDCE610E30C0F4AC538A2703423A07976ACA74C +25F4CFD6A92969E206375FB0C672E45948B0E832F2BE688EC22FEEB3E06BBC3A +272F73081A30830AE4214F2F029918FCA40BAEBED6299EDBECA01E08F27E5627 +F53BC56F4AE7CE2D6273B27323AB829E2D51672A4990E3AEE84331583A99DA4E +63610AF8F10C50FE6196E3F4C1E4FC9BA6BE0ABDC81A0A7BF6A5792A97BD0A7E +7BBD31C3FDC01D734550843C8D84C6CC0B492CD1A6CCD57428F03A863E959C77 +457D401028FD00FFA9BC422FD09D8B8A70446A61CB256A2FA0B59A2646D9C5FE +961894DB8B315C52008B4416AC35439E010BF90E43A05FCB2FBE8E62385E220E +588B7FE5509F1BB71150E159D01D24EE28008D4213227FE9BCAA34364B1039F6 +BC142AAB19C8E9B15F0113781DF9C9B3BC145955552A901AEBA588D39D7E87F1 +CAF27D315E168807021B0CD1B2CE13B611A7B5FC28DEB4 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -152,25 +166,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMTT12 -%!PS-AdobeFont-1.1: CMTT12 1.0 -%%CreationDate: 1991 Aug 20 16:45:46 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMTT12 003.002 +%%Title: CMTT12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT12 known{/CMTT12 findfont dup/UniqueID known{dup +/UniqueID get 5000833 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMTT12 def +/FontBBox {-1 -234 524 695 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT12.) readonly def /FullName (CMTT12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMTT12 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 101 /e put @@ -180,65 +209,73 @@ dup 115 /s put dup 116 /t put readonly def -/FontBBox{-1 -234 524 695}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5F0364CD5660FE13FF01BC20148F9C480BCD0E -C81D5BFC66F04993DD73F0BE0AB13F53B1BA79FE5F618A4F672B16C06BE3251E -3BCB599BFA0E6041FBD558475370D693A959259A2699BA6E97CF40435B8E8A4B -426343E145DF14E59028D4E0941AB537E34024E6CDE0EA9AF8038A3260A0358D -D5B1DB53582F0DAB7ADE29CF8DBA0992D5A94672DFF91573F38D9BFD1A57E161 -E52DA1B41433C82261E47F79997DF603935D2A187A95F7A25D148FB3C2B6AA32 -6B982C32C6B25867871ED7B38E150031A3DE568C8D3731A779EAAF09AC5CE6C5 -A129C4147E56882B8068DF37C97C761694F1316AF93E33FF7E0B2F1F252735CE -0D9F7BCE136B06EE967ABE0C8DF24DCBBF99874702ED252B677F407CB39678CC -85DDFC2F45C552BA967E4158165ED16FECC4E32AC4D3B3EB8046DCDD37C92FDF -F1F3710BB8EF5CA358ABACA33C7E5ACAD6BF5DC58BDFC3CF09BA2A38291D45A4 -C15FF1916FE2EC47FDC80911EB9C61F5D355BEDFC9DB17588547763AC5F0B1CC -12D2FFB32E0803D37E3281DA9CE36C5433655526ACFB3A301C56FAB09DF07B5D -048B47687348DEB96F3F9C53CE56DDD312B93D3918CD92AF53FB9461864D11B8 -0138918D0B1270C54873C4012CDE6F886DB11BCEA04B023EBB43E0D0A06BE725 -741D08B9DB688731A6C9886C15A83C28DADCC81385EA239E045E8F3670CE03DB -9EE77ED067036595C9F3B1854343BE3A12E486B6E5A2F8AC44FA5378D28DCCEE -306B0E283AA444423F9A4FF38E2B56DCF67A39CEB2C643DAE86865517D5D0371 -CB8797208ADEC637330A3A57902C9A88EDB75A7C16FA9850075D9F19578EC666 -1353CC1FC512D59DFF847ACCD5A0FDA6F4CF4BB7C9EE62271154425996A08944 -E79BA092B9C46D95B60E552920809BA9381100F0BCC0ADA2151356112D2BC805 -B7BA9B4FAE18B451812D36A006CAED7DD4BE2CC57D77AB3CD68C3A36EBF00C84 -DE0B7744EA189CD804044B0ACF0CA7DD7BD0338595B6AF02CC620F4AC22968CB -E47A8389E2D6CEE4E1F4E2B6166D38D641206C007A3E5BDF9F295FBCD665C6C6 -6D30F4E3F6C41361A4FEA2D7B803A7D0198ECE994B6BC48F24AD243CAA496AE9 -4CF6B05BA607114574162FAB1611A65DDC069B5E074783640FB2526B02461BF8 -9D6BDC3A50CEB8AE7A677C697D6AA75E18C1EB094575247D90DCD94218526CD7 -5853E82F44636DA30249835F50AE8353CF2D84846FF0041350CB27EB59342D5C -405747DF9E6FF28E3A3278B9AD1C5338A9E1749FA4B4B780DBA0B2845BF9D39D -512ECCE5EB9147639DB6C99343EE1FD5A7B4E46AE768218BC2DCC447119DC159 -2616693AF9F80DFF26D5923F05F3059551CDB0787B592AD23637CCD58D101B09 -A0B5A90C2C8F0BBB51D09219B124B059C90FACC2B550E0F23336EA72AA934083 -E65053BDD0EFA12DF4E294D0D622E81FC44A9625BAEF51CA7AC29D3DA03C482B -79422328AEF3CB01EE3FE4F934C551C039A352BF4644C417F49CDE280CBC391B -4985104D06E4D393644E5C70DCCB4C6E18F5CFCE0C2976971A4869DAD0B37455 -ADBB0A49D4C48BF342A1E6A639E51B544633636240EA84E5860AEA78F8ED2A10 -FFF7912FF99871FFB1AA53ABD8AE839D19F54F88DF5AB4B8BEFFFECC81B17E4E -41877F3F051B2CBBF1EBFF0C21B42C22DD2FC72C6BB96C3D5418DCDB943DBEB2 -6FBC871D78E893E1AA4F7E2885869F4C6BC8B1E62E34258BB60234098B8AD53B -8EE2ADFC74F6BB04D4525EDBA025F5EB3AD3B3417271FA0FC55FB789E93E7585 -88F37950F9BC82168F0FA9776625CB81CB698B5F6F3E0162DE0A2A05AD702493 -D754C7DD1202AF9D0F243B10FACEC3EB827080871E67CF08219CA2AA073D0561 -2775924DAFECDD08B21369A41B62F402F4BB99D0F2B42E6092A7ED538F1EEE28 -26134A7A144D039F2BB9C360F099E093393F78F80D6B190BA9B868CB9AB4AC2C -953D3C264F3713EC69CD89E094FB82BD5ADDD16ACCABDAD8FDA500EDD43041C7 -9443911317C9DD565D6561A88C8DF2CFC392BF3A84672F38EF3D7092090F79F0 -C55CDC64C402F71EE38AA55B9932700C0D126C08E77280DAAD8CB7BADBC65A8B -BEA10BB3B3EE45C708602E2DA24BECA9D21010A0D5668C030C59862E20F19922 -FA69E63BDF3A68121F4D129914D05E3504BFC8A0B795B0EC1467393013933135 -E65FAA16FCE8018FC4D2DFC9F1F6C68FC22472D5B003C05F890B0C87A377003F -FC9462BA8E8D +D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7 +5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99 +8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716 +EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C +02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D +46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A +4B60D020D325E4C2450F3BCF59223103D20DB6943DE1B57D05DA0555DF933BB0 +7B42D264831116C06C79335D519461E7B0E870A6715E3D74A08D1BCF86E3BCC3 +A43FC6BAD1C68BD9D4AFCC06D845FD1F1E70D7A47F0BBCAECE8396E04591E5E3 +4797F646AFEEB7DB548183F0B74C9BB6BA2AA04E7F5950EC8AE97C741D4B2C5C +A8E7A8DF5A36A30B5A7592D95E1DBC63EF33C92FE459792CED29E2B8B6919251 +75EF62089BD7D44A6E1F9B62EC802FBE62B821DA1C3B2DDED45D27964AD29ED0 +9FB7868F3A8FEADA87A8E42D52C1EB7229D7C79B60BDA263F2BDB025AE14A507 +098FA274206BACFB4A0A7257D5998EE8F0FDCA79CB61DD1FC59DADD11E16BF02 +ECDFD706CDA1E72054D4EB55AF7BA9F19955886BC0BD6E0E3FE3769C94AF3581 +DFB2BCD67FE2892AF07E858A01280194D8DD7332B3D0A585C87FAB056C2EAA9B +5AD48D1C9F00CEF8EF0D1408DBE1C03D04B231D7B8D5D998FE0CD7EE19828EF2 +F988EBF6DDBFEE00F04A4A1F4E1A55DED7EF3AACEAB5005F1962C724A017C914 +2936E2E0DF26A55ACD7DD836C6035CBF07981C1BCE3615064F0540A1034C69B4 +E3908E76EF8925D486DF0B4A8E1F02D8AA99585A7C31847AB9382F83880C1C21 +C496AB2DF8E7BD4643B28B704B5F6B53429D3EE940A79135F5BF0396E5B46F23 +42AF406C26D12BEA7A41F332AEB75DF43C15334CF4651A99F602036946B1B91D +4BB0D2E51C20216D892C8173241AC8FD15A37C3CDD8AB4FB67D8565AFA61C068 +95E3D6E46D7C09BBD09428207D506AD43C693F3C3D787F6A5C39084AE45E81C9 +830900DB50DAD10A17E118FB5E9680B5194716A788FF7514A1167DD1A305FBE3 +FC1F39A39F5613D50934419B95A4A2FE1B6C18912CECB86726926F6B77B5C3AF +F38F85F974A2D2145BE010EBB4A390B842BC222AD4A0B7FDD882668C04C51F19 +13FF91E7CFA0A0F4E99A1944B272E0291BBF3F9ADFCF3F625B87377AFEBD9F11 +6385726E908BAB7D1357504048C0F5B26251A1FA52F08BAE1D64B9FC32A684AE +896F3DD0AAE9624050D4DFDA25E581FB2630E8840AC5322D38B92F3E77B55CE2 +91ACB8321BE53A2C7D274D63CF0C68AC833BAF4B22B26EFC197D4A893A5AE492 +660D995DA9294C16BED1113CBCC18AFCB5968175EE2FB374B1AA261F22CD75F6 +6E7295A254FEFC41A669A86933F8B05B9236B04C3C0C757CA37AFCBF3B888D79 +18C6D6AC4FB340CB49861F7EA05779AC00EC862AF354FC6CEB056DA1425749E4 +65FAADFA4BF3FB3B89E6A2912282FAFEEBC0E4392B98B7E04EFCC1CB228E6250 +CEC9F15D1C9D4D6ECC0B3931053C1A5E17B97B8C462CA04C6EC387C3BB9C84D5 +6E5BD5D7BC9E16176A9294533ECE9AA43A23CFA01403835A62A8E7050F44C7D0 +A038B6BA98B6070C4084896A230E4B9F2CB142794EC656073465C3098121C179 +EAFE55758F8B4377D58D862EA8C30BEFBE13A5C9EE8E191D408AEE2411576BB8 +D19E82C4B70E7962B1B7D5C62CC3998E9BC874C9013BDC5D87B77DC7D6DB9E67 +B03CEA4D278948B30403572AA6A67002AAB9D9A8E8630C96F99EE55F8599E438 +E3D14C4A6AFA0A79C4FD349D3BED1958F46861E8FA19A95BB73F25AF9148EEE5 +EB32554C29474929E476EFA3B867B790CF7B0DB9CCFB9B3BB8A035966E6CEDB7 +A3CC343BEB8F9DF3AD92540FBAA99FAD3ADB36013AD565D1A295DDE668FF7EB5 +0BA6A2FE29471C5834FC3C6DA74E21AE333DA3792EE6F938FEA8A8B775168434 +57B01E7C9D985933036EB297043D810C96EB7D385210434636B95FE63B0A234E +ECBFACB4E955D2AD0F04BF55044EC1C93F5FBED52B8F018BBE1579929CAB2174 +E632EA96B75C1E1060E11762FC814A75D8DF4A0A04D29A1B935A1C5376E02448 +7B98ADB8497494A75687C23135BC8EA62A0D2D3A7BB0653E4C11E4D48FE85BD2 +D4A2ED36E03FD57D2349BBD4D1A545E9CA8585FF9A0BC41B29B0E8F8BD869468 +F9C535E424E221ED1A86AD27964666123A4BC8EDBE074BEB397067CC37C87642 +486E4A074CA2702D0AE098256993732B222F8F290818E92243CFF552BCA459C3 +4CC9AB751CC56179B975196296ADE06FD9CE3698AB415E6CB6014A48CE3B617A +2568E5CAE68288BC470DFA2D81E5236DE37F8F7A4A1C6FD7E7C0A3D672D6C54D +73198DE130C17311798C25B6F5189578BC44D9AC795201B893C9351BD49F324F +3CA801EA24980396E7362872181DF75FCAFDE71E1EE127D05A2129FF37B50478 +2DB9357C9D93CA5BB3BDE4AD27ADD24FFFCD21764A99BE7E0B464EBDD3F5CD72 +3E24BE353B6B80EBCDC7397D0F9DF41BAFC0CB481E5296B07339881FDD6FFBD0 +773DCC72D9140514463E4AF6F88F93375AF22961CDFF9F9B74F3495933CBDCCB +13A29F6357B2C45495CF790A65BBC99E2B914A4C6FD4376F4400707625F670D6 +EDEE9A2C84B37E5B567674472E715AB90252EED17157612F2DBA8798F6B78319 +336E398D07DA834A737CD381B0BC3549ADE4EE11FF5782F3A7E3C55B611F1879 +0988BCF2FDDEA9209FCFEDE569394C63F03D1426E0FCBF68483C327E0DC20001 +1E2A5311A801BD66070777248D9E1D2F1EFD60CDFC9617BDC07991CB0B04C099 +3C595D04E8E4CFCE9DC82CB5F6F388FEC92EC99E2E7CBF 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -248,51 +285,232 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMSY8 -%!PS-AdobeFont-1.1: CMSY8 1.0 -%%CreationDate: 1991 Aug 15 07:22:10 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMSY8 003.002 +%%Title: CMSY8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSY8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSY8 known{/CMSY8 findfont dup/UniqueID known{dup +/UniqueID get 5096649 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMSY8 def +/FontBBox {-30 -955 1185 779 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY8.) readonly def /FullName (CMSY8) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def -/ItalicAngle -14.035 def +/ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMSY8 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 0 /minus put readonly def -/FontBBox{-30 -955 1185 779}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 -7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4 -A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85 -E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A -221A37D9A807DD01161779DDE7D5FC1B2109839E5B52DFBB2A7C1B5D8E7E8AA0 -5B10EA43D6A8ED61AF5B23D49920D8F79DAB6A59062134D84AC0100187A6CD1F -80F5DDD9D222ACB1C23326A7656A635C4A241CCD32CBFDF8363206B8AA36E107 -1477F5496111E055C7491002AFF272E46ECC46422F0380D093284870022523FB -DA1716CC4F2E2CCAD5F173FCBE6EDDB874AD255CD5E5C0F86214393FCB5F5C20 -9C3C2BB5886E36FC3CCC21483C3AC193485A46E9D22BD7201894E4D45ADD9BF1 -CC5CF6A5010B5654AC0BE0DA903DB563B13840BA3015F72E51E3BC80156388BA -F83C7D393392BCBC227771CDCB976E93302531886DDA73EBC9178917EFD0C20B -133F1E59A6C75D5F3F5C6AED02D738369ED9541D8815D9BC42D34C187B1ACCCA -8D5FFF1FA552AE4D2C870DD17119C4BC8D4E6DDDE0E925FBC9391C91D374019F -B1F6AEF0498EFAA5974AF35567983E6F1A3963D01C1FCFB2CCDE0DAA89CEA35F -FF4081BEC095A7E0889C4326D0B26B343528F28A7EBE951B6B59E77CEFD4FFDC -D8A90A56EC2B520060869AE646FC671A833C92A49961EAFF92500196526B5CE2 -3792E028EC16CD1402D86FB8AD69679F70A14AD2276AD0A1CE82302ABBAE8D54 -308988AD +D9D66F633B846AB284BCF8B0411B772DE5CD06DFE1BE899059C588357426D7A0 +7B684C079A47D271426064AD18CB9750D8A986D1D67C1B2AEEF8CE785CC19C81 +DE96489F740045C5E342F02DA1C9F9F3C167651E646F1A67CF379789E311EF91 +511D0F605B045B279357D6FC8537C233E7AEE6A4FDBE73E75A39EB206D20A6F6 +1021961B748D419EBEEB028B592124E174CA595C108E12725B9875544955CFFD +028B698EF742BC8C19F979E35B8E99CADDDDC89CC6C59733F2A24BC3AF36AD86 +1319147A4A219ECB92D0D9F6228B51A97C29547000FCC8A4D80B73E7B6CB7548 +0E1D77FFC695988391DC44AEED8CC947B3D7E198B9620E2238DB3A2819182F03 +14498B8CDFBA48926DA721920B221FB33BC21A8456AF10891403501D0F6415F0 +7E041AFFE109F640E54FC1A365674711EFF94E752652A4C8DA62CDB1149DB899 +2C4A4BD77A06E81E93C5698C05DD02F74A0756082738BDB53003B483752AE498 +DD718AEA8F3FB5A6B7E2D2AE8F309065F3D556F9A34AB90C88833A54295E0982 +209C466A301BA3372AABEE20D862C6DC6B6FAC1463C8CBA8AD766ED1B4C9D712 +2BECB4E6ABF558D8AB5281C35726BB8D046982C0DDAE17BFFC9394125E4E84C0 +B283977D31460B8EED4346CCB09F64DA0ACB640C6DBF32F2DC30D54668C1CC12 +24C7280593088E9958C047125C323E9C842801346A9CE5F50413D69F6DE99471 +65D2E387765E92EA4C43F17B467DF6E266D92551009C0E52E7219AE9F5E2E8D2 +88852086FF3600BFB50AF3EAF8C009D8D5F084B510F792385F328F7EFA8C38AD +CDAB2EEDFBC6AA45F6DD7364C2F02DD2BE6C79C8361E83D4267CEC2407689864 +B57B5D967FC80AB3BE8CA43955FB0FD3081D438437559AD24A7ADD484C1E4A77 +B00BDCB0D1B121FEE983412E1EA5489BDCE5DCB4A7310135956B230C0DE7BBED +516369A92BC41FAC8D73490984942D930DC193BF0C774C1AEF627B969EE4B001 +11381AC57815D7581E2372A1DB740B09F4A7FB4318B765DA4E7B44E8805CEF85 +44EC3B10613FE7B397BF91B69A5CB2E9086D1E7A1FAE0A9ABF2A237A2D29ABFF +E392A18AEACBF28274E775D3FBAED4F46B982B9DA4602E24094EDCCBC9D6FC0F +67C60376879245606C0B9C9A678E8917516BE1CF097B1C75C9F0DDAD6899F08F +81FB7A198D45FE060CD2A550D9B8D58B882B969D7BC3EC018A1FE92BDB262835 +26516FF97AC387EA525FF987E5EB1EAAE4EA5866C9CC043D183763C530F7D7A1 +2070E4044507C4E5611FCC117FBE4396E0B24F672CD53D5FDFA56D561FB86D40 +90A52A7C7F29A119DFFB694A8C445367746A49CA5FA83163BE448EB19625DF26 +609A8C8672631A10411036CAA3D6C2F822A4B2505DCBE8E1CE6916AE515E78CE +E8C894B134BF811671D17C19248853131DFFAEDB24B15FF17EAC194662460642 +48D23515AD434C68DF56753806FE96DB3A29F9D4980E0B6EAED7383F9FAD2584 +8F85679D6D1933677ADF5D31FE6E43DABF137E834A1DEA632D36EA5728625159 +8F33348893C9D1C510501628E4A9A80587DF6E179FAF68B158406A3EBCD726E2 +AC17F2DF8B3607072824D2E5A6479F7BADE32E603E54E7A83BB2DFDEDB0D80CD +1F1BDD4F6C9025CC3A8A3685DF10A8183FA80CE0F0FE2BFF2500F76B1037AE41 +56D2D7FB468C3CA7549E3599A2AACF66302572F1B35BC8EF7C23F6FC4B720228 +1D673D903111CE378AAE83480B4DEB7EA84BB35F4F7BE997DD4FFF5A9B5E7650 +3C7365BA0965B242DC369D03215651184024A08EC284F1798B0726152884B4D8 +46411B3BC8F5CB53A70AD53BD7B1AF23528849B56CF2F75609FE715878CF6448 +38579380688B47AE3D374B0DB6ECA5B8284414090123D47F3F9DF389E023F431 +6B4C0DDEE4190DEEF4CA772742012754DA9A44A8F550FADA6D8FB0C512D5BA2C +BB7DF71B1DA41FB6936BA71B710CC6A80751E43436F0F5888F51AB370DD4A088 +40F402661E08732C960705C7E0D29B8DA1A8A3E119409E51EE575E9655F47568 +023977917C8EC610BEBDB9C1F4EBC192084D63EAA00EC87B53E86620BB5AE51A +579B0F8E1972CE1DA02832FC75184F45409DD9D413402C2FA27BCB0AE6DB4CE1 +5AFB114E23232DE07C4674969A1FC94D152C6D3A611F029ACF4D949A2C0755D0 +31C7DACDBB4DFCFAF7E87295CCF5D4AE28D87ABC3533D87EEF1507B9FF9063F7 +F007DF03734A20BC3A198B049000C92D2849C62DDAA719FC28EB372793E20128 +D786670E08948808BA45C4F6AA0DD8A8357CCC47228A760C5C7864853BD9C9A4 +285E446CB72C5C9D3F03FAB000810DC5674061FA116153040743E846506CFA67 +FA8770E785D7DBC7293F37389A0859CC22275B23C44B57B92A033A7BD194340A +D6BAC6E103402F8396A5394C617CB2A27D9500921D5DA06115EC81715EA8E360 +4A95DCE8689CBE268B8E6C8B806CFB0ECBF634250243C9E1AFFACAD65311FA4C +1DB0988203537E5EF12B86FB454D06CF05E4F4FC4143D62920E99304245B6ABC +82E21192BE94F5E980DB21E07FEDF0EB0CAF4ABDFC20EF08A2A44A7940E2862E +08FABA516152DBA899D6CA561EB08C7C8298DD511084E5230CEBF28AB1D84C85 +B5BAF4616C28FE05AFA4BABB3BA03F8CEEF3F3EB0D3034BD3D8D06629B8E9EBD +72484057E71C9EB4DFC7C2CE7749271AC926C2419D618FB0B60FD6F81F0F2C04 +E529CC74DCC9E4AF32D935D7CA65FBD0842A7BAF162D08F782E65DF3AD9EFE69 +198AFA9208B22BC21BC4ECABB9BFFBA84C8421B74748E1EAAACEB59E566838F2 +C439579D6C75074F94493F7D5C8942D881AAE6302C37A61003AF77684EE99AD7 +EB5EEEF050C52E75E4E842F8174470FA60CB213BB6F257EEB26CC55D1202931B +B981DE2535A87CF37BFF912220C117EE166CCAE58BBF624170FFBC0716726B36 +304D698F2CA131675F7B1199E6581B8C812C4FAF75814282477BE2B7EBCBA7C2 +FA6356B2876F89698C6C2493989E9EB252DE03BB374622A7C88B8EE9FEB4851E +02F85CF70CDCA7BED5EC94E81170FB557C3BFC6F32CD70B506E56A2CC5451592 +130C6F570C679577C44D60A811DCEFB3535D855259B1021AC168DB76DD38B459 +F1813E3DB20AD9275D58880CE94058490ABBBB0D8DD16D4A65F680B30057F15D +07FF54D779CC978E90A850A2D8D79961EE276BB26B594C16F56557435671A3D8 +ADD3DD0BC4BC73B0652B9DA8462FE614A14A11ADB2214EC4910823FB4CEC8938 +24354C5C62547EE5710FB5ECD93AA45DEA7411F6CA8D5B5FA222685E622AD73C +1BD5DFD1C8F253352D6C7D14FF2FACF07CA5EB11392C6A33E9CABFD99F743BED +55E8DEF49E07B9444171D1780C698E5B65B540F41F845AC188DC7C0C8B5BA5F3 +546BEAAA4F29F0DF30D5AC12A60862742623100074457BF2D820DCAAB340C1DF +22FF26992DC02F276B40A7C528C84B72CD189A4088C90070486C49A1014FDDA3 +5093FC12DAF309FBC063653E6A33E14EB51B081126AB5BCB8016E975060B796D +6CBFDFE6CB9E191F12E309254BDD6660E3227012F5DADE246B02B6D8127F1EE2 +248F48DC5ABBD229748444420C868450602120664984FE3A8B2373232CE5CA15 +E67172CAF7EA99F73A66AE33B1EDE5E8351DB02497CE3338930147873D4E46B5 +E918F5592A21789FA9F46232BE693DFC33240E2649D6AC1940B101D806089436 +F0CE230BF6D0363510378822891DBD3EEF3365430E74FB6C994BB40C8EEDA593 +CEDAFEBC3B87C7C04F52FBD7D557A77B44855CDBEC8A8D26F44D66446B5662AD +15B6B79D13BD262D79BF51C09F8F690A61C7F11EC2E05F6BEDA273648E9E1EBC +3D5F1D6ED486797F753064ADDA8494405556D43D395B1487EDE877CCC1EAE954 +1AEE2513DDA94897B733609E8179DFE1975590568202EF20D58A89B34874CC3A +A5579473AC65E0EE61545AEF578ADE10BE3FB3E2CDC96678F613E4DEF7BC1B38 +8A551C93438A0540E292F65F1FA73D9AB30A5F545284085E4930A570C1807995 +7108AA8194607304488616DD4AB189F8EDC5F4507AEFD7847817A8ECFFDD2DD5 +DE95E04EAF2774F8AF661827229F01E769A32734097C457EB6FF056D90C46C5E +9F936AA6BF2EE8244BBEDB8862E56423F5845BB10C8809730B011D650EA18945 +83C320A3F4ED095A5EF91929FC877ECC28A1C2CE74A53245E629BF46C6534983 +307B1C94EB35CECDEE86551F0C308F66690E591C5D9D8FE14F534CF3F5DB6D32 +39D7C799F392C4E65759B7BF61F4D8312E3B26C31466206A367A0DD7A90D25E2 +805D36ED5CE0A4BEBCAC0A348FADD2D2AAD670E28BE6E33F627B4A9F35078B1D +6688084C4C18840673EF9B3526172EE14EF64E97C8B006C27DF6EF73BA6E6459 +3608F10EB1EC4B824DD5360B42AFF2084788B165747AABFB2C9C0EBBA9C6246C +08F28143809315D6268E386F09BBAC54C34213438B56C386B34AA457D149CC39 +A3C163F56E3C2E637C63A79CF7F2DE969EF3AAFF75F3F20499A9ACA61279D545 +866FFE57D25998244F448AAB042B141952BD653007A889B1A716A4042CBBB827 +C1ED5E3C616C22D5FCB39D3B3539F9B71D50D25ECD2E5D953C7A5194C867DDB1 +75CE10B2C3A20E8CDE15AAE9F549D034838DC066CA649C31EE365D46450AF18B +893748D055DD88C72391FD92DDF0AA1A1316051BC756F87BC9A425019B2FA7BD +CA9F35E89E2229B3021DD24C9DF0DC3217F44DCF510116DDC9E92EFDA3E0A892 +491C8961CA484BA29B8CACD2FED2E246FA7414F892AF7B9F08698FDEC82D2E4D +8C6ED1FD9E0BA2645663E7E97B0F780033D025F2EF3B364574C03F04FFC4E09A +3D4182BBFCCCD8CA54A92434E2208803ED36F931D31C7498B7FCEE4B78AECF11 +B27123A10F031F9CBA36066680E4748E346D18FD0EFA395D1A9227530618ADD9 +64D96C50A0172F712CB427E8F7170F8A1691FB95B247A271499F0E63676BD64B +167438333A3BD9CD9641AC637E0ADB17F1E394DF34AF5A2BD02030DD087BBA02 +E1209338B74075744A9A9966039AB6D223F385E06FF359257913E6C01BF32F5B +A3640C7CA41A6C51F296E50DC1CD1D68491CE5D75E0ABDD4C5C4A97C8BE2BA35 +D91AF9F8F38E7AB8C1778B06A212D0416E6137087329AAA2679C51D014CC4DEF +0F1543E2FD97621E552E19B29AA1368CB5046C188BA59B1E1875B25FB269DD2D +C0678A42CD310702465694F2BF302AEBC43F714F7C657505132DDA71CD23D17D +628BF3400EB5DDFCE2850F31B40C5913394649AA4241CF646F3939916C2077AD +C11F8C3E478586AA7931E327333FCD8A2EB31DF4B47AA2F31B999556602DD998 +5848143C0CBD0B5187DF08E675550F2384D48C2954EA7D16AD2B94DF97C194D2 +302CC47BF968CB1F6C9641A87525D5C6972ACCA1D4A4B4DA8EC54BEA6E7312B3 +2737754A9FCBED3BA5F8220B751506BB0A5BB5CF706AFCC04BFD713A3BE3C842 +9FFDBAA0CA5691D0FCE76134841A169970903843163DE68FF09649E99945DB64 +491FD6D8B2DF237DBAF550D1B74263B3BF1EF6211F40D4DF2DEC46E4DE557088 +5D458A7CDC6F34B8C3F5C76582C8B7D24A333AAE0B43CA67436F8ECAD7C50B12 +35BAAD521033D8024E4DFCF01580AEC63BD5F8ADB778F822AC4FF0DA608EB7CC +1A52A51B9F38FFADC0D2F4D8394C5D598123B483AE5AC1215F24F2492EBAA134 +3C58AD4E3B493AABDF753EBF1F04058C6981C353D6788C2D3294165B667D3765 +7883A8493F5D772F789F73979B254BB9397FDE4F8B76CA6FFF312F4B012949F4 +3EDCF1AC60FFF2681549DFF430B498405E79CB407DADFCEDCAB1E2FAD3B0F4C7 +B575A33EAFF9F67D37F50BB06D06834EA683862991C5BE340D4A7F8D131E733D +289F72977870F9958102F5D835739F0F5A642E7194E8AF7FDA2937E5C0712CE4 +EE15CB475725030CE0F238C32775D3EC95CE3D0886046E3EEAE322F59D423E83 +DE88DDAB5CE0F70537487EBA5A16A9306BA7DDCA14A85A9F83B3BC3600DC9421 +BDADA2704A5A24F7174A3A486ACE68739EC5960038CB44D969A594E97AE1F42C +42C1B7E3A456B3CDFC7683537B337AA8777F18CA45B22C8BEB18877DC624496B +9E8EF9F386B7FE4D94ABD5CE3B5786E76FE04A35909C472C04654A4405932EE6 +A4A3E0F6DB088603FDD82F0EFCB85A962002A662D1AD0647A2F484B59075A1FA +9F4327D542ED7962620B998ECC3A95CE736089593461CED9B5AAAB05C2DA3820 +5AF29B32904E1EEC357C8E282189C6D8F562DB11291091E6897E24CD8F8E2A34 +67F35D261E01336152E69831B0CC6B03FF1AC7EA22B745F513A25FE10F70E74A +3FD71FE1EC9999BEDE7CFA6A97EA2DF621711BE950FF8960965685BAAEA71FA6 +36F165573A0A6A92DAEE41A9B0C97BF03419FF6BA1F44524D00FD671EACC4233 +9A857680DFD27B9F1E7A760058C8277B3761DB9969241D1824A7DADF70BBFC38 +89C6DB9091E3BFCB36851CB9662B365A4B7384BDBA1D385902D1E5DABA72A159 +63790096B927EA49299AE03E41C7F593F3B995D1155E91C62D5F68845ED3C797 +7798B56858F96C2FE2E37D812873B7801767082A6D6B60602CEB94B7F6D7A142 +72814734DC584A18D1FFEA7333D4C7E2DFE5B91E9AD92EB52533CA52FA888980 +C79FEEDF0FAFB3B20B497F9AB668BDAFA364B405916526D5C48E57DC30BC35B9 +BF684FDFAD199D9A28541327F3899AD505FBBBBB22F419E22E0149EE5FDD2B43 +AF442E2724EC16934C307FA731F90AD1C76B74569B78CDEA7C19808233C6364B +D049F3F50A68D3EC5F29F2B96BC58C44AF90FE13F244B7129F14B5DAC3F3F310 +B330E67CA4EB76F895DAC8025F11EC7630EEB4826B5721348FA38F28B2AEEB1C +5F7CA413C486C94B1DD96988F07F7A08D3635E28624878E55D4FFBEB5E183CB5 +93014D8A272EBCF3A09133603CFFEF43A6FF059BCE525706D3795884FB495748 +C8AFB50DB464459A5C36D7CD087631BC09C693A11BDF1C6011D9864FE66EE8C0 +4824A42E97D16E017C0BB73732D4537E2A5BB283B3568950E5681364DBC1D6DA +058A122862A44ED85029A7B39F2FA7C362D859D0B429E056891339626AE6091D +74F6110CA32F8F3E9507216997E6AD1A2F1FFBE8B407C9880DE230E234F6FD41 +A291851178BEAE5DB9DEB22E3443807E2BCEF12A4AE8C490AA9E3D2918329F47 +42314CD258A0760DE5FDAC4AF7209CEB530B8508B278952A3638CA8491C3B493 +516F461610DBAF32E923ACB834B15E2D169A10F2609EC0ACDF7BDBC777DD2C19 +2DB330FD557D3B06B78824D6AB237D8F2D57A7ED35F02CFA9290ED6893B41657 +A2485524A3F1642FF5808FDB77015D9467EDAC4A6BBE8A175833B1225A5554F7 +2C60207F7A2632A4023255E8EF1F38C1B8216C9B03319B60BEC9799E5378683F +46E698FA75F2DFD40F17C603F3335F1EC70DBA1449C7A33EDDD46CC3DE4A6557 +EE67BF349AA8680FDBF415DC527129288B5879500180F75DF80394EC7CF11BC8 +9EE9A4ABD64DE3076A2963F83FA333F19FF74F79ECF36A87A31D6F125FD2415B +3F6A6FC33C179F54CA164835F3C3DB62AF444BDF27AFF23098C7212477F688B8 +6F48D9AD080D544D57FEDD33D3D9AED9346CBB644C97C951D4AEEB2BF6F0CB18 +E2517BA7ADCFD00FE44E290E731D53E5C0D762FCBA08004562DCE6A5EF2FBB74 +B3053CBED3B6E896B1C3356DD9E8FCB69691AAF6BEBA0424D62B9F266D560B40 +89E20A9F35AD4A7F65A7183761ABBEE0F7EF26ED3565A25516A3A5A57143979A +1EEED8CD52A69E4E1AE4795F3EE0CA21B9F4D166783A9AF54B08B6C56703932A +310197E328C6E6A6BADAA11D66A952964F31FD690082FA02D1E2A4512A9F2742 +33B203FB770A3A1C7490ED630D0FAEB3066429D0237E18818EC368D0DA72EB08 +1951C70139EB0DD59EB53AF5039A7618C77F6CED9F0A066FED6FEE0C0E328351 +BA39746C1224A29D191D8B86491E0A306ABA070CAA2756C3A33990EB6DDF34E8 +06EAAFF94AE6686EEB06A17D6D020D1F4E59428D533DB0EDA6434E6E1A478D5C +2A0D08CB39DA7D5F5200199FFFE3F41729478D4F63AE01FC0BF3B378FF6402D1 +CCF1BE5F191BAEAEC7FE400C9980E103D8776EC196E741AFE11D249E0C277263 +80FBD329524C55943E25631F113FBD8331C0044A7A2138637206A7941CF02590 +577043EB0F205392C34E18B1ADA47CE63CB8F01365A044CE570FA20446102210 +F03C0647CD0CC29E28B149F84C2F39256EE1457CDC3862C4082A95B44A61E8E1 +B4ABAD32DA3E2FB8D849B1C5CEE60F205007464DF38712737776BB6BB3223941 +95169B5BE578BA13DAE40B19AC184CB6F260A1EFE13CC8438ECB56EEBD30ACDD +8E24F52934 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -302,25 +520,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMBX12 -%!PS-AdobeFont-1.1: CMBX12 1.0 -%%CreationDate: 1991 Aug 20 16:34:54 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMBX12 003.002 +%%Title: CMBX12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup +/UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMBX12 def +/FontBBox {-53 -251 1139 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX12.) readonly def /FullName (CMBX12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Bold) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMBX12 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 40 /parenleft put @@ -381,303 +614,501 @@ dup 121 /y put dup 122 /z put readonly def -/FontBBox{-53 -251 1139 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5F0364CD5660F74BEE96790DE35AFA90CCF712 -B1805DA88AE375A04D99598EADFC625BDC1F9C315B6CF28C9BD427F32C745C99 -AEBE70DAAED49EA45AF94F081934AA47894A370D698ABABDA4215500B190AF26 -7FCFB7DDA2BC68605A4EF61ECCA3D61C684B47FFB5887A3BEDE0B4D30E8EBABF -20980C23312618EB0EAF289B2924FF4A334B85D98FD68545FDADB47F991E7390 -B10EE86A46A5AF8866C010225024D5E5862D49DEB5D8ECCB95D94283C50A363D -68A49071445610F03CE3600945118A6BC0B3AA4593104E727261C68C4A47F809 -D77E4CF27B3681F6B6F3AC498E45361BF9E01FAF5527F5E3CC790D3084674B3E -26296F3E03321B5C555D2458578A89E72D3166A3C5D740B3ABB127CF420C316D -F957873DA04CF0DB25A73574A4DE2E4F2D5D4E8E0B430654CF7F341A1BDB3E26 -77C194764EAD58C585F49EF10843FE020F9FDFD9008D660DE50B9BD7A2A87299 -BC319E66D781101BB956E30643A19B93C8967E1AE4719F300BFE5866F0D6DA5E -C55E171A24D3B707EFA325D47F473764E99BC8B1108D815CF2ACADFA6C4663E8 -30855D673CE98AB78F5F829F7FA226AB57F07B3E7D4E7CE30ED3B7EB0D3035C5 -148DA8D9FA34483414FDA8E3DC9E6C479E3EEE9A11A0547FC9085FA4631AD19C -E936E0598E3197207FA7BB6E55CFD5EF72AEC12D9A9675241C7A71316B2E148D -E2A1732B3627109EA446CB320EBBE2E78281CDF0890E2E72B6711335857F1E23 -337C75E729701E93D5BEC0630CDC7F4E957233EC09F917E5CA703C7E93841598 -0E73843FC6619DE017C8473A6D1B2BE5142DEBA285B98FA1CC5E64D2ADB981E6 -472971848451A245DDF6AA3B8225E9AC8E4630B0FF32D679EC27ACAD85C6394E -A6F71023B660EE883D8B676837E9EBA4E42BA8F365433A900F1DC3A9F0E88A26 -33147977F35D7F2295DF003B2494214A6E5124D77C249D22668C746258A7A526 -74B4730926C21F0845E0D993665F537A40BE00536FF3D3A4B3B069669A7862BB -CF4F3594F9AC9A78B5285EC44DFA70C9BF9941E2951127C43119D3343944CF22 -0073E40C5FC54883D0EC96D1AAAB4092A1EC9F11725DC9E2872F31789CD2FB8F -1E989A43792D12481CF61AF346EF17FA1DD2B77A5B70E27BB643BA1EBF8BDD2C -2EF11630E347E99D4CBEE4FC84CA12857E45785516E163776E22D405A7F03FC6 -F12556F1436704A623D42129CB0999038505FFB9255994D12F9985CFE0DD41EF -60C7A1DEEC9E1D01D0F679E52BF8FFE9DA00F0D3D6E3C565AE94A52DE2DF610A -34AA5B2F99127005354962EA95A09684A1C54603982F6ED8318DF4A2241129EF -E522D97506F51D12A07CD458DF01AF358D73BCAB83DE4CD603125F38010A50B1 -7F6BD39F4104228417ED5380759B971A145E960A79AFA0A48C3C29D09A071259 -E089D9A3DE17058F6C11BC7A368716373957219754E20E3B70EB3CE6E9DD85A7 -192B0FAA56383117FAF94ECDD8D4476AFB181E6EFDCEC3E792589DBD045E0762 -DB29B6144C22E3F7879F0585E50E09B91CE4247D5F58080916051E18018D2030 -4991AFA89195438B8A2FDAF8B507E1BD71CF6D39E6DC72B4B989C659CCFA3C24 -50503FA10037B723CC275653F5AC1128CCB4CE670944A42DA43CB775F2BF0094 -0642958259953EDD31F1D4DE158DF581BAD6E295BC018D3D068251D948330570 -6BA53F928D3DE4189D700F894F38A86F77E40C80DEA4024AD39D337ED83BF953 -86D51456BEA836BDA04F6316BFE091135061DDAD9E72F7241681A1B984A7CE33 -10863277DE5DCC563966111C3B8C527F2544861038A2D118F0938E681BB6BA0E -0A17694C71574DFC67936807621ACB2B2E8CE6EA24521AC83510A909D3D419F2 -77A9A69AF7622AA6E8818CD498CCCF34A1EF5FB52FEEA55D8D012E2A49FE6BAB -988A4C3FC111694FD5DF83793D3FA412F9C52F75DDB64F732A8781B31C152AE5 -1A38F4BE47EED3B4DBA1D62018C3DEEFF4DEB4DE75BE27F9795199811B13D3DE -0ECC72D494035FF44AEFE8E105E9FC8C6DF16F427D9360A2A8900E9AF07A2641 -F266472BC178A22066E27B6A5007F3192148F1FEE90EB0547A3EFAA07F277976 -8DC7F61E361F6CB5F5469335D9B108C00B8A5463569DBF691B189C67C5D1C17D -C42CF62D2A64D8604643D7F2E5A9B469B1FF5887D75E81D1EDB8474DEBF5D0D8 -9B763CF269794AE655D845493FF7A2A4FBC386E793192F171CF7E9600F11B3B2 -FEDEE33925A710B50F89720DBE8E13893E9A99F3E85D59DC507C36989350A337 -E43B795D5ED589944D393669909A960DCEB7EC9D85AE4F9B762785790F3A0BBC -B578B720DB50A7776A5281F63CAE389505B82B2957BDAF5B8D6FEF03042FE096 -F6718635638ED179F20DE6B667C1391FA46C78BA5E94B17E8BD87D7D252A5899 -A2A7B6AD5FC24D6B1685E1D306A164DD420EE295C35F698D0E199EF8E4358FFF -FFC3C1F7CB4DFB7492569CAB7A1454FAE193B5231BF8F3BDF91E1F65A582EE04 -098998408CA5D30E3B88BB4F38415B0B5B29D8F69D4B4D998CDCCEB26869AB1D -652DC6E4F49BE882B49017D94FC4D5A35D405EBDB7816BDF26573ED132806B3D -B724A5A6389CDCA9EFAB31ABF9AB9E405F77F450D1AC459FC8785CBF0B7F7E4F -B1BE5837527623FC9565E1CAE0648E0E99D789E8ACD8A5A5228DA49C8A4380D1 -E4ED5647C52E1E54C2EC96DAE874F9EA397ECFCEC10A70B8E6A3D435F331B29E -20989C717DB44FDFD4B9D4CD3D972534D71E5FD9060646AA9DF73B25AE8E4FC3 -47722CAFE1A64A93241E6DAD0FF3F63281F4429D6E721680F1254324F8D20658 -B48CD2D1CFE3EB6DB3578121017C2AE2761078A5CFBB17B49D9FD5B3062515EA -DE65CDF92BF386C1CD75CB5A3C8CAA376B9BCD3FD99AC91A822183513BFB115B -FA9EDCB022FB8489A8B0278EA4B7C064C720C5A5825851C8DB7CACAB01343093 -39EB1873FF49569BCD882AEEA513B7B72268C46EF786DD621E40971949113A1D -4D59E3852BDE0A670A2CE5C2B40771A08C01BF7F8DEF69F848285403939E1BEC -57377A5DF39449FE89F84BD680A27BCFC94546D7C7AD295D257DB2E5D6174ACE -B30699DADF744079B950EC4DF875416631658D52476D3C404D2573352D366D00 -46EA3A7BDAC95E49BE2E9C08B954E983AA11E020C3F7728A4E316C091F6E4822 -33CC34CA0DEABE4EE0E8F2EE4BE2A6F8CFC36F396E45ED2B47400C4A306580FA -134DA28C336BF213D155FA2642EB2A54572ED32EA3C3CB4803843ED04A0C94E0 -2C9E70290D2A15CDBE3B30B8B2AB03280C7D1317CD3B740E04F71456AECBC02F -FD38B33097A70C9EA0EB292581C654D159BEDCDDAA1CF2BFBFA54E5BFD2E3069 -1E8738B93AA160D89AB6F3A76F3651016984790D22713FAA8A4BA4830DC87F99 -87F966CE5C5768B53100F85BA1D81969BB181C591EAF78C1A73E0F8D14812646 -D7655905B54AB31B39C7A202ED15449CDA8E18698A294A5B22C65E921A6E7766 -2CF104D45C53AA16E245248A0B0E71E6D6EA7EB1567D2670765B67658B56C73A -8F2EA25DE4B4B45EB68015CC7A592AB60E1F4AF41AF1890BFF8E2F04172087F6 -496F0F73AF7EE8B5D52235C50BE7236F406558A522C5A7ACB97308FA6F278A4E -1CD5FD1538D9BE6FF4D1FC9C92634040E50DBE5DC0738855D44CDBD64798BB45 -75876F2F49A4A95E761C6DF3C20548DE2E82C68C8135F30B986116674B03F97F -F224233144BC977D197215AD91BAE59BBE2CAC04AE8D27304C3A685F7A3C0C0B -3C7A23E88B38B18CAC9FFEFCA92E53DE08B8698CFAA3CDE204F8FE13828A1491 -4AE3DCD1603AA0EE098759FFD901B633D8A4B1CA441F040CC1B76292F1D96761 -65CFEE423EC390FB95C58DA7A462A11A356E147F18399F6F260D058062459585 -1AB6B9B7CAB262B5925FAA6D90143CA06DBEF1D08A263AA55206F39728387452 -BF89C0F36F472636D9D82065AF2F8C3B985A7229603623F3520E8F1442C897AC -9378206F2E559FEA568638B69537E0E12671B6068D77AA92DFAE98A9B608807E -A231674C664BCF7C343660ECDB66FDF3427C6CDD24CBD6998095BF7985AEF3E1 -390FC75577144A92E6C3D076B47CB3F0A1DD91979E88B7CA7855A822C1E5CD09 -5D6D11D785D62F7AAA48AFC6716279D9E31375B936D3745BE7FBC5806EE636C5 -71B735E0AB32619875120A3DDD20C71EC38F704DB9BA2FB3BF20383192AB8CA3 -E75E0D4FAB0EBAF9BA1E306DEE2C5BD8B6102EABAF7A021481E7B82BBB1D3EBD -9E0D87574B641D63120E25B6C3A73754A405D0F199D4A2EA59149644515A5BD5 -4297196C5393B17490DD561CB28657435F6B95F6103F5E1CF10E9DBABCEC8AF5 -AC00513EE4324BD8E526CDF20E402DA6A61655B129DD0E1AFF23AEE0ABF16026 -B178AB96555AD6E931E431B1536162A5DC4CCB31B3105D01BD2AA4CC54625902 -32C490614717804D940E0DD0E128F887D70FE37F37421075AA37464CD00D7B5A -3469704FE431EA37257868C3FE7A735FB44322FC3A2DE39970AE5F1DD3DF9AB1 -29CC85C6D8EFC7E9107DB3D68C52610F8118EC75211CDEA9EC2705607147307B -AFDEDE11F9453AFAE86159C378AA4E117D93A3CDF5CAC53B800F67CB8C9EC38E -DA3CBB1F1C8ADAD753874ABBC307EE524FFBC0F0A7A3E7F59F160B1319F102CE -660DA14FC169E07A3969712C96A4354F5194E5D63466CFA0254E4FA870DE3CE2 -33EE6D374F2DA785038E16DAC620C4B992D0FEB5CF66436A1B65183B21B9C421 -2481BC04E02D1E6C1A5761533FC38873B741D8FA5E23CE58C2F4E92169772A25 -A73CBF17D27D7A95020D6CB6F294234EEB478D94826CBC824E843AE827B9BE91 -24D64E11E31581172F185FC8F55DFFC708DFB147E93939476E0701713CB3E2AC -3A6B71459A232E517ED0853F497E39678EB3C087814AAD58DFAEDCD1AAB6E0FC -EAE1098D8E7F2F96A7DABBB7E12BFFAD77F2230306EB0B4453479653E7250698 -81EB641D055E333A223093F27C0785651E43DF22C4CF44824B03B13A2F3EEE69 -F14CF6FC6349B025747DAFCFC739E095F53C71583C0D6DA1A79507473E456C2D -3C00A6F0586D7DDC4DF128B59E9AAAB958C93048A1E755569BE2F51C638CB9E7 -056F184B97F716A4EEC912CA14DCAA6B7A776C062ECC9909F2EF4F4C8B48B402 -3772D1BA6E546C5196FA74E8EC7E692CA0CA4AE5910921A88DA4D98D0D4B4E9C -9A5999A6273DCE4AED0AA896281588B761733CE277052885A86786340B31CB86 -E96B3F4870FCA0D674E49857956F6052DA4A0CE89D2612D60E562DFA355513E0 -032490D9EC78675F514018ACE1F7479DECCA81B8DFC6218131CC41CFEF74A6DB -EBD6DE60856DD891130D3B11C471B475C0B2B163252BCB65664B9425CCF71CE8 -E16D93213AA1DAC9B74344821B6E948407EBF6F8BD4BD5BFA5409CEA2E6B90B5 -7838DA4F838A14BAA878F525481EA5483990720D32D702E0CB933B094E89C873 -424B3C5BEA1A390FE1A26ECB741461680BBAA039244F7A2B98AE6C9B73F696D1 -A23D38C6C268AE06E6F085254464A8F30ED1EE0838EF5375ADA3973FC4CE06D6 -07C8459233163BFA392620210D91742EBF278E1739CC3EC39785D8D53729BC49 -AF58E01DD386851AC2E54FC0E731DE642F54E0C311EF99258A181CDBE5D384F3 -E96456AF9799A7E9009F8501F139B2A1C9FE96A414D8D1C5BB0457401D72C0CE -49383D2D3285D05470B6FA8177FE5C4A489CD50D16C6F32696297BF362959852 -599B68B77481437A298AF29F0B17790BDE80EB61D049D62A8E2FC357A7A4E95B -0D3DD7F1D0B21ADF3B088880FA414FEF6FEBA20A16ACBCDFA41057944F20E6BB -F92D44D45D4486D3E25BE387C0CD6F75F5FB26A3514B6238DB3E80A248D0B956 -15376DAB67B5CC99F07F3315EE344A325F77F05C4CAC926BCA7B13E4F11F19CC -B3A426933F62ACA29B8CC541CD5C9C30E7303BD5082CA212AD23D9A569AA1D1E -FED97E242D827C16D44DFC78BCB69CED25C510B234A07C85BCA12FC8D7CBFC34 -F68C86B79681D5753BBF9A6BAEF0C9F3DDD94DE13219D9D2E96C7CEE2DAA4FDC -DD5751FA1B28918269C5951D25BBC6317D1B5751ED20C2A0A55FE3726E8E2FFE -F008B1D6FBF8A35DC7852428C229336749BC28EEFA87862BBB296B0D8BC8E473 -9238C838DAFA3FDE1372E2F294C5D177A4A38B63F5EB760E528AE502E5B0F30B -40F486A4A2A615AD6C37249C9D84CA9B1E1FD5F2B97AA72D3B192DBC284E905D -B3CC01FF9F04D14357EA7C44ECC3E8F393B723FBF18E234623E07A6FC6455A4A -4CF37A0D0BE21FD25EA0CF46352D54219E609683CEEC045EB750804F3ECF6044 -C0BCC41AF57B2C759E43692465A609E2B0CC09435CD55A7A1D5C89C5422284AE -0DEDE774DB44D5D93C4B6628AF926E0160131F9F8B298675EE342B5B85FFDD01 -4B0040E4C71BA24B95196BD588DA5C87922E7E55641396A104B1346F9624D5A3 -F83094EFA3F2B8927B691CEC49BFF322103E303301A524D25345E295DF94798C -B8CEB368E81D3810D9591A7FC6E3C6441F24D195339654072FBED29572ECDC37 -FE18D406AA8E2503F8F1F6638EBDBB26E8C8499CF07D60E09DF5817A9E3F264D -B53DB0676FE1744F1C34F1B3F8AA361E04218CB9956ACE619F4CA50333C99348 -6EEA62F9AC3D165036AC64AD32E02F7215882A5FED94F16D0526EBDDF93CEF2D -74AD72FCE5E53E639B4BB3D14B1EE5A9AD76151F12745118D25829D62A7882D2 -19ADDA574F660C21F6413C5961712D935CC3CB607252D1CE8643336DCFEF883E -981CFF580BE047C1D7157ED559C42A8B050E3A093B0432623D97679BA358DC40 -BB9C40741DDE89CDB409D93973EB27CCF1D37D0DCB42E8A00D0C6E047F044FFD -8D91FA441DB33396EE0BDC890C864574EB4A73A5E93E25E14961B9E8C54C7786 -6657A8A4640F60CFECD64055E7E6251FDDE543E2B4666926C81D4DE143A1335D -BECAB91E4B8BD4EBAE76AE74212FA558F1F2D8B51F5AF309F3621FD6D3A148D6 -B0BC6CFA72BE195DCCE41D6238B32FA5DF55E37B3788315493C5670B7CBF9C7C -5AF15B3D8AE0F8E2A6050E680468F7FD4106C333E43F6F5CA792CC5BD3BDC7B4 -57C4F198B3A41946B3AB0EE4A46D552D107BAEA2E58DA400BAFE89BBC1A221FD -3DA506E592A5F118E90B386B189C631D01F56C62265B9675FE041A69824DC161 -E9695C4C8417C1A3AA4F00F000F5C80B0E94FFDC23845A86F9060B296F936058 -C84E15B74A02C2A90DCD49C64C74D550CA2EBB206B230C5FD837A89EEF3DDC18 -8411B0D2DC5EC948CC2684844D91089457842BCA85E8E74D309212E722E8E20C -27D798ED278182C16882B886CC6A2EA05147B04FDEE692959910453D05484C91 -51C878597621FA94C8ED55B20766E39CA42B02E2E25177BCE9321D4ED175722F -0B524C4FC526D744592F7E3EC252CAF94F8A526F2BB2E52815758175F991DFEC -061AF32011AA8080CEB4FA984E5753EFA4E13B038B99E41913DD1B4C0EECA452 -F812C0F7F84413F721A0C6EB4C5110F688AE65C9FF42B80B291D68180A67796F -96318933250D5956D59D11C9BF45017EB60DD7EB21CBDDC5DF1467CB0127A80B -B031AFCE0C3EF3B67E2F0A5CA03AB2F4F627970697C1B6D681A98B01E7A8DAAE -DE0384DBBD8AAD6DA4784ABFA1557C08366F27D453B9534CD5A6524988121686 -7807E9C77A93F33EAC102F615A726563AEBD51AFB2BEEDA3693ECC02BC9D1236 -7A2B4FB44001A73244E63FF65F4B0BCCA07E9087F106146038EB465A875D0B31 -828722572C2410FD55ED1FB775DE68F5465D0938D4825F02AAA8F5655AC90CAC -D7768A8B6CE5DB56CF5022C9BC128723F51668085E0D760EEBBB09C79D328FCF -96250A4D5B7270713FFAD86C0292362A118BEB1E9DEA0B553823A2147CFB5E9F -ECF1D8E7F7147C4A1338E68699CA04CB4EAC5C84C4956414FA8D233B060A91E0 -E390AFD1955651F963985ACA2E4F93EDD6915ECD87236C039F8F065ACF0E88A2 -1E0FE91A1418ED9759C8728B81ECB91FCDD13BC61E80DDAE1403E4F33D2C71F1 -6CE7212B1F3E27B10ADA9C0FE45139B7E9C41CB62CCB048EF8597D761FD062A5 -85CD567A75787855CE2B8FA58806D7457934EEC97EF60E2897F3D77B4ED74046 -A0D0F8A8C76042E5322FECF2FF8564BB70B40609F6664DAB643F8DE79BF02271 -3F682286B50335A9F69F4B2630D205A1C4E5C64682AEAE8B0BBD9F9C0021B70D -590E98F114A145C4B860442360BE1219B185021BE588C1D97EEE5DF474C180A7 -DC0AC5CE618E8D5EE22C736CA80B8CFB0C87384C1B4996E9334C297157A76BBB -B82ACF39E5EFE051B7395B609C9A42B4D0A81AD20455A8AD159314115AF19E6A -BE82C6E938B0C1B702AFCAE1E3580CFADDF9C3B1033A0878A4949D416FC602F5 -B0E748FA84ED9EF80559467D407C99C3477F00AE161BDA42A6517640A700532C -50187D25AB213AF0ED8D6E47BEE87EAF5C51619297255ABB0AB009785E1EC731 -5D9AAA6856D858D841DB8CD65F4E77649F336729A12FA73BC9DAB4A16A2B75AF -E418CAA7B764B45B3F60218405AB80A159D69FDA668060901C8D93B000318A50 -8ADDD8188E5E9484BC7EB9A957A155A82DA16B6BFA94F865F8CAE76EE863B10A -C88AFF9D6F2BD2D30CA267D261B9D50839E31FA74E43A3C56B38008FE8F376AF -C3E335FE5AE858E818ACC98EE00E7A660839BEF8DBF8D512650F0FBEEB206DFF -E5C0B9BA3B8EE3B8C6755FC284A1FE181C138C4C00E782708E13322E3C251EC4 -2ADD94AF4218E20F31D8C906A98F6EA8EE8B6D30DD67E8DA9CEC8F199E1B7612 -275F8A15A4CD8C9F668948D530337F402202A3256D02B3186533C4CEC422C689 -CCAA09BDF541BC8F170B5280E21C51F5D24C888BA8370DD1C2EBDFA9429953FA -B54086534A05AA9B67BF7137DA55C5EE7B8F0ADE4C0F4BF58EBD7A12EDD426D8 -3D73DD9054E324F35946B3990B358B85EB2E91D3A312B85340B13BEA04F7243B -B54AA2DA581DDC77691C6C7AF78F9131B977B8C5243A248018C0AADB1D7CCB9D -0D08CB39AE46482EBA33A6DD88E25FC5E4789E327B5C4EB31F38FE113361778F -AB83FAF25846C120B9F736E7B20787433943C59479C25E9AA10D214B21787124 -957ABD244B6552774120AB36713C8C6AF10E28814D2D7A51E7398B3938C24C56 -C71744F3B12971254BE77D5A745EF3669334165B03D76C36F0FF812EF26C8151 -BF1704CC7371B93F33AAC76A711B8310D1127821A1FFFDDD8FAE90BD21146CFD -F9EFD6DEDE72B92081EC21EDA75F72A5189FE5D4E5C9B2EBB285C68CBA981A7B -A5017ABA6CD72A09F8A4785D818804C705474AA093070A8097C23B268539821E -394D03A0274CAABDB979CCA2CD6CEFE3D57E5A84A272E10623E46D074B712E66 -C68DAAAD526182FEEC8EDEC6DC53C137BF546FB656ADD87D6A3547C0C5E76ED5 -A3A36ACDEA11EF8C967057FDA95C75A307F0987872D32DF8AE7F898415C445F5 -DEBCC0840F950DEF271C2AE5C64D0D95A03CF9F3ADCDD7AD85EE972793A10AB5 -C7CF78AEFF83789809E4BA7CB4A6E8CB9FD662902DC3A9E07B269BDFD50DFC12 -4F7B39A7859811014CFAD4E338903A24BFE4A6B7A7D1C0129CE3677A4FCD7A97 -DE68E10087244C054B4515EDEA112C0B1960DC04D744B982344A8827D3C54E08 -70C61E912DE19181F291E8C43BB5EFD06473B1E329D7E6CC10EF66348419FCF1 -68D610AD54EDF93A63198A7F59ACE64057822D32FE2AC3332B378558B84362E4 -EEE47CE17142159ACCA45DB205C97B584688AED31E155BCEE23A844830E15028 -01710DBBA9D314FA757A0EB9B7E6D8256EAE8072CE393FABAB0794023D94BDA9 -CF08701880B9776EF841AAD7FD79F1B195DF1F1B94E189EF72E2DD020038E5E5 -DFA34033FD9285F16657CD0E934B462D048CDECDE07C64522AEE7F9F1A87D3B5 -FC1B6B51E00A1C424EA66E54409A235BA9E7046597AC6BAACECDC5C5893A6C67 -231E5DCB3A36E16FB647259D7B5954DCBDFB32E2345E5CD9E59D7A5EF480CECD -BB45B042634BE679DA5B931670D9F0ABCAA6B1040A790C65785FB8435322CA7B -8B7C1EA60E870A0D987142E459392766EC3B4A0FD4F8946CD700424EA9C76F4F -6F17D65EA4FF7C3B9EB69A8B64F7A39EE398F2CB54A47B6FC5AD0D1F2490EAC5 -CA5E3443B8B3BB30D7C825C2B504D97F169E8A99DEA1303DEBB37BB292C56311 -95BE320318774FE7E06EBB40A5951BDDAB1B3544586E41B66C2A8EAD37F31BAC -17C53FCAD939BB9DFB1AD9A58B7C02371AE9E7B328135BA51E2D86A87B11B648 -8CC270B15F14BEB26CE9B1682B7EB9F419EFD6787AB337F112F11B32D9B13192 -BC175B9274AE658ED5D3170912046BD19075A3F1BCA5B8282F69A76EA1BEA2F4 -191DA56EDBA5A9104B40FF56963D9CCB55408351665A33818D33C2D913F53F23 -73614B216F12DC1DFD2C99612A9AC94C084AD72EEFDE3173351C6584F8B059C7 -2671C242ED819DC9FD51305E675EFDE73DB4756AF169D424C12B506BFD6B8281 -FF6D31745B48E37938FB618995DF9B41D1D2542B317156247A61FFA508091C35 -DFCCE1215BD4BF484D8A8288F06FACF18051AABE54298398423062A66D6D9B97 -D45331C7397CE1447B260D12C83CA6B0E3ED4FF17403AF5E1BC90970FDD784FC -29AEC3218A28BB65FC821BE55DFF46BD09B67F76D5BB62701CDD64E40A960B08 -07358C1AADF3040DC9C587609ED4E5CE12D90AD9DFD2A6E40BEF3EA5E5A16F2C -FD5987D50A6895A59247A64D98AECD74FD2AD0D323A170A121E9E526BD5ED268 -0D29EFEA3483FAC56CBE5FD141899DAB435535FE7283A22C38C706B3D06044E3 -8F07EFC2A46CE195AE8B2E7A2CB3C95FF4EC6B9EB25FCA21BECE8BFF4EDE7109 -B28666199AA8AF3F410DD220F76EE3F0DCD55494E266F446B0314F7CB61CBDE2 -07609F1A733A5CC50CA1C820AAB29438A8DB3738251E7EC6C5BB28707CAC829C -01BDD7BBA231D9403BDBBD3753A5493D4A3E3E4366346524C14C7CAAD7CC50B7 -FC1D159AB6A7CBA56ECF43ABD6B1669178E47A3930A63C319D28EC4E01EA8908 -E29D318FA3E89678A93DA812AD8A730C0E93425DC30B3B86E4C4DB982301D182 -9EA2E39893760AEBBC4EBCD89F37DE58DD0EEB41CA47280700EFA1200BD8A7E0 -EFFE38D0F3AE5022EB7518954537E71B1A021E347F8F72A40CBD31268288BCEE -E80A666F922367F08E7BE7B0FB12F21FFF81A244D705D6A30461E0452F8DE567 -AC0AE270856D978E05ECC5A53BF95C4A6AD0A28E459170E9E0AAC375B5E912CE -CABCAA41AA8C6714B4B437313C5A3332C3C10F80D364F23DCEE77834834A42EB -8370E291A0D504BA74BEA3439D52A68628B4028789DF0E21CC9B7CA31A0BD294 -02C94628275F20986DFA1E8DB210538497CD93A216E07E811B04E9B6872A626B -38C60F77B3227E62530FFBE8146BEF9FD7B2F29E2376DE40D5CBF4FD994BB491 -6667180182F74F851C253D1DFAB3240BD14D08D1C6E6FC62B115A571BA0234EA -8AE388A8F248426DD92DD65C3A5CE468074E797BE6C6C85A788FD30001FFE54C -B9E80128DACAB4B6C9F66396BF2E95C7927A461049B1470F85E3AE08DA937950 -14356351E1AB5456E8633C323E2E53F8A2167CD6C98AF58A86E68B11E2E9DCA1 -279FE358870DE824CB4ACEE44AFBF25C6061EF34D1859F283AC3B77FB9C85362 -627A97A3831DF574A0134BD4311E91B6B9C40CD4BB98F8AC4FA5A9156E4637A4 -E89761B080BADB4085656BB9FDEA74F58D82CD923C821374C456F084BE920469 -340C12B6E481F2D9461D79AF2554326D728109D91A0EA5054AA1FEA517A1F3F5 -28AE922E8EEA363EAC6E9976BB66608BF85D0CF4E089C9A071189F2E7BB46D58 -EFF863EB545A0149628B25214B0ADEEF2D61DC4B4481856C59E737D6660128EE -9BA29B01D9F68B11E11DF621D0C5B4AE395B462BE75FD8D7365A2DC356BF9EE8 -3D71AC91DE6D737801385ECDE8B1FE46CAB2F8AFFC3B6B6DFFB0584339327304 -1095E0AE3C89755456E6E537EB368BBBC6FB9FCD709D7C25362CEE8CE6A0B022 -09E5B415647C7229EFCD15219C73DF7D85A556E2EA856570351FF37AD26FEB08 -975F745D06EE742616B002F3CB0DD107FF14A25D35113769E89136781B178A28 -4459C2BCB2AFB44D03B6F413EFB635BA86D1E12A50EC9149D3E9A14AA106A38C -5FD43E928055DA5440CD263E3E5A75F4A897F3E8F40F02D9094E857247B84DE5 -CAB332EEA74CDB04E2BB30C2B63E2F69CBBF1D86D06E26BB11BD49A5BC88FE6B -5077FEE37FF51B05ADAE17B7AD93B5A992BD1EF3B472303F4C69A9435723C073 -9A4487C78FBA21E66C1674D93343D824D6CB1A4B0CF1820F43E1E5E088DFFF6A -2AFBB1CF5628C70D89FEB157DF2FF7C0D585A82AA6040535D0815F9D0AC702CA -E74678F67ED15870C75C6AEB923670E968507555C917AA84CF1A83E5E400B375 -A6C71200898980F41B5C7AE192BAB5695234DB76C17511B810E2C5C2226E6E21 -9AEA5A4BE20D847AC1767D6824F7CF2A98F8FEF9D4C58B53C15C80BC076F81FE -572D2E069036EBB45806D1961B5C493C5F6F83F261F42BB949CA2A1E1CF7E96F -5E9554C782F446356B44055A48F11418F0000D0E754ED230F914354C07CFDDB7 -FF17EEBB24037CA79CCF613C3205636FC4DB3A8D3D61A728D4CC9C66C8D7D1FC -9177F8FDB3D8DF0B0CC830C67BAA5D443DCD152D350D9360A3DFB871CCA97342 -D842DE1A3975FD7DF4C9873594B32C70A9DD7C2AF0112B38EE0EAB76DD96DCC7 -8E9CBE8F1CEA9387C3108EF6FD19628647F9CE7956D4641265BCA47705E827BD -3274CA5017175D8C3C6493DD14D524B175B33551EDCF8FCD5FBE4DC2D5B30373 -BDD4ECBC4259ECC434418DB7C0987DD5076617982191766E2ECC66AC4A31810D -A3E653F0CAEADF251BEE226E5E362A7CDD5866A35B405AACB9F9BF68228A6F1E -BE05095643EF +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2D43A151FEE81296FBE +0CF37DF6A338C826464BA5198991445EC4BE80971DB687336AE8F74B516E333D +2D8AB74D362C559AAE6ACFAE49AEEF4F52E28C869222C1301D041E7A0BC1B608 +1BF728EF9E98F3A12EB2714E7F16B14E055FE1FA0EEFB058860ACADEDA9D0E4C +42E3C6F1E4869471BFAA3760175F3FBD842755A9D7847EBF605F18293B42F557 +FBE2715002669091BB033E1AAD657532F34F7C66E4F04D63ABB07E6CB9D9AEAE +78EDE8B79DD9BC87A1FF445EAA05B5572BB880E69F4DE1F82D7F0E9980AB0C18 +22C448B0B1722D3CC33C56FF287CECB80658B3AF5E7675BE82CEFF3DAD5942EE +A03C955FF979E41E54BCFB5316A9AB8945C403A73180D0961416EC9C92F49811 +4B91BC4C788392994587517718521E416D469F69952149FF7F9224377EBA1065 +4A727BF806A112A7B45B0A1BA1D5A23683960575368D9EAC8C04753BF7465AF7 +95F25C258C63E4FDFFD0B412FD381946AA38C0B961652BCEC30322C47BF4755D +9F91880688AF066E32FFB22E1A52DE741307AD3ED830D6BAA1D1F562919666DC +5E8FD9862AC8600B0AE0BC7FC779252AAC57248744ACC8A8AAFA836BCF09B0DF +9253DFBB1CB77EA8A59D42D1B18FF25E9AED72FA62FEC3F126F030F5D7DED9C3 +CF60FE890BA4A48E39E687BFFAEAB96AE542A6387F6624486037C8924002A511 +BEE5FBFD780AC1D4BEC3FBC47A930BAD0280D444259528B6C565DE11DE36BB65 +9BADC55C1EDA1A80458E98896D782DFB5C137897419602809F9BF8CA39F00C68 +EFB9E076FB324C2963F23CBFED28B9EF70EAA4E4B903225D1F199A7162AB239A +D92D71C18B1B682D04C6A48926275BCB16D413B2A0E953E1257E0B12D8B717CE +2EC84CFBC046A4338A69F454A469B12118E562B4F56C5FFB3CA5D357513E6FFE +947A564B229C7FD873057D5C7CDF03E958294A1003B37D8DF565A70A00A3734B +0138AE5277D383D10C2BD853EF806D3CCDC47739F0E374A3DF3B63638B949ED6 +4EC25869DC1C0B1F4DBDFFCC97382841D8F10F3635C792139A1EC462FDBA379C +BE0990CA2E70FE73137AFBBF30CA54954D7E7377CC50BDD780DDD4C7FDC77AD2 +F3EB1169F14A0041F18160F43C24FAF556DB5D621709FBC544CE55424F7446D4 +6AC07A51C8CD5161AB0AD5084A96FB35D77F1CA155147DEF8D7A590EA6939514 +D4A226588295CE0007BA8A550895511C8D80BBE5CDFB8A50D249C3BDCA974415 +F5557914A9B805782F399E4078DDB6264F1A49A9A5BA45E284A5196E9828EBA8 +481D357B8D9E6ECA631A6204439FDFACE7D7E6A2392726107CB7D2517CD19A24 +FBE592C119626DB221BBB635B6EB84845C16A9585282E34958B961F4A543AF9D +419B6A9105BF185FC767712D923437BE08A9C0EB92AB6792DBDC671029B6FCA6 +7F717FCE379C0F3B51C6CF042A762ED04898FBB4B0105C3C4ADDDC18C51BAA3B +70A93666669547081D9246732CFF74C83EE90DA17F5B4F8BAF47FE4D81590988 +2858C9B96071341FA0A0D23BDD4947FC9BC2297913CFBD4FD6CA4303AB3179AE +0203F1BD502065F90CE9BEA3B52DAFE4A29446082EA0E6B1D7AF1F31D0AD02CC +9A7FACE2CA86E5FE0F6A425B28A5940ECA306891CECDB3CFC7A5BBC76B5D9E8A +C754379ADE80B4D72CE493010317BF21A0CF4A0A55C1246218839DCA3F4D626D +1F4161D38F54AD5142C1CEE95C61D8BB10FAD4B772F4955777AFDE8AE5A837C2 +A2BBB11D0BF5DA2E63D0B75ED421DBA9C789B281B01846B65DC572BA69591969 +21265DB722AE86BD8CAA3D887C975A617ACEDDFB7AAB341F47532AC0F354A530 +7662C089DA3939588774FFA16FC4A52555DED6D6F51DE718BF5F345C23C90198 +17B77CB8B5D53A5CE7A79F3E286B6A59F3F6178AC8BF15C0A15C1A8A95D03B60 +30EBE53DE328CE085CD9A1D49C69AA299C5B58B24334A546F6E274C1B534DC8F +3289553F560C2F81E413ADB92FA0E7DD1C2F39D5FD268EBA97AB7335ECF28257 +96B4EADB7D0778706CB41C7E9C882760E7670936774A1088FFB2011115FDADB3 +B69EBD5108760762521C25C968C3E282DC3400001AC8FB1EA27FF643E3025950 +1D617BB8BB321281708E496277E11DD3AE0023DA9F25AD06B39C7CF527FED27B +57397E88D3DF70EE4FCCEFC8A0927D6B05517E571B3E70ECC99F3CBA32CCD4DE +B8BF22626B6C94FE65598A88AB90D238461EBD9A098DADEA4091AF1CDD7560EC +8E1B9BC2321686E1759E6B8A270C8CB4A254F7368039602EAEAB86ED21CDED91 +8F2DB9889F46981C494C7EAF5E819B91C129F0740B8002B510014985E5791F59 +B16879CC6521D8E9F1C4C1890AC85A78022BE614BEFF318AB2616F0C3F02405E +BB425D1555472A2642BA7686E431DC3FB8A1688B76660D9957C3FDE8D58109AC +21B1234C9DDF3F0FAF93BCF7B2F88A001F23162E1A13E5E9118D51B485B70A91 +D0CBC39CF44413FD8686D9030782DAB58064F5B987E0402AF5B264B17BD31BD4 +FDF63951BECD73ACA6138854EF35B062D01F33073850D9C09A818828C581241F +A625AB3638081DD0F00F946BE5450D38489CECEA4E66B4D85CC8AE0157E2AEE4 +A22A9313829F24D573101D84CC1784D1CED7DFAD5DD966601370C6CCBB723082 +A86BBAF0A5D867D0D2E3CA16E14E5109A29EF02649C47E12E88B3B397D65CACA +DEB9940B92100744D686066F8250FF30E5F13D81428EE238A2E4E07ACE0F5C38 +7D79D4A336D0D26AF9C2B84088ED8ECDF94A1E3FADB45AFDAB46CAD6FF950B0F +07AA2CDF82374DA76C56D29C80138841EB13F0D02ADD32F88B23E282ECC845F9 +BB9AAECE9CDC644AC2D49577A92307A83A99434F6493156DF25DBF0FCF2EC21E +8C50A312C3D19E0609C0038554CF4FEF3ACEB7A833FD54B06EF0D617C2971C89 +E4C06075B09B84A4F78A82152B9A9C540B1D881313C2C74F20ED064A9606EC2C +B56D7BB4797F1EEF4A9B13579CCF311FA4A4DFA62D80FDB7F535CC6526D1AAE5 +45C008EAF024B48C377522F74D939A475970533E645B1BFA81997549AFF26F67 +2AAE6C2EFA357DB3B525276EF330905688777057F4E4CBF584520A534A8587E5 +5A8360891E75A15205E8ADAC4A4E5A6E27D0C4A7D492216E4BC023AB027F37AF +A8DC7579BA50204D5F45A51460C5BD8A5A7F87668CA6451137F2F59E117BBE28 +5C40820882A5546FA76F0CF49F8A6EC445F0647CC3227C400F56E7E9B84A6975 +E85E243CC1666DBAFF4E07EEAF3AF71BDACB30DAEA792F2B8504CAB071544F01 +5D66243D529C479D276FE22F7E275D9E7FA9C6EECA18716B2F213916E32C1D94 +6E32397B41AC6779543218E506569E3544803BBF9B404A983EBA62A494187B30 +8D3DFA4E1237A2E5E08224A60492C09ADAD8775B7CDB830520829BA164209ACB +BCDEB2D574CEBFB7AE4BE72DF4EB1945FEF2458761AD8DCC0D378AEB7DA002C6 +9C14A665DAAA532B0ABA98D7BFB5A6151FF6703385AF7AE8FD315A492FCCDBCB +B825707F9566B3B4943A3C61C3DEFDC31A843A2D67AB06891F3E110DD8C73D3B +B5E4151B51D9F13905D7D94DB9ABBFCAF35F43B6EEE256B1A80ED6D1739D8D5E +8C767F6F0E8704C5345D028A2A6DAFD9BB7AA048B8B895FE9423A7ACE858BADD +595CB074A128DAFE08FDFFD6BDAC0114159A702FDCBF8013804B0CAEAD7AF38E +FAF086A3248AD4FCA1401A85AE2F72E3E6956DC0996FE8ADB18F89B14A208A15 +13F81AF73D0DB72F78C4DA634ADE3C73756CAE6AF2E149C26316DFD93370BE1A +FB4A79F77A67C07CB0A53C78367F21661D4AFE9E27328E077B522B50FD9AE2E3 +DA087BE481515B5DD7BF894A96A84A6C78874100505B7DDE1D22EFCE8D58B3AB +313AB5495F72E2CA4E6AE22C0CB854302B9990372F1661D9F0A517F90686F248 +C5643008B3D29F7296E5C8FD4049886662EFDD4106E17C879F5D41CE84F87E89 +F6A3117C968B95A35940CC29C43E1E0DEF51C1E46B676301F40D59615C3F73DD +DE37B72FF7105DB84227DA5241583272AB1C3CD97AE11C1EE98FFDB5E5F44844 +8FC41BEA5C54B26341AFF6830D9D0A5A2901B0653D8BD0746838194D240FF753 +E99750D3383373F453723D86BE97B571B8B84D8696089B5CFDD53E6C562A2197 +A8C4FB0CC690C27761A816B441029D3D306245052E0C41B53025D8CB7267CFE3 +C17FDFE348E765326F91AEB700CC49162DF748171214252CBC821493DD01AA20 +417D66DF47EBEFFF3E9BB2B0A2BE7D9B8C68BD570FC2EB0FA54CECC318F04C43 +19598BDE93F2F13DC7847354C99059AB20593EE51E94F9D4E9241869D605AAF4 +9D9B5FD88C3798A039A67993C5EC68B6326B132E647F67EACCA7F7AE7F718D85 +12666E90D7C73EF210E344964A38228B236679A2B18F5E081234CAA2458F8D83 +3F0CA308D19663CB12EB904076EF88E556407C33C9380A6A3D68A9EFE65387C1 +A1BCD2D26DFD2AC0881EC30E81C0A4E76C244A2BD822EE88C4A60B480D107E68 +90E419A1F512E865BA922A7830909BC2611A80931CB2E9344529586726614D94 +3AC5200FB9FF68AD9686506C5EFA8788C0AD0251AFE7F95E84683380CDB421C5 +B1A783B6D5F3A6BD1BC1C14B363DB01C87C0796DCDD5BECF41A1A9F43183CF6B +82C2AE49F0BFDC5DEF7729F2E638EE6EA9E4D059EB9BB1B992AD8C82D501A550 +1BF73CBBFE740179B54E193E84A55DCD61B343C1852780FFB44248FC9426AC94 +AA2B3FE20FBA30F6C4D1E0FF3EDCDD8C0F57CCB50CDB0EFE2E04A8927E239C1D +9B026C7929BB48461D4D695FFC766C8A0E545B1BCC2AA068D1865333108E7985 +2D93F9B00EA0A90939D0D3840D59B6CC0CE2C147B2E1A9A4F14270FE3ACF51D5 +99F7349106165AD627CBBB0ABA01ECC6D3A14C1DC1ED23A9DB9865BB4396C51A +31ECD001EAC94B33C34E29C5611148EF3E55DD61813470B8F3CE32564C749414 +3C93C77EA5A3538A0B5AE3FC4DA32813B06772E0E48E25BB39F3F6FDCC077E86 +F86FA50E18FD19EB2F37311CE87F18F3BC85CE7FD71CA92D5C3264E34E04A2E5 +70C79D99F54D6C6D9D527AE45EBB48411221134587D2253E7C8ED7658EDCA34E +5E768DD14E0200470F73C44D006CE8CB35DE1CA3EC10ADC668B0662A7774C891 +84EC95A31DD872F0728D9F65CA80940080E04630BE4DEC77A2C49E3913C39978 +BF145F8832AF2C4385EBCDB15F9D32C22CBA0CF950877717D6F1591D7C0B8047 +8C9BFCB16AF7124ED83137695F3D69228DB633053208C29E0ABA1B06A7FB3EE7 +5625CB44927E2DA6E038A6E62DEBDA2D96A03177982D8FA33BAAF4426E05F4B7 +9C1748B3FF7691F9888E7FF864A10B9DF761A41E6B5CFAD2BDD7E1C4924AC97B +F4B352705316DD1A58637CC12D71C18A5CA691AB2AA8F171590EC24582B1123E +94D4DC587D8F99E18A711776BF4013C96446BFECFEE4C809EA94B169088024DE +0CBD20199A915AA406F0BD5F3D63D1467C49B4691AEBBB35ED6624F2D7BB74BC +E80FD92B9FD04DD9C2BE9B6FD29EC7EC07FAB447511C61DD299C783BC09AE2A4 +7B3CBCA6A20C6631D06D0B2E2482A50612BB7C29B7E7D0A205EB0E8436702581 +596BC996ABD58CD8D5BAAE4B1478195CAFF98FE0141287296C4EFB8D2E7A8442 +F0A3AA9F9264329982532295A176BA1867EF732BBAC49AF485D9D0F7130F617E +7F7DEEF935874D55A22240F8EDE4F247D5F73481373A392D40A8076BD91079E1 +1CE5998BA13D48D56B49A92B4A18430E316405D2E2E391B496A1934671FF1785 +AF42BA3B2D14B8E04014437FD194455C50289DFBA61B5C377BCBDADA48E82DEE +4E70EF5E9DC03064907BCB8BE4D59DE069FB0C0CB140DA54708E630767313F9F +744594AD8A499CFEF733E640A11FD74E46A749F9C7D18D49251BF85C6EB4668D +67598C31A8F90922FEAEAD4B83B6E7184567DC798E4BA1C4C9B3461A478D63CA +054F13B502DACB674EB49D6BB935E5EC82BF99FDA7D47C581AD7F940DF4FC6FA +6C6D25D647033AC69505F0CAC58DE99087F365531A6283CB89CB644688963C3B +8B2203A94294E58739EF23C7803630A1F9121D62BE1977DE2F41687C8CAF87FE +CBD7AD3B98E0D95C8C6E1A7CCB0E09465AA874DC90A0F5DB2C5E7C130297FD39 +EFE63B0350B5139D09E6864D22C3F1150B29196E40EEF9723E71158B7ECFB8E4 +C426FEDCD439420B7F1C251FADA347C9A2C49738B5A17922E1EA93CA7B125B76 +57449EAA9C1D591CAD327D0E98EF2D44D614EE9ED49DD31ACAC0B956620B6BA5 +5BF6D08CA7541059D5ED2EF00AE2EE95488F5645BF6837D9241C0D3959B7580F +C9ECB2BCF3E65C07D52EC9CFB21C11CD4C883E44C173214C900C44D2E1E43DD1 +CE8DFE3DA93C38B548BC4EC46FF91F30CFB97525E1FD4E77686433B20BABF8D2 +848C1CDF1BCF185CFD7A81D2D4BB826E837E2AF35CFC4F419F698DB0C43E9F9C +B0FB628AC9A3CBE9B1FF4A067016E70333E78B32AB2D89C483834B31F5808FDB +77492E099F1504DABCA5722C7860CDCEDB2DDEB512FFCC7D287F4945FD711F28 +87BC3D36173566B81FC2C1290C717A09697DAC6072408E20926D39270121CE58 +3EF97CE12EDD7F87F2C8CFE36C3C0400869C0D813B71C425343EE0CDF717BDD8 +409D5297D0F8F7FDEB0257C0A391F5635E0DB1116058942FF3E7C94D5F2873A7 +A3B0ADAFC3835AF2BE474E6741319BC6695FB37F59AEE388F81F6E66F910000B +72E6BA7531B4378CEFEEDC79CCF4947BA1703823B5AB4F4AD73D9615C66C489D +99D68E49C9BF765B7FC547BAB9640D51D5A7A2396507AB5A4DFF3D14F52422CD +8FCFEAA06A56C6C7FFCD29C9A7A59DDD2A909A9363FE5F1E9629616D25ED38CB +E754C059E4379318CC491C3B1A90128693AC53F80F8210FAEA7EE638902A7D3C +82B95B3F5AE340EC1B648DBB9FB679D6E80B7F426D8671FE7136D97F51E2D2F3 +C9CE9183E4061CA40091A2A70DBB9ECBB19CE3F65ADD0FB346B54BAB182E2CD0 +EAF4C0F402C25573FB344EA771B297BEB615FCD0595172E84ED2A62FF8962634 +23C19076C2A9ECEED5135994EB397303A9619C76DC55E032DA83FBA441BD484A +59F70A5110A8927F6239A14D4E223E189A5462E4A92EAEFFA4B961A2A32B320F +C2B4E8C1821FA67A655B5042C15E4DE1FB3652B55078DB123573C4E986B19DB0 +1C5131F3DFAB271C30A5476B4A19D8FC922E31879C34BAED94C07A4841B8209C +403369FB8E842610D1EB4662B6171A4465FD0E819964F62EC5B0ADC92F08CF90 +1DE0B410FFBAD16F6D355E8AD72CCF67961EDB6CDA82398021007C2D0462E893 +75EB0710AE4A6CDD15077C9DEFC5774EF4A657734D703CE42174259B58E5277E +0DF26BF59AF8D1A3E7DC12E3C12AA4B67CF35B19962F6950C2020B698D971B35 +82FF84E72F72FBB0C54A112BADBAE6C4CAA358BDE6A705AB59332C3850CA3D25 +C7564499BC1319121CE0D93218210C68080AFF33420E3CB3A48BF9EB66BC07C8 +A79D8CD8E78C200FF7CFA3DAED0B9E87E6141C88B436D8FCBA50AC195FCBB9BC +9512B95FE3A37FFAAB39850FCEBD4D50A243EA416E73F53B4B00F3B6EAE0CA06 +0693AFFEF215D00BFCAD02E45496D7C8F5E99EB9096FC4300D038C1AFD31EC4C +5ACA6B72C1BE7204E37A4CBBCB1EC26AB87F2FF82DE20601025169A5FBD2D060 +62B5B2DBC288C79C33B596832AA18D730AD572C6EDFABCBD36DEA87C0F323C3D +6E537AD3B43C6F3A905597570A8C6B0B4A5E08C08EAFF9731E745F2BA8ED0C0E +1ADF7821CFCD4E38F3F4C243CAD31D9F8FC68B9043740852B4CCBDD37BF728E5 +648215961FA82A0C847ADCC5187331D0863A4573BE520C02CAE14AED4F06B3F1 +FB4A318AB54CD86DEC824707B29F858FD726A167F2333855C0575EAF4EBEA0B6 +754B1775F967140641FC06F82B191244186FF347A351FBD8FA62E8C978B21F6A +E124929876488AFA97FAD262BE3D172E2F03F564F1325C9F1E050C83C12E0CE3 +C7F58270B5C40B46B3F592FB41FFB7F59EBD69B2F489441E398FEF7F84C85055 +531D95FD21629B0E509C2FCEE995D025BAD5D3F28CDBA5CD414405ACBD936C3F +AA4CB2620D7426002161F983AE95E542EB8553AFF7E57B82E05FDD5FC433E1DB +BBCFFB1ED92299DB0291CAB10A84529B7FE279C62628A24A2FC36B01976E13A9 +C528A198B8EC8654AD69CCB5C209964A2B25D6DA9BA0FFB366D19D8C69701D7E +8ECBEA88569601C80ACCC2D5487DDBDC27DC463A53A8E59F9EC17D0ECB7D2188 +B6CEC6BBCEE631DBB9959A9855B997481B5D88B8BA29995053CF42C5518A3E8C +AD21553A0F6BC3483624B013D3537F7C85D7C558A9C772554CFC1C3FE7A70633 +318A9B3BD51D8EF07C07A46570BE9A9EB9AF9FF7F40C8BA5659D187746F927E2 +14FA6357E975CFA1BBB89680A54128A0B197DB83162022D502A1055F9827AB5F +F346430D6024149BB7813576FD19E68549C29B14AA12075BF99C1CE209F07985 +2F4C60F98123201EC8D68759621797FB1464BB177CEF65B388CC7EAFBC24A403 +A9C096E4DD067318454CE41837078359896AE11ADBA50B29AB963635D4AD7405 +ED9EC24FFC362BA4588CD6DCD7D7D0A35CDF30CB67739DE9F77290AE5FEC6402 +82153341BC606532642580362A911468A594EC136722F83922BCEB5C53F7CB1B +12BA2438CFEADF73324972D29E6032D814FE1FFDECF32B0C2BE0A1CB8A85F659 +500B60D8BDF438DD07C0FEA9FC6818527B32A18E9CBB2C3DF135C860CCA0FAB3 +45131E1F954356B887E43B9F8AF82C50DA5D44EE235C16F90F373A2C34559FD5 +5886741463E26AD6193A9794D71B6F1B2D360F701F90C2454B882F4421A531D3 +3784569C42A220265EB892DE482C8FB5537B510BC350926FDDC2BB94593BC9C4 +12D6F3FC56F515D115A58FFF1982ED09286B2627C754B79F46011C0637B14B7C +F9C8148F5F17FB678A7596C9C018A0545C61A97E93DF8E927EFA5BCF6059D63E +E94D7C9D83B713F94D9021BC708CDC46E434C8E77109DCEB569305789E20485F +CBB56F396B5C94646B5CED0623606D461E0CC2E65DB661D57D60B7E2A79FE78E +A0964D1E33F74FC489433F2F10B48572529411D04F88680A9603625A931651FF +AA669D94CB7F4AD193B7E048B29951D318BB43D302AA5EF7850958645716E29E +8440D8164818744CF540A4D8535CD9FBE5DC095052AAB9EEE73C7BDCDD8299C8 +1AB650BCE25AF5C256D2C657941FDC5BDC0C101C576AC423FC962A914EF1E102 +7B97ADB561B51535DDF8E6E221D345794A949A0D053839528CD599423263089A +2C0AE5C29C293C4BE10A6FAE120AA28B9CF485FB9A6671DE2EE4B3784757FF0D +4973035F2F4CCC1164D33B701BE9477E499E4DD636738C1D2D6B9A5A437CC659 +44689400064786A3C1FAF98B129630461D74B5310C5CD750C500A48F2E0F8AFB +2EF8A896B712D193A3BC7B6EC64908AC30D0FE092E11A034ABA5EEEC56FD1967 +B58D0F6E9E94165746D5835B146A8EAF70D1991701B64C070361E2CA891B7871 +63C9061637C4E563CF24B008A4D1E3457A167D578612FE8226B2FD08185CA0FA +35ACCF42636B4F3C0CE9DCED66A0268DF8062325CF7BCE2CE2325D55E271040F +55D2BB2B73A75A0A18EE7E29F1FF4B33B803A2CB0CADC3F453858BED5EF9C488 +39A6876DC138C10EB0E6AB5C4A14E3A6335F06F1F2CEEA31540FD396D3CE6AC5 +13A9B67CF064C75077D3817CA0E7DBAEF6933A759FD0B0ED0658B5A731F68F22 +644051FA0854CA9704A2F477EE781EE42480EE217B0D1BFB784D3E6A2222A182 +45F4A9295C89ED8B9AE04FB8460C9EE251B695E576C6E06AC2522FEAFC10A036 +45AAE23B43843F1756EAA3BB808F164D06A29DEAD8EF1DDE5521FC83DD073E75 +024EB42734F1B288822C5611619549303DF8C25ECED5808C9DF188801827AFB3 +F37A43352667CAD38837A6B84D84FC0D65863697E4673871AAFFA313E5130A88 +A4703423C69E7810D27D23A0A79FBCAF533B2783A88BDAE0409FCA14C20ACF2C +595F3E8F7A947505A46503F106FAF16CC6643E72AC07C423EA56F1D9FF7436FA +C385F8343E42506A88B15F577613492776A9BF605A79F614A4792ACFC2204EA5 +25820DBC9606E1A2181ACCA57A90247A84526AA4130BDD57B578CDFE813F9464 +CF5AFD3496CB678D357635BD2D25DF4DD5AF035AFDA7F3A8AAB687F00606AAF2 +8F6595F46F3AAD15FE866F5836A00A8A2C68F7ED2753440C61C6EBE4B331AA62 +3C69421749E6E8D23DEB7926E9F4A872E86069F9171CB47FE79749484D70D0FA +BD3046425124638E087A820367E1855346028300F6B5A4A719286C10BBA038BB +DCAC9C40068C1AE1DD30196A9AC610DF1B59236B9AD1083A2E6D37470DB31F0F +0A0885E24566902A17F06039741A750FCB21CD8AAE8BDFDF037F329F39A8CEFA +4DAE9AF3759C76CB9A46250CC22BE91AAF91F9C97ED892F1A55E037E85A4D2ED +F30DC959E4B9439A1F0DC6E6717604D46B954B9218FF9FE71BC6170AAC6C4EA6 +17E08D5C5AD2069AA472F4F027A7C1A5DB8285BA0F7E7D23BE7C845CAED56D12 +DFC29ACF72E050F631C1D512658D083B085744584209E9E1B0706A6C37F0AEAB +AA81D5F01D3491ABBB04F0898EAB2E8DAEB87DF0817140BA42D67D68E340A229 +12C4A15BED8ECBD45699C7A2D44C1E799F437CA0C73F29A4187E57B27B0FFFA8 +B058C4E86433F9DFC2BE336F9E3458868B24246958FD68E44DCCAF41A0A3F869 +181549E04F3B32F918AA0A5DAC4D9EDA5B443191DBAC4A1831AD083BFF9D1A6A +1529DB367DF80F8B193CE9CB7BC1C52A710D9188670D3864EA8F98FB9A85B98A +1746952332E9C04019FA5CD7F6FCD5C5DF8BD011660254889C9961F44CF299FA +341431EF70D3ADC9C99BC97C804325EC592C620462A7248A2A7060B0112C97C8 +05067DE0A4A084E743723E53F81E57CCAD627D6BAA6104A2F2464A67324C6377 +7CD9309A2760246037EE199C72417E7357BE94BC3C8EA02134A35275695660BC +6371F5455DCD8D46BBBDFDB22B7C74A8848DB98A5C3C242DB9A57F3057B88B1A +9101D4D9C505D304FA45D3EBD755CD46908169130DFB5CDE625E213FEA578968 +F1CB46DB5C7345827CA0E7DBAEF6933A7587A15DEFAB55893F1D368F6ECB44D9 +84B34C300DFC08A2439F48A141A403736F433C868B275ECBAAEF5D9F22EFCFBE +7BFF416B665637E5A786053A1C50EFA1C11DC02D9AA2AE01BE0BDF75FA41D3D6 +C6A24353B52182F234045F7F9284FF5C8E5C48FF2E02CCF47472299A88EA0CCF +541DD9B61063E12126FE779B3E82570A1013CF218B8A9B5C231F3FC7A2C6C369 +CB8B4920FD721C6691400A300A8815BD4D102C4A9A7076002A0BD37D6B903D2A +875797128CB632A841417BD7D6B70A8979612C3ABA33608109C13E7BB9EE9CA1 +69A4E94594F9B383A72597E048F00DC09B25AB01CE2D56EC3EF1456072E71905 +9A8DBBCC43EEAA3A4A47510FBD7E30CD506A9D2D1F44499520033AA061785E3B +E8814B02636BB1A07786F076528047380C61174B485E675C7A78F4656126319A +A19824E4BD9A0F2B24CF3BFA1EED0EAD46376C5230D37DE272BEAFF9C1110A53 +44751A2B3E4187F8E56201B40407019A28744A364469E7CF95D3EF3446C2BA0F +7AC469AA11420A0CA2D15D1D11804B67EA9C6E2AA0EB882902151A2950953A15 +C09250AEB15248620A7816B407967C9AA03B3E1B1402F5C969023314C9CE5EE0 +D833625E1F63E21F8035B3468AA223BD428DB21429E9C8B9C597DBF278CDD790 +E2AEBF17ED8C071A181106BD2DB510EEDF80FA65BBA36C699C3CE7E0D1BA84E3 +47AAD094A56DE26045AC95605C67FF15F22DE6C9243D965F6C482B4800B11992 +252B97EA2A33F8C048B9D52CC751DC70F80A693FF4EADA15F7E8C2A6214B3D80 +85965849DF70E0FD2970F5F32F26CE4E7839D2991F8F53958E735FDD2CEF13A5 +1138CAD940814B0004A961214712DDB5CA8EA47ADD1870F89489BF81ECF3DD06 +1720F9C10F47FB671C91A75BA16E3A6277B55019E2E782D7E7845E3B42FF193A +02193887D55F92A62DF4EEFFC90906B94EEAA70D0E9BF04B584B0BAF712A10B5 +8AA064E99979E3F1DE500DA7AE01D99CDF57324F19ECB6C14BCF53A82C0C9065 +B737E92093261DB7DDEC47C8F15EB8F6A0FB82A6FDD5E0FA5FE2B213AB001136 +0B4D3ED785EC768C32435771E0970B48C1CB89919BA82DF3F300A374DAD7F431 +B8CD7A059BB63D92E82D30C9BDD7C5EE67F7DE0D0644832CFEBF9E11A9958684 +75A67196A917927E3E327531C000B6F7071CF8FB2D5E3009EDE8F81D31332321 +193E8219BA5A84937F176ED745D84DB368F56C0C5255403FF1F32EE9F7C9D8B1 +C1F084E2F9A35C4CBE302F096907168D71967BD4D36B4B449E8D49085ACB83B1 +6006D9B5E32649C30E93C2FA420234B5C3EE4E46776DFE6A7FF822DFA0442CBD +D94493FAC8C742FE252033F2AFBCD35E1B55D0922D254593FEADCEC97987E764 +FC8DFB65C7E5933D409ED9D1CFE1AAA844261445F5F3F64FD4677BFCB3215440 +5D5EC8EBE806DC02783F569E622F11A8501821529A6A727845F9E61718233699 +D9219314894899D6DB23CB27C39714E81604C814298B2A28D31D9AEF7EB22920 +0869B91CBEF325B5F68E5AEDF763B8463095E92AABDAEB4044412AF762F9A9F5 +1A7E88A6716F0BE6F1D7E995063F745B4893E60CB7AD8E769E0B2FF7F7722EB4 +8E8FCA91692E5DD88E5BE719E3AC333B04C2F105DF634961E892CD5EE29B602C +E7C90B20F3C771B64309246E7884FD192BDD36A00A5EE21A998B0F6305CFB2DA +E1C859163CE12EC95C07697991480A023D5D517395576130FBD5A05D5022DE27 +DFFDBE29ED2E3933C0099E1C109853D0A6755AC91DEB830014D90D7547DB944B +207C9A26F7ADE16F0E75EED7E5C23465991B345E9DA2132F37C5D107E0631C7F +FEF074149BDCF47634AD569C70E1373EFD0054F16B6CFA0FF640DAFED4A712AD +35FDA7D1BAF43A9391885583F942E60D15B9A8ED408F681BADA7466846D3821D +EA3A8BEE5D3186B1DF91ABCBE79FB79005B0EC667FE79CC010A3C98D6F911A7A +BC245B9A58E2FD6A46E328831978C1999BD3009A3AB0BF788FC6CCD3C8F1855B +B4EA10928E13F39F3D33819BAB71A992EF5AB377A20F2986CD5A90ECCD3EAA8E +10E29ECCE734FE3A163F9CDA48FDF76953F157A21503035FE9625CE4FB887AB7 +3C3E34B7875E207EF6E08D0E1059F834C320DF10EE198C0DAC0A4245D5CC8FD9 +1D2AE52863A9467998DC25E343AE93F80281DAF3492EABF7C1632EEC0417FB58 +8B4A49A63BC8FBD4765DED627264269362BF1999B6EB8166EA2C61CA8B0FC1B5 +DBB3849D18CF879E37F6924C5AFB06B57AB44165C6D8FD9A696C594B95E3A8F2 +89E9BF9F929A1385F588E8A4DE56AD0CB9ED4B448D17CB58A46467AE441D380F +87D679CDF5EC130C1C05C1DE4D4DAADA324DB77BD9DCA4ECB2FB6C9109C418D5 +4AE78A576E901813A732F468CF58165229E3EC36D8410272FE04D9C4FAEB5CED +4C6B05533D1605642F9926DD865B6BFBC0F6BF1B1838B07469E3222A70113840 +316DC1A846AF37A0F6A43D60183DAB87FFFF8EC83B1A972189836E097293859C +9918975402FB2A35D6021C0601CCC787B441B39ADC76516801EC6C4BAFA66B74 +85E528C2F9C53B0BE3BE4486F9E703CBD0A0528267FBBA04B80731E7DE4C2829 +8AA3D9FB02195800EADDA1400581B46307438F1202C349236894BECAC7F96D9E +31C0740AD271A80E99285B00332BDE5FE5C241332199234C4FDA147EF8111070 +2580F25F66A5D681C798780EC6DB2105F6582F2C47E86400D5174481A40762FC +1F4B51FBD5CD958AC961910973B90E70B3CCB7459DD92FE59B73A06947C53858 +62A1BFB56DB1C0AE6CCEEA36E983C641A1D70B0F4C5BB248255F7187330A6230 +B09E064C35A2637E560DD8A8067AD2169FEEAC5CF5E2F3ECC85368D411380774 +DB7490FD4729B4F99B42D6E93DF433CA68631607FBFBCA552510CA38013F3C47 +84E4409F2FF98CAB0824954E165F3CC432C7C1F8D1D31D8DA71C97C84CBC5585 +595D4E450F1AC05F73A95EAC908CA6A9F5E17D244E003FE3B7F62AAC3B7D10A7 +5F512EA6819A268A1A2D7256CB3FB18B1E9E71AA2CAEDB2D903654C248BD0CB9 +AE52C85B4DF905846C4D940DD216F8FB7A7F2B94111B1E6DB8498C0EDAA9F293 +E7E4545B0CDD24FCC265099BAC1B4444AD73E43BED6E77D02354CD80B3A897AD +58902CD8E6AFA1314FA06B140B1FDD7E95D2069D194B62A265321D130A33D82B +931763A12F0E197F45B49672015BD9F0C9F95F68567754E33831A8CD5E609F06 +E69312BC21ED90DF32518F8B8EEDF245966BBAA492ED3E9A192920B6990F53A8 +CA9FF2003A458C0A6B58A9D69B6A72F63DE476AC339BEF4EFE364939BD3ACC48 +01D841C4DDAA1AD76695B9B9DFA829DDCD3C3C825353026757381ED9A699B791 +199B1794C04C8EA083F882EC192633F8CADC948473704E77744FD0FB105EBB53 +A1792F074389B10CDDB9DEA4C8B678D73567ED7113754380DCD45EFF32572F9C +6484F22F7C3C92BF1106171CDC359BB6B6AD83F76CFDCB647E53E374BB8F5829 +0D09191F8E0EEA8B90979E9DEEC45BFB96F055A479EDE5429844D43FAF41B1D0 +A998CDABF6C62203BE4C02627BFADA5B1927C945A291FF9B6237B9A2ECEDC450 +1CA46AC1F1EB49566F2A55EA8C265D3009A591B5C2D311A70B555B32A7C6EE35 +68461DDE4D36842FEC123DB4C6DFACC3F0B0808930C62FCBDFF31A34F80E18DB +2F24C2CBD4EC61C576339D47DF04D261F35EB5BC202AC72F4078C5899379FC07 +4503897E8FDCB9FBD8618C0A4A70EEC5471281AFABC909DE6B02FF8DB697DC6F +FF706E9361EE6FECD3EEAB4AEE3DA2BD544C097F8A9B0EF8128B32C7F35599C1 +A62EEB09251868D0CC95116495382A65C407A23411F764D9EA05F3079EBEE618 +079DC030A1D16A414FE12A2310C5BFA9DD8A1E61048A0612B0509AF7DFC137C2 +7963A45F4F4B90690E84A3CB46B02A161F449E08EA854CC7D2CE6893F1B0980A +63DBE82F3CA4D4548A09C8F317FAD4C942FD247DA6FCA658979D263C9BC6C0B3 +E7422620ADA8BB14DD85EE753C0A31FA68044DFD91542AE7EB812E27AEE6498B +78CA725167B2831F3DC6044B47B2C24258B2698D4704A35588303D16A9B0DD90 +3897ADC76CA998B1F660EE358868E3DF1CDA697BF89909B36F2675A76F366108 +1E0B848A1405BA50D2C7B799B9F751B95CC92D43FA9EE3C948A0CC1DE752215A +25BFEF6A64D71C42031EB1CF29B64287FC04EE336308AAC773A37DB996CC8D53 +497B3FD6CEBEC5BC3FE95D36CD5DB615BA672DEF609DEE5A57C1CABDBC1B9952 +A498E89E563B9670D518B0F0BB6B5702C11E8E1D6CDF113F63FA5A64E589E849 +19D623F1E5746CDC58B1B6367024EB93A3647F6D21BBEC2DE300D2C58AF9E3C6 +3BCA609D2D32881C69E4394EB920F9B9A1E382AD130BB99B31CCD328C526D04F +C0D3E98D962514492BB0ECF3ED38B021606DFC26A06979A69891418F53AE42A1 +69F4793C0711A618A9322F95A2909944577BE01B05AF4EA867B35BCECE53A1A0 +9F307C2D662876C69251D8CEBF43D763E72B89EACD94E4D52F77DA095A4416FB +506C0C9EF68122638083A8A504D2FCB3102AA50FDFFE89C4FAF1CADA68039F76 +607E4B57C95F8F304E10AC442F542CD60C514D1BEFAD66E42C76FDB33BDF39B0 +EABE3B4549FCEFF952865442B00F3110B0FFE035F84CE2BECA18705988C7258E +EE6A7BE199A5913346F9B830CD6D3A2F32E83F983C91912984BE0BABF90031C2 +10033EF1DE0EDDD30D7E1D0EB1815EDA65E2D789187D152DA8F42D4562DD730F +E9BC6A0FD1CBF4F5F82B6A5FF97A267FD8D5C9B5C61172C324ED56BA441FD9B8 +CE0E9062FCEDDD7018BE7092FC88CEDFE921511340490A81B13B58EC7F3CAFA5 +F99ABE792B912C8BD3F2EE9737AADEA8A4114FE5B0BA6F209491926AE24BF03C +9491076ACA58F792620E00A6F99B141523CDC5A929E38F3667D70B975381BBEB +5D867159EA2766A410B2E006BBFB212FF97C29C50E525C07F035BD24919268BB +4201A904ED85E80951F2DF66A87816ADEADC6640B0E746F191D21516B27DD8F6 +90B1A6BD3FE7A4217FE1DFA8C41885D3CE9C339D6C0D4317D4131C1CF820AD62 +06B9314B5E47BF6399E0379E5ED26BF001458086ABA03F924C035081FC838FD7 +DCEDCEA5E3784AFFD9EA4E47710E512EC570467E59DC1BD5483EBF2B429D0EF6 +C78953AB0A6964C2E9C8A3D99832C9CCB45869945B087DAADC95C8FBE071E67C +8C92BDFAF6CD455D84911618FFAB625D57B0562B931EBB5C7A0FB22EDD1D1CFD +7513DD56D99B907144451BACE59BC945C56A66A59CB6CD3159884EBA68C93BCD +4FEB1B5EB18F2646D8F95E9DF6BD9B2738A3F96C82F647844E8C132E81B858F2 +06E39AE091447E3E3D07797DCA901E5647802BA5F11B5A6434DD05A79BD2CA2D +65DB90F8703F69C6C51B646464D42731B5259CF0629E206A6DF4678988C2D854 +4D2110D5B170F4990EA91DD51C7C7C4E9E14EC72010D0307363725BCD7585302 +8B6D518107ACD88F3D97AF9205D7FD7BE48F83A2D4E8B71004848023F6CFE530 +3B873E1DCF9779F272CD82BA5DD6623B946EE76128AF100AEE6365FB696063C6 +35969EDE271D260FDB1F670B114C2CCC45C7B603DEE2C3EBEC445C33AFD4B6D9 +E61B6634D07939DCAA84A9999E1493D0A721C9EB64CE6475740EA05C812B6C48 +84C57CECE0ABBDDF61A849C53ACCD203285CBC280EE27F25BE6C2809F2608571 +46CDD5340E46E372B4B46583791DA63584A477FD00E298875E7C914A6D16058C +58A80E4FA3F2C5B66CDE8DCB3A4A35C6B24271DE5D3F89E0FB9F46DA330CCCEB +E4ADBA29254CB3F7F0ACF6405E04A686C574982180F63635D16074535057C0BD +9428E2547257D5657C2500E3DAA62B3F49F55BC554B23A594B6ACA6E4C30A99E +181610BF163CABC58100BDB4A29125008BD8B27B229AC62922381CE78BE6B593 +6376D4BF18219DA17BC36FEE0540435C20A3981625AC9DA6BC99CFF751EDECB8 +F35C2F711441F5003724DD520B03CF2F40F80B0BB7767D9823EC0F4BD90BA07A +51BEC40638B1CF70750A4177F097FB563B5936997145F118887293F9FDD45940 +B05178B5ACA0932542584ABCFC637803167E07E76D41DCFA45F3DED215348657 +2435048924E5F503F991B4C23E59F4E4592986B1176218D2F0FDA90C201B3AFD +DE3A04E4597A5C0575C79301B66D40A78FC82009C94697A427604C468CC8C639 +E7DBEAFCB1F73D8EC6A838125A226A1E315C93D30219A15045C227038C7621F8 +8E6366206E394BBB82930C6A278321F011523B138B47B699269F83892A4C9206 +A17839572375F7407D2404ACA2A60980BEBBA8384AD7F05CFF5CDE4B48893EDF +CE3F8C17276F1FE4F1D25EF67506C6A52163F00218CE6622FE7DAA90C1AE69CB +EB63E470D3AF41C2717FE815CEFC520EE32897A123463C0AC75BEC3185D9C5FD +3BC8B0E3D2908CBA3FD3A2885E4D39B60B9F01AFDA04EEE1BC040C82F04A8ECD +4B2B616ED4B651113C2818EB1E70EC66DF26A4F8FD30C471E39A1B31B5F1C632 +CDC3AABAD8767C002F01EADA625E5680D73E3651B3904E1FB11C45BF9DDEFD78 +388A38948B01DAB96759371F3A8FDC259B2EFB2E213C44B2F0DCB897E1A79778 +A51F194371B3A9C72F403B513EB8C68435F4181816ACAA1ACD459B8B6D584A20 +98A016780DA1AE0F04729EC7A06755BE0178254A7811DA4DD306AA1E3F6C2631 +3F76583D3C3234A3C6DDE4801E94C5349F494200A88F66CDA3B043DD5C6E3E9A +767B86AEEE570B84493A235A90A182985CAB136F39C334153EA1D39843804165 +D2C287ECC2FE3E1F29ECCEDAE99B185FE14DD9DDAD0DF2348487A67B3564485E +E3BA43F2A444D0BE494B9925AA75C56B0C84F2928ADDB2B82E0DE05E41B57067 +5E2960B42C6FAE1FD8A679D9007DF8A40D615E9A5B4A911933A8A08D560644CB +9F136F8C36A1126762819B24020D17646B0BE333393D3A92ED0980875E47C1EE +B4AB4C1AF7B2D21DD7CF3B6750DE06CF810056FFB04F5A6B131AA2A15F0E2CC1 +F679A4952E2014EC8BEC2AA9730BBAD806AE6CB0067BBF3F7C64D05F5B05A758 +571AB41A752C114A6A7638AF2478DA91D1F21099DD080B100ADF1AC93C2A7762 +4FF918172CB82C75A53D7049B94F8287AE58A87FDBB85930BCB5C14783BDDD2B +FE7E506A256D34259C71FBB7E3B980F53755C8E02C3BCDE932198BFF36C53303 +13326F945C2536FAC42DC5CCBFFB0BE31A1D8F041CE2617203423F9CF3268F71 +0FB1727A40DDFADEA3BF8E8FCF3D09E43AD2D6D70A5A4856CB27E1F1633EF7E0 +FA8C8678BE8C9CFB317764DB203144F2A2563367A1CF17D4B57AEDB517EA23FE +000E21B87573B6AFD0729567FA154F217D391FBB4525435D99215FA716153F62 +14521E2CAC2E32267C0864AAB5D54270925720A90A7AF337FA763900764C0A79 +1BC983A305AE2DEA062DD3D4435CD1E36A84AE558EE14C8DACF03E58D7F4C6A8 +1D99BBD6913C9E3138C81D61B66F5660C0F0B9973B57C3D873DC7FB9C315A6FA +3C661F73F20F4C70E60227B978D0D24A03FAF642F586D26B7ED453D3691A81BE +BA1CB78A14F61DB7BE1B73DAF2AA8EA1CC5295B13133C85B364E293F6BDF4136 +5DD87AD174AEC1BBAFE00BD5FC487BC51764417406A71906DD987A03478CD26A +D6FACA94BDD6B56EB87335BBD0BE4A730F3C7B91293D10E7ADB5CCDD8D873B72 +A1D78660D61F96921982D96AB1B57E3EEE4A035D86F79824327CB12DE6E80E49 +AED9386F42977F651D9BD071EA888011B7A50E6C57C8A56CB8806882ADF06B71 +BF82C7790D85E245307D0101BE07DBF0798AE2E2927FB005850FA5CB41C55B4B +C7447358F75CAA90DF1B21FB9F09B72276D1EECEB26FF1DA37FF55CAFAAE658E +EE6644747C89B1D8F302F7819642B815EE1FDD01A55E1D70EE3A540C63E1170B +711C95EF168FDB70B3187BE186AEF9378C7E84041D32E4AA9411EE6AD8E44389 +CBD84FBE1BF57B584D2E1A644E3415572C7332ABB36C96689C7A143DA3D392C0 +B548A934B549FAA6260506F177B84F97E44079BF764EC218E55AEF4A384F733E +840D9940D755E8CF7D7CDFA05CDD11A3A7E59B5ACCDD865F44954E9069F5A05D +285B0FBFE5A3E0738B42615BCAF523F83591D13D8E207677C2F5C3584E66D15B +EF737505BAD3AF9D025D6139BDB956288DB3477BE0AAD9C8B27BA7C74EF75B24 +E85044F9C7B6B225B4AA1160A65640C74F31670E4756ABD987A53FC46AD25604 +977B0D80FA6A820252E578A4E5A4816AFD9CB796FDE892FEF817103F6FCF4E4F +5313316570382E5EF1D2DA9E212F759C0B208AB7C9F908B21D347FBCE7D87060 +7D403996454CEDC95CAA5B6C4917A04F2C45098F71658CEAD5F831A132C64A5D +42243EB2BFC7B435FC4DB5D4AC148FF50A14E3B6F0CBAFB3E70DC4AA5E90D4B4 +ED718B8FEFADE2331EB9E475BC341155C20CEE88F73B01E00FF80917B7CF9873 +39BD2753E1A1C85D64281EF2A504A1C5400E567E0976B7E7BCE07232E4A80438 +E527DD85A3AF04F634B4C867571987780FB5E6495B0EC1BE877EC2310080AF6A +DD2185AC751C2D9D5E6769691CE8E5C5EFF8AC97A9D4ED79124837AAB762A687 +B425561DF3755198FEDAD4B46762FD1B40FE3A47929C83B623ADAA911578E0CB +DB6D4F98F98E7501013019A9BCD24C47A4E2DC4B36205F7C0C018900E47E282C +5D72F8F3D76F0772743E20658B6BA4E418827616AF84970A3C7C7E219DCCBEEF +D305A33A10A43326C99B497DF17A4083531D67BAAB28A0B01F4EA50ABDCA98E6 +2E5B6C019BEACC87C7CF7D8707CB32E9BCBBF4AF03006F408270A606D4559F93 +CB97DB6E2FBEB5E64CC0A470DDC061CAE8D54121CA17B978CC69ECAA3801FB6F +54B200D786BA0AE283F88495D9FC08FFC585A14AE71539EBC70D56F1265F84FF +BD9860AFFAB6A15DB5DC750FE29ECD9808EE33EF9AEA15029B38F51AAE900FD8 +12BF4116C71D33E078A17B9D2FD6F34F39460A7661616AC43703487D9A4DFF48 +BFB3B6DD0BC80E43338A042948B8E0E92237B02C0D1BAC36360FD6C76A0D7161 +571BEAB3552132278DA56F93872CC8966560A4BA40B5E985B8044D55663D65C1 +AB49DACA518B86715FEA9A4F110578B5C98E0F879265CA330087D781F89AAE4D +5D82A392D7669AA690484041066B8C1C577834BB5405ACD8BDA6C5E78E612A6E +95591DE30C74B12ECBE1F2AE0B60A7E00D272CD5A17174883522F46907795B02 +C45A307C50FD65D0125853771714A13C3534C8746F24A1D581B59AD7DC3783A0 +48D87112076056DB6D2DE6A1FE0F423D7C59F4AE75E1D291884A60F60EEAEC68 +ED85912983F03C1E50CCFC66346CC72CE6BFA554AAB5D359715FFA0DBF314302 +0ABBC483A9705F40264F2202BA7A81D78CA9E24A2D6C960D237BB425016B21E9 +995ACB0015EC2E5C8EA29C7DF9C7A1817250E7233A4A7C4B2D9A6B6E9504FE4F +D4FF55F9556D0518B2097A9DBDC98F8FC642CE9304906372FF1A103F2B0976FE +5D192A3D13D278C4FD0E615B88DF60207540CC215E75E4188DA3B24CE6D26E1B +27A76CEF41345E7989794C7F719DCAF79F6A293278BE4D5BA10DF681CBB977BA +7F828203553A2F09C2D2B385F26DFAE6855C0A6432256F7F2018252D0E823DE3 +D55C9CAB7922E1712F8CFBDCA3BB54A4A66E539F09CEECA52953E21A884FDB03 +EDAF3B575477F32664487EBD2942296E9E7D4A24C721D53C7A662C4C0A6D6F92 +F71FFE1C2C820A1FDC1EC87E215BC5F78707858358A5DB98590D9A6AB8730FBA +4DDA7C2DD9BCACC5920D909E5182D106F23E7488286934635F004D1E25AC1FA8 +5116EC16BFD03E0FC03D78AB82C4B4329E5CFF1C05E3BD7C57B11E47DF6616A8 +490278BB08E37859725A690BBD9A0F8CCC5B73210979D92651885C4FF19E6C07 +0589BA93D051033234F72EC88806CE855CA8385988C6FE7ECD2B3A20804958B8 +53EDF70D6D20FE2406A66058B8B065ABC49EB1CF0A71C42717BF99D418702B8A +E9CC2978F5CEB07D7A8F3021C3A06402571C8D1AF660A8ACA3226A0A79B6A28B +99196ECDFF5DDB492AD4D246665B67AA5A5348F060CEF221B481F54BED8897CE +58F54A55CD9C5269F136687A0AD37FD90B218A15B6FBE2E4BBE282663FC7FD9F +7CBE2B53AC97DA6FEC9B92E78A5356C892CE307EF1FF3452072374EC3111C480 +4D8CB89A80F4E680437BC192CD6E19FF6578E0C749AA740FF8CD85AFC9BBA2F3 +3E8F287BE82A7F4ECBF1030ACC71D356F0CA87079E8515A8D6F902F1881AA13B +177E29ABE101A08A6D5EC2C4F96F9DC5D61EB22FAB8D1FF6CA6F017E674AA147 +F5C05F875A714BF1100E1476291CD247F90E0F4A0EA55257E9D2D78A4F18C26F +18783F5192C0F70B5ADBCFFDA44265D182580C72CB5ACD02E830B358EFC8D8EB +EB0C932210CF091F21849D6B9EA8DB515CB52D7C793344C86D7501BC9C0CB03E +3B086CE3BFEBB415DC284F1889800F418E2CB934C4D26B54A55B9A1CDF731C74 +BF5DE7CA20064492C4D558332A62D6A66BF6F03547EF2B38DDF53A4F98FDD247 +B0371AC508C47E7D64DB46C5D4C4FD8426B01067314D3F9900C7B5D8A2689D23 +7E5558469EEA059F5C2FE41B75230B6CDFAD4A7CCFB1298BFB4E3B77A2644496 +A567868577458CD37EE3DA8B4EC67B5D043AFD2B323C10392B2C27E4EF16CED7 +E6FB224D93747FF4F51F6A50498CC7284DE1C4AB87A5CF64FF8D393F30328045 +0D71C1F13397A75AD7FA5315B1A397AE112E6D22541FC0A6D8B8D8D9CC67360F +C685E0AB208697E29084F3450502129D56F816F521A3A6B202C44877C3EAA498 +7C08AF254E34FC326237D510DFF23869FFBA56AFE864802F4A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -687,67 +1118,236 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMMI6 -%!PS-AdobeFont-1.1: CMMI6 1.100 -%%CreationDate: 1996 Jul 23 07:53:52 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMMI6 003.002 +%%Title: CMMI6 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI6. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI6 known{/CMMI6 findfont dup/UniqueID known{dup +/UniqueID get 5087381 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.100) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMMI6 def +/FontBBox {11 -250 1241 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI6.) readonly def /FullName (CMMI6) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def end readonly def -/FontName /CMMI6 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 106 /j put readonly def -/FontBBox{11 -250 1241 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE -3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B -532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 -B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B -986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE -D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 -5250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC -4391C9DF440285B8FC159D0E98D4258FC57892DDF0342CA1080743A076089583 -6AD6FB2DC4C13F077F17789476E48402796E685107AF60A63FB0DE0266D55CF1 -8D0AD65B9342CB686E564758C96164FFA711B11C1CE8C726F3C7BB1044BBD283 -9AA4675747DF61E130A55E297CA5F0182A3F12F9085AF2F503481071724077A9 -387E27879A9649AD5F186F33500FAC8F7FA26634BDCE1221EC0ED0E359E5EA5E -6166526FEB90C30D30099FBDC1BC2F9B62EFEEC48345160804AA98F8D0AA54B7 -A480E715426651865C8E444EDB798C7E11040AF6E5A7ED1888653C6DBF5E6169 -70BCD9C063B63B561EF165BF3AF11F8E519F37C6FDA2827685739DE2C48B5ADE -EE84F067D704D4511DBFA49E166D543CFD9ECD7417055D8A827F51E087CD2927 -BAFC7E6CFBD70B0FE969F890A11149D3D44D422C3370495DA9951AEE7253A49F -3A9444C8CD9158D84117299F7F2332FEB0F94E6ED8BC7AA789A3219BC2F227D3 -3B5BC75FB53B55D72AF4A6A7BB613FA235B11BB37D059FD87127CEF73D5B3FBF -9F91ABAD78BD9240BD9525EBA78095EA0BDB25D1A19E876F292882EAD5619D46 -D20317A345D931F4FF4EAE6216C27044CBA525E3B917CEA25A04C120466C4B93 -FC720E6BA832A06CCA0A3916CEF0968D49085AEBD243C41A448289A6F05CE3F5 -79148DC112A3CC7E8FF810B8C1A09E05F496C0F1EBA334E42E05C376C98F5F69 -C06C71BFC0A2F3AC9951CFBB143C66FB84F9C4ED27DF70869352D61BD5E11508 -0797B87C71AC58D7C35AB3247575482E538773F05A10428E53AFD148B1ABE851 -1893F2447ED2625629F49CB4AA83193C0154458634536CF78B599CA0977C41E0 -EEE3699386653D9C498F5DA82363911FDEDAC483FC0469BD264C4EABCC577D09 -D4AE6C4E53A68D4C2237A906784137945C9ECC75D959EA04A1A64D29FF2B928D -BA1AF9F608F0C6164C42FB991A60789D53D7E59F0BE84BD3A25A2CB22AA6052D -A817A6E4A5389DC1FADAC7133FCFC9A595C8D4EDAA97CA50026958D6634EBA7E -EBF427970E3D57A955CF40EB8DFAA93E7EF7FD958715D933C6EA7A60CBC15B6A -E06937FA13DCC5BBC02C73C59F1ED7F62844EAC788F0942AF52D88222B3062F2 -73865D2DC742DDF478B8A2B7B2A578E583CF1ED1E1C56C0F3C4F3C2A363BD631 -A4C9B15BB936D475E8CFD1B650C90323C8A29FD6F2A76DAF972EABE391258917 -53876AEAEED2CAAE226DB0F3B3A768C33034 +D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 +45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 +7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 +72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E +BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 +974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 +11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFB83E8A2A6085DA11 +61B1632328B94B21D3CBF2E7752D441A2C9A03F6681FDAB37C4B67D5857720F7 +0C4BCEE266586738012A2237A85FCD0425DA7E8E8632543F5BD5D50F9DBAAE69 +9E053AECA6027559DE42F7291EB381D866F1293107553809861D43508C6F2341 +5E4FCC431AF4A9B3660386AE63E877DCF5E513D0D5702B98D58B34897FEE163A +75CD6F5A2196F91CE5060CA5E72F9C5F79D18F242EEE58135BFAB02D5CA430B6 +D1B9A376849751A45E52577B1810C4F0C7F6C8196071D5B08FDB731C5384CCBF +03B460347E0CAC959E4A12620B6C2ED62E06A241D1637F418B5599A7FF3C1390 +7AF66A00F7C31B4EDF249C56C268EC9D546CD0489DA51B734C8292CE7B3D9E30 +71448C85ACC64FA99B2DEA91AA4CBCBBB9DE20833700AF96395DEEDA3FEB7D6E +D6E3BE4A62CBFA18BD0471C14F3A2FD025C88E8166A9830C5B5B94624A3D6482 +D1A1D83805D0EDAC1C79EA858A523D9FA3356DF42BC01886E77F6AA6B04E4E3F +AD107D861FC626F0A439BC3F125D48649E5101BF79C71507FDACACBBB4C4335B +C41A5C15ADF1DF69E1D68C3EB9BE30BDD5385F81D26EC8F2F206C1C7032B9EB7 +0392BBCA23B4693686AF8D2E1ACB2FBEE81D75667CD1DDB906BC5B675660ABA4 +E63429F16623F20B6A040E4942107CCA26CF6C1F52DEED9EC7EB15BE4F18F2E3 +9ABDEEAAEA9AC41E9F20C37C54B33F609F5835AE5A1EC9D674DC50FAFF6D3511 +2198195590F62B3B8A6FC8C3431BB8895A2F910F0361062DE32CDA9A7F41E761 +B09BD8545CAA2D7124B5688B54705AA52E4716E36C0303FEAD38E0510B3CB496 +6C30B115C37E02043D47B4ED796C671E30360800EC13F0F0FF3E0DBF5A642396 +EB0F39A9DAF0974678EA1D041F08BD73867065DA91B044EF2AB15FAA6546031E +189936C1FD302BCFBE55EAF369DBA4895DD0996BF7292762551A86C8A3604E9A +8AD29E38BF6FD40172051EBE7C694249F3378ED0139D37EEA3ADB66F3A80A1D9 +9C3655F054CACE93BA4AD42DC78A03F42455ED1BD5C122F234F21ACEB8FEFF9E +3BFE0DB2DA6D368478299ED63912A234ADB1DCCF1E519AD20772B71F8522B5DB +24E9658BDC1333D76F07F63D81F7A51D12C445ABF698092A24E5E5C36A52206C +0C41F7DCA529BB0A4D146DB6B4B341459FC17FFA357CA5F93DBCF30B61374613 +4846D619423BCAC59B7EB40C14C70ABD985754A0094C98350D01FE9FA371B0F4 +38884690DC7700C49236EF68BD6E806E8937AD8B77648F552C0C907007465A76 +1475BDD3FBE1CF69C706E703226471C249A3448F81C240ADBE4B5474216D0235 +6B0816BB6935A2704E851E20C002F85B653BB0700915B358DDC168ED3FAE3D91 +8280A5CA5C2708D622B03DC47A70E5FFCAD5A7C8D9AD563857BBEF92A3BDB588 +8B5B55CC9B960F20CA4AEB598DA8488004DEDBC9671488011E836D9D8B6251BF +256D08E6F1808E9D498449DF1F18E48B310D561D4DD3146C2BA64D960E66447F +6DA8B07194E3BFAF662C00737BB7222B55A5CC206A1C46F252ACF93D2063BABE +2BAB874C01AEC438D3F86AE37C9D7FCE4077F5B5785E12C1E0B685134CE2E8A2 +2E4DCDDAED2D53D13014E428FAAE22447763D4693E82600F850CA4A49E1ADC5D +C8DFC16E97B9F6164095CF7F31373B591F815621F45DFF77BFBF89EF60C9F50F +0C2FBBA4EA9602E197B9447FAB6AB57B19B1C801DAB66BF7D263F6572B9EEF88 +E06744C1FE197B8EAA71E1EB67716B7CAB30C859A2D1B2DB95ECED02B83FBA32 +E62F97EE4403FADEC936CC8DAA161F7B509B2723BA2B735572A80D7D087E6395 +6A9D34D5963E3C6E37F307C66D1CE551D2F055BFCC7360FBE93ACAFDE2B1A849 +37FD373F62BB23C1A2E3DF61C9452A8C995B03D44D6210A968C6293B4A3BE662 +C7B0B59E6EF6D53FD293B2C290436B0C448E7D15A63533DE321643E53C85EF8B +060C434E46A736EA617EA00D185323460E77B95C49070B035194A2E7693C3B15 +104ED7F56FCADABE49F27F9A576B354C574B5BAFFFC57FE9AF02FBD87B8874A1 +24C53826659BEB1EC50446AC26EF3A95877ED3D81D33A8BC1BF7473FB9C11ABA +0F27B38EEBDF77D3D3EA63AE6022DB0D4F1125DF274B86EF0A4A263E108D6044 +7A885F5E87362293A53F457CBA6C911D23653DA7CE4BB7D4FF4481AB97C0DD81 +C13515F0E3BF8A7E8DE2CE69B25BA9C185D9BF31A65DD290B0D4FDF40B61E2D9 +AF92BC6468B3F5AB5D5B88710C489ACC69198D697055B39AB3DE8B3733825C5E +6E763E2698574381A01352A7042A36EA96D17DD2EEEAFF04ABF7BF7D877B0FC7 +B6BA51BA994D431F472B6EC4B4C327399576470A1773BCBAC61CDBF0F95DA6A5 +0BE5239B7E9CD39E1E4D27EF6695D1FB56D4CA2C2370509547D6D01273CBE6E0 +66A696C35D2D0282CB8C85D7B1C51453A0AD0BC80E1D183D11AA78879643D9D9 +A3D0B2BD8EE3EDF29483CC5871426232A20CB058EEBDAAED85378B163425C270 +B0F7BB46B7D1B89CF84E6A06791195FB17F11F34A2548FE424DE10E376B39A2F +DD9B0BA2F2FDF3ED4AACBD0D60E67C0749D6DCBDE6E79041398DF3FC8D9B6CFC +693B870683CC425C52705902DFD324E157C9829F25B14A057AA92AFA17F156FB +0BA949698EAA0657B03D9538288D887959EF24A427EE7EDE47F304A1A6A715FA +2966273831B5B3A9C11021C153E67A73FA606FE3233C3DB217404C6AED6A4C59 +DD4C2A98B31AF5604D8DE8354448B4CEC66022E756B0056CD32E9B002ADC712C +0545C2C16D9457E271D98A4ED7DDE01BBD1856F5C3DA28794D2C7951FE2FE6D9 +18643CEEC41CA4A3464D3D3A102653CD6EAADA59CDD44918523B8811C2ECCABA +AC0D188F5E07B37AFD56006B10B32EDD179F4DA693EEBF4DF5425D996585F21C +8780A4D23D24FB0618C12DE65CAD42A0138E28A100257978EDCAD168C55C6F07 +78A067F0299890356C2A184820A554FB07448395ECE36C45211757552E288ED3 +7DFE46CB92EB2070442AFC85864A45000C4854D728096AD3D4C552EFC26DB6B9 +C340358451B50AF9F1B35C2E32D495DE85B5848D78940270DEFC07A14D960730 +878B5B55916FB40FD805116C9C2AC8C6D4645DA67A978F1C6FE705EC188DBF7B +FE7AD6769F2EEC4A9B05306D5BCD6EC3A240D6A29ED07D1D82E697DC8CC391AA +015DB6BCD1DA5C9A5A7BE3C5936681215E859E9837027D108A54F42AB24E38C2 +4A7D8CF3264AE049D4B1AF48BBC564BCC88AF19D37DD81CCC431D0C554DF29A6 +94ABDF8126EE4FE1DFB78559B9BF36FAFEC9791049C865694F9E2FFB7A308FEB +EF0195FAA6BFE7A081B65C5125623903828372F117EE17E588B2FA26DC9AE37D +9A6F0043C019624D3D87AFDB4B90C46AEA78919CEF5D7ACEE316F30EA0229742 +55E02E0E2533CAD78CE9BD6E0260A695D776ABA229D89CF9BEA92CE0397821A8 +830A557021B3B90CE0B07A4B34C24337FA3FA4A3728B6E013BA01071CA7FA667 +6FFB4BA3A28B5D5614ACD4E80E00938C2589CC6CF885A260AF7589240BF8987B +20A19FDAC73FAEEDD93EBCB3D46F735214164AFAF1A7828FE96E2BF7CE1EA46E +FC1FC4527A0ADF2B81CA51E3D96F3E786511AF00FDDD9764CD3178362CF9DEE5 +F05D100EC21A301F40FEFC3EF05AFEC140A9466AE68FCFD6CAC1A143BAF2B7BF +D0DF808F0CF87FE2399CD9D2DD424227CA7D4073ED002CD555FBE8057A797B60 +313D18ECDD779FA7289D4E7BF82D95A7535CE3F0F4164AF239AC666653736654 +C13E436B526EC5A1DC97E1D85C4EB563C7061AE1E81F0B38BC45B17C15FDB0DA +E5F6332721A925D4DD5A97BFF3E3F11D4F4F43BAE4E73A294D314527397F03CE +AFD12DDF9D07DAD8D6C8EFAFC2F52E20FBF62026810C0C31A1EF71FBD612654D +C68B7A24112F0ABDD20EFF3DADBE447AF9CE568F873ACE72B63283CB26B89BED +4B3315F26084453B1EB0877065A76E7B704B27F93DBEB365574A78E92FDB4B82 +D6ED91A1728F571FC9CAB636A6E81D0C1C4F5E3F6F4574B6EED48BB61EFDDC80 +1831E2AB9327B37881F0CA5D5265575F210BF4BCD8653B4193F74E3FF65028F9 +2968B8127C68CA2919DDF529EC882EE99901146CA629A07B4DC59E7868DBE083 +6E546C5769655EF6628FE2EA78AC891D130108192053D5056A7BD06C09592AF9 +6310B3586A2609DB94CB0079550358F5547B9FBB2B77917A327EFE3F972C7263 +54076627B4DD74638C3105FB25DA246484799D5326EE80503F18672B893289CB +1FFF8D3F662FB33E93025D86803551A8A1DE363D1534BFA3EF968871B19FB189 +DAD841C177E2AC98B6B69A78048221C5EBBBB86511939D3A9963B3BF021185AB +0B26CA7D0A779DC2F7693C7E48286BD60EE46615E31B93FB0E6992AE20C792A4 +72AD6FFAD6682D0F606807D7AE63A6280B5967FAB889DCDF0F76347CE302FAED +A59E1B1AB785D9D0ED695A0D05DD3DF0EF0B275AFCF9EC7031E1357E99A3DB85 +B4D137567875F7580E2BEC96B08C97ECB40876000B610E0BFE81E7884C9BBAE6 +6BE9C2C612475396BC10EC7FFBD1118A7971FE1971DFD0CB677ECA65DD837B5E +C7D36FE9F20A15A941F1E77C11093C902DF5B7639580B9C0E4AAD13518E1901C +1162FA095F301848770C6C618E371A0AC3463D0D94221EFCC0884B21300194B5 +97E03BCD5C4878CEBF352EDD1D2173B56C9B6A08BF3F33419DF226E1633CC5CA +A88A57AA85E21657569916E9B4B79E51B5535A57B2D6FA3EED1D0AA32DC0165B +12F8F5A681040B456D8DF175AD6053A2954F327F4EB4CD453A056FB1701242C2 +59755058640C62632C764E002CE928E6B908BB137C28630A3CDBC7C34CF2B643 +FFAFF20E345A86F31756C78A8EE2B9B1C5DAB2C863B29A44190770FD90BC6AED +0C25942BBD6A370C21650947B49AC8EB6825BE65DEFAFDDA32007754DFE0273F +B995B8986E505F95E58A3F8873545DDA6F3FFAADE992F3FF7B2DAB76D663280E +CF2BA18BC8871A7C361AA3600B192948CB918FEB0F2900AF2BCF169576828325 +449CBF0C7AEDC299FCBB061F491469B9ED1D56771A03F9F202550E17FDB15B51 +4772B2F06E6AABA4027D13E8730999532DB2475630D2F8EB98242E36F5B45A94 +2D8083014B63A806BB9A01906143482C614B5CFBE8C5354A3F2438B2160F6DC0 +81AFCEB201EC67F66DC5808C907A3C6CB664F444D24095D9A11D4978A7B57037 +87C67552FD59F5713D0FE03462F9A1A323BB3EFF0AAD61B1792CB109CA9AE4D4 +D7F7FBD3FB91258DCFFB4634669FA13E03C0AF699165311CBF37D24378022787 +87D1320ECF878F859149B2F994E700A32CB7253297AC58753E4583A08A1F83D5 +CBFF10F2D26D71CDB20E1C69A666E9C4D23BB0E6BF1097FBBB204EB736E61FF0 +C3FDE1986938F8099694B9F998B3C735770FF21F73B1A6B750498BFD21184F11 +5E6AF0F1FBB08EAD436C4AADE1E6B815F5E58988C113B4B2335A340798BFB201 +40586D0BCD6AF5A08CE9AA042910197F47D98CBB4411A6D435A46F46B3964F85 +032D7F8D880732276A8FD24DA772F642F06C9F3EB4C9090AE4A3AAE67D8768A1 +7B2A57E15B7FC626450372F40E3EE28D8D997CCC8CC89C644461D1110740407E +F6D884A0503E05AF830994AD0CEEA924D935749F6EE9F2DD65A58ECD59229918 +A303C90E19E9C411FAF24AD5E9B786178F8182692CDD508A4755123B4A594AF1 +A8E7287456C1CE2CA485CF4CF9DEE5238AA7328DA204816F98B7EF49EDB30875 +3CF8C48E0465BFFA8F2A1CFB6A8F165B63CC80F54C669D02BFD9A0EA0FDE2B40 +D69F0101AE4D2C10185AB10953019FE7D373BF40C2F6D4E36693F118866D1267 +12BA7987ED4313E8635DA02A4FC1F7815105F8EDFE8004A8801CC1AFA8D123FD +1768A6C39E838BD489C6BEFFD3BDF650DF48D5F8D99DD5A2E8AD235F2CAE8BC9 +C13AE9B214CF3FBFAC7BDFA54CB6E675273330608BD35600775FFB2A96FF648E +DF55A78B43CF54CABC0DA8D574CC5C5C62E9D658EC62035EA5028767749E48D5 +658212BD39C7E76ED0C6F3E0A1D138A0DB8BE574987AF1E43070F1F12C560009 +F48993FAC935EB56A5793BA13C28293601D268B4880F9BC33D553FF3B6A7900D +37900BD3B4B558C84BBAB09B4BC2B14D32E49596DA090E586E28D560903B9744 +7D014EF2A6AC4F711A025DBBC841F1C1C93BA1F8327DFE33C803A0993050D590 +C7AE262261DB7D04B9DD91F89927161A69E14BB2A48D29578410E312A4793101 +B6CD65B298988AB798F45B76E1F58BE24DB207C7E07014E17525B436D41FDB28 +D1072CBEB526E17C72DDA00ECDD06394940DEE8BD02CD3C81BFD12BE0568A459 +0F53010A0655942C932905FEE87183CE357887E2ED286DC1E89F2F401CDDDFA9 +B418F218D4115043892882C09F2E3749D4671E75AB1AD01C78F59FE3F54276D2 +A91512C21C68180CCC0E147E834002D7799FF393842CE88BEA714672E1952C9F +7CEF2FD0115B0E292079909A7775769341A7888CE6063537ACFF225B4F396972 +41BF46C599D278906F3BCFF81DF941BF5888DE8A53CB0A2D71610CDCDCC1760A +7844F89FCBB892AEA853CF5D967648995559EFE852C95D2EFDA2CF063500F88D +2C83B615618831267BD8F5438DC53C6433CE7347E9C55E103B450EBED6229219 +20E979C00B0B9D86345FC3A8EA2B049B7E148A7AA1C859AFE93381DA74CA578F +8FAAB28175D5B57F6A74F9869B2F530009E953913C6925D0045CB2E817A17742 +3C5B7574E9BF3BA7B769C161C2496EA2D346B4E19E434120FE92A0ED3F4A9ACC +A8BFE55F04D17DF035D01FC0B06182D8C27B6D32F36551B9AA56D61FB6A34254 +D0DF918C6716D8D05B973C8BAD5AD52C06EF3C6503D4E0F7F791511C79AE74E4 +4B707612149D583C5D96E534CB45F1E7CA5B23642B1BDBC881FD8E4F66CCEE96 +7CC0509B5CFB0B3596682A81E682DAF6AE58F605FD7A1F414F62572298AD8491 +B76D0A23B4AC731FB8E7682F506B5CC02F7029827FFD866EF4DBF56E07E7743A +D42CE65B38EBDEA193CE5B172E87DC88452C3DE192E363EB9DBEC4EC65F53002 +BE9E94180F73B53CE1E8EE9333DC86DF5FB2561FA1F9B2511962CBEFACA739CC +38A286651CEFBF451FF6568CFFBA8AA68555181147C1CDBA18C4F5C77BA8548D +2B1BA37E05EAF7F69879C3ECBD02783028CB1A8649842EB71023F89CEB36CEEF +A9B04E9ECB0577536B88ECE7C1D81B0D6D5A478F8E92DF83D194759437088D7B +E93C6AFD0CC6D568E60E2F1265A6613F97A6C4068C8EEBA70F6CC4E88A80F65D +EA7B498395390A74BA57221B86611D3EE5DC4632F139CA8A15E5B9D2DC97088D +7CC65197CD93F4803BE4246394F40EDC2CB4904BC273C597F13C8DC680245A3F +F1AF2D7BCE5D69E9CFC81E5E9F46927C5F55C719AFDB2CB1AF2E4D55B0E3ACA8 +6BBBCF253CCFF8F02B8542F296CED0EB8A06A88549DC959E22C3D6C48F310452 +22B32C44B046A61A4F7F8AED613DCD3C464DB2280D56E517CFD16DC32C83EACC +D3E936D2F3A883B265444D818393E30EE3AA59E6FA73DDC421F5A0FC8442F89D +CCE98189ECADC080F1973E14012C2B87F6A8289D7E1B8958E2220FA1C68EF82D +01A2B3516F320EE84950A6A54963ECD6F606EB5693F6A0BC74CE2B5AEF26AFE6 +7BF5D5357C3D53CFF50F60599F2165B6E742A331B47F46D977FC721867EC9CE3 +7E9BFA2149C9E3A47AF0D0EDBF29C1E6D92BFBBEB52F816EFDBA9CFF83AC072C +5FD264F8F24CD5A1C0F68399FF4B29FD77C4A54D8296523413DCE938ABBAEACF +072AE89B1CAE513DF9810B85613549445F8E854424603C5A41EDBB163CB453EB +25FA6960DDBDBC21413639F2CDE81B5A0F4EE54791833458DC0E9D1FE1D1F710 +13AAC691F7315CF6D9D01707AEA05F9DB5C0787046216DF3F88F4B38EAC8F8BF +CBBA24C5DF3C4D3BF5198A9A0EE6177A4CE773FF468734D3EA32D2487B025FEA +55F529106EE4007938A9BC1726160B3198D546EA98D253FC1506150CA46C7632 +9B127D46A69614D4ED6C839E949EC5E8CDFD438AD3240AB009E538516CF417EE +BD9B43E5596606DF6C1DA22624C17BF6D873F0D8731DE8243566A8E9B1A64A9C +99CB1F8AD37254D3762C00B8F39CDED405532D7F77F99D2AB86268F2A96D7C6A +808F6234132154CE82C05AFF96A629FBCA83469F69E396CF7287AD378B7D0523 +536041FE0EC33A5C2343D7DD645BF1A70B6AF3 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -757,25 +1357,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMTI10 -%!PS-AdobeFont-1.1: CMTI10 1.00B -%%CreationDate: 1992 Feb 19 19:56:16 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMTI10 003.002 +%%Title: CMTI10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTI10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTI10 known{/CMTI10 findfont dup/UniqueID known{dup +/UniqueID get 5000828 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.00B) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMTI10 def +/FontBBox {-35 -250 1124 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTI10.) readonly def /FullName (CMTI10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMTI10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 12 /fi put @@ -835,384 +1450,575 @@ dup 122 /z put dup 123 /endash put readonly def -/FontBBox{-163 -250 1146 969}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE -3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B -532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 -B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B -986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE -D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958 -9E3948FFB0B4E70F212EC976D65099D84E0D37A7A771C3101D6AD26A0513378F -21EC3643079EECE0C9AB54B4772E5DCA82D0D4ACC7F42FB493AA04A3BF4A1BD6 -06ECE186315DBE9CFDCB1A0303E8D3E83027CD3AFA8F0BD466A8E8CA0E7164CF -55B332FAD43482748DD4A1CB3F40CB1F5E67192B8216A0D8FE30F9F05BF016F5 -B5CC130A4B0796EE065495422FBA55BEE9BFD99D04464D987AC4D237C208FA86 -0B112E55CE7B3782A34BC22E3DE31755D9AFF19E490C8E43B85E17ECE87FA8B9 -1485831624D24F37C39BF9972D74E6EC4784727AC00B9C4A3AD3DA1C22BD6961 -7E0ADAF55422F22ACA5E4DCD4DF9FCD187A566B7FB661D0530454D0DD6C6C50A -7A3875C6CBF8EC7769F32A1F3F7FC1C072BADEC97794D4E90E0035282A170402 -356E5A9CD9ABD80AC4342A5283E458A7269252F4541CBB6452B39ED54D336D0B -19928E9CD1AB26AD83EB209E2EC75011A2643813053B5DBB0246097C4821B5F2 -C92554E9140BE35B2DBFCD98809A8EC9FC910FDE9E0D86457C70ACB056EBF90F -244DC0A5BBD455E15D6E3180311D52CF50B0BF7D0A7F64F3A1821E0AEDBC2E7B -AEB549FE1D51088C153799C6E089B5D5D65E1C4E2D2B430CDF1FFA23CCB25D95 -5C4DD885310A706B320AB25C8D742C6F29953254FA54DAAEE60ED477877D19BC -D28E9AB576B0EA088171FD000B60D73B3C57F754BC07EBC9BF751B7D2B32459D -993861B7C4B0D98C422A11BECEF76F4EFC0ECAEE89723E6CED53E3678D733363 -2DF068AEF0FE7DFB57393BDAA439A6A4C396F86032A98009EAE1247B7DE83B3B -E46DF2898598FF5E6CA6953127432A967E4FD41CDD60D6E413059A58FA556EF3 -309178B57C16A763CFC9BEEC276944BDEA255789EF4E1ECDE1EA43EEDB955513 -F42EDDCF39AE522A1DC2DC523F046EEC4CCAE25792B702C288732F5B13B5CCE7 -E8B6A1A1DB86B1EA38883E481BEAB54023EDD9BB94E7780DEEA577ADAA169E66 -AB7D8607B409619E79F242CF52E618AC0DAE43317C507CDB27EA8A1472D4E8D9 -17E62C98DFB049C78AD15560CE44A39581BD6B555165091C5D41071212A9D2E3 -05965AA02B8A67AEB04D915DADC1B84A531A1D672AAA06E9F720BA88419A3183 -63D1F9A3BEF8CB2E23CD1F9C003BD7849F093D3B4C83C153A5A790C1F9E37948 -5799C02F004C61A6FFDEAA1F9AE884DDD40DEB1539CFE3C3BE03C7C33CB54D56 -2C2A0F467049797B56D407AA43EE6B8C3F978A7D945A80BF711C12D6BFFA3DED -35FA8B22E68BBE4FEC59E4C56D3C57E14995A8ADFA51CC6C3A84D3D775CAFA87 -A1A0F45C0283139FB485B8FB0BEF5232494C0CB564F966DFE0D0566031392619 -3FE8F0BB6747BDA591DFB26132947872D3B209FFD838A17EB1D5047E37452EF4 -62066FE4498BD6565F613B96FDD9C4CD9BE88BDDDD65AC86036CDD3150B6F854 -CD3FAB9D4038CB8F86A25BE30C3DB367A71D7335835AF044E6E94B04FA88F882 -867C87A37C3E27507E945BD7367DE5CFBB8701B338957FF6843504897CC94E80 -84DDA15EC37428ACF8361EFD7A0D3679A9F5CE4FEBC059A8EEC324449D204982 -54AC21E91899AB042DAD59CEE900157581BE0F18E43E442DB653870C95BCA23E -D56C0D00E832803197EA3063805A081FA04245C4ADED3EFA7646471F5EC9C9B4 -AA53B07B8C7F81E7F27151033209D5064FA1000334F446EF32C5D83F20DA62D9 -5B18A06F323EB3851DE949A372D67038620DA720FBBD3B8EFB90C1B72E4D2798 -527DFCE298B81DFBBAB8316AD7F1AC5D8C04BBFC05962DD3945A70B6FF5E5694 -26794668CC452A1D0B7D54077EAF2265F391B6229F32D061504BC37391B6066F -B01C6DCBFD9C62194754ACBDB4C9D54C12AD7568C8B7DA216656E8B0993BE1C4 -3E215CF1440A7A1DC8745AA31CC2ABB6199BE8B84BA94196B1F1B3E87569032C -69AABABD80BAE3C30F303FF8EAECE8B229464AE6563D85EE507AB94E4C7DA23F -1CD976560359A583A1F8CCD8C87CFEBDAB256DBCBD6906F00A3BDC24842EADEF -7B2D2F3A6DD4C8FE1CF4F21FE7245CE14C58E2CED3693DBE1ACF3858BD2F031E -FCC7427732351E1407C6E973638E3C920254AA3C3E92AB610130FA2F1E52E393 -40A1C42D09BA1C7657E803029D2190CA072721F89203A03DA97AD6CC122D1D8A -77018A76E0E1614DC44145273DFEF17ABD115E72697D64A5C4D8FF59BFDF698D -834329335E9AAC90184308B21E785FC8E27D5E08FA10108346B3F8718B169A0D -4E87EE842B74251371B1FF2B507DAABD5EB55DFF6DC5850E3CD18BFD08268997 -FA5950DDDA53EE9CEFB9B0034E4910EC70E66C7960E9FC81E5BFE1DCD5D9768D -263333DE74829E8A4D5EEBCD192FC5991671E0A418C02B331ECBE6636BC6EBFA -A396D1B9797F20F8C673B4E255F47399C67D9BA45C58B734933263FD1153B8BC -F08CC711384F573FC38C1327EF14571D44922909D02D9322FB81EB16B5687AD9 -67A6B2A37AC6DDD10E5126F17D914492F66B172C7DC137252689FCE042EE575F -0835278A6E934E1227D82FDD3CC675D40BD5CEF0EDA8CCF46FB0C8DBE6851EA6 -0DFF2E968E224B47B3DAAEC04FFB1CDDED57631EB0DC5E613F93E54D2F4FE643 -63D8E24E285C3DF7AF2470A947F4D5E94501530DC7AEC916C1BACA9F686F168B -B5B88583600F9169BEE9F647EB4A5363EED65FC05A9BC035EF91FED5D5AE08E9 -635C6C1CB0B9ACA90959681F5B5D8C97BA3F77DECB31248B27FCF74D80D5B811 -B01A03867F8927537FDCEB531F6F5C3A8939774EDD50A79F0B4F3BE677C48811 -438A9187969BB16E4EDB7FDA075DF8857FB1FBDB6C391DD054A159CA1313F3D3 -8AC555E2895D0D86C1A2571E8612567A75F16CD644F23D092C991C182B40A33B -D79772D8AE710EF3489E3C791AB1F6655B2FDC7FAA78873D010979AE5FE1FDF9 -EDA3BD240AEF41E1D7481275B3B52D3E02F6747DFBF6789010A8E9CC033086D7 -CE0A00717B83D94A6383605D25DC0FAA4349F057AEFA10B4463E836BA1B02297 -565E2B44AD1061B6A1883ABFEC3164C4032AAFB3B291D8253633C7DCF8A52FC7 -EA0AB308EC50B3E211A540B6FCADC02E1B1F4CD2AF495E7AF1AD9F7F1C408E2B -137CD55175D4D9C714B947F12545EC7714006BBA19CFBB0965C2AC03221B4F56 -DB8F4113B1A8C637767AB4BAC85ECD4435840BC65368D2EEE6B02CB2CB5D32EC -943B8187639F952784D92E074CD06E0C6BC22A94D57612C31AF4A39419DDF985 -0203B59C1A2642E58646F8C988C7D050AB01CB2000746EB663310E397FD89E81 -F05E4E4CCC119BD9CE6034A4D30E135E61F61608DE180160D974D663B12CA884 -00ACF6D276D8171F1063795EE3E9FBB0B921C4B99A282C3DAF30E8D2132F4A08 -C1B46AA5CA03B2287B6CCCAFE58F0135BB8CB24CD0BCD89A1AE797D5EC660AF1 -1C7A40E14C8EE8AB884968693D2AE8533E485E548B8EBC7ADCF3019ECC535B66 -AB7C2F562C18D6B40232A832F0A586743725AD66986C2AACBCDCADB875256924 -9DD999725CA9EB302B770331C71E9A8B42970A5A1B72D257A813060BCF283C32 -28D4DC30542BA2E056E4C31C7F36004B57A00066321B51C4B93E2388B55571F1 -5FA87811AC61A858DB3B4494FB6C49EB1CA29CADA1EE0F53DEB167141E48B65C -AFEF71717F5A39F104FFCFD0EE5AF38C9F4C9E7098B0265D12A9805411776703 -B57DB832A6C8B6DB995F489C651DB43837C6C5C11D8C4127D28F77E7DA7CC379 -46CA767EF3D0921858CF0FF68CF1CB5E6536EADDBF36A3F774046B06C4E9ED0B -AB63008ED0EAA50FBC1A639B633270A79D8930042A8964CDFE1F0B4F056756AB -D76411B04203F5B9653AF059D03CACFAE9565ACC6F3259ADE8EDE8E323F8A77F -863FAD935A7A2CF48A397262B1B6B5DCBE342F18C2DD26607088260621371640 -4703AFA3CBB2912A7B63E839E5584890DDE7CD39B144A3696899BCD2DB3C34A8 -9DA07A863EF8C0031167CC963F542F6D45F38D72F6C29BE350B840EA4FAE7C20 -B240DB6E01B5D44B285D91BF6A57068FC7D81459C9FAA11F37A27CE29BF21C27 -35533A119F19A96ACACEE6CF45A84C9CF713441D13BAF507A41FB6D93C167737 -0AB3895AAD8B20A04CB4B3655EFE8CE75AA243DFF70FB8F67F38967CA7AF7044 -08A64DA67CAEE4DF9FB92B42D805A5702EF5223DC8AEA2F2A2DB2ACD252AF708 -423A30C7BA2934DEFA5BD82FA888D9A34B1ADDC656AC867DE53085BDEBBF365E -4E199BB1C5D2DFF90D877D8D12C5A92F7F5F6C7009FA1F6A85591EA41CF41B92 -D49DD757E0A0EA3E7972FD7F4282910033C28C5B7445DD0DC6AC8F05CC3404AA -EE48C7F5A8BFB2825322CDFDA49587C7D0EAFED0F399BCB63AA33804E10CFEF3 -6859478D5F69211CA62009CBC6E3BFD8ADE4D085C07020FB4C0B2F8A4AEE521E -96F2AA05FDAC9032575B69D4CF9EC3B061FB5F55C99888E29F273FC05D4EF17A -207D9AC0AC5392E5308A2ADE82849399D12929D63F76113EA72DF13943904A12 -5A9B8B151E608354293046D9868C00AE64384BD99D7C5B35D4E51990720C0BF7 -086783E07810E888D28B58F64ABA384FF3D01795F0E4DD45C9B3792EF573F2DD -260762EDDC32BC0EDF95CBC4331AF7EE9FAC8CBEBF2E4F40417E54790007C5C8 -C9E66C6F8D5CDA58A90544EFC1D0622F6DC85FB3CCB14DD32A3EC560EEE653EB -5296518C007DDD9D9A3D523897BE8859E996A7C20BC3141323B0D1905D7AB4CD -ECC86BE22D0A3BED97C354C35D9A83665221D0F798FC0899429352339F9CBB3C -705DAE7E651F7155F84705021E7CE87BB29ED521AFB60E59C2CE0D23BBEAEEF2 -3E0DB9C64A6EFE9396A57F84297884095AB3224F717050199AA012CD27D62A41 -49F1E5685C53EC2B0BCCEAC2F425428FAECAC4A23FD39CC0B12F78E6A8DAE91A -65209CA95A88145DE080325A403B4A701D7F7430A23906F61CEE30BEA11E23D7 -2852296D0390543C47164271EB3ADDE524642F065A76515C87F3C1F241DDCAAF -095DC497AD3AB5C1C25E668B73BC8C48F3CAB1A2F0745AABE122B4E8EF9A0743 -EEBDBF09D07710C2AC0DCF136EA939E807ADBE041C2D548D0F762F3091659E6B -604FDE8DE96764DD9F07E84E890801D0FE3A86EC34FDBA3D624A813B699B44EC -D05E9133A4B6E9AD68DB8D69229A6856015915FE1AE7590E4D62B2B50C9B3F28 -B31A7F07488816994AC20BCAA3A4FC15663262D0865E78311D8C051324091935 -BFCA9AAD3478DAF42DEB1159A9FE6CAD727629C84610118BF7C1ACBF1A64B401 -1C68BA55A957646850EC6E212212BEB362EDB4D44AFDE94F479C298429F9537D -87484F5D94A8D6B0646AECBDB9BE2A95FA3FB823D04336046988081017A350FC -9B986154E708947766724A7136ACEDF30100348B5E6F2A239BE0F773C033E66C -91E9C346C414250749F743D440F62CB0B87EBE2D809A8FE18540B216C4456962 -87C038C7AE48C5FB47F38ADEFE86103DED1225534EDCEFB9A76A126039C6730E -DF84B0732F695D900C86762F485DB3A6C15EDED9A28AA6F810D602AA2FB30182 -79825D7A4B930D637E47595C7E77D6A7FC0A351860A47263CB826C5E1108D0C7 -87EC925D218C23110F1FCB4A4F96C384EAC8AD7AA5EC7BBE54409CE607ECCB0E -961BA2EEE565F8E2657DB38D5CEA8910D52E5EE0E181F4E6C946C6C06CE06F30 -91DE68D403CF4E1E4EE0F659DD50FEBEF27DA2B50799A6EF1E9C20D88691FBA4 -0B808C8B6B2145C2C4E57CD5F28DEFAB3E84657FE89BE3E0065E69D7953D08C6 -9A78DCBD10FDB428CFC4A6DBD39159BFEC336BE49B97B56972AB87920C63C9B8 -B0A1D98FB97AF64FB5886CA921105452B92D66446007FEBF2FEDAE3010DC639C -0784728529EAEB1104A0E067C9D827302C8E5B118AC1C81FE72DA2FF3F11DDCA -400A137706CAE72E8B34DBD6350E1B62AC5808E09A3350382834F9AC2FF23968 -C4FB14EE1CDD7BB0BF8BC91EC707FD3113AAB94069F067407E84C89503CDDD4D -39C32F0A513A41D1D7A4BBBE031C8301BAC59EA2CC62FD35606F8502233816BB -32CBF2018F3712E44F6A3FEBCF8D475E5132428A7CAC06B95F665FB454313E2C -AC971D6DC7575E019B04139E441836C7769C69F1AE3132AA76CAF79152A53460 -17C72A28F1C8AA94A02EF8F566E7426BBBD8F9077D1BA58A8B41F751EFCCA8C8 -0B2A1CFAA84F4996DF5725063B3076D116284E5D4504FB5B3E42D4383803D0E0 -0012FCCB7EF74FFE5A4AA916C7A6866F6618C4B1981AF383890F0AE68570549F -1974FE114B0006DCE0BED483E6E07232B3313F4B91BD85C81828845207DFE5EA -1804CBEEAE55A770F56E0C02B5CF22B8C6059DA580B74AEC3B315B4BCFA82317 -C85C113BA20337991D223215AB7D60D7948FF1AD56A6E02CA63F738207294ABA -6BDE99FC2D77A01B8AF3B7CC621F61AB5136F2AC6C88AF8F258304CC5841A8AA -C717C83CF72098161B60BEADA770F54E9440ADD234FEAE73FF2A253A09F2AEF0 -A34C24CBCC0A403D5A847BB8FEFB95D2BF17FD7927163086E41E8A6320BB828D -0CCB3BE5B59DE4DD47CCAE96CADC2E1E1A6E6807E597001ED69A72772175752B -1D77B1E13FC8FF65B2C1EB4DD27E7A59F70661502128B88F99E483E120FCD00D -14393CA398D90C71ABB4BB59DD1DC3AE6F3AEA4E73D4639D46FE73F88B960FDE -FC6928033E87767E985987A24423A54F6A852B01A799C26DBED7B6181AEFB33A -BCC8F3E36481775A321104E857345D794C31A14F70A0E0C40E3AFE3AF4AAC7EC -B3791A82069D1628A783CE67E42D4A069CFED04E921B1EA3D96D92BBDB7D92AC -19D09FF3374D529AA92B3528F5CA3AD36A11B09B347437D0001CBAA805FE09AF -5DDA2D9E3519DBF262F6A2725D91670C1B6DABA1B0341B994E18BB98F6F2FD0E -5723C2B13F7FE42A6F649AA7EA882DAFD15C35B2CD4819FB69B4F48AA04DFCC4 -D98E07DC72CF95A833DB02ED1ADC208ADE7DE863AA76B53ACC6E1B9A8646AFB6 -81598D03B8E68B5EAE2CB0FFDF73BA6AB6523E5ACED5C387EF965F2D8C10DAAA -B0BBF8767EC929E7F0A845817DE2B2729918A3BFD36DB2A896F4E661D12637D9 -A36F6F4437E7AFA9EFE4C41EF76581D1A3CE06FFD18C83D871CAE6EEB35527EA -7B10A89046EAA4361F1455B78171DCC7021C79E3B978111140A63B6D0F1C9F40 -81CEAEA03AAA12D252E024E904E8221F922CB61F42567774B3796BBB91F0FE5D -644740774226D16C490D798517C742A40AA7FAB0F7B105870015F8EF3B9E871B -62C667FB1E2C4901F95DCFB400C86ACC0E3C7C0CC5D3C1380C02856627274612 -DB696634B5133A6928BA001A22A7AD25E739D30073011703572B78E1C4998D73 -46805C3CB436189D0BFFC946813D51605C948EA5CFD4382B9423D3FFC69A535B -299128176FC917A333722F79721CB55434198A3947C4789FD0BFDA54BF346276 -D411F3CE7296AD56C67ED67C3C9726CBDB4C125190D97B56E4CBB0E818E8F311 -3E473921B12818E57DD3E0FB29E07FF089555FC809CC016D728E70516ADF7F4A -4E51193A8EBC5A8E8B1A6ABB1512DC02322D8D637856234962387FE23EEA8EB7 -4060231CD31D5766919C655D94B9C996B583102041A50F6090FA371C8B082ED8 -EB09472C769848582B0122BAD0EA145439A5B2D2961FB4310392AEC5A747552A -AC25A3036ACB13DCDB126B34E31E3C3F46F70FE5DA2E68D2F5C14C9A1B5BD46B -4D0428C04B510D84FC1495E7F48762A73C9C52B78EF268FB40E50D50FA1C161F -20FD9A833038A6B17DC75E247861C649D0F1C2DBEDF2B03EE2C004D65464B5EF -32A7DFC6AB9105DA6E8ABD2A304DD4E052CD01734D316728D08214457428AE45 -CE4C4D3FB2B7336426F9E058C746531BA83AB991690A2EB3AA05277DDB7A98F4 -1C26FC0BADEC401E8F56BCEA7D7FACBDA5CCCC81B22D4A52352CD81DC3F61854 -FB911054CA763B9FD29D43B577F7DC8E7FB9EF814E4FCFD76686F110ED1B33AC -36B12E84D5486777C737CF841E1C57F33224C488EFCADFA1405CD355C0C2C4E4 -664A5F3BFE0D8157983EDEA791C94A30221863AE138104255FF2579120B12018 -591D2CC780C5302769E7951E1DE9755727283521F88AA524D19F94E750B56861 -B2CF10FBDCA025B4A452959D67F4FF2FD7B76523C9722BA73186F54E3A82C773 -534E6DC0AC1204B54396DC69E5DBEE2125AF8803886CDFED87BBF86E73A57D21 -0B6770272B6B21DCDDDC53B8EB240716EEF77F64269D9672D44C91426C762479 -20F7259493F6F092D5A5C04777E9D33D20AE450918DCA3F3ADD1470AC9D5929E -312393C732D1A07E6A49E0157C7996DD8F3E1A1AB258D7909362103E3657F942 -452232E6FFF2AA237958EE472A9D8230158C5037D1978DF1DEF89676C2668198 -EC5625B0E2513DDC0E16E5119B976A440E8FD5389C85D3FD22B1C26E34446EE5 -C64788D5131FA10C718E385EA778F93D91B353F3861B0E3D27C7F34A773BDDDD -480C2308052AF856F3FE7D3787B6D279568136C7E9B29ABA35E2D4C0FF5B619F -A0C69EEB510BEEDE2780DB65C9E1A3CA18B8854C949486A70F425019961D6C02 -CDC18DD73D1862728EA4F85B8BAC8B74C4707F056D59D7EED80228BEAD8FB75E -2BD436373CBCC3DFDD6CBDC863428C3D862EA0244928C48A558221BD5C339C71 -2FF11AD059F98560EABFBAB21938956D4BD7BFAB2F5292E4FA85EBA183499225 -D30AF98514893F91B977924547C827D53FF112DD75EDED3D5C23573EBF5804C2 -BE9FED8C8460F2CEB8C42F53C8ECB2CF59287E6F2241B56C6AFA5B8ECCB93594 -50BEDD3D664724269A9995DE1D31DC772F46C23AE2EC4BB84F9E49284642A354 -6DEDE4073B1FAEA92DA6B8AF1212C3151342A2AE671C00EEE59D4A7D48846E02 -149B2806061CDDE386C128660C326633040AD63E2CCB1A1C5BC5553C3EDEA0AA -4436EEB2B46FF8C5F7CE1ABDD8DAC839642B754983D8827EA795B99AD0B11007 -0BCB7619CCD012BDE9F81E0A07AD0976B2FB484458EC7A67EB0B0C6F6060DE2B -680E52FA70BE3B2732AE52E093A089C223883EABCE4E478F1D159196E3981449 -665A3D4113DCAC4241C355915AF4C205A7CAEDAA83B433A8959AF6520238EF56 -0076B097FFD9819B97427BBFD051B86CDDCEE81669AB4D4CEF7E96D20200B3A0 -168D0682BF4FC28399E9CA54034DE3C3B70AEEAE2397BCC96031338D09F153E4 -1C80B6F6B7557EFE9AEA2FCB86C302EDA6AD1363F82688BA7A34ADB0685F0F2F -FD197E32A98E430E84708C776A2A58402DC1A3FAFB77FEF65A44BF456CB9BEB0 -CF69347E6719B8EBF1D40084E1AF263CFC00FD517513F410CA5B89E85407E005 -1528141547C4ED333F84FF7B1DAEB3E19DBC3E077BEB047CF47C05EDE399FCEA -811EC663ECE3B4645C7559F7690ECA12606468706C7C1C6235FBBB56EF715803 -A22A65D22F3A26466D93A09B763BF8CE9A3A2B1FC87323348B7892DE9B6BD7A1 -1C0C31511A1687E10917B4B626FF4A04310434117A134D80E918C1C40D68042E -03C7B1F832A92084D2182FE4A17623554376BB1906501518B7F4A6D8F73F930F -89571727C5995DE03370EC562E3F671F4F9B8D6C5B05097D682B0DB55C39CF2D -FF915DE6AE5E38E0401C7B9E99D848CFF5CF610A6E4282DD046489880E39FFCC -B09ADA0B98E2B92CB78C49D45582B1DD4522C033DC813BE09732D61E087E823D -D926CF0FBD9EA90A5320BF0245D6376B30BBD4E65329008FAE98F7C9C464C9D6 -D099A90016BF118141EEC468EE07866A700CEC2EFD57305D73C8B7C24B6BB373 -7A296646C5033354556152C7BCEBC6316B2566880877C26827E92BA1BC533351 -84F577E1388BCED6B5981F5DE4157386058299199A04F43AD4726BE62341C888 -96F22920718FF6D690ABBC63DAA90607B9A0D485A562A6561E63E5FAA20A18B8 -7A7E06BDFA70D6EF8DC85A9350FD7B009A0881BC3D27214FB05268AB06D721A8 -553FE1486DC2388F20D63FE969F344FF3EDA3772C77CE555EE446364E890A01D -B2BC3763A9463518524666C76B0B89D3906AA198953E8B29B6D9E15B975D2A86 -E62AE9B8E1DF07B31B76F45533E916A21C2C192E528DF38E7FA81088DB5A328B -3B174E6B20A176DA12D14CBDDE396E1327D85DC89623E424AC4FE9F7520F4420 -94DEC6FE263C11A7FA39F5D9C9BC28B9FFC72194DE2CED2070B0A071EE3F5DED -0678BC5F7873713A24AFE365D08DBEAA4044A7ABD55B60A1ED2AC04AC8887104 -97C6F3050C9F537BA248A63F56612C4C35920EDB51A39F0DC70AC20355090BB1 -861F737ED456DCE0AAB8449EF74E8DD9BCC9A2141EBCB4CC1BB4CC5E2BB9098C -8B4A71F17108E730009A77047C9009C75E6EA47758C443693121ADF5CFCC4766 -C14890D2524F7BDE488B3A5B49D1ECB4B53E7363179D842B248F65D7A19F34E7 -AB59FCB3B90A1D93C713E795CA5B4138B850DB3E78919E713E499AF4488348E0 -ECFC4935EC87E1FA948BD5CE3E3DB38898F258D8B8C46E990E166CFC3BCC1245 -378D1973D3C54098A240AA4C357028B250A0AD1604E9F45B9AA7BFF18882F4FE -657AAB956446B9D1D059B07F7260A68E77FF172B4D1110BA4A1C52BA23D01CBA -53394420F05379FC05E02400BFDA69316F61BFCF7C3E489B9256942EAAA7F7B1 -7C1D3341EE7925AE22F9AB79F9A97BB1485D128F5C06A68A5ECC9944A09442A9 -14C738C5714D816875D7105EDEC263D10143900DDE911D3FA338F1C575929BC3 -BDF12E0430B7F128083546AA6354FBC80C44F8C59B19FFEBA67EEF8FEA271E77 -FF3A27D067F4C11457BE070C1B7C7BA4F9DFB7DB4FFD01205745A42F2341EBFF -3A8C24BF2C8D6F2AE5D29E011C597390DE97F955A8B24F3A6C4AF4BF68ADE5F4 -2656E94D5649CC19F0DEFE2F1610D1506CE2FF4E15EB9FCBCE674D3EF7404D8C -401B49EC13575DEA4DC63B3FEBCB0DDB7260DCA5841F135C54C74ED6A4683BD4 -B105412BE24599A83B8177B58E011966B6AB48FBABAF15DA7EF9A6FC15D7D33C -8491A3C05CA1F0176F710523337AE4AD4BF0CB4C1C75B8DB98EE10A3A628D308 -5263444BA7F10D3164E83E0DBE762FFEE338FEFC30A8B18F5241A2A8C967143B -C0588DCB812CAB109F466CB5ED9B64CCB6DF8B469D55101762A7AA58749BE985 -A08312D00E3AD29AA546590E0118B10BEF2B15FD3C8176529E4F531C2FE92C8A -B2B804F6AB935DCC5B18823B647173E833F6D811D0FA7FE05EE68B5E2A5DDC05 -5A040D9F485A860EDCE7131542E922E8DA5AA205A7085CFD6B11A9AC40F9041A -31A62CC60C25C3E132BD8039FC3C603E21961878908A4E84961D461EDC0BA92D -8E2242C85ADDE4A199B5FE2300068EB7286A3DE0F40F2E7A02B99E8508C98DF2 -7C6CCCD4A18CC53F346D683AF420EBD7E350AB1F9E9836EC2015DE659AB13814 -CC6F271AF1E96176AA81C1DA52FB4314B5604010F01D78875591622939053E51 -62E36F23863339AC6E1D92F7B6CCBEEC7B730162F69E54BF73CA37499C8C3AC8 -FD23F93379E5FC695633C3539DA4F8398E1EE4D8375E594B361A6FFAE655DB3F -4D9F3B53552BCF4FBC15F29EB3A08B118B3E6C6F3A1CC946505599CE69F5F434 -5F62793D5BB8BA9C00F1CE273162961B48D117153DFEF3E51CF6BE3D6B3CEC76 -C20F829D5AD3C1CB64033F9A8F6B24EC45F8F27FCD55B47A1D1799CCB2BC42BF -7122C8F5C1E481E0EF313937D8C999BC568BEA0BA2A0C4781C1E4685DBF7F41C -E75F5930525FE38993452972EF12033A847EEEBD69471BA73FB91D265C1AA04F -C0794A888404F60687AAA2ADCEC206119DB64924F8CC67362F1CEAEE8652E2D1 -0BA779CE68D5CE71BE03123D961F9D163727C5CC7ADC00E93D222E128726048F -5F6142BC5166A34B56000C905466AA057E17CD906FA9E7D51F53A4935BF65459 -F5604E7A35CEBA7CCF31F49899857B2A2C779CBA10A879E8BFF06EAEAA087687 -9FADFA796CA26E1CC062EB2FFFD24FC7AA54B44C2102A133AFF56CA60B0C3B45 -5D17294E5F1354CAAA4E1C6F71A4B1721FF70E77AD2AEBDDDC6641D7958E9FAD -A51D442ACB63784F7993F119CE2AE0D09016DCE8C342A8620BC9388ACE956AF9 -BAF0AA920184F6B67ADF418535903FABF54D11E06C027071D99F20C8CF2C6991 -26600524873477D372A3C5C8B306487E687A7384A4640E6A25840B9FB3CCE51A -113E9703E9ACE573C1252DDB5F757FD782E19D3634E60453B518750787AA848B -08B704F48E7945A1C3932E9C1032454477946FD56DF637D3438F510E209F0368 -2014B28E2F8BB9C230F728EAFEE5C679CFF64BFA29548D5CE844EDBE9E180C4E -F77763AD85968843CB4D999F8708E5298D9C6EB969D26092B47D4D9DAC4A44D3 -E79C8351D1D155C0A1290299AAE5BB02E9787F1F48720177CB94D898CB0ACFC0 -CEAFC6A0F8D61301F396349CD1ADF8BB825EA70CA6296289A59B182D318A4997 -EA2712AA7BA1D15854272869E1C24FCF158453D5EC17D3D93B3D6766CA76D6DC -472E54EB9D402C7FDAE2B9B641C9688DC3321E028AA136E170944612AA30F27F -6B90A3BEB73C4F63DEC6D0756954F36C864DB86EFE59AD1BDDBB3097D3E45AD6 -0C87A5AC26454F780B8BC6BD472E4C18C071B40B2E61854E5C16971B54A00355 -B51E187AD293395FC88D7F86D1A2EEE0747336A16C728CF24215BC01B74A5D23 -AF24F8B63D9231E68F00F3743F30AFA9A09FF49D5A7E2310B9A7877CFA95CA44 -3DA5DF4094A57F884825BD524AA2A1394FC8702F3B73EDEB5DC699B9730B0257 -966ACE31DBA07AE58ED7090F3A7C3D69C6C70EA465BAD6FC788649BF73CC8FE7 -DE56B0CAC8B2EF2988B771DFBB54332DA49662B6CA8ABA825EF10C3E9EDF0229 -20694556DE1067D5FA69B6A0052B35486DF6AF7A5128995A6C62402AA4895F7B -B3BCAB863FC3F8DD5392FE954120249394075904C0245020B9F877278D09BDB4 -C0BDEF97B1D8752AE828C7E889538920675CCA5FD0D3FC2B9C8FE8F38A917E64 -71726ACA14DB4FC12F178E9634EC47955180A1F2D7DE2774F2C618D9333A1BEA -4235FDCF7D0DF2CF57F34C68489585DA58A644184C982EFD22133F8CC3456103 -D74325D40AE90A50CEEA0DFEE1BC380E66A6ABD13B4D140D5D3A3B020286E2FA -BE9884A0815A5F17FF9CC8C3B2F5F134F3748A23C467F8A824DD199D8A04AF95 -414CC366829CC1A0E5817EAF8EB97293DE39C408CDA4EFCB5C34ADF6420AC0B3 -87C9549EC81892CE73565A40FB99585B58EE7F3F5A840772337DA4E831090496 -A4CD4FC7FB04216978F43BBB73136164EF5E228AE6FDF0FC8893C07A0E483C8F -AE4165F8017118B9E756A8FA3CCC3BA81193B65B1A0160B759D8B53774C1657C -D2846E5AD959C5146A0141BF258692DC62CBFF4C521E44033D71F8CA6CB85E39 -235CB57F3F6E733FD0956C0146D8FA6D61B20B6FE08CDB48EC3C8897AC502BAF -5B170195A74EB681E14BF53C50FF7D569B6C9F731D83A8AD8B2C2A137AF43E58 -71ACB5AD1D4BCF6A5C2549E3DB9396339E1A156C544B6E881AA4BD42490913BD -8DBD493DE2E20E52EEDD935556FE9FCD488D51370BC072D5F48739A257C05D06 -929FD375269BA4069D57CD08577546E989032EFE7A190FFDDDA95BB793618015 -008DEC967F059EDF9F2BE49B421842D5CDD6E334E1CBC5E59CB419008A36F9AF -9F876235FF226CE2538611B20F07EA41B08CD04629173A72A79122AE8774A1DA -EE2B9F895915CE07C20F10C07E41023065E0CB9F0F3D8EE28888F1BCD4558E0F -4ADA2FBB9606ADF8146EC3713FF80CEE8C1414575370B2D5ACEBC0B1A3D301F1 -01FFADE47B221E972811E5207305417029BFB23EEDC81405954D0C743061CFBC -7F6E57B755CAB5AFF32C27B68D7D526311018CA244EDA085898C60074E11C39D -714F6345359DCCAC4F53BAADEA305C9DB15FEFBB075A2BE78E2C5EFE54A8BB4A -07697EED8978F1CB89C51AACEF83E1A667668019D5A44941510FB445BE7D4C69 -4A5DF3970D0C65422F4E8B909AAB5DFFEF461C1F6F201E121F677C9BA48F1D5C -931535D87EE4105F079E8DF91AE24FF1C4B70E9E7D3EB6E79020033ACEBE41FB -EC55594C83C9DBFE8152C6A7E114FB0114778C3D45C97FADC79975497E7C3700 -EB6F9058E78E545A6DE6800CD69E277842292099D4B043B4523F826D5B25CDD8 -0528B33CDA5153CFC47C037A7935BB11CADF8019DBAE4FFB53484F61D2C4D89F -96BD55A1208A5977E81C5271FEE00B8A18276F96E49F9BC3269AB0551E2A3F6C -934A72674BA63CE844EAFD1F80C2CAA9F012F414433DC9D009BC7B40E4BF5DC9 -149981E0B5513CDEFEEFAC9760EAB7CD86B531B2ACB73E9D440D85312352FE47 -3975C78D81434C1AC0E2669973E9833A83F2382557E9ECF6BC37E3787EBDE5F7 -B992EAFEF7A37CF3925475A584292D25ED6D08E4C4CCDF12B055CB8553BC2C54 -B437124B366536136265F50AA07A894E23B4A700F8A4B1C0C497055B94EF9D87 -BB3201F6427A0F6867278473482258167B48D7F140B0B94661BA8D8D054D81C7 -9FB167E5542860D43ED7E9A0319545B2154A8FDC5ED9D2BF26B6CC41C2C59F1A -6E697B4140E555676D4C124D4DD1D80C858DF56D225B5178BBB11D4446D707E9 -8F4C3FD61D1B226C05D82A866FA4E66B2DD34890C81086B9712C78614EBB23F2 -C2F80158A15EB130B08D3739C235B9EEABD6455DA67246ABFD7A3089AA4C8218 -D42C1FDC1216D19890886097A933FEC71DDF2C22E7B46C7A415B2455E660A596 -7C5F2C51253809A1E083C3D7CE00C992B96DDCEF64887D51AF17D07A5EB62B7D -E17ED3AA48F075CF0B6909628DEA9C141AEE4EEA564B7D52B30672DD13F531CD -0FD334DBB1117946FC7FD127F98E33CA9CB7B4A9CDBDAA734358F76353E8FB93 -4A1D5E343A40EE70D1C5931A31B51F9FED55DD2D7D149C7FB0BBAC553F78C0A3 -78C0EE7719CD26595681B043EDCB1398F3417302971D7BB0CEA5E26C456502CB -DB2F0365267F3531150777906D8E2FC7FC2813F7942D3ABE5411B06BEC27CB0C -D67EE46CDBC693ABD7DA4903A086923DE991A3E4D37FC3DAE2692F1054437149 -D803A75E07466F7487513E6880D0C9FA00BDECD2C1B59C309C5D6FCD61BA7CFF -E8E60EFF9971CCB2DDA77733800335C0BE493BE94950887D3DA58789C6A3B9BF -968A6DE73B9439A84CCE41448F69F47C8B841682D3A2A3839EC8B56EF981778B -343CCE18E3886951B83882038F0A5BD8DE6BB6A0EED6064008D5F29392573173 -62BC23254C65C49404F8F1C58E8CFC0AFF6B09E9567D050415F6C5B7073F06FF -61C4FB63CA877EEF8EF97292CF20D3EAE1A5CEB3E5B9185EA13FCD175F64B87B -37616CB5CF6996B72E7A0FD0B7FC11D75DDE00FB53FCDB852FF78EBCFE27AA0F -F146E3CAE775F2636C4BBB2AECB109CFEAA15B41F7ABB89E3B78C88E51D72B05 -783D5D433F26B895620C2D0A20FA1DAF31C1BD7A125F76356146EDB82E5BAD99 -E65AA21937A0B8506C93ADD1393A6560FD997DAE2162CD9C28D56D67EAC8C584 -A2A9E328AD237ACA417612D7BAA5A65F290CC93C5362B734BCA4CDE5A290DF75 -5600268525CDE3DA93F5E491C316208F288D14375EF0F3BE155C31DC154BB3F6 -04D24D50858B07406307EDD86FD62790C76A0FD1CC1F8C4AB44B095BED717D40 -2E468F73698A5B8915D4C7B540FC49B5111CFC36EA69D852DD992AF9B4D858A2 -944A15E8D89649A0E3E2BECEE59D15C689CF052F137FC28D030A1B4C85E82183 -8D1A174E0809DA0DB4921F0F4C9240F496529FCDDC16F355667C2977EDD4C492 -5B3A55D62C864834A5D4C6A7F51FE2C46CE3A6A21B3240555BA13509C16FA3DC -2CA276014E1D9DF75908A803FE6B2413945F5EF522FB4547F86E1C11E042559D -6E98714C619A9FEB7248577D122C388D3C8890E14FD16812FCB16D0EA30255A3 -95E40AB702971889B4D17DAE69F56FD5E39ED15571C883EF517DEB4A16160B7F -07872022412BA5FC07C4BE37FB276A4B86BE06377D960D2D01813882947ACE62 -2101F38E9166FC7E3A629C3B1C6E95FDE05771313F469C1B6E40F8A2BD42ACB0 -51DCDE9F73F74FF5CE2056D32EF1FCDD8CD3A4EBEDCBB8D2B9C7C4967EBC1889 -CC89C7BB39B15177CA47B048250ACF0CEC47D4090A2EA3BE1C321B071394A8BA -6FB07B2915813ECD28776735827D3BDDD34D69C00D87AE9D88A32C0C1C217461 -E98C9D7FEF42D19DA4039DB56C4616CACFB519CF7B970F35D4CBAED7003FC0EA -703B527A2F6A8F7E0F7A7E647E3757BF08A31523D3E95FDE71F064A4648B1D59 -6DCC4CBDE6981C199B35AEF86F2A2EC44F3D6AD7DDC2E80A43EF586481530D2D -D4923D542A738AA3EB370BB6BD076223D126AC66524389E772AF831B607A71DE -CCA8B822D3EEDEA16A462D07ED61C27874FFE3D9770354D660ECDF58126636BB -EA3D68FCA7842E4A6219F8ED487767B276F1C3D8F61316D7ADE6EC4217072A4B -28152B404B7DBC9C22A07D6509D562C1503FD15E176EEDB7B9C973E96049DBFC -348DC2AC2F99DDD4FD42353E7261A5D876FD3B91EBC607F843DCC1D5EA7F7C2E -04BF867A9B928BEA994B85EEDE98C16A06669AE114E2E7651A90E436C1265E2F -7D9C121D22B5AE7E147A28D928D5C721C170390E +D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7 +5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99 +8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716 +EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C +02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D +46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A +4B60D020D325E4C2450F3BCF59223103D20DB6943DE1B57C5FD29DA32D34C95E +2AB2ADB3F60EEB0600C8ADE15A2380DE10AC5AAD585FBD13097B1A7E8E210D4A +EE96785449E07F0C8EBC2EC5EFBFD0897DFDC15E5BFAC9584D8DE95C5AB288CD +8AD8B9BEF0B8E5F887B3B0B331542FC8184DCCB753DB6ACEEF98B85756B988DF +CAF1AE0DBE7D37D5F44A2E760AAE3A5197C27B15E32275A64946C3E4D0476FD2 +7FDE148C788DD2106F7C825E270588AC05B57E625AB17BDD02306F9E5FC851DC +32A5A6EDC43C770A71419B2C0C8074EF3F222C8A2097CD81A91F333A521B3A09 +482A4FE1CB231CE344AD126AA284C3280AAC3AD162CF0EE241BFB4C8F20502FF +118507F5D1B5FD898571015E73E5CF2281085072E00D401F6F59761EEC3E8381 +1F26F75DB66C504AB6BABA87D121B1E7040A07AA2FE01F80DBC246CC03C4B2DC +C2A715980C52B7F96BC1A78FCC7F4F52EEED5F705E08FC1E5BBFCAD121FA88AA +8EBE58172C162AF409DBB0728F14923ED02A65EA24E5D52B6AD07777455A70A4 +61833D3789C719BA92E901232599767E423D5AD9C807670BE0E7B5CFF8256A20 +C7BF7214FFE0342809570F5966A2C43E784F35015D9040BA34FEAB6A6F089504 +3A40A9E9D711A2721D3F4998371430FB3C94BFC619559B97D49627BB630F4B70 +9D0A8FE4E916235335C3962F3CFDB04C4A3CF714DB5E260F4E66FFF2F27CEF2A +D4AA26BBCAED23B8BDC98F8F453BA27AD7758537561E766B82DC3032E92A9EB0 +125D98A22C5466AF069BF72A9BFA052A8628FEC6A6AD0B711DFFEDE3AA2D7CE8 +34EA487038EF50F953B8B4471CBA6FC3C53877EC1BC94582B1123EDF44B4056A +30F49394BDE22CDAD7F01951C7013D26979277D18EFA594E8F4F2B5E615187D9 +39E842EC28461B9ABA52020A127D2CB9002A673A435B13C10602EEFDBBA6BD49 +9DDEAB9E68D655443A5C2492BA061C1391A51592BA8C353A6F6A0708E8860184 +2B5D031D2CAB87D618E9F6F7A0BF3F66B3FD5A25BB91F7F1F5F99CFF56EFF4FF +0A35C55658001ED2E97B26C869292F6274D433A5443179DBB8EE987196306348 +3F9E87C6422AFFDD30080C9AC4EE7FE5E2DCBFEE4974331F4AAE479FD8806D4D +9C2B85FC69EB0453AD827A1E767E5C484BDFBF5C8D6E2B3C96298B390F22D757 +802643A79D5E29CF3AEDF0E12CFBECA4663444FC87F2027571DBA9ECF688BF28 +FF0DDB3AEDBA0FB28447CB4B5D5205F40C1E7A525FD7373392EEFFD910AC82D0 +98E71660A1B3227C4A2592F3E853CA4CDF64DF19A52582E167234F4036FAAAB9 +5446BE102DE2BF43E82F0112C2A20F15A3F92C6571AC761665A905362C4F8BDF +AC8705519C99862CD9C0D75113C4AB5FBB83C880E46B82715B5628890D9103AD +A2329638B95D93C4DECDC5E6C588C9D5183EE6FC28FAF9825F02DCA567306D93 +5440987A81B51EE7291107A08F201C609FEF91A8F0587E8B13D4BAF74A5A6815 +DE9E4441F46AF8E1DDDFA2D611C889614040B144A5EC064DEE4638C04EAB2E37 +4CA8F50FB8C4D65BB296DCCCD39F1F554CFBED96670A91F515CA10EF896874BC +8EF48C6447752C70FF5A06F928DB55586354076773BFF7E94C4C3A7A1C1F421B +A9B4E3936EC26E0C19BBBFC90F021E877F54B62108F6DD1C7F6D5B8E64FC9362 +E173F01BF2904B7E5A08B3543611562C2714099DE7D4FA330DB148B560A9601F +42A84452811CE213DCE782A0D7809CFD954D6BC1EBF2BA4D1B18F50FA8174C96 +3E0120E266AD5DDB40B3F6798AC28CDC5C3C4BC34583528F5B5DC8A222B80B59 +A3A93DC715D061EC6915E6E6E21A25425C25E8747C60F170D61047108826F96F +7830E220C108B441B6EA3198E33C49BAD8D43086E49F5A2BC7958A1A8CD011C4 +49045193394696EC3DDD0BE084E8F2E9F0B9496F035C0DEC1CE11409DF566428 +D50043CFF5CDD1092F6E0807E660B68163BCA738E8D98FC6EE3F713164CD204C +0BA84FFF4F33F47BC31750B448603D7ADB9AE92FA91AEBBBEC0DCD66980E6955 +CEB425ED07115B24E40F53B29B9D840842EAC691B4F591F866DF27556474B485 +1C6F53DD72499847109B16C7093984A6B8487D4F3870DD517945CD90E648C1BB +8A6861E540FCF9D75B984B5009B5CC760CBE297042C240DD624111670B703388 +6FE6FC0E89C6B4C88F51DFF3913D0CC1FB4770C8CBEADD4B86393605C0B6C468 +83CA5594754411B6FC331EF56D7CD6D247FAE42E966583C29239A8F862348D29 +60B177984B6B957E733DB4D275015691D91443BBB13C2DA96097A29733CDB284 +42F89C85A7A743338C9DD3BBC4EE53F695E5163E6E1ABE5791ABF100B198B9B2 +1C21E2FA2FB4AFE7F9BB2D381260CDD3A2CC05BF513AA1E80ED69FA27BC5ED5A +21445BF00BC2F997B356D94AF13736C6D3B0613EB6F4CD96A685FEB672661DCA +206105EDC3CA07900676EB2FAB37F48D2E8207BDE1463894DA3C5B1488AC1EE9 +D39DAF691648048F5D7A384B8927F8DA2BE3602669F71D80686E427F395134E7 +7ADCC611BA91AD4B7A0237213C60CF2C905359C90795230344FC3C50A22BD44B +55B2044792509F50F5C21F53D9F9E9F063ADBED3AB99E2613B23334FE8DF70B4 +6120F2EDF69F50BE793EE145B9FF9C73179DE640FC2ACEB5C6617F918CEEB762 +4CD81E665B2E544864D13230B058717B207D3CC5D6647D5343DB4D0356082392 +871EFFA896631A7E0D6477942B632074A9A4EF7B09D4701B1639BAAB4E03A40E +9B54A7A4F845CD63F88831EBFA4FB847847CB98F3455CB5957F2E0A0F5623645 +DBB5C5564C7F8B117D6E27E65C0F3EA81AE67B4AE4B201E7C4FB0A8364FE53F5 +41A7CE8F834C2C4B322809B353A5E63BBA7BF3B7DC1A85EA700BD287C2BD3FC8 +2832B0BB4695FC937FF5EF06FCD87DCE6DE793C2B1EE10E6450352C17726155F +220D550B1759E15AB2C1D5968E52C8080CD280E99D3CCC0E80C2EF8BBFD96001 +A226FEED7311EFB4B67F424B557A877379A15BCA54780F0CD2CCA00400B9B39D +981C6B552AFD2506D1B23618FA9AE6D8143CD7198A8482CB416CCE62B992347F +337D505A4078713BBD91E5535BD58EF0351EBDCD749CC24D4AD39F8CECD7D6C8 +139756680A4C03A58B3374CEC658D30160AE4863A3938A891BB59CBE02BB451B +1BA4B2B6E68AB61DEB85F95E3C909B8B66E220B9F18280161C279F10F7093CDC +100A53D542F071CC0A5AF834DC1D18738F5DD62A5573E884E1FFD22BD810828A +1EA47F8218C15A2E97CBC609927DA3CC2B802EA4A0D7EB57627C135E3B065905 +F97597D818A2C5CC6F328AD25AD11FA50F1E4FE637980B7474D6F85A521892FB +72989AABEBE02A2D0EFE88A6F67AC29F5D8DDFEDAAF465C439983C6B84389FF7 +A6434462BEB7B07DBE4BBA61ACD4A60C55B5C0AAE527DE381DFECA2E6BAFDC8D +310364ECB42CAFF72BA93C067B2F02D1CA7C34AE7CDC46787A0E234C8BE8A928 +7A6F3DDE0338FAD532A9886E8E3525B85DD39364AB03EC4C0DD25DC179CC1989 +1BE232E387E857C78332D834679195E10F1E7B87B7966DA3B2238F53D1E13FE2 +8F55ED6A92A750C7250C9B91E29796621E7E9520373214D7DA81B2875A986D33 +80382AFF6DE1F829F048E57664D9C4ACE91E4684A51023943A4964AB5657D610 +3A5405EFD4CFD1EBA684243E15093C9667797BB47617B66054EE02C41FFEC45C +C1BAE8AD56B00D323FCB1D2744F061FA16E161988741A319B1564E04BA210996 +4F9F02A3268CABE450D166A763F5284954564A1C86B76544C5F5ACDFE0D758DB +865A1CFCF9FE8CD5F9C3B2998C56468FD52DF8EE60C6935A3D221EAEC7714E3B +301371C7DDA0B03A2416238F2B47BAD3A2C5021C886DF51C695AF9C87A864B48 +3BB3FE0B355EED5454B59B25A0D8A1B8CBD356C24F64D9B55E16C30C011365C9 +1E0380753BA3EDC0868788D5F50B9353D0227BCEE1BE36998B2622C0759BD66B +E4444250589F9CEDE766D8B940770CB6B89503E925B35C00CBEC2873D2DC4A29 +0823FB7A3717B69A7DEDBAAECC067949932728E89BEECAA91DE3AF9BF070B9C0 +30EEFA8C0A55C8388CAA2F0515915C98E67FA095BB98967D14B0DCAFA9622E4E +2E0EBFC768D80585ACDF28D8A5C2B6EE2FE7AAF62FFB90F569F84A0903996DF0 +C1D5723366C436E4088F3E2BB9B47F9789052A71CF5C49908CDC1DDA194BFB89 +14D7E3D7D4D72A150FD6FFD8303E9DE5A97A71B808B8BDF2AE466F31BF5D7A4A +44F81230BBE2B456A221E2F72A8B59F8FEA8D31F8A005A5BD93B9F49CFDC3DCC +CE2B67090460F632271C7157BDC2F05BC2749FD562FC28682A616A52D1B67654 +DF78B7843A9EC26A7DE2EB168F874904C2915B97534B2D4D9F74A9573A771D34 +9F7BC855E8F794621BF6AD471BCC347E2DF5F620F5C209E33A4CBF1EA85AEA87 +4492A77342DD33EF615FF34037D660B713C908786D9022051B825226545827A3 +2AD1B05D654DB6E6D261B4E8AF0933AD1F0FCFC7201E1A7C1B4199F160C38676 +21ABA2DDF1CEB655B3EC3226E0B122976EEA998F7A5241F062E54AD1DFD6ED26 +47C99A439E0AE95415059179867CDD3F0FF751F3141309F40E00A6C7C28433E4 +F649BCD5DAA64177580E05C495EE7BCBCC5FBF104DAF360CC2711386655B26F9 +D349D887EEB32ADE595241560FD5924A1745A22E6A01DB9C285EF14596EBFF0F +03F36EB2E0A7C3864F819EF7B0855121292D49482F046A55CD7271FE03F02EA5 +886864D9D8EC22A68C23089EAEFFF03DED6484D8C341861EF8B6FD3C5BDF5AC8 +352DA4E13A1E30D0CB71E090E9CFB9AB2CAFD0CA7C34AE7D8E3B2EB4666834BD +9CCD1AC2108348AFEF6071796F4BB2FFA4A67ED917E76A109FA2DC2A30D744A0 +9AE653A748C1D18FB52595D84E87F1C1FB6B2F32667FE203262C66627AEFFED3 +92B23861E5EB238BB4EDCE09DAE1C65BAFC198CDD1B45D42CDF93E16BB82D35F +821E9E49067E966AFAB2AB52928F8DD6359984071FC37AA652FB834A09E5BD93 +3AFAE161140E74C6531E413E8FBBFC42BFE8A464B71EB1D8CAA93B33D7BCC3B0 +47C7EEFCD3E9FCF26FF9441DD9BDE68D77AD7251C06BBB9A2103049E8827CAF0 +F26BEF33F656A690235DEEC623CC519AFA82DE2AE16FB99F780FD7D8290DA40B +9B604AEF36B529FD184239E7D50561A07428D28E51B55546590A1AEAD4B7F2B1 +AB8C5B9022C1FA03E33F8F409B24911AB8BFCF6EF4A8E415263C789F89063E71 +C0910DC20347469380B7FC1EEB87D4CED7F4A361E58B61C91AFCABA35C03F978 +B9FB5257C31657EE48504C355CE893FE3C553274C641DBC4004F5D5B879CC5ED +D3F21F867F6DF054127067DE86189F0B59A1B90FDABCDFEE61423609D888EEFD +F4A1367129962110C651D9481CEDDB8C5C2576A59AED64E95F7ED042AEAE2F7E +81AC0C408E593DC30DCAC334EDE9EE27D932B98F040DDCD195D6155607DD2038 +970EB78221A94C52BD4F0EAC65F1FC10E5DAA93C17266F351669CAE56F42B68C +6D01E1EA03AE554D63CE76D800FDD9CFD89F80A241EAEFF7EDFA41794EA25CE7 +97BD5028464D2CD45B53834B4AEF8BF0B9E7C6ECDEACEC887E8790A47A93F668 +A9095E5FA1116A122C0E5B74E2226C654D3187C6CFD8807917820423DA3EC1DE +AA020EEEF2280C44A15209EE2F3FC1776875308CEAD38571E7BF889F287E4594 +971A83605E0B4169D4A23EE790515223DF8724054EDAD905F57918FC0BC64F96 +514B4BF7DC9BA79E763C22C977FB6146B10D26FEA1BAA7BAF21312F78D1625A7 +8E242D743471DB5821408AB786E4A7EA9D35E30E85533C617689F95758FB2C7C +392E759C299DCCE36689686DE0C4DCE32649493650BA194A6208C5EAB670B170 +3F2C70BF0EF0E3BE2FB0A79224FF4ECECD6BB3388C6D06867A0E5E3DB93C1B2F +464C23E44D3132E7D4086E3B59B1D13F49EB4772DEDF8EDC4F603217233FB7BE +C13C28648E9AA51D53F11FB896839F97AEDD8834BCA53CB0021AE91FD8E95E2E +F8A094093AF556B9639F508A401542B06821FF9DE1A745FE9AC5CACD5E8E1053 +911442FC15CA5333751ABFE2C617D38FA1DC332BFEF44AE569DC631C93EC54D6 +261583A695F5A392867A57F59B741EFCD2DCFECBC55D1EA5F2317601C9DFE9ED +D1EA466210FFA905A8F85BD58B98991BEA58DFD1CDED5C9B086D42CCE632DADA +147941917B879139E016B0DDEB8446BA017FC8EE5A354533D667B0835F5D027D +C2D580C16B80B3D05CC92C0465CAE077729F0A15B2DAFC89DCD349B3F81D0516 +C65526EB5C10E45A8A85D716EE35FB9AB201FD7C89ADE5AD925A174169DA20FB +61E96C73A143DF964C20589EF24A0FCFE6195317F2FA0D2249C0D8E649C3D9AD +FF13332EA2E4C9CD36D8443EC8F027B61CEF92C6A6B72DD4ACBACC16E429A9A3 +F5F29C1631360E32F8C1C93ACB22F810B86D2969A7480F486F62F8488BEEC74C +2C1AF13BB92BC578E8CD30BEA6BC8CB68ED730F54CED0167605FA76AD7B7E88C +7AE7688E598F91C471BD65A542E96D64B1EAF19FB4F1234308C48C2DC86E2193 +11ABDB4C6189C6F201627C693691A86DD07FF55C30FDB3F72381E09C6080FD7C +9182762E5001E30F52A216E0B71E4D2D4E2F3B20F95DF3A11FDB2D2B5B5FAA66 +C46226D5E0C77066349770514E5675550FAC9394FB27CD2C2F974F1FD58C04A3 +1EF53A8AB3B2202CCA1CEFA66228E1480A0709436C44BD3319C40CF888AE4692 +5DBBB52B15CF3A518F627F672135A24D5DB9B2EBEF04C860AECF231EBB5A3BF5 +6DCCD5E72FE4B6DD29E896691868A7DE4120AD06AC573F5608B8449B38E71CA0 +EB5CDA3F942482EA7973661170F81DC88D54DD5B92323F46F833DFA757107E9E +F62A47CC50FAA1B68ED535C3E0E1073532A05ED339C8D70B3B9864808ABACD23 +AA95E9FDA43D54C66A675FA074E0A5B8777D3C07850A09087F36852B5351F35D +8BC4DDFCA35CF29CD5E3DE118A741FAC4DED36847F2E2C6CFE08669301722D94 +376F540982958074E7F1383C409652F6C99DA39FE90B38221E75BC1ECB93ABF6 +B00F410A0C5651DB418566AB350FDA1789AFD88286AF3BCB42B98386F7BC144B +02DEB8940D20A6B3062F0C4244EABC50923390064F1D027A8BACC3DE45156E56 +4A942D1B87F1C4A76B0D4D6801AE792CCAE3009BF25368B31B6AD5476FBD3BFF +9759EF463EF5E78E10B7BF64005B2ABE0E8813950A08A1808587A98E0021D0DD +751AD515E8278F1A0759E85D8A084490BBB0F8206484AA36388B1013643D3198 +3509078847BDAE08E76FA5BF3E3A73C323CE093DCC148E3C02C2DE1E26C94D5A +40EC8308ECB02FF7DD04EC1005A2A0DC74D4E587F10A3EF349E828F69FD38962 +2F0C74D5DAB3ED6CC9F97008ACCE74C086A503948DEF1AAF58FC8BEC703CD360 +D32098A56AC776B1BD08442052A2A4EF6C8798F7CDC102AF1A2009657254762A +0793F79A39DCD6ADBAA5EC84A7ED6018BBE727E5D477893D84F157074B24C13E +8D4881C7DF8ADC13EBA0D89745EF93B7616EC5355600BB0D2B630AABA3CF2946 +AFFD0B2B724EF0F28393F2034B2E69DA5061426805353EB4D80E20739BC4C510 +6C45275B8261DCBA10DE1D104B12F46ACD230977EE7D7D1D35D2814139E38C4B +CA6937CCFA653349B1EF64A98457F7B4B5D8F2978F16ECCEF7054905863AA46E +DD524CB33459220C71E9EFA7845A3A760A507B3D3ABC525B35930B613710A13D +098832C58EBBC8B0CA6AD516E6385792C59220331D0922A1F6F838A8DE13C337 +900462F952EABBDC2EB1FBF94A66186C177501453CD3FE3582073DD86F04406B +41B6AEB440DA475E13240445D46726A6D45185D56BAB8807CEC8A8F7CE1AD149 +7CE2E1BB5DE4E5B9592241DD136479A65905FD0062C91DFF7349874BFEA5D9EA +2F610ADB9AE7757B2307A1BB9D6797D9F9C4844A59841C7C7682105E23A374BC +A91885E7410F56F1126D6062165B9EE0BAFF28C2B54AB563630AFE4B69FF032E +7EAFC808A831EB41785EE4E3C12C9811617774408CD94DB0AA8DD8DA1FAEBC92 +63DBB3C52FCF345D7BC202236296A90523F67CDB5A61E1ACED53BD1516DCEF3B +551577E7F11E3827F465279870CA80EA5D9FBF65DBA894F62D4F97FDD32FA210 +7822C03144E0A07554DD1E3A2908129D592215A0832A9406021F0B0AD971DDAA +B6F2BA7A29B3CD95F342FCE1032955669B0469E3561D038C6FC92E4D81CB7723 +A14C83E11A4E961F1FC986C55B7155B85EDE07CFAC982102B9CC9B91EFE137C2 +AF41206F504F14DD921D63C229C8B7CE8F110BC23ADB5DFCE07CD6B383450430 +CF867408666C11C1BF88C463998811CE2124971A52A5FF779385EB4DA75B2372 +84C99F5B28FF8772D7252FAFA6739687225705994813636710D9ED94A70C0FB7 +BE007E12DBE00E91A5AAB4B2CFD7E622EC22111C2438849F220A096D9891279F +0DDCC564D440B4FF85F92448D42014DF2B231BD755943368A9554B60AA09E892 +F91A4B3291F21C9266C9CE3D5F6EB1C5D7524C125C86A63F7AF293C9195D2CD0 +AB55040AE154F6CA8B234FE0178E51D2EC007B9D4E483227880E1DA76448326A +47FCD6200A498E1163F1DC4A62013C0F6DD8A3E8E1A6CC6E553741DCC6D89F86 +419D4CE4AA05D132DE2C8C89D0EE918A4F36FD3E700E84B5F4E57BFFFE30007D +304874BCD800EEF2627BAF6BF458D18E9FCA04999F179ADB56240CBBB59EE098 +1B0F6A9FAE71AEC1AF60D163801D299874BD7F4CDF7B8B417748F8EC9D91CCC1 +A24CDB65E06C257CDE0DBF034538E97511324A8C312CBD69A44CBBCB3FD208C9 +568DF8617F833C28404031BB7CD198E97C75921C58DD7848E70EB7A5CED3C960 +C9D5E6F1BF20701D53C5A6D3E3A3FFF48FA93E7D9402419FC877204286302C8E +5767D6881C64BEFAFD6E23B65360A152F6C645821D85867A01278F81AED807AF +9D5439CCC15BDCCC9019329D309F56AEB8EF35139CCACDC1212D0C80BE2F454A +7D8613D0CF64AC5BCC79D2F8FC26B0C96706BB7AE9204AA9D21E6A91B1CB626C +3A722F3C207CFB4CAA6F0597F4A99C62B6D732AE40029F2BBB1FAE3E5EE64C8D +83D706EB5FC440480212CDA3A5A7619BC0B8CC07A329CC9A01B74A0E596D3574 +6ACED21B6C25737D3DC6DD65398CFF2C08E3F5D0A07DC4C245EDC49EB0447515 +B51C981DF70188977249C80C55AA5E566B3B90B798AE5ADFB18F0A4E99A9B2CE +197EEE02139A147ED43E4879E2BF6B2B03E13DB99D69CFA4B68CAF474C2D2021 +ED9831AB41D35E3C9EE64CA274F02A6967B0D99B0059B01BA4302DACEFBBA311 +E555A28BBDCD4CC89AC82466ADF5E53C662C839F1383630F2C6D55F3864EB477 +F1BC01972128298DC5AA2E9DB93B71F701AAF8C1A0A01CC569B27D1D942EAF98 +2FE30AD717697143EB36459F95151A2E9088FF2EB23B5608A831AA8B4A68370A +1991CAC1F9E58275E0131EC45670922AEAEA7DAFD703535495C0A3B05612F154 +8478EB86A56C529625EA556A96BC864E351CA800EF635484666F77BCE8BCBE2D +8EA485D5BCEF24DBBFD388AD874F05A656D57B0F558DF3791AF685DE22D49516 +97BCE901643EF29DFB9697D9D07F95D5272D789229EE6D54CAF42EAFF743CB90 +DB835485B9C9C14358BA686D966715015951961849D101377C57195B410F7428 +5C8E834CF6AADDCDA4B34007150615BCFD18AD6647571158E3F38A584EBA70BB +B0271278E84EDF37B92671E7DAB1639CA2A26D5F4C0B78BD25392DD3720C5877 +3CA2BF6BCA285BBCE91987BA20826B1DB6C35253F7480424B4ADE9AF166C014D +1AE215E95531B250C3F3521FB307C73D9CBEB5684946A3CF4E9AF089939DBA4B +223A9AB0B05CA3B0D56E3EF39EBCAEDB8A304BDAF7DD61B19C7B287EAE62CAC2 +FCB101A40DC768D5535EEB54678E70AFD52D5B64DBC0CC31B7CBC274729C142A +8E4A6208AA8E04133D32135D9A39E8C27A4C33E390127D56E0A04F860DC71FB6 +B5FB312692DCEC05CCF3C82733E3E4296C1C773D3D002E0A62988AA2EDBF592D +843BDD6A53E0BF997820FCEDF5389A7810DFE8F318CB8CB57B8139E89310022F +A8009730371DD4B601370353A7E13321F7E48BD2BC2FED0958FA79C3169F77B3 +81F08BBC60B5DB9D199625D662ABBF927303D581C42B3D4DCE6AAE53B44F21E5 +BAEF438D3D8B1D5330211362E112B57621D239F15DBA3218DC766DA4F69C0299 +4655B7609AA16FC4D34BA6C2241CF205347156688822E49413ADF1AD1A4A6353 +A37DD3AF58134DF7647060597FB335B0487408E8255A9E624074006032C0CA97 +D7CB3D71F15003232345F295912F2823188C023AF1357EC1FF6B21D07F094A20 +253448357D8878FC7BAF2DBD8CBF818963D03AC6BF57E478923B3B8026E52BEA +3E190F5763623D756A83BFA4395B83BD32151A5A5B8AD5A0035DA747F4D30EC5 +4591640EB42C543E36EED9CCD63F31B22BB73CC28C15D0DC4B547FB66FA59021 +0323BA68F865FCD834833076D435D1A81DA3E600B72AF0DDD4EFF63ABB930DB9 +96A2390EF34620608B262124D7B893F7ECA512E377EE9F0B13E83DEA3299039A +087AD9069C323AD2E15253A51335D09911A4F4C014B27523FA6C95E2D6D715F8 +B719CA2A15FC18BB47BB8CE957DE2C232F5DFB880E7D78FFFC6A146031A2B225 +BDFE8648559C8168E1F55BE95DD5582F3902AE97F78108CF54F6763E6B0D3251 +2172ACD846AA5A59D0E0307CA2395AA57D799D252CE46AB5DC996BDF0A529433 +68A9554B60AA9F644CA784026E6DDEEDBD15D21F8F49ED41787512992ACCA00A +F41A6D62F598B096436A84628202A0AB91D48A781EC555437E49F4A6613CDEE7 +12C6AA02B2204BA33032E92F13B85A9EEEEF323A3C0CDCB70D2324AC8F7733FD +8DAF20A9A984C7339D8A88990803C81135D87818C21C290EF9B8E5AEA267BB54 +96A6184F99C72C27F528512466915B2D5F4C0089A7153650ADD04C9E3497DEC3 +81BC8870D70D51867E6A49515F8BE6BD0177FB3F07D3086437BB640594953C05 +D0FC456F5F9D57F44256D3C2DD059D73A112B46EB2518FFAF8B4758A85128675 +33622E9E2EC1C71A67F29CA9939E3C0F81F9CE39176E9F7B3ACC6427CB725A0C +A81A2A598A98D394BC653D83D1C98196B98D2A0F128894EC72EB50AF14C2AECE +5819ABADD58846E3952E0F8555C9E3AB145E524A40B2687C2A119F3F8FA10B8B +267D4F21B814A7F5482DAD0EC7910CE0B150BD0EC62989B4DEB2A9755DFB6DAF +B0DAA81CA8299ADA8679B1AA8D62A424472B0769EC420526E7A33556122890EE +64CE7F6443E6260C8FF369E0DAD6F5CFCF51E5CBF02430AE95042AD99B52D79E +5D4538BBA4EE089461296646260C18C9E563A4CC23CE7DC1B5AE0022B644115E +3F66D14029D100A31197F7F632AF6E7E5C40861ADABD7D4F345FA571429F1516 +FE4C112F0A9F39127F9DD110D424657ADA74FBAA1B415577250995C88563F35A +7F0203F810EF98F95D2847CB60C230103EB89BCED1DBF6836360F959CEA31ED6 +8C0329D7520DF365245629E5D617BF59A3FB5D3894C9F7BA4E0C213C8C30481A +30B2A79307989D8BE6D8A24CB82B0F0C94A20559D94837B24761D71DF8701B46 +71A36B2AC8B13D844A44121C2940E84A8DDF7455A1A795BADA58FF7747A46BD5 +9EF88FF0DC1D353475DA68C3C5601D7810DA358729D235F5DC3F17E245F57FF2 +181D8E47A668107DE182B1AC4D50CFBCBA8379913BFBC881FD6FCDF02D6A77B3 +D0505725DC01BCBDDBBD51B823F520BAB4E66C931F35376DF40225AD6560D8DC +B8E688068641AF94C34A451EA5BAEFB1ECECE678DD7080BAC6C01C364EB19F2C +37B809B101FE2128740D99F65053B7EB0C3AE75AAF11BB055619238D791D35E8 +58EB01184A3B3B53B91F771C23FE6D1FA559E564D566BD42146B1AD1D1A3CF0B +DEA3274BB60ECE5AB35EBE6D59E5ACA6731477CAA5B65591F8093CF02DE38363 +1A4B6DE91BD9E06287A5877FE87397010AE5C8198F9803334607F8AAAFE562BC +18F1939C99EDB214D782830A16BA2C504BCA669892DB7B48BEA9BEE4D0F3A127 +18DC114E29F2CB452BC82DDE67C8525A431E724DB13FB38F639B6DBAE69863E2 +563DA305AFA8A33DD8BCBA37C88FDF5DA33E362815179B7955DE9512F6AAF3C3 +D24411F6F1395A0B3349977B64D94756A121A672516EFFE08F1CE477F0238C85 +FF7CCEC19D26C554C4C8A02068E5A1BBABD8313E610D8A5E98088E15F2D22824 +00C7A708E0EF8F73E54046409BD8F6EC9223565B6003B04D0603504CF8D73C67 +1BF57F1281DE2C3B265F1389FBC50999CA4EA3962FAFB22CC1E50CF6533D6A88 +CDF4E0C8D41CA94978C3CFCF01B17252587606C2B7ED52BB370984C70C99AC9A +59FB4EF6FAC61D90A3984D8B7F2AD49AE3322DEA0BDC9E8738A562BA13ED25DD +971AE632C66B5C22993C654E02564181679BAE8FA4891380B53051F18FB79A32 +0250F3D41A724E1D6F4C2E934035BA0CE64A7257BD0A5052618D09B1E766342A +0E525BE630B0D62E06056B892EC65A0E3A06EC4051EA3C7F57119C6D238AC80F +810F81A71C1B87F68AB76A258CF8B1E6E7BB1A916ABD2D5AE0887891443A557A +A6F92014E16BF6F0AF3D64BC7970BC5B5B5BE251E484F9E888196271DA8FA7F4 +6C4A4B3A4695371BE137838DC082C57FEE7603876CC2005C5AF7538DE81B5BB6 +FD2F855356F863EF7369A5540E75D306865EC21B6E1294596B1763C510A1C1C4 +1C027313A937E419A3ACA81B1469730B8B2770DE229BA8B30B7717C386DCC946 +32A06E604436F47CAB4D6BE8ECECFF86F2550DA65567A7438C4FFB7CC6A9DBFC +92D90BD3F7130C987B6E0F6E088D38CC96A9FA4BF59DC3A967025015DFF0F01A +FF570460CB87E93611E89BFF8E865744DB225B55937A35144207DC526F24B147 +ECF96A71590A3AC999DA8BB912E69E188537572A1263C2CDBF50144048CD1186 +F2F1ED9BB8AD26798767A01309B6DAB0E463CDC4CF12F6BD4E5EED4DA7D30330 +D9DE9A612292C55114E45DE837EE2977F04DEA5BCCD2E042B56DA1AC6591D3C2 +F8C7ED45E0402EBF8E491EB92EB36779959185818D4E36BF66999DC8124EEB6C +ECA644CA2DFD3CFBE9E6CACD173F5A11A8D43BD8CA9E0916588D8ED2B5A80BB9 +32D8190E925740AF97ED93A286E0C52129AF729492F40A4CD04F3508AC9A0B73 +024EEF8CBAA94E3ED014CD7A125E1D7CE000EAE29BC17723D981D85020BE4C77 +D32C1E4997BA0E3BACB31C481FF2D134AEA338CBE40D2655784A045765AF1AC7 +DC745434164AE433DBE64F0040282F738818AE1D058EC43E09942CA2CBD6D3B3 +819E39A0C42D40D83EA65764A3F23B868422B0DEEB2C2E0DDAA9910EA4EAEF53 +AED0B5DB53D56EA00546477324ECAFD9B206B15581CC3CFA2A5075611FFFC0CB +E2C4688A1D32155227BBEC788978BC5FC1081F4BD8B9CEED874043BD37F5877C +A832D05F499EADD84627A9AA3D518BEA8E13F1B4AFF5DD6809EE7D51FE5378A0 +4355C500256C047538270990CC3B190014654706FDB9AA4DAFB16D869924C49C +CEC37C836A086230A5AF51AF7B2A7A927FE330E1992A31CE923CBDE75EF8B9FB +9C042F8703AB8248ED221933AF2833520663EA460F2C08F886D2E55DF9EDD906 +69891183F69B2482433AC7E741FFBC029A8161C9A292B0CEB72C3C7EBB2AA537 +6FAE8CA8796B602930698CC8ED7FE2C8914302C9EE5E165A792773BD580C59C2 +BB6DF3520D4F977AD4D5CC015540622DC516ECBBA4C55756DE87E0111E616FBE +2E26C33895E7EAE854A999332DD1B883EB9CC3C91099948C93CC6E7E8D5B0277 +DFBEF7179BAD01461946FB6D994E4D498AAF9E79C7484F41D9755C528E4FA667 +728631532D60295D216F39AC362042D83CC774EDE09FD1C08C1D66243D0A8CBA +B25271051739C70BEA35FBDC65BD0FB28C5D7E391F9F2C5D74E43930D0252007 +E7949EB4D2AA57C5A00FE80F797BCBE82A7FEC8442AE44725B2B5EBDA96259EA +16CE76B89473134D377C10BF3877BA4FC55D6A6751487475414BEDCD2C83D19D +2F2906BEB818AF1F30BD5DE5A3CD5B99E17095BBB935D92CA0F737CAFADF725F +3E4B532DF393AB73F7B7573912C4533A5DF797B0176AB306E0A66D0DEBD32EA2 +9EB0C3575D5CFE9F1A6282F267C5B0C9DF473DFE46B3FF1105533A9C27C836E5 +719E9FDB8C0AFA92E1ADE0C1E966E3C6B5C91E5A76C64A3DCCFE3D938E9E8CF9 +11A0B459E959A8F5D6CD017DFE30138833AD7E1CC8A97ED164F9570F76828C0E +E4A853BC08464081D5CCF8F807FD81CBB938A8809CE6E4C2095A3BBC3EBE6798 +2F9CE4753F94E3A20B81477241F04F7612BE6DFBFCEA57BA3ABBDDA425C77C71 +BF16A05A7583928E919574DEE3790AAEC83B67A224F8FB5B2C67FE02E21FA914 +12ED55BEFCF296CFCE63E510DFEC87E4D90DC9FF43F4274F81162F1D8B304C5D +C033CB2DEAE532EB2DE6848B629E09A886976CCACBD0D05A38DF87FB86DECF41 +761BC937ACEC7E603D07210DE1CA7F253AC9756B86137C2BDDF0711E368694C5 +77D84E65D8387FA2FDEDC049180D8D0C14DF225A6FD3192D540B45821C9F9F1D +B7191C6C5616CD229283D298057246D8B03C3437158427583B71DF69E70E6274 +B501F39F182C428ECBDB75AFE6C1ECD8F86E469FFB2C6DCE50541B274DE66119 +BD4094C7F9843738563A2E51DAC431DD9519100C562A875ECDF7BEE2EB5DD0D4 +AF0929E11BB2AB01CBD87081C6908AEFCAFC2C9DDF3FA2EF518A173E7136F71F +679E24F7481CB645B8B4CD7CB390F21460666213D2633D275F450EC063F9A703 +F71474AA0F5A1CC1F421E81029A19531D3D77593592A727EF9CFBE6E63411914 +83092115B2FA26C32B4D78AE8CC6E8339137EC54D8C95DA9C9A0F46132FA95F8 +2501BEA17CB6215028F317D9A21DFD230AE889FA4B86EF4E15EBC2ED40BED5D0 +A3C5ABE0AFE64DB73E74070893ADA8AA3EE91D1416A0BAD5D0EF93A08151E61A +0CA196A3243CBFEE65201C667912F60535674A5F97DE30E8A1C130B2375821FB +F1D710D30378570EBCC4B6254CC602BE8400DA033B9B840846BDBFC0ADE77340 +2EE0DAE40B38252D78B6144D2739989ECCA6BEFBF5BD5BEA570EC67A37CFF126 +8C9961035F5D6BA47F5BAF3F3379E24DA119539BF01815DBE94E8BE7D7832AA7 +E7F4F688248C980A1207E3F01AC4DC1FEB8B8EDB92CDB79B345F6B95CF52E40B +B442ED6AD845C0D66A84019C930C7D60CD2777BA8AE9DEEBC88EF59C30974DB7 +76A263BC968DA7F5792C6738ED540282A159E5DCA4898EB14FFB356307693A4C +B50B844599309C8D6B136620FC761052881F2676E4CBF557DE1D17915C88F096 +B644D8A63920DD4BB365EFF9BB1D574976B9697D298790408FAD69F156914927 +3615C68392F95ADD6BBD6D808438C4B04D1C899F63C2A7A4FF6EEB430BC9D068 +20C5906FE8442F80C3D49EBE739D11D0AA19613B021E2C380AA543A0B0940835 +C4DBCAED51315F172F0CD6C92ABB048905360EB3C01FFA1928CBEC35CA2D216D +30C1DCC6B39EB6F88906894AFC9B12A014075AB40E953BE9587C3479F258D68D +76C24E26E24E043EACB72C75E805E0CF1ED7618E00501F5CC3584D1BA3007497 +F3382CD0DB0F8754C126BDAC986FEB037E1F140A147B7B687A530ECDC46770D5 +2D2077509C7B47A30BED60C85B57DE2AE8F88747D3565C10C3CE126B1664BDE9 +B705E3CE3C058CDAC072BF144C6E7EE4E85CC48EF0F3BC496247F8FE5F62C210 +1497D22172C25B0E108F04C7E4AB7869BB664ACEDF8C85BCDF24B2910F7F9AE5 +31D72526A70944C7B04BE5A97EA317E20F4B45DC6F22A392B79252A131ADD4FD +95422E15840BE61D63377C8A75651486A90BB7248CB5B9DA07DFEB369E410AAD +540D1FCB60D914262CCD6B05BD9EBA8F71544975E5F59F8822DB7BE9BB8669FE +AEF54A0E1B97507B2063734BE4E8B4FB0B0D671D0C384E34380F9206D5B25184 +888BE657E7E2FFA7F236026988D3E8E17DF79B054DDE4BBAACDE400AB86F04BD +318A9DE18508CDCDD3C541E5878745BA24786F30182475008E6A24A25FB44849 +8FB93AF99CEE2D16D48F78271D098694438CAD3371EDD8109E148A1E61994A96 +C65254972D8C95E78E72EFAF5381161659AC359A4ADA7EDEF98B120C233CBFE9 +D636DA694298A4A13036FB1E69DB1102E04D86FAD39FC67E4BD49E60FB846BE3 +1FBE83C9B61BC93E513B03A7057A76ED4BAA933802ED4A3534DB0EB86ECC8C0D +7F91FE06D096AD7B58860155B96B4CD17DE4DAD563202C0B2368EDC74639753B +8DB7D0E75CE94867D147ED5586C203F4D55280077E091534958E6F0FBDCF8161 +714D8C52EBD936138CE481BE1F3BA3481EA5BBE314C48D8F745F55093B04A994 +365B0159053543B6083B224A2023A2ED51840ADE9E07B2D64BAF836B3BC5D507 +0AF7B1650C82ACECD057A51AEC56A67BA2FF8C57439091A39538CEAF2C66970B +02F8CDBD4F670E2CCB519E875AAEC967E5AED30AF7BF4B573C04A62622CD18CA +C12DE5458A30639AD3953B4355EB96CF01709E56A9587C28187AD2BAE452124F +AD88841459366527A8CA1227BCC40F28C84E37EF4CC622EDE3EB17C19E70B405 +10EA6C7B0DFF492846A69DFB565CBA5F1050F581C9DBAD0CAB9D30A5F6C4289E +67C1A8FB97133FC92AECC49499EA0F73E4DCCB9D051AD04D3BADEA35ACF8CD14 +DCCD114A8DA09231CABFCA840F9F3F71FC952B375279937C3BD845FB053D1E66 +CBBBBB5E642BF11E07436FFB62E64913BEA4EB8AE036B47F4088A321CDB81264 +A0530CEA57149B7C81A1BD41720AA0D45DFF2FB3A51691D9780C2938B1FEA4D0 +7CB582941116B31AD5490BC78E44F2D05BAB2DA69DDA6CF49F61BE464D869942 +5580A57D5D4A68C8BA8F68D6142FB9CEAA01ACE735FFD1041C3F67AA58B16EE0 +2365C2A87BBF2E655A597C1BCD2A25144DB0E76496CA6E2D834464911B8AC6F9 +982F2A07867E47E0FF707C55BB314805C5C919B53599F18E3864D11E8D986D07 +D23EF6FBE49E8F5E281245AF9BB35F55566823EB367B07D5E663E851FF32FFB4 +678BA4830C6B55A8A0092122BFFFE0FA8983E46D042D8DDC65B48A2B23F36B92 +4564F31283626C92D263FD684E4C8C23F4C66F5ECDAD1AA9418938AE59A17D4F +1CF8E0DCD927633984DEA2C76C25C0ECA7118A265BB3F46F0E37E9E5B876273C +E1E7ACCFC3AF811CF3D77B33E33CE878BE0EF058678837E5B428E75591CACDD3 +2244FFFFDD3DBEB06FD2963D59B9AB396B98E7DBE7F9E043F84280887A81F317 +2053F24C8887F5152BA47A90F6CC714E6FBAA1BF374E54E748CB539AB8656789 +C589B5DD0EA4AFE68CFFA780DFEC1BD1E402DB53B6877EF41B9A7952F2247826 +618E45A1829B69F5A423C815267CBA171776E498E3C34DEB4B5674F9EBD166D4 +DC0B9997EBFF3A8EF4A64E629906C38EC6A65F7EBCEF7691A7E190E543650090 +727EA034A00B8586A870450A11F27808C57DF7ABBB286A0DC6665363737386CE +EFDF57DB29BFAF3A3F95C63CAF0A65E5A0DE49BA69C9FE01044A66EC70A97DA4 +F2862602959677A3A5AF917C25A63A15F87C3252DE48F57AC9C18AB7C6329DD1 +19BA033BF928212EEE93D35A39485910963D4F1C3B511C13675D849A049BEF5A +BC52B6B3C40E17DE11546FCC53B21B07B99979AD9F7A70E328E7808909A2AAAD +C2126DA7FEC2A9791FD456CDDEF17DDB80AF0E901B4CB170B0C0ADD8B83FF065 +9085F7FFE7526D38C26ABD41758F104F838B4A7C4980F40C7F32B7E84DB813DD +E23842C0FE738C7D903C13DD1644D600DCBB42954460EDA7CFF38C2291DE3742 +6478B71BFD21CAD9578CC07A32C491F31F9C06908CCEE33AD7486BA0385D1CA7 +C6B9FAAFFDA67085765C23307A44A690992944C3C83321E1899597771AD157A0 +EEC849C0377DB98D222E0FBD26B695426AF562627F6FBEEFB33A968A253C5F06 +C5C446B1D48D6992FB499F502F90258C3B06ABC76121FEEE9BC0073BA82241B1 +598F22DFBE70609BACCBED6CD557603A00F8E5A581C8477941BEF2AC62AF07E0 +AB796A6CBFEF9C7E017B2B535081EF5A67A7D7D4427BF350A14E3850227D2F6D +538F12F52DB4AE47DC72E852196CF5DC98C788DB1171118E2F9E16B8AF0AAAB2 +9357109352AD9928E16E2F009E289C4DA1F0896EE076ADBA8C3786C88C1EA44D +BE4A572AE944FC9DE35A5DFEC8F35DCF4BF3792D423B53A33517E0685602C88D +7A8C85A713982FA9AE6EFE0AA85778E170B504FA570012DE97129073DD7CCF36 +BFC954628B1EDE13E94D547B1570F927B44175B47063E61F056AEF33AEC0D2BA +A27B3743E6DD1361F84E186328725DC6F99C40B22F6ED1036812661B0A65685D +151A477F3EC47C2A220B9DD8306AC5E7E664A7A8E20D9B8EE58332A5C6D83BD1 +650ED7C9EFC793B960637F99AFA889EF4CB2FF479942866EE61B3D0DF4CCA75D +71B58A1BB5B07E64F3D32BA2F74508C647AD7BA7D0CC46B22A52C4500BFC43CA +828146780E8BD706934B8AFE9E704F646AEF557065625484AD87C4377DD5BA95 +5159C3BF0DC175B6F332325EEB99E8208DE10475E05784F6217A7BC020F8DC16 +1152F271BCB5527CCC6073539003673C157A5F56D6B348F9F27666EF801B790B +6D07936DE950ECBF4FCC2BACA05F9BF0E6C6F8DED2C71413E8AD87DDE92A73FE +94E8231D2093E841017C0B36336FD26B15623B6EB6583D8817C60E023C4E7763 +4666AD4998298070A8DD6132514D5F54221D57A392690064F19A8BD82C727013 +179051D4D01CC415E1E41AEBBD26BBEE368A82C2ED92A88C532EE004C987411C +29DC74F5C3EDF4F8FB6C24274A45C97ED81155A45163F25A50412E55D11A4DA8 +7B5441F311505473364E350E36582881D798260E229400D4C8941B16717B5AFC +48BF67FDA67D3F493A7A825D5D99E47ED81350E9612F5CEE6CFFA363D804FAA4 +DC6E28F19C474D9B778AF5336A5CEAA85FDF586848B6390C0FC9D4849AEDF89C +F1A220CA8425096B5FD54CC1BBFBE363CE50BF6D91DB6489C0236A53F81884F8 +9353B866947E68CD832F84DD8A0AE7623590A51A4A0C73AA73ED485E619CACCA +66804BB1983979700A6BAAA4C28F8906CD10080A327DE60D1479E64E85C5DB25 +B3C0CA9868A1B44C038F9FC0EFCB8D4A109A2E03595DE235933B2156097F7970 +2CECD3C222C934581BD10159A9DD5E4BBD1D817F82D35375CA7B33FE624CC549 +F850C7127611F6EFEE06D4C3C07059D13B453B3AC266C7E73CF839E506C89DD2 +7D5C89524BA5B499201EBF6901F93877537EC53D3E45100273B7F100C906A246 +4BC16B743AC9E206B39BFDFE03F437772E9DBE5D2035D978ADB0B8C3269A4C44 +13CFE4424A59E75D66C6783A72C335150CF8F6FC2347E7B4F682116D96D81D4D +131C28A9A1D39BB7E9139EFF15CA4C76296AAEA0BE52BD1B958B4230FEF3F4B6 +D0CC865FBC6A6335940A39D32D967DCDF4EBBAA3A9D8D2B0EB9965F7631CBE63 +E06AFF1ADE03355C10978B84D5A04544B80B5E7A73365B9553214CB00919DFD9 +4D73C5627B11731940BCD4B56AC447AA0C38F2EC65F872920F279776436E7C95 +5DB5B785D2AB6863AA6F98F9ECE90F1FA6B157930C2DA36CC3E655EA49C0C649 +42F6B1750B5F152101EBE52C38C1AF0703D677B7FB4E50146DD94DD2B0BAC423 +7850488631208897B7BFEB434D49D22AF0B3008932BDD3AE6AE04871EC168862 +87149CA8B7F621E489D28403486E05B6FF2A743DA5466FBB2A5820D300E92A47 +50BED3E91F66CB240A033154581EB5EEB39368F749AB5160D38A88CE87262302 +1166D62531BD3786CFB4F3D57157E14D2B013DECD0AB7EB248B26C716B02F154 +31C4E68FE3B2E77F515CF092362549666B1F080F4F90A3F8C240738A3F6B3522 +F3C716654C3F6784FCA3276153A595D63D2A197F891C1EF0AD25A307327116EF +F110341B7A0F58D2CE5F38AADB2AB61E852FB5F5B4C114A5E8159D540EE377F6 +1116892DDE6358B4561432C4FE07C862652777466C866C269A314CED90E4349B +A4285DC33D345550009D262A37B0D9204E351C751E5914FA5C15D0410F707056 +1AEBC36C93DE455C3F2C78F00AAE3102CD6077423D45F4F98EA7597579F551F0 +450FC5219E223040490AB2F4509722334B120E412C24698BED1D90A5FEAA161D +151051217CEAC5CDDAFE76479B103E461F93570915AB417EBF29CAA83B0FB6E3 +50A8291E83DF1E544042054748A1A196F6EA1BBD60C5067AAA96B1012B389389 +364FBEA1258689DE6D58485A0C03351148F263C9E00676472C786AFF6C041CE7 +6C5B9DF5DB84561B943B4D977A5FF32E51C554FDF89043935D4804D34207A020 +FDB9FAD39CF43415F6E7ACBCFA0E38A356556C00EC1BFD9B648B120610B9B0B7 +6A98E530E40AD96A4B5357B81B35BEB8FB9B99A7463946359D0D2373EC081C15 +988847BCB5B0CE94CCBD38ED171517874C12C0E59343D267B068A303221C6C0E +8B23A31638A88961F6C7A9738C8313458238FC78FB8809D11D4D870890CDEB4D +14ED7590EAF6197DCD1E9DC224424D03267774552CAC9C5CBB3B874AE82F8646 +64AEC4D3BA04CAD53B00EB3EC9BEB35CBBE6C97DE53EE8FD62069ADD5ECCA529 +F1AD9612B42D7E28C16552B5C3DD9A541D0057A4320E08CA7F46EC97584FDFA8 +34A0BB9D69CD9E7DC789E32672C77BC5E9FC4125614EAE747DC326CDCE21F9F0 +D3B2AB8EC4291DBA143C7BAAA55DB41E6FC642FA8181662C4DD582E91CFEF6A5 +C6ADB7C998ACF8F97F30F1A2F29177DDCDF4FC557D9EDFECEDC980A39779B5C9 +1F8384A1F81EBCFC2D007120BD4A6BB0165FCA9C4338912BEBD60783E0B91FC6 +435E2515497CCA126CB37D5D735EB230E022EA23F1C455C1206B741AB554BD23 +7B6AB888FBF4A9EFE74B9B8692F0931B6453893FC4536B8EFC5C253ECECCF9AE +A2474039F05D198C6DAD5EE307B06626415A4802CA631AF3FC7AD05FC06A4E05 +809490DB4BA45D8CA3EF50715B59EA3913A11457CA3BA1EABEBD8C2530BDDD4B +AA8DA9B24C80519675732C804C6C9DEBC1169BF187A07E1FBCF34D1B87D4EBDE +BEB7C0D43E6286BE0B64978BF7A2514DAD636BBD87D842AD92A8705A73726914 +E73CD621EC0332FA0413A8E5CDBFCF137B4E0902AA8412A68B0EF5DFE0280451 +BEA09CDF6BDCC95BCCEB5FE1859B0D6DDB3F74C1CC42BFDB5FAE3CF4C43C9947 +A1D033CE34864D139F6439445C12FAEFDBD3B894AB758AA140A72DA3051AEAB1 +9F786813CC45F21090BB27C2F1EA2E88816FF7504B298D0B91CED8AB25DF468B +D4D55B0547935C2DB6BA0E1A08B2051B86ECBE53E186B0EB0B4278F65BA1AAA5 +D2159D2B84AF7B36691AD195423EDC9D7A0A6BD0278070DE99BD1D2B7BE8103F +839FAE955E8E969233DA01937121560425AF9E81E1440DAD528FDD4F90DB503D +E9CE208F41EE240F37D9E5BBC9BD222E3FEA9CBAEAC6F29ADF7443E232E1058C +95EECB4DC6B9E561321BB35F910548F68EB9E8A45C3038E3734AB03A7B831BA5 +7042E072F919BBC1463FD56F8D7862C3BFF8017A846F33D5CDAE62BDACDB4D50 +8A787F1C0A39AECC4D57D9C85528FB7F78A6CD22638CE6B067A5FFAE4E2510D4 +908C519D917229E0D6958BDE3556798AC04DE4476786323F5D86F6F483BC17A8 +D90F50989AF0BE40982DBEC51D2436C3BE826280EFB483890B5F8CFCC61C22EE +B6570A568166A013319410FC152BDA42EBF307A4F20EC3CFF58A7C8448C4AB85 +870E197CAA7E9F0D4943B0B01967FDF34902F8A4B25D470A23179E776601D335 +CB96F150DEB9E31184144F48EAFF1F33936C69E4F624DF9DFD62928DFE85DECD +FC7A403420C13BAA23923FF5638F9917A4108144289487858F5F131603D2B6BB +E92F575E353C31EB3227C87838E79B3D7D4C1D097231DD298AF317A0A2D87050 +500C0032C22ED733F76E47CA1F1CABCCCAF2CDDC7FA3314597A7DAD6E6E5C464 +E1C92405E7FABDAF565F521F24E90B5DCFE966B89E39B705AF5B5D4EAEF6B108 +852EF82E1E517A7625A7C442509BCF32BAA9DB06409132D7C32CF038542A92DA +0B0C494A920D78D0DEEA29A764FEE892988C8C1992C23E7BED682B330F1096D6 +C034A349CCB6F59B22AA6391541FC6CA483661F354B25293D1E2C1EC0B85E732 +882CD1537C833B954DEF9B2AA46E1516754DB0E283641DBC07CAA659AB78437F +3020B9245FD407A6B57146EB6068671AF9DE4A410D968652D0AC7D85638DFAD2 +E8C6308A5B1E128A315988D4DA68ED6AF84A78AC57FF2D78CDD15D4609434D05 +7B6D933B1C5BAE8FA5CE3C6D654D116038D0DB6DFB2C53B1B50C49BF53F3CE51 +C0EA710EA1739342765F4E3F0387AF1D038DDB3D061EB3AE6B271514F07B2EE7 +205F707023593587362CF31CC474268B92C356FAC06B0D74FB124BE3860BCAFA +F48079BCBAF7484EE1AC2C57FAEEBEB8B4D69CBA134045BA21728AD476BD3E4F +5A535E6AE9922F715E8CCD600625C5CDB14F72656BC78659E15EF0B79CF5D264 +EBBF87F69352A89DDEBBDD388BD34027C57446F85BB54FCC0B2F72C37FAC5CE7 +1FFC0BEDDAD82C74FB656F7AA101625C34141D891F5E4507BA98667CBCDA8F14 +7439D15FF380CC10E451DC5CBDF471FB4B56F443AB6CC4A6F6FABD063A1BB563 +072CBE969904B71291BAD0F987B6D0995A5C4976269BC6ED39D53F4DE81F7572 +C83405F39C6DFF47776C194CAD26301F45202B31B3A43E8E6192E4E7D9DB2D45 +C200FA23E9E437EA250C5AED22EC5D962670A5C2B969586D1537378105154FA5 +63E838277D5AB5B877DFE250751E4C379F45D9334455DC197AB1D2AB8A4A5084 +E481BFB09B1C55FD035C227D77F197AD3AB5C1F64C1FC1B56D06B51FDFD86A22 +62C6C1F335503888E0B04B1E2C8748610B6829F9A9DEADECDFBB0D87461241A9 +E89787F0F2E4A220DEEDB85BAED2A71E995B07B157ACB636AB81B55F179BE9FF +52FB412A64F4F0BBA96ED533F4F511CDBFCD2F7E3B4F2B5F77AAC9EF1E41A36E +3FECA3C5B7463028318A58FF1F78FDD4A3B0FD1123EDFD6719F578150B776784 +9E5F1C60BFC4281EB2F646B3F9D4EF0419CAE2DD6D926C3545869455E0B8CDF2 +B0017D2C2A8D03DE5F255F116F532B2837A866596443DF988E41EEEE41B8DDF0 +E1FD5D8C5AC6DA25909EBE2939A356DECEC6BE3594A643FEAD44439CAA16D97F +501DA26E013F61E5958ED0042F68F74FBA0BD40C472D46E4412F0CBBD023EC31 +2D6D9B6FDAB86607A207AB0019308E049717352EAE2BE571644ACF671296E84E +1CB60F5EE165832AB3CC6E1639B4BE4F2375C67F39DE2AF95B1031C06DC0CFFA +885914D85C392BDD4BFC44505E30D21FEF914833739A1616E89831DC57E35E40 +6125CDFCCA1769E2744CA270BCB41E0481812A6C2DE8FA0935788EA7DF5B3EE8 +2B2EEE060A7A67C89BD92E0A3C246644BB40229B7915C31D92AEE65940916E72 +5ABDEEF39D0C33164A77A58D032B8D8F1DF58F8A25060ED4F7B5910DEEA31D5F +4B923F541CACC0CB182AD093242BA9347E3BB30BEFA73890410DB460AB140826 +F80EB541F94E9360E43653941753384C7A6C55C23E076545362EE698AEB241B9 +F35F6D9FCE4267F2F5970EACFD3FBADC5C629E22E43001A71C191536C882709D +D9177E93B68A84A0CE7F467ADED1423AC892F4B13D573CBEE5E2E0B0644AD104 +988B3A130AA4638AA825952D2333A45E7617B8CD6106BA22E89B82C57E2C4270 +B7EE2E9C1C0CBDC8FFFA429A6D99E9C446EC77A803479454BF4399F67A08C528 +17C744C7A4077A763C4F0136939EF424783D678B0BE0453B6A0E16135A820355 +F9A8950DF075373D7248604C432E253CA2600B323B13B42C465F34E790481576 +7909E8316A4C6A12C184CE741CA093AF7DD0A6E013FE4CD1C2AB7178585FE617 +4A98CD4517FF6F532DC5F4B09453447E853FED8C55858C40E2E50704BCDFBFAB +C45EC228F1B074C0930512A6DCF0AA7C9FDFAD54AE4CFFBE245C6F9923E4B8D7 +E250B53F7F7B159AFC7F09F344C61588530556DD9918211112E21DA55F465743 +EB25563F7D0080D257DF3B3B1D1DB20B7339D1C5780B2B841AA79C0DA4B2537F +A74609DCA09E99DE8F1E8928485719F43AACB0D501CD422FCA478CDD0101F003 +B07A68A0B95D16F639D55E1AB926E5F1E8F70D3916402912CEFDCB906F1F718B +B33179F3A46C1A26190D336FCE606F1F55B0A1E220AC5179804ECA218661212D +92C8E9E6FFFC365644901DEA320C4A8FC5ADCD180BE8D157AD07971BEB94D106 +7DF0D8CEF92E746798C582ECF7C1598CF496D4EDD87A05F3F5E5521B016B66CA +D3BB74B6A8718F6134205672A8DE4CF129907AA132A827DDA312DC47340689EA +9399C04E0F2C5D8771AE7A6871B1C85979CD0D0D54945982FE65395D33FD12E1 +29E595636C2445A3E887DA2ECD2BD8E9B9240FA9CB5101AD11D698DAB8741B02 +5997FD2768372A5F1EB33BE7BF736E1B5E7F634E68B04AFB74F13954B882011D +120527C6AA66E4553637DDEBE083E227408270EA3A9E704A4B4971408348073C +A45B75D9E8C6D02E7192AE431E3DACD1FB7A797C4A212D3D4307189D36616E8F +96A67E352A8ACC48F608714CDC2EAFE81F2E28EA8ED804FDC7EBEA35E41D5433 +47E97E3FD3782F2BA4786E4CDA86701FB1F9BB8F0F4F995286C70DFED5B7023E +1A4CFD54E4F045008981C0915456A2C34440F91EEF1AC2AAB0A7F58504ED915F +4E1B9D67E91C7E3501048C7953D12ACE38746FCE13BFDD74453B56F3E8293471 +26EACD37721F942463AE6C0AFD691EA3F34842C6837F3768948747CBBBFF1BAB +3F141EEF0992FD4EA1405C0165C4539FBBE07C916C89C2D7D0C9BFA9B1C0B070 +BDEF1D97BC9BA325C2EC9E95791A484400DBF8D78DC682285CB115AF1191A613 +5CD7BEF1F27E4C3065E46251F7C80CCCAF30A35161F913562A27159123B8C25F +743568EBC0F8F9AA5E86D2B219BB8A725F7219FB2DA6C6FFA10601042B2AF418 +0504AF101C6E2E148012EEC72F66039E156D8869D14C83FA1F0FDAA0D2682C79 +F8F17EB7ACB176A3BC5A9632422A61744A9FB221073FF167B645FBF657FAF4A3 +28029BD665E412D1F4308068FA72E47E82B8899D22569DFD8B2BD38767152491 +9FD1D912E80F2050EF04A6E75BCCCB4ECD4732DDE362102A1AA6EC230D207C99 +58EB0BDF48216EC487A2B24A1CBF43A2E4C02F1755F78908BDADB4A0EDFF0720 +24EEF614E17200D71955BD4C92B89D6111D56604923C0FD45EC275E38D990454 +2C5EA05B3301FEB349125F3F22EFCA407EF7BDFECEEF 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -1222,25 +2028,41 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMMI8 -%!PS-AdobeFont-1.1: CMMI8 1.100 -%%CreationDate: 1996 Jul 23 07:53:54 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMMI8 003.002 +%%Title: CMMI8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI8 known{/CMMI8 findfont dup/UniqueID known{dup +/UniqueID get 5087383 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.100) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMMI8 def +/FontBBox {-24 -250 1110 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI8.) readonly def /FullName (CMMI8) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def end readonly def -/FontName /CMMI8 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 84 /T put @@ -1253,97 +2075,252 @@ dup 115 /s put dup 116 /t put readonly def -/FontBBox{-24 -250 1110 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE -3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B -532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 -B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B -986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE -D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 -5250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC -4391C9DF440285B8FC159D0E98D4258FC57892DDF753642CD526A96ACEDA4120 -788F22B1D09F149794E66DD1AC2C2B3BC6FEC59D626F427CD5AE9C54C7F78F62 -C36F49B3C2E5E62AFB56DCEE87445A12A942C14AE618D1FE1B11A9CF9FAA1F32 -617B598CE5058715EF3051E228F72F651040AD99A741F247C68007E68C84E9D1 -D0BF99AA5D777D88A7D3CED2EA67F4AE61E8BC0495E7DA382E82DDB2B009DD63 -532C74E3BE5EC555A014BCBB6AB31B8286D7712E0E926F8696830672B8214E9B -5D0740C16ADF0AFD47C4938F373575C6CA91E46D88DE24E682DEC44B57EA8AF8 -4E57D45646073250D82C4B50CBBB0B369932618301F3D4186277103B53B3C9E6 -DB42D6B30115F67B9D078220D5752644930643BDF9FACF684EBE13E39B65055E -B1BD054C324962025EC79E1D155936FE32D9F2224353F2A46C3558EF216F6BB2 -A304BAF752BEEC36C4440B556AEFECF454BA7CBBA7537BCB10EBC21047333A89 -8936419D857CD9F59EBA20B0A3D9BA4A0D3395336B4CDA4BA6451B6E4D1370FA -D9BDABB7F271BC1C6C48D9DF1E5A6FAE788F5609DE3C48D47A67097C547D9817 -AD3A7CCE2B771843D69F860DA4059A71494281C0AD8D4BAB3F67BB6739723C04 -AE05F9E35B2B2CB9C7874C114F57A185C8563C0DCCA93F8096384D71A2994748 -A3C7C8B8AF54961A8838AD279441D9A5EB6C1FE26C98BD025F353124DA68A827 -AE2AF8D25CA48031C242AA433EEEBB8ABA4B96821786C38BACB5F58C3D5DA011 -85B385124F47443FC116DD7EA23AF95CAFE257D2D685037EBE3F423D7BC0C630 -B8B1210BCED93CC1C8C6D694F4DC523323FCD3C6015B1EBB5306760C6BC63822 -272D60A1368B72B356043E29574434B0238E581D1C5BE338E4CFCF3F2FFFAC29 -BB70C40CA278611595869383B55FD12D75AA8708DB1DFA1D3F16DE89BF706476 -70AEB3AD4E871A1C3201ABA5FB85FDDD62B2D2C3BF3E57FF873523B087AA87D1 -FA4927C2402003302C349F75A9F7C2D0AE27DA37A0C382D945DD6DBF39EB42BA -6343B9CA57FC8E9F6D90255F47B71FAA258C99D6E5E062DCE30DFCDDF2DAF194 -3C39A4BFFDC4DEB2125BCC857B90E404225B0AEEF3B85D6051238C777979F884 -9CA686FB051C4403AC260118327025D7BCF59690630847E970AC9BC4462E9FAD -C502D6BCCF7814443D20CCDA9636D8FBEE9C0BB699A606C217FEA184A8035545 -D05B7F02409291457CC05291241E4EF85E1A72514C84D350E24223E067FB4FCF -B27EA2B9195014D2B0C3E92C325AA7D880EB59FB2C50E7A5ED176B3F323B0531 -1946A616772981A1C30C9A70ED9ADF8706D62B5A02E8AB3600454DFE01869486 -7426902000DA318E26E4DC5D89A42FB8FEB76B90817EAD7CE4223AACF65C09CC -7D83023EC4A56EDB0EB2C51E599AC171C1216EDE3F0EC62574D652C1B0F80E30 -1EFF1FB577093A5B754DA03F30FA2DE01DF51F2AFFD53BB643CE1BA4A3888168 -A5E62D3906560CF360ECF3ECF76976B288483DEFCDC2A605F9840811BEF57327 -098537BE5F949C6C7D233A97068F75A4C2E603D91F6CA27E53D68DB04D7FC3F5 -8193A59AE6C551863385FF187A6A44D78E8479CC92BB98696805FA307E30F1CB -3B27AA554DACAD36052DDB7DC50A63F9C545CD190CD5F2FECFD44DF704702C39 -78840078650AEC83207ECFE0FE2DFAB0CE55A4BFB091CDAE615EAC92EEF89E8F -0B37511C9BE09A9E2467620AFBFC1E51F853B2E07DBD9B5D39E6AEEF5A4ACCAB -B56B495CD093A208064B9032A18A24712797EF3A404BAF9F7D93317FD5681594 -6D2A5554D72CB76FB8CD6B35FC4BFA17AFA8CDCC6C665310D644FC675FFA2A80 -31CBB320101FF9586BD6ADFC020BC04F7CB8BD8A9A7CA240B6B97A037261EF64 -C996503F353E729418FAEB1AC6EDB28436F7DC878A274372CDCF3E1FD12D11BD -F682A41BD83B9A8D9AA8EDC8A633592FD6F6C29BF1E9F1000447DCAD5541D722 -0F9C097A9990002C21D10D2745AEBA3A7B588245F88E1803786A17DFC7B55AFE -FCE0A4EBDA32D76B24A168C0C9E682815172906284D02D6A51D0A64A83EB18DC -C69837DDAE75C123BA245AC72F670CCF65F7DA55805DAB17FFA4963CD45C5F68 -D28E6B5F768E725534A51C6729408F0F1B50CF78AD095DFB191F46949CD15A0B -BE1AE986153E69AC08656EA3BE2D4CF0A6B43AB66A71DDDEC8815D5ACBD06FE7 -3DB2A361BFEF5AC79F23F8AF888166F8277B6B694B4D1478D1F6D48D1EDF57E9 -39BCE550C9EE8584A9143C4704F91440032FE3DC3D4430815ECDB10DEF215CB3 -303D91824414067E95CEC005161F771E9A332B5C726370AABFB732A4B046F8DE -207FF4E857F281DD79C77BBCC5CC991292C528482D59F417645218C000C6E3E5 -83374A8163E976E2A4246898D713770DF55DB98A442639B4F90506344BF1400B -F1314312A720092C436DB6E854219168F699EF6BEDC561201AAC6286EB2E7969 -1F13D807BEFFB838A926A7973EE6DC6AFA65879BF86B4325C689E89D98F77CD1 -5FA98C930E6E5F88F839EBB598CD3E9CE185A3A93E8D265A279F533CFD79554A -6DAABB2D698C217886FBA5F1D33DCF0531A0319793F2F08DAA16FB43C5FF40F4 -710F91201D1FEFBF55D46CA9BB3322974BD9113D229CBEA68A70A9D481D13E47 -F7B849EC2403BF7D67C504D3287B73ABAD948AFAFEB66B5466E401FC9090192F -43C5C68FDDB1B2F25973BD5C8EA437B761B0CFCD2BF8590CF66CAEE24845D933 -3F2FC174D3C0369CEDA0F7036E728AD6D0316137C769AF611A94A89EF3224638 -8BC391B20100024E33563B5A8E139E6D9EDBAFD111029F83D7D4958DD0348DBA -36FC54A394D375655FF1A8DD5FD407EA9AFDF58A66B13499DBA3361E8B3D2E96 -A6804461871BEDC6698EA0479FDB73DDBEE54D70F3D8D53DBAB8E86BECAFD953 -21647381DE82FB2D66686026F757A5FC6FE4F97669D8F316C6CBBA1A31C3C2E8 -5E32A4E544394520EF3E51D092CB4C2A7369748EBDEFEB99DB9F9EAE5E752FA8 -9D1AC7B023A3660F34A20EB36571839BB94642236245BF873B6896F47E746702 -E2CFAE0EAAFD0B74D41BFEC2F3CDD9BA71F937D24E0A76264F631BEA7DF5E4D1 -4F706E9158550EE0CBDA7DA04B539D2E50036D48F256BC36C4B70C19BEC110A3 -4A88530D59E17921BA7CB6D0D7ADF2F45B1AE5B56BFC790CACB0F9CD2D6141AB -3855692E313DCC811CFB201899AEA7951F5914AA3AC666CA3AFD9020847F3E40 -D892BD0765CE2438326A22C970A29E3EC6C66AE949F020E3B15D52B257A58E13 -613B775E5B50E36BD4BE10C2C4D25A3DA527E23CFE4648952EA0754FDC2332B7 -85437AB3F1F4084CEC936CFD8997B57317E05AF13F5049F758C34FD82CA8849D -6CBD39151E8342C52F758D85A4D5664DA4A34EBF7939442930A410831FAFADDA -1C98A9B7A9B8D5332AD743E6A8D9D717BBEF970B244FA55C85485D472A2BB026 -319BEBCCE731AAB6D1DD5A031110FCD6BF0E9AD39F25A09B98BC3C10EC07694A -036E62C7A497B787CA0C4E5E571924EAD5380EB34672A5020409255FCB39E69D -CE3AFFB58CEEFD9D1107100FD51254585CFF2506CE3B08C58C31E95CA5567F7A -762CFEF828C5B8261EABAEF839EEB3761697CA +D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 +45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 +7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 +72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E +BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 +974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 +11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBA9B440A6DD72BF8 +97084C906B05FAD969086ED21AF0AA1471613182B26117D7494DD9F9270EF3ED +8DA4D957225F75D060237B6DAAD5A0AE3E702B3D1C437835B93B8AF1F9E7D966 +E739CF3AD5E256F90286A34069E5BB4122F94F18F3485658D0D25B938522A879 +8215A417CA2CBD20F71C5C5FCDE21EEA7BB27876D93BA667868A419287FE59BC +F538980597DBBA743DBBDBEBC61E3286DA7977833DC8BFC5E52FF5DF5EFD9A92 +D070EB769E31E760A50FDE012DC0057835E8B9B046FCC83F1A0C40326AFB4E3A +0CC3BFA35FCC64E32854F32EB7DF10A19F95830136BBB8139DE1663B7FD790CE +464EA431AC109FCA0E03F3E0D355FAE20AC8774D6B1CE233C27680C77DDA7356 +560A27C75993E8C980CD1E3B0683F7E8A05119B3AD567DAB4851B66E418687B7 +F9B21B3BEF607918D5973421B68E65DFD8B6C8DFDCF1CAFE2637D365148EBCE3 +FA4CC00052A2A522205EA3AE3461CEE02042E1A3F11467CB6C8C849B200CCE3D +0BC188EC7B934CBBC0AE2BF5DEA228181DBF0F774119F313516E7D97FF532621 +9278F856C166CA6547504F34991D588A0631A5CD06363F3FEE9FA0772C783447 +ECD0A200929CB58EBFB6B72008E4082B5D14AA560C24915B9463A92F38237886 +C35CBB2D4DD6D0CA8C1D4EC46093041C6181C2F6586EE3E7D4E647A107B6DB23 +DAD9AB5A0C2905455FE58075EFF6B48597078BFCCDD84812B98986F34987CE49 +7EFB19814F2A58B0233A59331F6F8EB66401F04EE7B1ECAD9BC90A2BCEBE213D +DDDB1F75C83609ED6A669A0CED58B2E269E76ECF73616D94F13CF827C9BF354A +E82202988DCFE856786B8AE569AFF3105B55C72C58D310FFC0E10B2ABAC8DB06 +40D5F72E54770E9DED1AF4616008595B8481E3D9AF4191CC9A5BFD9DDD01C9F1 +FE7165D21E488DB40879E863D470CB31CA06E5B5F1F8C3CCE04B697CEB0F3557 +ECAA358D2EC2B370519CE06138FA702314BA01F1F33881825EAE1230098BB3C9 +59666983275CA4E8D9DB34979F86535577E79393A72F84B0F768FE8C92692907 +15E9FE9894E98A0EBEA490CBC8C7E5A9F3E43B24C2C5A4BCD71DAAD3CC0B8B82 +AC13933543E295C163F61C9FD18371CB514493F90BF7FB460C029B8DD2E2BF05 +FD66B451DF277864DE1EE42100BF29E01A50258C2758F3EDE211BB3457B8243C +20BE72983FD6FA2581C5A953D94381E32E80D6D6095F2E93A5455C101BA71E8C +E560D4694E4C167EFA25FB1E9D214AEA745CE34CAA5468FAEF8F6BDB6C6BE8F4 +3D58836C26A2392E4C4DECE284A90DDB3858A16D6135FED655A600929DE71605 +6CA32F6851A2A6F71A9DF3D5D657593BB729CBCA2F4B059365B7263DC08AB211 +9C547096E6427F6AA53CB2EB87DF0AFE2ABCDBD15D7EF228D3396413B83C6B4A +79E41F9BA55A2688F62A10472675E5658F151F9FD6634EC94EC0682C17448024 +CC1633077C07A93E4DA8749D974FB8F4332B5DECF97D749C10DB60D4C90ACBFA +E65AE928C88BAE19234690EEABDB30BEDCEF2660D7464D5071058C30C572A2BC +7DEE5384BD7614A4BEC4C84E18CF7EC81C810256E8CE6520466C033E2A36D3D3 +5D6074B3857415011D8D9D49A474D994571CDBB89AF92BEA879BEBAF67663F5C +17ACAE809C2231EDD0A76641BA52FA7B19A2798D54A4A9B62C42F9905851229F +2CEE0191C8AA5AC12BB0CE9E5E3E862683AB57DBB4AAD6AC0FA8BA4F408D41E0 +755F72B82B7C18EC6B13995BF7AFD66AF4BA0EA7523DA8B75EE751744EBA9CA4 +4E8BC1FB37734503A5B24FB9F2C2D07A47CFC477F02413D55BD7DC180B0344E8 +50248801FA6BE26C97F397797F5F9DF762967E7CD92CCB8B2E587C92177619A4 +BF8046CBC72C6E69DC78B8CB6B7381A290080EF59F5B9F29C1167B261C932E9D +010D2D14BB425D157F22BC0305770AECC5BC80000F8CCFB9930255A68F299ED9 +D3B5B83A2CC00E3305EB281E1A7054734661B175C6CA0AF168790985F173DF03 +A8693B677BAFE23C3CF833FF6463B136FC370E4F0C29E322DBEF637F62C33CD9 +B0A8338FD67EC628E3BF2FCBF7CF0347D5CBA1DBE6DE878DD670176B85F69EF2 +3C5CCA1BD2B8A385F113EF1CE522F5A6AE053B9C1E39408C9459DE3E7FE2C4ED +77F026B0081BB80D40185458139C16333EA27F43EF1204BFBF80BC5301B2A3AD +B10F7EFBB4F5B7E04DA1167F68BB6D4049440B0F57385FF0A95E72760C6A12F8 +1335BB31CB74081FBAA319180DC00113CF50CC5A41D2E751E055DA1429CD75BB +0060C21CED634FDA106C49A12B356129D010E29F2919301AA7F80222AF3905ED +672FF85C9897A70241E8DDB9A53034B6BB44E140D9E739848E7A782F24B98AC8 +00DA09EBE4532787E5CF3ED815705F659D8E52DC2C2D4949374A3BF192BEEB99 +1D9A90A4F3250BF8A1FD40D91F5B34AF2CC561FD02FED712500B24330D87DA9E +4AA46B6E34BCB40B1F73A1DDE07E002B9478E9651D2BF85E67585B6ED812BE03 +A594874A235B1C1840C4BF4BA6D863583D8C12DB49EF7F8CC24DCBB6B21FBCA9 +378F3E2DC406291AB324571F76E0805DF8826090F0E8B50599CA58D124653D16 +16C782B01C91A6F3DA6346482E3163D28D95EA49866360147296838A3FD0CC53 +920F91D895F839CB61FFD2FBA296CA4C6304EEE579782AE5FD33D0FA652BA7E2 +CEC7C01DD0D3E0D56E6177EE5F609A396F7FC8EADABB465DBA7F384E215C4DCB +E64F807A50A461545107F9C3F7D7CC7D33E6EBD6D9228B1DCBFEF160703E6129 +0DCED8D45DD54E2A36E698A616E7906A50901E453BDB2A363EB77144E9EA6F2B +6BD927495EB0EBA5755165707CCFBF8759CE5856881117C7F3EF6D494EDDA7EF +E499BCA56C86467AC573DA9C2724FCC74BEB331E736FB093DCB67DAD42296655 +415D110F2729BD1D55E5C9CCE2E724116F45FB2E66AE0F790258851A5C808762 +68B8A110BD326F8D3EC45004E7CC08DA42F6CB80A6B6E7C286F139534A275BCD +2F812993DD9C9A1AEB5E7E4BDB4805DFF3A7030263AB060C9B74F0C25C5B9005 +965284884450CC2815DF28D5F9B0496DC7A3AA85E1E42741E1538797175C28D9 +FD904699C771FB066397FFDEE8E8DD1ABBDF67E6BFEF95BB700A7C1BA91354C5 +42EC3864F6E19B379E79A1CC3C786C0DA146C6B0B8E507ED58DBB1F12F613A98 +0E1F8967991427A22ED323901C4B83336CD343212131E8B59C2F5D232702ACC5 +7891BFD4EBA5D0FA35AEF9F3520CA82D121BF6885BBDAF15248A9E4649ADB94D +0735CC4D14E1D7275427D00C8E709579612F7F74DB6FC218C10C278CC63E2AE2 +37EC996B10C0229D687F0DB5E38A8C4DAFB3DD8A9E7ED37186FEFC97790A1EA6 +636A88FA9FB4D282234BAAD301A1F3AD33F252C5EEC49410562FC52809CEC466 +A0F6D148E9AF19D6DA2337C8283FBFF6005C37AAEB0B7F7217A8DC6F949B9984 +72DEF163E4D5ECE4288404448C96A7FF0AC76F732D50AD63A1D286C9180E80E7 +C218B1F48E3034FCABA6BF262CEECC284AC29E9F3CA1CFC1639A681ED66C1FBA +666F073D45C84A286E05FF809D4764FE819B6A330E73695CCF2F448B4D4EB4B3 +F63E94EC289807A2F9A1159CF328C002B467B19D6E9454CCE36FC19E0A214190 +B251818DD456EF658B0398E275514B72D9C1DA5F806EABCF1DD56BC025D69FC8 +A0C2FAAC1892B64D2AF79EA2F57F103CA623E440307600D50E783FAA998EBD40 +51D23A0CEFF8D8649B48B982DC38D613F882DCCAE5F51233A641B3CFD783F830 +D984F116DEA3ED8F0D3369AE629A006BAD4523F8E3C7C6B39A6C972508B67AE9 +32613F28CCFFC4BBC86CF31A0C25C786554F7A1F3DE97F5CFD1A941F775067A4 +784385E2D02EE1FF886701B1E87D966D3F500E15591A5012E645837FE2DBE3E6 +A3D375C6CA0ADBF96B33EC3FCFFFD888D7344B31D40427B8A8BED0FEC6FBE038 +1FB5F0714C4B5A0E607E215B5B7F76ACF0FEAA4C9790EB7E13C0E3933B7C63FE +5B934EA34F4B741C3667BF1735C685CECA63507E6FB9EB06AA010311F12AC1AB +4CE3FE8D1EA1EDB3C700BEBA516FC71D740B1CA1A60D4578003973CC3EE21DB1 +58FB1CF7E2EAEB2A4A6C742EBC3575EE6378531C6EFA6E6986E68B8E25CEEA67 +A59623FC1ED2ADDA9D72DBA627D179E47DC7F5551E07EA4D54ADB6CC8109D340 +7279F288E552EFD79C17DA3431E53EED66D16F24BF86468C2FE7EFF421560500 +12FB048D6CE2F370BE4E560F8B4AA12362ACFEBC839351C1D5100C625B14CFDC +747B66082D4AD5474A63EA0054E9C3E6295AF6B133348487B0471395857F4B73 +4BF8337DCE2FE2E1A4EAD7E7BEDC822BDDCE42B79B308C11897C98E3ADE253CD +09CEEEC0CB1DB66AB072E36E1E04911F40B535B0FD85982C21B8A587D65C38D2 +DBC5A07A0A26DFFF7460F10781069490AC1B611CF7312A14B4AA6005A4582C5D +336BCC30EB47749193BE8D457A43F54204B070DF5AC2057B6437E23705C7FE8F +7BB150560F7044BE3E48EFDDA539FEEFB0D2A7856CD4E405FCE0F5EB190D91AE +578E2EDEB9ECA218573BB1A8EF116043A27DD17A4047BCCC7C5F3C563A910778 +45ABCA32C7347E6180ACC86F9D665FF025DD8AF514FC3724B5C3510F3C37E0AC +5101D1667C6ED4E8F37F06CC2BDF66CB5A9FB7C52CAD26344FD1557571336A1E +1E340EBA149B4EB99016D1A411FB874914AAB2A415CE3F5FDFBBF5AFD7959B9F +CB127BDC68D2A2F3F07FF3D4FF32046C0371CD2E68A6471E46B08413FC3C7A80 +A107EEE57979DB387B2206D2810DB310B7232B2DAA385256C8A58964B512003F +A0C24ED21809E2576229627278118107B9C32345C1EE8C0CFB452CA362379369 +31320DEB5371037AFAD093B61E8AC7A6DCF7D49C7F8EC32DC0ECEAFD7E892810 +039570D2956289B15E078C2545911BF535F72F7DAC619BBDEEFA855BBAA81704 +18F7D351B0936357085A32157AD8E27438A58B2397D69264E748B0B8D01B33F4 +D04DC59326A7DED39E247A1C1A1AE49382BDBDE9478A1CB48F88BDF14A268B40 +A40B9FBFC4C87FD3DF1EB2464C3C14E36CA41E09EE0A9B75FEB0769F9ECEB1BA +EBF73B818427FACDBC33BB95B9654F31C59A766E931C698A8608F15290FCDBD3 +5C535D9036A19CB7B55BF54E96F9B2206DC71624E2E55FE632FDFDEC8757AEA3 +1D83D190ABED5E7A7AAE2F41FCEBC7C18626BF58F9E9F02FBAE0C8AA85E9DB21 +A3D8907522DCBAE4923C6A2A09FD2F08FE32215C544AB577B337D929E625E704 +E041C2381AFCFEA37F3133B6CA20093EFD457C772E428325E56C9CBCC447EF9A +05A8C3F28017DD4FFACC51B38E4896C5044266EAB4EB7C13FE855E790DCF8A17 +B61B1D30DD866BC57397EF6297C4891451FD6A5C6AD6D7446F58F56A68650908 +224D9F4C31C6906FD29BB51DC947465B808438E6260325752808963C808A4AAD +60422ADD62CAF315F6AE92FACEC55D5B682089AC0BC051CE1E2C06A3874736CF +0DB5F7C8F178479E4F11665402781D80397C75456F5CDF0A4F382A19EC6AD64F +71A9275264800E178F212269154DD8352167C57EBC0A38BE794AAD1601C8E541 +7E1AB8E969A76E1EB4092644958FEA2AD29635E70C4DFE2EB0D9B3E1644FAAD9 +B27AD5466EFAC724718962B62E7B8C32F412B69DFFEB792587D571FB5C591D95 +4CD441662CD1B07595E245FA537FA9EB5A20A97E5C9251EED22C9961B48B25ED +85BB7524F635F9CBA3714C6D60A6BF920C45A64F4C366C1F9D22F53084997C9A +EFE2D79FBE3347111F5093E271DB7E3770B35D253DAF93653F6A23FA145AD775 +AF11E188EA0428137D9A14542E3EDA6F7B2E5AA86C9F3D3649A85ED2F020C696 +01A339FE6D7E42BC548C8F92A4E3809C67A986C99418772403D16D0E8662595A +1F37563671D6DA0F36CAC99DAA8FEA215DF7D45E61314915A30A22FCA86A50D5 +2FF2EF08E240F9FAC030D92BDFBE40F1972DF413E6B452024CD11792BFDAA2D7 +C82716528AD4B3D637BB43E748336DCC86A952BE96F1EA423E31340FCACDC1EB +02EE932F58734AF3A5B2279361B63F1D824EE3BA9F4D2EC7B33A300A1CE8CA43 +24616444176DB8099D85AC68329B1F85E4B5B16F3B396FE2AE7774F3065D0203 +AA140DC128D6F935C44733EF585F89E8639A2096A225A2E5E49D447D8AF9FD44 +CF6C1BAD5C5E5262AECC5543EC8199B00B72BE32A0F110F64A1D0D5CCEF38FD1 +155D6198E9A343702F8ECF5052333272CAC2FE016681E12745CBE14E1065EFD5 +407DA3686080989F6F6D650A9F1EB3A813B070C30C0D3B4A1E9C206E2E4DFD51 +D8DCBE9AECF956640A2E79F1B4FD0EB8E0449AE1B8FFEBC43275743B4D7F6605 +0673B61EB3189E74F51F3780A91E6A5C6464C8CF7D563D9958D46F39B1A12087 +6BBD4898BA9ABA468AE1F24115891FD3CBC2195F75958E26DF8BF1B93F7B521A +C12112237AB23A8E5A7B7D0DC4C53692B35F3CD813EB463C0BD3A6486B0476C6 +3B36DA71FE512E5745D097FD4AF5D056E434DEE2AF926B2EE79F7FC4FEFD4130 +BB4B4BE01E5C720325A4884507CB51CBA4FFB615B78A4182444F0ECBE4161A58 +E86FE1DA2E39C2BECBCF1F1D7B9B776A26078FC252128FA8108CB83F673CFD37 +CCDA493234FB93E1550EF8D2DC049ED95B00A8A57834B024B277D3DF062E748C +B61F183F2D72AD075474F8165528CE75E4F40B38B0FAAE45751C1907F8D31619 +E88EAB02EEED415F3EE3BC5BECC6AF565D34E0BA2958FF337A2B06012DD1858E +C53DE52C108BD5AAB76C882198C72CDCC958D68EA8FD26F76F04EC1A08B2AC3F +A6D0E8724D2656555DBC0C8C42A3E22ACA7E1BC8E9F897D9AB692E0FB9EC32EC +59E31CCA4516A3C3BFD5411BAC3DEDCE374D48681CE7D67DEAB93F5B5C5290AC +FEB29C5EA2C98095692873D36C7DA24847B66F31E4CA4C7AE5C79D7CE4F0532B +78620582E3731A2A6533A03E7155B33E7CD142FE79F72721862EDB24959B9783 +F834CB616FFCB2A23497BA6D99AE34DC459A2F7B3E4DA2B54BED118ADCD92178 +66C40F4E60F6E1327D5DBCA645A2A7C770807E6D7E47E1265C753F8793BD2D1E +BDCD749CC24D4AF9315A93F01180A0F9A7F420DA1B87664DA5FD967131273271 +9DCC45C3D57EB9B8AF14771E8E751D88B98D2FFDC72F5011D402EC34FD010ACF +D3B0660304725191D64FEE106253FCB3470F1A16EB7B45C1489D3534BF94F740 +C2781DAFA5E8A9E7B25A85BD7935DF3ADDE08C960E283D8FC3976FDB4085DBB4 +B6B35FB239C28C785B18BE4FC98F3A5F410F562DB5FCA04E8074E4E790F4265E +F88117B3D0833AFAE6E8B8A71D7731BA6F14FD6F217EDA3F8CC687A494FC3914 +B84FDC37C8C335AB1E7E0BEC7FB6B7A595C50CF8F0080C8D461BCB8B579A5155 +F963B6587873FA31C3A6572740C63EFBE58A2EBB723B7517D2A243F6CB08A038 +54F4DF0F6692022B2EE8C6F6B73735ED3166BAC58D9216A06EA6FC7B63B20031 +D0F0F99D83D9030B413C2360DD2C553E34BD67851B743C3FDA676AD63C5BD759 +9131358C6BCDF05FCC048F4EBB9005899ACDD8E9EC9BB8C5A08E83485047D263 +0ED69B4D1869A38068FDA03524022A1D32FA2AE0BF7785FCA8F089152A57EB8D +5467C28AD44E890380CEA0B0E0CD0F6427F2C3BC1A5257BF03D902BE94A449C5 +EB8F33DD607BB4E0A1A7A24431E1DC2F03596EB2039CC1A9D524E10B374E34A6 +4DFE6694F9E158DD6678BCB0B56BFF435FC4F5EC442E14391B45178DDA235B7A +07AB6EA76230B60456344BDB08C929F9453553452C97E016C26C11B68186024C +D1AF6C638EF54E26AA88856FAF1FA9A0DC5A9EFB7130EE72EB3313510EDB1DF4 +8D8E512036A986387D8E96689E912149A342974F559E7CA4621E84351914EACF +7810F41CC0BDCAD6165182C7040F052C34D073FFEE489549EFEF83111310B3E5 +F67EA5449D3D81DF1FFD64AE0F1A760922FC629FDCC6AB0DA66CC29665BE386A +4DC43CFEF3C5904356B7B2EC0AF36BB4FF6A994C8158790674A8EFF54A36B7AD +8C8B833C1D1FDFEBD7D39122BA602A67ECD2EDE9D35C2628EF1FE34B2CDDE154 +2247242DB2541C5FD49EB8348536B83A67E718DF66A627D7C7622F22B5D3A3FA +5149B224F82B72E4F2A1B22BD6FA7018B45A404E66E2C6B96476A39E5D330AB2 +ED04E2A7FE38D3A88B439E804F390F4B7893506FDFC1A72EBAA9FD2DD8062C0D +7B70D35F81B399600C625B80C26720158167C6BA509BEDB43F4F975523B11AED +088CE2D1C5A3C386F50D2C9FC7F2FC9F48D277FEB1F8055F02B3A0E7A1D8C507 +D1CA7AB1DC03CF08E7899E008B62915771F8E9CB1C55679A3AD7FD4B240B93D1 +56C5F42E411FBD7AF50148A57A33C5C60F612F96287AC50FF53064ACF7AF2D4F +96B7D88401BC3648372AEB1A51393C8042C25CFC02918989CD0EBD2CDD46B768 +1EBCA0344FC75A1DEAF8EB1B6B90902AE856AE56A45ABA521B8903DBC479636E +89380353901749435DCB5C1E1922AD09FEB66690E8F9F438530C80B22AFED7D1 +5274E099133FFC98AD9C7BECA78DD930FCCF90578F18DEA95DC34C546E5E430C +0625C55C27BC7C58C2E1AF3765A1D0D641DA5D26CEC131FAA92E1DC8E15D3A2B +FFB1E85E7B40FC9CABA17B7D30FDEE895861463E9073EA2D7974657B04F51E1F +511411EB2DE40F914EDCC37919F00B5695D75C1FF0487C1895B80F3652B0BA8F +DD3289116B49C93CF11DC3130255FE62AB638304FC061291DD68F25231DF7221 +40741ED2C7867BE5FD28C8F4976DF3830DAD78C944050CDDD9F928BD0C50E524 +1B26874472D09C886FC9F3CD27317AE56A0B587E520834643358687D141C1A43 +A9CF223B89821CB69DB62D3DFCB6EEC5B823250E35A7CE7157A7E4E82E50CC1A +017E637FB7A2C3A77400E80789F7FF50969108EA3961649C0309B994280EE297 +7B3905F0BE986B58E3FB904E0EFAB2770AB0D5928AFFCB5A4F16F250D3B7EA39 +E71D9E2BD19FFB28980BB5000EB1B855DDD769C637133DB925F7580DF46F7E1F +30E6C723933F2E6B268EA596DD30CD108461F549D90149381582B72FA0E97899 +8FF4862AD7FD475BE8869ADC25A8D3C6F9E30CA5D7F9B7E9B3FA53A47C93F7C2 +99A74D125F3CD49D4CDCB74B695DFACCB65199673D922A2BE502979D7F31D961 +386F3C0BEB0BC1BC8ACC68D3CA18681DFEA53F854DCADF5A2ED6B82AD88AB39E +597CB1058CA429B36FDAB1CBE204ABAE775934BDB4F3311AB588C929A2CA70C6 +E01E4EAD51350DE29416109153BF4F46B1BD82437A39D27BCBD8F24377F2F667 +0AC1FCB43EBE0638B73C214E30E018C087D89066E1E5DC0CFEDEE7F40462871F +DAC1161AD8797300C577EF655DF0037BEE743D60B065A79977E442862BD830A0 +74665F0C2347EF4558F11047E83A0110C515FFD87E096866BC854ED657BFD4E4 +77C4D97C68FF8A71DB29169C3C65F2D7372957D8A26E0802411CD78858683F88 +9307AA8BC85BAD92C150C0E640288C2C5F9D02FDE2024AFCCE259C066962AE67 +F50920B6C66ED68F2B3F92FCAC43F14CED19142764711F96E6DB25C6963FAF94 +3ACF6E981E8701A335501996F909D40B71B8D8BE16B5010CCE944EEBE2C5EE9B +6DCE9CA99086B785E694D4823615B84178C0F7EE5A7D6F7B697EEE763DD32AA2 +B15877040E9DC31006FD4A9DAD14A101D7C9CD9B00E4B3D0B8FE84149D99CC3C +66292D3D198E37B56DDEB3A422EFF19E7E2C45DAEBD16949942810BA02F58895 +349BE44F36879ED660B57012435C8CDD717014AC29D92D66F03C3EBCD0BF812F +189DE61E7A2A0B326E5246E8D811320FBFC111251954166141F484FA54E95BBA +7D4762F3B41FA7276CCBC258931608A7C3765A5EB253CB33D0230BB98D219091 +2B1FBB4EEFDB9E89F5E53541AD3FFDA72BDEABE2247BCA5583C540AA83434322 +19904A81902E215B5367EB292DD7A5366EDCBAD9327376167E82748A1647A000 +81249DA8E993004F9CCAC85B462926B0194774686C66D89DFF04166CE0B0B996 +C17E1A9B6193264BDBB3614A82598B0AD3F17FBD5B9CAABB2F6406AD53081BA5 +D4D444A99AC1638F4A58F118C2B8DD7E27E17B1F440F32B5B7D611D258541C1D +6733FE85A9A36201C679B31478834AEB4DAFA19C67B9C8249D60FEDDCD86D6DD +5690D26F4A190F6A2A8FF68C6EC957C29BC033530C2F4E77452A219419C4184B +F301D8A387ABE2C7AAB506FA043AF26A2BF7A1838AB4968A1141F63A7F0C5C33 +3A269F7CB706A576A9666EF6C759C55F50086FE5BBE0E5AAE320E1539ECA964E +75CC583CB462BE947E17BA40093086E733451ADB61ED873FCE06AA54756775A3 +15C0F118710D2AC6ED916249AAFFE601A8367DE76E275200ACF77EF3C05E5524 +A9291AF6C1830C4DA5AE41B6FC51C7134A08B82C8EB72B18E5DCDDDA06795590 +0FBDD30EAFDFE3035FF06118A76B0274D814191AD3F7D2E9F9D853311B0666FE +79D28A5F3CF8A9F0CAA1E18C28CD202C41EE720C82FE97856FC4CA80B94E84FC +3C167FB9671B730F1575AED4A2B685AD4280EBBA7EFC204DA45B6EBBE6437127 +C78CF598BC029A0E2273A6A51241D6246579BA660E3DC7878A90F2ED37645280 +1AFBA908CA8CD800E33E45C2D4670A1603C7E52D1380F7B0F511B0D7D6AACC69 +230325298F6F9F47496D02CF67B85368ED6543EB67F5D47B303C345831E02275 +D35912D0AB2692838B1EB0D6FBB588F1 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -1353,25 +2330,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMR8 -%!PS-AdobeFont-1.1: CMR8 1.0 -%%CreationDate: 1991 Aug 20 16:39:40 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMR8 003.002 +%%Title: CMR8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR8 known{/CMR8 findfont dup/UniqueID known{dup +/UniqueID get 5000791 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMR8 def +/FontBBox {-36 -250 1070 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR8.) readonly def /FullName (CMR8) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMR8 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 43 /plus put @@ -1380,61 +2372,213 @@ dup 51 /three put dup 55 /seven put readonly def -/FontBBox{-36 -250 1070 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C -68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361 -3645B82392D5CAE11A7CB49D7E2E82DCD485CBA1772CE422BB1D7283AD675B65 -48A7EA0069A883EC1DAA3E1F9ECE7586D6CF0A128CD557C7E5D7AA3EA97EBAD3 -9619D1BFCF4A6D64768741EDEA0A5B0EFBBF347CDCBE2E03D756967A16B613DB -0FC45FA2A3312E0C46A5FD0466AB097C58FFEEC40601B8395E52775D0AFCD7DB -8AB317333110531E5C44A4CB4B5ACD571A1A60960B15E450948A5EEA14DD330F -EA209265DB8E1A1FC80DCD3860323FD26C113B041A88C88A21655878680A4466 -FA10403D24BB97152A49B842C180E4D258C9D48F21D057782D90623116830BA3 -9902B3C5F2F2DD01433B0D7099C07DBDE268D0FFED5169BCD03D48B2F058AD62 -D8678C626DC7A3F352152C99BA963EF95F8AD11DB8B0D351210A17E4C2C55AD8 -9EB64172935D3C20A398F3EEEEC31551966A7438EF3FEE422C6D4E05337620D5 -ACC7B52BED984BFAAD36EF9D20748B05D07BE4414A63975125D272FAD83F76E6 -10FFF8363014BE526D580873C5A42B70FA911EC7B86905F13AFE55EB0273F582 -83158793B8CC296B8DE1DCCF1250FD57CB0E035C7EDA3B0092ED940D37A05493 -2EC54E09B984FCA4AB7D2EA182BCF1263AA244B07EC0EA901C077A059F709F30 -4384CB5FA748F2054FAD9A7A43D4EA427918BD414F766531136B60C3477C6632 -BEFE3897B58C19276A301926C2AEF2756B367319772C9B201C49B4D935A8267B -041D6F1783B6AEA4DAC4F5B3507D7032AA640AAB12E343A4E9BDCF419C04A721 -3888B25AF4E293AACED9A6BDC78E61DA1C424C6503CC1885F762BD779B0C3709 -4DF9CB65F0648B72373A300B521D8280D79BA483342B304C7FCD0887A49D9CE1 -192E8AE36AB004FFB7CE0A42F4EA48B04B505F2C0D88EB09CF93D6FFCDB7AD23 -D03BF93916F6D7E71637553DC8AC311C856BE481C14947F7E6353B3171FDFEB9 -652488E0592D5A181B538AF6A8C5BDFFA421891E6B7D8BFA7DAEE72A40F93D72 -3808E7BA8BF96F3E842579DE45B64E1DF88FC79ACF0DD8A1F4ADF3B4C2C3B9CD -CE5DA82925DF5913168831DA588564E14032513910DB1EA1E7F8304FAD58E635 -4E43575BC260A964ACFEECA8AFACE164E654C9924FB6431C8C791F9C1BB2BDBF -6516014072E620D137219D1078D928C735B1B356A4FB7C8AE44E5689AA1C8268 -0C9D72C2B7BA568A05DA601156B2A5FCE941B07F4052242244BF79AC217C84A5 -5EB1A7FB851212D37DD5E4220FAC2138D60119E9DA87F5156CD298576E5ED59F -DB192E59D3DDD92C1A4CAD15D2A8AD4E24AA1644FA1C47F5F559DD4727E5FE02 -01F45337263E57F4F464A8E36AC54E410C3E61225C3739546D6A0475C0183144 -5CA242D40A7B48A09A36C057D819797B2A30B9FA5934F40DDAAEE9855750392E -A41AFD637143440853BF0315CAC4AF1782248AE28B42C2D3B4FD293754E69512 -AFB3467CC9CDE4E44BBBC1FB928EA0E686DF898ABB65BEF8E60C2F08760A95FC -3D0298321B315CE0633CF6ED222BB17976ABFF3E9CC413C0327E0498B8462D1E -DADE882D15C4CE194D835C7E26E247D049CAF861CC5A79BFD79610F32FBA3A49 -3D3BE7FF757DC36BFD0F715121E0C0BE2E22497E9CB46284CAAA347063385A52 -775028C5C7E4F8970A1BF68A1F7CBDD546C6A396095AF5CF37EF9B7F74781986 -B4995A7554DE578ADF2F3FF5184DADE2A349A261E31A2D8E4DB02086B03C3619 -44C90FCF04C00CF4662A16134A0E713C0DC9EA5E97711708EDA217B3FBA37CE4 -014BBB0D9C4EEB4206132A744A1402D3DAEF05E029C1A21F430323643A47A764 -B52D1225ED92B2F1792E41D5E4919344596FD630BFF045A59D4318A01E081654 -DF63DD3970656D455EB4CC71433F2AD0E4800674CB858434A0187AAB2847247C -86A67466164E8D48841DDE6574758567246EFA5902C4A2D5FDE6B4190AD0B84F -836DB28929B2E4C595F12F6D7F6CF983F4A577336A62174990FB5FDD8E926EC0 -CD78150BFA466CB10179 +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9928A7C95D3A6E9B +8E92F84CA0AA44461D2F4FA0F8B81C6F5B7BE98C9712BE166610465CF689DFAF +27C875C029C0116DE61C21DA0092D029E7DBEDFDDEE3D67E6936623AB53FA2AF +18BEDDD7AC19A19CADB6ED6CA7A26E6044BE414FFF59C0B98D5819A6B881F9AB +7AD0D03BDD5CD309C67811D5CF0B93F6FDC9AE64F74ED4E81F2E18D880BD842A +DAFD0BDF06300201C6946087FC0B999447BC370200BFB8CA420B668B32EBC242 +6DB1546A7164CF55B332FE9D239B65F532B69EF9F4F93828A44C8F5C526126F8 +B7A369114CA68D4F98638121F4E17F351723D9F1A902FCF087F94AFD23876517 +2D15B482AF2D68C3F31FFA864E031596E597882578AC7FB0DAE2A713B065B374 +3E2E72519ED6D50CBCA40A7275A7109A4F3ED8A4566AD8832890D3D1F4899850 +9B757442B7EA355175CD5D6D8B4152ED2D7EEB4CE30F174FF672140354046A45 +7098EC45B9DF3DF5CF7B417E201DA88308CEF4CED8E8903AF24FB8DD0187352D +25738519ECBC70304F8F620CC45D2586619205DA3955696FAFFE2082402B3502 +CB682F410DE5FFE80A4DA3D3BCF02E35BD577D0DE55E7B8A33B7A2FD5136B5DD +A0BCB61F8E7F4363C21F890CF287304DDB8FCE7FE207C0D160B81E7EA662BED2 +DFF8C444E19C91E72254257CD87240A70F1A964FA54ED9ECF27E27A57DACC3DE +EABB92C085030870C6CF5C40B6E47F5C0AEB30E84A73ECDABB2D754EF6EA28BB +16EBD6636BC288E62F4A38BFB55F5F4DD20FDD77D767F6CB52F9513E8EB75413 +07F1877B2C01278675177499E4E8EB09F2657821613F5C7643FC064293EC6E9E +B519FFAEEA36B19C9D1302CF91FCBF87FCB57C5F995CB6712BB3D8681EB6F05B +B2A4195A3C73CB4ABCCFB958EAC533BD89560D2790CDE1444C0F2E4EF27A529C +F01052964E56F6D76A190E5FF45934BB711A3406284AF130D4DC0D8112BB3752 +762CA0200CA262359D4F54C0CCFA9A50DE18C7DB14419E2990ADDC4A54B94978 +D9174CA39434022FA77FB30179EF805E2189C35919F5EBE215EE2A00B4407826 +CE56329C5586D8B414770BA5D45513C3AF1931D632FCE69B4CA504944E03362C +74A1177C6398A61A12DAA0F156543E2A8E9969C4308B7ACC21A5ECAC8F172541 +1B1316A88C0C163E574FFD3CD22FF08488662FCF2F9344BC25D02146F36CA6F9 +E2D0130C654B7485EEA9A110A33AA0C769121F81821E9A2BD062FAC158359D44 +3F9D9947200EF1EDDD5860F10438B162A69683957300C75AF7546C70C97AB2EE +37EAAF0089E2623F787F252569B06C665FDB45EC9681C0774ACFBA76B98C4E89 +7EB12AA5F8798FFC110B49C25E3A483ABE83B0BCC6DF0578403ADC369E013762 +C9D08FC94D949BAE636ACA9F36F4E3F02296775A062077B011A705B6F1784D36 +A926622CB3847533D7ACB24A4EBABB14593B5D8E1DAE2BFEF8A51835C8D4E76D +7543C126A4271C59A5881A5AF89331694F84489CA66725995DC3070F306EA447 +CF30F63CD476A46D528EC1FFBFB8EACFA2BEEDCF54C92CE2BD26DEA5827186BD +3A4D1709415CEE7D51D671357B4A5D11E835F63521B9824EE5282E58F05A8ACC +FD249461181A38C2F47BAC4E79BE368D64F886AA493C61CBCB2ED401C8AFBA61 +59CA6F6216D941A92AC52ACB3D7ECC28D6A58EF4CC70BA6DE23E80937AB38E89 +6F05FDD15B954C0826636267EDAF9F2BB466BF79D2E10EED9B04297E6BC93069 +79581ADD1A9D9FAE9306F46AC95B98C60A2E53D60CF1AA4069BE301E17E25070 +F98DD67BD8642B1D07571A32766072E48BF27E1576FFEED300D7313A358A823B +49C8F135961B7E259095C9BB67F996CE0B90E95344F203922F47E11753F70D38 +2ECB615403490310CEE6C03AFA97DA2F47ED47125D110FA69725BA0018F6A40B +29A307FDB3E52322A77A0102E6F57654CF1E96A134D13860D83AFA0A41112D3F +2247A09ACF7D06713BE443FA27C7E7220E875965D53030FE7D2D62EFD2F1DB87 +5FB091FEAF599BA8C5167525899E578AB341BFE2BC4E53A047093168AE189237 +EA55F055514EFA939DAE9E859CB5FBCF37D99484F44FE5AA5FA386B28BB642F5 +5DBAF059A50FE96C7C6D834531D64F1F2E99AB2E96EE74D149178B1C0618495E +293973D9A03E1790654B67C0882376ABEC17D74785B3737D81644F28B3BC6FFF +F92FE29126995A07E0BC5EF3A4B93789A103C428943E045B8D1A5063AE71E806 +568D48072E53DEA85253B01DF0BB7367A6BE4DD7BE514AD74E3F77C825ABA405 +64DAFA25EAFF8F63344B5F6B523629776CEB090B546469F6A6008DE43072DD3C +DEF51F62731037D1FBD0C038A1E9B669849EB3BEBA281624F13D20B61917A109 +A0A7871A73F7BAA18077360B38A4625C5DB9AB9E43BDEEB856FD0E2D3AA2E075 +267B978B9EB47F2369302E87DBD5D5B422830BEC32411FE75D584C58650EFB1D +136FEB92B94BF8939FD63AFB7349C7511E5E46AA7324F8B1FFCA9C2A9E9720C0 +A720918E8E860F137567D386AC29870FD990BD69465B3A3D2A0ECF2753578AD7 +80DC87EBB319EB5AFE0B6F6FF8616EA30C51425FE3ECBC5F8D0B0BEFDEF32FA7 +D168B4E85C804B7326A0942CFDE732B1171C643452B7099B31649CA2C38B62FB +46EBDF7180004C549B53F88021D029452C2B37D8C565BCDB0B11541039A13C0A +E45D4B68C7907B8BF08C6F41F564B62BB554235D50330E78DD02795516D969C9 +66119D718798120442CB7EB9877FF84EC69DAE25F8559DCE3BD8042959F695F8 +2F99845B1B5680DDCF181D806CC4903E077D1FF5E60918EB34C0B1E028422B71 +CA63EFBF3F4F3CD813CE831EB54265A555BDD35AD7D723F9CFBDAB29C54F8AFF +2D35C6A3299E0A2DB470C7B141B1E3E10DABB7873AE302926BA8743278FAA8C0 +DC6174501D6A289CF980A3F55F2DD5C3A514E7E7F13133C35D2697D64C25130C +DB78FC997968D6B3BC929E8A31B6D212C5128E4412632BC52B3A1049F7F2F61B +C74AE9A6AD19B9E2E240617E2882F7D29ED3A4279439107AF9AEBEE47CE85DE5 +CE9595A96A118ACF1EB1F5929930321AF7732E351E18C6AD378508E37B4C327B +0E06AAE21278AFA9255AFE5C022034DA2968D260879B4B38E7EE2E11A593DC3F +CE71ABA050C004473324CAB6F3C50E85DEDA3E9A27388D8FD3A8F6E42A79670E +F7549CFAD4CCB337A6E0BAA4846ABCA059F1E1933CF11DC0FFBFF550CC4A1B47 +CF7BCE0875FA747AA854534960F757884505A5AEE0330179A9547A4AE3E68479 +7A457DE83326DC30B67F27CFD4AB697601CEE352F72F0966B3CEE3EA24683BEF +6D23AD51B8432C3F0DD0D0F80791E1091F38988B7A54E466A9AC7810DE8B7893 +6B0AA6356597891D56190A7660BC7F657BC559E0525D41EC228078F2FBF89C6C +72D666DAD838CBF0861FBF0A1D4ECC069AA49DFBAE5C56B781A1D5D79DAAC256 +13E3F9B928A2394FC71691E4355642764459714412D6F8EF803FC5F7353822DE +6CCBB8FBE5AA1F2C7F4D384039D85E7728527DF9FE0239E2CF8BCB7411C000B7 +1FE660AE6A2A19229E5E8776CC83EFF3C27403935756463EB4721C51FE0B1197 +86C2F17842A0FB639F28083DFD4F1E86D7D3BEFA922514ABF489C5CCE93D6F72 +D2EAAE14F6CBA2BE4BBE7D7EA8EA19DB3A87350D4A52064137C3D15A5B05B03B +70B1DA7328D10713B83974C390C3270AF5A9A47C0BFBFABB9F31063B0CCFBB10 +0F236C74446688198EFF039110F6FF42FA9F82D463AD3958B5FD205BDF85DE20 +FE3F0C7AEEF350AEE6DBC1DE2E2DA4F4599956F59D6F121F7086DC120416E180 +52DBBC4E56C09746938698860F30007091E1CC0351B43990E47208ED495310F5 +7BA9C6AB3CA10A3F1B318FD47C1CE3B9FF1304321F9623E32D315AA9CE64B35B +F841E6C62B5B2488A311C94937879E5E0E170FA77AF0AC75C5E6E9F3E8F825AA +09C1702682E14FDFA72D27901C5BDE009B1E52E8C4511C6F6336251BD45261F7 +401CA3DAE7C4B0CAEB91B9954BF4A97C48ECE7FAD401351D59DDAE9DA94E2335 +74A2B880E4749D3D7026CB5299F16C204B6E00A20A6619C34922C7D3FB50F127 +3157CFC08DCC5164C8023CD1B6C3556C73CB8E4ADA845339CA9BABA1457ECEE6 +ECB9849DF1F0FEBC89E5F97C92978A500196520839CEBA6C0FD2E3D27BB4B4F0 +93CB2BB565F4627C6DB62DD0E084E627D69B5DEF42EF094381B62C0D67EFD197 +301B132420F51A41561E6106870147E0D597078435BE3819ACF0DE28AD779847 +F3D2CF667DA06955D53E0204CEA2935E9E984E76963D3079EC092031E2A10E61 +1227E5EE6770DD4D745A52655369EBA06A19BD7D95BBA271E488241199D1008E +36EA99F8DFD2A9F87B06B070158B466AA4C6EA3BA77DB0F853F0BF9A304EA291 +34069714368E0B94DFCBA3BE5EDB6C8204DFA7EAF5C3406F60A7056407D1BF6C +CB85C1F432F97D821F5518BBA79AF8453A568FB2C2D025A70CEC75F46C545011 +ACE3A99B2582793BA1DC655230AE2EFD24DE20A01D4A441AFFAB7771F223FA6B +9169849E727E494247F67D6E1EA9DCA06A082FE2094BD548AD7F08B565145634 +E7ED832FEC1378306DDC796303392ADB0CBA130B63B38ED57B7828B47732853A +893E8836FE19CCF27002AE92C2B2CACFDF8A42F1B8066E033B965D2E9157FDF8 +E1264B40813C1A4CE424274AA3528A4F09B3B53DD4D23789A68B3D17BC1398AE +0ADA2C2168427A49846DE0216908C2FFFEF4F13C1ECA12AD341E238EE46E6DC2 +B71B54C52659632911F901660261E493AE2483D64E119D9924489779B62BC9FB +A052E822FD8D83178E09ADC825DF0DA07FCE7AD68EEB29FAA275A13691B4A5A5 +B0BC0499CD6307610CD6209583C1152C559A2760823F8DC0B9B990BFFE7B7E9F +3969B968AFEAADB9FC0F1410EBBAA0DB979CF153F0B8C978405F8E6F2B6406D7 +AAFBF4A655A15DD6D1E9A7EAE10EF89264659B09283F50B734236885FC09FBE5 +98D780012FA77FCB19F15BDC522CC7312546C0730EF5225DEA8C22A3BC6554EF +4FE73B9AEB5C2F7DBD474221760E5F539A064AC450591BCF3499E3968F2CBD6B +F15BA2B37080A4129B66D4C2188524F025414F14DB3F96049A8B0E5EB2BBE7A1 +AD64A988FE875FE4FE5186BB4F5DDA16983CB052D474B7D72F3E8965663EB50E +015C72407C3437142D3D7DBC055FA627139488DBC5A0F98D805C2143D99F491A +167E07AF60EC9F17C36289368D740B632CB919A0E74C412B76CE7A5906D5200F +9E79CEB9C65ADA3A0F23E8947E834AE7A329A9F0AA7A6BF545B1D7B4666C6522 +CFF268634EA06DB3A82D91A4C0A9B227E79961212881A54A6762C335DE7E0831 +130C45D94394D21C049B9D189ED955438C2151514F17BFC67E431DD9A8349202 +2F616AEC1C7B19F63D5000EB4771370924BD4B9053FE78B5E4A244B9A149D66D +A8BF3B398396D2233E92E4A5FDC70FAADEADAFD255193D688842DBA865CF6154 +C9348D590F3FEB135D4B7BD4D76A52CB140888247CAFAB25ED51F4D187041CA0 +ABD956F83A5661CEC171B52AF92F9ADE27973B560C802E1E0FF51C4003D1289A +CDD09F8EDA8AFDFF666D35418CEADF3B0BE298F0D1E5C8E024D6A2017A7E71F3 +3A9FEC9930F1118101E040339F9D41379170928DDF5B5875212B271DC843F612 +E0C21C67263186E3D6929160464D4D5C8928E14D0845762C36FFBDE548188E20 +3B6BAFE5EECA0385142F01216FB8A90C43A472C1D4447FE5C7C78CC088FC72E7 +3FAFA062C338BDE8A430FDF1951B107D8D73FF9376FACDE5900BA362C66F8C1D +947F9545C5C13A53E4479B1C1A50472C05E8F8C266C6D4F4EB08E97B3B1BA972 +26973B844545089C5732322BCC9A5A8FC972FA0D7DB8BD85D2F515ADE65DA479 +0224F7EA2276CFED0B75B2C23AE7377F86F1F6F205D6FE19377D87E782143697 +984E731F83CA888199CEB425643C259D4FB8B58DD69A96085198306494BB497E +FE7C9954EF35B679BBE3847A9C73507874F71FC97665E2A58BA41407A1745247 +44A79B588D969D11CE4B863CDA655DAA53CEA5C3C263B345E782006CE9831D49 +603D2D95DE9E370D617F5928BA416C362BB2B4DEF16A5D44BD24B34257765F3B +6223B3F9B54DAED69A90C7050AB97B06693D253C6894CBD7B497DA449F1D9B7C +D91B421891EC0724F59C82B9CB288DC42F2D2D7A7F22EE3D910E15953D7766AE +276DABED3820390BAF2700C4653E1C77FE63DB71A66D93ED293E25B8412A1EFF +809554BF04ED0DE83F7F190883ED793803CAD2C34A66524D3A580ACDF3C13B22 +08F18905E7A4A16DA9ED2A112462FB9FFE481EC2069E484E8BBFC19D594153B7 +3DED4C11762223B7586483B06BC164D824D1A6FCAE80A35DE0DB8B33396771DF +76DC5C05578EF1BE00A70BAF3D951A01C87328DB2B0DAD6E1B4C21F37D1BC0C5 +A929BDE5EADF20DA60C4DE2E3C151005814F24824D33B95F700E09A0207EB602 +3EF60DEB1622B91DB99A855A8F1DA96358F05CFCEDBDDDFC8446AE3391BEEC41 +966E594E28D052DD5ADA49DFF65E79540EBE5329DFD86C23CC800F95221B9C18 +CBBF941D2FA47EF1EF59A89DB5DD188E75EE94AD2A79E2221107E5992C00D531 +2E00B544895A9204656867E3DE9D4CDB64B920B5CCA9A73E6514B36CABAE01BF +94C15603B86780190595560F792E5EF01650074EA4A9BBC6ED284B9AC2020641 +DCBCEE0ED27FE58171DFE104EEE4202759E594159DF45113C00236127A46FB35 +9EC705F21C0E456C1F0F924594C09AC64D4377C5FEEF764BA4A09ABA8D09DEB1 +FC13B0CD202B2F04CF5D73DEAB65C36C2FA7C0DC236BEEF6D23BFFC9C493DC8E +1831F19EEF81EEDD976E43BAC6B5CED13F901DE59835FC75490EA528A72CEB77 +24C38B258EC38B9E6B97F85CA8C10D8809BBE55A6FAA12456FCAC786942E123C +06D1E55F7ED04400088BEC968BC5081DC7A1B1B65166E7821679F76694F235FC +6854C8776AF855B83445D9FF919B1D80E98DE0741D06D6C5EEDB3E3EA6392530 +F1BA817737D8162F7B3A36AC2A03190CDEC654383E31934C3E0A012B639532C6 +26FEBE9B412F1C92D1943B7C18CEF510729D501349644C97F087F2F840074AE6 +D8CD0FB2E620FFC908BFCD938B675A0A4A687F7FBE8F3DD06A62D7B6DE7DF3E2 +49D367D60B10061EA86CD512F5A1BE8950D83C62695E130128E0037B62552D17 +064319BBB9B1FAB9D79705E5D68AAE9B36EA14BF1A59A863BDB8DAD9AB5D7B8A +E30E2B499F952D65877C8E38EDD7DB29F9579D09E629AC188DB6A6403AB4BA3A +D358B3770D727A2B77D84B6C9EC17E29D88E3421F9B7D2D822EB78BB8BB50692 +8C46DD6F9BBEF2E848A2B5669B200019802AD19661537A84D3514AEC5AA47445 +2C791E01DCEDF18D9506367241255FFADEEA6183F51A9F42448A7DE413C08359 +52DAD2A60FD606AFE14702BD3B0EC448720FE63438D020DEDFCDE3582FC31DF1 +17B25FC152789D2F17FD60B8209D292D2152DCF8D28B5ADC04F6659BBB746CDF +145163361823CA343763AA951C640B5D4A99B7787105A1609EDD6A596EFC3F6F +2FC33D0D499DBE56C6668E137715D435D6B683E0113647B2765AB0F3D98AC717 +5B33C3EDDE18506E73B4E392B022F30480BD30F59B2E3A59D93017296C3156B4 +B5722E1955777716388AA987B2665669716F866FE6BDAD5E74A523CC03915F26 +9B7B231F5D9B1F61DF7CB01ED3F27070E36547B263855DF5B2E3ABD2ACC440B9 +0826E1DB0D9D5F76C5C5A730FED59C1D9DF5D5FBAEF7A48A4C36D6963515A43C +743589C85EFAE287122D75543C4D2C674E40E612FAF47F1FDDB27FE8CCA96B6A +1BFFF85925827C601F5A7D65931A97B4DE824FE201AFF641F2E18A6AE16E0ADD +D3E2FCAE04F092E9252D49E836DA1725CAA0596610CFD3DD8FB0C8A815D5384A +9B74188DFB4135AA18AB54D6F0B2D2CE58B70B5143AB000FA771CC61FD8D390B +A08660352E7F6497C9C45C92B4FD22B40398EB1379FB8EE0B76123EF71BF6949 +1DBD6F6AA049748E997E6CC5E73574BCD76F7C8C800D888756E8A2E9F0F8048E +ED8222DFDEA3AE7EAF03F33160E7B899356BA0D6FD3E5B68172EFD0932F52D61 +1BF4B298DA0B4452B81798849F0BFFA9440B2D60436111D5EA78F18E6D4D1A8F +733576FE5FEF07C49C1636A7702075F1511010AF852B661BB6DE99200763DA30 +D07D7451747A2867CF0DEFC44733D1A2C8177FE6737497E7D6A4BA155405D8D6 +B6816F8304C293A601B66E6AF93FECB50CA8B1A3EA18D2A4C77DFEF7854D0F22 +2A22EB216FCC51F4EDE21E4FC06CDBA19699675F78F89990933BDC869DDB3675 +EE2AD909427D2FD8F55E8F8876E71430C43623A91D948B3A5D534DFFD7C21365 +EF4919F3AA1774211C892C94B2BDAC05800A83E6DF2809E0FBA3A919BFAA0944 +C45353CE4645BE284149E390CA20A31E372E2B3C722E0D75320C80B65E65752C +0480897A6CFDED31683C7D595A8709CDBB4A3002D3F525173B6A2E8D893CB532 +CDBF3D6CC5DD864B5AED1E9386388B677DD88A927561FE1C13985064EF818A6E +8E21934ED4B59DC2D686793F3E8CD63747634DE0384BA831907E0EE3987E8FEE +5C04425A7E37EAAC4B618BB6B01B325388B6FBCCCA5B71D3926A95AD873353DD +9EF005D5179EDB23A9E7C25C64F54159FEC7F2AB7B0B68BCD376B1FF901E1460 +6F83E623B87089142DF115796B7214EB0BE22A19ECD0DAA7AFF4B0C38F63517A +EEC8D6EF9F3CDEE9460BF7A7FBAE44952A4DE510EEB2952AE6D3C9EE3972D98A +04BE5750C0C7E23625CB8D4DE2C6BAEEA7CE6F37E50AE4A5F2B07EB11732B50B +786748830A332C616DAB3D2ED12065D9F770358B5961C91BDC32738283531AA3 +BAA90485037C0FE4F7BEC9BA9B7344891D94B08E40C181BD64E34ED13FD5F980 +DDA525BAF2 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -1444,25 +2588,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMSY10 -%!PS-AdobeFont-1.1: CMSY10 1.0 -%%CreationDate: 1991 Aug 15 07:20:57 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMSY10 003.002 +%%Title: CMSY10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSY10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup +/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMSY10 def +/FontBBox {-29 -960 1116 775 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY10.) readonly def /FullName (CMSY10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def -/ItalicAngle -14.035 def +/ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMSY10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 0 /minus put @@ -1478,75 +2637,247 @@ dup 106 /bar put dup 110 /backslash put readonly def -/FontBBox{-29 -960 1116 775}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 -7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4 -A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85 -E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A -221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A -27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF -5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09 -0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730 -DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A -71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09 -4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C -515DB70A8D4F6146FE068DC1E5DE8BC57034F5E81DEF84AB9E5382F3E6B5715F -DF7C70F5A0FBFCD627713545CD2F7BF03BE000B484FBC808AE5D71F2419857EC -B194BF5AC776B9AE3C54BE1E828E0E65149BEFFF4D6D90076101D9F63FE3E917 -886E40F2678A1544FE310DE90354B85323413329E9C28005293E70E54EAA0755 -29028DB44DA905896AC25CEC38EC175D03321FC1B83403417BB61AAAFC8DCE3F -A6914D079987E5B87C83D44D74F649617796F6F306D492DB24F76D28FFE9645D -843F62529794974BE830FDC1F58F11FFB104EFEA3C40993C10F128EEF1B5FBE8 -6F442B5BD3A377AD5A457878AA37D623E9D0176109A94D4593126A7D1A5F081E -5704353CFB81F182083A6A431DEC94B2CA4681B766D31124970919F603609655 -77CEFEBBDDEC59DD36A1040DBE5FCBA23F74239A2C226C15B9FF071DB31542EA -2D1BCF96BF85423A29C64396AB052DCEBA874740EAF985507F580AD435EBBDA3 -BFE3F588569DE4B6D081CC210C82AE6F0BA28FF1EED9E89399FA3BD3D0750FF3 -1F5FBB680DF78510278DB853838581CA837CF64E4DD772C969A8F26489CF7988 -E6FF1B4BD122E4651B856FD5732B3049A267F0EEBFDAF16036E58A4D8F39BA36 -40658E8ED7419E8166869A7D2EEBE2A0F456AF9428B4DCF2BB36290668E06404 -4EC497CFA46C6484C7F762314A28CFE77DA97DD68F6BCAFF90D98E7650E400D3 -FD4DD94847269BC42FB9F573235646B430CD2CE1E56EEE4EA44F1B73EA2A451F -2A285E1EAFFAFC32A5FD8426689DF320711E6059D20454FA0D7DDCCA5B64691D -3D5E891EB06363541CE1667A02A96414F12D721C92C0A7B0A7D24FC9C83E0B45 -3F69F35DFC531AA3CA912E990C7CD8CE626406A1160A6B5B82A33F2745F39CCD -DEF54E26B044F0DBF61785149B0536F9B77889B96BB7C7A5245667DFCA9C4D51 -5B527A848A58FC60A42D722AD913DD1DF87EC624AA643A648FBC66CA95529DF1 -D29FE249D82D5D7654D606B1D6BD9A22342D13B3F873BABAE88B8C42C074E8F4 -CF25CC7B759B8FA07367FAE74ADA0D7A596F77EF712B32FF99ECF5C33A950E7C -4B01FC4FA16504745B768C59B4C53A9199158948A585965448C07701B7DB19F5 -0501D243E2338C15773D936345A643E8E5B59C31D228DF8C079B66F813CC1291 -EC11E8E18504AC9A455FA364E40FA9DDAECCD3376EF38EC9CD871B7A0ABEE362 -FD4EABC96B0F01C8AAA33FCFA8D055E565ECE1476B90DE4314F843CF01758DA2 -2463024D1E2FF5424B8694876E771975B30283C9F71DBB23549F07B0E5D19C22 -33066511B04A55AD044EB16E7607313B1A04B457E51DD4BF75B54C0063EA8276 -3176A25FB0FBE8472A21081843F5D191CAACB68BFF0A86A3D5708CD42A5481D0 -4B7B3A554E22438834127C22A9CFC62CC0A313E1AFE075A794299CF46ADD0D91 -11825248D40BC1C13ADB74D7A2D9DF2D3209ED5E4925CF344777CCAD44085B1B -A2D3F3F75E2AB018429E551C4DAE8B3532D1EA018B3AE46065C107DEED0C8403 -D6E956E11A3D357E29C9069C0203F104E02E877A08F3779BC3EC42A1D9A24E2E -67D4C6F25F0C92378598B8BD8F40AA1B2671A98DAD75E24FB4C0F10A680A3698 -08E0A46FC7E2C54DFA58CDEDEBEAF3BC88CF64090F14B1E5C9C5819012EE4F2B -40B057BE38761FDAACF40EE1EA1ABAD242E67503C7A1ABB321E140F67654B9AF -80A608D5E637D22072B27993013C8C67AC539229320C1EA25A6455F042CC6C58 -971DAACA05402A378B0537CD43CB909A64562CD69CF92C138C76DE19463718D0 -6FF778E7C49011A101DDFC99AD76F400A60835FDCD3E1DA360AB5B088FB1CA66 -A15FA1FBCA1D7199715ADB8079E1A904D10CA5158CDF92629AC4C2D7A1D8C288 -424491151FD408FA56054E2A9DE19CF688A08B6501E42CB50AF52574DAF19110 -0D6DC81FE5A281525A20568E80B3322F9D9ECD2F9C6A050FB9E45527C9BA9365 -75C4D006248BDE9FD0D5B7EE112AEB36E734592B33EED6CEE8D95D1B7B60279B -68B8846FF13DCF6865954F793030CB9A3855AAC01ECD5B0861596CCD8907E867 -4313465D47A0D32733B6A8E4A6F387D6069C8CA2E300B4CF6995B6DED3A3B1AD -389B56A89E0E900F8C38A1DD073AE23A8C957BED37241B4426451D9BB592249E -DF7D065010F53FDDF14C9A78565481CCE8AD1F05BFCB65530B3146BF5F53245C -FAD0F87785C491B3109B8438D779A224149C5CBD6489888EFF798C38EB7D1342 -523D2EA9D47936F2C332CE2FB25CD3B4A4AC552F1BD79DE9FCD64AA62D6A181C -305BA813D85D2DB54BE476F990709808CA3DEB53C94918038106F6FCC62A1559 -610DA7F9EF3534D3BC2C279246DA5C3AE391CBD5A821857B4D699DD92AC4A430 -4F9248452C9C95010C3FD1909891476C5AB54C5125FAE5C89CB4B92CCA049940 -F1E7AC052A4CA7127553898BC84CE9B29287206B32D1940D8B90B263 +D9D66F633B846AB284BCF8B0411B772DE5CD06DFE1BE899059C588357426D7A0 +7B684C079A47D271426064AD18CB9750D8A986D1D67C1B2AEEF8CE785CC19C81 +DE96489F740045C5E342F02DA1C9F9F3C167651E646F1A67CF379789E311EF91 +511D0F605B045B279357D6FC8537C233E7AEE6A4FDBE73E75A39EB206D20A6F6 +1021961B748D419EBEEB028B592124E174CA595C108E12725B9875544955CFFD +028B698EF742BC8C19F979E35B8E99CADDDDC89CC6C59733F2A24BC3AF36AD86 +1319147A4A219ECB92D0D9F6228B51A97C29547000FCC8A581BE543D73F1FED4 +3D08C53693138003C01E1D216B185179E1856E2A05AA6C66AABB68B7E4409021 +91AA9D8E4C5FBBDA55F1BB6BC679EABA06BE9795DB920A6343CE934B04D75DF2 +E0C30B8FD2E475FE0D66D4AA65821864C7DD6AC9939A04094EEA832EAD33DB7A +11EE8D595FB0E543D0E80D31D584B97879B3C7B4A85CC6358A41342D70AD0B97 +C14123421FE8A7D131FB0D03900B392FDA0ABAFC25E946D2251F150EC595E857 +D17AE424DB76B431366086F377B2A0EEFD3909E3FA35E51886FC318989C1EF20 +B6F5990F1D39C22127F0A47BC8461F3AFDF87D9BDA4B6C1D1CFD7513F1E3C3D3 +93BEF764AA832316343F9FE869A720E4AA87AE76FA87A833BBC5892DE05B867F +10FA225E233BCFA9BB51F46A6DF22ADCEACC01C3CD1F54C9AEFA25E92EFAC00D +7E2BA427C25483BA42A199F4D2E43DFCE79A7156F7417ACF78E41FCA91E6C9EF +B933450D851B73A6AB6AEA7EE4C710CB5C14270D1674FA334686653793FCB31B +491E870D3C2BC654D2C1DE463EC9BA29D7371AA1078800EF93D3F66263A2EBBB +F5723697BF7448BD0D2E301544BECF497FD475B85DFEF52AF4F8F8BE445CABE6 +019318806D10C5952157FF8F8286C1EE701545C8F60EFA854EAE66835A2046A6 +915D395F1E0366EFE0C0391583FE001FF16D82A2E2DA5F57754A2C6F69306E36 +356ECF8EFC3F1188AD6FCD2427E0580C97A5B69B4E0E09B85EEDE142F5ADD2F0 +5DE51D6DB72B127412A0D57106C19CA493048A4F815129ABE767D51715B1515D +9C21067CB5BC88741B7298C83EAE36A866DFA87D8981F179B1C31292F56BBB64 +3C430779468AAF07C8A8B4934E1E775FE3F35186BD1FA6EE3689C1C750678AF1 +FBF9B23195A124C5C991FE670AC0C86FD39D2B07B9A319E74EFD498B45820252 +720ECDF7294F7B0B137CEB86D33BFCEB8606985A3260FD669E461C8BE94216C5 +D434FD8854F44EE66E5A289A9F9E32BC36AF645D53F96652602BAED418C8D726 +BD04A1B4617551FE4DEF54083D414F7DCE004E6BB2DC9C2EF7CE232B254BA2C5 +7DCBD36C2072ED46FF711F121A701E2284BF1B718B3164382B8F453D68FA0377 +DFE106503B8401D4DB87F5402A3AC9A442FA060B0610A9524D530C7157C26B56 +AC970FCC1D5655FFFFA39246E6420CF97D08ADFB7B05822679BD40C638DDF0E7 +A97BFE8918B611A145AC965C203F1428812F9D340AF499B3A915B22BE798594E +0F520109FC81E452180AE45B170FF999C5FC2761C6CECD8742A5A6FC97F16743 +AD4EFCC6572A6D3F3E4E330C5CB2FF6FEA48A5B64DD3DBE943BD9918D4A18E18 +CBCF598AEFBB6AB3CD2CBC9BFD6099272F6543F3E532E0E21E614BD2880B1023 +0AC234CB705827BF016DB84E00E8C255FDEFA0101A842929540B7B4AA8A089BD +5EFF05B72356B6BC3727817823B5CDBB1B963103000D7F2A4E2A1472FC3E614B +5CBCB6D6D784023173DEFEBFA8F9ED87EC1A0A9EE98CA59CFC964CF943DC683F +E9E00DA718C4425A705A69D99988EC6F152525C790912C2E46A2381A569424AB +54DF4798BC2D7E7A361E7991641D4B756CE2A7FF4A2848927092C59C2C4B8809 +E13AB84FB6B111E680D7FB9F2FFC2C5C66B0B501E4447C2E46C10E2F6124476F +A140C404CFE2DC9E0199BF61E035CEB481D438139A9630934E541D261FFD2906 +4CAD99E20655FA746AFB81EDBB5601F5FD6B1D6832A01D585E2C55053F6A7378 +4DAACCAC7608DBDADAAE732D66B3E7F87E79756337C1A961E53A4651BE7C77F4 +038B89C87F650C54A2A90EB7F1D525BB353F33318551EE8D84A6A83C718EA5A4 +B2AC0F7306B1E095819B87015A90CA3ED739B09061782C28CDB36BA4BD5E5308 +5CBB70414E4112193DAC4A1FA30996327230D1E021F3CD8115E12D239D93FFDC +B645910EB29E40D830E7BAF2DB255FD7C4E776557BB38157917D993EAC245837 +A3B515147043574157B8342D829C7228CCEA843ABC89D1785A9672A5923FC4CD +2F3FF27E6FCACF84E2D3136CA2C0FD3EF1EE7354CD04C38B5FB874553646ED2D +CEDF7E362EADD04B18051F20A8FB0DE18E152385B9D05F98A3A7EF177824E246 +455ABE69E2F700EB78185CCFC07E3B4C6FA301112528D977367D30D0D5D59EDE +FAEB706DDC970A9E296236C725B2B55B09B9C336B8E23CBA5FB8692D56F33B03 +16294E5FC7FAA42E96395A57CE51CA8DDD77442F142E2E576B778373FB31C81C +16840BB422CA827E30A81829648BDF1CA36700EA32AD888D097C1FE0A05B2D9F +483AEE40269DF09AF0D1AD3DF80C45DDC59C2A03FBB661C79B87853737C6D352 +67626B657321B16198DBD6DB98A092F17878AE4698121E1006E53D6F9B0A3BE2 +3FB68828EF854A0CDBAA68B37ABCA6AD4A3D809AAF0BAB1697A81FE59C98C472 +1E33CD70A75A22C249DD11D76C2575ED3370A25892A16D2FD569CDA70C130770 +93F493C7D47D6F9A5424A7A542BAD726BFC3AB225DCEBBE6AC4BE006F8C7C0EA +051424B08305BF2D951AB2986AAFEA04E078CA79B399585BFF0F1ADCED02E15B +8765EB6BF6A8E4D0901EFF2C3AA104924EAD9637A35D877E0C51A3C37DA78CD4 +8643C8CE6DCDDE3F116A6C2390F948E5371BEB5AD2E87B41C5F01FB5C196C436 +6E256A88D082E3F46E4EFFBF605B2EFF1E9D9AD5EE4DDC323A137CD9451EDEE0 +06F7D82898D71FAF2362C0FCF1F726F97F820305B7CE20728CA08C63575083A7 +84BA28B7DE2B916432475510E274C12FFD1660A717F51DACFDF0A102D85224E0 +D6DB607BB72569ABB8A7BC6A10354CBBC01732EFE35B72062DF269CB25EA3DE6 +DC603B04C90C5912D2C38D7A5ACDCDD3F6F116D884F0D8C528F69D5D47BA20DB +0A9E585C7D8CC3C324FE8A1DF150279F7E8FB43BDB720E624E5E9918032C02CD +8020636AE5C38DA2484B7F4B34163E0D0A561B43B80E97746DC05C871AB620EC +C5D47101ECED4A7E25F291184BEF8B80024AA7BB456C1B83A907652B331DEA34 +754226C39C6889EBEEFDAD081E01EF8FE47751987667836FDE4C8BB8A3FD4406 +1E643B4EA37BD370734D1A2DB17C2F4B74B4ED75098B433601F75A88C9A37A05 +CCB157EF6E32023BFA33973F3E655A4D58289136996FCFA61EEABD70791B6523 +1FF5DE71AB8A17038923118A5EED8D59C4C58D246FFA9BB26472346B40C8741F +153D19CAFF20DD2A86C6DB89154A630FB1761929FC3F0448EE2F089C1C953E02 +905BA8DE75D101A982A611056C4B237596C10951DD98BAB838B742D3CF7DE718 +617DB72E5268583223E37E029D1C8FD3F1D21690151F76B76C52C725CA135CA2 +8666553E863CE188BFC9B99AF56AC2DB5BFEBEB12FB563D00244EB89E478657A +98AF2E1223C1ABC25A4500E8119B86EB3C26B8A2F3505A3E5610F89B7C34E278 +53FA0A54A7F46D84A35EFEC36AE660A9E3C37EE3864106702DE5AF6C45ABF64B +888A4A51323138CE77DB935576FE6B4824B6942DF80625098CE1B5B32B234F1D +052A9D6039697118A9D793793775D8729D8574A2E74D7109C7B7E23BC5E2E87A +CA8E019203952A4892544E1AD3D4EDD22971611358AB230E9A2ABDF00A288501 +A01B67C42B33F6B78C39562DB50F4663B922D9BE0D8A150311AE44B83C1F129F +07337323E9A23211EE58E16043E127C6F9574019179F5635648A011266677B56 +B5D0201A4E1470B952A1579B57AB2329CD4C615395023C653F784D36B5EE3672 +10D191F29EA508CE84763CA4CE7C2C5229E38E241255A5CABCD6C7CBAED901A2 +CA53B5E24111921CDDF83578D33D463D70EDACA0E470D8F592303FB6BFD68B4D +3F3BE2D7C5EC8BBF10C90111A33E205F2649B56E8443F6FAA6C721C66575AE12 +D4C40F1F46CF9E9DA675AB5D5840D938780CD9E4AD6736ECBEB6A4397613586F +849B51048AC5F9405E03E14540A5E5582F61CDCDB57EDDF95A8C6705F433EE16 +648F098C03DED8A2AD94AE3DE202D629B9422ABB031318D48F2C85F9DBFA17BE +84708AA3B6C9F81F4508F7A5CB7B6646AB8722ECF817877B77D473F577556DAA +2BA0ABACFCF5DEA7498C47328E873019A956FBB250FD9D8885D21D368FA70CBD +2709D2DA44EE7A9869963EAB48789541906DE49FAE785ECE1F18A22C7E7ED204 +9768896B78E9EB7A2BD6EEC1B26083940656ECD689D92942CC8AF05CBF82AED0 +B45A7DF4DD7AA6526FB597322560B9ED3087A65B5EEF1371C328A021411BFE3B +D9B5088B2F1AAE381FFED52D2D1E02CD0DA78683E3B06171CBE94BE9760005D7 +135893D7CC2DB097F6AC664D9594CF1C650F84DA80D2EDE04802DBA33CE3DAFE +EB7A37E8AEFA4FDA6252FF21E8673DD98E67124D5DBC7BACF361E57077B71939 +C1D1FB923E4E35C075CD1BCBE0E80DAEA1320D55B43EAB45D9B26C366B278782 +7519FDC482D98839BF0DF2E7C3A56A1C1A3FC0E57A75CA414F6536C1FE8EB7A0 +4ADFEE3BEDA0F53BE8CF5F64230784A797133E8CD46BCCB3BF38BCE38A73CCE2 +9E073ADE792F7128231DDD1F63E6156ADB2609C200837C2E8A2D93D2A7BC9171 +050C709A71E44E32B1B03C92EB5CF1D3BAB1C38E027DC4ED9AED633D98CD7486 +3F773ACF8AE332631CF2ABE6D606607593FE862ADE31803964E3F4DC3CE3A271 +C76BDD95C87CDB3B87BC26FC7A16D567EEC62E6FF0D471B4853DB8A94D4CACF8 +843824F818083F10E88D52FC4253E8203292CB40F1414AE7E51DD7347007C342 +CD70E8E9F2D2A13D71213B841DDEAAB208AD9EA644591C15DEB084165F9DF24B +B91D3BBEEC2E34E38EF16A0C3F00700A7BDCBBFED2EC0D09601AD6538288DB50 +3478B051B5E16B604A0341FE621A58718D960D699D3FAD284310DCF54EB13175 +19A75A539EE98E804AEA24689D3540F0F12951A3C01FACCE9A7BAF4D0DAFA946 +FF65A4D2A4C39969607272C6886F44E90ABE27CA3A1F12A29D9B32E60E8E34F0 +17C5FE43D0E69A99A922D98909B2BBCD145E59A5E7F5426B3988F73B09A525F6 +8BD4915663C1301323180E760BE81CB874B020FDA3AE63340E4261E4F3E4949B +CC0966BDC4426190BE9F5D77F76A72AD925662E5FE1CEF9CCAB68F0BD33DA003 +F11EB91AC4502FBD6AE48DA0F9D07C35B96B103E379B8A83A05FE728F1716194 +1F650F75BEBADB2E3810388F3E2DC7B19F1BA9E32925F2FD9F19F4E8701F3E4E +4069125D7C401144740691E7A460021A47B1E27997FC1DDABEC5BD0EE0B20194 +2D579C7D6727AA124083242BDA46D8E116E2751C5F298851A62B60AEBE82A929 +9B9F2492BA35690D1EFD16215B8EF14E7A3803B93C28FA41D971B05B6AF3B593 +E74AD1E68A5FCE12A86E63B78BFEA87D3949FD164F12277A4688BE96356791CB +8671C49365608F3EDECC109321AF92B4C29CAF073DA3A7D73E913D0D83FAC5EB +BD884D4C686056404DAAAD6F82F94F803FA1FB0DD8908D1DF08FB87A8BB83027 +04DE0CBB1C6FEB6B517FBD7CF065120079E608CE41893C2BC96A347826CCDFD5 +C69E161217F2127A59F1A6F22037641613F191F22D5B4CDCBCC2EE5615623404 +ABA7BE6C5FE475481615B2AC1A2412E54688DD21E44CC9AF5F16E634AFCA389C +4D740B7B51BB141BFAD1080E7C726C1606A28ED492E6BDE9F800EFACD1513909 +84E98CEB6A0B7A2A6F3E1D1DCC3B2552795E0932673E59ECC56DDD37A1D52BA6 +C3F0E905978AB568941A163F4CE3AAB5C5B16F86016EC47BA6F3F7AAAA77C3B6 +09C8C3ABDB6D514A76ECD37C37AA88B5860630B3406B494F7725975596F84777 +D9CF48686EC9C5DBCC1D78513F591C7C10AB9D153B3D41426B7BF668B0D04503 +56BCB686258462C1DC61095724B9F3312316262FD7C1AEC6E54DE7E5A7BD8EFF +035299B8FD8A4A7B0F51404F4A760F4D8B4C0FB7A32FA4B2383AB6E9C78FDEDB +FE6A5788D38A6701B123630C2A6D820A684166FBBC83DB17069494FBD411B333 +CB37E2491C5BD035A33867A6D3A3D420CC31ACF43AA07182CAAE67E40EC63663 +B678F71D4C6E0EC3A0AAF904CD3AA66E0DE5E3CDE049E94249B39A1C06E3CE9A +F974B2484BB2CDA14282B9511E505B3C89F9C802218AE40D1A7541335C5736DD +CD565D4B9F4CC78F3A393737EDB4FBD0DA299E21CCFEBA5478EEF013F0552A8B +0BB11FF46CCDB784E8BDCF730A16363E66572049E42C695886EAB42A9AD9094C +B635DF4B5B9BD9B9AE8455DFA3EEFC77653190F9A8B1E93B7281C2A21EA7DDA9 +33484745BDF7E3DD63C7AC66C286C9A5A698A5E4D7A91710B7FF943FB23609B6 +4B442F83CB795788FAB5E9CF3F75D5487DA26170E4561C7941C910B088C3B86D +F844B0F340CF82786A3FCF347048463EBD2006281A816627065DDA6CD4D3AC5E +2024BC96C7D896381BBB567951E7A1F29D4E95351298B000D29E5F3D0448CB5A +CFDAE1BADE9403B90371C3A07D208948AFA022A69C519434B6813086ADF518D5 +88E0B92072A44BA1B3EBB630A13B7AB90992E85B6D67361C8D96F3E0D826FF37 +17B67E4B1EB7BADFD98D7F4FD17BECE740ADF13C141EBF0A91CB105DABB32FE0 +55086D56A0D358841D15FD349E6B95512E4EDF4C430216FF85C2ABE995E4B40A +A6044CC8820AD885C07E052B3F91C2E9A1D163BFFD210F7BE95B923E2500DB50 +2075106DB541C267BD450B25B670CE80BCD068D4DBFF2D82634175B61FBD3BC3 +406131F44C7D6F18D375D1F2270829DDF29DC14DBB58A30AC193245D18DE91F8 +AB88AB548D8138605BB5A50073295534E314366E26665AE70482B890E4101D6B +60E4F3B37ABCA1346DAAE8FDB8DD9C832EFF3E73BA470E2BACE7B8515CB43388 +C27AF99FF9322175CF8D4947E6B3846AFF5163E972156847F58A66660EC8A3A6 +5FB47C9F637B4CBB4C73B6A080B0CF6FD1E9665E92032540570FFCC747C67C50 +822811AADC404BC7ECD1673E8AA6C3A2F1D82F39430B58C29145E2F1B679C46E +94EDC711883F1E4EA84117A54757E8895A40401A26E1437B39A2F65CAADD6E02 +D71FA8AF7453668DC613F326A3344F74AD7AC67569AF399385500ABDA5EDD3BA +343CC5EDD4B558467626850E752B9959FEF1454E53E7A3DCBC2255AD8F6AB4FE +894455118A61C58840CB68A925ACCAD75CEACE863D806916228F0614191A1CD5 +DC9BAE256018615AA3725834519449B0A88B4F396654E74099C007930ADB1327 +DD119BF799FE3B0B223E1EDA04FE2DA7A1C879143E1C33B6C6344F4BA033AD6F +8E88C33DEF1977796B454BAB2494C930F492A518E8198C708A75FFEF8C49C324 +A718AB59B889DED521229E741FFE53F98EBE88B0405AD523254FD3FA4BBE96DA +DA1C27C1C979A0DD4E61C3B1F4C4DE01E42F1C4435EECFC02D97994BC8AF5270 +E7CB1458D76ED0229C5FFB4A23B8716018F9050970895D51722CDE8F2EA3D947 +DFF374D84915D5C5D16463A6FFCD079D1ED416C4347BF831FF0C4ADFB61295DC +4D5785BB0852BF472CFC97EC174491CAF961AB90629F055E75DAA6D9898E8653 +5BCF379816CAE46FEA62E7BE8E9B953466E51828172C4DBD0E1BBAD1CE28B5B1 +02B3E36403BE80B49A47446A6677FCED438F01D60EB10F478C89528FA337D0D8 +88D3FC123C076507ACDAF783A9A6E24ED73BF24B6E0F11C13E532DE5F70B1058 +93FAF9435086F4932783C7D4837170DB0EA31A11EE76B1B9DFA42BD7AC6B7A02 +60798C30DA069C1E3F3211861EA327F5E48E1F440F6ACFCD1FA8A7E239B78825 +56FED1C49BCEC941D4BBFED805E0AFCFBC77850BD291FA4F8FE707CB4E8CBD1B +1EF055DBB7929E9666F539079840B5A6B6E1AF4FB0AB0CE7F517E28F67D1FC76 +2965CD2C4EB718886E4FF6A9F8F6EFAF9552AD1D7CE47CC42473F8BBFD598652 +5AF9535A2078DD3E501DF0241EEAC306DB1C2695D6DAFCD4F28DF3EEA1AF6EFF +5490E5C45D2E2FF381528AE3E23D323472F9DC5F32566CEECBBE3EDC5CB643AE +0E6AFFF1E130B88FDCD600FB8EE982EF8B905CD328142C222DDBDBC4C5D3BA09 +2572C066F838176C327DEC57DB65770C16EA31C81821753E86F8A3C4326C4C06 +19C9862D301F4A05A8E38F32140F3893EFF849FE4E17A69F02E7B4C69CAD0D1A +25B0C96706BB7AE920C15804482D69A32FE000AB246D7DE1A37EC827603D84E6 +1D17B491E0BD24704262A7BAAB8B9471B62D4F982A17C933B93F983B2AE1AED8 +CB1F9A2F0457CC19D7A326A3827A5003459AAA2004BAC9DFC0E4FE290B9E3301 +5419CD1D7C0F6F02F8F7FEE5BCBC225EA76A078544C0AFA7DB76BD600F23F80A +904C57812A995D6E1B6C456001BEA63FD266DDD5DB618EC21E718A88A69754AC +A70F3DFC7C434A4633DCB80942F904A79D7DF67F33DB394D570DC876A0B9DF71 +7679E1BC5B3ABAABE49A2D969AFFB1576A7E4C5F97DED2BAFFABF823743C6A5F +74DE324EAFA050BCCED1DBA4DCE81EFD0317F0F9614000875196251D74EE1703 +9DEF87885394BD9833036F4ADC444864E71CA92BC30E82E2E27A51931EB9202F +3BED6F3EFDD3CE553262EF54DB5FDDB7D94807AA6039703C6D0DB21A3571B469 +EE68E1242618CEF72694E3C12AE753ADB83AC86328A22267205E60F95210472A +38199E09B7067DC71EC84FECAF7E862D2E5403EE313FACAC9AE84D85BBA22ECC +0C2856237042BA99462DCACCA5FA8C88529A6CDD855A1A4551D614FDD5C37DD0 +CFD85585880E6AE8A4F4C6414E3C72860414BB09E9A431646AC77B70C595FF72 +0385D46FBC28851CCC6AB9CA31DA61985E17708952FC5C8123FD6DAE70F0D90D +543E49E5ED690B58DB250909C05D6D0239F9D869C3ACB49C7DFD70F854D441FD +1D62BE194DD663197CF0BDEE75B3D275C8858BA055172613439C666A42FD03DD +284199ED3EE73A7EA1495801E7FB864C550CCC9D8BBD942C2B84588CA9107718 +84AAB28F03AC8A30C252297D1AF79FF6F7C65EA06F804BFAD9B0EF70E4D0BA87 +0E9E9FB975EF7CF0873FB5BEDBD56D8B0A1D19A5B0AE1468B029AC3160E291FF +E2D6E3762EA6B94D633018DED3F03328F2C1D12754FF658672F848792B071D9C +7CDE0CDC2FDD22CDBEE79C880019E03DBFB99D616580A2207140A72DB0DB2625 +029EE6052665A57CAA3A8A54757881E24EE1E1A2D699C526C1CE40EEE79E81FA +17D9BDE189DA2A924E5ABFAF67A9452E238EE3606646330225869C53782183AE +DB32A66904802FA8C5F6830347A2A6A7975F691EA8C494DC110A5419B9DA0520 +30564B142C6AB173585B33697244AEA871381180E974D4D9448782457B3E9126 +C1715EB4BFF7C6E1863C5DB1314A119E263AD281EB61BF93FB63E3245EB00E2D +218E18851F262140A784A734CB40023F649D2E61C65185332E8968785AF55411 +DF6D8E739D4C44BD361529613F48E55242F425C327BBE5B1955C068FC8A3B190 +99FC94D95E54B8B6E2B35AB0FBCFE8F5D07B521E79DDCB64B15200B52AF5CF41 +AEA5920D7C6D539B8761217D9DBFAFEA91AC3A4A469C2266B90BD0A89612309D +9C838968DB7B050674B003408F12C0F7CF25634768F365175B2F135AED48C64E +B95808C794B5D81D628C7C9FC5C45E855F51BDDDABBCE9F1AC51729781A48D0E +EA396BB6F754BB1DB65A123A742F66F54BDB65D8812A41FB094778F77033DE66 +1FEE69020104EC6CE7AC23CC0B155F1F85E3E21FCEEFE920259D117194410ADD +E7C715A767829E0F045CE4983A915C9D7845BE266BEA9393A8B3AB94C2BD4369 +6829DF8E08BFA735DB92AB39B9D86F8FA1E04556678C400A48A95D02D77773FF +8461486251046290B0EF474EC0AC9A8AA4A24FE2331753D0E5C13BFFC1038044 +02B8E6D7423FE57F414926C64B56AB89C9FFBF7042DD27A60777E7E5476BA4E5 +C13D4F3B16504F8C94CA347A1DCBA1EBA0419B8E792D01E860C62DB74D6775CD +1A76175FF912DF12EFE8477AEC8B7CFFCBAA6606E892B23C01DF6771A50D8160 +C27C62F4EF69FAF91AD8A5A28077242BFFE1BDA18AE2E7B5DA6DC0741AEF45B6 +2E337E0E79F93DE2A4EE9D85D5BB7381C97C185493406674399B1FADAB16B881 +FEE1B25BA9FF844183DBC0F782EA3E98D125CBC45915452A9B86EF099EE99135 +0DEE28E6B1E301263129AFF4B89DDB97B3512085114F36EB29FD33FFB5A76F70 +FD5081D65236EA96CED6EF618CF5ED1B180EC40B6B7F3E1C2EA916E7ACD7708B +54B5C7B09E2CAF6F6C75999FB2AC4125F76F92B85E22A19A4364960C5D96BB46 +05E8AF1233C5ECDA77A07E09781507796C42E7A114B3DCA63D59BF38EFCEB81D +DC425097448807DF86AE299C1513D3AB8647D6542B4CA54612786021FF239975 +798058BCEDB9B5442CBD84BDBF2D8DA1338F01C519A9184375A4B012CB398527 +0C26774F451A694E82A14C35E4462956A593FD9AE7BCF653EA40AA0539C9FEBC +3600D90AEA335BE60736439706ED83A161E84ECB4B46097F6FE2E71E3D5A4B45 +A47DD4D4AF477EE738A82B084A8D476285AB4FC6B4EF56081794812CCE74A8AE +63AE26248F4D166782E4473A68A9BED207C68FFAE4 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -1556,25 +2887,41 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMMI10 -%!PS-AdobeFont-1.1: CMMI10 1.100 -%%CreationDate: 1996 Jul 23 07:53:57 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMMI10 003.002 +%%Title: CMMI10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI10 known{/CMMI10 findfont dup/UniqueID known{dup +/UniqueID get 5087385 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.100) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMMI10 def +/FontBBox {-32 -250 1048 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI10.) readonly def /FullName (CMMI10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def end readonly def -/FontName /CMMI10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 58 /period put @@ -1608,222 +2955,380 @@ dup 120 /x put dup 122 /z put readonly def -/FontBBox{-32 -250 1048 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE -3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B -532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 -B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B -986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE -D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958 -9E394A533A081C36D456A09920001A3D2199583EB9B84B4DEE08E3D12939E321 -990CD249827D9648574955F61BAAA11263A91B6C3D47A5190165B0C25ABF6D3E -6EC187E4B05182126BB0D0323D943170B795255260F9FD25F2248D04F45DFBFB -DEF7FF8B19BFEF637B210018AE02572B389B3F76282BEB29CC301905D388C721 -59616893E774413F48DE0B408BC66DCE3FE17CB9F84D205839D58014D6A88823 -D9320AE93AF96D97A02C4D5A2BB2B8C7925C4578003959C46E3CE1A2F0EAC4BF -8B9B325E46435BDE60BC54D72BC8ACB5C0A34413AC87045DC7B84646A324B808 -6FD8E34217213E131C3B1510415CE45420688ED9C1D27890EC68BD7C1235FAF9 -1DAB3A369DD2FC3BE5CF9655C7B7EDA7361D7E05E5831B6B8E2EEC542A7B38EE -03BE4BAC6079D038ACB3C7C916279764547C2D51976BABA94BA9866D79F13909 -95AA39B0F03103A07CBDF441B8C5669F729020AF284B7FF52A29C6255FCAACF1 -74109050FBA2602E72593FBCBFC26E726EE4AEF97B7632BC4F5F353B5C67FED2 -3EA752A4A57B8F7FEFF1D7341D895F0A3A0BE1D8E3391970457A967EFF84F6D8 -47750B1145B8CC5BD96EE7AA99DDC9E06939E383BDA41175233D58AD263EBF19 -AFC27E4A7E07D09FB08355F6EA74E530B0743143F2A871732D62D80F35B19FD2 -C7FDF08105847F13D50934419AC647CBA71DF74F4531DC02BBDA22AEEA3FBBBB -407E0ACC52BDC60D01A29407CC4F93EB8BF6D4813E9BA858D54F38918AC82720 -4956D50291F0546E50FCAFA6DBD0099123F5ECD4AB338DB310DB4CAE11337A89 -8ED99B6F483940C97544F888EAF0CBEB11094A13C073D0061808662A04A82BA0 -AD35E8782F854AF66C20C0FEF18D0ECDD1646321B93D327E53D88CA0E825FA95 -05AA57BD719A0FA14B38EC39164AD228A5F496C48EE1FCF6D7412E372C9B81E5 -98C9C34E00C6FF27D711277BD06F13279AEEDDD39489406FAA129D28084D1201 -0F381B7130D1278ADFF30212AF2F33E651255C8665D5076E0CBD9F5D5C5D0A81 -81C113CF16966411D8738FD33B179FCD58753583ED6B95AAB7C69ABFD9C0A57B -8AEC7A803CBD4686C4C103E7F75883E756865F355473D6852599B498E8B4F0E7 -28776667059E17CEE485CBB169C637F8A3A2C96A9661ACC154459C622D3748C3 -2CC0B8608057500C303FC1F79F30D8CF39288FDF3819460482E8AC115833BCD5 -82434238B0215EFC24428E5D658D6D4F22189412EE4113D0B937934213A11B82 -745C1D8A62BE022F04AC17FCDA3B8CC1F513D74046A0D0FCB0B6023C2BDCDAE0 -53913C074E99C05EA8A1D416DA1EA10860FF73E77744F6FEBAF1FBF8457D484E -B24BDD62BE4326548DA805435D8F274C309B41136B1D72349125FBBE698693DF -BAD8BE71E9D6760426D8E6890DB479BE58E20336162388562881E331ED18BC81 -24FE927B80D4B3FB38E0625556EC8874922E2A2621512361F6E14B7D9DDF996D -4E005F55ED3154AF197DB39C87E7D7EADED4AE98F868FB6956BA0EBD1D41F2C9 -5069192C92440760248FC35AF92AA2C7B951F598989568D60531B5786113E0DB -9F38DEF097C7713DE9CDDE7E8341F94E4669A6623C73BD150D110A397203E0C6 -78413310AF52FD05E7BD2393EB4E908E58A08CC266FBB246200EC3F90110DF23 -483445EDDF4716E79115D4964A8698E911C1B17BE30AE97C697ED2D4A4060C1D -B10771742273849427484F717E297425DBB9668E2DFD5420F6F2264671772F83 -F1133B4CF5A8444F18A35437A189BE4E3F6240A7200C8F911236C6E1BD984172 -048267CD9198C6392E2A54EEAD5343B019EA64098BC4AEA29FEA2473D764ADB2 -53780895DAA73C4ECB702DB163FD72DEC99A6D1A7B3DE21FF7E5D8492FFCB406 -288C950037E928DFCA484A4DF5BBD38DE00D2755D2C4DC265DD797BD803F1B32 -87CA83653AB3527E7FCFAC8973D49FBA9F8795C8E661450B4650566BACAC19B2 -4441C0A6C723FB76C7DC940019F711FA4B947F74ED7451363B1EE6366870D282 -57A12F71DA2F3934F14FC4F1F1F15DD8808FF9A584E9EB5E919CA592CC45254F -C041B1E00377D6C8E8559452D53B6923341AA1FB436F62C9065B1996E6C3A01F -D8D6B987FA06D54C05F7E3101DD9934A64BF962811189C0A0AA7E508787ACE0E -11B3B52806BC6376109385F5DFBBD06A03F1040D3637031FCA76E96F54DB4FCD -6D377063E5145FEB8D494728B7D38ADA690C0EEB384BA8C4475CBC260749699C -04362185609C824682BDD7DA5454479865156175C65FF4ABC6A92D7A43E3B059 -BB1FAC4332C417EB10FA20824578863C02D498ED07701EEBBDD61ABED999EDA4 -0DD2346BF3AA65CFE2A6EB625DD908B12397A0551CFC44FF2C83CDF4587889DF -9E73659DBA69115623E23C7D496971E26070193AF3B4ADEAFABDAC7A1CF3097E -4D08DE022EF3C7A4B83741CC22DA938F91A232B1D5C600985CAFFE1586758CB5 -E4293399D3700071F6B1CB6172B8BF89D84FBFBF95AE77D79A18EFBA4E77E383 -F6CA6EAE8C15905F21E6558080B6F4A5E0FB8D4A15D46D784663A8B36E525FD1 -98C1D5B4262DF99E480F8DA64CBE984F4C6899626BFD9869D33E85E6D7854E50 -E0B82D9DCB9A98089355774AB887DD3978A545879BB8F8859EF0F90AB9C0692B -AA28985D4484C29E7A1666090B26D65E9936CCA01847644C9B442FA9EE197F3A -B0146539F905A7C8B338FC1F5CE083878BAF70D24296B74A3B22C58543CB058F -D9D5C4556A6C032124DD19ADD4688864013E5CBD1433E6C8851FC4C216259CD6 -22D6C9B88296BAEB88858E80B1A999083CBE19BCDF45E9AE3D99F231AE594BD7 -C7881B69E6A1043CB4C395EF68E2C3902619D96D90B36175917552FC1AD2375B -D56E351DED0B01AFF7152016CF48AA87D4CC60FD6323BDBCB64E72B660530FB1 -721DEA76FA6FB03535C93E4EDB19D771E4255C2D5C8AA0114F61DB431CE36785 -8095A7C1F8B6486CCFB406AA62869545DDCC9DA8A2364B0DD8ED8208E35607B0 -B04E0200CA1E8C3A0BE0837F21AA7C78F57014D3045FD24FEA13B7E801A1C434 -5F1218A278D98F8C8832D70B6B8777EC93B1574B421594C20C8B986ED8CE2634 -5F760E698F6A5D837832E4FBAB4022EA29E2B7631198DC435B08C405A0E60C2C -C931EDEE81F72DA4F42EED90204801BB6F1E03C7EAE67B30FF9F73F88F6C01D9 -672B616CFE453877BDBF35018E47A42C2DDF778A5C3C6A34CD5F5DC81B74367A -5935C3204B0742A24F1D47A70BD83756D0EA6414E058F1B94D6689297C3FEB4B -D2BAF9E4D2112C2F527802E8A8B19905F03E323AE14AA26132FA92F610B975CD -890DF514680ABF95640A7A4318EFE589B907ED4C276B954345802463EEF96982 -B04F20E100DE2A48B0B18DB1481324E21D1BDBC98CBA7A5ED5715E01677C6DAE -9751EFFDD8B2CF44D96D9345860C3785D94477D1E34DCEE3FB4402C94EDB52E4 -055F2536DE051DFD56CFFF7FB7F79FC153A7FBC76635B0AC4A19EADE7F4F77D3 -1A2FDBD06471D302A60788E7B4280B2F162E8C287270CD13A15D0F269AB69FB6 -57F00E85A61C3A8B4352951ED2853540F437A6CB6D5691301544430880A8BD31 -16999099837EE8C4CF2C049D3857DC182E4A96397F05932431C428D0BC33A3AA -78BEA708E51D8E03B806C2542C0BF2539646FD482BE2A88FA4C6C4D606B0BB9E -D31614F13F94C9C26BF39A4E0AE8D8D7F820F94D3D8425A09FAACCCE0D4F09F9 -05469D16F3ADC017377219110157C07434F74A220857737426DE8275593EA384 -BCFA240CCB628FBBE9889BF0CE7D8BF27F1231A49FDF5864989F5C43C06B19A8 -415A3FE7AED61D0818881EAB2581550E8226310C67C93EA198FA55C35314502A -2E17BA25B30278A8E30DEBBDF8CE682E0D34FBC92AEB35EC08AAA3B428358D9E -0B24FE97AA03FABAA4277F5C81F621E1CE2ED0C0C9E3A0868B8C29323A8FC208 -C420FE622DC33567D312383BC32295241E2AC452655AF4180A947DF3B46E5F64 -6CE0A52AAE10925BE68D4CD49013D95F97558940C54F857AC4A278BA32003BE3 -D1514941220D1DEAD556CD8AC64DADEF6C5DA3AD29B85B1717F2FFBCEE59A0EF -4ADE29A3115E3A095EBEABA041AE41DDE25D9A714C41F12A642B411652A01E5F -73D2745A239DD864625C31D3143847145F337EFB9F9C632EFF4E3011391B0B11 -0743695E85877B958BF2A9017396C2C3D3403C274F93705C9C1E80616CD66BA3 -E4331E3CA0181052A00D9468DC0428C89989ACC2F83924C1D35CF5DAE12CAA89 -5535B70F98B9CE6B5CE82BAAAC8208291689FF7EE703AA057F8F06620635A56D -589F14416249148DC146CA2D990C50DAB2F6F6506A6920BE9DA5A93B9F0E7BDD -120151536678A80EE33A531D40D6345D9D9623242E30BBC18654558EF8A22AF5 -E91B77AAC994CF700F267FACC80E4EA7B17ABE1B5F57BE02BF5FEFCC3AC9EC29 -612A3299A3641F44E0A4EFD64A2FE3C012F1394E733BFB226285392F0F3850D9 -426789A509CF59CB7F2D4BC172F36C132783E5A0843AE487DE20C1A3816891A8 -A20B986BB8A9799AB773A394941CA2BF1F96054F2A61D6F8D2706112A5D01D9B -80179050C23DD2ECC6A5E185FDB54B8D1CD1A72797ABD82293E83E5CF9296B08 -68B0BC09656314C7C1518C69B70D3A9E8D88D20AFFA9863C7FACAE1D0C56E38B -0F90710929A12F82D60D4CD29B816A27ED36E5C41712FE50C1BA397EA58315E3 -61415BC5B04B0B10F8870FD4F5F082BA981DDDD34BA42E40E61DE6DF29CB78DF -7243F0E4D2CE5CE7899664CA18BE8CCC0B5AC7D74F3211AD6A7E11400104255A -7E34822D421FEDD7652ACA66256BD86E339DAF7F4C9E34547BD78DFA8DAC788F -3C73F87D66DA7FA209BF878B68D3CA543E38BB457713612543238E2672DFAEBC -CDDEB6437C2FB3BD4CB7D0E038D41517A391B8E8D2E998AF453B3F14E2D50449 -C4C98CE2D88844480CB8D785BDD9F95A3E217A0ACB8CE2EF587E3F976D779745 -C24009B82F4695D16DAB6DD925FFFF100C09776667069C41C6C8767AD978EB38 -C468A5B1E0680F918792ADD4A8225C15796B93D20789D714E5D9743D9B3D207E -FEBE188B0C03C1E4CF7BACF1121B9323D71E4B0A3A5FEF3AE95364880F41AA6A -E74D277C431A4331708578FB52D2DE26675337BF6F5A594B509DBCE9FDD40755 -9E91E480FA308B459C81B0CA6B6F60F7BDD58E6F01A11F3B0A9AADF659E94D59 -3A606BF53A37191B62B88F84267E8A1FD969538D27113E3CBF6A5FAFC639DD2C -932D3D981045652FFA8F9D3869F8F31D324B7F579110AE5DB82AFE23A5798CAD -30E036E6D8FCC113F1A97F67C3AE2DDB68EF5E929739DB569C09B25939912DEF -A7798DE420F0564CD885391BCBFEBF2A00DDC3516CB821DC413372C15DD8C9DD -8B237771B720B3027F520AB1A574E65EE19B52C27BF9055FEC8E67A71568B6E6 -F3D87683BAF9AAB79E03CEE528AA695637B08CB845F9475485B67DDF87F5D0BD -B4780C2FA5F8FA6CEEB12AAD6B349C91FE41C2CCEF59D850A98319FDB654D2B2 -788FDD7B4BB357A6F0C0D077A1E08861320361286B6D69F3EB7BB5E0AF7665E0 -C3707A4225CEBC148978ABC33E5B344978F2D5393138EEDE0B667EDF11371F5D -197F4B3989F292A19CA805646FA56F4973846794366CFCEF584B8EE65C1C49F4 -56C2B7045C5208CD86064346ED2AD8AD769BA57475A6066C1DF6F1EF54775C22 -FFD55302F79410108C6239CC1EAE729F2C58ABB44DA9251D90FE62BAD1A2DF3B -15732D25C3C6B836F6C204C41D6B77536CABD0FB8097E5E242743B3FABED7A78 -3DB0C1B4ED263B7233070632378669FB5B6AA3A40E7BEF9E4622FE8046F218A3 -087E4F498FD1824D2204DA136DC6B12D22BFB47FF1B9DD6D16F20059A905F41D -E15EC2A1F739ED737FEAC5A8CDE6C6A89174F35F3F08F7EFFB7F0421E05F43BB -14BA580D98DA7C28CB7146EB4F6A2AEEA727080516B79F913B9C7C9B245973B0 -381B98C68BB20DAC52C86E605BD2402FB83D6C972ECF9CA7CBD3DCDF5ED1FB52 -0E07C8F4073E62831278219A7640098E7963E7CE9A1D96EADC0752BD05A65F4E -0EA1933F8FE30BC2862F4AB4778813C1FD351287E99F4CAF8F293CBA493843FB -B48F4845EA17EBA256A3E9EB93799A43E9190249F3E6D9C8F4B3D67136F31014 -B84E0B5AB2EB9F7281F0C2D35DF88BF5E19F87F73F6CCE47C24E65B87C9DE5A1 -276B5B704A04C910F7F6251B205263B345F021BA35463D8E7EE3B6998863B24D -E419AB12390CF368A2EEF5D5FE9932A05E7F4794B63A86F07E9F53D8489EA756 -BC4C7010DDF2D115A626EFBF8FC3AC109D8217C14196A37BA56FAB336EA44E7A -54B2FF7E9AC0EA8C252B4567D6C4BA71D9D6B8BA9972898C131B8D5BD485866C -A0DBA290EDC395E77C3C54391F1F5EC759B0AF4726C12BBC29FEDE8FCC284638 -4B3DFD705A6EC7C7DD0246C1168D6AA32E4DE826AA93649ED4AA64CE9796F086 -FA718B549470A77E112DA2CDC55A25DF976A4060C755C4C72E5C5B64219A4778 -E279E82481D7CE2A7B59C85CCE0A611424281AC393C6B5FE6F0CF9F62A0AA0F6 -FA538E4190D80126373784696614E22490DF3203F0FCCDC4EFFCBF9862CBAA37 -AB2B2BB499BCB4376917BC1CF920E9EF929D7DE80ABBDF53DD18E3E6322C300A -E745B492798CF4AB9CE7FA975D996A9B8E3597E093F3FCFFFD4F15DBF01E7108 -8588147ADD3A36CB7DC9A5692C8AB266FFA676BF6D2B849A431338A262F69B24 -2E4EA46179A98C5D3BBA87CE9199B25D0D7259E5E69E1F38ABCAF8D21EAC72A5 -4DF018A119A8090BF8906F3C134A4B25439BF172ED1AB60360F50EBD440E9135 -A335E36D10551B04E09D5B13E78783E1E1B008254E83DA41F5F4079F44881C6F -B9B0F1D6E56A9EB8F640961A1C07D1DE1E4009CE749EE655DF33BBF0FE1AC7E2 -14DDAB0D80DE1F55C99A9C734659A30C4049F5DB89BE3DBEE630F701F59611E8 -D22009C12D5E3D23DADE2E5714EAF3B4DB253C2E038070BAA68CB67323B964E7 -B55DB75762849BBDF03E056064525C7B6293FF28C78B4112F9242E026DEDEDBF -C323D8A4B95A77738E0136F6A089C36C09E8D7E13AF0B78FCCA2539465CB2695 -94471C662EABDDA401AA83FD38DC31AAEECDD96DE6275035701157D5BF939961 -07CC1AD866F15474687F7602208FDE9E9E7D1957484BBD021B45F63DE042E76D -762E666893324BC65A918D44ABB7284173DE360B5EB444444CEC3478B554C342 -F70314EEB7D026AEF8C7C2E91FBBBF30E471CD576FC9FCFE03E3DFA571E81CCA -0B32685FDFA9AB53E64E0BD02EFD2DD3BDFF6DEE3C1666C57411685CBAE93811 -EBE1C2CAA45880708D9F5436FF7C8CB00AC2DA2ED7D210B57A4E0D77A6096356 -FA7A5E3C7FA71F97B5C9519F37824DDC8A97A551D601B76F61648410FE165AF5 -95DE474CC1F6EE15125E6DA4CE18C837D858F72CFD8890FD5AE61D9914A7E005 -E22F2D29FCFA360900FF8E0792D1E2AEEA9C7FC62E4428A78A6C69C861AEBF07 -70A25BB5526A8134BA28E483E32C3BF6EA21A62077478628C588EFEC6DF199D8 -E8C2492BF795DB8397D7C9A52F2660CBC7F2F13E84C2540CF0CC4A4D31850D36 -EEF743BEBCC0175A8F4C967E767DBC926E55D0E66A130F620AC3C8E73F75BFF7 -08121DFB95FD46E18075461F5C597C431D6AFD846CDD34E0041926839D856C80 -B524AB4FFA4E31165BE1D668C6205239ADE9920E8F03214D1D8A4B1C5E13BBCB -0F59068DCDB5EF589AFFA18E819BE959013E15F494F0529201A9A70C2B6DDE22 -A9434459555FA63501E69F94CA24A175EF6FD14FF1973C944012C7183641CA86 -7E98C6C99B0E448FC7BFC4867BFC6D42A85CEAF2178082D19E882D8890E845D2 -46109F9529A1594FC4A37E7FFE13408843D3ACB1BC58EE20EF2A7BCA9F2AECBB -12A6E1DD58B36A1F10D5D5C135949F71C037CC45AB2097BF6D8378860601B6B4 -C168B3E4B94B7F0275C3E13A03F1F219380E7F30E969CB868F1BD3AD8CFDEEB7 -7CCEF1B3651720C1DCE26E1DCD48EB76F990709489E084EA31C37741CC2E9FD1 -5FA97E2455E9952DB54D69DF6DE9A22385C2823AC6678FA4C9BF09AD2E7C4160 -E6381C515EE4BCAD81103E37EED08EF7D847FD27225D7219704FDBA4CECAEFE2 -AF3CFCB09F0B124C9DA4177EF220DE7FDF9F20A855BB661FAA1E103BCDB9B849 -11CC1967315D149692DFC3C0EC83645374C719C862BBCBA17407DFD6009579B7 -ABE2CAD2566D628A9B0E9BB7BA9416E01DF5AA5DA40763F7AE662E6A8FF4CF40 -F95915AAA0EC2C72E73D5ECA73D184671730D9C57095A30534BD44DB57F2D58C -8F1352E00AF5EB367E8E6ADACECF18BFD7F128BA43A8AF1551BFE2D4619FC542 -7A3546A7DE199C4BAC162D8A3A89FEA1981B693B1A64752A0C098679D33F1BE5 -A842C9430A6364CBE813029CE52EB861625A235DCC1252DD45F6CAA1BBA1A634 -7BCAE48DD3CB624A49FAE97934D001A9B14E4ECC477F8BAE6841B94A34349EA7 -3C0B67773345543BC90B8C2D3C76D8368661EE9273A1FC00FC3AEE5894E701DF -ACE899C0E0BFDE8435AACC5D04A2FBDD1E2F6E78D15F5A0F0EDF1697BE93DC90 -12B60ACC8920FF8BB461CCBBB0F062AEDDF0E599B491468F20B6DB33EA7D479F -DD1CF02F28A420F005388DF9A42973B42B7224FAE270A02E78BB713A825ADAD4 -1887D903E2C2220444D349CB0AD1D3CA4820AA4F13DE9D0A945FA18EB810AFDC -AE6C8D26DA0D417B1EEC9C533BDE04BDA73B5ECE98099D6009D0FABCABBB869C -E5FAE566ACD768DD4CD84FD085573A97794531521B1FF48D4CECAA99460934DF -EBBD16EFE2F9097DDE55DD34475B289D7EC759A1CB3F81D3A81491688828E640 -2155B586BE482A1D7E38E9A185B854679BFABB17C33D518FEBF0AD6AE5CCA300 -C68E87D59BD2FE75E18FA9FFF2D6DC461E8759DA2A2F43C9FE1AADD2EA59687B -E539B8A010527A47E25578E7396A79F45949B9273701DE1F47F57103B766C824 -299F4CD5DC5FA7BE3570676964A366544970F9FC40041999F79C013CCCEF705E -38E9001558E76777325317A37AD28C40A4F0FA51BFC4C2BF11DF43E58C7834E8 -E62E3E0CEC9788989EC5CA3E7D3E3FFA032F3C78332B3524D1B611ACDF66C1BD -DB2B7C06483C74377558FBB92F7D4E1E61F2586258B43BBEFE50E0A20088EBC6 -ED13781B0EBC07C065BA92E1A0CAD789BBF7114A1C217F3F57F8B144DD41ACAE -1D156C6A995DB418C2906992CD777736AFB151AF96357F28193A2C87BC9366E1 -426B118EE73080645F99AC8A1328D92906DCCCAE5AC411075E97B6B2BE +D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 +45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 +7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 +72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E +BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 +974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 +11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBC7878DFBD546AC2 +1EF6CC527FEEA044B7C8E686367E920F575AD585387358FFF41BCB212922791C +7B0BD3BED7C6D8F3D9D52D0F181CD4D164E75851D04F64309D810A0DEA1E257B +0D7633CEFE93FEF9D2FB7901453A46F8ACA007358D904E0189AE7B7221545085 +EDD3D5A3CEACD6023861F13C8A345A68115425E94B8FDCCEC1255454EC3E7A37 +404F6C00A3BCCF851B929D4FE66B6D8FD1C0C80130541609759F18EF07BCD133 +78CBC4A0D8A796A2574260C6A952CA73D9EB5C28356F5C90D1A59DC788762BFF +A1B6F0614958D09751C0DB2309406F6B4489125B31C5DD365B2F140CB5E42CEE +88BE11C7176E6BBC90D24E40956279FBDC9D89A6C4A1F4D27EC57F496602FBC4 +C854143903A53EF1188D117C49F8B6F2498B4698C25F2C5E8D8BD833206F88FC +BD5B495EB993A26B6055BD0BBA2B3DDFD462C39E022D4A1760C845EA448DED88 +98C44BAAB85CD0423E00154C4741240EB3A2290B67144A4C80C88BE3D59AD760 +E553DAC4E8BA00B06398B1D0DFE96FB89449D4AE18CE8B27AFE75D2B84EFDB44 +143FD887F8FB364D000651912E40B0BAEDDA5AD57A3BC0E411E1AD908C77DCE3 +981985F98E258A9BB3A1B845FC4A21BCC54559E51BC0E6C22F0C38540F8C9490 +88A0E23EA504FA79F8960CC9D58611C519D3ACDC63FB2FBCAE6674357D7F2285 +4BCC9F54D3DA421D744D3A341DA3B494BB526C0734E1A8FC71501745399F7683 +FD17EC3044419A88C3979FD2ABA5B0130907B145A8462AAF0A9B511D2C8A7C7F +347FF6AC057E6512902BFD2918E2CD31DE615F5D643764E900B60287670AE18F +FDE15545D8BC69591A8CBBB275AFFC9B14BD68DF0AAB32268FB84844D4DBC7BB +C591C1AC5102C50A9C7BAAA848DA88B0519F0F5F0813BF055CF0E3C86F633A04 +B779D2E8E656DB1E09A66A85FE21CA8BA5523F472A229E83F2C4E91ABA46C733 +F3C7B5775B06C97782BC225C46385BEBDC61572458EFC5CF4190AB7A9C1C92DA +29F84BAACF552089195966E3AD9E57CC914D20B6962BE80429A16D4DF1ECAA66 +36C4343FADF0B2B48F12E2EB8443C4AA29D00949255F3968617F98B8ABD4CC12 +048B838EE243A21AC808BD295195E4AE9027005F52258BFCA915C8D9AED9A2C0 +80814F79CF943FBE3594C530A22A92E11BE80FCEC1684C4F56712D5846B0749C +9B54A979B315222F209DEE72583B03093EC38F7C5B9F9BCB21DBE8EDDAE9BE8B +75ACE6B12A31083AC8348EC84D1D29D2297A266284B7E9734E207DAF59A25F4E +4AA38509E993C5394FED76E6A2F25462685C4C86C6E8CFC9863338EC1428BDFC +74616BB1BC8948B0ED4C87C15B4405F3A7796F9DB3798FFFE8BD0A94E834817B +D5E9812E308D0CC920470A6F2CD088FCB80462BF7CB3F039A7DF3DAF5B2B5355 +E083A385CD2EAF0FC181E40E96DD7E9AB9EF5C7E6866A13B8A54718E950FE097 +EF0951A357114F18CE9933D28B3A77AA71E3CE884661F13284BCED5D5FD1A86D +543E588FF473DC2CF9A4DC312500135F29C2D0174B32018C8DBD40EF9A232883 +710A1F2AB2CD11312300ACDF789A9B7B93D2035D81D1C84984D92D78A53A00C6 +EDA94B24BBAC1AD17774A4E07E6F74ABD90415965616AD540C8ECD8C3A44EE4F +7F4F6BB6238C5062D63FA59B7BF08BE93FAEA70A2AB08FBEAAF7DBF56B95FD93 +03CA406543BA6C9527D0DF01F5108D31A51778A5EB1C93F27B72B46146A353A2 +01CACBC829603B9989A87CF64528682CCBA0562A8165B185C58A5C6BB72F5E89 +500ACCAAB8ECEFBB2640E99EAEEC4EA979AA793D013D61D8ACF8784FF8D9398F +F6A252A709324FB39509F0B3A4E725E82F53543383C6765BE556CC897C758208 +AA3AD37B0406E4A79F8F0A6C1983FC73E71CD858C0DB66ED66D5D992978614EE +1EA91EBE191E082EBA1FC040AF19A2202575C2EBEB8058833E3520FA03D2F915 +85C1ED337E457B9FEEB0C6EF2735EFDA6E0D05FA641BCF698AC6B97751E8306C +4DF00A39B8581FF53DB8F8525FDB196D85950906CCB59B8EF171349AA3B567B1 +6A00819947A995FB383C3C1709C9A2C113B2E40BB832B7D4A0FBA0B16A2C455F +55809CC425C403E9668DC66BE45B71A81C332FD4DB279D22A2959962304A8F18 +085893DAC61317D24A8F198FDAB95F3B86F0AFD35047B868A9A17037A2829A02 +BAB042F75F349E197A7EED41984C2859754CAFD0251439921C248B463B516951 +2E1322C80D73F9CBCAA63A585450275AC2492E4D3FB78E800F788254DB5E610D +CF788DF5C70FF99892BCDF16133E34B24B77C8F097F546B87C603DDB8998B66E +BACB68BA27462AF54AA405682EC96D701F0D474DECD5F95CA2102DF639EB169E +D518162C2BAE45FF698B6DE15FC6E7DE48C336C40A670FD26952A6BAB09115E1 +991F0073419F2CC2A1C08BE91096936AA0C37E4ED3CCCEE235476074B8FF1125 +6BDE3701F85532D8BB64CCC927CC335281C95EA689706F0AC717DC2CF680C754 +E5EFD7FA4BB8880B2B727A964C876D4A223069D4E6001771F0E23EAD2A4BBC80 +E76675297B2EF05F52BF4E71B3EE2BE3048CF088C79540113C66AE98B2FD3CB1 +B0741A215FD070882C52765009D7D711DAA2508F19AE7DDA15229A856AC49BC3 +4DDF40814FF96500E4B9B02D412E94623C5FDCC76C0FB8E42DF56A904FE49D65 +1DA7C53901B2EA71AB658A464D3ABDE27D9DB8D9E0B48F64E61A2495AD5D8DAB +B5E72424AD017DF37964AF911BD7FA21A5EB4775DC8E95EF0C0EB856B00D89D7 +8172A1DE8530767D317B8256103E53CFB877E10686A04F5A08F8DC58D843DEBA +FD5F40597588663D103689F6EB3EB14D06E18C8078F2538B43E712DF491FC5C6 +AF639256C8C6134B64D560D8476DEA6329D995E46CC4BC78841C59E73648B47E +BFA7DE0846422F738454AE77E822A083405289247BD7C478BE4974F742CD6051 +E99FBB1D1B3FBABFEE855174734EE45E87D0AADF32B1283B911162A9955847FD +38944D70584FAA6B1A7191C5C134B73F98EB632B69E2F0C0F94156787C34C8A3 +7622A029D58F9626B74F8A8A1F3803E0BC20E0EADEB1E99B70F1BD9F980FB751 +2A842843DE42EB142A84D5D3138629AE9EAF6F3479C423E8829C8816FA6EFA27 +DCE5580E65AA9854B1C64163DC318420CD993C15BFD76A8BA1182860A6B03D6D +22B8CF43CFE6C8AB27C64842E239CAE707D3086BADDE1D7C94E3BC96319470D6 +8D26915C575CFDD03271D6BB9DE86A0EB6EEA6E768B224A626C62A9AB48A6EDB +44F70BB5AF991CDF9736D65933E81CC57A78F623F33EC9AF535F2F25FA4EEC90 +D50DB7E87F31E971A75A33A301CA6013EEC5A4E179D695B33DADF2C98364434A +42926776000B610E17524162253F6FA638D6581C18F99EA0BD1D2E24D2424ADF +C05010D08192485153DD03930C7BF45237593E484F9851E6D464FA10FECA5D9E +0C8CCC97DE029030900CDBB491C5CF226DBF903CFE7735D939C3FDF3A20B70CE +66579B28B99313FEE914E295388C7BC8E055A2E54EA3A8206D3C8F4F7C0BA5E6 +E519419FD8CE215F7B8E9BEC604A9E3FE272A0328A24E31997C8A91E0946BCF1 +6943A97CBED2AB9FC636B49828BBB8B89E0BBC2653796431224895ABA5DAC41E +1854BD9764E86147FD7624F736F40DE3B7582EDDFD15C2BDE3F22B5A54D7DF10 +B87A1301CE85CFC061689A890A321412A13314AE96DCD3EDA75035FDD8F4AB9B +897A2C68263A68457032C469987970648BA2D88B1C5375DFEAA35A917B8A952E +EE670427942AEDB3CB599C5746180E392837D371E15D860620ABDB6AA7772C40 +A5E346661673ACA530BE3D8E3FFB895E5DA3DC23B1B43C080C77F7E47847F0F3 +F3AA5CA9E4BF75FC5EBD18D19F21A7DAA3B11CABC6E4070A15F7DBC8B05EB6AA +A02EF1B078EB66D61D6AFE41DA9B36FE7EC9EF94D1EA26282A9871E2CACB3126 +2AD49C2D9B50A6E47D8F2CCAD50992D1B430979A45FD9E76182A19964BB2A1F6 +51779A2B258DC1DF4C2F3074621286831F3848AC152DDD2BA561E6586ADA88D3 +598A2CE2CD048F027CE0008B828BD915887D7785341E8305DF2346ADB76BE99F +87B02173BDC334E9221C8DF54114A6B24C1C5340299512FA6C8C51AB4C8778CE +178CEF531C6D1B5FF0A1BE8EFF767F959BD4C345C52699A29A17B2A230842BF6 +4B011217D6D24EDAC3F6D53482786F1CA33169B90ECD499407D37CE9B70DDF78 +7B7547B32952535BA9ACD1E244447AE3FCED3AF28717083CF9590A09780984D6 +AF0743C82AE4FB3E2BB2856A4153A3967A023FFC35382D6C22D84A924900B6A6 +3DDD400E6D2418DA6C27F2FA34C075C902B89EBAE658B3C9A18EEE449DA5A379 +337DE95CB7AB3F0970CF1A5D8FAD8090E495570FDFB2FBBA79244780D8035547 +C5A55BB21A2270F724BF5D442CDC5BB9F09BE0CAE59B1C2270F0BDACE698F2C5 +DE8F66BFB9634904B161F5BA2B1950048300D69BABD312D58D89C4ED527AF7BA +7DA2478EDC2CDEE3473DD8A8ED9D891CD1FC21F23013228BB3281B71FCE959BD +6F8E9059D682A7FCC5265A0620992D4FA8D78377EB34CE3ECA070EE3707239BC +98907DB0120CE42ABA32CF97127E28382BDDFD685674279F588D4F951216C355 +821361790F64C2CC720DE97E8ECB57326C43EE47367628E05769E106868B54F4 +C33C9951908DF6FC4F5ED2C7787BD8FA591BBB3E9C6C1DA94CC5E38D9B20C886 +7D237572FF46DD896A4D6163408EA6CEFAC398EE041EAE29D577E75326CA17A6 +B072D47A7B13EC441CE6DAA042ECD02134CBFA6809A435050413817193DAEB16 +A5882C8AEA44BCF36E74E9ECCDFE7E19FF5A5DD7A94E5AB4F8702C3DA7F42325 +23C808670A0490F5B373DADE40814FF9650241D3D69C91FBC5ECE728F827D9BF +C928602E05477903449E079164CA39859C4BCA60C579F490AA455F82B5050BB3 +969AFB478E0D4A257B3356EA3CD62051FCE6C6B1929CFF85BFDF166BEF658E10 +3A55E007F38EBBB248B3F0B8ED1925106B499B762E45113AE1AC9DE09644C84B +9C08034B297314EE69BC32DB6E7D7FB9913CE5AC17E7335979E9DCCE2BAB3725 +1976155551F9706A576FE0E3ADCCF72C87683291528ECB749CB0ED291966E239 +B5E3630676BD409E08F85BC1AEC9A2D4135376284A96EA24431243BD6FE8B966 +95F11A4BB53F392E0AEFEA623064FF8A7002367B0A515635CB2D2DDFB9B4A8D7 +FE721754E81BBA548848A235B91AD4E4F7DB19CCE2F61D277FC00AB956EB93BE +44AB4970CA56BF59506C94ED160FB1E25D3DF2988A532BDB787BFB8539D22986 +FDC378AC31444E63C4727FEE121A43751043849E6DCAC5B59D0FC703AAFBBFD4 +E8B7C268F21615AD02CE9DABEFA27B5FE6A6441B619539CAB1F810F1263447AA +633F5DAF483752EF1A0421740E3A811D2D2898CBF53E7F686C9223FD7235F02D +6F90D2D48CC20AB87778DE3C6FB335E0F0EC20B5DC5B65223FE117526DE2C72F +FE839DF93CB2A7D66CD900CB325F891E311BEC932F703FB4FEFA29DB8B9C88DD +375EC71B3D58C7BC59ADA91971A3BDA1ADEA629CE6CC92BD542CDDFAA7706FB2 +6CDDE2DF07E56D6741916AE8E8744339816F3E6C38062747AA9FDA2A2678A6B7 +EFEA870AA3A4D71B25EE3013EAB1DBA34401B867C7A41AE51E0421D41D3BB83C +E120C8FEABA6E5DEC53A689C21426D4BBCB68CB37568761C360E6D4E3596FB7D +F4DEC7918E58C0293D12D6DDA7E9DCDAAD7C939F55CD1BC4A228B31E9A904156 +DA6B40B08E6ACE674618B768DD681C772A3E55FE096CF949CF3B0460ABDCD891 +D17B37B355B29AB5137899C036F31DA026244FA25FB798FBE5105BDA29F46538 +D3D3AC1001A7BCECE64DE94FFE6C354166A0F97256137BDFA07F6E22A3D1D2F4 +9588DBAE95E895BC5E64DDCBBAA8D0A22C229B42CB717FC711E7E9DF793DF80B +9F14754585A3C7E17F37B32924B9F9870DA8635E3E18BD1DCD81EDF01834D9C6 +B33F23C956C2FCBFA47D84422F583459D827D1E120B97694D12F1F54D02379C0 +D288F7104F3FFCF4F76E3494F4ACBD1BE3A15543CC680924C78A473F8E311ADF +8FE00A04C6C393DE61AD3EDA5BC031E2353076A2489391B52632387CA28A7B93 +FBB065A6EF3658AE80B1ADA47E9B2539E73A71FA75645F85ED8ECC257FB4CF26 +B6C912DE9D0F9899E70BECCB934AD32CF49A093371A9F73DE6255EBC39DE1E7F +00D0CBDABD4D0383977E694890E71FBE5C376BE5F3A80C28987417504F515C50 +909F3D31178BB9B1D085BE514F71B910A9085BD6122DDC72A150BFE266920E49 +5661BCB4BAB51D6DEFE32B616963DBD989FCDD1637B294CE4E288655FBEFA1BF +7F25BBF8CF17C2D5FD161A7C2CC9CC7490D9BF15A1D35B3BFA43ADE256E88BDA +BD490D92907C57BAC408A575EC84D6AEE070148C7C9A91C03B09FDBD792E8FF0 +C0B886AAD2EDD86541E5E579359D40E3AC312ACD3D8FD49F71BD533DDF8859B1 +BAF17F1884E331DD07CEEF93B71D492AEBAADF7A263450A7A72210CE630A0D37 +BF024BDC09ACC882816B8C22C62AE38A3A8D0F6EBC2B1B2C0B8161A8B076DD5D +4B779C0788546BB4CF57332230D237856B00D79C28A7C01D11F44B7304F69075 +94B97A745DA43D1BE561372CE611C345A843834E46AD9DDB16CABCD3FA33D6F1 +F6B5C0497F5EE5400B305CDC16A7EC286AA4D45D0EEBB9DA06AC9C5294D68EC9 +E4DC3CA2B92CE8FC0526184A86EDC7AB34D67E60AC12D9CA8FD300235EC968BA +92C6FBDA47572BC5600F25249F60AD287CBDAE980E747FCBE7EE5CD323E733F0 +63553B494D3DDEB9CC1480B5C3BB79A28E419AA65B18CB297AB383419E890E2A +CE6F98C9900CCB4675280A10CF060B8D220DDA1BE55DFA65715EABCC1AFAA271 +B1F8732341613E17B231231A0D24D4D7FC198AE04D89A99C4536217769C6FBD9 +5EE24A6302F97438F7C0E311C878F674B4477A5ADA3952CDE4055AC408B8174E +86F8FB797646DFFFE0ECA25D1BAB9A9F71F3926D3D85AA63E7A8C931D71E79E0 +AF1EAC26FADE468F4FF7F3861D14C10E3BE1F9EAFD6D3A544E8108D5DAB5B180 +3950C74818BC8AF4758A108F462EF1826647A49667F5E482038C54716856D9BC +35F29922846D2148F92F943E951D7438C73D6A60459A8003174036C64E1629CD +155D47FD04B03C023AD67CD5A70C98AB556EEAB8C48169706E5B352F6505D580 +AC945171BFE62E81F8F500438AC3B64D857BA5BC54C2C4BBB237F8FA51296255 +E66A92A61FE13FDE781D393557EB72CEBAD86511035F775FAC39A0479CCD400F +226709118F887F47CC2ECC8F79816D4A945B2845F50AFD62D8C9A9BBF4739496 +9E644BC9F7B04803B7EE75A09EAE94365F6F374B4FCEB0B506C76297564B9B6B +8B812BC3A33929AA94692572B010E6210AEAA312BDFC88BF302244AB9D587A9B +919823FD01DE12438D960944D1977800FEB49E638C32E5B188B1CA033E0C37EE +A142F746367888AA119535F0CCAF7EAA461B790EB089D2D6962E28A398439BB7 +9C9943654D7A2D765B46BC0DD1F915327F369162E1BA1BA83110B93F442905E0 +523BFF5E279508A98568CD5CFD18FABBE9D17265A9042537872831BF5F1F340A +8D3E6DEA1D9675E87B3425FAA0172DBEFD7C28E30906B9FBA65517C9B58FB6BD +E0D474E69BB90B0D130A32C4130974A1C961CF064A5BE8EC1056858553FFCF7C +0D78627BDE04E5D0B9F6F72F92B61A915DFF7AFE7DC3807891D039AECEAC3F50 +0A09579E661D3DC3022206061E0250B09A05CF198DF82D4F28FCD2A85F717630 +90740F78F242019C349B65C2A455597DEE127E914C372C6EA0E250402117B903 +1D7D6FC7153D77458569B2E0E6FB978B06AAD616BBEB70B58E0BCAE1013D4405 +873D2AA3C41309993563E652BCF2B244451D8FA1305BD9BC2C57BCEA7F065670 +A5059B0B17303312E8B787E02152FA92480CDED118924A9D490B2BCBF9A560A0 +D4B55DC4968ACE1019CC2840E1AA0596F8E8D4BF7119B047E55B0FA01C69B9A9 +F79DA6C9C9B49EAD94943613151247423679B7A29AD2C71BD077306FB9EE0AAF +9AE4B268C8BEDF3CAE8CE885ED53184F9BF2F55AA05933071F536B7180F6301C +A04438DB5BE00037A8145A44776FFB8E80CDB5C7C77556596EC0CE3F2CAAF2D2 +7C8C21E60A4BF03607E9A06D683510CE217EF1D7EBC1A2E42063F4C3A98C1105 +2868ABB34189E5C5ABCFEC3B7CC428FD4582FC334834B2A347B9008D59CD4F2D +3ECF3DC323381E28E26841565692CCF6295803DFBF6238434982C7E88B8BAC63 +A00673B07D39BD51007A33368563056A3359D1E7B42F96A12BFD0CC31AE2E0B9 +658AE98AD9E43F5C7CEC776298BD81D2E073A5ED5E60CE287D0DF894EE7708D2 +1BD6AA1A399EA6F04E2207FB8BB72838974010B8819FC5A96F96E7D4E2ED4416 +30A27D7680B335486AD59B731457E154C619A9B11F6899BDB44254220E2E0F8D +ED153D25A89804C673721636E4B7D43C0DDEB376DF993C19184B27534804CF03 +79375FF95A36E434801722CC948E6EA6570DE8D9B742D5AA8F1ABF62A78E43E1 +F644431D964226B8FADE9A6967171E5A8F3D415AA04C3F5EC0493FB0DDAA5132 +F57824E51CDBACF58E748D3693D57BCAE712056FB31808D073E39956D1D3F372 +A2329ECC0EF2E9EDE4F312D96DC48C5EB0D1AB2AE7702CD64E89C052B0D6F12B +2221BBB17E13CCBC9CC1FD4F50A31CE7B59AD024CB7A00CF122A525706F828C8 +685BB633F8BE211DB75067DDEF360108C831C349336B2A561F9BD78CEB8C03E2 +1A531D9B02E2E23288C8A2FFA937F2B0C908BA52B77FD2F8EADB2DC616C91497 +476C8DCD40B7F42EB17FF7F85427AD4F49E524FC8C0DA7DC048370FFA88A2F3E +9B9AEF8183B57376745036D04F2AD33991F542221BCCE50267F6AB07392D8E6D +10490E4FE63CE9DB4B9FB3EF7CB1E5464FE96CCB47A3CDD054632DCAF62EF4E4 +4B48A6365505B6D4D3C8C45659617595C35BB421E1F6089EE9D3E11143D6DF11 +0892E51ED1C0BE273A0306AD167C6E4F4409838BEBA270E9DE9695EAAF42D9AB +73076F3093AD97D801AE4BF8B2C7C5D1D04145980E3F2E9DFDBA359469A57259 +4ECAA96AC74239D67C969359EF981F1140237276003408187F719D86AD1AAA85 +B14FB884CE0A70BB8FD725AD70C5458234311A8B68E8872FEE2BB0E17D412909 +B8AD0C421645F625DA8E6178604392D6EE901B65321635B64ACEE07E8FCFCAEC +57A411A6EF5CA01BB0C68A8B944CBCD44D35ACEBD62CD519475D17F6FADD4177 +EC7EA06CDA29CE65FFDD42172CEF5E12868B141197CF3F44F53F28B27FD82BA6 +0A77B3DFD3986D5CEEB0FB23E983B94A20B0520A5F0056A6DBFB73BD9B2CCF43 +0557E89D8F5F7F822F64BD859653C0DAC4FD824706FA3ED572CF41D32350F132 +633480EF37491B5656F5FF04409DBD4288C31BB8490DCB94C8BC54E97030912B +416617E40FEA4E0FBCA6F6AE218380667F190F01FBDF5B8C5C2ADCC32757AE27 +A36C3AFFD2C222D4574833721534CF9CD7EDA4AAFF97A751577CCF4D98A5BAD7 +8240ADC20EC27741008C35278AD047DC8235A7CB9E257FA06A41C42A06945CD3 +5AC3DAACFBDFACBF4186C379B6DD8EC5DDA794AEDD090BA71D215B6637907005 +63F9253706D74196D40AEC534A3144837AB3C6D659F9D737282EFC207D3B7A91 +F6D998F984F487BA275D64C8993F1EDB00130924AA5B4F11A9ACCADE82FE541C +1E357EEBE1A40639A6E96BC69F80F7EF7B43CA6A568E430001829C5F77148D70 +F5702FE1AD7CD7A58779A7A2BC8B519EEE8E55A29B2DB9C7B1997AFA75CFF6B4 +E1414ADADEDF96A5A90C87F36DB56A15EFDB41756A61B4A67021ADF7BBEA6429 +3752BD9812DC39B18ECA5C1754876E5A84A4EC2A8452433545B069DE74DB523B +D09F2B6106F2ED566B0CD48C90388A98E12DAFC207F82CCD82E894DCE08F4DA7 +DCD71C62E713A4370A9F148F66B1F5C68D5DE264C72B56EEC3D0A9B2E4AC4FF6 +73C27F10E819233B6AB0B6DD43509FA433412AEA20D598D920535F8B4742E945 +777A597A31FCCAA9498F46B242A078D835FFD57D9CB64E42E6C7C431D3D4E185 +31AF924B110AC8C14FDA0F58692F1946F6E1193C1903CB7069581B3DE86B70E3 +3B82438A506876E60A1E8F1B7CEBFF39985F17666917C05E25969359F2A0A7FF +8F74F1633B3F55A3BE6D658CF88DE7107398309087D7FEEC5907086772F4013C +C967A5E93B82CC2BF068B0166B23C50F5E0363690818DC48D6A922213F8CA9F4 +B38E5A2F91965445EE40E6C377A1162CDBB10136658FCC2C474B1EBDCC7B9ADE +661411C15EB9C4AC5E5A855AC333FDAA8C14BA0C59F6B842F1F6C46991FFF692 +386B97C172D9604F73EF7A3DF41602914686195B5D4C88A06C8890B06120B494 +CCD20D58BF00B2A224E53753341EAE1E8AB1D8C55EB62362C13C77A0F57204EF +B9B0CA31A43527F0BC951C216C894FE9C02D38FD2E8DAB341036D073DE5356B6 +1392F36FB7B81DEF1D101EABDBF6855CE3A1DE1773CBB47720C48D7ABEFD01D5 +1CD61047E03E09EADE842709C02D9220F6FD3884DF1245EE35793137B268941F +49FE7FA50F12A22E3AB87B21D3ABF7443EB7A69A57933B890FD89A0D15626200 +0BEF46C13DEA037C3B6D3D5FCC6B3C0BFC32DD3D6469F1057EC1349575C42EAA +8DB3BA082BE0B75D933C8421530C78C7DA6443DBDFB2D888B1EF018C5BC503AD +E955D99C295956EC2E59005F11349E392BEE16E7FF040177005DD0C779E3C3E3 +3E0375C3E5E3439E022CDCC5C6C5A615725FC05BAA06796F18836B9DEE982B7F +8E17BBF016C0CB33B6B15E9991416B152E5F2728B8CAD1BDA03FDB17A65144F2 +D9BE2EEF5A808C5BBC85B2A09F43D3434310DABAA46F7D8926D73AA23FB72D08 +6A94FEE6F2B7EC32E334DFE0969827E3D0C013E000EBA1E2B2509B0276C07003 +2BE0CAD708CFFB649B1A8E21801DD276E8D41F7F57F05CEF386C071EAA54F0B4 +679B6EBF198D18A89090FFD35F3346C8A20330BA75C6D9BA463425E02FEDEA76 +DB9F51558CE637DD3701491B67CC5D269114DD62462EAF81AF8AEFA1D32E5685 +8E6BD286EE8B42885A2E0A9E6FF424F3848428F140888385E9DA84C1F5099E5A +F0BE54671ED73BB6C11FAD91C5F1218E73CB784481B063562221BDA82A1F71DC +05B37D2DB8B7A8DFADCEA064A04F084224CC0F5D17F490C0138C56D78B23EEB9 +C2943908525F8EADD3468B3309976086D0BC7EF72B17930B7DB82FA608E912F2 +1EBC08CDC1322B8E2E3883B2826A8620CCFC2A4E45B923A5AA5736467F560145 +371C279A96E6F2901A8B10EC6B048465A9A64B6C6AB9D1F6E45C90044E36AA59 +B1F224AE45CAAA6256930B5AE0C98A7699F17B63E53F5E33B17AF1559EF96279 +9F674757379AF899EA48BC0B437D052BFE345A2574E31F9ADB58489A33FBA8EC +12D23E6A0E5E27DD6233EF7081715C43D7A5385123838CA285D5ECC9266062B7 +1691FA252E28B4B51BA2EA398F0BDCF2B3D93455C893BB1432D48B826F5EE03A +14C6219D344D6CB6D13EFBC5B3BF8A594A6C716256ECE4832B456A435109B2A5 +56AE0DD12D6983FA9D9519442A7DBD61450E51A23771576D8055A379ABE103A3 +9151CC7136B0668EB5D3A5FFB8D8CE06A05E26B21EEA5D52F64591B24A91535A +0146C3084F58A313D272F6F753F5A850B86ECEED665EAEB3AB77F16923966B9B +D12EFDA0BE5007515E115516213663B2799155FF903E6CFF342207B2BEB4314C +550F3E52E116AD2C34A814C2D3FE7B345A92169AE858D397E40DA9AE8874761D +1CCB08E8A4BFE9A6A096FA8FB384D041FE66E5291B621ED119C72785EE9659B9 +A6FDD58E76E8F608C5D5ACD721456AF8329FC95AAAFC3668482151DCE4FECD07 +A33A5DCEAA84265EEDF8FF3D317C93C6FC5D301AAB259BC39B4229D2F2B7305F +FBACA3DE621BDA7AEA5D000B6D79E747714BFC9B7A6EE01C3B3FB1625CD03F4C +89BF433EBE4E751182DB33986B5C551BD0FD7FC5313CF0CD29AC91D26188BCD3 +EE34FA3DFBF08B931F6BF9BA1189411FB4B1E56722BECA6CD5498B38C1637018 +CAC30BF3C9F7ABB47C05FAA4EF5AC10FBCE494C25B4EBCBCF251469AE3CFA412 +33C5EFEA06437604FBE4A6BBF9357E0FBCFE2E60C0B984E49E4ACCC224748F4E +02C277C41E7ECD611F6E3DB9F82800F8BF455C18B246C7FD02BCAC7D1DCD43E1 +6201B40407019A2827E9ACEFAA50B26ADFED89290B99CB27BBCFE3A4FEE20004 +A81DCA69CBF8A6A6D4544B475338270C2FA27DEC6044CB7A7BECAC8F44ACAA6D +E56D88B3C484222767C773E0AD054648A15000AF9CECF5B12CA55C954E02A70C +AFFFFD7DFE9BB543635E495BD4C788C687256C8D0A942DE3C8E74B5613D456F5 +13423A7DDBEA0072710F765FA5DEBC9A4B270DDE71926EBC9A698D09C00252EF +18391E39718D27B1A71B3BF192FDD15B0E7CF0DAD388110F58F09455B0919411 +E4C07F0634DB42F73E9BD52BF797B1DC4ECAFA401C2EC33C6011CC5F6F0EA899 +0A8B86E6FE898AD9F600AA6EE59C84DAFA908B21E685ED584874E076AEEDA361 +EBA802B4684110BD1F33C6B2CEC375AFDF850F0DE2A6299EBA62D0FBEC5209F3 +429799926D64DA8CE10BBA4ADB0480ED4B6F90709A3BAC96DB0D0AD6E02781D6 +372E32EEA2D4129559E1E44980FC517D6C8B92023A3536C6A6E27ECCF54B500B +6BF2556C2A94945E9AB0D77BCEE681E75ED5B59D43AF699E2DE95D51B8169A4C +823AAE09AA83A5B036F75905D5BADA255CAB167ED79717CFF39CA5A13F2ADA22 +B5E6D95A9136950002156A09B37E1629AE5FB2BE1B06F6A8A1932713F39026B4 +F9F6FA1460FBB2B2E7EC90133E78707C706D14AF1F6430650445BA2EB3AF8767 +A362D45300CE9BA8B5266ADB80EDF8F07C81707FFD9D3A2F61B7B3BC90CA3DEE +3AD362E45AA33F0CF58D7B86C235FB8700DF3FF96F03493F7DD60460121ADEA2 +CBBA407C524F45BE8229B2E29ED1E40BB4BBBBA63FA0D31E9A00549AB62C1055 +90137442D48C56F64ADD71E8C8DBF7D5BB9E5875048B63685FC3BE1C6A5F1DC3 +E4A19F78114F50239F9D7AD84B5F7C08CD32A0C31366D07ED690C556D202CA4B +5DFD1C8A4DAE40D9F39A7EA64ACA7F0363D501F87311B729BFAF8B9C775E6A52 +A7B351D00667CC645C1496910214FD1C4DAD027ADE8586A1B75C61E3F00340E7 +641DFF93CCAEFF605241C990B9BFBE38C79866BCD1EFB0FF938BD1A199737A0D +F4B13C2EFB8092A4EB9261E93F601513B111FB67BD6D9A0DA09D1AB6BA5BDB18 +1D1959C8B99269A4A6B284D7EE6BCE0F9C39DAF3C36CD6493E5F9F4834F10D79 +D897755993BDB4227C4E28FB97A1A57E7EA903EBA10FE8F03B273B0465E98CD2 +AC87E4571B62BDA4EB46327F00E5085BF58531C0EFCDDECF4B641D6B49DEF943 +ED75BB4485FABF23A5E518541EC946B70FF25C41AF71C911A5A4306A7EB6EA71 +A1ECC68D72838B5D5BA0A96C07697A24E5CD46E089895D593BFC3072E494FC9C +C7843A20C938C713DFA1DCC63475A2F7B788CA428DB43F2C9A9085F21135BCAC +DDC5908B83F30DA0591D8D913C18321D361B0F941C68430170D308FABAC24EF0 +04F537C7904D63F779F674EA042F98641E67AB0EFF90FF025CEDA4688AC93D92 +4B3D3C56239C4C3EF58D2B0DBF1318BDB27484293FAEF48CBA32BA4F40D4F441 +A917632B4E1513034BD7E35C4BC84218B29C99F185EE3B6CCDDBF6A94141D82B +C83524E9D934D2F684B56675938836B4257BF26D8E690EB3E904AA0173EF92D4 +CCB3529FF157D3453E0FDF5E376CE79E3D91B947EE26C8DB3B61B8BBA8876F6F +6B46BC1A458D08461232F5C67B3FC09BAD5B6F40F69C8A47E574CBD4D7D3CAC9 +C9A45421830A5B2252B75C66BEDA027314601CD2C7618A8B5B901AF7051A59E4 +13C9930552D024847A748FCA97C6E514C1A831BBCED2E7568DD6EE10063BDBCE +FA2098218CB852EE36E2C8CC8989E14B65796A0515C6AB2F81AAABAD2A256A1B +84C7D9347EB9775AFD6817483EAC2A4A7CE2A518A6BAF5FB07D0E35BD1A55196 +7B05AD59E2F3ADB7E3CA7780974A96A4D2EA3A48DCA66C393673A143E7C1CEB2 +0B8DFE5DBC4B29AFEE8D0A6BE15A76AE9FDA8999D504B49BD36BAE5E348DBF2A +9F391E70A19E0654E440295C3FF8A7271C104F7447E79A3D88E409A18940504A +0BC30B473878049B00B3403C8657C1D809B4417042F3C401BE3E603A8DEADADD +D4C83809EB46AA75FB31EA9ACCA1A9A268BDB0780E50054B4ED971827356409A +F49265DAF6F3FA9F9D34872234701C56FBE1CDC41B6EC23DFABC89A9343C8DB9 +D0A4E53AEEA335A8E857150F0AB661F41481DFD83B439D7806061FC970CEC1F3 +46E714EAEC3088A3BE6DCEF43F62523EBE7D567BC232241046A3D7F62CC02A14 +0DCCFA370F69D8B2536877A0794FA96DEE6CAFB2124D669FBC298F83DDC11C4F +F4B6A605B21C0074E2FB6F5228109A6618ECE56334B137F76A3E1861E896186A +5CAC8C114D0E01325B3AEF6A6251B92B0458E5C8258BF71E9A0B0E1A905AC4F2 +DE9EEF530F15418655C562FC5684E06FBE85528756921FA17AFC60E19CB538B2 +445BF5AF479FB38F9B5199BAD6613062FF33371016615C241E797766452A296E +F14C58C00473AA8E9B18241C604DA27229DA8731DAC217B5E2BB3754EC8CCA06 +8ADF98BCC9CD328A919A3FCE6C8C852C293B97175077002C3206D0CDB30D129D +D2F9C1B646028968190114956262198A81E12EBC4071EAD718832778F63F396A +C94A7FBD71F3B504DD164DA406F3FABE7C94EDB0AA8EE06D3CE044167E1BB36E +8FB22CB1966B74122D45B2B0DBC95E37A9CE9309B9BA55816A385747EE54CE3A +CD2AE8C17FE2989CB461504E17274BD2A5ED864266260A1153E3A15B5227A388 +16F428C2F5A1F6A4AAEB8609FDDB6B60F6EDA423A1AE46538CBAC2965777DF03 +011CBD443C2E5BE31B130BB50FE921C9D9E0BB271B63E626E13CA10A1DD29A20 +4D418E76DD8743C5C66A163734CAAA273BEF32B0D3D93CD511398062A81276E5 +84BE3D9ABA64714206AA4006EE6EB7C39A6BE8519F561B8EA2D187A5F0F17141 +2502AF6B58C646492F55E6695C1F62292EDF20842376F9023B94EA02FFA6D311 +3466F3EC08A804AF1A2FDEA518111418A2F3AD43AC222284267394B261E9428C +7C70041E7566C9F88537D01C3F03DB05C5C9D7E428C29787FE8464C94A5C5165 +46D6222726C7A181CE80176CB7B6556A3E02E1B16EED0443EA3286F672DCA331 +D2D2C453AEE835ECA28E1110862C7890EEF47B322A833E90C8F218851BEC0FBF +586AC626876BBDFBEFE893EE798ECCFF74992B5695641D6552DE95B0818A5EF4 +5A3CEEC4E72370AD89471BB08B83290B4D07C83E6F3B539971641D28F31CBA04 +349DCBD5405374057F76557DE269EB243B90ABEB911D00E43724AA8ABDB72D55 +422399293A1A9E10CB65E99D4E2B5F28188B5F73698E8E2E8E062552AB41688E +149F8C3FB6F4BB075A1EB8ED93F260D2560D26E0B8F9948605D3E04A8A2EB9B6 +EEAADEC0ED1D50F0795CCBEC1A6611326EA6609F0D8555104462CDA555972825 +5609936140F371C835CD55975D13FC053B41B44F7360CE1A3E72BF6F3C748814 +DC2BD0F9CC7A07D0F58B28DD9F560EE704B9853EDC7E8EF8E8A7D1576EAFA600 +D4FCE540A29BE5D10FD7F2394F569798FFD04D5B4E760D1B0470E60207001B8C +E2617237F0AD82B187C027A42E8B148689B443DD957DFF0C7959A198FE2243CF +4D5CC8CC138C54B9E7488F35F55AD17EA906CB4B485573ED7643EB2305E1D309 +D6A72D64607DA41A84D64252E9CC3646744DEBC1A356363BCC504377A541F4EB +9FB7B9E004F393726C90DEE24B56031AD914A0860B2FF90939AB70E06553D3F2 +CA77A0C3C5C1B9A8F69E4A6DE23CFEAC73969DC9CC034C3A4814648BAE6677B1 +C528633778F6796999F89B9D3FD3AD4EFC3FE6DA103484B783138826F4E35AD8 +043B87168A0661D274A53639E5184F62BE9DBDFE56A361F4F6D4A30E73C8888A +D4F19D8249CE3C2BA6FBE1CD631FA87BB88E9B754FDB4119A5380E34B1887DD5 +5BC4CEAAB2894B9B859C53355CA0D1CCF7949F604AEED29E0A39865A8CA51DC0 +73749DBC071743706D3FBB53FD5A22356A8928D8255E418B41DCFB7B5276DD4E +95DA4AED9FFF1162CAD4E77F655B4B4C1614039A69FDAE730D23DF9EA15450CF +8405AD339C4A1CF342B2B8A2ECBB60F973CC9C1B49B715B33F6805F8D0272F43 +1F1E82E4EE4FE24F72EFE5B0939E0B22D5A522DBFE4411E747ABCCF2C87B98E6 +FA1A0AB7C030CCE0B5639A3BD163AE3683D60D360A000ECC474EFA2F170FDE23 +573B897BE0304A44398F88C2356D54B1A6646B1339691B8550FEFD7808097003 +1C610C3944937EBD34C317A4179137110C3D0860337D129CC39ACB13AC8412CB +F0F6093779AB5B784D010FD5362CB5B2BF 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -1833,25 +3338,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMTT10 -%!PS-AdobeFont-1.1: CMTT10 1.00B -%%CreationDate: 1992 Apr 26 10:42:42 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMTT10 003.002 +%%Title: CMTT10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup +/UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.00B) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMTT10 def +/FontBBox {-4 -233 537 696 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT10.) readonly def /FullName (CMTT10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMTT10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 35 /numbersign put @@ -1926,382 +3446,567 @@ dup 123 /braceleft put dup 125 /braceright put readonly def -/FontBBox{-4 -235 731 800}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5F00F963068B8232429ED8B7CF6A3D879A2D19 -38DD5C4467F9DD8C5D1A2000B3A6BF2F25629BAEC199AE8BD4BA6ED9BBF7DABF -D0E153BAB1C17900D4FCE209622ACD19E7C74C2807D0397357ED07AB460D5204 -EB3A45B7AC4D106B7303AD8348853032A745F417943F9B4FED652B835AA49727 -A8B4117AFF1D4BCE831EB510B6851796D0BE6982B76620CB3CE0C22CACDD4593 -F244C14EEC0E5A7C4AC42392F81C01BC4257FE12AF33F4BFEA9108FF11CF9714 -4DD6EC70A2C4C1E4F328A1EB25E43525FB1E16C07E28CC359DF61F426B7D41EA -6A0C84DD63275395A503AAE908E1C82D389FD12A21E86999799E7F24A994472E -A10EAE77096709BE0D11AAD24A30D96E15A51D720AFB3B10D2E0AC8DC1A1204B -E8725E00D7E3A96F9978BC19377034D93D080C4391E579C34FF9FC2379CB119F -1E5BBEA91AE20F343C6420BE1E2BD0636B04FCCC0BEE0DC2D56D66F06DB22438 -452822CBEAF03EE9EAA8398F276EC0D92A7FB978C17805DB2F4A7DFBA56FD6AF -8670EB364F01DE8FCAFBAF657D68C3A03112915736CEABAA8BA5C0AC25288369 -5D49BD891FABEFE8699A0AE3ED85B48ACB22229E15623399C93DE7D935734ADA -DA7A1462C111D44AD53EA35B57E5D0B5FC0B481820E43222DB8EFCD5D30E15F9 -BA304FA879392EE0BCC0E1A61E74B3A1FC3A3D170218D7244580C7AA0DC65D19 -741FA5FE6F8CBF60250ACC27454BBF0897CA4B909C83A56672958752ED4B5E79 -E18660764F155E86F09EFA9F7685F2F5027EC85A775287B30E2069DE4E4D5712 -E7D033481A53A2702BA7542C71062173039030CF28D8B9C63B5596A9B42B33E7 -D922944A38713383D3648A4AF160A3B0C8F3379BA4372BE2E7EA49AABA75AEEE -C5DDE1D8BF68483C3D21271280ABB91D54CC819680322EAB72E1250A760BC8DC -FF798F2ABFC4F3539392985C4CB324B00072295FC160818BB0355FDC4F12E39B -984826450553E3D271F03D8DC2D12A92A4D32034FD16DA13B876D88C8C097384 -46D8D7E41CA1A8979F9B07EC3337E70CBBE3A377235B04C79BBBDB66CE1C1A41 -89DAB0784D0778A4244CAB95EF2FFC33D38B2479461E3CC0C0042B4879347556 -1AE2718C4742058FE118C6E74557BC27F73C857AA0BC3D5527C8A3FEE8D1DE76 -42F3BD4C077811073FB73D34FE110BBDAAE3FEA85CCC34C081000267CCF2E887 -7C04B2F46ED5B3502E827D43AE420D469620461B43DAA627DC0F82C3D927F6CC -C614B819FD1C60E6DA8CF2ECD348DDE3699FC7D4386DC1EFB658E733993E90D5 -A39787EED0C73F2DB47FF81E58BD3A3C7F9E9991A6F6C2718921C1730BCBBCF6 -D3CB8F824073943E51814481AF27BDCBDABC5750E47960C3FB45E6E420EA5004 -143BF27935D06AEB16D9939750603AEE88740E10DE65574A9B98BA01DCBA76E4 -BB0EE3AAEC687C09863290D119D13B1F46A7B3BFBF375D999AEDF806EB13CF9B -A4D0B1D30C61C96300951ABBB8FEEE2D7B8C3B1BFE3728C855901FC19B6BEF1C -93111F531B0D8E15A6DEBE65C0946EB782ED5D9850CD995782902E2DFA35117F -5F85AB28E54221704EBE8C24D1A37A5F5DFBA72B58C1E729DC28D3C0D7A6A04A -047FD2F18FEC8563568E84910013726D210DB29BEC678CE0E39E2553001E8332 -2D204A72E7D5423DCB0977DE89955A03101C5A608304DAE100FE0710387E31B3 -4BA5E4BE1BCB7042EBFF9E13E967E474FBE31DC35597A6A2B3540ECE6AF39D90 -84C37DE64112685D7D153D0960692BF6945C46B7EBAF39D58461D8E4FEF64886 -972415FDA5615CEC91651B09E238383AC59698E08594C8385D97E0C22F62036A -634636E60A0E0CAE2210988921EC23B642CD6EBCB1ED62EB0380E9B5041790A1 -443D13EA6AE7D49989FB6B0F423B27DA1A43E1058190708FCCBB294DA4B30354 -7E553343BAB90534D6C5C6E899E80F6F813417079D9EF542FC128A163B6C6AE0 -D98A3A182DB3B5B81AFC2DCBCBD3F53513D2243E506C392E9E1351D82E7937E1 -9302078128EF58455D14E64198B833B4903020603A8E46744929E9F426FA3B0E -279EB93447B56AE40F70B2DFB4E1004CFDD1D981524CC2D5D584B20603E52D80 -2F1FA565DC5674588FA9BDE3AA2E28B604E5743A37F44E25B862EA2B096EFFA4 -998EE550F9E23CC137E5DB6245691AFDFEDDB78445A3EE021FB468C3FCBECFE1 -17E77545F93CB1DE1302B276B498B09BABC700FD804B375A188456A26CBC20C6 -4B708C82BE60324B5B57BAB5BF86F7BCA7FF88B8D7899390306AC86E762D75D1 -4919386ADC468A116F039F79435502755695E369EB439EA3E398065F007005DE -07E96DFAA1175C5CD4851F6F45D0E45605578D55D153245691DEB2540F4B7006 -A7BCE946DF36A8AC6A7BAFACEB92289B4C5F7F4CD52939E2C62A01169AA58151 -D2DEA54D4D5A7D9ED20577033A0CAA99807F7521BA3711965157D9B33B5658E0 -C89A0DF5C3FB10BC538D808ECD28314C800D3E61AB82E7121E1C9CB273240EB9 -23A12B561ECADC24DD059443B0829B8B630BB8484230A1985D81C46903D158A6 -CCE7F0789A88CBCD76C04F0C0CCE2CC7B14C22994A5596E841F77C08E21F7E05 -2391F90CEBBE6B9CEAFAFAFBC7EF38C2F452EE3CB3979DCE17444D863E9C9F0B -202A385EB00B4E2B8B69DDC99CFB527B0CABEEDC73A34772D619CBFEEA1FFE46 -42F6F8C137471BFF385E51520315EDE197DEDD88D2A463C817F724B6D8269FA1 -C043772275C2DA742320A997B151CB8A0904615AD5BEE21433EE9BE3444F8245 -FF7B24F06E4A1E436117DE89E33E97F7EA7DE04360EA87AD48C8720CBBB2DE8D -C5A1C892D02DA9514191607A53D94EB3EDF76E1778CEBDBCE37D2BFA212D41FC -490E9C3C5FC30C40EA51377B487A00F8A579BC43E7BE4F4D484D8808D22CE429 -374E100AB3D74FDAF8EC9383B38922E2BDEAB046A00C7B24FCC9317391F79A2C -411F01E0189CB189A6CA649386E7C40ACFB8AF5B66922DC4A00BA9E7745FFD4D -1C04B16C0FBD18F0A4A56CD77FA2A5B8D6F744077A40E21F91C9CEA537F5E487 -DF3FC8A76D3FDD80EC8862FB8F3E5B57F5BFF6A1494C4A648B253C465E681F82 -4495F2EBB315779DD08C6E3C473D35F3AB38FC2BD690BF3067C8CCD434257B44 -2A7A4BA682083E8832BAC3FC839102E0ED90AE7BF5DAA25A4807FABD13C644BA -C0A49F68891A94F21D2682E51057F88C95318755F702858FF7262E9BC04A2D21 -1DD734FDDFA150C72B354B3642DFBF7E778CD87D7AA8D429A98AC79715F8D78B -7D1AC6118EE27651711EC6BE317FE88964CD3763482337E6AF87124EF61682CB -69BD9EE301ADAB3379F3644A06C5A0ACC5020C6700873B9F39E585595C19FC46 -BF71D08E1B1DE81FA2A0ACF46F9200E54733CF70B1CD14CDC356B42AC5C2ABC1 -48C07F7FE1E71E546F3B4499E05F9F2FDBCE166B2494DE793B591181FBAF5034 -5375092E314C0254479BE4929CFFA88FC1421DD6A8D74DFBCD0FEE3DA74188AC -62B8C62DE1A44D84FA6A66F2F344487B5DDE96884172FD0C6E88695D86A42D40 -EA6A5D38EEC29B1B8763DCD464CD6CA7802770C0BDE35BE040C9723386C0E08C -0B202EBCBEF6E4AFC682BABAD9680A3781280139BB9271EE07A31D494BD3182F -8003E3CDF10B423A05345E5CC81B2FCC81922B20377FFA02A2D17993534E2D82 -4208279D28DD25AAFC7D43F7470A2D56B1091B190642C6EAEE832ECFD5C2074E -0D4FB0B9186CAF597ACC7A1B50AD91589E8C0304ED3343521A3C91CDC6768C8C -01CA2AEF5C1E3A80621B0BE8C0E60A2136D2889088A1CE1018CB471D2E433B2B -97460B044CCBE106AEA582C82040752B9CBEF56AAA18DA2908ED6E5B7D75A3ED -7228362079965B847CA85ED2042A1D4B1F7B1F9927F895CB3EF3285A259E725C -6DB10306634A33A9A2B6612A60ECDC615190C118429440B9E035A3C3F3133327 -4C303420032E4A2954A3971CEC05ABD207B3B38A208BFE085394192DB2838795 -2EA29E43C78B38AAB30FE47D423D45E93E63F229DB145C0CF0B476FDEC033684 -8B2CB35EB5A1F3523A6C81CE894A271AF25DCFA5F8F0C6561A18224335709F9F -D5DC7CA3A01FCDF23203827B910A613CB17A01596A735FAE56A7F26259345585 -574357A30DF991FEA73FB0BF788FB240AAA3236120F24B827E48108B729761C7 -3EB08B20EDE05E44AD21FBB9E4582E705BE1964CDD42B1F4F47E7CE8BE3867DE -BD983CF9F85C7FF6398CAD01DAD46B1CD31B7437EBDC8D6867C2957A15E989FB -21EA8C4383063BC7ABEC89316D6FB10BBCC6E41022C373E0F557075EA119EF39 -538ABDB1256F0E77F40F80B2517EF118A7AEB696320DF8FA484577AC6B0E60C3 -073C53268D6F00A7DB496082AC0DA2C49186CAD0CD148F49ED6143C12EA7F065 -3F579F5EBE86B13F4A27976143B1C1B71C280101A115E53124D38EA079255386 -BBA6FE1742488C1C8F1304890C82F307A64C0E4DBF69C6176B1102282A35F330 -526DC2F6CBF9DD95E62B0ED1A37B1D1DD58671A7AD3AAE44CDC1D5192313F108 -C5A063043CFC32DA43B6F36AD7BE2FCD79C8DC41227690D816C9D6DC1144C65E -3E6C92A726B5C7595B29546F5955DBCAF5DC69A06AC99F34BFF3AF6D4094E8BD -ADE88EC16DF7C8275BAEFB1BD5BEAAE8CF00E9F92C7CBA4C1D261669EFA8B153 -158187884DF02F97212C7CDD470B9632A83449E29ADE6584FA63B1FEE7430983 -54099F415A842A9E29A0E4332388EEF1A16F2CA621093B8F489F400D7C6C2CEB -5DD2016B86E2707B8BD6F22902B4993417F6BA2C2B0E5F87B0DCADC1EA402A3E -10958390F5A82372304F7C13F14385523C0EB35A4980158B760C0296EAD34AAA -A51A5A9E318B4DC0A314EF141A4DC30538EF55A504DB3F616D23BD874119F4DA -E0526DF75F97C7ECF4B0AFF95F118570626B57F90813379652CFD8E096A34870 -C71C6D428A6CC584422C9815DF460CDF7EE61213B6A9F801E19DF744C33077C7 -645F5BB44194369FD94E5630CC0C47DE84D6929F6EE7AEE5E045CA1FC97647F7 -D727C3EA8D50364210995CBF9301E4AE3DD6C9C12CDBC509EA77BB33BE7782CB -CF3C34C91971A608BFFD926C6B092721DFC0C9C4FB531CD752F515D9640BEAD9 -26CE99C25739157616C791B357649A74F74454826EA95CBC06995A3C00E49489 -2B19496DE0EA217E5DF4B4040DD0403EF4352A88E9F113AD41F502CD840060D3 -494D746C76AD55B69B2E53E96298471C0355884DC941CE37B6E66AF6C33AB8FF -0AEC9507FC1095E5DECF10A1CE0EDD2D88FFC740EBE9DB253CB952628F0F715C -77C9AD0EDB9D6B019E65886071A67598310D494026B1FF5B4063945005CBAD22 -6ED901C281AD466D023DE6CBB8894CE204C442CB4FF6BA6D3117CC022B99888E -84390C0C4926DF051D035356B4DD8AD3AB68818994AFCC88CF3B50AADC6B0753 -D79ADA743E93A5DE8FD734356F24419B91C55065EEB764A16BB76923B45F75D5 -77605867D725C17A201E46D46D8877437C29FB483D9AD6AE512EBA98BD407D7F -02FB776A4FAAEC5B6E47E98E728A2F9C48E825BE33157760391EC1A2B2C92EB3 -2EED206006E6141A7903E2FBCD603AF6D54C6DA4F6EBE4EF18F3AFE7568B30BF -B720BAC3F6D4B0ACFF9110435FA51C72528FDBFFE39F6C4BF4986D0A4D807BEE -623441CD814C5F96F915B79C26CABED60DCCAAFAD9BBAF4D1FA3703A6D64E941 -347FB448C49B2BD6634F04D83435D2E33A47E74FE880E776B9BA2130E495FA2F -AF9B3D86C009E3774D6E20238135F6D6975F7E41D527CED116D440B805500E71 -63AC622CDAE07E27ECAB014E7442FCB8670E616719C3843A3F10D46D3666E2BC -C20A30A38E7E4BAACB4EF2B94EEBA0195199C1DD94EABA20D2C47EF4B43FE83E -2EB2F778D999A947B21676EE462BBD0AC05165A6D62852B0809D0B5AF3222CF8 -9090FF5DF606C901A5CACC1FD377FEF5D29F0E0D966E008DD20F1807FB5A1D60 -CC2C6D1B273826887BCF3A6B3742DD91D103A3D24BE5BB03B6EE71030B2BFB35 -400A17FDB675E057BD4A6161804A149C333866C33DB5FF6534707A1AF342CE5D -0AC79A985443436F94A599336C7F767D809F5BB094341F1FC7B45C53563DFFC1 -54E80F2DF003C5FA0D4A7BF703E30277E2393665BED0741A3563D7964C5082E2 -B2CBC6901BE79CC4F8AB0AF58C36D8F4EFA84ACD8A630B80B5565322969B10FD -F236816F8D6E3B55A2EC1A7FA24C1950181B007352879B682B2D5A79D0DF6236 -B4730EC61E2F011DB6C4741736046B5DFCE52CCD0EF5D780796ED988B622CFDF -E88394CB90CDCC41189A4A1183A9789575B29ED972462CEE2EC360A6DCE44B76 -297CA86EDCE5F3ED2D76FD9A0F31452CF0D0A683917E724A4E818EF84D4CD0A2 -E8FBF30FE262DC8D7AE9B4D9CF953387FBE93192AAC95D611C70A18863FC28BE -FDBCE04A7709485B14341205FDC074641747D6F15C866592FB9C22EB4376DDB2 -77750F111D87B2309289D77609AFD622D9735FDA1A40AD92AFF8CA8D5D6D9224 -8F0DEEFACC2DB757DB2BF7ADF4ECD0C9780F7D00875A4D3C0D03E42A85D45018 -FC4E8AB5FCFCA190C454FB1F9B591DC63A73DD9049901379E175E9365FFCF2F8 -D74DADEC15C05EF0A730C776DF62422F73A9DADEE0B5F2B74CE0D046A709E5AE -A57524BE4307E665FC80C6887D1E968D3B311D09FA2EDC1859FD96E1121CCE7E -C1D427E74BB8C3FA808DC97898DEF88F0A5C53F2AA55118A94C1602822264D4A -8C1D2591E94FDEC13B1D2CFB357B4D884CDC84ADC37AFE61BD24C9B9AE7BCD84 -BFB5BF9C2821F172C1535978B73E1A6BC8C8B815D96BCB189FF1B674C63A40E7 -0000A4AFFD6501044E4E11181345B48F80E51A33FDFEBB8AD94B697EB0D3B5FF -A031FB3EFB1E6393F428F415DAC9E4ABAC95D2695F3EC2C92FF1076954D70771 -5791F147B33E9762471F54D8F32856A364D4E1E24D9D4059F3040F2E64AFB288 -34996A1385604869B0846104CB9657E60B03DAEBE140943DD66BBC9B16E78AC9 -4E73013E70301F3AA0AEEBF5BD155A670BF04DAC0F8F4A9AC1BB84D0787EE725 -4B635EA8A53B0D6293ABA1CAC30A294340BFAB6BDB50E33A0F367E21C738D1E8 -723673C7CAE3A88E36CA95AC0BCE1F15E9E7AAF6C4B4BEEDD936ECE8644F6002 -4D986CBEAA946107895DCFEA4EB93EC5B0B904ABDE6ABCFEB7A78730460887C4 -D1A07B38CF0ADB81E2FBA8E3ACD09D0C415ADE31E7E2D2BB784076D3DE5601ED -C2811C586FDFCA10774EE630372081CB7384692780127141DDA6A10CFD08F388 -EAFC905822F09D81D4C8B584A64B9EA7B335EE9AD6D8DC412F8766CA9B465E9B -DF13ECEFE418E2C346D3682ECEE511FF82E87B208CBB8CC37AC03625C446E93D -80BA7EF01CE7F5B61F27ABA14A58F9E8658D0C866AFFDE5CAF71EF5ED044B6F6 -B7C21202CAF6DE905F1FCD84B390F3EA5AB1C0758B431F905D257AE2485B150B -92E8A0AD3C5FD7E034B3F770105BD20AFE529E1601F5049708B8F685DC5FAE76 -09FE62F107E24D1CE91BFB603810A022C4DAA060BB984C29C55B9B3AA989067E -92F3D01804D980D83AFF4C7D1C511E690120D8668DE0FA3FBF6B6A29BD479E31 -981AB11F0F162A70E4E81F2C0A8C59B5FC0C11BD9845C4B61A7E7C833F637DEC -E07A87E003F8308B62E40A07D4D7146E9FA54DBDB9306DED92D5D481DF5BFF24 -0E6514F6DD1AB8509473A57086EFA2EACCE5F9E58FCEE8B5BB3B6D137BEF1285 -89EA832C8C1D8115766B376145A4983F6D1ED5287BBE6CF5F67B49879FBD03C6 -8156CF6878B1744371A3103E622159E5C8CF7FCB32C3862C22B3FDF11FBF30B3 -1FDD1A164E5E285332873CD35DCB039F5B485B3D9FDBB12DC7ECB67F3505DE7E -F11FB27A7AF6490DCDFB1566D3F147FB070B8E83F3D790AD6F236D0245F6E1B0 -14535D22BC98381263369E4774E71BAB569BD45281380A48E57C76DD8EBA3C04 -17BD36F7CD0958E576050746EB8923AFFA368717E10A16B71583B1663D1D11C8 -B5FA491CD0C24997A5F7CDC953B545DB8E08CFB3BFA704E162BEE27C16E65C40 -7328604D25A5DC57F251A4C8E502D01C30B46052B3ADE3103DDDA3EFD6272914 -199CF380EE9A8387E0EB3240450931160350C0C625D44C331DBAF18374BB4C1F -E3777647C366E61F312578079D68406CF3B1DD74071385F94174CE5B1F9ED388 -EFB0FFDDFC09DBA85DB889328DF594FA82030EA686902633C2C3E0B0FBC7FA2B -63C22001602F5ACB3E5F47C914E9E191183287FC85873C030610E40421621344 -E11678418E89200729936095FD61825331D559CF26BBC51FDF44D769E168BD03 -220582E6B8707BD0AECFC20C978079EB95DEE61BD6AF7F00DDB906BD6EFF2D9E -118ADF93EDF08F32A326FC78D1A89C429E17AA399B3323FD64F67777D0113B3B -CF0CB58059354DEAF99AA6E130CFEFB41AB367E89466B61D10F571E64343DAD4 -1B1584350EC674761333FA934E02401ED59B4AFC47EFBDB86CA3133E9D3D220F -E4543891D139786DCF65EDB9B07BBB6DEED08FAFCA473E9F040738A2F35B9B68 -26DE84555A6696A5AF76DB38FC063DE75301A1B153FA7D4F87A79911D374137A -476BD6DCE83F1169E79064801A9C4D6A510CD426DD08B75F68285DC5479C79C7 -7F0CF5D6026F74BEDA44320DCF5F53B493D3BAB66579F41D970F383E0E36EB2D -F75662E1D83A807E04444B08EAB6166B78A2D93D42DBB846D1D378554865AE82 -88527E5C35F0D56A16687127710E5BC16E8CA020C2174D48F18CBAC2BD68709A -E4DF8A0DD743BE501344B963A6495F05B09D2CED114BFDA6F06CDC7D384AA404 -444FABBC12031CBACC89238D7B3C11C74554F518341CED3C236F402225695751 -F60BFB05C2F0CBA5D98FA0A9F374614B39C0F0D85A3FEF0E317D99D991FD24BE -7E7F56EB2C7CA2DC150BD986AC5DD101B1869811463CD88D1A5CC2BB07A8281F -61ACB5018C6A841C45BF23ABFEB65FC35A8DD2E2EC04C68DE20075EAFDF218B4 -957D9D46581239ED61492789AF9C2B483555EF0F6BD9673F5C266E56149A52A8 -A43C2DC7228FE2E715EE2C986B971AE4A3DFC984A6665FE9F353B2A208642BE7 -892471129991017921E7837CC9D02228CF06548CABCBBB9EA7DBA451E46CCC5E -7A5C35C04D3B70BB91117414ACA4A79BC957C4E2EF672BEE6319AD271A454875 -707CEEA6E0E3E36A5C8BEB0287E485EE4FB4CC96318AD1BBD8E9A4CF9EA58C30 -6DA2D664AA5CDC129DBB71D14E1A63B17870F8ED648DF5C84284F2E6A7EFCD1A -1CA58599DA1CD20109F115011726E9F6D1EFDB2DF2C4880728D45287A6CAE369 -960AA12900C0B1197D113D17B6F305F2D5CF3FCF8FF477132FC546E5741632C4 -729C152C526D9E3DB5B0C42B3F059A0FF732E9A7E0773330543CF9F4A9D2FFC7 -210F6FEEACC16891F45721189F574C2B1A326754D0270AAB1FCD85A111FAB619 -AAF0BDE62F9AF46D01EC81BB4049EF54938F24DD09CBECAA43FD35528E9F49CF -6AEC8924DC2D9DAE644CCB4C06DE0364DC8A55C57D23652B7F40BC6131053DDC -730F1732DC5901EA45B626D44C46C466BF17AD94F5A4243691C6FCEA0B356960 -C9FBDE4D491108E93DC71C5A52B9123DA0B41F8740719A935E12F9B1DF8694B5 -AE02FC7887051715C066225D84B0D71B1C8329F43AEB367537C2073DB23253BA -8E792BC727C234FB85677760EF7CBDCD7022F3D128CB9648A6E4AD5EEACA9059 -2745DD10DEBD754EE72B4DA6598C42E34543E87EE1C15D0D44728E8C28E2845B -6E32CE2955D9778AFC2BB91273B6582D07D5E913FBF0BC7FD7C030AA5B89781B -26EAC2570601A13EF779FB27DBB10F62F916515AF9D432ED408E6E14D3001AA9 -1DA0D91E12DF9CEFE53897CB27077B56E0EF1B67917E94419C7F29ADADD681D1 -9C099D96B36443FC7221677504E0FC2803221A70CAF0EBC1AE1A17F08D6C582F -E2DD49E24BCD60DEBADB6D873616C1216EB8152CC2F6E1569560B7FCAAC154A0 -34AC3141F9BB9A7935BE122FAC406909C221EFE2CBCF8E93CC08F1B65B2E196E -01EF12208DF6D289927EFAC5B95C2E7E9F35E01897236B7FE20836597C43DB38 -1F3B0FF3F2EBBB98294FE6FB3FFEDF4DA992DEB30E8C28B0ACE497A7027FE523 -C98234DAE8A2C72FC7C69B850D76AF02DECD2BD8E66048D71D2C23C30C06D163 -EB51AC341B2BBCC9253E07D3C3B351B31ED811588B8837DDBD1715597F8548FC -8110AE050595E0A33DFD0FBE58D05B90FC276C0D84D865A5618CE5DFA8F2F577 -C166CD032C50F8E31CB038EA1C84CBF05095DAAE1B27F8C0FF1DB46550253FAE -60EA95F3568E85641BE56F4B45E9483C9F03936538BD4A45DB8B801B9945311B -A87C863CE0704FA51C93DD1D16B911D567F49061956B1D2924B017F319D394ED -014698B588B0C6D44FB4AC5EA0CD198838FAF25A28721D54A38C237413F789FD -5E63962BEDEF058F16D82C612A8BBE1B27A6CCFDAB65463BF7102F4D52105C1B -924A07EF5CABF18DB1681E900F2A12425987FEEB9F53BC2F0185BED93D68E8FB -0D9DE9DF0026A4A1A63D77E74FC12BF1C09326D4876D21CFF0477F61C85B3998 -225C53C4ECA4F375087B658A2884BDE896F152565402DE83D4AD22BBB3802761 -9D5919B4035481223C74F836DB224A87C57EFB4FCDFF6A7F639C683D20446607 -2C66A91762D85D18361446F01D5002FD4E0DD3F7C9F141D3D7F12ADC1AD62B86 -519BF3A3DDC24A714DA3909A6CBE635BE1EEA57FFDBF886353FB875DD538A4FB -CADBF40F28832F56C3361CC02946295C96D15DC39D1D2346E9F734AEC76CA01C -1D1C82E4263D96BF24CC9C91BC154F6657E4CDB6C9AFA0D91E6E3D3F7B85B0AE -7924B40E7F5079080263C6FEA4566D6EA054191867D704E381B40F1FA35F26FB -590E8D4BE1A42325AB1FA7A97D6FBC0F2FDFAA663697D275BF3950809587A32C -58B2E7812DAC1A741E09B57F753F16A021276E33C8E88A4862102C8E94F33208 -A5697FEE41E0B07870AADD737EF08B85DC6BE6106C5BE8304AD2F06570A9D659 -5FD541C7C9FEF2B40277820280AB6B12342E3F6E0A68CD00D837639A86D343BE -D00DE72E0E7CF20DBFF8211FE171CF60F470EE199D995E1E591353BEB6303D01 -F69C1687328C6D4B150C0F3925EEC6B09B7B1F7BC5171E09926D487C01A72727 -F5832CA67C718D902ED6A8582DD31C1E05B98BF735DDB34942EF9DBCE6593D1D -008875C82950531D335A835582332A9FF3E818F252C366CE47203C06AAA63EC9 -6D12BA546BF70C1C55A19383108B4D5E5DAACD3459AB58AC250C6ED8BB4F7A81 -26BF4438E2A7E09DAF1EAC409EF4BAB652704DDFA4BD7922CA7D84335D2AD692 -0B5768D7B86958562A6AAE043227D91ECED5604EF88B631FA5214A220A24A434 -382F28625802E5A7B771A240BF3CFE3E5C26EF07D25579E9B0DF051CC455ED0C -5BFAF7DACA76961F6E845BFEA89C6237CC4D2167B23DBFA12841A05D3845ADB1 -F22DB6FBEC1957F4A6B2764058D01875770FBA21C399A4B7124F8D3CD93B85D8 -EC4BF36591B064FCDAF5704729F48C454B185D5F63D08EBA439189730D501F4C -2558CFE90AFFCEBB9CA6906644D91B89DBFB2B126DEC3D11C69C43701A695232 -889E0F5B6CFD28563500E58D36A9639758063321FF48CE828031DA7786B5FCF4 -11A438CD23F6DE1896996646BF5C297113812DA173AFF1CB9A35A270836F1D28 -E4814DB3E06149A27FDB80B420376429E0CF1E4FD3DC4DDFF18D640E08C7F356 -2B24BEA6C1D100A37DDBAFE1ADB9D95EA40B1A61FB4B22EFE5041654CCC4F10A -CB1BF0591DDB18D2D8DD0799E3CC6D87FCCB79B98D0A0F43F683180D374F165E -600B93451E870C4A778C695FE20235EB3E5D66CCC68B191558C047B78863D34F -891C5BFD08DD9BDDC4438315D16D64FB74568DFD98984702BF41E3AA2DF51B33 -266F6AC71143050432767B6ABF14CD9A91EB26EEBF9922A87086EA7ECB89DE2B -6742A8B41236F71DA971607A12FE7CD8366342A0BE30B442775103B7790A7D7F -9EE53E50FFAAF7BD8557C83B3A8B0D6B5874255FA0976237641DEFF9FB78B434 -DB904AE6853C5040AECFBFE470A0442E087CB66C561218AC2468B8D7CECA960D -76E869F22780CE8D82C83EE0DB6AA2E40B146375A23466864F97C93417B4D790 -6F2AA9E51E0D912A99AFDF9166A24FBB4E931D89A2A1B6AAF169B9987214417A -D2618D33D3B5EC742E9F98DB9CCE354506F5D67FBA3B582629CE9FEEE5788F68 -C5D221AE2D2DBA4F2E1C572842E7E61D8CB5F4DF9D110BE0F27830248476AB67 -C6D43F452F24D161B5E1C6589A1A10E6FE0B74ED8050A26ED31E7A4756448817 -37AE9D1DBFE7B7B6BF6EFE016C2055BD06352DD102EE3EB6F83626961C0E4D4F -F671C73D12C6ECFCB12F4DE604304411F026591C153095A7CFBE947292D6AFD8 -1EC4010EF23BCDA9906F0895D0E0B156C26D955C2CF384A4D1A6CD5D194EAA50 -824BE4E6C8140F17D6C43FF141DB67531A155B8DA764B449029C69CA76566B61 -A9D2CED8301CA6EEC5925819A75F123655105BDE0C84385AC42B7DBCF71929FB -CF6B189C30356B1BAABD615B4874629B1DA03D01E156707B591F775249C3321B -500420EB3002F174FCD2F245D620F81FE4D06D8D0FF3BF8BB16B17B4EE23FFAC -A00895FFA7356EA414011F70474244A72CF960F3BF3EFC15639C72A69ECAAFD0 -D0801C2C11DD0D1491FDEAE7F8699A8A931EC2E0CAD8AEF58FAB5513B79DA3F2 -7DE456612129EE02041679FBE73F1BB623EFA954E322C5092CF233D166F1FDC9 -F4A6D9E622FCB26CBABE23C6E77E20E9FAE362D0526369C7C22825108BD10FDD -7D0B86D77DA54FC097A9997D576F1C6578B29A6FBBE5479DBBAA636DF1A85152 -738B07D0EE0827529AAFDD981269225A5F92AD7D43ACCFDA3884554269EADB23 -E26B7E0B06E01630472C08E1769F7B83A173B9270B4F29EF8B0F9E2CFD5D181A -9E05F0CC0DF783AAA44C8384A70631CD0542127A722FEE62A2DF692066CE5BA0 -E3EE4472B48A20CC51905296E24E0B33EB3BBD384F366140D8346694CDD1FA73 -3EC45394C65F591C8DBD89699AA6297444D5B9DA1F59E4DA9E7A77491043A746 -3C90D2A496AD5C3D508FF8448A78D1CF1306B2D7D1A6E415571ACBCCBB00C0EE -FF862616694320F60A214EC3AB2A8E24A2A19F376196E474F8354CA01AE039BD -1629F22A61E8D61A08BC67A0900825C0AE7FE8E9F3B691479A57BBB971BE02E2 -4A3353ECBA1BD35ABDC693D8D3C6DECE7FEECA3F0526A49864469554F47E545A -EF130AF7804D7D0A2D45CAD160492CF20929C408B220E5CDF32F36AF3188F0BD -0439D6EABDBF7DE3837B71144A029E8F209BA72B24212CAD346E65859D7BB5F3 -A27387E6CC999F8BA5DAC763C0450B3042CD7D384E1DC2710669D8248BCADE73 -B3DEFC26A2CCE29E49EAA07A61CAEBFCE551E22B41C71CA47BEF80D7A47B032E -8B009D3B3926ED68251544C69DF21DC18EB82E2F3EE3A28736C2406946F0E334 -A5324DE56DF80826780E224EDBB52031972BFA0D12B491CFDC74DC1E461FE64F -4D1FC231F194C5242B4F1B4E63E286E78073AEB8731620CCC8AEA7942B783F7E -F862CEADDA2D9B54330EB98084D7811A703DD6E26B259BAAB441A606C9112283 -D65A7D26C0CC4CC4061309A0CAE0D98CFF0D50C03C2ADC8815B985C4A8F7D62F -431510BE5E8C1D8FBB9852C5DA967015E343DEE1CB50CAE135EDD6CD05429832 -C2A65140FA1E08B302501D5290E4A7C46A7F9E8655FD6CD673F1B8AB0B4523D1 -C759FF6CF964A5E56C01DDE17355ABA94B372DDF2F51E748C8773E588E885544 -03CCEFD8A53306D7CCD20CD8345327FAD8E6830FC677B0A372F989DDE179E36F -64CD65B149A06E66B08D320EEC7E138C316C632C07C6520B777DDB7965600624 -2B3DC6831CA3A2A7B0AE0DF56C3267469DFA8A998884FF9F3C599BE38FA40150 -76C9F914BF4782C41CB71D2B61B3E6447DB892EFDE33D9C86542E47366F3CB32 -B033AE669E2FDC389494B39AA289547BD5FAAF0E7F86F7286D7B1D0D1379239D -3BF2272AED9EFA086DBF8113F86EB274E8AC7BE019E0736B3F675D42419FFAA3 -6969FBD65FDC7F90009B403F3CE8E8A0672B84BAD8BD574EC2FB837C59F7C8D1 -CA702CBD85997B3692E4D5B7B9A92554C841E4CFFB89511786E3D82957F38A6B -F18757A9159BB6C7B820D5D7FBDBB684F24060ECEC9642B1F58B6DB47C7BDF0C -316B4E6E03A15C5AC34BBE39A0409D54FFBCFDDE38E658B684C483ED25B3A1B1 -C36CF39FBC3F2C16C60B4191EEB2DF9BD37018669B9023B3417E10079636EFCF -3DBC58AFDA938ACB2DACB2F4F4FB0174CDE21E7C18F3249B7F9552BFA433DCE0 -099756877B31DD88639652536F26D7D94099FA9B4FCB0560046A9262931C65E5 -92053C4E35FD87DABA9D7005879C22B5101AEA62014F3A057721FBB8E7467BDB -69AD88238DDA8F2E859111B2B418D3AAA022339D086D59DE48CD08454C912467 -9DEF6E0ED9F76F05D81B95FF5829A89B24E9E43B0A8496E0B13B22A4FD7814D3 -116A6E96E374AEA23B2922D9F6443E3ED1793D1BFBDF3BB02B7D9E6AE5591177 -B30ED8E13DF465EDF59A9CF626D0B9CD5903A479ADB4CC991DFC4A8738F0E254 -3C1AC97C1B55E09BE394DA49C18C6208984CB3180E7E646785B8FBBFA0E66DF4 -90A46D55E23ED4A4B69AD7426E372A827A93C15210CEBC9F14FA9E85CB755497 -7C6352FE2C7F2091317C2DC7858459D71E6077E904140D173334EC54BD371E8C -D22F826F6A47B6D415539A584A5E51A8A2703917536CC78714FF645C2BA45E71 -8E8A115480553288CE75D20B8983CD80C1A379D84B287DF717091C6238AFB40E -5CC1E47D415F93D06C815547E9768364793C2A56DD7CF5D15B43D7E45D5BC173 -BDE51EC81AC562ACD34DA9E289CA5ED20B98239493621E9502725DB3CF7BCFEF -7ACDB71CD733D372F72CE5D6E4011ACAD693A5FA3781E703F8C2AA765624DF58 -CF80D893BD60E9122EF34807C043AACA79992D65AF26E4C77BE0E7FA8A5EE5B2 -3E358D2436383E8AE643AFA6300015E5024900AA4F9F01F361CDA348E46118A2 -65B8D83CA0C2247890776B3EE558FB274B977B7E5B90C51253E6A7F21E4B50BE -A642F7770F1EADC62A30AFBBA6E382368441E82FDDC68027158160A8118CD293 -61BD76CE8D901585C813C5945F516D7C149AEC0B227194677B9188476FD2FC56 -93941BE31CB4C8027EE899BCF6849C3A1F6B3AC0437B2D364E8B9A16DDDDF9F9 -5C71755A54ABCEA61B29590CB360C0D80354347970AA2BB275DB7EC90EDA4AEE -5F8B2B8AD1D227B68F6D054F026C0F89EB87592B4B49C929F99048925504E8C7 -D4C8DD54555985980D889845772A7FE996D13745A4D103B7AED6CFFD27DA2177 -B4BB2D7472B9B53594FBA590BF3720F8A0EDA58B204299C3BCAD66FBEFB8A6EF -196549B99E47E871B01F2D8D33B0CD37BE8B1F106A30A6526BE345DF1E974E11 -16B0D1DCFC04E0BA9C31E90BC421CAA86873D8DF11DD8DAA1B6FC3634AA50496 -96527307B8CE9BD87F6F42918EB681DFA7C65DF440C8B8543B944CABC451C2B5 -D7BB3ED820D17B10751386221C95ADE22FF19670560C96D9928E424F8E420342 -69CED15DD15ABC2F910042D24519A633A13955A321BB3ADF099E278C39DF4BFB -BFD73DEBCA840F4D28E6A615083977339C65CC95F898E8A9A5376BB5B2F5305A -7C39ED1622B99FEAF09929FFADEB422671FC5766A9767A009C16446F0D054434 -FC7E7EC0986CAC11D10BACDE55D9D18894EE8C556F84FA22E8F8C3E8DF43C34A -DC8D832AF681834BBD85F7A60C06BDE31F0A3F8576545193021AA6C7D896E918 -8FB9D9F505DA027E56317099B472456D4C2981F516207F05A6BFEA874F6DCE5F -9AD138099D4E9CB5C105906BF85C5285D3BF00F25D867A55A66980FEA1F7FFF7 -A17D60380FA0841BCB941CD8FCE1BE83712126CCF82494650EE43C39C186A837 -BE218B46D14F23E515A211844CAB9C922CD59A41C78C8FEEE4D050FA2F7F0AB7 -C0A4890E5704291696D287A1FA5F7EA5ED68D01131D4F0C08FF139DEA5123D12 -D41A071C53A360F23C4B1E1652D8CD35941CAE2FEAD5CE627223606359D267DC -6B10B546F72DD6E079B1477B93F035D1679D1EDD8AFC9F1D9046EBF493292875 -8493E2E218192EDC2A13E4C2F5D13D555517D1F81D9F7AEF32B35DFF0D5A319A -60703183672A4729B02632BB2B90E379B8F0D9D2080A41ADFB1BAE8CBFF76715 -4176A1127AD13E2C23B003D712ABD931849741FAB088116C21845840A06B0A41 -78CFC45EEBA410C02B6E351D21A47912B4C7A4DD8BA40CED8F87696F9842F65A -A18D643BFFE161C6703768A43012D79FFD25C53534F6BC872B2F2C95E34A21F9 -6D11067A71741870DBDB38B9F28AB43280DC533C98861A2E76DABD59717C7323 -56B1DB3B7EEB8C5C7B7D26BE8459DF534BD9ABC739FB107E673F5F7620DC557A -55F8F7FE488F509D27888105E7B2472F2C6B05826A8514D71D049F4C022D7280 -9147 +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794DDF2E5ECEBA191DB82B3 +7A69521B0C4D40495B5D9CE7A3AF33D17EE69979B82B715BAD8A5904C5DE0260 +6C15950CCF6E188A0CDF841EB68E5A2F88253E382140F87C87E55C9EA93B8C89 +14A36CDF630D6BE7CD36DBDCE22B21778E8648B97B7EC6742EB5114BDF0454B0 +0EA7B1FE236C84C0E5308C871F67B973892890557AA12E00B2C20C71F516C397 +3F3BBD14A1D0149CA064391056E45E9470FC7F6F556ABC82653B3C8049AB5CF4 +BA83C8F2158C236B2FFD4208846013BAF4165E8BB8D334C8FF2E8D74AF5DAB2F +D44788869B08399421AAA900ECC6A2D594641C121660D4B5F512938994C18DD0 +FCD9B008F68F0351D21ED735B2740CB1E0C1CCD25EB548C35B844601D98828DB +556F71D07E081A593FF12DAF83676492A0FFE16E95717A07082B43A966C1EE8F +8A59E1255E1705C43A23CF29A5E4A6547C93F1680A870EE7BAD8CF74D838CD5E +F806911D8FE4262ED8E7F5BC58B92C9C6D74F8AD45FBB021EC7E97393018B9DB +B1B84E7B243ADB05ADD3F1DB3692ADC5D47FEC7DF93080669E63281F1576B673 +125EDF08016664BE73364F65389F7C3B66623AD1754ECBEF9E5CE6948D933787 +A5674279ACB2EBECD3B4E6361419AB32028A27670C9F3E18B746A10B00AF6D77 +4EC00E3BE521C02A99AE5BAA98F793EB1228952BE67934B91472E01AF7B816BC +56D7F19F631A1927846D800C107B1E9CBFF9D2DD513B4A8CE2E0DFD77B1ED178 +E43FA7052765E9FAF89989D490D8FEF6C536EC0D4AE27A74F474B98DA9E6B92F +15E063DB260571979A5DE2423920CE1F59F56EB11E00E3BB9D466A8263E1E385 +2014BEFDA8D1EA3EDA04BE32AEE6CD15C5C010A1DF7F705A2C0C18E87C8DCCE9 +05D9163181CBA56C0FAC8C06A2990554C8E759D076B01BBEADE3B5FB8B551390 +6C8E4A2A1C6E7D9C708614626F3770C0AB7DD2027469C77975C27576065862AD +04E5E50CEBE907E3E991FA0C627302C0E207B4D5992BEBAB5853AD1C0D271728 +C76F40A79392ACCA7358F948AC65DC823CFDA59E1FF69CEBB6B7EC3CF21669E4 +70D999508F9C49E2D9F8818CA53C977D93E15FBBBAF75B1E84F0BA62BCC4BAFA +4EEC82D804C8A8C0210F3E5E258BB1F6921AF02BA9861BAD5C3D5FC8CEFABA8A +A607E547B802096F7AEB09FBA99C83C9A494B94408DD607CA6561A6E6660C473 +62CF8D35F31D052F6C6C8138A8E1430CBA7EA6973D6D510C1A06B3FBD79D9364 +240C1A00272DA44B89A9FE8D5BF36DC1B5EBB4A78ADBE9C5EDB485F093D9517D +69E1AC9A8E6C9D7C324E3797CFEAD9A18E82E03F69B2CED7D5DDCD1A218BF2E2 +ED2293AE999FE2A4B5213A10083EE0407BCF8007670B8C737EAB30311C868D84 +121149ACB4A27F3ED6C0C181C98AAAF51B105F264B5672D7F745131ABAB5BEA4 +0C9B43C0DD9116D6DC61F90BE72018F290D26D5E9D341055CAF09C9F45333CDB +D45B7954271767F638EEC499F7B53C2CC5774EA7A7F024C4CABFB93D9CB1856A +0C671A4ECA7C62EA5242648A84E7F3AFB9547A0AFC29593CFCE6D8B873A78157 +D337CABD291431C0A2CE1F37E0CD7340567AC206FF98E4B5A6410F70F750451C +550EFB54AA259A1B236CA9CB730D2CEF125EC65D959441F7CC9768F777B44844 +CC9842A307C72B740680ACBBF6AA35FA7A94825069BF7696ED81A371A9E5475A +9D997F2DFAD339AADF797F7E03E654234455AC3D17702A420EE0A597BA31BDE4 +FEB8DBA7C61D311CC90441A620164DC22DC2D373973EF84CC553453AB1B3337F +7B39983B8DFFB3A9425F119B45C1CD37A76F905777B3154CA6200792F1759D06 +E017890F4041A385F2238E3C48B6C8EE6F5258463FDBFF7AC762F6C4363926D6 +50F004D473B7B7F73CA686B559C2885F1AA761653C727A77D73431E9D110E76A +2E55C68CD50F43997C9B2FC4710F8C8540909829E215678E63BB8363C4B8AF05 +9986102BB36580D9CA95CD216B7C321822CB41B2E0422CD077F3B55E0246FDB2 +44D5976F67296B5B0BE4B06F6E43535C21164E6C5089C3E9BA2D6B30888C57DE +49DC8D9D46C0D5EDC47ACF2C03B72DE3B69512508539019B759280BABEA12BC9 +385308A0395C4CD33182A10A5A229743379C2075D82D8BFCE4A66E1AA087A091 +8F5372684FA5037D1B92D50CD9CB4F50AD4F8EE7D51F1C9E63C721CB5B9BD011 +6F0A8DD4FDCD2B008F223A1036D90F0F3B252487DE7898F9AFBB3A9D9CD49E0C +EF4ADAD5155A98D2125ED5A3D3907F67301649519419F33CD942E8DDEAC1BDA0 +E90C431B198F646766A8FA9F8D1561B57E126EF604838C0C1966655CF31FB7EB +C8CCC434FC1C96046D38203E1791EC824A3D7AED85C029288D4608CA7668A2BE +484C99639F121845B22EEFCE0A3B808261921AA042AE19E641769E91277BEC29 +4594082CCB3058F90FAC4A700A8A827ACA00FCF574ABC8EB7DBCECD97F2B22C0 +0AA19E8739B81AF8C6F621D69B8E6F29BAE233FBA655A0AF5BDFD7F5C6B9167C +6BC7AB693D45EF2AD999F5DA3CEFA39BA48A17EE6D9F2C4DAB91AE3F0044DC3F +5D5506CE4675AA928B0092D6F173644F91295216D8BBB14CDDE0AD524A4D545C +1B5E284A3BF0396664081CFB4F186A84A0D24D61E82F4767C1E55A0642720CF3 +909FA1AB8EAB78030B59BEA067DEDBD2F1D0340E790AB2777DB18248521934A8 +BB38A58B7F633DEA4291B0D5D13E9A882C974697CC6D3B49E030C94EA29B5506 +CC29C44D01B4751B453A46A9F6BF3BF135AE87A4CE232AF57B66578310DE41E0 +2A6AC422117F1963C4D7CC306BD25A6E724E51921779F22F029733122E23E2F0 +CB340008813ABB104380C80A492B3FC6D0BB07CB8D8409E9576891EF6E5C9D08 +EB8320DFA31BAFFBD336D0C2BBC3D3B2D30368B9860768FC080D30569C7F7811 +0EBEDA2962476113625EEB555490B8CE4C5F99D74ED10F738C61854CFF8B41C6 +9402E56BE8856144A1A05D0B05F4CB7EF728B2F4F5A439F18C3B68CEFA41E59A +D8308ADC92EC1289DC84CF48D2CDEFF509A145BF945E1E00D552D329EBD2A7C4 +21D58082CC8FA790E981F4AC8EAB99950678FD3A7DA3DF13778681B208DD71A0 +7C3CBD0664B37C9EDC6B601D79A2C51FB54DAEE849F93209793849104E722D3F +52DFAF7047EEEDDFE744787A5801E4AC2C3D58EC5DDC15FCEE03990C53B0C57A +FC54F125A04C8E4A0ADAA725808C587E7DAFB9F784FA2875689979D316DC22BD +AA36B306A1ABCF907B63C6476737B746099973CAEA8C1E2C5C41F27E0F7DE8D7 +F0D942E34E92F43FE902653D4D2EBB6F3B9F7928B1550A82AF234D45D028F429 +067652BD3D391BF423AE72B9CB1E8D91E898161BE3A7849D456A861A2046711E +E934DC59442AE7D81661CE8EF727D8D7DDC0270E937E40F896AEAE6171661431 +C1025C53172F9D366834BA0054FBFD84503FBAE328B6FDEA180F8EA35B1DA937 +5CC3B8F00C206908C2FFFFA6A7AC6915D15EA44BDCF29E2BFCFD4A849535F19B +0D307C696BE8205C7D84B9C77F02EF27D911056EDBB4080E4D3ED72788666CAD +CD91B0ECE27A177DB23320A7FA9C31408B4D02D2A4B1CC6DDE1A6CAC3D8EC1EC +2226EC98E51046D1EC26FA20EE62D24747D83CF4941DCE5CCEEC0DBE387149CD +E05B19FFCAFC0D117F9A3E60DCD4C815228D98EF95EB559AD0ACC0D50FFDF714 +56C3C812EA5ADBB013BBD956A7C4CC0ED7D3E25D5C9AF5E626F18297F75D4957 +F5B0B33379114B903FE98BCF35C3FF76FEE1D9AEB711F2962276531F7380EE3F +E368720E0292A170A15C5539B1FC7BB954EE2624B504CB8C805B8D31AC38307F +0513606F09211AE64DAC447693B2A0AD15E9A64C34F5A911ECD0ABCA90E9791D +67C6BD202B0858EF96E7722305B8AC02B01AB1706CC6AE875A8DDD15EE349046 +EAA65005E7866B506EDFB7A5A2AFD5C9E9DCC821A79EE9C1EA2C7BBA32A40BC7 +CEC26DB1AC473C8C3960ACEC581B37D6569E8C8C42950BAB7930B65E1570E3F8 +9A7FA719F1DCFDA45A3BF2AAB32C9A93BA3552608A61C623DE59BCB346E87EF5 +9CF025A87803161221C5C1C6F6B3403712C76E9D755C7BD68D7F2DC03C14CDF0 +C1BBED1D648B905B4B17037B7263C1EA7A7F06FAAC4E09E08483A8D714C19861 +327CD9C32DDF850302DD6DDE24912D00C22ECDF3CDFB18FA831A41A7488EC203 +F564CFE30D506F0829A96D35A7E09C3DCD107D589B627A15B55C5D6649126BEC +60B88C55ECCBB4E680265D9EAB4CE22965D3B1AF759B01ACB0D0E6C92B6B4EFD +A81E6A648708979487FC591CF09631310D46891423F4EC159A73E30D8DD147A4 +B0EACF6D45D18CD16CEB8176F03ABCB41F2234747B9733C8FAF34AE5D43D3BA5 +0CE0FACFC9B087F84FB6C68678BC6E76022B1526D6E5B3A48EC1A110BD75F45F +1C4DC6D39F254976453F57DF873B7D635C80C42026DE020E5BAFE0DA0D54D1E1 +DC634D2621BA184347E5252F645A6A1DB7657C48124186F0E4C644077457C24D +55753C651A9A7B6349867641464B515B821349C795A645420508673B93750D0C +7A3B33EB1F09782033742AE8F3A23FC02284E6C03818FADD1731361542E3FA3E +75B8D52B668C3E18A4AE967D0FC3157083D952AFB8144D549E69EAAC51C279C5 +E5D88A0D9D53013DFFB4352A1598FF84DCDE6FA32FC377306B9B92C0F96EE149 +8CD55E7B2445B86CCA7A547FA732D52D59025129FD8C6333AC0DF4F0CFF6287E +F2036D5DBBB3B91B92F12FEBE0B61A313A4DB5A9CF0BB3DDB781A56FEBFFACCB +8CB9D1D3DBDBC4CB6AAE6769E470582403CB920630221B68BCB625CD4605FA8F +D3D5B7A1A28D15E44B38E92E906C138E72C15B86F64C38E23BF0440052A8C914 +54397F49DBED99D0AF7CEA3B0A05FF37C2D7EAE1412567E6776333237C31E3C0 +49949EC8BFD6E0F6446CE2D4DCD2C1524A288818CC5D159BF8463A847AE4A2B9 +CC8C58F822804B81B13BF4F2DEB6229C4F51F093075581791D02C36A13B855A0 +34900AA7CD4F1A797652656FE3A8425A38F421C4CC0ACA1CDD44FA6B31219276 +1CDE1CD63D6A58CE705CB56CCA1260F9B86E989019071563A9B4C274A87558CA +6EF1660D574EDA276801F0057740E2C3B80D253D697736484D892CE1AB128B8A +DECD69712F5E70E895FBAA927E8194D792A04AB6CE205E04E38A433BBB793FB4 +E8BBC4279D58A223C6673D909D6AFECD246E66A52F4CB35E5931D24C828489BD +4ECAF621A220D8ECF702BEB01C4FC7510197D3F6D15321EC87175ADBA6434ECD +2B5A306E91375CAD22CD94301763E4A8B981472890422C5488FCD523C9CB17DC +ED22FBF12D5F7525D0D6BCFE8CE85B0DFB1D6F989C267FFBA0A996D309E4A934 +3DB54A9D29C88B9D55D7300DA3D46419256C5A07A2A529A8DE8BD1727281F5FE +97033D861E0531B14E811378EC1AF1CC7EE9BA2B07D935843D3053F673979F8C +FAFD59D555B56CE338F606747238B22BD62C42BB7238FEA335678D474A643570 +A9E7B4970E8C541CE9DBC7BF70ED7BA33639D6744A18379455029E934C95E2EF +639C4848CE9A0879B51649FAB023A71782444B451F92A34CB8A124270CCF86D4 +D18EEF5C1D2B2A29012613851C49F50702D63BACF95EE2AB4D72B375E0A62615 +E0991E130A67ECBA9E05329B740708F1CB148724C3A6E5E3AEC1F88EBCA398D2 +1CA8827C977D72734310233176D1AE26C55CF2CEACA62223315C28FCF6305C7E +A22414D4739A059F552F1F9372CCCA5FED4F9AC987942848EB498900269511F3 +F408CBEA0659B954F5F1B18AE4FB270213646F9B28AE4439D2BA2D3E0AAAA780 +5E530E4EFC8A060EB979E12191044509DA0C14397AFF949E12DC970658D5EAF5 +4EA963F5BC1407A32F3837CA6A24B7F3D60EB8E6222B702E25ED903F9D21AE50 +664A095009BDEAF4B78DAF94E5A55D48366CABF07791A1684B2F54EA69070844 +4F031AF8DF416C2D3679F8BA038B0DC9DD0400CA6B34667BCBBC07E62C1668A8 +35A8C57C9048A7227E672E89681B54D662079A189A9E96A3CA96D8DD10189B04 +1DA49BA2729F1CA585B1BD5C467295285D52E47CA904235A1A3E48EFAE9EB6F6 +01374125CE89D53C276858668CF45D2F092DDCAA52418E0BB94C2B8266B4D88A +5D911507BB1DDA3D8F6E7C14A91CA11AE799EC42E993098E18CADA70BD2A1D82 +2C39326C6E3F9E84CD9758B9AE43D79BF99E6A0CD713E95B3D9B7DB90D127DE0 +DAFEBF850CAAACBD860B5DEF2082F1ADA64B44B193C4A1417BE221FDCA36456C +BE5934C8CE3ED55AE3A11697C2D682B7D0F72D48976451D205783BE25DBD2507 +39C14FFB4BB828DFD187104F38A7F11D5F0698C11E8C1D4F107CACE573FDC4B1 +C56FDAE47024D6FD16A2FEABB434CA320300FC4B6C1B6CA08F76C60B7C08A665 +99F404DBA8A2A1EB18EF6750E4EC186E31561A3F080BA6562967546715859481 +7BA782940F5C5D06626D6F6A412CA7C13820EC7C1DF23E15E5829F698CF617BE +D940523E4EE4ADECEC48C24297DBAD528BA1DCE7AC335A1D15D55415B108EFC8 +6D45030D27B3EA63B2B4CD771DBE66AE0218ABB1153D4B7482289D1313CEF184 +5C960B1E3C3C953912CC6F4521D1E15636C1545EEE457EFB87B88C9E43CC2F38 +6BC4BC96969F4FF28ABB06F4454C01CEF1B6DC538F1E832FC1666D977E5A881B +F72F1B4C7DD4BE167A5535F1163A0706F9A0B26400178DF8A128FB5EBE6A7B81 +E478AD183EC06622B591337B9F1872AAEA356F4FC67EE767B34CB5A4D90702D9 +39FB846947F4096FB3DCF16EC81455164783BA0B5D723060DAFF411B68307E81 +7BEA1D9A47A5AA3D648E618C83C60F060029E6EC4D46B045FA7415BAB2AD0AA5 +ED9C729C24136F6AF61E6409C0B5CA760B16225641E268A68CFB8260BBEAFC77 +6626EBD97195E77CAB425CFB0096D805D9EE699E41680D095AE9FA10122A7882 +2F00F495C9EB2102DF0D3E61833BC0A2E468C5CF7AB430FDB7C0BE3DF2C0D230 +1580BAA25D65F599378D873165482A1FBB224AEA89C6BCCFBDBA42AE1C5DCF41 +06969F585CD3B737D1388D6359F5468D88FCD2279BDB270F6A858FB7D2ABDEFE +5EE8FB79FA437F8F50237B92C307B73B0DCB808D07A9C3255CB9B3B17039CE5A +288103D05D132863FB522A02CEE3839EF9AF7F07D99732F0B8B384745369FB3E +7901166478F4A16076A1504C5E98D17408494E270BBF4470ED12B4332422679F +759F1D93984D7E506D16950DB6C2682FE1379EFFA6F6C95DD71F6E55BE3EF6AF +E0CB25388EEB436E6527806FC75484133F6E561DEB979D5C1FFEFDAF2A6D964E +03BAE0BD593C2992AD84569C81050F7A793C5263E50C2F50B98C4CC703EAE17A +6AEDAACE312DAFAF5278D125B6EFC5587484F61DAFF46B87B7C9B1EEDECA4859 +314A9A9E2248467DE1E54D90DD671660B9040B3E0DD982260822177EFD757266 +74A16C83A7FB168016A320D3DF3BD7726F1F4EC90EE5DFE810C96B099FD4368D +906AE4699049EFD37E8EF058D4B97BF71106445AADD4FC6E90615A0066823A36 +673B8DE32322BBE861AE251226B4385AB28702831270DBD25D666FBB0AD7B96E +A44E891EA1EAF0F87013AFC982E33D67A28E96E0C9CB99B9E4192536830D9901 +931A8CAFA41289633B20BA3BD7AA3414B6DA8D57CCF2FBE39920CC06361F075B +CC40335DB9A0071CFF77F6B7BB47F3100DBDC9C4A58C2B81EC99E8E966AF3390 +E3FBCC28BA1D79961C8A1584266454DF772FBA99664D74D4A89FC82FFEDFCFE1 +4C9E4A04291E803D142E37E7ACA66AB279378F2F192FFB2B5BBAD18B95F03136 +2CB594A3D6D3F8576B90A6C4DAD6D6C8EE07AF682F925F01D0B26CBA347C03BE +F3B0585CF4539FDC66915E22117078CC94D621F31DCB3E021998A5D6EE94CA4B +E214D07517283D56973D8E4367392BF6C1150DEBF459D141AE0941C1C8C5CFBE +E735D796E365A1B0F60BB4CF2801EAFE4889EE5F338D3C4885368281B3C95CCE +251C28A90D318A8A0384439B38D63B94757252062EA44E88509FDD2E75FAAB71 +7329622828B2785C1A8B26351BC7448C1719C88FE99BCB73F7DEA427FBFCDF4F +00EE079B0C712F7D2C8DF98D4830A9D8C8B70A8C5D54BC1DF3171135278BED55 +DA1CF0E696B12935EB59B606AA3ABD3C4AF64523F37F17811F2FDF3C3613D391 +4135AF68EE5BC68A94B7FCBCA3E246145710C4509F2756BEC93C6432DDB7D1FB +1AC28B04BF3DAC8FDD209C70847101F4BF1029876A80A6E4AD20BDCE4BF93543 +5AAD174889D7FB8C85758F4B543CA53985865F40B13C41254C20DA63D64639F5 +83753EA683A55301CF59F9E7DD2260BB11FA41ACD230B1E0CEFDDD1D4DFC4037 +21B3B1722CD733E72674043A327CAD96B53D99DB80B4328EF0869BBEDFD82163 +6C2C33120837B2AF08B7457514B78DDCC69F7CD32C1040A594A44CAACB562DF0 +0B13371A11715F16FD79F34CA0C702553EA4A998C9E41F6787B44169781B07FB +944D03E082C5C6A9F2D1D6D2BC5993A39A3AE751C54B3F34E026863F790FE3B5 +BDAC6D1C1C7CF6BEF0700968D7CF74E2B3586C8CB26BE3E7B8F62F1589924262 +9F16F6D74D78150FA93EC9381D534A63B80CAEACF1E3EA8C7A9EC5C3EBD316A1 +0D01507191B845CE8E6E9A843F698C3DAD1EE47A571930A3BC84A4B0A07BE87C +6830D19D19CB2F973174F106370B995E8562B37C8518073C479388829F331DD3 +00D39506F58E7FF74FC07E862198AB53CD0FEB6633947EA65F1B8A55FDDDA795 +1DBC9C56F0420E821804F67C586906EB3D588F93D2104418ADB8B5F8FD83C8F0 +1DAB3A6B7234E6136DF3340B70EBFC7E2B72320948A9C1DE54F4AC61F328BC05 +24E33A7EC167A0E5CE18889C60A5ED00659D167921F7AE3AFBF02918E06ED8C8 +D1DE9085E8F49B1083F83F1C90C79771C91DC4D297178A491C03E90188AC03A8 +118F1D84C16176C785DF12DCADE1D98BB57BF2330879760E6E7AF5B0E2A5D443 +7933118D0E40CDFA5F2C2171F5DEFFEB31DE8F683B0C3A934884BAA246F283C3 +C28E6E823E0E6CD27426C24F4C762AA9B6841E1D2DBB94964F50D5D2859F99B6 +687D0DE3C875DDDC6B83C89DC5317E4517E94A9DBE4B521162955419F9D8F240 +85CC68F5FC85DECC37773D2F111E83C0424B11FF6F7E328026C915CBF178D2DF +91C9779B97CFF5FB9B87835D19E6E2AE73263D210ABD362BEB0644E52D859C3E +435A0ED749F96AF896F9B09EE3E3D802565F434E0BE039808F3FE6D14576F81B +1D688DDF458C739DC37DC02088BCC1F92A7445FBA36C6FD9FB3B65CFEC04D731 +F76C3596F43A6F28B999AE54E259EB9FC3E60E60177E357EA977B02A371DA5BA +433F5050DEA499563C06C306C72EE296F2D5402ACC52196821FF2E6B9BED13D1 +37DFE3F01A3DF50153A74F13B01343474F2D2AF1190501F09FD4F9538E888052 +537A082E7C9C50690DB088FC00EFAE6422579852564EF01DC42D1203F6C05E47 +78CD37D499B0C01418D6735FAFD19C449E201F2914E79D8D291E4A5E4F1019C1 +6712687FA7D21F1F9BA0C92E9718D3C9086D5E67556376AD9D14395ED19903A2 +987B202917DFD3124D2729AD43AEC2F82D79FE087418674406AAC95F98546B4D +60320FA0F2BE0D1A21C3AE4393C1F3EEE7EDD0E35BE08B5AE68AF03A081F367D +4B8995D9ACD4E74B101230BA9D11DA371149EEE110229CF7199A1E40ABDFB7FA +8C72DA6ECBBD065406F6B915FC1643D6601F80F27AD0A0C738185A229DC9FBF8 +911B1F13829E41C9222F5496AAAFE55A785407F5D445CBE89FFF1C58C65FEE51 +2671610BE659E88FFA971BF1AC746E31F12DF06C8C3B0209EAC9A171D1EF5662 +07C6CE2276AFC26CE8F6E2EC78B63B17C3414A9E2BBED8CCD04DE347E31DD589 +85CC28626BE77E199348DA6F2553CD611F999BA08C604A56F95075FB6018521C +35916C2E132713EB34524B4B479F935965C0F6194B337FEBB3037BB0667F0386 +3B0B186E72958752CD7956AC3855719EE320699D6B93FB8B2636170215CF151F +A2AF75FAEF2D0D67799E435270B17B9AFE2E8CA5581065493899D6EA7E6053BA +A3CFBCC9DBD1CAB9CCBCE4D0167B5D485A6B4A80C1BFA827E471BF75B7AE6C6E +B17A3D740B367040A11D6ADDA97FDB0804970813E0C46A144BCF6A5C4AFD1590 +CD86AFAC5D18F1960B6A87927138F36CA9A8557DFC573A246069B7590395F5A2 +1DBE11C81C2A54EE85590044E7BE82799B6F0B8EBABF491A61ADF483FB742D4B +E7C79850BDDDEE9E0BF2EAC1FF191DB1790DA386E334AC9628FB3AA261D18BB1 +A26E4C265E3F3151E07CF0A0966ECF94025114B9210251859C2F3022195A5738 +BCF2FB96C3C119E92E2623131202C23F0032D6CF19AD21819FDF6DED55169B08 +E3CFD0C18A4DC943D45DD3F56823BF823189E548FF846C8B8B8A7C02A56DF81C +249DD9258264CFF7451EE57207D2256C232F8973C6C573F7466E4592BEBF74CD +D683CE2ED2B7A747DF8CE75C8AF18F375EB0BFEDF2C3D6DCF61FC5E3354F40F2 +E793A0ED8D14B54788C90A482EF94FA727463F50DF7DE9372FEEA0BE40546542 +40D3505817CF5FCBEB7D5589E36CD64D0678BFF16DAABD24A0F23322B5F5B1AD +9F62DD354C81B7D37F18CA0AEEC44A7EA651F0984AE715F1E099964BC0DB78BE +9E806E91506B5FBB1D6AC298E164F6C182B2FE7F5CB3DC135B4F6C77CAF53A3A +5BE99F52DEA3BEF3241B9F62AACCAF6F1B79E0368C29BE3D579E248EA7F8B22C +0DF8CDBDDDCE64BB429C542FF8A143479E2ABA10324BA72B582039473814B1E8 +FA1AE5A90F64F6F908EE8ADD63FB1FFDBF0D5737FEF579DD9711C36D89CDDA49 +58F9C9892C30A435D2D1A310597F8A88A1F1696C978182FA71CB2012D5826C99 +A35034A0BA18D30FDBE3F6B2331BD588E6A423889B0BA55D14E364E979AAA1DE +3496DAAFF7C4C754E80A93FEA61864BC5B6BD3DE890C89071AA261A58D4398DC +F5C2191489A889A0C9635D2837E0218CEECCC1CA2E2B5B94EE31D0BB8DB3749F +033E9A5A73A643FFF0F2D0E4E7FEDD3708B3CE7A6EA499A52134382E9202831D +D0DC39B8E629C4F09CAAA37CEDF28E1AF9F86BE6A1662353BD7457BDCFBEA8CF +A3C86296F7687BF270FB1B65CA59023D79E9171CFCE02C5B48A174E07C4CECD7 +3388F5B51C2D9CEC70C5765EE4CBA318052DEFF1C4524F6773BEA2EEB5C57B89 +8BC56EF769E6B0B4417A68C140C6E4579970114551BA9A67586C7D7D305A32AD +1B55F146D317A6B838C924B8A3BB90CD7B60B99EBFE979174BA2FA50596C0BE2 +F8C446355944F75938153A5B50512D726E3918365CAB5182A5B1D2F81FA7B40E +F14B2C4E81DBEE2C34412E94D765C87234DED4718532218F9F12497329EC18A0 +E10BB74DFB2577BF21DB3DA86CC7879762E01AE42433D8B0F3F9B50AD39F9B24 +85E8C65B05C78AA57B84B3E2C1716330C915C37C3B0B0773CC09F9AE9E27AEE4 +4940D6EA66DA06922D72DBD35D0F10B2093FADA2BEC71DC0EAC1336F6C27120B +29F0F49B9D87245E905DB981AD2F217393FF87196E02A971E0DE2FE0488076C0 +95A5D68DE82F489A8267BD3BFF4FB7FD56AE2BAAE8515DD207F1A6FB96B28190 +E339E2135FCC4B99561F366EEA7F627C7136DAD913B09D1C8EB2EFF0FE74B69D +52AF3CD6A985E03B45448F55A7331DFAC234918A2CD038663E886328D56C900E +073D84CFD089A117C629431590218856842D07EF57AAA0DD465F925260A89111 +CD59D87FC9A731AAB9FD172EFC612D163C93CF586EDF45FAE88FA0FEE0F1EAE6 +3094E1DA9A851A92B79E38B969E99C9A74137FDB12C4636F53E280323D9AF0AA +070AA652D54D1C3E58431B9EF0067E21FC978061C86B00EE909530C8E5F758B4 +C8C7817048ADB99EAF5BC4FE78732A36F8FB636E37D4DAABFBB640BA956443CD +7ED35E66C37E649A7456D5327C8E2842B937F3A114EE1BB0E0FD9EBA36CD0E7D +4012B1D818C3AC9C28958B1D3B395916605EC13AEEAA18FFFA8CFAEC369E0453 +2D6943B0968956EB31347807DFAEB7D10230ED7749B7F844795F2C6D0B9BE54D +49A20760DF56B4B78B183707AA1DC66E007188E9211916733DB54AA03FCDBBC7 +CCF03ACD233FB68B76FA4CE24269A7D5283A01106D1A502E3B0586371D12141F +CFD9631B09DFBDAFEFA16B4A040CA1985214ED6D256855C874304B66C6BA835E +BD37C67A93B0726F29989A1CCC1F9E3DB781E566AF3B6106A953FC76638AC79A +DF07432EE0245092426012655C21D6BE17D09C7A3247CB4E9005EE8B7F893265 +8DD8D017ED1A16D6311F841CE6819FDB40BA1FAC000499BDC079624078C28E61 +B4FBC92B82AEC24D41EAAAB40061A6764E55B81B6EBDE7B92FB6A20D51F14B70 +096C4CD267B666CF5B4BA3F9E2B9D9170D1CD029FD053E92D51E886045A5A035 +81D8C694262A3D786BCAD514270D7F6AF19EBF1120BF3CDE4D6402C263F318C5 +FD52396445E7736A9818D2B29EC08AAFE4252BF4EBF75114B9C4F160BB0EC921 +156D3A26AD7CB1CD6CCC4EA2DB28077E30FFF626B0F88EF4DE7D7DF3D7B36411 +81FC1ADFA488881FE161B8A648865C66099469CFA9F72CE4D4DE517FD462E5D4 +79065CB219C926D4519FC37D13DCE411BD3EE9962AE5DFDA0BB6145275C12EF9 +386D37361DB66D5705845CEDAE7A721DE2EC82B53E744A080C6BA249AC718E86 +D454B75D0DAF878B3BA1F6DBCA1C5AE6A1BC1F52FFDD417F70C649BC1DC6BE12 +426A2E6C56014986F56644DB8F9199C40F629961EFF43225FF68AACA906E268A +701EE5404C0F4F70D4C532A0C3439DE34505ECCEDEE70D3AF152875399DCCA82 +686750BDADD5777020AF551C73883267CCD43D79C16FB8B1FF12CC992AFA7EF9 +74B6C1022B4DB4F39E06FB2D6D988318000B4083E4E1DD24CD8A83714C8686B2 +9D34969033C963D048D8B3B8673BDFF8CA09B9BE7759C1C6AD10F3552D802042 +1EDE0DC95939139A856EE127C8E19D62E9B13089E0D3293A17D3CF188DC520F8 +09517FC3F1B12A6F5298A0CE6A41E88BEE23C6F387772E7959B42782C137B1C8 +C547361CE4629D15B1DF9AC9FE892941054633D584E52642F47AC95A050E8099 +0347326FF3C20A9A1068F257FB278433DDD20785F8EF110F72E3BFC31F20A8C5 +F2E8CD2B07E652D67073C0DAB07F3656D97F046777C4FF473D81DDDE03899D7D +64ACACE5BF517FDABB51647EC5864910DEFAA87CBCA3B284572AABAC64CC245C +EFED757AE4935CFE8EE06A46D071CC3E5E686B6ED823793FCECA53608173E9DC +5D36241438AFC0438837913DC65F4286062288B19BA2A2C838101B58B7B41BA5 +AC8B314183C9FC0EB062FE72EF6E9378E77A078D0FBB823DC59288ABDA3D260C +93F250BE6F6301B4A8D5684A3388B0E517A4718CA62302EF6B6F81D47454DE26 +DD683DDD8B75C736ADB556F04F8806F751F3F13932CA4ACE3408D8051EBD8555 +7FA2452DEBC337B8C3754928F3BBB733B52C7FDE3C4C724CC462A39EC2D0F767 +4B82CA2A5CCB0990177506BD03BE150F41F84042E8BD1374D2CCD97DF777858A +5998FB0848300F64BA0E80000FBDDF25282ACBF1FD8D9D09844177D363413F33 +712FCC0E091A42FE3B1B32010A8F7709B2C03C4C107E964247104B371029C630 +51D67764F36BA48E28114499682F278705A5D2EBAE990BC25EAC68445AC259EF +F9EBD5F3345B55ACE60CEB3CE9F1967C4C271149672066512D01EE879A5262E0 +80B895C48F54DAE562CD1C2A441FA18810A358E8836FB1E6B8CDA2A664130804 +DDAD4383F32408DC0380A11EE504208295801316FB4EF38D50F799B48FA73CCB +2B212D585EAD924116D3B95FB31A7A4310D9046C2B656932081678A4DE916147 +B0CAD42306A71691636B52EC3A21B64A207B32EEB4AF83ADE1FF443BB363436F +AA228B9C47E3E78CBF6B45532E6E5C7E2C6DAAA0F1227982ABC236FB29D9AB36 +1DAF2404A43AAC01866DCA0AB1EC04DDD7B3DAB845DB7BEB29EFEE0660756A69 +B5D8573F76B078AC92DB1F43D3F6710CECEE6F1AD60055BD7BA3EF0F9D2AE0C1 +2C9C05BA685C562BADE8C218E063B51B744808EA54B8D7AD7442F72B9D92212F +8A03FA41E360E468046C58632FD0FC0B46BC1922AEFA4CFC0784FB97EDE1C45C +97C1752A03C8E0F490B627CC84DA27F88346362C6D57D37C817DB41958F30A48 +B5EBECC398A90461E6A295E3511DA5964B35D56E65C5A302086E30F781266D0C +15D2151651095040D7E665F98FD1E568B0F9C16058B5679966B5FE7EB4641093 +42824AEA20B955BC46333A708255E193225BC6FC4B7075CCAD57E4D3E329E1C0 +43C9C5316A49B9ACA050997BCF4047F892DB0650016F39B791194FE91E083C09 +002ACB50E93A19A1D4A99B5E0154CE2816BDB62D2261D21A4496E4A11F7919FB +A0B1BCEFF5C2FC3F7C628198FB3C5D95458DE4BC50F53211F7CF8FA22134C1C5 +8EE282D79CBDBC40652A283C56E3D7E46B5FD0431B338ABB76190094CE835AB7 +705A38E3F396588EE468BCF530FBAEFE9FD8AE6EAA99AB0996AD629BF5A2225B +CA4A116BF243BC23AD4A040A604E12513FED5ECCD4CA861425C084EE417DC736 +C636EE85897B25BEF59042993948501ECFF0A3676823308528703527CFF759F9 +715E2B62B49A806EB1604927470A514459D3557BCD065A333262D8CAA1F21969 +4E2ABD91FBC7270EEF1940B54173BF894005FB893C1339B35FE02AE41E4DEEA2 +13B386DEAF610501025745FF4C3BAADF4671C88FC0090D4251108C56C707096D +5E7A54F23D7D8349C60A072032971468D3BFC2E24973223CA980974BE12DA573 +41456157CBBDD90DB7BB56AE229966A228E2BFAE0394410D9018B6C554B3E76C +71C144D52510DB4BCE4A040930C665211DBDA6EC8105EB8462AC71FE63349488 +7A243D08A28F4F965C80A04C12EB64736245A16EB6A389AC8DCA737EA535EE1D +AD4B3C2A9BA469F56A1311A9DE8E24CB790D7353A5A4B284AA7C25323DDCCF30 +8ABF09B9B2E1B42B32D5D9F6B90E56D715A400F083F7CF750E89B2800406CCE2 +702C1F3D229C345DC40A77DA113E70CBB25D7881A21A2054BDB9C6D4A33E6927 +B9CDC3FBD07D6944C819E8B288C20A59AE40E7A764E205F3CAA3811A3AA2D1C9 +A84BDE55A972867F21A5B1172B7ACC4104CF52101DC1C9E7C63A2B666CD97766 +6683D9F2C224318BD3367614BAB04B215B5AA246370E05422AD8A0C0D4437F92 +6E78EA5FB1EC423A14E0E74A86C5432834A51FA15AB0DA2A9B951D467D0D68F3 +B7AC337F006B9357E876BEC885A1A5674A69BFE6557A6682FC322DEA26BC23A4 +6914E1AFBEEBF866BC0BE3DD38A456C50E69582319F96785601137249A6EAAFF +45D08F00B6782B232DD0F578332D077052865DC2306CCB4945942005D5F42940 +2B74699E13EC95D113EE1B3C1D0478BEE9E8F63042DC074C7EEB732DE810C3F6 +746FF7ED9D236F3452B7AC195AB2E2487E6B157525369063C7498E9C17A5BC88 +7C0028B2BA4099DC2C923FC7919D5A462AFC4E6FAC1AE19037063283082048F7 +BDF0B90EC64ED729DEDBE7CED039B6E814129A7DA6B7238DFE93EB25E7FD6B68 +2229F24706BC62095DB64C871CA5226ED195C8C492243ACFDFF66451D5D58974 +0F52DC17348F279BB6094A9C4D13EBE8869FD086F9551BB2064C61DDE5810861 +C4659CAC32284547FD907EF216BE5253317E60DA96C2B03D48A4633723C00FAC +3C4CC7CA9E72111A24552FBFED5C9170110C651AB0153D422ADDA509684E84A7 +C0BD7D928F3CEF422CE5DE002B89A86BB977DB153FA6FD64473EE939F16663C4 +335DDC9E966AB5D5A219D9B56803DE877D33E099FF2B8164156184B86A75C262 +C18B94955EF953139A69571E88FBEC486A1E7DF2DF921F912663432C805B4AB3 +8229031242FEAB62708252EA9340D0DA3EA90DCFA5D38CD16734D9663D063FB6 +C38B1EE2FCCC2A679B5E7F3163DD1ADECE1D72F98D2744D88A5ED5E7F937F09A +677A09A36E369E0BA0F554D666E702D466F4B02AA0AE6E04A4D022A4C24359B7 +D8BB900C84ED8F4BFBD7CDCAB7BB1C1EF401D2F8496FB53136E5B093692C71AA +C78C9D1AA6C9E75B153A3A02D6EBFDC963AFCED93DCD2F98E1E44C258D2B27E0 +C4F8145102C3755B036ABCA9D0EBCEAF3519F025C448994DDE16C2E02D4A8F84 +2A1DDB4AA729C3929E62678FD86A3D8E67EAAAB7883A92F88270B4D611CF192C +E7A56867AA378C8BC29F0608A7A908D7B1FA2FDC0BE4C0F8D92EF0096C71CF14 +E38094E7FCB093AE7A133A5F56A2F14CFE1BA2FE697B946829F1636D1698D430 +7A3B6E3F8A1A08FF652F97EC0722682711EF06A297AFFCD9D6AA8A404B53AF53 +96F6FF9C773B02B4631A1666599EA17C9CF75BEBFFDF5D34DDF090D6FA1E0D85 +1ABCE4F0CEBE345A6C07F9BD643C381DCFE93BBFD08A277459298F9618ED55B9 +BC0AD9843E307B2587A10E1C5CE86F47137DA849DFACDEE8F04A252AB7CD2D06 +47543C130DC51BD41AB2783E9549B6E792B15B1B4FA721AEDC558F30326F1BEF +4D1B367324842DDB72A40774599A5FD62C336087307534F9C359E585C56D4881 +125E726537A9EF24745577AF0DC5E478537538527F017FFB657782214FB820B1 +B5075C509BADB97F3D8AC4CCA2A0F4F0EECD4F32E16173B67B5CF26F8C6A61D4 +893637D9B75FBB8F253E3C4E65BA40D4020C4FB16D26517097D3D658AE3700B0 +ABCCB516BB89A8B36B45F42B98D163D601328D32CC741350077C96419988D199 +CA3AD9E3D50EFB77F5768DB061A7FFF5E0E51DAF32D00BCC822AA2F8AD8F94CB +767F00D1EDB94761302819EEBA326EF0BB11D295E4E3541006D141314FBA5D74 +6177824F9884A1BF4AE8B304BC350E33AA9A2157EBB4F9BAB4DBDD62C21C937E +6BD40575BB9EA37CF6A567DAE115C76C322E06BD16DB828E77B6939263472E5B +B4D820B1DB4E22AEE8E0BBC244D7CCA195C142688286370EF5474748A7B5A29D +9EEE6BF0221279FA0126466059853F7FD77B432DBD9075919D4FF27AD2FBB896 +26F2EF79B25706B7DC9DD363F0AB2D1230583B1F785F8CF0233696F254701089 +1F8F9C49E32692D63408801D5CE0DA864606C3CA0662158DA95B10F6621A79D7 +61D65E13AB16F33E1AAE3187E3557E6831099B9CA1CDAECC0FFB2CF3B5DBBDA7 +9353F8D1484D60B3F3BAFC8302E1C0C3B7D60EF291615F5EE3E817EBBAAA5E86 +D13FAE538FA9E76B3B8213C9244CF737DE76BC080AD71BB3252C2C7A8347D0DB +6EBC93691A2AF5F881B31B07BBBBAEC325104928DF2A0352619917A068103A20 +D82CADE3046D34F4BEA1A581DAD91F8F8850E76E8C56B71473CA85D0D77E7411 +80B1F2F537B3DE53D567DFEC7572D6AF00FE6EB8B915643710D0BB7555899D26 +434C884FAFD5CF2D965F0D22DAB05A6A83A4030ABA9C15E98776098C87C87350 +4F16A3C7BCB3E0D8F3A0D44CA03FFDC4FCEFBF09957589E9A0990544E4AE8839 +EDEF40DD9D5C135BE8D6ECA1928084EF890546EF4C33C1BA1B63C53ADE8020B7 +934B2931BE0AB98A236742B4D70AF749E52C20D25A713D1CF4F05099FD443F76 +BA30589EC7A110D522674F25CAA44BA3FF05B69F178F76683E61595EE22B426F +5826DD2661A27BBF739C4E96996E5B3DCBD203D95702A6AB99516EBAD2929A18 +9D5ABE729D6A11DD93EB4543F9E4520FE0A495CC7FB1A98FF9F8AE3C3D3E0D5B +9141C20B6E319340E1CDF81BBB3F74000A486D9F58976F94434C1FB737819872 +1CED2C699EBB94DAEA23C2E21164ECD8504718A53285FD33BEF18CD92A79E723 +112513FE37F35CA27B17BE0078B737DC34F55277DDA6A97889234F48F82CC076 +09F9EEE08BFADA9B07B757CAE62A2AE0CB9417CE49CF60C7CF14DFA467A64AB3 +F9A0D0839BF2B39FF74BB51BC42DD2235DA901D7611B7F1D28463526B60707DF +42CEF94FCEF4BEEB244B376F918E20CAA0971821F7A6D6905B6240BD5D26EFC4 +793F20918038354B09F306633232F25F6FCEED3A72C1C6823ED9D1FCFF6B5141 +06DB7A39FCD726558F6775BFBD7C5532869369310B0DCD1E48793350B09FDA9D +B743DACEBACA1D4EE9212924CF1AC013899BA432D0D945DD6969CB7B7BBCAFD8 +A1BC8BC551FD607C3A04CDF77ABB560BBE6F0D3A1EEBAC91EBF3AC68F31C33DD +AFBE1A712ECE33EE8864C64A65C5B5A87EC9C8299532C5940356F75B82B42AA9 +950148CD9BE858A02F9C388EE3E5E8410051665BC22146B2FEE436A8CA620E92 +E25BC10199F0CD89E2781DF204B48C5E6956B87CECE5725676BC0485A09A9689 +91B0C8CDB09277442760B55E030FECC30CDF54AB00EA6752A8B698B722589F91 +CA56DA217A31F953FE18D406AA8AEB410B34778EE114FDAAB49679376864B7DC +75ED9D7265745E6CAB880D4913A23D0C168DF095E2416A0ABA73C7BADAA5BBE9 +AC95701BE66F63BC5BB7DA3284B5B7189941369F272DF7878BF936D368FC5568 +2B6B8B33B0DBE86A3A80AD33A33E4DA36537C96976AB01FE1DD82FF3970E2357 +7C8E774C8AD9594B1974064DB156CE05AC8E7E4BAAB9DE55C8AB1A3D9B16BBA8 +E4E8B5CEF0D8ADF84C734F7907E250A3E1CAD2030A0D4832D1212D8CA3BC5B3D +76762313C9436C800182E5A93C5D3A24F308284B0E234106635664C7E5DF937B +9D8D98A67D49F53BC444329BC8ABB5E8C6961F5E72FEE5D544F2BEC138949052 +92B9EC19C974A08B9BF5C1E2EA478E148835EDE96B87202F1F6B3B55877AFC9D +9746B815690BCD5495164627EE5BBB9A23DD658836931C104C10D351F8A8FAEA +675664835FE58EB764B91D12BF9D2C8267B5D6CE68EBD65843821067927EC467 +53D44B4B8F0A3A7298E76CDF9889CC2B46A7CE7B0DF243B8C4D1D73A9E321EBE +A2483E3AAB231E6AACE721782E75093CAD02137F85C5C5C48497AE7D9F5757D5 +B7B96B037BFABCABF9AA7A8F82FF6C2B8E1CF7D4197B53C0CCF985D6FBCF8B94 +A1E766574EA2A7591C9EFB6A8FE46ADD9830D76AC9C46740CEF2FD9C1A89D3EA +8E8A31F4D9AA7ECE27D744042A19BF6D39F32DB82611F85D5F0267F4AD59E77A +DDBC8EFE5F759B9D167FD26FFB57752539B782CBB6F77D932244C9063A312D60 +C95E4791B2444907576224BE55F3F9240C6C0E55197890652C7892354727A942 +CA3BD084BD5ACEAF2E28D981D410784E65C8765096FF95AFF9CC4361B8A68B5A +20C124BABA9DCDD639170173705F5EBAA818C613FFDBCADFE5B71F46CC00ED6C +E865E545144B4126E6814920E59629C1767C0C51385F3EAD1B1F13829E41C922 +17AA0F9D3C1F28A983B8413272873F255B5C00C2020E06BD59C2335ABE2A1680 +4A4997AD37E495508A6F8EE27A7956388BFB3A0B9080F63365BE6DA39F1B97B0 +F565A9FC7AD91BCC5197EDF378945D41C3A8BF3DC3A547F0002F4AF2FC31C101 +A6B3AEC358E2DE1DB2354E7ED7ADCFF74DF85B90A9CE76A89473B6F7F6A4A67D +6789DD300D8FB93624A6434A7F0A8A88C95F23D9B797162D04000B91793FAF70 +D0163F2C603AF67AAF5233FD3FF09621FB1CE79B6500A1A95A0BBC59E77A3969 +715EC49103A7D9BF094C35ACAAFDEF7EA769ADB62F8B25C671C8AAA2C569515B +1BDD40FCD2F2201F708CBC337F0B56CBA7040836DCF7CF263F8EFC90B5AC533D +360FC2594A182ADB4C621C0AA4291B0F9607DA76BFA02EBFAA38012B2306F05B +2DA6E0A3F60E3C05E9C8AFE3BDCE703DA9CB9BAD9503E6611094DE664535D3D2 +0CBD00302353097769635FB767F1A27300321D9AF959828AB02B44AE51731FA5 +4F772F5F4858C2F690D2E5ACBC8C84C867836896562CE1C66636060D0CA93B60 +2C405A54B701C4DE7E02CDBA61BFF81B40C82FD347E246C7BF40EF2B1CCEDA14 +70564AB496098ADE8CE75A92445F425F36FA1D9905A3E1CD472D44E661E88B30 +C08E51EA1AC75EBBBB1EC1AB8EF3261427EC4AB1B84712ADBA9D2F2191A7CC7B +D895B39D66FEAAB73CDE7AC7B6091FFD9143DDC01CF434ACA05AF4A720DCC31D +6B40E259118A9C2CE3247ED3EBA258A009779594FB9F1FE66D12DD60B6791ACF +DB2D00A6DDB514619EC118F156028386EA61FCD0E04217072A3830114C73D8C1 +91260003B9DAB7CDF6CDE8766289616E41262065D92A158470EECFBB71121DD2 +493862970E76D7EA7F487AE3C0DCDE0E837CB52D387E2AA15530D3D68FD0E1D3 +BE481466A00CE38372755E5562323716156549684588450E4B7CDE7207B00327 +A8C6C47C7DFB2ACE27002E63B77DC96386CEC7F8ED7C623EEB0CDAAE35D3505F +A92D35E7301E8DA1D956156F0F7B0F9B2496F2966E4E3FCE765CCD227B70F41A +F2502980C4B557BC69BD3D0CB1046DEE73CD6A00EA2900C88E9A3995ED7B19FE +1EA957121A05097D561C2F8DDFDA4A2DF112DD17E915CF044B06E29C585B220B +6A2E9EC4DBBF022F28E83D23EA56A1B57A96CC8699D5F8680BB826A3F23AEBD5 +48423ECB9EA76C1BAD41FB278C4C3D58331AC9C886A88F4C474958FE7626AD3D +653B3D0CBC78F64DB572EA6046E11A88B43311B5CD640DB5B45FFFA7E528F2EC +49DAA8149041BAF29C0B6E5040AD32EA12E44DFDC8B044E0C8AD2D255AC37033 +C4E12311F1E9F7F528DE904D9CA1F755590EE2F967813481C6AC1A33CF4AAC76 +A8905C6A047C9C979ADCD6524CC67A5461153F155D7FD9A9F76D48C80BB5053D +D24DAD277F45A0223A9A4B96CB4D296248BB037326BACF3A59FC1105A91F3089 +8A10AD0A053A6BBAB6F6A8DE10A25B1FF463B79C410EB9AA97DAE6E37E2CE79D +93396C409DD9C4998E3F32C37D7C00D1EB617E2C3F547DD43F083FF95357BD29 +59420D3FB53AE14241271838CE8AF98CE787177DB91E103584567620E241C27A +ED0A1CEBB5E970889EB4C85207A839D9EF1BEF8E69A2D7AF15F9F96867D3A5D8 +E1D024E5A7B66E426F4BFC83EE8E920F454FF0BA692CC0495DD97393C987FAAA +D7F545DB5E49F4921397BAD6426DDA3F3352A483CC31BB4569743940804380A6 +BA16C359AFC592570530A044F11DFF148110D299641124EFDE01268D3BCEB338 +8B48FF2BD14883626FB8F8FAD751BF26B2498DE48C51A156F6684B9556C54B0E +C8A8908CDEEBDC77C488D4FAF75139A7F0FD8B9FBC392143032C905426CCDEE2 +139C374C70831D49772D184A18B6438803E2FD256ED20ECD577ED1029615FD97 +B77451EE5B7E4233004C7A00FC952CC312273F301E2309476BF3262C3AED4405 +6FF82992007B2A6978DCAC90DC762C67CD2A95DB30863B642D484A188B41E1C0 +083E5E99A93A5B57144E4D112FCBCED479FDF3259A0EE4D021E307E2FBBB6CEB +8324D15E8FCCC5ABA9ED1C59BAFA30623DF056897B3BB12812578037E09962E4 +6C01B02399A59A4075BA2315E9D0C7DEDDFD54E6B3B943B8EF882AD9B3AEC6D6 +339904E8875F17087C4B49B1788F9A88172329807082EDA725C41614751EEC70 +9C09DE7B5BE1A7273D318594B620B1845068E7FA061571A2E5D6D0C62F0A30CC +13CF9A97951369A3D261AFD729E426CC153F64685BBCC802454C97A4B30E9591 +01F5A98B4F14F7278E4F2C2A1725396309B99BEC5E82050F24AD2173B43E40BF +C9D3D0D823093BAF5C5EF754042E6B2068181800CE5B0661031C7F2FE9AA29CF +1F100C701C28694389641691D5E5B73732C2CB673085C3A383CC8CAB94806E57 +B5DD0392993086DF85B29E888B9393593711001FC1163E4D894E1612FC40D829 +0CD5F4D1531FE094598B39946CCC0F29116DCFA9549BB81C8188B4CD44C72140 +8F270ED8D4964C547B3ED9D984F80BB841E679B0F152572D69B728129FC58B1C +FEA242D7CF17D5405F841E197A6C809FB1AB22AE53F6591385A93FC27CC1346E +503F2E6BFB72E0A642822A8A39456C7259932F92DE145DBA84CE43E46F869E31 +EDD249504EF7C62B79F7CB798BCDC7DC9181AA2EE5CEAE066475C01584DDE5A3 +FC9EFB52E8D60EB8F1001372EC3FD82E541F546137B0D9009765F083C934AB84 +C78B450D3F30164C6C6A385B275F237727747947EEA88F4532255AB9001F0FCD +B3A56E3854F6D9C33E48D0BE0C490E71845D20F175702D304C08052863E47299 +250A1AD3F498EB33F599A92F1046809E22FDA5710D57E10BBC9F7F6ED856D801 +EDA5D82C242B6933BBC495AD52B92FACFBB62D4BA6A684D35F3AAC276799FA72 +B3EB1453CDF81E58A449869FFC83A8E1C8583681BDA5A471AB33CD8CB970CAE1 +05BF01A4AA61FA8AEE60F4563FC6011F2F408002F87615612C2012424B1C93B4 +C6BB8EEA0F6941A63B3E83B3EBB1F1EC7A5534F2F991826EE0CED29D7F824CFE +DF6AB5B72AB98CED515AE509081A31F3CFB4DA45BFE3527ED670C1B1485A5E33 +35AECEDABE8AE0CDA4EBFB60199264AB73EC25342630FB829A3991505A53DC44 +9D9CDDE074B2E110AA9B36378B0FCDA62F38BE95D185066C8198477ED1C9CACB +101801A3E6C3F175A16E7B54C099CC660B97567C21C8314928780772064CC3A0 +6C0C859D783AFD449802781EAF84B10586D297C1B1948F2D67AA53C69B1C0FEE +03BE3EFD5A77D1019B05F9BF44A38C35890FF8E00C3433D00FDF3EAF0CBCB482 +60BFE734183654409B8171A982623E24E06601A5CB6A804815C9FACABDDF1E55 +18D395725D0D01D2403053A15C28DFAA3D32E3EF46534BFF8506B9830E06C0CD +AE6C134CA73841B7470DC5A6FE21BAE6252896C9EEC0E7BBFDAD03489CEED5F1 +A32F917CF2382C1C261BF7867A798F5FF31CDDE58D4D3192AB225D2B489F10CA +367FE42C5B3B6293EA03EDD91E2E3E23AE23E03C64C396A83EEB19B0BEABE5CB +B7BA46410F876D74B7EE6C8E43E0E39A898D7963EAAE1D686136FB17C840A822 +3DAD18DD4961EF922D35EFEFDDCD75495E5190722EF6C4037C4E696BB051E930 +FA7ECCA02D0D7FED3C280E2FCC8ECC8776B6F517B934026957FFBE464B966A5C +E755B77C4E66D7D0E79A2BC0264A1813DE9D72353021A85CFF51454E8BE591AF +A95230FC5F3FB44690A05E38274FF0FABBCECE5D95AB88013CBA429BECC5DE3C +728740C66F32168AEA9640C62D9F45871FD9D03BB4FE52596816DB203A174028 +CBB2A2EDAE29A727FF20278947A53CFDF6DB3F2022A6AA873CFF7EB1F6CAF50B +6EFE5FDC6EE043164FBB067476473B5F88CE4E162E31FE2C0F96DD9F64DB0E0C +0E323584A16FFEA0A638E3F6C023157E646EDF2B3C3064CE810F772A96C0F377 +63B2C8BF7E1806F88FD338EB4A3C3E123FB1D06923B9B32062C03F1B2B8597CF +20568361052E85CF5EF11C300D4ABFF029F4B28A5D9A2AC9B671898E7DDA6CD5 +755FA3684FB7F80079F5065F952794321D889CB25D7E977021D12C2BC2AFAA6D +C60718BB722B146A133749529087F9DA555CB34D6B5431565001EB542CB1A05D +EAD1BA9D81810D06879EF48FE9A2613A01EA65688C4F96F6E3F3693001CD131D +1C726947567595F096D0C3BB6CF0FCD275A1461C6DC7B793156A05A1B83EBA09 +34E23D655A9B628CB1CE4649D9AE9B16C50A02F5AF3BCFAE2A4FBC87397CE27B +BA0EDD3CD234AFA0901B22EF478D784EF2ABDF87206B3CB299CA2839BE2E46A0 +CAA00F038C8373C4CF379999483414E11635AD03C706403D4B59B989F1A855C7 +CC1DF7E4194CBD43F43C148AE7FE23626FEC940DDD1A00771C46077B8936B488 +29C7313603CBFF5C4B88A8D87E29B42051DAA179BB6B4BE60BEE49A9832C3032 +5C6E85932A6452930375492267619AF94629AB64972AE64A1663DED8E582AD0A +356526F4DEE6A51FACA3AA0EA6801D8CE715F9932417AA0ABC5551FE95D4D66B +669675756FCF92C6701520AFEDE3A0B7F20E9FD073C8B1B636B108AD4F7209AC +B17AD046BB9A8BCE50E0A2430BFDEDCC91BEC0EDB8BC6C79A501FB43B0DE5A71 +3426053EDA8D5A97C1B427B6AD0843CD8DBF61645D6F5BA915BF94FA7E0D033E +3320BF1BBBD0FBEC0CD384FF4B8A8E3322760A86757B87102AE18AA8B1575851 +6B89FB03E9DE9EE94CE8E750AEEBDD83954CCE169AF3A3107B3289D208E84F18 +B4932C087482C7F259CD39B042778FEBB1F04730DD6409B77ABDD9B9D1CFB9B1 +EAEF2F8CC0CC5D814BE55AD53B193E44AEA2A014C93B39B487FF356F8AB05FBD +71A68000CAB2E10F735B93A861B20EC8E88FCCBBB8A87E50D49B579AE8CD441F +6C52D995D66F58D5CBBC96D888519793E6092F8E215D2AD72588D488D8325D9A +72F3A42964C391AE9D6C37995A0D9FA98C3BC3EFDA1CB28FD812417D339B7440 +0B60860B88FDAF03E618A1C53D2B3BBF44A624CDE5F6E2ECBEE5237F4BCFCB5A +77FF7261C901F17060BA938EBA93CB465C6A7909E0C52A0A58E03F7B2C277F97 +1B5EECCB2E33A3E6AC2E1FD5799165E2C781E61674B3FF213B6BD0C6B189A594 +B70EAC63D8C7C0296C52E17D045829C5415D58A8F526F89CB8984B8EDEBF93FB +BAF119397F07753E8901C5E5151DA7556ED36F5BF1560CA613306A0C1936F267 +29E6F1A412C8EE452D5DC5D6F9A4CC9B83C3EE0A8311D9BDFA6BA7EA824C8F3F +3B820503211E5C913FC8EE99D00FCC1C4B45BE1719892EB840DE9F1DA37AF4E1 +242E4A95A31053C4930331C1E93278111A80A386D4E71CF5D230AD119716A8B8 +BCE228707D1AB6309F1E51D50663848C5360B0AFCB4A5C7B9A01B3C8ED27C90E +62242E476A6529EB9AAEBA355DC03CF0B6C34F23E956350A7835EA67415C204F +035605E915A32037A11D179D3003D7DC3285A192F654F5CE5922024EB167D2C8 +C1A1A7CC29F87F28C498B910AA2E929ED63DCF438FD40CC4254F4918F893D65D +10457B0F3239B6CEDE2C2BD78B1D8CD93712D4076939CA1DE5C29AD892A5C051 +1ED17253E7800A5E386FF7BE83826C63DCEAD5E506E00C27D7ABBDAB7FF35CCA +06EE5AD611A0AE56EAFB48071A5E2195992E830D82F610819BAA91311D638CAE +11C44A1F484269C7D6F2C7F2BF16EEED 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -2311,25 +4016,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMR10 -%!PS-AdobeFont-1.1: CMR10 1.00B -%%CreationDate: 1992 Feb 19 19:54:52 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMR10 003.002 +%%Title: CMR10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup +/UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.00B) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMR10 def +/FontBBox {-40 -250 1009 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR10.) readonly def /FullName (CMR10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMR10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 11 /ff put @@ -2419,502 +4139,755 @@ dup 126 /tilde put dup 127 /dieresis put readonly def -/FontBBox{-251 -250 1009 969}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5CF7158F1163BC1F3352E22A1452E73FECA8A4 -87100FB1FFC4C8AF409B2067537220E605DA0852CA49839E1386AF9D7A1A455F -D1F017CE45884D76EF2CB9BC5821FD25365DDEA6E45F332B5F68A44AD8A530F0 -92A36FAC8D27F9087AFEEA2096F839A2BC4B937F24E080EF7C0F9374A18D565C -295A05210DB96A23175AC59A9BD0147A310EF49C551A417E0A22703F94FF7B75 -409A5D417DA6730A69E310FA6A4229FC7E4F620B0FC4C63C50E99E179EB51E4C -4BC45217722F1E8E40F1E1428E792EAFE05C5A50D38C52114DFCD24D54027CBF -2512DD116F0463DE4052A7AD53B641A27E81E481947884CE35661B49153FA19E -0A2A860C7B61558671303DE6AE06A80E4E450E17067676E6BBB42A9A24ACBC3E -B0CA7B7A3BFEA84FED39CCFB6D545BB2BCC49E5E16976407AB9D94556CD4F008 -24EF579B6800B6DC3AAF840B3FC6822872368E3B4274DD06CA36AF8F6346C11B -43C772CC242F3B212C4BD7018D71A1A74C9A94ED0093A5FB6557F4E0751047AF -D72098ECA301B8AE68110F983796E581F106144951DF5B750432A230FDA3B575 -5A38B5E7972AABC12306A01A99FCF8189D71B8DBF49550BAEA9CF1B97CBFC7CC -96498ECC938B1A1710B670657DE923A659DB8757147B140A48067328E7E3F9C3 -7D1888B284904301450CE0BC15EEEA00E48CCD6388F3FC3BEFD8D9C400015B65 -0F2F536D035626B1FF0A69D732C7A1836D635C30C06BED4327737029E5BA5830 -B9E88A4024C3326AD2F34F47B54739B48825AD6699F7D117EA4C4AEC4440BF6D -AA0099DEFD326235965C63647921828BF269ECC87A2B1C8CAD6C78B6E561B007 -97BE2BC7CA32B4534075F6491BE959D1F635463E71679E527F4F456F774B2AF8 -FEF3D8C63B2F8B99FE0F73BA44B3CF15A613471EA3C7A1CD783D3EB41F4ACEE5 -20759B6A4C4466E2D80EF7C7866BAD06E5DF0434D2C607FC82C9EBD4D8902EE4 -0A7617C3AEACCB7CCE00319D0677AA6DB7E0250B51908F966977BD8C8D07FDBD -F4D058444E7D7D91788DEA997CBE0545902E67194B7BA3CD0BF454FCA60B9A20 -3E6BB526D2D5B5321EE18DD2A0B15E53BCB8E3E01067B30ED2DD2CB9B06D3122 -A737435305D42DE9C6B614926BFD44DF10D14402EBEDFF0B144B1C9BD22D7379 -5262FEEAFE31C8A721C2D46AA00C10681BA9970D09F1EA4FA1566B96E221864A -45A24ADAEC63F61C9FD18376D39E0FDDE3FB4FBCDD6A7B66068A99D31CF54CD7 -DF2262DA91CCC72889CAA62B1D6F2155CC8E940A2C35D8CD3EC75326188E2D30 -1090F31AB50F30AC77D2C445BAF7323389406C44641B3A72C26BCDA442504D03 -6C22A3BA1A69E5F87EA400501A3B3231E46F96AC3A6C0E4A4F6F21E0B2BEEF53 -E016F34D7003351FD12436520926C632218410359AF9FF167750D3CE0DAC3B91 -B310C457402E05C316F400246C8C38B98CC8030F71104BC4FA0505B5EFA4F5C5 -9E4FA27C3E790D698690336254D7E34451E692AE23BF5FFBACBDF33E25359BD2 -B0E7A0686602568BC87422F32486CB50776C7EAAE7F1BF78B228CA3254510653 -3D6368A4985C5FF5A48AEF16E1AB71D7CE2C6649F2CF4B2879D4FA042239B504 -F988D2FBE87C3BC784E55B8EE36F1BB5EF14FD5836CA448E139EF8FE221E827D -0608A6B90E08CBF44A30669AF4E20CD5C0C8051E5F86062204AF362DA690B74C -B952C9F4799FB2535E47AC019175950A1F3A0D0937016148222B545B1E00A91B -39D2121462F51F736802C523BCFBA894EC11C3353F9BCDF0892C00EB583A4D62 -247118996064991B816F9F490FA73861FA614FEC7FC23A5D45310527B6559781 -F1C805F0EC931D0C60E70FD5AC55F22E6379D369303F63A0E7069237118DA0A6 -5BB55FC6EA1797BC51C1D053401ACD4E9B5E724F4AEB149C38DB0E2BFEE811A9 -A94A7405422CDC911CDD97EC4976E27F766A9E3F84387C04C6367509157E4D91 -09A1F6DDB59AB9096FC43A6F9773ED9CE3DA6B56D10AEF99FD277F8666E72028 -807AEC6C26E5A142496CD41A80EC051E875DF9F547BEF060B969B197AF97608B -F7A3740B3153621A680DAEAB0454706C65581255CA9B40078FA6D352737F0165 -D834359ABCFDF5C212F8AE9FD50BEE9683E7D5969D183C058E8BDA78F61B61AC -98746B3A1750093A40C17EBD4AEF36BB2DFA1C9AC2A12834DE4623CCC76BF5A7 -92B2B2E368D1DF3471D83495B19154836569D2A30F9CB05C0EC499EA5D3184CD -BAE8D2A2CF80C6359275B3894B4DAD7F92501BA9A6BD215256CF9F35C2BDD40A -D1D949000633FF0B5FC7674BBED71294AD28FF25710E968E85C3FE71046BF0C1 -71EF48F8024C28959FBE6E896BD1AFE579764616672C724959FD66C8398ABB5D -6C02C5619866453708E3FDCAC2754E9C333C1123A5F746DC5B2CA9D430263645 -A88C743EBEF8C82DA0236FB73D3DCDFF874A1A5928406838A81E40F34816EBEA -0D7A89406A6F492E5E5E6C8C4D85A2B9A83B6A4304B05AB541041AE014C845B4 -283CE3F75DA22CB7CD78C67A1F067C79B209BDBA6705D80FBF08CD0FEB9D3293 -D9955BF6730BD59495A1F81B708292B509537089D8AC34A06DAE5E8BBB9B0A0D -F09BA6723DEA964F06C0E1A6541656470E251F5AFC6677043DE7C6D85B60D3EB -B8A4415DBFDE3F29D5FAA0B5CE4BE9559595265FA8BC24A172FBAF9B1AD0A4E1 -1CADABC2B71A43098146DBFDF7E126069259EB490CAAB07D5C9CE4E328BBC737 -C2C08C8A4F2BF52D59F21AFD0B4FA9A792A7D76220184978816E62521A73F74D -6DEB6CCD2CDC4B80521A44C4DB90D920F62DAC930649478C801062F0CC80F00A -FCA5C4E5E1C39C1C51FF9EEB5D10147C74F375BE92F631A568B165A6C5603AF7 -33D576FA288FFDB1073EDFB3E27AE7D309F1B1EF88E964886ED0F143599C8B3D -E5500448B5BB38B8A254BA78CF3D77ECE033C1FFD0C337C87685957912009099 -D38700245D96031A32ADE28F1A53280FD5DE710AB9043C1F763D8116460773CC -06FCA725965B8474AF513DF5923EDBB9486DCB064BF850BA236D85CD8290520D -6FF7FAA8CE8706F0B91FED1B1C9EC8582DE0B21E2A6CE906DE939A79366A2C41 -9159F93BF964E2512EC9BA14CF3F57FB680C0B422E46D5B7C4378F1FBBF02A98 -D2DAA8300B125426331D2E189FD24470EB73C3A07ACE87A656D7C18B2E8B85C1 -D82969432DF447EFB88EEAEBF52B60A279BCDB475B5B440A2A52AA65AA7BE7A6 -94E1305EEEC50268FE110F279B047A1BEC84036C49CF6900C0092D953338B798 -617F951CF53A99FC410EDA3AF64D65051E416413CA95682171AA43E2A8F8E7D6 -4CB5FF04BB133F84A046392A3015EAB735988A97DDBF77556989FD5674D6CC44 -3121BCA7E198CAD5892EB5CBCD8FA6BF1586159FF395C682E8494113276B9648 -C20D806C0296517112BA493BC8F32B1CA7CB4B1A46150DECD06A55119F8BACE3 -8525CB3100123716000A7AA97F79C36350E0FF1BCF2376C86E2167C05424FE8A -41AF4F14899004ED5DBF76D34DE0E4D53C78E95CCF9C66CC3D46DD2CD5EFE763 -6C18D2AFA1ADC3646289B014603046597231202DCF1BD531B0DC20CAEF872D68 -D2AB4D619652966BD32FC7ED588144BABC4054475BE8186BD53EFAC7EB48D9FB -E54CE39E436D444D11FA1C06A4F78DD68E05A5BE7630928305341A7D802FB62A -6F882CE91BDC9DDA06E4CA964C15A7453904C7F46C4F9AE5CE46077CF70CBC16 -DB70EAE7364CBC2BE2A8F20F9168E9ED6BC375EAFE57D4B2EAE0258F900B64A4 -AC7AE008F3BE9B0AF586D67E031F4EBAA507E398D15009D9BD475EE08B9B6B3C -3C716FFE2C10D6B6438062211D63690F98DC5E697D94C4A427398D6B189F355C -E76D5FD762FB4DD809D7167EA5CCCB4A962F5D728C81F4FB0363CCE38AEEC896 -9B47508130431B97C2F7ADE5E8D30E89DFF6F1F597BB527FF79D8C6E04A1E3B2 -34D7F1888369A219A6C37E0441267004968A469BAF6285C32932147F9A092F7B -24DCFB461A6212F339B7E4C3742743DAF408C2619D81B2837E2894EA75B063A8 -D42AFDB5201B0315951568651B48E274A55F8B83CBAC42AB30F4D8CD63ADA0EA -0FF418822BD1AB5647DA0B359EBF4707DCC1ACDB8F689784E31841A1806B824D -175DE46F8685AE05BA51C465538DC097CE7DCE0E1DA7A7302E53F882D7A42C9C -1904CE1EF11682FDA0561E012E764B87604D0A9D5A21CE98EFC3C1CEF1A6D20E -2D6E1780EBFA02C46E35A54FEF495476D0BB05F71C238A303131867A65BF97F3 -A9039D8B87AC7AEE2401CBF576C2C14801B837B9D4731A35B44D0C2C1C51BAA8 -7C9001EB1F35DAEBD3623907C4B2688EEA1A57B78B6A969C83DE3E19B474AE78 -5F160966D9E2F97C1E5368D74AE45D7733BAB3148709102256322B9909C6DE93 -56AAC542D7CEF2A187D6AD3D10A9E46941E1B519E70F27D1F4B01CE09FBB229B -142A0EC3DB9776FFEDD0E62DEDA5F49C6B3CB5FF7D53BCA15D25E8553244E7D4 -7EF935C937743EA8E4FE43F03DFE121529E15DAB3F3A391E91F4248DEB6BADB8 -34EE88E09554B708C3A01272D93A1AAFD7EF6C0BE93EAF7306D9ECF0E821390D -F6780DA87777769959019950251532FFC28C31DB5030DAC662105812EA265DAF -07CB1EE69949364FFEA0A2B587322DC484EDB8DA73B15AC421CD7F095C211AC2 -CF5E52BC708772C86E78A386FC8537CA7ED4CB200EE713CC875C71A3D66152FE -63941705455D4D62A5693C95F3D657FD712CAF2D6F26190F9B4D38A7B69F9F98 -7EFE70BCC1353416025116BC14BD5C899484AAA1F8D5E7EDF83C5329DAD4EC0E -40A50FD17BD4A2B45FE3F1EB572FB922F593F3B94DCDA66FD4E6325D60953672 -645CEB064147543EC1E99E579F2CC80518152860A91DBC45099545795A4EEB69 -3C7E11019FA069BE07E588CE02A31BF9A4DD79A6573669D0B29CA37B017DA0F5 -4487C47EB601063A0164F4ED229CE54F6FBB7FBD773D77CAA22EB1A748972FC2 -F1D01E91EECA8F43C4250225FE6824D04B5AC7AB5AF31BF1F849105CA6A317C4 -7E0D40C499A2021241BECF5846B4EE3CDE0970976512B86F841E60FF3F399400 -C65455EF897869D9248EDDEFF108DB330A60FD95F7CFE12CDBFBCA84DA78082C -937600D422A79EB6228A35FC67A988FFE4C595335ECC658B522BE37407ADFB9E -9D6265CADE77C0D382E68E5BD82EA7EBC0FA6AFEF301FEA3824638CC81C6419B -C525F1C8EBE280E9961BA938CD131D6F06C98C4216F615A0A20A4390977FB46D -16A447376D2E02D67D56C5681B3A2B9D82AC00DCF18DA4E944A2EFAABC523047 -107634DB0A3FC81AD03135711607936A11A1F49CC6625E8A65CD3E5BE0672179 -C6A09D97018BF1BB19C3CC168FF6DDFE59D76BBFA7430C39AB04172BB6E7A978 -54999DA0521ADD5360EF7D61B4ABD725AF7C23977CB443D4BDE4707576D2D99D -A8B548B083958C6E864102B04121BA37DCEAEF1CEB96E8B26103725669EFC077 -92758777884F3B31BF01E7436530A16E3AB5B278DF1896AD3BD1EDCDA6093F63 -DE633CFABAB1F8EDCE3642BED79866E4BE77111B5D46A6012751A3C2D1CE3CF1 -B4EBCC3B4E0FE417503BB5B96792DBAD130C0884F0B2AA8438517BAF0D776AB6 -AB3C3AC95D5D2293CAA599628FDB7B2778F5653F1F42C1FC6AA05F4745DACCE3 -B5010F652B666349F101F2533B2D007B75C036D82BD0DDDFD2CF0E17E15EBEC2 -8A4F752CBA147888A0644744BC3FC63F77613E2959280AC554682A089504E74F -EF0F7CAFB68269516AAF56A8D67862312C865BBBEC1DD370AA5860CE7BB3CF00 -1C87D2920D9B3DE665CA2ED3AA8E6F71B41D6242038B00F90367E1EFAD0C6542 -E1E2FFDA15DD74A070C4707A52DD1010BAFE639A105B3BE8FAA713360C40553A -F18C88C21256847FDABE40A55B3DC9BD3D4571C5BB374D7A66D628B29F4C8A20 -72ACEF75755696676631C84BB83E131B944ADEA3E8174B6C7AB562662B2AFF5C -39B40B83C22FE7268AC886D61F928FED67BA9D3FB580A297DF6A79F98B44C932 -A482491F7B087DAD03DE016181012B2F2D283D6DA1305DC9CC74A2D8908742FE -58D138C5DEFB2563C387AC2DBBC9A3936E39A82960CA990E20ADA2FE66F61013 -F8419506BAD0EEC6B3EC2A5C758F6C3A8321C89DB6F088CE538A78C0A6BAF7CF -CA85B5B33844F8497B7C797BCCE8AB240C3757C38020D0C2DE6DFB276DBA1575 -C3A689485AD882CEDF9547E03EAED7C64852BAFE5F27B092E0328CBE555F281D -9FFBF69511D11B0C5CEAC3CF5008301DA12F3043BC743A6C3451F9AC07B2E4AC -DBAEA8DE80DA2638FD5AD24191500EC34EAD8E7ED22EEDBCFD3F8A2462169BA1 -832FE9FA739A4B2DC29EAB11AC273BEC356370E8C21855BC7A29E2EA3F3E4C34 -1E19190C7746D2AA0C867F465A448D9E6B7CD1556BC303F9694DFA8C27FAD567 -68DAE905EFFF437935C09F4458EBB012E1F8A27769A5E6E7E9FB19B8E3BB51B7 -FC52A92DD505D9EB807D5E58F3D0F330B26A37F6661A641C1210BE89946630C4 -8DD6DD4664F506D282395CCC8985795A80C90A634BEEF91328662A66F01B2574 -2C63DF79B32A2D2DEE61207B6AD34693D88516A4CA3D6410781E4277B2DD6A7D -F91D34BED5DEC0EF40CAA20EADA814E6849F253C573C1978B206D74E5487C481 -A62ED50BC745DAFA7FED99B1B504DA6F887E4D273A8AF123B34FFEE139B7EF9D -3F487591B392C296B582AC191BA1AD825934D1744A34AE7CD1315952C496A7BD -D51396ADB04C7200FA731FC0AD96D6F7C57ED30D3AE1138174A2C84A7E532BB6 -41B4A867F929E5438D27912E659E5F86F90D7147E79BDDBF30C97793530CC4FF -54D7E97FFEE71DD342EB55642359D7276E308266CCC69DEB00D0D51B70EF3616 -C9D6F8DC3101691791344906CF05A89C03C182CB5C5CE7D32DB795D91411CFA8 -22A37C55A9945C6407087E88EFC67781643253F19E3997933462ED38E83ECA3C -E64A3E9A652D38307E302AC61CDEC7E32D31591EB58E1745F2331363B0EF35A6 -4EAB8D009CD2F5D9AD20D296755CB877E88C7B4A657EC5B367EEBD075F6DBA8C -EEE0669A2C4EA1B6460A7A81C7D6E64F686418E9E0861E05B756602C2391A86E -C4F86B189FE52E15E288F88003387A6360EDF559236959303477D60C1D9717DE -A765382BF2FD88EE4198B7F7E8EDFAC5BAC981CAE9B66C08B3C9C7DFF18B2993 -714AAFD1A26FB3225FDC024124105CADDF9F8B9049780BEFE190C5A62CF777C7 -C623D75A51750C7A8474A0775D1076F822104B7AA0F63210406931D8D220D607 -E90C5EC1E4F14B6916DB05225D510D31F2EC92552113AABADC29E47FBAD79155 -39D0C8215B6D949C7D1192F0F111286687BA15307F78B72F932541B1A3B3EAE1 -2683F549B99C2D3DFC5894C3DC9A7DFDAD253ABD0F970B595AD8F2F8EF1F9EB9 -7F3A6C5DDBC94E05C03DF9051282C6C2717070FD8B0B801D30B146BDCFB73F31 -A4DEEB2F83F19228F1BB91CD2233F17EB20D6758203FF50083FE88AD8F8DC580 -2B3C25A4A12B1D2BF50E0863D13214165C8A1B2C1F30A0CD94786F4F05C2BF79 -12A4219938CAE556E2895324DF76321316F00303D8A99C06269ACA4B020D75EE -F12EC96AE7A1E6AA61E41E8290FC3B64150F5D3FD35B345882C08A3FEAEAE558 -5F1BD120C7F591C19EE2ED934B1F960B5BCBC9B2D8BF7477D37BB2AA948FF42D -6E50BC5D2DD02956D34CDC099DCEA71230016A21850225D331F0B199FD747FE0 -D482EDF732E997C968AC2261827DBB620A856A3B5DDB4F4B324828281DE2636D -E5796BAE0E33CAA5598E4DF2D044FB6D373B640EB6FBBF78D8DFD7BA5F690792 -D5DFD43D1E6F99E6BDF0BBB217D6AC239E6BCDB0CB03A3E0801FC822B3A79194 -E92227AC1C9730090EF8ECBD839A3CA20C5120CE2783D4C8314008E959ABCAA2 -E10D9D736D51AC80D5CB2AAE30F4692AC0E033219FC9293B21BC7496BEBA5E84 -2877AF1604F59666669A080C555F2E1F131BA17F7AE6F53F0B1FB5B4E145DC39 -941FB434461CD855391862C358E53A29C6F8086E7702BE1245AD83739536D68F -3778164C3CFC670226C8F7FA8A0C1578D924B2FE54548C462C94B97B7CDA0529 -103EEBBD42F2A8E379E20123321AE14ADD391DE78E428A1CA0EDC2FFF6833E22 -64839511DD6554AAC6C28C16927A25ADA147ECBB3DBEBD7E319EB86C4B65E665 -B59E209C5A2DA3F6326A6CE616D9002B968A3FC2508FD738B05D9EFD7BA239A2 -F0933ED758DF4CA5D69FC074CB96F224C8439F44CC56769F56C0A7641E81AA48 -D79DA23F07E032218D8D2BDBDCBA55266A96FC0725233E3FB54EC8956504EC63 -982DB4168531C126E9763B3399E4F100B75CF5B82E46BA306849409B1AFDEE47 -D2E7F932B36507ADF224AF815FB98E7BE6B6045836FDA21EF4A565715F59246A -384694C47FDA87A2F77EF04D364BFE41DC57CF091DEC37FD11418379E8245322 -30B4B9B6AEF0A68773AC5A7B3029CB7C60987B463B98897B02CFD790EF701C33 -3EAA26A7EB15E49B07D6DEB8882779554410382879F7E0CEF990547C8476AA8C -7A300C966E7195B5A19F68CFFF7D0AB7E576513746E42484A1169781DE99379F -7C522EB4BC3D7B71428D8E6B20224A559A4DB40C4023840836F78FFDAFEAA69E -D984D5DCDC72C87A365DAB2AD414EC12E28FA7982F9E0A810FC40BE23BFAD820 -3EF4DA158525E1D5036CE782BA6CCEACD6A370DB95C613B0EEE244B497159983 -3CA3F6D777F1350347418469E42B8D6FD9ADE42FB67ADB75A5C51B0AA818FB61 -08B24262DAB4A4C6165879B4F9EFB94A8741ABB1F5530FD1B7564713ED413293 -D5AEFE41012E03E0B742ACF70049DE8E1C5C90C9661A8CE53B13BF904E9B4EE0 -B5270249A2DAA0C2A4EDDD68BBA38B83DE1515DA353CB2BC4509DA70E6B3B0C1 -21C3AF9AB1CC0DBB6EBE3760003BB8166B24BCC2A2F177888EB8B9D24D35BF93 -C924A81B4E08314C3108E3AB24A1D0FF6855510A5622DD113763E94B38438494 -92E53CED17FB43AE56B68FF67320B41F49A76233247982952C9002E0D56C979D -3F69D91227723536868F5F7958580630EB4AD336E76517C67F7EA6A8B8306AF8 -55648AAA6CF06D66912EA791D3A655AE501C3B035056CDD606039CB98D266EA0 -5962F551624F3C846F2BE53B5543EDCF1E87AE8A02D145D15C815A04436A039E -6EC2CB7F78E9C249BE6E18B9A7174D55BDD22D4FBFF18F4CBB8971D95B87A942 -214F70E71D69FEFBB61F36FBCDADACE5B1F8DC8DEB553E92FCA6012383F407CB -3E2C0FE1D5ED65A36C667B01ED9060E4A8E0952D188DC14C6BB366E0D2508660 -D0550C391418B0D9F7509FB9106355984CEA4AC69270424966DA6D6DB3781E5B -C0B8E55D5A79E8FAE3F2718043335699B46432C9D9E20B65117DF4F110FA2AF0 -B657478145E4DE7848A720012F85AB074184AF9DFCA61DBA50F3E264A972C9C0 -0771DB207642E5427C1CDC82369FB12FA3415ED67AACA997CE21BD4CE16E8248 -DCFA92869DD2000D74598E2E7FE31059816FC98E7544089B5173DC42E3AA257F -38CA34F53DA87DB0E6CFEBE4AE376DABF7021F3E0F9C8D9922A219C45A4383F3 -C22BCA5A390D81DAC65BBB69DDEC39A03C801D49BFD6803BF9CDEA60EB45148D -A7BBAFB6099E99FA795D52C7763D982DF0101C393E3EFF2D4DCC16D1C13A31E6 -FDEC9EB43033E23C8ED7A474F68FB0722C0EAC4522E86A5FA4F6131BB71F4D3F -47263406BA019F2A0FE1FF440DDFD00BED55AE78EB754ADDDC3061118F0CEE9F -8F4A8B7AAFC2DD9AEECC639A2DA845E383497646945D6DC2C0BAA12CB8496DCE -088169062E60EDA94F8C4136943A966F9E494DB3D5BB96DA991F7D1066A4B042 -52B067DD4ECA918206091C457D6E9B0AF85B9E5C94009611E28A6F375DE02553 -B9EB612340475B9B3ACD1B7BC1F82DF39C97F807008D29498AEF6A4D3F4F77B5 -1E48DBB05BBE04A3E2525DCB29B62F070C3ECD1642558873932EC3ED03D0D8A4 -F5559692971EC736C84F9F919ECC510BD23C088A98CAB9C37676192E22D88012 -35367327D4D203EDE75BA7190DCCC39FDCE95700991D7D98244E6C12BCB686EA -70A933800C3695CCB29FF8177A07257F9D245AFA9B3715ECD453825D3BDCE474 -5B8385AEB7C761DC1944511B7E6ED8B652B947D42AA7622991D3DB1952490500 -5DAA7261A6C87866B78237ECB54C9A5240F42BD6A1F768679733B851DE6A3A3D -5EF0401C8CFE58CC90BDAB879B9AAA6F7A159C9CE6D4203B963B92B94A4A26B5 -A482F495D643413FFFF13EAC8B6ACACD1FD0AC7BB903FFCD944E6C1C1817D1F9 -DF1A40FD6DB5A0DE3BD499E7D8DAB4464FCC73374523272FB2042BFAB551C99A -B3E07A2B9B07B3DF9BE669C09F20E98A7FA874BBE288806949B972427C756F0C -9E41C0EBC6A8FE7BFCD0A9B214C02A3F11C8C0A581033160835617C03AE8AEF7 -EEA941E076308C87C1065700C2E96C90D259EA1B5EB5A8C5AC57F31004E52872 -BAC516B6B3CD9C6352D3ECC838DF6699B2F5D70953C0A49B60EAE2C9AF6F4B2F -7855231DA516E9169E2D6E43D408D717A43A79CCC3E676AFFD7FA868E78EAA03 -CA5B9BBCD6EED4E19BD749D9387F3827D7E1268D63159769D86EA48D62B93986 -AAAB836DC53DC6235437A7D6F310F6855C59DFB6D88E406314DAFEE30DD454B8 -1DD403E919030C0EC2927F468179190D077D6E7AEEE23073E6B0FA5C6A089F78 -34E9C58292CC2CCF3A8D657830B6865E234FA6248C7681135B8B98EABCFF6779 -E904101F64AC04C1FC9E8C65597A147A8F027E5AF01E1CC077429813B63F4EE8 -97785A311258B8C70201004F33D912FFF35AD1F98A94E9AFC6DE1966145692C8 -82BC03780A1655AA83A221E2A58F60A9F5F676BD0020179F433455BD678F8125 -002BC3EC53D9400E609D1BB3B5904AB25E9F454E9E855A0D9DC540B460A1A7EF -87280370DC188483347A91A67BB787C400F4CC5E640F2BC3E774BFE90FDB6845 -4AD47262C3B4D80EC3836137A74292B3F63D864845072C349069571D8F9A7137 -80C485BB0848C47F24D23DF2C564A46AD03CC8526C6A9F80810E2B1CE7360894 -C5545E434F3FFEDED91840B41744A2CF89669A957F7752430E502617FB09AFA7 -6AEEAADB16731E45D169D9D6F93023CB28CD77230A7B0855112ACB6ACC077C74 -3D20D339C61DDE7D61C26105AF9541C1C1CF793E86B36813978DC220100855FC -9A1584579E6F7AD6E1CADD801491D633AB96C05ED572B14133EFC19217AEF3A8 -F52A5A67C3877BA8BDE5B477FCB5E8BB069089B436BC919B91AE39A6CFE3FD00 -8F714CF2633CFB5DF407AD50508C4E69B15C9A477F46A6A02A3A8FED333DFA46 -9B72BA7B33935770494BD4EC308D0F4C536CB34D5AD6CD293918D20A82178A50 -47065DF743DD3066ADCF39E53E0B5C78D7501D7EC80899E1D08C34A53025E257 -0D3A5C70B416258EB97DC38064793E963F65C1825BF16D3B495186091028F710 -D21747A40146A8B93B2832DBF37768244E0DE5056B12387F6D040FB232AD6311 -BB71D3C86A0ECAA7B058D076D8C853FD58F6F47F38AC8684CB3628F726EC163A -C474A77D42ED727A450F383AC45F9924C7BE5AAAB47F8084BF7B558F68846E58 -72B7F1654DBC394FAA39F86E2191EBE660B5B7EC968FF5F824CD64FA481AF8E8 -B6DE4DB6A3ACD31584A73728D80178D4B9911E091372C323E6ACA127EEEB2FA2 -200B1AA0D6B2C20DAD692B2B52C5968ECA37C03FAE3F33DD31D66FC6EB145A03 -6C71C45E7E100C9618E234956A90D11820D35B816528874695CB0BC50BDB4B28 -FBBE2D9FF9DD877AEDB8D692BD9B39173C5AC2CF86A679E7D0AEB6B5783F56CD -C850EEC9A1B6DE9654649D5A22D922B65C03E2568AD42E9248CFD7B46F9EEEE0 -5D48B95D51460A49226B70F6F05A8F9C371499732DD0E692F45E325DDCC1278E -96A0994214869D90DE28319455148F1938FA0A3631C9AA66A09B79C676E9E2D1 -9D735188041154EF2460DA3AC7A8CE67853CB529495371E4B2CF3EB1551C95A4 -4F0C1FA4EF0F5F31AEBCB1CEC2FD65186D73ABB56D06233857B36CAF042E7EAE -E7F166DF234A5BF497E1904F2EB3A55E783A87B668A24B3482E8DB64E75415E8 -B3A3AC2400D4D14B10D4771E06427D40755315AC7DE7711F2BE6B319532B47E1 -4FE038350E977ABACC53E3872DB28C0C210585882AA640C905CBE060DD70073A -4C18C231B50CB10702543F014731AF52049A8A2D3C98CD7C79C71506E9981064 -E91C4FAC52CF80FC97CC61E1851AA59120547AD258C5EEE215AB30F290ABBBE0 -661E0662C18F5AC2921E544EBD113F62A46F95554F393BF4F5A49045C8169DD2 -251CD2A4138B61FC404D29125645B99B0BC9F59E6CBBC7617212496012CCD4E6 -74AC9E5D3509EAFEDC149A54A90B470445753321DD9E71F56B21E6B88261ADD7 -90FC0864B6737EAF63FF7D422CE274A3FEF7CC60140D442EFA56D5849796F915 -AD96A77A7FA0B5F91159EB3CBC52E58A3CB7F9400FD6766E2029AA361E1D1283 -AF8FAE4EFC099618DDB8F1D9D530FBF3CD8F138CD94B8E09D057C9B83FAE50D9 -8854BC235E2B2CB25C6B60CFECF0511A6548A3AA6F606C1AB3D22D086176315F -361D81D56C8C117625A24F31B25E3F26730B0277568B778EF549F4FF7711FD12 -179323CD05753C5FE9A0C0073CE13CB9F60FE97954DD44E870DEDFD1FF236873 -8EC83E909ACAD6BDAF9A1D9C8B17B5621758106050389356E55501A41A28C4F8 -2BE8CF1CB12C116B41E6D86E66B20783BA2395DB4A99BA1C5A25E2024E2384C1 -19A3CE8027B21B1D2698490F6A35E9C851032A1F939405E268ED63447274E337 -72A9A44FA55EE5442AF12BE8E3C7697D7566186AC05AA0EAA2EF3636DD203C44 -271B62E2057D707B084488D857CFABF2CEE3C84F940A406A06FAEBF1B027E361 -1E1DF658BAAA4F573ED8991BDC24F04FFA5493441E80083AE1E20A9F47DB92CF -C0686FA3664374857D33A458792F031E9887BC49C0B3A23B37872A8FD7C15A00 -B1645F94EDB37627E719D241B9BA6CDDA2B7554992FD0FE5907A1191BE64B35E -DE8866A7F6C358E1BADBB106C2051EF0ACB7FE68AFF747108376CC168315715D -F68B7439CACA72196BA226DE308FE01C0E863C4FE51171CF845A62AB71ECE9AE -EB8A7E31460C9C34720CBA0060F634781E945BB112C2EA5A083048DDB397DE7C -5056373EFDACE0A20E945478DEF0CA34D01A2EC0DD8C45DBBEB61815C76A6D76 -E1F15371051253E1E1EC9923F0AD8EEE713827B354920C87BFD7C686DBC4EA57 -D0B5639A4C5708A1C6CB8C9A4161297B397FCB8EB907B28AB7511EEAFA4B45ED -75E800AF72DEDD932781B76F1098BD2CF940EFB341684267B9AB326DF32F7FB1 -AA64899DFB97A61E8E7E60D22C6EA56DF5CE9723BB4905F7B95AF66F8C95E36B -7EA215A520442CFA1E65D292ECA9DFD2E448430ABDD276816EC3A440C0005DB1 -82544CB35B863B51D6A5D72F749E65E1A774BFE88B683EC67C390B30277CD79E -A00E0EE6E7F8F5CD4ED4A44D67A9C6C80900D5685931BEE1A601FCDEA3814C2B -6AB562E60A54A6040ECDE43E19E629D92B540A91447588ECBD449ABFF01FB5C2 -32AC5A93436EAF978229FCDD77B1645F43692EAE727AF2ACD4CBF6A6768E564E -56FF9A6A29D03EFF3CFEFF0FE678A2D231E18A6EC515F51E2250F2CA423ABDA2 -8EAF94C054C21BA60161F905BAF248F97CD4DB56D03A9E096992404DC82F0837 -C8F978A209AAA4EA384EDC2C27DEF5F53CF0B689FDCB9FDC1901558E356AA7ED -8A3B704A502FBF89C961C78A51D4DF7A6202593A79CC5F4C786FE328B59BB122 -76BAF46F0539F7DD029FFC86CB933DEFAA0EA5BAA0ADC7275D624E432FE5BAA1 -55D819D723FA83933F5196586E5FD8CD3BE1FFE2B9388291E7816AECB17AF508 -5A024D543D29E0CDEE34F9146120636AEC5AE205ED137882EE6890C347A9CA94 -6B640F8776BAE59027BC6F664E304125290DA3F85A96E85D899236A1C3DDA0E1 -CF275D78E95732C0C10E41E94B0A2E7562306DF482E2AD18810370D8C1204EBB -6CBE5A1EFD3348127DDA60CDBDAE5A15C656F1CC10F5A588FBB1B2597FF5EB67 -F9C79F83FD2696230023F4BFC66913A98B10425265359908A1CFD2A5D8A1BF89 -34AC0C0AD30442484BA1968FC36C6DB4C8FE4DD6C514451881073F8CEFED97B0 -8990F6116F0AA360FEA5FB6357E598D90997DB4946EFD1C07931B0DC109B2259 -04D2E4669E1317504D6B3575357DC15EC62F36C5C975E464D55C0BBD611636E2 -9AB92555B2F7A9183E2DD6DCECAAF20EBE605BE48258D657567CD9B8FD95F31A -DF490846ABB256AE12D612C5D816E125064CCA647DEAF4628262F52E16EEE572 -301969231082B8294545571C1AEB5BC710C5512EDC330129DFF0B2A2EF6458DF -1A30BAF5F13DA91866E4BE2213A9C7A93AB18065F88043FB582FB7DC2BB1B939 -1266074AD6BBCF360E2A7E5DE26E00F04CB8FAE140C6C858D27DF82721A88D1F -25D0799A68500B88AFC2DDE19247FBA4646C10AADD961E66BADF10420F989110 -D332B4498D045DEBC28FE2C550C9AD2E18D4D524F9ED52B13E2D38021572DE06 -A964A88FBDDF996EAF6079F2D4C1A30C19CCF659B14B980BA679831DD739B672 -91509C996FCED79866C5DE7B62146B9ABAF17A9C75311D2F49223D52E916DCB1 -B1FCE758D361B660A9ACA7B50DB83EC207D0CE4B401C1AA56D5283D605C4B3AC -0B591B1DE2A55D744E18EDECD3C3A4D162B9E79416DE7B86DA58232AAC0C2E0E -BA30130EB14A9BC8F4DFFF1DA44649F5B45F8E8108953DE375F0815D1857536C -6781B3576FF92893D79187B72162E14253D16A2FFDAFCED9E0EBD7E2C9EA4A74 -A5B11812D68A80CD4C268A78A361C6549017A54A1E96A983A4EA3A6B64127FD0 -53E0E4FE67C88AA63605C618CBCAB93224933D6D31D731BDAF32B98828B311D9 -912CA96A86F481B149DB7033346BAD1490C62C5338FD7DD1DD11E56D05E4BEED -00DB89E652B1C9E834429C5FA3CD37B11232F9C03629601FFC00C580BA83D32E -C3A043D44ADED0B0118BFDD6D6F6B53340EAA1BA4264A1EF13EF24D321FBA706 -5FAD69F42EF1064A8F603B55A5B2FB902709D2B3977C9CE34FD3AF666D4696D4 -62E0A9E8CA4DF23437A14A5A711EAC9D518E81F5308A8B5689474540258F539D -F89C0F4A2787260B594FE897DEE4CF9B826CF5E463C1DD1832D3B7F0C50B3436 -B2517D1935A9E144E3EEA10D3D05222D22AF8545E2C0EB2586C4EC885C0818AC -0662B6FA42043752FE9A324F0B190D1143BD457BF54B5A61F49F2C73011B521C -BCBE3524580B5903E3802867028555E5637892B5306CA9D8B96B430DBD1BD3A2 -C7B5E331921BA44BEB707ED016E864F25D61669CEF014AF36DD79BA0ACA789EA -E764DD6CE63A5B402D0FA2241B6EF7F0A3A8EFF6665D1D2F4BE6CAA5F33B71CB -D2A9BBC48329015D2EE24EA7C5E0DD4D70DA2273C08904889CE4E8EB51F6FA0F -1D009BC2211D80DD57DC28177A510DEA9DD79CAD8B3F9359FA23F263436C6B40 -5B076A2D475C0616C97286C0C43C4A63D07206EAE137B60B14A522004B340099 -3589D1C70BD90B3193CC7305F0DCB7A4F96A93C4DA9DAC90834E7372872EED6D -71744EB613252F4D3C576F7E2A7FCC7A4D331761EF96D43366F09CA9090C786B -4EED93C9837340B35C2CA3F8E168918CF7AD206CEAE31C498904F57F26B4AB4E -C4BEEDCBC3E58EF3F93D851AF8AB085679B28EA322A11F063607004420C84C16 -75AE90BD08A0611C400CB99C46F1614FC7F7DF6F5B9D5335B2C4354889B23F31 -2BF2A3BAC45AE90A3327AADA42F0280F3430F4E45070E4CBC82504CF907E2CD1 -3BC1EA8118F59F1B06D7CE0184AE924BC55908A9102E5E454AF9F1875ED38E84 -F1C3B9BC7FDE2038E79BEBA91E6DB5F3729C24834A890F6F538F6B67947CE9E7 -B5AB6E636E5D581D4FA00FAB64D6A6CF83AA9048D8CE710D25A18EDCDE858051 -7242753C69A549B34F64C2C5753E8C9B7BFEBDD5BFEB8493AC4F818A01B230AF -E6290ED42E87896DDDDD19F6D63E0308EF313C8609FEAFE55E559601D7CED9DB -4BC46459B917E9F11EB9937C69923D4CE668210EBE31A0BF32B5EF2DC65B172F -8E74C34D16AA26C66E28227CFD9214A66F7CA03ED14B2BBEFA79B3D3CA40E4D4 -13361BB07C70640A5A3E16BA02715B251A6B99D8B4527A172C60566A4D1568F5 -23664D82E32F0F1D60D35E184828ADD21AF35D6D00F66D5C8DC628FF1AC71FD0 -66E15928CFA0FB1FD7046808B74363B58833081D49E509781EC721FDF34C0EFE -742EB769C1345F7F99FC87D23815DC58CACF3DEB824F90761D0A8834229574D8 -D6B92FE7C5FE98945A5AF2E4B077E92FD60F52D46EAC5451131DCDF240996694 -91F9BFD293077BD4FE7FF5FAF8204FE993A1B61CD39D179C3CC33BD79BFEA1EA -26462E24B1C19D48C18A131B6F5984402B9E738F07F18B7B1EF98680A5A30115 -0A11E6EEEF438F42BA5DAA80B7291F6EB6B4F67C898CA12009C4928F80CF464A -B0B7AB25E7B572D2C3C67E347BF258D48E4B76760462F026D227D8540BCC283D -FAA4057C66D9975F358AB3D56F4E2C595156A652E3032C196761BB8FE47668E5 -20105DB429BA6B6222216D903196AD5EA99696EC04D43315A4833D8250E234CE -4839485193D124651AA9B3299507A2C83080FB918F06EEF4F3AAF23F7A40B049 -BC27706E6901FA35190DDA51F7A23239A090E1804D93F3E50861A92E09CF872F -A7780678DAA6DACE6EB06BD418496259FA92BB49EE507266D845CE9D6FA9ADE0 -E0BB91013ADDE9BC708F89E706A90432F612ECF79533F5C68AEAE1825A15ABC9 -9FEFB9D36B809AA2FFE7338FD2223D98DAA6C6A05A834F74DDF11582F20B14AC -B45B9191B0D7144CB29569249D89BAFE4C4D1D7714744335D53999C509BB6194 -F60012F25CBBCEE7B3EA323D5A33C0CD9AEB604E61724C367021CF562DB1D0A6 -9A5DAAD0F14BD1AB9AD676277158459DCDF9BCEEB02130D72B746A03D87284F3 -94DF680883A60798C44626B06FD5E4E8408FECA865CDECFFE6119CD404B34B2C -8647E3836771DDB355B190C6A18149E54D9A3EF26A4BA5F1D525844512569FE7 -BEBB833DCCD7EEB0709BD422002C3585E0A69FCCB25C5B1061D5D9A806385CDD -6323528C7EAF5FAADA87154A15E4E6074ED6465D087B807FA68778A01FDC9710 -FBCDD130BFE35D957015270BF5F2E0019F09E3A6D5C871000944BDF4679DA389 -4ABE6E3709D658FBE15BFBB9A1CCF712CBE50D3911D6EAE71A3DE8790E344F4B -45AF2CC5A0A7CC4679B0927A80CFCC96220E6C2B4EDD6D02B0E59E4BD6F68901 -B13CD929EDA6ED172D2CB3B553884278B91953786507D591BA5E7D36F44E6AF0 -7A38CA0337743FA5C24D25833C58060C8B1DAC24614B5C4725D115115CCD801E -EE1A9E5802ACCBFCEEB670915D03552B4BD3A590226DC4F121091CB7B91E1055 -EC10E892F8DDA7C94D4B598D10695D89EDA380D4C2F64193DBBC84AA21FC9F91 -1B00906983E8230FD5221990B48CF53EE8E47552A0125B807EFDFDC0028CB247 -86A4064096BB30FEB5B53144E5A52C7F9AE9AEECE453C4CF1901438743FCE980 -AE94F6507D0020EB8B927DD101F95923183AD289FB5B293B8E030620F60A488F -0069161C7AF5CC8F828F8687B1F21CB2124B3DB0FE409DE9453A49CDEEE5DC32 -A617BD85D2546415FF2750A9E12318B2429D8E31EC852E551A934556686964E7 -7A5E96104E12237546FD32F31024351BB2DDC96F978A7B37745B20331B89219A -EEDF9E90C7D440933BDA155BB92675E57CEAE1DEBC5AC93A0D2E89EB61D0FCD9 -5B0F5E1256320BCE180D64C5C0463A1D7632A4687AB7BF7D04C9B20262C11A71 -54E222FC34B1927B91C7877BEDB7FA306723168F1B67FE3378933ED4C92538E9 -74C990C62FEB5BC1B15E70778E714B946B56DEE991F5F918C8C663EEA57EFD8B -9986B348A666577FA1D223ADC996D69CC5D3D6A0AF9E41D3CA45C985F9B71C41 -5EE86A408308750995A6CDCDE51060BBBC869F857DEF6CBAD59753F568C33D29 -C47BC1741B0ED4D92822BCF364B34E2F5F61B5F692DBCED0ECCF00218F5F0B82 -2107C80A8A4B8D40ADA170AA7D53B503BB3AC456540A3FD60EB2734398FBB65B -D92ADC99065CB71805A5A784A4E6A676A916802B3535590B1134F39906352695 -79FB17ED6E6CC5C8EAC4C47707827B2D6CB7865B959713ADFC705C4E5756447F -1F5CDDF288ACB13708D5EB365EDBD5EBA58C23731D024A07BBDBA0A80AEB632B -C12CDB4CF1F739D2CE6CF88896B55A4A6488C95F07C28B259C6E7EA8749B5D2E -94B3759D2B57BB077C82829329698511AE1327A0B87DBF422EC7A96A5A7E66BF -17C39186C3113DA22C81B7C176199012AF49D5BC22CD0C9C3502250386F3BA62 -F6563E1ADD4495D0837D08DA26B99983B3729D6EC9D004BBEAC3118CB7C277CC -AD77377464ADFB9B365763DC7829DAFCB5A3823B791AEDCB04001224989054A1 -7A0C29D9D0CDE164F5C4A6F549BE521298DEE87803D4D276206E5D8B3A835B05 -8FA4D0D1B35F941281C5C7756D5B56ED9AD203D29D5DE59B9E398DE2D3620E9D -E0D346DFF5F36225BC341FBC220680F46F6C2AD2300B660F81E4287964A04BE9 -4AEE616C785EDE82F26260CD49B8352D96B0B4360CA48863E7A7D6A192E97497 -FE7EF71ADB0DC27D20FF89A5E16E52AADDE2FE10E18C9F8703A4011BF02B4F1F -D0983BC55C73EEE03C1C1C82025001106828EF551D7473D6BA0A5100B9A5437F -0D6FA2E764F524E76306903E884EC1969167F8A6297CFE1083D8B81397C57D5B -7DA2D398353BE1C96A190FCBC5042A954DC7B052EB6C57029681C49768525E86 -E000EAEC6AD9B575145C7B285FC225FE441B13A68C913913CB7870F4BAD5BF60 -A2E0C829BE4D8CD4A273F82288AE34123933B41578BC5389A8F8DFF018A78F43 -1057C1C85374E1BA3A0A054CAD10FD98C1C68BEBD4129E73A5121A8CD78A35C1 -E226DDED4F3351B20A31D7383348C2DBB94FC5AD9EA9F69294E643F0A0F3AB32 -A7422D4E5EB900D8A49C6506403BF2B48A289E49EFA860CB793C6AB9AC3308D1 -6991569073AFE581F28FCFF65386D1926D95895958D92A082D2470A6090BC0E3 -F735F5F62AF193BCEA0EE2C67D905313B2CF667665F289371DFA3F717A5771D9 -89FCF4640613B40E29008EB6B5997B039348FC983FA832E0D005591E59B2AF3C -89CE7A23108BE5B419462A687920965FAE23D8AA3E84533A30D22C4BDB7E4A74 -CAEEC2840C7AE8E23F6A57B4537A6D284F05C6B2C11A3FC0C69287FBB0D49C92 -513EFE51C6030A0FAE18C0334C317EBC5E30A83FF89B8E0DC41F5000E361F287 -833F1F1494C34709E6E8AC03584E9D7282FA375CC6F4ADE1FF8818CDC62B9C15 -99F44E5A5FD6B234F3CD0881436E13D236A9B6513C08DB17254AF4E445F5FC9E -B4FD77B8D7ABAA291D096537E8CA51A4EE122A8F184626E051434937FEEA686D -F9ECFF9D9A3F9D2747BF166532E50099A3A8A235E795A2BDFC6B8610935CD958 -9A728C3B02B8FC52DAB63B1271715AE296B658AC5580BDB8738ACE54E50DC2DF -4F256B2632081EED3D40F34C98EF39C50958316EEBE9B99B38108975D0ADDC9A -60C8BD4CC67BAE9EF282F8235ABC6F67456CB0397705BEBA858E0244B05DE8B3 -D580ED2A2F1556EDC31BC65C81CB19AE4101827C86881D814ACB1E6520719106 -9064056D6BA01F3A1D1F8052A558111D0B8DE3B50ABE1BB02946E53935183DE5 -6FD2FFD763599B656AF986594420274C62403AD0934622F9AA95F9D7AA59DD72 -4D7A6DD6D5FC13D6FFE6F679324D37697F1C7691585DAFD9C06203E07F89323C -8753E809D5547F20343E11AAD51C994CA4CBA4C75511C181B30D4B89C81CFEAA -94850C5F4584741FCCD2F0FCB91717E23441C4B52F32FBEB8796F1C528B3D5A8 -E78236CE31707365B5AEC48BC5AC60FADF972B1DC32C1BCD725646EA5D9C6A07 -FF7951BE56826071BDC28AD57576FD802650C0E2EFF01DB1A5FCBD95A521EA0B -BD738F9330209E84CBC4FC42FEEB3CE2F1B486851490EEA6F1285E3566B317E3 -9FA0063FBCF65B16786F804A8BB438495813BFA484497B4A0370A09093D37F97 -238CB06C9F26822441025ECB833D676A125CDCAAA72228B3E5E0EA2215FA8E83 -E634262478020580F5B0C52727C0B5D7BB227B1E554DAE9E4469914F9ED0BB00 -B66FBE55BB65A6930CAAB98CDAEF801DC046C258FEB855F50F2E431DED89D823 -1A0888F5A6E6882A59B59F7FD1BBDFD0F7109FB00C48036B48322E44C5254665 -61BD4A8D5F82E5DD17C0418A60AA6851D48F259963EE8ACE90A325965925D0C8 -38892F0A9B0F155E392C6BCD1875B97879279AF080A66B4208906FE480713F6C -312638829D12530458DC5DC7DEBFB6A49D1B61E93C3693767222A3B716E15F23 -7E2AD7B452AD4F92A51DEB75C8ABDBC92CC4D699311E3B821F3D6F510A7C6BFB -195E77887394501D38FF8F7539D5117D3FF4C69D5F18E970B103DE8403025C1E -73A71A971B19C08FA987ADBC26FC306A98639EC0C88AED00615EE41D81213BB9 -028EC5CFBF8EF9376CEAF9B7EB3C54112E1052698ED6BE5783CB655E5106BF0D -726EB154215B2C4923078CCA1BAFF2B57192E8C669D3D72B8526151CD171226A -6136C5DAF1AED86E6AF7EB0F59816B97E4E217F2084E1581CB8032774F6AB2FD -42BBAE485C78F16BF461FBAA007E015E199F265601039A28C4845C81B2F59B1F -317B89D24392493BA59DB42526EC901709DFF9281AA27D3F7A60FE591BB2C845 -F12B654EC28842D046BE828BE5E90F1491CF3B857DAE826F8CDA35BE15480F5E -609B4137F921F3FAD7F6A90B5049E615803390DD4A4D03C97B1F83D17E4027BF -AABA7FFC3AB5EAE1C119C7DFD6D8AA5FDEF4804993C34B39DBCE9DEA2133BC50 -6790BA3B0536323393DC9B151586987BAF7097A46607335CD011E82493ECC5F3 -EDD955D78874559B1F4512E54B8EBA809C20DC7BC689A6D8131BDA04657292FE -E1715E71594865ECE26BBD99C6FB4BA81AF772654212536F8AC78949CAD2B459 -B19ED9D2D83930CBFF4E2DCBA347ACF63E72A7804A51AE6003F94F03E368A3D2 -A7B43C153EF61F4CFC1EF078CFE1781AE44D13CEFE9965035EFDCCF6123C19DC -3254B5AE37032004174D5BEECA236D1CE0D06E0C397B7E3DE9F84A41B7BBFF60 -58C65D8500A0B7DC680E1666624ED76BBB6D8C9BD9CFC014758D1F11E436BA51 -522E5A15723C97CB5EF512398D1F8723D15A07DE64778136C307420CD5DE3CE9 -29F4BE2825D799100D1CF79C60DAD14ECAF288EE11534FD9E60498CCE2A29AF6 -047429385E4707037340C29533731B61E25B85755E382063E214320D91F81330 -E92DB1CADE4CC86B9D329A6D01731E9E80D4197D345E640B0CFD7E1397E2172C -2FF68084D64946549ACFD84C277739BB3220B6E1F30612C8F46FC74EB31F0DCF -DF353E4A040D6FD165048C0ED1BBDADCEBA38C407C750E6A9A8F8CB7E7A282F7 -9C28160F3CB0BD5366A729D81B995943A14A9A51C12D79869FA202B9B6456C28 -A2EC2999CAC16774470BE2B32EC611965E5F8D905AC0411FF3B225E4834CDB47 -5FB7B1E74E5E6C3E02826AA2402E49754C31C5DAF1AED873E9F4170777B8E376 -ADB6A2D0277F26DD7047E0FB2A51316428893D1CC5C9613A1C93BA2BA3982B21 -74AC0F8F4F8F1ED8700D6132C1E67163A2321021CAA913617B0CB7D8DEEBBD25 -B6E9893C2913687B7AE23FA0A9D59322CD6F78D205DB09BBCB6A30E61494FE49 -D231BD9F9D6EE2A2A4FB8FF6967EFBD319D3CFCDD53C9DB3AD99B3B530827752 -34E4948BAD42BCCBBDFFF0326A6BC4D3473BEF8FA7F643C74F856E394F7F7810 -D6DCC2D186FD950950554B9BCF328EC997F321C834352191D210087C12C981FD -45 +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9B8591E5F01442D8 +569672CF86B91C3F79C5DDC97C190EE0082814A5B5A2A5E77C790F087E729079 +24A5AC880DDED58334DD5E8DC6A0B2BD4F04B17334A74BF8FF5D88B7B678A04A +2255C050CB39A389106B0C672A1912AFA86A49EFD02E61E6509E50EE35E67944 +8FC63D91C3D2794B49A0C2993832BC4CDC8F7BD7575AD61BCDF42E2E421AA93E +3FF9E4FAD980256D8B377043A07FC75D6169338028692CCA8CD1FE92FD60AD26 +D57B7519B80A8F8DCE9CEE5CDF720AF268D3C14099498A843D76E3B6C0328F24 +D36EFE7F5C4E5B5C612786200C8DE3A41EE5F1FFAF4097653CFCDC8F4FD32E0B +03EDB3E413283B9EFB0AC33B055617005BC9B0057FD68C52D1B0E67F0C571685 +767F2AA85ADE4E0104A1C777733D5E318A22A9944336E5B98D965E50D31F357A +8B6EA5A0EA98E1B027CE68C2EDB149EDDD04ED74A1B3D206D471A0C11C11449B +DE190BBFEBC08C9E1B7513B43DA3134D6B11A2516E6E86B67F68C970A320D05E +94FEC57FB347606DF89989C33482BD09D011C55AA920319E7B26A205D3D0F004 +22466F09C0482A164CFB27EF6ED2B040ECCC3DCAF345B5A73676F193D43123B7 +72FD6CFC5E37930E61EBD5A6307E4DE70194E6384EC0D79DB6AD86D3B319A31C +8B0589D0FE28241D8ACE280D0530EE99C80723E560BB72AE9D53F4713181F491 +344B06D3027BA4E9E94D4305BE1D817197C54C8FF56CD6964165F6448ECC8A8A +64B48B4F0FD69299A137589E2491A283509B21A3A5772F75B7602A9F60AE559B +07A58436D04222C73EAEA72DE9A5A441F88D27C11F4F91255EFE280E91A4ACAC +1E98A4E5E6C57B9AE86FD218C3CD8F24A4104156A80F13821384E529783C52C8 +78B94AB3A0096090867ED32E8A30980E737922037F75F062BD83BF4F5929BC51 +CC22AEE2DBBAAA001CFFBFF41D258424FAD888FFF1BEAB796A44E3126159E120 +7E4025C676CF94888A1971AEF8B6764B3AF4A92D36FAF6FC56FD049710EE3782 +BC2CD84FE2473F133BE03C1346B875463F126DCAB15C7A9BCC9A727D23611462 +4E8D2BFD2466600285D79518712B8681ABCD69608E6AA9578F7BD771EC36E01A +5A17BC17E375020ECA59B43790ABEB9DF5F4FBBEF807E5699EFEAC563E1ACC5D +EFA336E75DE6D8248E9381BB110884FDC89C2F9A41EBBC9A8A1F98E6A41F68BE +EE30E25CA148C1EFF42DFF8C214A6537AB11F260B8C329A4947B5FC8DC9C5622 +4DF7BF4FBFB00380D47BABB03BC30627AA74103E553F55278F538EDD8C1E64CE +0F1398CA0AB5A86630139B4A7E8FC02804CAFF3830114640AE50D2FDA3B561B5 +C63AD7EE3347804CBB40FB1E77A6C89735DD870351C3A1811591AB493251B904 +314F65791963C0412377C1D02362C5E9655F1C3D4803CD379A8EF24C48218C2E +DF1165840462BF37DDE1B8D5FF09FA2C3B261E2F1A65ECFBE5D4EAD43B52C029 +EEB3948CB8A252CBAF545C8FA1C31E920E23A12DD7222CEF2D2A513BD758EA13 +DA33BF5FBF1D734653EB83DA2D374A5B9A0CE316F24EE375D6DF6BDA49954C2E +DB25A88821193636119D469BA66E5DAA9C92520FD4F84426A4E54273FA469084 +7517817A6EE3E21176D333825E88046F50B3CF6938AF9BA79A2F51398239EB91 +1A2D07F7FCD948427FF62F40FF95E39FE1A1AA8451411563FD5388472251C155 +69BDE9283B41900B21EB1190D06E6B13B7794FED020D2C1BDD205AE77B084BCE +EF628249398B496DE85B406FC2E1939EF00DFC84C07E26CF72EC401BAAE756E5 +7F6673216E7560D1C2A723CB405EE5CA474A07F61B81F8836482F73DC9516D67 +CE0CB770EAD755B6B356198B4B97EBB29C63456953270CCC8D5650C1D006E69D +38DE2DFEAB27DAD50A817F0D645D30AF5B75A7B53CBD3D2B8D87BD0A7E525AF3 +22F7ADDFCE31716914C2318260C2E2B4664893921B68C5A93334A361D94A759C +0D7B146D6FD94F0442D672BDA0F6432E18F3C5DFA37ADA378D95B75F413C9ED1 +BB5C606A3EC7DFB3F796F59B0478C13FD1900381EFE0BB5242D5B5D34D03AF1D +4BDC93EAF8020E26CA23C8B0E7DDEBBC6762A557067A4CE05A524188A8F02E2F +3625DA38DFCF381727887F5646A3995A8A38A5FB1E5D5EBB395FDD0B7C8E71AD +B48EEDB62AB2CE99D121435EFBBFCEEA69AE9ED8238B60CC7288DE33C766CDFE +15B767B4AE2E6CE0965E77272AC9F86023DA620548CFAC85BC751C44218A29C9 +849F1C2DCBDFAD895B54E51A569952ED50F82DC8A19F367E7E44643854EFD6B3 +FCAEB04E55E4661C82D31E2932611748480EF61FB2FBFB0CFB940BEA81AFCD84 +4C6A6332D7A600170E38A8EAFCD4F93DC153C43175434C86BC747348FAC61B76 +1FEC9027C1A193E55C80F1F20B5317AA0A05AAA36AE235F6E49F06E570FEE798 +84857D7552EA92EF3EFAD52DE39C2F8F43C59E3A957B7B926FC95FC4B60186DF +7F3523EE2AB74E294C8C4BCD8B4975E84849E0FBDA6C0B0F24A636DFA578B122 +CF97BC5089E21E9F5298D1C9F30CB8BAFF6A3A11BB4D9A0A5CF2B18D055C44CA +4FD4D8FE1AF3630907DE7E585AA811F9CD11FB2C8FC791851D651009FA5DF20B +3C33FD2FF848A9E3F5652BD294965A332DD3F246C91B0ADA34017FF2451D1394 +F9C3C95AAC6EC8062BE98E8914D51DA6A164AD13938693D446044859D03A949D +F9AC5DF4A000CDA98BB516D762CB9F6D44B5268FD0C26E88BC4A760C0F75A140 +DEBDECA4F511128B7D2805872160C55236F0A0FA7637FF0D4E94AC079CD3C8A7 +D03A5A56F26B0438B577C46011A10532FEBCAD14FBD6032E224F45691A726886 +56F305231EB2FCDF59C8BBFCB5DBD2D093A0E84D62AC93A2312CA69295E937C4 +8DBA1802B85F54B5E7E6D6216A918F911FF705D3B5CF055F1D873B96283A0B53 +59344D910CD396D883F6F7836BA65FAB4393A773A8F6BC298069E5BA38210EED +49C9D920F718E3FCE692527DC7CCE6963BF744F2C91BC5952564196D60574E86 +87A0FAB21F2DB2BD5A51D7FBD8FC19946D24E5A228462C4772F978E650ADCE3B +8D66B9C21279C531CA1C3A8ECE3420BB65837287A7222CC3673A2A5F8BBFDB60 +C719CD073EF9A23675198462C7C87B24CC92D6AEE5C25AC63855CC3281494342 +D28F3D2FDE0C183486769A4FD5B0143193D31FCB2C2A14E487BBD96D0BADBB64 +D1B56021C363A795BF10E2DB448261C363A54A4AC1182B470C457AA82DF3F5D1 +F4B329806141EBD53CAE309319B94133D7EBDC2D0453A905ADD207364371E178 +0A95C2686E3B34C4A978BFC0EE968C39ABA00889BC5149162C2B54483D44FD3B +5CFF41F611C7E03B94945F414560E874D7CF27FFD0630890D7D7EA66CBD15448 +229059E1C436BB33D69552B5367AB5D53591C4678D0C704DD3EA23F5D9E8A7AC +17D003C19E333E726FFFA2961F33C70F429085F7BFE3E2510F59B78F58B19CB4 +01B48E184BAD9020FECCE3AF52048A056981DAEA02AE78197E65855DDB170616 +F54278395D9EA50DC83761AE759F9CDEF9E1948E7002414FC05286ED793E6662 +3347F2A9AF8917493D7305B92CF93E8E9185F70015F5594084298A6C2F9FD3C0 +689F262AC9FEDC9B89577ECDE92F08D3142209FBCE7B5C0A840CC767BCA56C20 +4E4E545E2BE4D21C53855CEE4CD0AB35D1A604C0FFFF77DBAE4289752276559F +A05FEE65F45ECAF44E95E23FAB6052195C7948AF0B1126482D4E02D72BF8AB03 +DE0F1A632F7672AD9DDE70EDC82AA993678A82BEAD0BC2649C4707FD8509810D +364B5C6FE0E10772E95288C622C2F06C634F4DF8C7FD1432BC9310D5F24FEE3F +7AB324863D6DABAA1576E70643CA79EF4D7DF4105093D66CEE0F3B87D2164A7F +26EA05F5C4645B22D3E1BFD2219657712C168FD90DE801FB0F32759E80DEC1E1 +43CEEB19FED12D757205043FC98FEC62D6A8D8B97BC083B4A0E985AF7850D6FD +8716B9957C1C35A0675BC53DF672C425C79F43FDABAEE7D63F092CF271C9A9D7 +C41F40C4189510987887942E60A412B3EEC84C9A6E1AC7D54D528F5604B72C08 +94B7882621A5BF1F325B92FF96B80878CC550D1AE4D8196E41CB1251856609A5 +C4D3BD05A922D0D45E039D9450DEF8490A3E924E41434194910BF60BA1B08BE1 +B41824345627745541A4F1703E956328F6227D11C74946B38CFB096139979E56 +4E723B889B44C6D78673868C89912F8B4F0B4B485F1587A637B630F92E6072D5 +7F3B44EA6FD96BBD4FC28A6C1D90805E3BE3E42A7BC9C880762966C55BC04E01 +204D083AE976FAE6F37C94F27E68F8C0F28D52B17F6C0FD7C9150701FD78F8CE +B8E8DC9260E3974005EB5CA728171F482D765016C94D4ADFE4A42EF42212BC56 +7E4EEEE8B0D2A7856CD4E44F55C0BAB762F92CB8D64C17022D4BF3A47C12F5E6 +279FC23101FEE93753653CE8CEDC3B75C9CCB29BF1D4554C6120DE8EE750FCBB +E38B5D915206974962E320362E59B3F21B3AB1875703191043D03284D4467346 +CFF2F98CEB4845B73ED8E003E0DC94251B73E13A9B51A3F1430BCF6A21EB9B7A +65E17FA411F53BE6432F1506232B8159E008FA257F884A4A01AC53BE91754D78 +BF14A5B0FBFB9C31BF4908355F8A762052968DF526D118708CCB0B7CB5BEE285 +6DAB6CD2E3934178E60BECB11AAB5478623CF6C50C92F8BB5D1A583609028FA7 +B8A53B791BDC9EF76A124F3F7641857E4BEA0837CB36176EC9A522EA7F41B8D3 +63C37D1145367BD300F17B54522A834BBB74DE12BF9EB26ACE6F24A046D58F89 +4D4B7DF74875F1A0C1C9D97BE0849593D7B398EB4B00BEBC8C8D1497B6EF831A +A35380FFB7F1AFA4D888AA52C9482E8B1755CC209905F98F40D95B44D4DCBCB6 +67423D1BC2F3560FF0A8B4F0CAC352A4EE2C1D946E45AAEC8A6AD40303F3382C +DF0756BFA3B1ED64C169E56ED1C760F2FF0E24DC5C9F41306EF8D2628153D30A +5DCB0791126BEFD4947D7EF08301FE015F2B0008DFFCBF9F2D4D859FD43EC7D9 +C5BE237E9BF6665B7B1BEBB362F0C0C3A8D86010B9C97FA741C97C2E0513386C +9C26C235B14DD2A58BFDAC7B5F63DB4DA6D5D37D0098175A9071590E1DF66A3D +B8173A047C29D7D35557F06132CC920B5460B8AFC11D23D09A4E45D089F5EB51 +963FA1A6256E359D485107FD143B2BF21FDE9DA5744BC2615E86C31C89470CF0 +D06C6397D9FCCB316EA9989430240759D2C4945D941F159FC02327F34B042BAB +B5C3A47C78E8C1A6FBCD396B1A51CC4B020B8AD401841EDABACECDB482D6EC5B +72D2BFEB4556720FADD49D07307C8B22ACB7E310CA4151A85C71EEF70E8D15DE +B3B00F26E0E166C14647A65ADA228A3D1C89025BE059306565DB1B1EFC37D358 +8C1EB024254AFD049BA977BD4C2C605050E17940A89D0D4C5D963E792320F5DB +3706682E03D25D9E02487247819551465092CC22B6B56E93F3AB528038FEC3F0 +668F866707A19B0463BE706EC729D2EE1653AAC7E29BD25BFB3241D4792F5152 +ED415B4E7FA92C2EE5A22E27E8B75542C492E56D811C192E95542A6FE0BFE5A5 +69273C2ABED4300D491B92D2AECDD278404CB84B1BB1BD7AFEC858215837D118 +C0E928BE7E07CFEEB51A6D21375B772B8248C994564014015232A0DA4BEA1754 +3274F407FED0837A236371F1A32056240F2015B1E7F4B2CA72C6B58610A66F13 +407CFFBA5E0A2893C1F572D50F51286E9133B5A84239C9493B0574E77D281D01 +11D00683354A000C9700EAFBC1FD104EA19DFCB87470190E7E2CE26E3A6FD0FF +2620B87B82AC8686B6206B530F17E9348BC7D04B948348802CE53A312443DB87 +4DBBA5313A6A2A8DAB8A1CC9A594FF8C299281C0A261C8CB2226B732FBEEDE40 +2C6ACC74A1A61379E2E1CD5548CD908268A32FA83D8504C442EA0E183ADBF7FF +9FD09C037AB03516ECCA93FF048235BD11A25DB07F164512A079C5392AC7F889 +CE96AE5C8D9580BCAFCC087C35E76EED1A671E87C12E3045E15A687134736DF8 +DA984772AFD189D68571A2ED7256F1E204230E41D3D9DD876F938951714A3973 +0CA9310489F8E807C1C7A4E51AEA5BC030610A5D7263FF7E0F9FDE3E5E37A362 +5B919000BD94D978583B942EB79CF2BEAC33FEBC9A67272EB10865BA8FB75FD7 +9D280AB59F91B96C16C982DE848D76D8FA8620DFD7C80B7DEAE7264350D6FB3A +EF04794DA3305844A7CF718F6D1A4A3AFF6826173A076A1372ABFC54ED3AC6C2 +09C9287FC830556CA694E21CA5342ECA7B10C90AFC4783D841D7B1E34FA3DB7A +2B706F3E21B0FBAB23E7257962FC3BC309CEA2C7239A9D6B44CC96825115ABD2 +AF9A2566D2F3382C01569FBDB94C8D664A5DA0F7DC3DD140CA77C743D7BC1420 +324ECF9E4780280EB119885E96A6C619CE3C0C8E1E264E2DEB137E5DC8149786 +486D65667ECF47B1A1E20E9E6E4FC8323E0BC8E61BDD3BCDFC6575C69C03E31A +EFFC290472CBBD049DE3F840AEE37A2486034240F80E75D8A79E0762377DF660 +52B12EAA16D678990B11A9BFBC03C1D4FCDA9FD4FFBB3E88352438102F10B7C5 +9F04C013B6575B5E948FAB58EA691984A0E54E6B9F3F505FFFEF74D06FA1CDF3 +4B8A95904C8A2763AA8AF5B71D00F5DE09DC1CDF87A08B6D181453063E14C12D +B7BB3775A6E2A901636273D9EEB833EA8CF20FD83AE899E28DADE10EEEC20BD7 +BD93085A4B1AC80AC1AE8280C14767F1A487BD066007A0D050317BD081131A14 +6EA0898ED59E46DA7B6254BDCCBC660686E2EDA0E77A705A653733BB5C5497D0 +B130359F866CF293FB6EF0C2AC5BAA2DB0DED045E2DED3A2612D078333260359 +16CF0CCB272D34767EA069E0F0B0D42327A18529D72E890EDA6195C2688438ED +E9ACDBEED41E81CA8EB5E43C2B09CE266EFCA03F2D7FF57F12B06F9E54FCC6A6 +546676F6FFC5B8B7D3F0982B6FF0D21D949309F0C0B175CC1D0976F8C55C6AED +6E821C39041E22D91AB30922F2B2EC2746BC7DAB484991542FBC82D87B487507 +559AB466F73EE23C2D3194DC5CE4C9AE66D3164613AC5CBB3DB501B64DA7C91B +C7ED2EE9027FC0906820B35D4F2CF66C4F9CE4A884B7C07155BCA884ECA5EB3A +ABB83F84DB1F5639599DC7D3F51241AB5D95C3BCB7AB1EC90B4BC989F74FB354 +04B2D7366A34D335A47B8C00C05CB423482BF6C7970A95545424A08AFF9A035B +7F83F52B65A9799CE76E303B85664B624C65E9CA58184C7BE2BB9D9C86A4DE5A +8165EE3DA2E652B5022EE7893896BABD88931DE1D538F615787645DF5ACBBA0B +A8E5B899A37321AA7D4B283AC9234978C2DD81813A1EE5DB6EC170DAC1B6EF02 +94892635B498765C07A38D2E9DB0B7581B11056C28278F89B0E60998379C07EB +C0EAEDC32AA69B8B836F92A61AFD35688315B2C3F860632FC13E4BDFB63214BC +41CC6859EAB3AC3034449213CAB99FA1D216563419CD6D6CE4E1B56F33E6C654 +7AA9DCB5B05FC068DF02AC32408C8010AD004F6CCA9887830927F8CBCD49CDB5 +18CAC1EAFF815FF2F6F527F936948201565003022C6C7390B4E3C2B219FB4F76 +9F12BD25CA7B3B61D1A2F8DFEE795D04D5428B42FB66E0C254AF7B7A10CEF7FD +E5ADA5E217BE24851180E9A1700FBA66C7D2B0D7BFDE4F4EED1D24B821A40947 +5620363657F6D048E651A689822CF815E72FC8AE9D835BE31D1DD8B54C9A717F +4DC319B4B59AE073936EA40B070524C7E71D5A7B64436DA107749746B516E29F +E3BBCB8F8C473E706670E11E5B221716F315FF097CD1841D0069FA69EA1898FF +9F9EC2518C77806A19730C97F54BEAD604548D553D4A6EDB247853225E24E7E9 +89D71F6BC94DB986467E755CCC99069B313F5745B02B4BB608A39F0A0A732B87 +7EA2DED68219754BF1FBCA350327572D769C962EF9242132D93A5C8E9725D8D3 +AAAEC15ED0F362471AA58488620156F3474FA59CA080EA96FE995D2B3DEEADF3 +3141D157481C66507725ACA5953CBBE1ACEE7E3F02C72C6552D15EB3D612730E +61A06A43575568DC3CF3844BABF04CA767E2995196097015E0C4F622C4356B6B +F41DBAFD797A4B9D7AC22332C552043EF98913D0D9B50CA6B7CDAF903BC5C04F +D20A952BA5CC35B646ACD0A287C956B98C450051AF6AAF79DF37F8954473F8F6 +652BF03AE2AE82B99D820CF93F5FC0BA17EBD7AF90313E70594EB5C354023BFA +07912408F1757319C7288E99872B907D5AB583B082EEED8AB079C63E38B07D11 +6744856E689A479CB3A8BC081F33CB06755926204981DC0A45B3ACC18F6865BB +EE2C50DB43B62E3630FC1D9B1FFB3BFFAA6D0A20C0381ADF48E4D916BEE85BA2 +BB40F538F55C11D50F882B73913840B45161262BC8B0012694C3EF26452F9B77 +2CD7C7AD6BFEEAFE31C8A721C2D46AA00C10681BA9970D09F1E10DDB693AFE84 +246AB18279A2B24E5B50A2FF6337B7B1039FFDD4B00ED3667B5F2F7BC2786D2F +525A0E82234B30711AA835EAEAC2E404915FC7EC0081B194765032708B5E11CE +EF6868298CD26E5B9EF345BFA3EC2911E2B96A0B40AEAB95BDCCEE38F5EC170D +3BFB792D2DDA7E57BD2FB7669484EF9322A1BEE009594901095DE2BA9A15A0EE +4DD77404CEF16EA6C31FC04A8FBDEF27B9FC1AD3264388B650C641D6051E47EB +E7EE41B946B5A54D2990748AAA64237BD4ADA31C10843E1C235AFB36BF1DBB47 +A3FC8AC6F98C72AB9F84F3C354A44EE0530145D80BA7810314D977917A4DC4BA +2CC4AB63CD3E87DD7D040E8FBE63D94C9BCB476AD94BA7E4C0AF953BF4821182 +D723D9BCC92F2B14A8769B9EFCA8FED9DBF2A836BDC23E27AE1BC097FB3D2297 +DD32DFDD7E7BA91C05B33583D92EF193248C70B9B0A260A7959045DE6AB129F9 +05F7F25D087EA8024C9F63852A12B46114C581719B4723810DCCC8183D7E6F10 +450511BFDF8CD29A57EE9653F2651D54A62141A8142C8B857B0D3E2B9FC5DA3C +38D79A7AFE0B565A57A7C4F52DE6933437EE03D0DC1D286880896392B5C513BD +D76497FD980320FB10E6CE08C3953F99A3618675B04C8EFA2E2DEF4511B4300F +2E5C733D69737C7428840FEA2A1D89133341DE4BD065034F7316B5922CDA4D83 +D8804D8DED8CD4409859CB18F45C838D6F18CE8DF82B78C79AD664A57F705D8D +9CF82E48176AB5869BC634B2BC053A299600E1F9CBC66EE5715E9C70D86E6909 +ACC25A0858B10DC043CE7A5AEFE9E3F8C28EC36BA0E34F850CAF6C0AF664A142 +AC30D3EF7D61C7E85AF9963BC58143F92B5D64DA3F8C8F131B190E8333769BF9 +0186F3840565E7C3CDF85409DF3E0134C97837AC17E7F988B62D82E068EFB478 +5D8BDEA6D3A49A83886DCCEA341E9B4012EEA7944F69564B5F0EBB5360C067FC +70DE0B05B117732530099ABEC6F1FF955C9F269CB29422AD7A3F2BADFD97CCD6 +3624B8E757ABCCEBE5B1F2620B814FA2A3DE2698BF0B06CE3AF4C560DF372AB1 +A79B06195FEC5EC862560D6767FD20EC17481FF64AEE679B05EBAB7AC520F240 +E2EF71614A3A93D4697747A6BAC42DF8DD4F2AE3CF46F1DA8F0A1A0372C6F83E +5857A31F725B28DE3AD77F1DDF563C4B3E8AA4CF5A1BE4B4D0C672D68ADA4FAB +5DD7F618B1222BE7727547825EFBCA21408C5F84E3E7781B5ECEB19CDA8EC4D2 +120A75F8FBE6B0D64D79096233696BFA2AC17072EA6C9F52E42816C85AF34C21 +215E72CB2995A8D7B363AAEF5CA4DA8F2567B40B01049191626A4D1CF8BF36EC +BB17A076F501F8A81C0AB9C03E26CAB4684ED1672AB0284500CDDF5BACCB90E7 +95EFFE1B505F201112DBFB902B72F566E0C6E1CDB8CA34EED9D5F6A831AAF04F +E092089757CC61819159F7D3AA4123C21C6FC5F56A0D634D0DF2390D6F0CB442 +D649D3F76762C4F3F49140D1BDB5E5E19462485F52DAA9CD4A32CEA7C6281EB6 +979310262C103A833CF1B393E69BE17EECF31A8D36B6247E10FE60D71DAA0EAE +1B0CD177142080FA5687D01B87AA24ABC3CAE648B69A407E66BAD35866BEEE6B +BD5A238C064A25664DA6A6F7407D0F5BCCF856D1419AB9DF15F1DE86F6072ED5 +D31B088F7C1E4451B54041BEA187D705B3D99CFC9E2707D02F4C721B7ACDE325 +5CA12E155C9C41F07E81764507E20F83EF6C45771D7EE187BAB92F32E1542F26 +F0AE670C260111B76369299A5DAD5E4D11753CE4F2239692F7782E865F4D3739 +E02E669AD27633AD9936DCD84192F14287790E822515A98E24A5373C30B5E4FF +5FE4EA0F868E0B1E18FA0B92C402082E216E49D3F598517B197D0D05C9974D86 +B435DCE5A4276EDD80BC7EAABB279579DF6742AF516EB3125267D929CE8BE76F +42BCE1F2E4CDD1813257163C88B15E33C3B671A422A78C234FA2E075B9FA9483 +F087CE013C9E099C3AD51EB826FF3B34D01186D4CE3B82A57A69AD94FC46B31D +347252804F6C4F5CA2C9BBE16D87C7A070B3DB13F27E7FA18B6D1028ED40265A +2AEC1181DE27937481B72C4CE6818C162250EC13D1FED060F7F5ABA1E3A2D69B +4E5750AFA81AB32C3C1C49BCDF2B2AC566E43458495C1051D2AAF24378427684 +B6F226B7DC848F97A1B88EB2BEE17A3E9E9CC51D9A05435B93CA1752F2D5CF25 +6101EC0A83496AF0832A7B76B59DE1A9AEE59B1BEBC3E1D081D58DA932B6A4AB +74BD81D3DE3CD424E81D2C3A43FDC27DF9B98F911401DF5CF1EE49A9084737AD +3DA9C0AD6002AD1D4E21E95678CD04EAF8743167002ACA1C42FD9E7E94A82F4A +AB385D080CA1F400843DE02DBF04B2C3EC3FF323AE4DBE6BE96708A6B537292E +B04F842B599EE30047F3977A5CC3691D8B004941A0225F1A61CB52ADA5A9AE55 +9D3043D71283D5629E85DBF1AE8B44DEDD7C1963BDE07B62DDCADE37CC09E17F +ED13506D083CAAD047D01F2D9B891CB901909FB1F68429124249C54838A8EB7E +D4E760F493E99265F409BB93B5428A088081FF6E74A474A399FFED1E2A80716D +2687F51C00F8BFB978BEF90CF1FF6BF1E4357FA03C055575EE2B52D2DF3305E3 +8DFABCE1A31F600A210FB3D5490B831F88CC9092CAB7BEDE1A59462501570880 +C2E5A57DA12111596BA023C63A895FE66E14EF646EA978F6566A86289F22C0E7 +9B3EB047002A969D2207BDDCAAB1A7F3B114923EBC7674E68620F1C442A41C27 +58A9C728804F0E765A709CB1CD36EFEA483004AE42C2732F9FF1B7B2AC0F915A +89ABAEB8B899BE0E8A59330B3A7E7A6D3114F656E7A95DE4100D2A9BA91191DF +32EEEC6E72A40B22AB73CD6CAF6B5030731556026F8BE4E5D88524F65B2F073E +FB4A636A244C70ADF03B54407D48B08D8966D2A274CD739F6A9A799B115C9F45 +B93A3B1E7AB1D6BDB7830E328DC515B6EFD3DCA7C6C5B704B2765C66C1CD8D65 +65A29B18C26ACFE9014D3C1CB916BD2674876E0AD902CAE371B595868C2D59AE +E6E116D35D034F1AA5CDCE578EAD409E898D3C6804107A1394C9F82277403C5D +CEFA4E1AF8FBD99AE73789CA43DD26CEC8F4A7556F8A3579BFDF6C561E641D2D +E8DC3D2215787F1E73B67016A5054E48724D1FE9E7FDBFE860AF59FE542BC917 +08ABDEFB84EDF6A219C3FA379E4735659C5D94588BB274601A0E75865EE4C56D +3C57E1499528CDC384E41997AD423287B6F78CEE2327B0B4C9191CA240C9AB79 +C848AC774970FAF1BCA49C719F1809741E1CC19BBC573976734134560B401703 +9570A75CB813B1B792D019086037107F01113EE503B0E64DD4865C35DE6F53DC +DFF0AB763EBF6194A28C83FBCF280A2C563D31E7FD87B9FC479F08BFEBB38A71 +5587AC6CB717302D330A414824E7D6770596B4957D602180678D9C1E3D8055B6 +ABF29DCCF92D53126FF6DFF41F388E27D7754806C2CB3B80BA145CF95C9A005E +086914E683EA3F96389F38DD5BD23DCF0AD4D0BE1213516176ACB9C1A395C123 +006C8F7F69823BAC1B0B67383DF8DF84EAEB5A9C51FB7428B7D416CAC30CFD23 +B10F40A4179A6870E659FB85F9AE85700C5BCFD3C8AD6DB05B4A11392682FF0F +BA71380CE0BDC67AC9C3B91DF9A4D8001D35D78C3F21E3904411CC584658CBC7 +1E3445C34734EDAE24108EDFAA15CD75A524232A21D3D7D7F7BC33B34BF3EBE4 +B4A90C6135DE3DF72D6E84D6CC0A1D4DAB0F4FD5F09064D63A97A885BE3CBF2F +821157EA905640ABC81D54F30AA704F40D787BA5CC45608100C7E5AD79A318FE +4EF567658555245EE4CFB57BFC7CB2C21B8FF4FE1F33CA8422DC11C6CEAAD97C +D805A21E6F8B7F840771BBFD765577BBB346796DAFB665EBC12FA942684069FF +F2FDED939CC0D4BAB0A091F57AA482A5A5B657F53C2FBD8A95C9109C39A9619E +AC1B3A7A437619071A21615E11C8A3D3EFFAC78EFF749F464AC2F03FE60714A7 +BB90C42718F3A2191FEEC5105436910F7C7AF7F466E2EA649EDAD7215E301B98 +B6C6B2DC4C9A95BB130930B54DC97804AAB3ABDCB710C770821EEB9C73B320DC +91F4F641AC73635161493A5EB7C06CE2E2525D044CEFAD7B3AD5EE7E847435BA +A0D56F55A52B82613D74D9121CBDC0C95197A439460EAE7EC87A8BE474409134 +FA15687F78572CAB8D0E7995FB9B1A139A1C0810E4DA96511C02BBFE778F0B75 +17EF22246092022351D5DFC2B81BC41075CF5B5C3C4AC24003602C0030700842 +148F7ABD682B577BFAF9BEBAED2F1FCF741AAD05E48B2C312C584B1347449755 +5E41856D173C1D34E503E1DDD0648B32DDEC71EA73025EF91861D37F8DF4FD65 +B97E79240A71D4A8CC9C85CE344B45F5419B710CEBA27DB128C6BBCA59CEAC3F +500A09579E6B72B6DC388216355EB3A8B9340262A8C36587DE049231A1587225 +516DCB203D4764C17B28AC986D0A5468A4EF6C9C27ECF49AA5F5CF2B524907DD +B687A20A0BC04751CDDA97D6000031341B9D357F86ED4C0CAE289BA8180C56F9 +C9F79C66BA03B4048404C55B10E417890B3135FD942A480C5EE7F4CFDD8305FA +F1229D19B17E7201FC1E99BDD39C74B2F8AC036436F7BAFA2D0728B4B9F65900 +ACECD7000F89A3CCE561AAF7AED1318E03B97B2AC04F3ACB4F9030F1A2DAC7E3 +2110282FB5B1B10B93D10E3B8BE0ECEE39C58B179CBD38FC5C8FEC71EA0645F8 +9E12CBD79D3E9EB538522D048080030F7E75A41242913209CC87B7E179013272 +99F520664C8187A4E90A6DCF08F1BECDDFEB6B3FBB44CE7189ADAF3346396DB9 +CEEA508952BF68FFDD95BB0C8BE08C2E56EC2B520F0EE6469D7D9E8FF39084FE +111795DE5AE3C1ED22D0BC4F4E2FDA2E6DC05F3D83E637CA476FC9B13064F839 +841CCC4A4520DEBBA92296A904B77CB3EAE8CEA05178C5BECC6AF12042706E35 +8550D4549B48C84DE86FCDDDCDA695F0F2D020584E1B1638C3F4A94E428460AC +283786C04946B5FA4A4D1B4C1DF339EB031E46ECD6171CCE5A008F754CDD6F13 +1043AFEDBE95B28C6AA99F2B5C58D86C9BEA0AC5F74B12030B7027374647B323 +36EFBB6492968ABD7E4F34A34019D4295894D4D4F580FD6B4E891C7BF15A00A8 +619911CE536FC1DDF9BAAC1EF3020CF08735C6899B71B51FD2167AD18EBC91D9 +BB1026F560315D2280238998351708F6A2B5151A836B307E597F3577111EB066 +C9F2E6EE2D00CDF1579DAAE078099F7153981E161BBB4314AB92166F8ECD6E60 +B6F0A64F9B6BD46923BCEFC0160C004716CA04FE6988BED94CCF8D6D7C5689AA +CCD201C3D141396080FF8C3D871C0E8535886C8EFE0C5A4672E335A33475565E +A1913D0BC45C283551C2325A684EE5419BA18A63BB617E2E6C3253D66AD70F12 +74D33A6A13D001797F3284CABC445E500C128AA21C5DB2BE535673F289B151FA +A901A694BB6D3AD30B1348D6CDA9120EE915950C02B966DC693EF4EE39B7F6AA +6FE695D89E2ED682FBC03F41E081FB79BFABA197219933FF997B479CEC07ACBF +08E66C682B9DEB1EB161087995282D762BC357915D8019C40403A65E8CFC1519 +95733D7422CB55E15A2B7ACCCB18845424D1A84A308B5FFF7DE3ADF9CF00B75E +523ABC5DFD3752482641D5F88DBDBE6BCBB26060705A3311275406FA1A5FE432 +C6548495863E078DCD989A88B148054ED14865FCE20A07AD274CE4521A106B5A +2E87DB2088183928444A52AE8535E8ABF39413A62CC54F6FA97ADB4C0F2B7C29 +3F9315774960A9D3616C9C6D3E7835FC4DF9AB8487CC2A08A57DE146DD9A2507 +B1A9298C7E0E99612BA003F0BDCBE4B634633D6BCAAEC4D0D112F9D7651DA1A2 +A5FDF2A98CDCF567ACEEAF0B3A0509F2199964FDE5154703104FDC073F165C98 +D0BDFD96AD8E86F68D52E2611B87CC6E2E1CDC04EE776547485F9BBD25A32684 +4BCEBAE4B3299506E270C6F06199D958787F2B8A4C307306AC481F1FA915CEE8 +5943DA78AB58680C0D84C6E0403961A958D76032D462FC5BFB6120064BAE8E92 +E60D9BF483BD772A95EC75C3B58C7B93A535D09DCEF1BC7499AE17A7576FC1B8 +FF826CF518CC4E160F711E220711D2E0A869BB7DE8D069D77F58B7E3D4E055DB +74FD3088AA86F207A9AEFF07477052E296C5CC9A94A07AC6095F7E28A93F1D07 +D2D5FBF5077E7F61D30D49106DD7F72BD4148137ACB079498092F75815C8C07C +F9D35B9BBEFC8A25C0C57CA97A5E1C707163DB78211E92E0B4BF7A72675F0CFD +F31E8D495FEE04CFDD7C17C6913DF50F76845194240387D0199E70FDB548414F +4963B019BF9A7C1C184EAF99B0C58ACF333366A913C7DA0E15C5A78855733D23 +2A5613F9083E28093FD0C566B8849EB07C5388996F8A98BFA1B35106C90398BE +32E1DE24B89F0ABD89F9D6C2F32CE6C8848436F9F8C8B23B41EBA80D8F938772 +EA132FA1BE687B2FC81812755401954400BD0FF821B3CFD860CCDC78F5DD4378 +07DE1FCD62723EC4E3E8FD7B1468CB49F3B5E2673EF1FB52A441CDD6422F2010 +10D1DBCE55D12E71B01981AD1D5324F6CABDEFF192D2B2F767511ED442CC584F +D6EA91E84C239A9DDEBF60E2D248B7008ABF1CE73AC182B80BE0E2D22870AF13 +4A871B219806B5EEA91DF3D3DA823055886C9B2C854591EABBBBFBFF643DB2C2 +28D165C2FDE02BDDA3F5D2518FB0F617C0D475E29CC291916D132C9A31FDF617 +03CCE814ECA3B13774DBB134EA16F93848528274050F4A88D747A132D4219FB5 +C9E9AAE87E2B357518403C3B262DEDA00F44427B0B2D317026B2FA32AE232FD1 +1348693B095991DE9FC54F7931C4EE021C8E0D06D0F2A92285B4536AE59B949E +4311189A4328163867B2CB72E7145754F29741CDA47BE9379B9FA5491D5F6D00 +AD587CCE63418BD50DDD767FC4998E9410400BA136E6D5958C3104087D1428F0 +2F5A880B546A6D81B332551D2C6018A2D6D9A17C26DC0C9483A0AC1CC6AE2A0B +38008A0CA8EC1DC71B97C91F86B8FD8EF3FC186A6B81054DC6E3FB2BA26C54B2 +F0983F1145C00C4C79554A0B62731CED7039BA91064CF3B2F29F6B63F6081129 +D9955EC233023015892C0F40F4BCEB7CA9E5EF3B111BFB3281179D3C9F95A7F5 +94B309BEAC0337A99D43F8492CA43B70B3416E13A655DF1D2582B71A6F3CC3C4 +FBFCAB9AF8BC723E81A49FE768EECF460CF82F0336FA74933298CD675BA2DA9D +CA82F275D73FDBE72ADBD06AC631340B8E117284B169EE1D25F0AC07E9CE354B +56185EB6793C7AB6065A636512C5333507555BB07495EC29320DF1E997CF1F1E +942F2F5C2C295CB5B95188E19ABA457219B93BA8B75CEA05B308DB208CDF26B5 +3933D37C9EC0D48EA3D00F018C74B3E2FD3752528133B9FADA2FE6351A0BBC0C +8EE73F2A1EF958DFBF83604E0D083D5C72D4DA1173BF2AE417556B4AD8332FE6 +37971ABD52939697F3939C27E28AE3C0B8DE05E7EC8975721695CE1B61AE9D23 +42DAAF7363775942CB08141540001068863FEED057706DB15FC15C353DC08CC4 +137EED39BBEC14CFB10A301C554624090B5ED6A7D42658D36779A60952608D85 +CA294957C7244EEFAE4641FAB1B1945B0231DE09A79BC5072F0BBAD79B9009A8 +FA03C7D9738E03D9B516B5BFBE015D3BE9F9D6440275D55DD3B9A50DAF4C3448 +A2D771B91A749D61C9A95541C427672983CF33908C0EA063A6C6877A840DFE06 +D40CA54249BC3E2C6A1BD6662F299EF1985CFE103BC9DD62DFDFD0A0E30EC267 +45642152EA01EDD26D0DAC64EC7C1D138047E9722F9D71F02BD0372462159BC3 +464956ED3F9276E3AEBE39F427A55B56433BC45F3FACC7016F8124485D49F107 +18B63DBD3391F9EB9D98DFDE15022365AD72A0E371784859A923747680503DD1 +DD87D6A1B65D47A65C5D87E83220EA2F706A63B28237569412058CFE3623F122 +78D727FFAE8D6784A4463B098AD3192D416E4A31CDDCBFD606D935EA4E1CF1EE +96743630B3BB63C9CCF5606EBFB5689D443F17D1D0C7314D9F6E24E15D0FD70B +80D2C8A17A870B0050A0E28E6BA1D2857C72025A4D28BD0A475C4B56CDF486C1 +F979FD847713E7A6F5725C450A1D20A40C3B566C603065B0A550A67913E57B31 +46E4B0EBB10DC615D28D46C1ECB8F18CC386797D2A23AE98E6EE063C4A0E6E28 +F98656BE6993D10A16631C2ECD93ADEC53D66E77938A0A8698AF225BAD2EDD2A +FAA30480214B806C311522A904B5A3DA0C3C8F108B2ADBF1EFA41D0CEB3EBC90 +274767469E2DACE949BD1E92F800DF3035A5B588B23F9119327664A3E7F150EF +45FFD33B8CCE5B3F43A586FE363A088934830498F111B14466D94487C749071B +7BF6AC05B82CDF5A25635C54139E59D7FF282B79BC3FA1308A0B5BDE0590C420 +FC07980792F1E4D7DE3E6F2A11662BBA53266C5844CDEA6370911F496CF36D31 +5700B7A7A68E1CCEB1520A98D6E42585BF5AF0CED3DBC8F18AFF4EB970CEFBB8 +530B33C11196FB42062981229603950EFBD251030407662680A5922EE77CA0CE +CC9E789BAFC27C6F5CA6D7598D70EF246BFDD7B194C785EC1BB6E19BE9B15F71 +72CBF45D1E44BE43B5EF8DE710BA218F2366A746C8146C4BA036EA7F2985CD59 +E30902146571E9686D0C759D07FB79ADB281AC3668D4C912AFBBEDC9C0EA0E7D +CD290A9E211B609D9EEB724CD8787178B2C9593569C2AE7A86DAA893FCB1AE5A +C12C76BFCB6D92BFF33DB4A9DC0024F78B1C7A05385234ECC46C0932783D5948 +FC5B7A19E38845B4C8FA3045F884BF5D080B5020918D8F56F673F8B53A68E21F +777221E6079B31229797D040505C802753D457B8728D72CC5E4EED9F4CC58A40 +DFFE590BB2F986A07402EEFFD9951FE6C99CA88DC1A1661F1B05EF732D8586E7 +3842437BF3779D1D6BC88B2F012374FBE612B88CA153DDBB4DB25D920EB8A29E +444358B2B22E5022453913B7DA38CCDECCF05E83B34705B9A73152DB4A6779B3 +2D4438B37984E4F92BBE6D5E1B7BFFCBAA6606E892B248A1A7FEE63C9CFF0E05 +4657ADBB047ABE44DF8BC52B806DA5084E33A4A646AF803A37F78E7BAFB549B6 +9FA3E1BDBA86DE28CF5CFF341E53DCACE099CAF7ED1BD92EA6E95C789BD085BE +65D3D7B69F32DD5664BC17EFD4824D0E1B5F3E70349FA75A1ED7CB80346723BF +BA368CAEAFA8636584302940F6B1E9BED8C92D824C45EF5796124CCE3049C6D6 +6C9022A5D28DCB8053CFCBB70E29B7078C1842DB61E47E2691138AA7581B2DB5 +34F6DC9A8D97F83560E4210B70428E5F0855AD39BAE6BF752FBC873CC7A71A1A +5E580086FE43244D6D973C87C3B1B6E9AFD1231FADC761136F4C41A9D68BED0A +D559FBCDA05E5F5D4E16702F978BD62C83B034D5599B9FF8777C54464B77CCD3 +57D8CAE40AB3576D87647C633B1671BE526B64882DDCB32C7862A5B7C78EF9B8 +A646E5FB72CFCCA6CC89A85207D7BC34AE32A19257EB1D82727B0C7BDEB3F41F +C62ADD4166987A20F1732E30BB4354290E98F4380236E11A4AA80E19485C8B30 +60F7157AE144FB13453149410693833943879373EC01657B8A115A61A354C53D +AE298CA30AC8D77598EF55D10427EB046BD9A34BE55A23A75338F8F062FACBFE +7EE6C637F2DDA3E61D2052CFD792702F0C877B75F6028BFD197883F1C382CA2D +3D6A2977776748ADA866AF21F4764EA9CDC2767448101F2C0405E1C30659B28D +F9410C0B563ED262B4CA4B77920CBBC78AF65870EEA499545814BC2B3B2ED5C0 +3D5E4F3E23EBC2FA1A86D466C487DA2B7C927B839DB03E05AA8F20F7613646DE +8A9658B5297A68D25153B8B30DF769C36B80A8D36DBD3F94B4DC6AF115F89534 +4BAB80C6F0DE9A410CC4BE7045F9419B2E9C73350865E5B82BB6B4FDB6DD6686 +ED6E1F78CDC43E94530B742B38B69A5EE85B9811C65BB6B358FC9490F94EF054 +A7FEFBACD8AF6F30573D5B6F8EEDCB6A9CBFDD4CD25C76F19694E68F98449FBB +7D85097AA63532C74B2DDE25F4BE2316ED3CF31FD4CA151134CD07DDA44D6D05 +88F9C3D7BB912498B65E00CB584F37299573F45D31140D5F184D5E127BAD4DFF +77E90E0F462F309418755C35FA2CC0AACE842AF1DFECD0FABE68CDDE1EA369D5 +BD02BF9D7922A09842355AAAD017791F7D234C04D4AFB3DED005F39830DF7582 +E296838D7D6FC1BA8E716009AE5BCBBCF5D71D9B85B220D96A9417CFA693595F +9DCCF3AF9D01BD78C66B629F0F5CC0A28D4AB5177380AA9A1FF86D74AE541153 +FBE789910D108C8EB5384A463980FEBC7AE330E3CD328417A999FB69D6889401 +F6EEFF87E5039A376FA33C6A1555DCC3D39A32E4071E75C91E94756826F04A63 +CBCE1E6FBD2713E449E1B74C0885DC8DAA569C3FE3AE0AA9EB424E5FAA7046B1 +26AE80A947E5B11D8A8B109526FF86F3C8E0A324242CFADA9D8ACDF14328D931 +B7909B6D300C2F5B351AA4DACE4380315681700FA7042C7E215948FC85FBDB11 +8EEB9CB0568414BE0A6A747E8AD0B6FE2C245F09450EA6400CAFB4F98E519DD4 +6C1A9EA548F0D92C0E215219CF10DCDD636A526206B3EE49455D9DB09185F6D3 +B2F5181ED82AB900A35317A41B61D186E6BB57A1ED3BB67FE8318B295EE5E4D9 +771C3B3FC83A0FEB1517BA61D67646E804A5BA948B8B7D50FA9DFF8A4B85C7EC +4A127D21385C4360FB38E6EC4C842127CBB918BE5297110D15653A13D40262D8 +9CB174B7CD5737912037604023626FD572D119A25B8ED7C6BBBD713115FEA18F +9B029B671A19934263B0F2BB16DCDF44D3FC206CA83FF6FB81B0C447E8A74A31 +80059DF227ACE8173BB134AF38AB6D89C614E143D1C65656AD78CDA31EF50C2D +DFF406DE95D1EE2D62F7D9AB0F6FFB92578DE556FBBEA7697FFD870638BAA98A +642FEC9A6B1E272F934E4AA3F7A168EA2360A83AB78C4A46F62FA391830B21E3 +955B49E5C98151B500D1D6C55A3692293BB39F6CDC3FBE2981A902BA6739BE31 +F84CC0D26D8FECBCF2A4BBBA7526B18B8B60F9EB9FFED0211B30AF8F24260BBF +5C7BC820BB8C320AE698847AF686A20DE5B439A3173A962EF34459C8754CBFBE +48DEB849A7B6ED32A9C3ADBD825B8A2E88801AC0BAA0787DB9DF3A22B5AECA12 +D6C24711BE3D40B36F2BE87D4A564FD904E3D6401735E3944730C77D3825B6B6 +94279DB64C89D00D7E847D795D7407596312DD28AAE55C833EF18210A2D30FEB +41B1E6A1A9A5263802834B4A1770AC44E798F61AC6EF5447BA935B93A08414E5 +CEAD55614A6EDA370198F93D04ECA9DFDBD937265E283DFA59ADF721B9B442E5 +A4C20867D6A77F92B504AB2F816712FDCA99F43322BDFAB2E3191F62062A8E8E +6A151DCDA78B31E79D84CACF2752651DC087AA0FE6C196D2C714F15229F1F780 +E6BA614B5F0B77BA6997800150C6A669BA3AE758CCBB97F823C35620845C4682 +21349399ACEBEFFE9020799226E53B46DB56C9D89D6336C90D4AB26EC1546EDC +6832D5B305CFE48CB29ADFA7E344C14D15617FE858219E819ED643E358E33508 +22509EE13DBBA9910B4CC8A43B3C67076E4BE30AFE8974464A4A322194063D6D +6DBF176879D76597A15B2B749092D3E316DED90C3366CC76803386116CD45924 +45401FF984FD85B26D98793DAC95A55461905B682A8632487D7A534DB8F4AA09 +99D7A0372F54F12F03ED77C0A809A8030036EF262FCE716FA798DF15E6734952 +92D8A43D304E3B4715E7B7EF9EAC25709E40162C4BA04B5B2874283B145B5C31 +62054909E6D2F9A688C9AF40018FAEB99263CE063A3AAF07A282D0EAA2EF5F74 +BF6EA23D8A0A9414842E60069A4DDEEF922957FC4A1A0FAEDD938665A93B8CB5 +AEB55BC09B1253D3D5BA837563530BA8B4CF14B3CA0AC96E060E4035107B6BBC +2CA0C0D2E8F8B964F2E0AFC75BCE2151409A9464AF070AE6EF6DA148598BD455 +50853E45347692BF9E3ECDA7A057BE8B1AF525D139ACF0ABEA0C29D6778ECD97 +202515CEFAA2769298175E5025B060800781D72F9A6A03EE1F8C52475F6FC169 +86A488AC1C412EAB2CBDE08C815F7B3A4BB94CEAB7C0D8EA20EA384D74764D90 +7754B888C860A5D7BEE6E4508D67426FA0B0F777F881EF7E6F045EC83A8738F0 +5C919C3F308A0F91E1E836F5A656BF319256B2D374B9309381911991D3FA42D7 +32C630579EE692F6C4DD0B4B601E440E513D1987F6B177EEB8B74DA842EB24C2 +F2BF26031161B8382260569E3E776985573375745686414A4F0D0117817DCFA7 +EAAB069DE029C50A0C9CA4B61728F4917112788E5C94289020274B8F9C8306F5 +D2234B7C4105F597D9EDF5344BCDC7593ADE5B29BE591BCA3E984F141EB3D61A +FB413BA9135FDF86B3D56388A1C5115FB77EF824E9D12F9593B2A9513893598E +00CABF89509F8F8DE41377CEBBED16946525734DEE697581EC055F557B5D0760 +2F89C41C71C118F3872DF6A2536A36B8CE9920DDAB9FA90384B84579127FB06A +9C4369B8AD2C9FC5EA716C914946E60D7AC152861E11448A077262DA447777A2 +D5F696AFFAEFC852702562CB08CF8AD1E6FA92E4B7AA8D70528D845AA298810F +9F9394D722A875F1795DE7E896ED0CF00CB443CF704F17BDC1FA2AE4BDA70862 +151533AC508DAD9CAD9C491CBAD7D9E6DA0B3B59017621AFD264818132E69581 +91BA90CD27F55C66A7F0FC720D5B05B93056D37565910670FAF8EE6A3BBB7558 +382B2D2DD9BACD68162BB343DCD94576255E629A0AF08A8360D70705F54EEC3C +5FF19FDA8224BDF6960375EB0E3BDAA95609FBD0AD545DD849AC0A798F1C6E4A +5E974B8D719DC8706F286ACE2120CC8F270E63C0DABA9F9663A8FA4CD2224F82 +6ED35B007A8DCA5FD464584BE157D04E8ED1C64A9D5EBD46BB21D9B5839E2026 +8B9CCB90DCF9A69E3012ED2B87E539590CD41F9457F645EE5A6E30056384A5BF +C5A4797FBC84D86F87CD1B95CA1895AEB0A9446A5F1E3BA5E5B6D494A97E7696 +145307F7521AAA59A287CAF0949D6E6B5E9C9F09512FFD3B6B9FE2C53E0DA6EC +8F97A82E12B2EBBE3C47CA945C26E497FAE3BB01F0C56FCC494F7792E17AE1E1 +FEDF323546B6A3A0C5AD9DEEA4BFD811B80D75E06FF863FC6871778833178F54 +FD7A668DEF852A34019DC6718957DF4D621CEFD87DD1A8447957AFF35B71DEC8 +F12A7C7CE3C767061C3B2452EB1EAD9AEBEC546721002F656ABF0D1F36B84F58 +9580B9845C0B304243D5EFB58DBCD3ABF5257AB077472C554D4C67500168568E +DF5F51ED2B44DB8A7AC4B91AEA7FE8F4A55C94C9BB4F650AD06F21ECF134C6DC +ECB2AF4C2D2029A47DDF8DB31C4819FEBAA84131F4407D1FCCCD1AFCB95DCA57 +C746D08B25A8C95DDEDE68EE5A619B7FA01DC794AD0E116E51DEC7B5AACD636C +682DA663B86A76E019BADD4C3376EA3F8349E829A55D5D0878F89337944B3B9A +D12612792D82557CBC940A92E77F10FB1B0C2F24315B53B0F455D147A5E5397A +95F535FA66DBB11467D41EF04C112E5A0ADE4C7E7375D7887C4CFD751A6B7C9A +FE6131B11862DE7D668162A57AE1668FFBBBEADC64A96550FA4C7A1BAE41E4BF +81244CFF81C417FDE109B6A5C676EE4C0DB4BC6EFF574BA6F3A167B82C33BBDC +21EA37FBCEB424EDD7B16874DB805141E8E37042492F3A7E84BC11A1B03D85F6 +AC9DD0C1FCFDD8C31DB553C1892ABEA6DF187A3EC5D301FAC7F7B6CD9D4401E4 +C32A5007F0E683DA6990C40C211359954942BED9FF4E2A18BF9CB6E3C95DE34B +A4C3C6C416003F96ECD314D0930F79866EFD121FAC1745FB154EB231A17771D5 +607BF0F586F530AB07D680EF6E588E57993F080A6472E2C23DEAABE3999720BD +9649F1628E4A4CD6B570949D9438E78B684C80C7669AE9A2BBBB1EACC0961756 +F589B415ECF478628FC7575C3AA7F776E6FCFC29395EDB59F0995550A71DA472 +A302FE65B1893D73FD6845AEA58E08405FBAE1159E30B3556F3ECC8EC1A506B6 +5F8C11C0C4969BE68DAEB153CB2FC86F44B61E58912A2765AF96787BDB5C9072 +223DC5F651D87A87E129BD15C7EC2BE736C793CA1079303B30F8ABC9355909A9 +14824CDBBF254D1E4A8DB0FDEEB87B3450F87AFE631657BE616771DD860DBBB0 +0911C51CF980B0854C6A4A0243BEFC8D1A2F4CE848BC13E0CD4F483E55BB01D9 +5D43FFF63B0177735FE0C3FB9B49D1235D7A39EF3C8153DB7995DDF16B0AD651 +213961087EF0A3EFE2AAE31A492B856CD86E6730D41E0845EBBFE9A9A5176DF1 +C32A747B4B73B0A70AF05EACFEAE5238B8DA684FA5EDB6B62DECC297B6988DC4 +7DED8E671E876219132A8F4985D3AB78065B3D6B6789EF43E59D6081C04893D5 +4BE9C620C802E233BDDC2B59018EC31814351B224515456B1FD1B4D3AFA923E1 +373CFD0724ADB2B0D28DE0DE2EA26E4B3AFA29025753963229B8D2FC38EBD8F7 +C2B503016F4F479D16943D14757AF3715AF16A2494362F25782A4FD4C189079F +9B190F2C11340DACFC293B8A51ACB2F03ACE85105A908486503FC07175686D89 +8678DFD88BE0CBD791015B0EA3942344B4EC4FDE364AD65DEBDE43C6E51FC26B +AA4EBBF78A88CDE236845E09AB8BBD6B49303F141CB6625D33E604BB41C2E18D +B465475CFB85A52EFF7A35483F87F74CB48CFD02B12B0626B4E34F75CC8A22E1 +AA7FF8FCFF43C2157C06485E8B4FD7F6CAA2754EC7409D75381AA85EB7F51823 +F2427C7739868C84BB9713EB52C0CA86ABB93398AFCCEB1761891305381D127F +45C73AAE3FAA5706504758E3B11EF8F5E08276D9240AC873AA9741D39141E829 +7FEAA2F8414D2E640FCF1E7F0DAD74EA3165532C692D1D8CB33D66255D52F8DB +533D8941AEE5917912BD37F28C5BA43CCF6B0D2FD103AB87D2345B92FC6E91A0 +08D6A3AE7EDFEF0E9740FEF5BFF1AB01E0100DE63712DC59F22059BA350DA5A9 +E445BDB41D8B02E3DC8F150AAB7DE04F365155DD41E0F22C02FEC986E9DD6962 +1D486F03BD87DE3693C32F08A7FF1FE78CE7CB42193B026CEAE61510BB745EA3 +B394CE7624DE372EA10AD9F9F8E25351C8C944F0D32A79A4B2666B66D3253F75 +9C599255D0C710BFF00F111CD526BBD37168AE9F5AB3A13D674248E74057FBC9 +55FBF84F10BC9333160E4CE839C91FC2F689BDA688346C52BED07FB51808601E +586A4F989F9F7349A36783B3942AB489A1F8FBFC440A4DD636ACF2D777A3E9EE +6D1106D9C4587AC495570D3147EDDAFAE54754BCDECE086591AB7DEE51E1FA3C +3D87F35417E98CA103843347C5F9C9A5F02251BE926F63A95496A9B53ACC901C +8F7006914AA4C34600BDB1162A682E62EB95FEFF6DF1A5734F88C0BFBD0ED447 +731716D09F83C5C2018FD2BE3C2BCDE2729C7CC8FC421CF5580373A140227C00 +107B7D4E9D41FBDB970C0F04A23EB6275C98FC15F74E0C911798AFC2E2DF374B +9C59D84DCD8093C2E30234F9B810563ACF34CAB16B7851BEF96F179178144315 +48AF44ADA49D8010A15C6B14715CC3BBE5610A0A11D36B85105ECBBDA2735168 +46E5FE2B1300DE4994C73FBBF1B21DE69CFC83D09CCC87D34CC406334C850A1F +4A23741B9828D51E84CE0217B0175EED081EAFF30C8E2EB38F4F7DCFFBE73C3C +9C43CCF98DC49367BF3F08CA9D5105155FD82D0F320960976E8B2969D3DAFE4E +06CB794F2B4754E18B1DA52F41DB850A906F989868D9C0D075FADDB5AE3869DC +CBBDB6F444387A1223CC60F92F44F9E514FBFD62EAAB2126C3F8D72C58F22457 +0791AC2DE8DABE5E4F6C3CA0B50004BDDA5B6D1085B61BCB55F88AD951AA24E1 +4DB4D22BA8A24B4EC1D4DED5368EE41F481EFBF7A4C7356B1573B9F0272472E3 +C05B4D33913642DBC8B3852CA7FC1D04453224AA8245C3A28DDAB4C6BF9A8DFC +AE8B468A490C91150EBA1A8FBD70A9DAB06582C52B1718263C9529C5EDB04272 +9E0548D32BDC6E4AD1F558FCFF4E0ECBF5FAADC8816ABC7A305034228E5CD75F +31DEDEC9DDDB904BC9175C220CBDB1FD978658B3FCB66AB53112124041F1F093 +3DDFA363DD518DE581F59EC5999122216C5683E553C27CAAEA4969611726106E +7E613187E4B770F99E30B191B00A7378D3118BC036390748D091644211556A69 +E38FF76D3DF77694FBBF91FEE78CE1AF15ADCA683B7B25C0A74E029A6438A696 +953D4592CD55F58A8708694F8BB14A7B843F96EC84AEB66988B37698E6BBE9A2 +4466C6153C2BB2166D06E544F56B5C565EDE32FF659083F035DEB823FDCD18F8 +B2A738041AAFE35DD523CC0AD88F5196D7FF1A09BACE0E2D49413A3D2AC1CB8F +F63824FF35C54FC59A3CC03E34FAF18D04B2B6B7B174BBAD533A9BB612BAD140 +7AAD073F7E07A419BCF4DDA394D68DECFB5AC2D5C99DF29CFAC92B4C43DA4578 +614CC3C6B3277A057EF480B212308C64B2C98BC1B73A4402AE1DA23BFB012701 +C9EC7EF9C484A2399E5219AF9C4B7986FF49CC46CC387F3A5B61DEFBEBAD0ACD +245EDBC9770B676734CEE1C5A177635FE57C02A994A42A6D71B7374C678CE9FE +D4BD7D5011EE175771278405145A96103B6482C45C0730D82A8EBA94C4EEFF23 +A5FABE751BB4E464CDC5503F6EFE882E65874A807BC60D52F05E28A7A96B3FA7 +6D517D3C1C3DBCEB3CCEBC4C07545397376EBD84467B7C2514D4A8C902F1E2D1 +F7BD40CAF3D167489C2065EAD3B9310B9F706A13EABD735333A3634E31707EF6 +8C31953E9E4E68FC1AC897808DF6D4C8AD8D9D7EE57BDC320050BAF813E2474B +8B6194C755CAF81F1C63DA41FFB3BA9E530785862B68749FA9DF2A720A4C5BE8 +09907BC0D46B62CFA032B3A6F5B7619DA092814A22452D07641AB9A5012FA5DC +180A1873DF149014DBADC393BD24AE7062318963C19C3A021780013E8E564965 +ED5D9F46A89E14CBD0FC0C94A45C3D3E587D95AE46823D52871D6C932C4A887D +92E20619DA3D5C18EB557953936E05AD0F187980AC5C92E6FA1E8FE0EE6A8E81 +708781CE7706D6DF4E80585A7C1689D653587C3AF55D048FF87F1B8F543A87B2 +E8FB96FEFE76345EF1F59C098B431A1DA0162E7675443113A4C65CEC5789D3FE +1EF88CE98B19E8447AF2ACE3BAF3BB48540594829BBF8F745561BD2CEBFEA0B2 +A8E26F79BDB77358E1658CD8B99A9D0136F804D8EE803508C28EC218BA0E87D5 +EA7679E2053F0C29EDB85C11CCEAD10B4867DEC8D555DEEAF1625F0C0398FF96 +D87C3B9197A1E4BFD81F1C8E01C2426D61DC0D716C5A48FF09487397484A419A +7D636386026CC9F37CED7221476923903752D994EC7F493099AB6DD09622EA2A +A6AEE072C875CEC099C57B16F1B2713F185503ED65E119E28DC1387C4F786415 +CD8264D89E64975A1D36BA74FFF4F9E734ADD88910B2557FFFE45F64639A4484 +279F98037E2C1A022943BDA4EF7E6B334B6BB3BFE3BD231FBA7D04E2A36433A8 +DF5D9CA562D530E814884B7FCBA449A0E707C6C05D77195C3775136014CFC8C0 +D933558AD3060DACBD1DEA8DD93943C7317A1446174D5B882D84E7471B8A03FB +DA9C41C5A5130ED121F00CD425B8A0C30B8B2ABF10DB798755DBEE8C8619D0EE +63FC55CBEF26FFCFE29275E6E2514101D2C2D93969E97B9B630CF49735BC70AD +71AB9014F0AC29F573329CD096FF6BF00E26249391D873E264F6F1F7DEB330D3 +1366880941D0F8D81E7F02EC4AD3E5D8C65FFB65C69CD93C8FFF4C986F45176E +867FA3B61C95445CE00F997AECFE5FFEC3A7536C8956A39DE15544316CE91AB1 +2E5F76F4D703D12A140646582F5D878179DB2BA84F4D412B79E8BE6FB9307C5C +71344365602AD39DC88AE6DBA166B8CD8C2EA70CA1F0C13C2EFEE06682CAFCC8 +D4487C15490DCB1FB537D092785A5D0C30F5E9E541569D2B1E586597F32CE1DC +1CC921745ABB3575BF3DC749ADF63E9E490578C32CA4F008F3A2B4A6EE580DF0 +7AD851FB76B26BF715073C6F29C064DFEC115BCDA35949204E0B54096A0D8907 +26ADE54403BD5334C8E96480B9EFBF4DBF10C92243EB76708A6E2918ADAAF75B +8C6A6BC5AB0ECD4368D99B58B24EFE4C19D3F3154883CFE4EF049C665D6B4E05 +B8BC289426EE7D799F9D7CB578B325CF150B8DE3E4F2F2E5FA6BA9EC328D9D3D +CAFEE14FB71F2025DB83B22A287C0662E380E0D96FDA1F3B1B8BE4F0FE0ED1BD +F0884037A05733BAFAD2500CD1142872CD9C497D98447A75BA76B05A8DFC7CD8 +388B3634A22C8441D24BF3D9E573DA7987B9329AFBAA7A8C4E23155C04EBA072 +7465FBD0C939BCCB56720BAFD6AC9A564FDB6326560601EDF8B5CD3F4995D9BF +BD1CC0D23CFB9268659AC346D885C06F841B3568109BF144A4516CC5997B59D9 +C6221B6BA99442AF9CF3282AABD252DEC7C53DC5CA64ADBE57B646F90C6DB519 +60D0F207B3B72E96A1944190AE8AE462897F17CE37D5EDD1484E08FB216A1741 +780A8B488CB32742316AED9FB7F5FC1751C28DFE54EA0306BDB2DDF9CEC807D4 +F69380FE11F4C0E8D799D0C11C9379FC48F162A088DEA9BFC693613394575E6E +2C5E79BF75B4DBAB3646E608AA51B3D060BCF759CF0703FDBFFEFD3F1F3CBED6 +4595CF903920EEBE5D4BC0DC80EBE89E874BDE7F8231AB87CD23B9124DDA6740 +646047610DF73FE8DBA5E443D727D5A7BBB61B6E64D19AAB6DE62842FBABA914 +BCCAD72BE7F89D1FA85BB383994E4F1F04D66358877032FF981D4013B4AA7F12 +4325AEC53766C7214C6C904C3A232CA3BA3338D2D4A303EFB687C9A156EFB148 +62C67A47C668A75961BFAA8C97B163331CDCE7831EA8B936BE864CC49A1ABE7A +59C2CB29A537973CA8B416EE88941553396BBB7497DDE5252C1D066E165BF330 +5293710FB172DD578FAD3F6D5579C8E282FE8B3671F4B117E5A9B38000D8097C +DC391E3E3C8B46126CEB158AFCDDD24E610683F4178F1DA022C3EA75E5747A9C +B793E62983288C0B8239856DF2FAC9D91211517B296F8720B6BA311D947A14A0 +80900211DF9F9CAE0446882FBAAA77CD0472480E84913D20F2A75F55F6E911F5 +0CE83A921C215F26EB06E57D33098F1B2F50308E9FA2DEDF7B0B982EBF827C24 +10B7D7A00907CAA46AE7AE44048780C2AA2DE80E9328E2B2ED55AA3EADB023BC +446405FB81C812E13D98B859C1630027BC757A176DD83BFCDBB48A369574F738 +63E28456EEFDD4F5FF547C72715D0F504C586A4506FAC9BE2E7E546B8B0E192D +187E0636B08309094E6A1F6CBFE3EB0BE9D053F69949A843EC4686CA0AE56248 +FE32C5C13CA9357598E4CEB73C9C7DCB94C03D4FAD68F0CB3CAE3D931193993D +FEC5B0E30F9EC9C9E8B2F2B71E0C078314BC0C1BD449221201572AF04CC06A2C +666880A6E99D35F5B0BD05A4D2F6CD119F11286A0C6BEF84184ADECF6A89B870 +74F11550A66026E4CC6ABBCB67A773E734197B702010917CBC5E709A1A4A2789 +B62F5EC76DDF5D46FF55293E36362136599A403AB846EEDBE8FFE7A696A43EA2 +5E34BA765D20BBA7E5FCBDFDB236BCB443FEB1AAA2033E29FDEB9775DF147ED4 +A754AECE6A186F8CD73A664FD447ED51067AF7FF59AD49DD654194D95E370245 +43028F4C73263EB43AE3256B535439357A14684738AECB544BAF02E1465185AB +987F44B6C5101A2068D9DEB8495F84FCD75490FCE2C747E63D4F716CB05A3D44 +6F4F13F1296A986564C912B046CACFBAC7E402F1090A88CA597653E35D36B5DE +EEAC713F7BFC46847D92A99C067B1A83DC9A73F5EE9BA7EF5DF6E038E656AE4C +9E6637038CB3004923BB279025DCA068716095423F2925986E5DFFA59E891AF4 +E8B5889E49203F620BE9DD913795CFB54D0D005CA29AB9DD3A444A0760CA14E1 +8E553B4297FB2FFC5C274BCDF68892F2717B167A5EEEC8A53EAD506CB45BE549 +A4F94FB1B9997746AAEFDCA7C8D7578519B0AE02D4B8E824312A5906622D2907 +EA9CD957FB2CD7F515B3D8F6C32A30E9682E0C1C2B2E23BD459B9595D6ADF0EA +FD32E434F71E06B46E28D5FA1021D85D9F71DABA44C59DF49333EFDDA876C0A3 +57DA20F72312D8BA203BD9BF91752F5BBCF836F2BA9BB262810B38A74A007CC9 +FCB58D66FECC8B238AAA28FE07C004DDE2B15B9A6369A91D9D646952F1656144 +2728B753E25C0B5E4863E84BB32A5E302EE30C643F54064A55FC2CE63403BC7D +ECA0D87B040FEA888C37CFDEE00B56803007717307A1C068F77AF7E59EFE1FBE +7898E6730451F240D53DF28304F211EC2F914B9A2AE930145C65985064816572 +36A903054E1CDBA6643A3C900149E551E997F61BE2BA7CB30586069538C1F908 +7E6FC6C904CF806B4471DCA4A22A8226ED559C5C9B5AB6222102DFD6DAC108B4 +47EC0855271F9A1E660E4E76DA513103DC280741EA08C8A5D8E14E3D2EE003BD +9018E77B7811FCB86BC1E5882197ED0ABA7D982441DD28A78310B18C11A081CD +4EA026B98F7C377314F9D5959F3689C26AA5832FB38E4E4807B65A66146A7390 +FD6B881212C833D70533B0DA5F7546FC2A938F6582A7D9A2A4BCADF06BDCECF4 +B9CB9DB9D2F1FD8C46A5BE5E9E34EAF93CE3D1BF91DCD1754984231A07952471 +3A0CDC14EEB34E9074B3DE5F95F841924D07D65F19C6769E96F157B51B98880C +209DC10E963C6DB36053325D93C16E71B166C71E6805769C73165C45492EE28E +84ED8CAC736A647CB77BF0E568B1608AD410AEA9CAC3C1C4C67421A46B89EA7F +C3295703700C2BF7D2828D9FB3AEBC387523C168B1B0B18AE523EDF18A7940C5 +335CEF8EAA16AB3B2A97235032BAA84883734C49DC698BC2F18D751AECCE9DD8 +158165466057583C434BDD165D032347B6FF81288A37E6A4F358FDF0027D7BD6 +1D73663F18B1AF80616E8441164E24FF27669F992BA5C3014A859CD19E78F8F1 +8B4C43AF9BEBCA8984FF36A0C97B2CB6CF782D910A738A2EA8D486D234E8DE58 +27523610301F14469D32CD3766B1BF6661B283BAABD685F6ABB92DA83D82E6C7 +0ED62EBE24D3B4556393B98D46ECD461D65948A4E7E6E5F61A10379B78C6B5BA +2D046F5E6D34A74A4162C3AF154CC0C2E93827C23B7643C254F26FB1BACABB9A +7352B2C902EA7F5ED5CC5E37CB3205C034FF44F98DCD39E53BC2502F73B52545 +44A9CE09057F594962BFE5CC61B34FB31108398A7856DD2AFF6920DA37D183D0 +9B043F2B11EDA73F56366575FFF2420AC70E6B24052D303ED67D860EEB64DD4F +95269ED305820A6353AA43F6EA7B8380CD1A3CD765199FBE088594F6EA196A07 +CAB0F1AF00C6C757576EA0E468FDAEFCC2B0AD8B4A5E6CD19D2154B51D0EB540 +7EDD822FB42B3696B26858664D1CE0BD6FD503A60B04B3D2544824D3CE51BE59 +F9D16B7CE05C5D4F09CE92267A2CBC378585EA803B60880F56C310A8FF9E4D44 +94AEADA36855296D9B6867061ACBEFFF336755DD2F8CF6FAA93E055654D81084 +B7404B9B198EE188B1F7096F340906EA209AA42B4A84AFA99EB665DD0E5FFE64 +2F3D36660D57F91DBF2462DFDE3762DFF12492BCE8FD1A44967F0436E665BCE1 +0AA9A4FEA32F06FE06A843E9EA7B8EF5C9FFD4B7A508F64FF0AE48BFFD7F5E7A +92A637A3864A238E4C88EB2319AF03986BAC6C753E95F2953946B187B9D4019F +A6C77289E7F79FFFF11A5E77A7803A9ED06DDA489581CDEBD18FC04D77F68293 +ABF8446DD4140ED2DE31B6ED54A8649F81F054C86F72DB75B900AE4CE0DFF48F +EFA0D9F1FA4A66EBDB45A3B5067E4FFBB9FFF70E575FED7811962AD08A13A17F +0523F8FCC87407BE6FF1EEDD301146FABB1D3928B7CE6168F52E0921CC471128 +9D8182727E9F5AD0DDB490761651B94565D94312D6763737FDEA9FFD07465EEC +C5250F60277A155081578F7EF9F49685102EC779D4BB4C1B1273F8424916C3A1 +97CD6DC33B1C00C6D447A1C6AD3BD52EB3C48C87F1FAA28427B929DCDB53A4E2 +65F9888BAD978B7717601C0D313983E4E6143AC96C2E998A07EBE1973B58F6B6 +9754E7C58BF6CCBEB49E75DD5F428D891EC9FAAACF6B08883730D5FBD969900F +F578BE563C5FA74F84FC550C6D1A1853676226C8EAFE9DE67B68B30101053041 +C8922E79F7EF8EFD5B8C2A716524290D0F3E6ADA9F0F1DF6A8B83AA7C95EED39 +1D485629FE834AC021200077C98B8BAF14E7523B1A11A9B27071A56515211E80 +E26CC6D50834E7F019789812E8F5D0258AF931828D137C4CF346CD50DAB2E514 +9A842E08B2267D8429523876363D911723FD32ECED88B47D26C2F44AC7AFCBCA +E0D1C27B5342D687A6EA6A1D454D362C42C9B6F1BEBAC331587D516C3134A185 +CDFE624A45089CC19D773D31CC233C078F8F474698284B7663D87410EA28CB66 +D1AB51993FFC3DBE5DAE088BE53F7A074EEB6C658622D280045EDD4E3BB9C39F +0D7EA635D49B87CF1845E6886496B04916D1E0D5B77EC888D74BB9BD2CA723FC +BBACD079DAA55F6C8523E78C315ECAAD7AFE6001D6031D477F7263B3CE7D1749 +969DAF3B72CF76E7C7F0B8347ECE9E53AAA0B9024B68972F6596A7ACEF4304D5 +B947965813B68F1EAF7D68E2E3C9D7906B58636B2B25BE4CBE5F6CA950C26CBF +88651E17361E48F7EEB06072627F99D64B81E42F571C646841471ED9E245CB95 +03BAE32CF75BB3C4FE783E6F5DCDB83878677404EDFADB975B40BC4BA129D9EB +358D020467D499F43C9B7F7230D1AFDC0D96935159A7BE65DAE7D08051B113EF +E699D68A59B00086607FDFB2E691F007D932595BF8A90BD36E3691C08051B3D1 +B3547A0D39884C8625CB193929E69668967CF38145D92089DD99BDFCE0B32531 +FAC8ACDB5AC4C9D76545BD68C67F207BA46AC0133D88B25DFE0EBAA82200844F +7ECC2E11DF329C957D518A62E83CC37172C2C4CD44FDE38FEAFFC17C3C2AAEE8 +358C9B8FE4C3A47139CDF05DA63402166F691C3F140720D96D7FD151484F386F +5C0969C16DC34A00AD5922782FBEC5CB971E7A6984FA658133547EA470B5D940 +1C2F142DB1C4155F69DF679A8C95CA581E4FEB4210C4CABBBEFFD6D7540BABE3 +5F4948E5B047E39F4A459BCE473CE985AF4FCA5E3E17D57FD768C94A30E73C5F +E3768B844E0002115B973C6D0453A108E23C4568E5EDCB40C26D4DB279885D27 +6444513BD19D54E43FEB980C13AD335F447D76FDEAFE8AA223F857DCEE3303D7 +A75BEC0A42FAB4BAB6E9B4F161001044E865F88A9FABD59AEF92117148DE9DE9 +0D2DF3DC0536765D24CB64F05A0EAE316EC41F87082B4B5FF62DB21E80B5B587 +08CED009F04427B6F1988046D070639DE4DA61033FB29D57F1C610DDF729F2A0 +C36BFD6B60E964D6F5D93F19FF8DAD883537A0F8C9097A89B78B702B90D1C2F7 +5AA7817D8F283AAA7304D61B5746D7BA945659A79582BDF47C29070FAD858E68 +4884CE4542434D37934485D402F352F9C717C558E0EF7262DCE9C0A0EC73B0FC +67D4524C4A509ED01DB1F5BFA31F2DCD0BBAC1222C90DA81C0723C21D6B7F517 +6A7F6ADEE0858DF939393618CD8EFABB372393FE6581AD7792A5836458965160 +3F8B491E9B92A70E6AD8C823205DE74CE18AB5857DF57E3DA9395263B507B4B3 +55B26813BC9CDF3AEC45B28DC4C3E62052C7F01E3C4DAE74C2C60ABBED30FE66 +D16990F7A3A794BF0124A34C3B8FA85C926794576158E710D450BF3FB5C32B5D +528A8C198016791AED3C1E640DA7C6B2A6700234D3E3EB6C2CAA0CD70847025A +EF49573E7B77247D4D5A9AC9F41D607474A8045EFF13A4474FE216DB9EC9728B +1EE87529D18C6F3DD5F47879C2409F77D46BB13416854D1E757A25D4501B8BD6 +7EBE4147577282C8727276C247918A068BD34ACB1D3C660C22677F5CE6EF6B43 +0BAFD51654EF10134DA74AA5CBC5A37C5579A28419448F5B7BD60E082967717F +7AB18A2B535802860C428311779904B2454C3C2376705B1CEF8D07AD2A6A37A3 +4EDD1114EF66A0871AD2C451026E8BCB6F57AF7FC568F46AB5D7923BB00B2D7A +9D3DDF94589AE1F8F0A8A4795C6D6073BEE8E51F2171BBA9B82235C85FD86E8E +6E26941D9A40651F2177F924BA6E83A4EB95E90B79F38BFDACA929F4C72E1407 +E015DB5FD2D467C0FC78C3DA920461FCBED14E4BD099BE01117D8EEFCC8E5951 +7DD5AE0E4CD71D3C062B1FD85E430AD1C308FE439B5A1E5F3190F5E7388E7291 +C88BEF1561BF92FB2FE38082586F0E2C4A127533B75D0285275405BC6D7C268A +314CC800730DABA5B2DBA9E9C3AB1807BA32EF715B88398811CE3C9D29A27AF3 +DA2A908D934A197415B5D8DF47C67E36E8075E91C81865F1B00E0C6269D3EF69 +9C84FF17ABC8EF1320670A5272C446F7BCCEB7C752A0104739B389473EA6D201 +87B6158731771C482CA9725FFD01980D04458354394011ABB915A8CC2B1D3874 +7CF9EF9FA0D8EC4860EF1758F096C6DE95D82D607617C5F67CE801EF71327381 +5DBBA0E4C9F7905C07469837488181361AB02423CDE0FFD18F27730BABD26116 +2F2958E213B419AE3CB353025DB44AE9EF1B75132DC042AF87874067B1060FF6 +59D0A4E645D8E536CB6AE9EBC1D17904F22ED789031E6D4578A9299CD2F0833A +AA60FEE674D53A7854CE0A2A5C990C6D7164D554EEE7ABDC9638A4457B12F3D6 +07619C1C8293D60DDBF329305CAB0CB1D0F67E63F92999F002C2CC5EE8A1D1A8 +1DC99A7E0298812D05E2A66DF67C8257322BD7733EE5B28355D953F0A1EAA755 +D659C49FC10CA5954386281D58480FF0BEE41656382B4951B69EF74942CFC83D +D8CD545CCAFC24E28275F4FFCA8B0A99EC2F78116EC8583A3E5DA570A80CC7EA +69C552B6EB7EB777AA4D22D43C382019B88E4A543606E2AF0785E920C74DBA66 +F5FA87940EE2A118685C654C8D9CF4A01F06A5A6051143861836052B25B28F0F +0CCBEBA46B3A4D461FF37B4D21F95FB1E632AC9A2D3CF53839EB669FD445516D +BF40BC9376DAB79CE27B235CD00A3F3B39BD1783EF11B5E732C833500F088BF0 +B73A502C34012F813B2036161AF15C837C32533B8BDFA97D5C8E74A5438DE387 +B8F3DFF2E9CE81098CDDB7CFC27A9844BFBAB1FC57E91C0A5B0D493EEBB9429D +D4033432F5D4939BA08E8306F7A8510184CA6E1576C555C30F436DFF750EB473 +F2B0DEAAEC80946CBC6E82555CBA78DFBDEA6DD326D41166BBC6E21945E47BF2 +3D84912E94D487BDBAADEBA1BAD89A79650634282A4A93968324E1F67FA557FA +3CC55DF4CA 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -2924,25 +4897,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMBX10 -%!PS-AdobeFont-1.1: CMBX10 1.00B -%%CreationDate: 1992 Feb 19 19:54:06 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMBX10 003.002 +%%Title: CMBX10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX10 known{/CMBX10 findfont dup/UniqueID known{dup +/UniqueID get 5000768 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.00B) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMBX10 def +/FontBBox {-56 -250 1164 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX10.) readonly def /FullName (CMBX10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Bold) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMBX10 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 12 /fi put @@ -3002,343 +4990,563 @@ dup 120 /x put dup 121 /y put readonly def -/FontBBox{-301 -250 1164 946}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5F00F963068B8B731A88D7740B0DDAED1B3F82 -7DB9DFB4372D3935C286E39EE7AC9FB6A9B5CE4D2FAE1BC0E55AE02BFC464378 -77B9F65C23E3BAB41EFAE344DDC9AB1B3CCBC0618290D83DC756F9D5BEFECB18 -2DB0E39997F264D408BD076F65A50E7E94C9C88D849AB2E92005CFA316ACCD91 -FF524AAD7262B10351C50EBAD08FB4CD55D2E369F6E836C82C591606E1E5C73F -DE3FA3CAD272C67C6CBF43B66FE4B8677DAFEEA19288428D07FEB1F4001BAA68 -7AAD6DDBE432714E799CFA49D8A1A128F32E8B280524BC8041F1E64ECE4053C4 -9F0AEC699A75B827002E9F95826DB3F643338F858011008E338A899020962176 -CF66A62E3AEF046D91C88C87DEB03CE6CCDF4FB651990F0E86D17409F121773D -6877DF0085DFB269A3C07AA6660419BD0F0EF3C53DA2318BA1860AB34E28BAC6 -E82DDB1C43E5203AC9DF9277098F2E42C0F7BD03C6D90B629DE97730245B8E8E -8903B9225098079C55A37E4E59AE2A9E36B6349FA2C09BB1F5F4433E4EEFC75E -3F9830EB085E7E6FBE2666AC5A398C2DF228062ACF9FCA5656390A15837C4A99 -EC3740D873CFEF2E248B44CA134693A782594DD0692B4DBF1F16C4CDECA692C4 -0E44FDBEF704101118BC53575BF22731E7F7717934AD715AC33B5D3679B784C9 -4046E6CD3C0AD80ED1F65626B14E33CFDA6EB2825DC444FA6209615BC08173FF -1805BDFCCA4B11F50D6BD483FD8639F9E8D0245B463D65A0F12C26C8A8EE2910 -757696C3F13144D8EA5649816AAD61A949C3A723ABB585990593F20A35CD6B7E -0FA0AD8551CEE41F61924DC36A464A10A1B14C33FAFB04862E30C66C1BC55665 -6D07D93B8C0D596E109EE2B1AAB479F7FAA35279ADB468A624BE26D527BFF5ED -E067598E1B8B78188FA4BCFB0B51692D07B0BEBB930C6F0997B437E2C51B876B -61A563A2673932C2045833FAA35DB22ADE12102335D5DC734AE3AC5EEE6658D7 -92EB62131E1DFBA441F53EFF9021D9D4C491F26BE8F54C61165CAD778CE8695C -EEAF70E3B20C64D4C2B34A084B5770BAB2A974E898F62BFE90F132A37E2DCA4F -43E13DB13C94DFA8ECE2B7374827AE168634FA007F8981ADA046CED3448BF453 -FCD9A4F194FA648F9FC0971734BB69CB73439CB0DD021D44A7C11BF295E81733 -4DFBA460FF3D654F9FB337E99E6D66FBA87A817EB9CA1536C84833870E3626DA -55D48DE850D3E6F6B29DA0E7C9D681283586F208DB8D58042E3A7CE55BE84822 -C98237911453E479EAB65AFEBA3F61A763B40E74535BE56C9D8D06DDF9441741 -5C9D9D917439368736619717FAB4F06E2C329AE0BA411F3FD522D9C33AD8369B -D7DCC9DF993778482F35F965973DE876FA19E109AA198A00658AB3F0D8E3DDD1 -08A573F2D525202AFC57E05D141E6C0BB811E1FE280EEA002B7A45BB363AD06C -318D320D2C81AA5DCC842CEF66E7DF7670588CB39C9F42EE7763A3A17372432A -173BDEF7ECCEA297CCDD76A835C36DCE9DB8F8CB66CC71B4920CF5BF055A5260 -5B41A5373BA6E4F63C85671D979EA5EC30D22163E6D206168A3827F465279870 -CA80E6632872F721BBCC622EE4214BF723551C846765495FA9921E11FE1A950A -53150C3F5D8595958A47E0B16064CC3AFD65DA294FFD111153F4F233BC5468AE -69585C16CFBFCA32C4B96C161F47B56661DF84FCD8ADD3EC0E12B5AF108B0A14 -AC3F8338E1910099477D1F7AABE1226065176FAC05C0C1DB0211AAE7FCAABCA0 -258EAF4CF3D865D3E6DCBA5BBF1E7E6757DA1FB964E824C6F7D06CF280690A93 -80EE0E7B3C86169FB6FEBF4B3D65501EBBAAF733DF941BF1D418FC7150B35201 -4502AB972EF1E5CC067CFB4B7E40A51E2EA2EF6FC8220F4A3B1BF89585DAB88E -81AE9FDC0124E0CF740BE6B7714D7CAFB51B531858A991B9777A3D2F7EB3194F -7FD8D50F0106074F69AE7C3069F61E91D8505A1121B8FB08708B0E83A1F03165 -C949FF1D3EB5908E4FCAF8B6DAD7F9BABA3201D6F243E494EFDEEFDB354F03B2 -BAF94557A7CF60605024A1CC4D9150743D2F5C7E65032A2BBF5731AC4034A3B9 -A916F2B640733BB66AB78226DEC49CDC4B42131A73834947DFC6789468C8A750 -BD510488C8D611168403F6591ADE2256D5C89E7CFD2F47D008EEC22B3ECB8089 -374768B8F97D334D168AEFBBC8914D0B4827F13B3FACBCF33F07427D7715F344 -646EF39AB455A1DD85593DAA76BAFD2FF7CFB5C357A6221F458A151C3409C9E1 -4ED5A1031F84BD428DC3C91D5F05761322D36B42609C374EDCA9EC9542F070C5 -4C4B7EED32171EDEE9FFCDA33189DB732B835F4386406B96E86705E3E88BEB8F -48A777D89A206F2E93B97DF96D28121555723CAB91516986665A7B94C2F3CBB8 -FBFB783B7A1BBA46BA450936338D70E17E7636178E4504157DF0D91F0CBC66D7 -6144CEE28A7C8F48639FC3A0B47A49FCA43D61A73E17A520423D8D91C570833B -CE91CCC9674EF3DB1E1928C5E56FF09DB47C9634D586533528051AD4903EE131 -62EFE619360D038C51A830C851AE7FF1BC1655587C64E89BB59C4ADF06856D59 -505BAEAD7141BF4D244EA9B73BD3C0A201CAA0F94A033F6AF89F17A00CB10996 -92744553005B6F79C00F13DA2392757E0E5A724759B69CBFDE1E5F27E3493480 -8045880EFB36842440B32DC9C015D6D700CA3DB460FB923945D087B73421E24F -01B14020A25696B95716724226366E05B8CA415F312D655AAFAED12876A3A288 -83858CB41F4A58FFCFDA14892C0EAAFB7AE15109D7D811FFC59B811E3ED80607 -4EECFA723007BF259095902504C3492C329B6DDE51EE82AEC7AA148A8E5E1B55 -596CFF167BFB3246760273F1D77436BAF2368B23D507C3E3EFDD6ECD6ACED723 -CA21226CA02EA0034B1042F167CFF3DDD00F84B5AD0BE0FC883C7A90DAC5F0A6 -7915CB107A6961D3297891B3B681732D1BC15F22199D1166C605F90F4CA02E15 -2BA2F1B3A885FF83685C530C8E3A501678DF4B9C33CBD0B0178486927CD754CD -DCA40BAA159E87A27C4D8315B2C867971BE18D60D2748B3EDD47E30A094CED67 -3B1BE4901F27F52BFE60F1659054733C32FC39B55069AAB2DB7A202E9F5397C1 -374F9DC3D9B58B30F6D926E5BAC0BD7B6AE035196D5CE64D78233F680FE3999F -345F629B90B16F136B833EA874A9D7571FC1342C39270A8F6A7ABC2D1A85EE9C -F4507471C95360CE446DDFE3E78F38645EC731F3FE4442B839D07909C00FA8F2 -2961A4383CD6F28066F2E9EDEA93017F83D159748C8FB3CB3D3C60ABBFCC5716 -F700401739811AA0AEA6E99F3B3053C7136FCA968F5826B738D047AF73B015CD -EE5F67C91B789BB4FB41BE071E48CE7DCB8C2298F9E451EAAA724FFFE506B97F -160878DBF1CDA2598B436C6E213A3D0D1181A9A88EDD98DBE2CAD24F78911928 -F818E793BA02266109E77117C298B578898062F8DA04E81FB46410914FA90C67 -4B8EF36B6719C92095ED4AC0C4FF9BA322E0F3292A2754C6D20DDFD3D988E1F8 -F8905C78DD88818B50BCF685F76D20BC123AE46E9A1CC63252F627CFC097FF5C -C9FECCBE231148F2DE34C57067A43C8BC77D06583806D314BC299F1548335AAB -019CBFBB9C90AA72EFDA852E5FF88FA756D3B110CB58C4D2B38D020150D0C9ED -2D12BD1208FA06725FC222C74776F8DD01493FB7CD56DB5785A3BCB05FB51C6C -DD3DF621E61A19EBABB38AA83B0EBDA7199EA34CFF3094555DED0E135A64B83A -1697123EAD6C6F248F020FEE39D530085D6F66CA0942A1223010CB3C7A3171A1 -6FF89828FECC5E35E005C92F509EC5707B6F137403561A0A8240F551C6104B13 -5D03D96EB0E76683D3382FB5F3EC85EEEAB8977FF4FC6C3D2506525629C16B11 -CCD6810D66F1D5FC26FDED8E0C034045B9CF05DB483EAB596888BC7413AB2AD9 -5EBFB40B064C97B8CA5C00FF3600D1105C062697E9118369F633CD5477A0AA68 -C8DE35D02C7A2853891FBB7416881225C9AB5435E91105296E2443F95F65CD16 -DD258799BF23AC3646E85253B45C492C8785E3B757AC8245BAFFF35D33014A07 -F61D449386012F788FF40F9B7CCB9E248BA4169F6CA052F11A32BE21F12B0D67 -6E5C628F3275A5F5281B32B2230FB6A9F44286FAF489CD21A7AA14D4ED9699FB -287BA25822A0F9E20B7E74B53FF6935F57808EBCCF7EF97EADD8C8BF96B62A3A -F024BE50F94A6571318700A1F6E364C7EAA28CF574DC8AFC4DC96157245A10FF -506D7BDC8B2F635F2C0E15E502DCC1D33C0D4918E95DDD05B7BA610D9BAE4029 -8E79C541DF2C5F793D86746A24B3783A9A82D99C5195A47D49C7DFF772E0EEC4 -6B6D4EEBB60E4482D74215B106BF76162C24449A4521B1BDFB233CD7CFE3B9DA -BC50CF0D58E8CB387E2135DFEEFD0A5A2C1C6255BC14675957A24F965E0600EF -98AAF15BDD37BB44BE237ABE5F33A17D808CBC285B6BA576A2DAC71F6FEC255F -A69C0A4909447E5D1A494A6DA527E60306E9969FFBC2A8EE1E336E6497B19284 -66018BC2A53B4E6481AF12E4E137917066BD4FE45EC5AEDB37AC01ABE242B282 -EA1591D3C76804173D9C46C142080F060F93A2363D72FEDC2E6265AF9D74F5CB -2CBDBB508BF83EBA6F629EF319E600BF6D58A95AC60904861C52BA41F45CCA98 -BFEE8FC7DBEAA899F47F49934908BF6D29F2686AB3B93031D7593727E5534867 -2D7E022EDC8ECB83593A64A6F8EE6646F8A9BAD12B35872E8B9D3B0B043700AA -CA077D8D1985509C8328BBA940FDAEDDC2BBEF47DA62C1BFCDCBE51785C04A1F -CABEBB87F069083C915FF65A13A83D2DEF0F093F47B4FDA6EC0DB9EE4416F148 -7BA87417355406230598B0B8FD191E22FC3B0339A7E92729521581F120EAE210 -DE13B6943E0E19D32462C7B31A579869EB25B0D887AE1A8DF3FCDC52F836FCCB -71A82940867F3DE634240C91FB4B33331C0AAD79C5BEA947950D12DDA1466734 -0AFFBFFF2870D5A27236379DA028909500943006336813B641D300E24AC4A86C -DB8035570E17AE4AEDCECF79E4A27A02C0706B611AF82176BB9F95EFEFB8A22F -646FB009B89CC7748806EE1C5D107ECFB0C33076E9F49B21258FB309218D2AE9 -00E501CDE1B8B0FA61817108F4B391DEF6CF62DD838B6CC87E1363DDCC381C69 -E9C2025F6B766E0D89CE270F752FC0473A58F9699CD8BD0F980EB8BE243A2232 -90E58EDF14E1B64325663E9F7F17C7CC416C0E480471967E47743E286D3D609D -9511017989199CF1FB2C29ACAA94598CDCC2828A3A46CD3FEEA29CA5741B2C5D -0365E46106264DC3C9F397BFF8A57F74ACD94E26E3949B8A1306D379323AD8FB -6BD9E97F98529269E937E201CE4974A42EBB6755B9D107306A6DB1A28466B526 -825DA3C0BBB6B7292821DC3D39CDDE071514C1086F525596A94097F42E976C54 -428C4EA75676DA38F1599060B6D544C428773D74F736BBFDF4D29DAD7A794137 -186BD660EA06FBE1A1574EB7E07ECBC1E184D93AD0F5CC36F8B2AA8084731CF7 -BA3CB7AAD5B1ACA1E291B873F50EF849A00478BC6AF966C3EE1ABA7A26FE0BE4 -D95578C65710545FA241AA4193F51B93F17DAD7BB09F2EB0C5F8F50F6243C3F8 -A61F57DCBB5EC2C080A1A2A48E7DBAF87F940B2E38958EA7BDD92BF448485AFE -6505011BD2EE4DA2BB2A500C259D1A6EADB427FC4676DBA795FB83FE24394DB2 -143A1FC9A5901AE3EEED5E0946DC6689F5908BAAF2CD27EF6214D0B87BF3D5F4 -0FD8C19996DFDC53959CBB1C2A101652DBA289DEC349C1AB3A5AE37BDD2FE221 -384944C0901B7587CFFA14C35A95B65DF8ED4CB8843AD5587F890FC559047058 -B6B19ED9E9CAAC6C0D13EE0EAAF2E3DB4F7FE8A328D6D521405838423D2A04DA -565497FAC8E5D8515037F992A8CB88E2A9204531151202B36B057C8B493FD5E8 -7C91705F137161632E09D38A5738C158B50387CB9B863002AB26F074607E939C -FE900040F5D319876F16B7E13168D0D446FA48D4674E3CA52A3F1DF906925F11 -8C3FE0D9F6630025917D3BD16C03FA9160F0A87DC7488AAA9DB65B36C699DA6A -E79180B6A0768170C1D64D3C8AC6D2DB37D33DAB7DA754EFCA2CBF21421CFDEF -EC7DE9037036051EF6D4C3F90E9260FC31B0057F51FE9254CA6072957F4DB8B6 -2B9E483252BD189E7150D53E83B7A78809231305E64BF19CAA8EA10B50044F48 -2A4DFA8CBD680027F2D11294E8525E163A8B7AC2DDAD32A136B1486C766D7701 -8279B5F31708A55B1F14FAA558C67BE6413E709DB4EEF2C61F807AC4B1E21B7B -032FFE684E7A72F69A69FCAAFDB36AA58B6006E7A56157AE6B789045F0F73CD4 -0F763D505718A7CC889C8AF7AE06D059D69360463501F4E5B91BB7DBBA06A3E4 -02A92522CAD9BFB1C5CA7F7FC6B3CCE2C410927D8051F12874195B1B326A99E9 -78C6D175662B31467733558D240E1743D5BA18189859873CE1B6322C41280FEE -24429165337B54F89F1229D55D3066AE4BBBB2CAFF3ECEF35BE0E5A5BBC04933 -FC8C84AFF8D872E6C0E9B2FE796236B7FB900AA2C2B2BD5B9C266D43B95E9BBE -E1A5D3FC1FE769DF0B9BB5A940F22175609681062B72D7FA8E56EB80FFFE0F29 -398E47272B30F760738D23CF748B81DA16FABAEE7B9E03214D996373FEE88E1F -A9E03A507B312A3C6F9DC201765AE37435BFECEB0ADBC849129BE1C85CBF07D8 -F45F5493326DEE112E5F950826D9A7F62C42F04E64B92C274271CF8CAC8E9057 -1DDDE9E675EF9D1ADAB47F3C7B52630D791FE11FB1AD16F5DBD936EB3B1577E2 -AC4767F7CD4854ECE9DF1FC7F74D01323DD665B71A93D4418BAF3BF720F7F49F -E20E1671556E3CA2F6E68610BF2DA1F90081CFFB246D0B6D846BF82EF0141171 -CBD403D2B90C3939A124B56DE41E4F27925B025E98507A823A7F0787C0F19193 -9EE0D12C2973450B4B8F51B90485FA0DADECFF502DE5DFB612DC376438E65BD8 -503D3BCE6552ACCF8299470F7E8B4BF6CA11733BC802C9429F14AA2ABCF1B5D4 -223330BA7A703AD46FFC91308C5F1A47E2306B69DA2F4A25DEDD3912FCE1B08E -F5ADAFC424328BDD7A55000C790D3A20D3C5D89C0F3380B3E19E514F0117C6E6 -0A897A1149DC53810BB0848D8AA8DBEBCCC1BA5C000594F99EEFDC3888C9A152 -6F84EA41C2D2C934542AE6493913340910D4D75FB47BA510F1F1FA856CD3BECB -37209735C0CE8664BDA1E2808D15710374A8CBB526046D49E5301F604B31D9AC -F6B375448AE40E4B27FBD8EC75DE9F659BEA36D714FB70D120A792D73DE22D50 -95F407D042E840BC91F70D71F50E863154C85CD51AF8B489A114F7B43FF6EC40 -1CF7978A7D81E764C282D557C1130C4182C7325E86400D45AB3C94F70F1D5D98 -5D0E6A28C0F693D5684A3E3F0E4B569C475DE8361C1A4A4552D792D9AB90D7A5 -C0E20E119A19031ECFD026BA7C16E76828106D56294C273260EC275562785EA1 -ADE0A81C9BA17E93024717FC9F4827258691EB87B6FE3CD8BACB606CDC2100C9 -947D5DEE7D0805A448A66340D67867B22A0B6AAB20BEC2FCF21BFB96D7CE1BF6 -2ECC3400D1B382E3C8D1C5152155738CCED0EBE303921EBBFD8F80DBA7DAFC0B -FFB47AEA310AA6E78F347410B890BB97128C5F59F2A171FA8A67343D15416082 -3ACDCEC3525168D2D7A7ADA9FA64D1A474FD8904BB6550DFF25205DC9F6D94E1 -8A202E239D72C00990EB46B12404F6F6271C35E2E15A70AA35C7379505F5EE89 -9E4A51F8F923E0D6A27641230AE12A36F26B8D3262CF4A9837F242268216A8D0 -D31C88BCAFF3CC9E159A4785051815299023CBA09BB547255A5D277B212B9313 -78CD0190A42E03F04A96CE282056D8034A8F219F5544A65888C99B126B85726D -6158CCA2E8E1D1008F8276028295B2333854969BB5B1B9E72DC4EFBAE6C1EC40 -034794A3B4E2A75DCB467B47C64145166F1ADB0A5B103C590875EABE6DF2D635 -8290EC27E805031C6C44E7885573E436C5E078D1F3A8C99C1BD2E228E389C5F4 -B370C48697E13D1BD960CCAE6025A265F905EF57422B3171CDFC0BFF0B1F49A2 -2307C908D4D3005B7BB3947C27F78B66D9745B0EDFFB656C65510A1603052EDC -37D013076B739B01574EECC37031D8FBFF3388E174935D8F15284E46D45A2144 -F3F83463A16CECE40FDFEE2ADAE95E1441095A28BA0FC858E5EA9766BB13568E -C7D4C86F3B6309F074EC65E95DAB73F104E429BB8EF50DEF8F2F6E55ECD713AD -2CE8107786091BE8F744F1D2879AE31D1A464E4DEF1245960D197B6822E0F4A5 -AC6864CDAABFEBD201556FD8FC5357BF6442A04C7F8BD07316058BDF1CAD7640 -9995993D59AB92B6BEDA7A00E6A47A29DDDD9B0B199402A8437EF730730B59BD -238D242260012261EF332232B9BAA4E4C814CA3B76CE944D6182A11B2809010A -8DC04E63E903E875E6655E6C2B7ED709549127D53EB20B3E911BDDD4B923E594 -40269E1DD018847F9C3B0D9C765A05903B57041F0AA9951DE7B482D4206ABE0B -9DF41ABE894AF1EC611794F66E7FDE526ACE0C545DD6D866F1EBACC476C82A32 -D291C099B6E33E1FF4C071A563BAB91EC8DB5EE230F7192B78CF5337B3BEC6CF -19D3C85444F163AD39C82415756749E663A4C448FE4ED9FA03668564FB86775B -38C4FF3DF3CD65C9AE72C412A859C64AC2DDD283A8724A5294FAD2E41E2AE7D4 -189D292F91FF25446AAAF318F5F6BFC28845FC90C6CB7AD8537F1D353E89E245 -B3EC776EBB5EC2C3573FA30E0D31E5DB3C6761897E92F4DF1E8C075C0139BFB1 -94922D4695A46DA45B2CBD0FBACF6D20FE30F43635438FF72148280AFD41CCBD -52224F0071E086263DACFE53427203522C5B85C40F6832822E5C879B8AD8ED3A -81195F25CC7302EE69565C7B4035F459432EAA42F65730826C740903EE16E0DC -0A494AEC9361FFAD97C0D765D2C1C626F3C1BC8D23D7FF0E1660152507533BA4 -15D82A6E9F2045CD6ABF4CF805960EB4F411585259B5CBAE064075AF2951675B -069F84BB4F42A9638CF8B7433CA9337405D7AD6C32C4D1185730CA3EA95DB3F2 -3F3C371D2B1C7D121A2358BD0B03FF5E95AAE28DBAD039A4F579BC5E13B97F6A -B6AA765F21A1C34C74685851D3680A806CCA9B7D298E732648E18193FD8F928E -0090BA7BFDA55B3C8B05F0999CBC41F1BD17240EDA3B42D84AAED47319EAE6D1 -84E188F69727FDECCBC1D71071819FB8EB6137702FC6CD1971FF4600C70A4AEE -3C2FA27AA13A541F80623C0C8987D9872BAEBDAABD49BA0C5961DFE40EF5C816 -7EB0833CE4A91AA5583CC1F6E660C2B98A1E87BA62052F2FAD463536330A5BC6 -1844358563D3BE6ADA24D1A9A4D5535EB759808166019C0918A3A99AD045B128 -614A8996A34E5D34C08654B21BD2B295F8E1ABDEADD6EE8E0DB7DA9F351A834D -A321E8DAD3EDEB7D1A30FD5C0044D304553D3D0AA39C9D40E4F68D3BEE6DD217 -7D11226EB40EC79C4A292B1FEAE47F3BD571FCC13482C0289D887F8B80C791A5 -172185EB7970B5ED76685D2F19E2E7588DF093E0C34DC709F8F5E79DE5DA8903 -6B2466A5352FBEE362D3F3A53A11F2987DFA2BE77E7FD8422609DFFEC50AFE49 -068090281ECE160169FFE21C7EC82927B0C189B75E56E9F92A7FAD8585176313 -0130C310D14D560553B1688DE3EB5398F7C950432F0F88DB36FBA18C56B8AF5E -0CECF2CB07888F32AF81B522FADF492F39A3A17DC6C8061B079B8842F237CAC5 -7088E9E790B3D9B77FD1A07506A7D0712474581159494EEC9D2E7428587E26E2 -716D22CE1AB8B884ED765D1AF7F60855115AD921D47E17AEC1EEC751EBB5FE97 -DBEBF85171960F1E488854C2085281FC5270911417CB9EF89448D5AA613ED806 -012E30B12C12BE6A5E8B1E394353EFC425822B1BDDF8B4285DBBEF37657CB56F -41126A325BBDF38D4710EB9269DFADA7F93D3EAB10097C85403E30A3E0B0D5D7 -8631229CB438AF75939FB79C3990E11A2DE595E3BE3404C4FC6265BDCF7E6679 -E66DFC3CE8BEA80351875C129F744E4B6D581EB35E1439CD8B5F0071EFBFAE4D -754130E68A21A48D8104724D6E107A4FCC35CA7E071B188D03FA48F14A96FACD -F069D5BD56F1B23BAD03C8396660FB8BC2E761D717B67757B9F5C60F19E735B8 -45B6EE625DEF906347F33DAEAC8F8F9527DD99C0D0DF3797D66D77FADF970E29 -94AA7E69F5CEC2C9BC8E934B28FC41AACD03BEB6B2523A270690937F16191B87 -8C494AC81DE5043CB8107667CAF71C7521939C7F8624DEE8472BCDDCF2ADBCA2 -B83CAFEAFB0C63982F9FF4833AF0D126783C175E0E8AC3F02B80CD85F55A316C -6FA0F5C0A5BF10752CEEA0E7B6D198CF7E9FED1A5E7F976A52A47FED9512E309 -47DB24B061068C3E8B5A56C9DFAD647BF4CCCB2A79DB42E0EBBDB110CA9E757B -4CD2CFC8C6D4E822A0AA742071C18CC7E6170D227041126F06D3D742E77173D2 -24726BE0F07BA7C1B531D7C748E4C21F4797721CDBFED894248A962F3AF0C30A -E4A4D27456993BEF6DEEDF47D55E4E41598E5981B46F501F6A8F6139BCC04EA3 -2163F547280E766015D12D6614FA73E65F8A558EACBE58DD06BFDEDD3DBC5BE0 -27E3FAB251206369B25458DAF3EC3F761543C684DA66DB49CF8941A6E434139A -3C297E2C52A56FB9BA096DA086EEC2B09129E83E7872AA041A239E2E7C0DF579 -BD468930CB63B4B21255199F3B71F949F6D8509FB0F9C902E5BE0014D48DEB72 -220BA736AD3D20DDF1C0D6102F8954F06F933B008DF468F8A81ABD7095482D2B -E7514217BF75A73287F5C83FC608D87AFE770B18F687A417BD2D3764F9FD5F95 -5E25C8C8B236CFD159E533D7F1A35D368EA3B74B2EAD5E3108504EA9353D5304 -E5CCB2CC0E38246E401F3CCFC4E8331EB3E7339EBC56E06E476677A30D4FD27C -DFBF89BF334904D06E239314E5F89296E9EAA8F989CF1B117A94E0EF92FA4C96 -2FA75B3C20B737771AD15361CA6CB1CFAAD12021932ECE3E8606DD35C438ADB5 -65EFB9EEAB1893E8BDC3F793387C9219A654B893EADD6AC7454C42B0F9E4A0A6 -FF16B926DB665DEAFC1D88504443023503FF6175C3AE30CD7B60A3FE6CCC01AF -0E2D383C15A38A9856FAEC7B4C5030411E0345DFE886D4E438473995E4705055 -4375BB6063C177157471F6147A2CE62DEC1D5DBA40D55CFFA4106A0B2FFA1BC7 -4F7DDAE9D9513F8CE8C0A51004B6CD2B7C681F089A105FDDA57FB46E30865D53 -4A087E8BF461F8FF9EC4DCF3B4E864EE84B1FDDB3A1CFC61C4E67038EB4D59A4 -FD9BFA4CAB26BDCCEBB7CBD937085477FFD324487DF21ABA202773F95764DA6C -612FEE023B371A839002A79B6128B53BB4515BA6D8D9216D4D5D465E06C66B57 -B70DC7D708E5CFE49FFEE46FA3259C13652205774466700E1D2F955FF28E58EA -B886CEBE579D923489823768C69EB6C6ECEF879B23C29DA5595D7BFB8B2A6D0C -ADCA1093E030237A9611862798CE2AF210AA6684FCD763C794AD3DE2E3C138A5 -D7AB1B393F114B6E26C6D0B62A6C626706E8E67DCEF15CE539315A6EC5F3CCD3 -AAE8C34EA67421B6E5C511594D18F9C841F7DDBA8B7DBE166CA2450A18E35FD5 -A8950C6338E3EE87DF7DBF811DCE316ACF80598B74B44B4BF5AEA7054CF1D6B9 -0B4A24D3EAFA8013863C0345F2382F3099580B7F3A1E383F536D7056B832BE1A -3B06A688CD5D6BC60F87EF1DC240AFDF1610419CDB30820A3E34C4DED94CFB5A -81C58E3C57D0002E2C0DBC1B87CE51FE05191AC5FCCC8D18BC84A1D04FBA48AD -F810EBF1AFB146731747452B78560242C0EA6620B8E2436FD8D842ABB3043726 -1ACE7FE479C0D16A2B39B99CA673FA3ED35630531F5C74CC1B4850F285338086 -6166E289565B06F92EBFF17317AFAF670866A198F33BD569216A482704AB7015 -A6A2CFF01781941F1CE4F9F41648917CBBE080FB4ECCD48C1584CE9EEB3ED819 -D49B130E3B82918CA507C5CDCC1AB23785B39D478750FAB32E5AF280C55529DA -ABDB00056A3F2C4F5F5326AC1241698DC8A8BE3042D87D8E0ADF797B68F970FC -02C893C89EC3A003BCC40A17A78F8B1F400DE107E366354547CB849BAB1A719C -B3A8651BA4069FD7AF99A9E59FC15873D7CA332324D1E00E7C4438E4BA68C430 -B3E87E05E7420B19D52B7DF43424D127D7EC48131A2870505C7C66AB6C4827CA -D061C8AD5E639885005CF6A008A416F9ED1A6E9BCD984DE395F57D0D0AABB178 -C9FC356A798839E2FAA3DAC23B84DDD310FC39FA2142FF83D634D8E9A80D2876 -B666374F3F07BD7024F976B44ED5FAB10A711BCACF47A33F60240CFBFF9ACBEF -FB6B4AD7DEE1973BB2417FD13FB481D5AFDB7A7A82A1C77CBC52EAD9FB2A7245 -083D09AF6C1DAA9137DA36521B62ADF2130EFFE0E9C751F97C29979A3CFB6B23 -3DE0323221266D9A29B7E793848E9234B4E757A443363679A584926D87001261 -B483E7413D30592FC05BDD2FDEF01863B1E56210F33E2724B846177B3C407CD3 -5B386504CF8EB0A2D0384DBF406131FD44AA5ED94D89E4850CA90B41689F89C6 -C7C65C89AF2D7D5C2971F355AD93B72B0CB57A227E17FD87E17F19054BC77A97 -5BB2C12EE95C22C52C4018B366329B5DF4675D1C6F6CE326619DD3EC9087ECAE -6795C843CFA7FA365C9636D7997BEBC0A9C0AD566170E35B763CF1748AABF122 -DB9ABBDF12051B739B880DD6A614D013E6F6321A078BF126313BB03982DE8396 -480E68DDC559F189C878B1F3F09CC90C94EC811EE752BC4323DD635BDD95AA2B -F5C941BDB5ED3890F64A1108F00F065D9A87EF098449153D944C0C0B3C438435 -8152F9C704D0066B87AE99C5931949A5146E62D8AC3EDB679AE3C792CBB23A8C -F9734F85C165762CB4ADC959A54A9858C11300B66FB04B5C91827D33F4A04A75 -E1399D2659A46E55A072B37A37133DBE04E638F6FB0D665D656863AE3B03D024 -601B30AE39315409A53CB3A5E6742B115F2602F74D8A1C151E2B2E396AC26E6B -A517D1AF2E5F4C59A734037BE570550EFDEE4960FD87149C653394E7A4E0CE0E -0CA948CDCA0A246F294944E21CDA40A5A6491D8B14B46924DDD41CE32489B397 -6C9B6795BD652A26EFDC34CF68C7104944F46A3AB0911596384DFEA84FA6B01E -724252DFAC9877B60FC83597B1BC370C304A208E0CA517DAC4597561C1CEAB4F -10E7F1289C37839A9B95C6238CA15AC4A60203FFCD5135E11E5C3AA3C7446B7D -3D96ECDDCAB9426115780D4689E6D2E0DEE12BA8E55BA49BC7BE5039A0BCF46E -9C55CD1431A407B5EDB127C3727B52F4C4A5C7DFB1C23DEE475CB7B5897E3AA3 -CA66ECBC59D94D303EC98A0D63C6EAF6F9B32763B0C4416196AAC3AC1AB5C99B -5818A7AE1E7826988E0096B200D83BD9D5EE71EBDD46FE1055A2F6E8477BF398 -6850E8F46088D0BC5D58496B7A85CBBED106CED44D7DF86EE1FB36DB4D8D33B3 -2E55ADF2859BC341B47AFF9C1D042D171AA75BAF6F627A0147112A7C534DF682 -BD4760296DC3ED01F5045AA9AD673EF72B1037C314AADF73D43A4C14BCE3ABD9 -B5B41703E8A249AF5E0D1F8ABF4C3919E9850946C07A5A15D16373B18F75E1E0 -2ACD77D0E450D285182D1F91A2AE5B08EAD3CB61F567A32AA4C53DE243A6C18A -72E97950FD02886F717331F2DE32472217EFC98B4D94C43335DA36AB5341767E -1487115E1B0E2D4C40E48611C6B55CCC5A6D7EEDA593985821DF0A17E8AF8FFC -EC9AB52EF12792F53E0622BFBFBA87C268A4042EE4DD07B03E1949ECB746668B -7BE27B97957791E0B88D430F3AC8A16E2F15379D74448DB2693FFEA93E1CE3F9 -43FEE37BD138374AA2076C440F6FC53894814599A55F6A4129978676A7ECE678 -54297AA359881BE6AF25EB770317F90BD98A7A79B51BE290983C8E133E423CD1 -85797426AF3F9663BC0FB93D4F79E013D0E4A56C634199C64D5260633A256182 -15C8DCB5F0018E671EA4983EE112CA99DED779E89FA8C57389B198F2FDA854E4 -C5D40521BEC55AE6B364FF931B303D619A970191F83CB5B14C3832DC63F1BAA1 -EB8D0BF5BA270340A1196A2AB69EA5D8F14431C2636CB043B726C35B8F69B790 -027CCA573E387EAC8479728FAD61BB3C29E723DBAC5BCC243563801EEDE14410 -63DFFCE2AE20E7D86EBCFBEED6CE1EE583AC0A958AF47074CE5D43B2309CAD8E -ADAC8653CE3720423C9C8477F7F4CA54B5B4B397020CA87493064FCB36A5ECC4 -B4875CCDBD0C7AAAD49DD9CD91BA77460485999079B01A1AF1971EA4F14F6663 -3D25AF316EF3076C8D1B2E3263DCD73C22E6F0FBDF889E2BC36A115FEA417687 -E9107A67B4341E0AE05084E8BFF21DC0A7F0906A9EC23ED2F6E3F6832D0E44BF -6056E48D415A6FBF0A0B9565D5C4AB578C1F922D4E52B9AF7976018672C610E5 -A4C203B5D80EE1A6AFBEFEB32DED46D68E4821BFB8FBD3B5D4A461CB91BA1977 -559B6976D07C0E6BF8C97971D78172A8BDA0C703A4E2823DAE8466DF49B35FD4 -19EF7CBC2F4064903A9AF5B2CE677C9AA101E84BFF71610D4C2148BB9B2BEE9C -16A420607223361C5D00DD67F5DFF98BFA5FAA5CAD1A3CE55A5C2B7E7B7236D3 -3143160A074BC299335BF3A612113004B384B1FB048BD5EA279A00146749062C -02F382BB3136B86351841565CBC6010B2588187011B2E1A7955F5EF2CDF7D565 -D3D1915971D09DDFF4D634B49CF105D07629CCDFCF2C960CA3224D021325A972 -46C6BCB2392E332E2F23968B2B526912837B81FDEBDAF8D7C8C8C9269C452389 -D0795FB2DA454C0A41CA7DD3EF263E19462CAF377983213E0A3B2060E0538313 -6EFECC7DA55366C171B2E4936DA0D640E8C145FDFCA67148B0F807E95E7B891B -89903EDF186B4ADCBD360EBA0B +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2D43B233BABF23DF8DB +B6C2BD2F04672F9A3B7FE430263E962F16A948319C51B8ADE6E8A80D3D88023A +6DEA4D271676C2C8615C4A0EA7DC8F6601610F398673A4D4B905F49EA868FEF6 +39BE073001A36DEA6C08ED51452F062B971740019692E221F4455EDE46AF24B8 +407A98B791F6AD525C72C09776247E194043281D04FE1CD1D8AD8DCEEC3045B4 +F95B3B41CD3300768D8A049815348BD7AC1004F5500817E3A267D694AE108BAF +285B288FC5F28A03E9D34FE5D9B2F9A9BB26ADE66B1CF8EB5BE606E83D213C33 +DE083C20D636EF780E761944FCE3B8A950B1E6E7568F33B557C6D59E0CEAF185 +53E609A4F58AC4D5269116F958C4D115C44B5A6DABAB79D3BB6E60BDFCECE108 +74CFBE258779F32C80CD7D9A7CEBA50A0966BD9961F71560119668C4A0C30A5D +ED91ACB30940502B24F33906D6E0F16F81DA87EB6D7FC8B7853BE388C40D75C2 +2CA8F94713AAA1561F5321CE97997CB4AF0E37F44E25B0F73CF4986422B1CD89 +8F861CA623004ADB1C28268D7F8C484AA10C9519B6AEADC95AFAA3304D60E85D +718B2F67D2B734095E5A92C90785252C98067DC05137BE735220BBCB7C341D61 +C4B98BFB1EAF883D38D7A93195A059EF82B42027F23B6CD633231D704B891A9B +03D11A646F13898F20321D7BC150C63FD6DC6BF9CAFD8DA759E95384B729A0B2 +767B9F3E55C682F7A248BC1184F7D294CFFAE0B246DFCC8F215625DDD4F49F09 +FA8D41CBF4A06152FEB152C61539ADF7E70A4D23AF8267D25CE3B12D39D62377 +547E2528D18DC4134FA3BE0437EE0B3509223D71F06D44C6227D62BD01AC0A2A +3EDA975E894371C07CA1027B102549A7D552FFD25ED2DCC68E29E71BBAB43C62 +57B0BFC6A953ABC2EF703F35D112F6B5460018CDCEAD17F149DBE5B52C2B9E10 +9818EA6D97C8AC884F6841C9B600A7D868F59C1D80E98DE0741D06D69858EC84 +1B33C6C9938B7E8A6FF6C12AD456EECBD3EBAF0D7331536B9F6422019FAFFFA4 +822E79D6D89D6366DA636CB708894FEF904F366E295F1CB808E78E883913C4FB +1631248ED6A7CF1095C0C61C4F05E4B9DFC47533A5FD24540AD71A0E2907B98B +28085EB88ABFC3478C9644594C7DC4244ED5A7C1CA8D960B65497D56D174645A +B88F12C2CF0A807DA314017984CF3C4FB7F47392A651EB9CFA961B28E2989893 +9FC4D97171BD5338673F5D1CE2C3C08D48A1B77769F01D5058236C655FFD864B +80E28F900191D4EB349AA5E400A7B0A0FCA0F3E79D7A7C69775BF754329397B7 +D18B20B2683CBC4A19729BA878B3C17EBA0A7E9EE297A5B67E915CAD92C8F356 +582B8299DE6A58E73408F525F7EA895C48A8F0D626A06A96A50348DFBE479D89 +4272576FBB0CD332193D28A8F11503BAE98F8E1D73CF5BCADF23DCD4E6586ABB +323568F5A34E359661074D50CD8D9DF27191FCE24F10225A5D721EFDE2547E1D +CA998077D2340B1A4ADFFF570AA677CDF3305D5E3A394BB1626EB35074D4EEAC +2F037CA2EA389F7683FD17A8E07C12B4CB3BA8C249C9B12D297C618009F76717 +0EBF5F2DD39A6BDA10A2E5A811D4E190660F5FDDBA29201B6F8042620397AB2C +E59267A7247B0463891831A6F40582BC3F614E5167B646A8F53D8A31717DD9A1 +9034034E705BA7884F0E0738307AF69D3517147C282747F2788462FDC4336A4F +9CD222908401A25F0A1F7B13B8DAE622DC965AD0BE62497420B70C04AF432237 +E0FDD043456187658ED93B0F9822A3998511DF05E59CC85B7B9992CA0CE3B814 +9723BAE70D2631F32B4BF93511F67179FFAD2075E1591CA5907A4C67701B56CF +A5E5B02EB4A842BA1F18D6864E5677359C2FB4AF5BCBABAFB053F230CC129B45 +8D15413F736EB07C571521C7DE2A13F2AC1C133D491B0A607197BE9AA1231D96 +BED7968788246B2E4D2BD330F802810F5BDA3760FEA5210CFC6F54748FB1D921 +5CC3624BBA5B8962AA7D94159651589540B17CF7A785F297264F9C1006D36928 +6E2756D3B623A6087E4B106FBA76255903C624C07E18A1AF4E185A533C640711 +86BB477A906ADD36EB6C8F4A12BC2F01B2B98412E4E105977640930CD998D990 +0254A1E5E9843B7A8ADE0AF6D5871E6D3D666465AE69813A2E26333213FF6713 +6F08D55A90C079A56E1B9AC655F720FC22B5AD8550FFF26DA7B0C5A0B60DDB05 +64E8FAF684F3A455BA9BC9278043D79537D201D520E38750335A4C8FEA887377 +879331B68DAD6B253F4FF9981D0F9B9550ED5179B15EEEB00E560A3DB6E5973B +63403E4E2F40A3D0B937246E9652000B917B1369741E0F913C14C2D2D6D1FCBE +2CEC4422177C58523715BD070002EC2E13D383A1DC8C84228862B6C5D3B65667 +9FA97E175239BB7FE7E37E14B96DD7960A8AD49DF428CFC13B5D3CC22E245317 +47B5244DA97F1DF954CED2D552477237CB23D037C0DE728E26C82738954EEA1F +F34FE497DA005AF03746DD2ACF77F6E6F2C224862A1D18AF6F7A5DAF34564387 +9E01DBFF49F8621C058C04C2B3F4F3033FF3E8A977B2CD6B2A3CA4A6C569B19F +C5AC457AE9AF334DA66A730960C7565E93A2D373C0E3DE14646FFDA05DF4C6EB +6D4CA8ACCA3C3115764F77B842581760BFB9E5C0EBE55308B0577A8F4D968CE2 +BA3361D79378D451DD150C34D7E901397AC63B33BD7DB13C50D678F5DE999238 +4B4EA15BD449C46F262D931478F5685CDEEC4C4201FC3EFA607AFB8F27AF6751 +125DE42D2FE2D31DE769B7E7FD8CC8C5D91343B537139A822A5BC4160BB5314E +37501F65B4FC35475FE9E03E34CBF6795AE86CE409500BD0799DE39FA69978B6 +EC74D2197C03632D3F59B85F404DB31240968FA75059B2581B101E028CDECC2E +7E5E25DFA106E9B8ADB81E82BE9ED3BAA9D03EEB22B7B67AB1262DF6AF5F5EFD +A5627EFEB84F3A5F92EF2557EDA2843D7D18C592635623CEAB14CC3620F33986 +410D6DBAEF9F86E4E6682054540E2B01D8FF2161F10E66851A188BC15BD6666E +8D3F21709F196A31EE676D28A2D12639CC2E7020A52910F052E61A0710DF09B0 +064171D05611451BD24FAD64716F141E1C41D3218A8115A3D73CA041D02B46D9 +28C3D07DF0FB668E8E91409C8D0A26A65CD737C075E026AC0A974C9BE658199B +3B9D82ED95E4646977D8F60717DA4C68767DBD7E8320D5AA1D5DEB2E6B009759 +8282F27D64F1F904830AAB501CDA4D9233FC2F12F77F0FBCC46E6B729C71F6D5 +E6F3EA02EC35D1048394F4EF2177FC5EB726DE5EF2DE7997166B8BE5B5105D08 +EAAC3481FC612665CA112D3F889A0E5B7843EFFCEFACA24A01B6AC2B7DDE02F4 +A9295AA2409A3756BAAB44608DACBB56840060037869455BEBA46F10AFC68DD0 +0563843DF111C6D34911CF13AA6023E5E899060B5EC60D0F78FDEF3E981151A9 +24903EB13ED1A67EA1977449716D1A5A7EDE1A2E9465C9C2B20A58AF02D9F373 +73E627CBF296B3A6A4670C39F3B5EA30D76F0362C81020A1777F0ADDBC6B52F7 +213FEE1718214087837049CF2AF00407639657428B9E8B532F68B631611A3501 +3D9DCA38090E227BD0D6D0FB4130EE866DB6B195C873AFD18DDB3B1E40F740C6 +B3B375ADCBBF628A07A5FACED539FEDA3379D3B60216C2EA6629BE2F65199D82 +FE3AE627D7C67270F3497AE75F7A9514968B5950E2D63C38DA240AF4E6CAE88E +E25167D179108679876E7C80C85FE1D2BCC2EC9B88BE76A8F5736E8E6B3A9CF9 +42E58A4ECB7914865E67C1468CF66D658206830B9380FE346DC2DC4BB56A92CE +4B5E4EA9036C177869315A2D9E6CFE97E3BFD7CBE0747D40CE5E8A3A0988576B +8AD2B1E4314C0D8A0CBCA08844A49F7E054D31BA7543730C0A7390BC4A288D10 +CE29E389A4791305D3AC1BB6F77C805F1032787306F78FF76A20A9E629899F6D +13356768D33D7B9E294E8CD50CBFB9CA02A193922BD9B4372C912D1689B6644D +52CAA30F7421E8114D077288119AD9514EF21E5B9989CCE2ABA0C12549FDF493 +FFB39736AC9EB72DAF45E4EA6057527FA9F5AA0A1A3F03C12F7482E465C766D3 +760DA7714D56C91BDAED507A5572BEB51A895F8DD3BD5AAB042650154FC7E4E5 +5EEA6194DF73AC5EE2CBD4EE26E29B1D2D0C458B4850BFE842DDF2EBB4E2A25D +C6A11CA2D8F346E2B736DF88A3D57BC0380B52396A6C039212699F5D3342EB58 +0C3DD5D01D5078479BD9FD10C07925556C0AB0F03606F33796BA72074549EDA6 +E33644F62CA35207D7421D2727AD8419AD1772789D33405FCDDC9286BC34C974 +A52297F5BBD2E541E8BB473F733AE5097BBC9D5FACF18DE4173B4711E28B23ED +16E0A6746A60F6FF903026A3900169EDA87D98396E762C2EC963D89197B8CD0C +25244806BE7CBF46BE60A8F9171731EADFC969C28679B025371E5572E52A0EF8 +B3FD9B4638D03E20BFDEC9345E70B8166D38846DCA68E0D0B4B53629C7E7620B +45E0A610BCD07FEF8814CF915CFB11119F42407D1C6DC1E6353451D40A382C2E +C74DF2A4889ED5A3495C3E973565F7178CA190D22C9693C10EB12C1E7A8679CE +4AFECFC964CC98111BA4ED2BA9B10292A71D5B11870EB08EB483922CE8628A06 +05E7CF6DF93E112B60EF888AA8DB52994EC33DC7277D7B7A4F913AD30257261A +D6EE80476A9A8D316D190BE6CE0046CBBCED365AB305495284FA921BE0638E00 +63DB2AA4C5F163340BCCD1061B469504DEE350B82FBE1689C1B65D095405614B +35997D6F0DACA7190D64ABA351705B17B23FE2EE5996FCD607F49F54392463EC +DD5B944A4B82FA2BE3E75E2946D483060DF99277340B0AB65A2042AD088E2B75 +BBDAB869D1940F64B50D25078519D18748AD64AC5615EFAAF4F3105B0111AD40 +70EE173ABE6A4ACE486B4E5999158A4377FDA6922FAA6E9305F48570D14BC81F +BFF4C663E1EA9D1E050534F9315A663C4C5DA52CB02EA6408AA473C32CB0CD71 +169BB43C0508A842F400240F0063243B4C459A1FCB3312C41C32ED0EE87F591A +BCB6D5D3830AE4645CB4D40336DB4AB6540B52E70E1EA415CC6D886827EBC5B3 +EC35CC5C136243B0C20B3C603B648B132B99D05F9B48263ACFA59A856BE74441 +FECF5C6D1FE9D1F4F9942F460961901E16017144C37E83C6822177B2A6C47ECC +6C47A1104460665E5BCFCF08874008302750EB991CD98D0D8D22B921F90B99B9 +05EE7C39F2BC2A7798157503743C9F2F267BDBE2E8A4CDA7317F81DBF8962E1C +EC02822CC7F770FD4D08D335904375BF0C6DAA0510771627ECB9EE69C0F47D30 +69A87052989DF80D9F4F19F75B070C3689AB3BE0966453F9D56CED6C1745B50D +813AE6D7E44B73423AB3778ABE4CD2C4DF40E14C5A426043F7057E2DFA2DAA70 +EA6723F1C7967FECB1E7C1C0CA283334163FBE31C32254490170C3513580A552 +19A5DD75E6C4ADCB12D33517A03318A6BBC7E4214266E125140D8C40F78A0340 +1F95D9FBEC4DCC55B71E89375AA94B0D55646F6C069561480407D0A3AC127024 +D7D1E9ED6B599A2A8766B8792F46D35508B66F302D289405B101A3C6BADA680D +8C56E2A00B766A4CB155446F862FCF17537A2BE85418E20CD77C4F1F69F70BC6 +17BB5DA8FAA876D0E8BABE273A19C04A8697B3E3CF4725E2C77C8761A9243F24 +96F8AE96399996001A57FD75106745AB4646FB9C6421F1D4EBF3BE533BD11AE8 +14BFBD6D308376B26E08E4ADA490DDCCA94BE8240403D5EB0FE3549061DFB668 +4105B4FE77189546619B6BCF3F9723E278E98D50A17DB8A4C46744FA21760635 +5B332689316BD17C966D466AE737FE3ED7ABC443ADD88D4823A10BC9747ABDEE +027515AC353A420523F85298029475D8BFD83A2CD00C02CA07974BAA581D2215 +A850E6E4C0A5E17E0EDF91C63FAC18C70093F40FEEAF0350B403E2806F4EAE96 +BF616A805616EE55C4657418C26CAF54187A6684821B86A76F15088AC4D5B551 +66C3CA8DC61E9810858D1204F899C7E3A1754F483134609F6EEE6364B1CC04FD +92C86EF194FA3249601AD722D75D1D395CD15A93C768EC60A486AE885683364F +93DA00A865C1035F913FDA69E7D9A0422880FB81EC23C00427F07A5EA3CCB613 +83C859958AC53FAEA26A6BB39ABA068863CCE3D447720BC31A5136E08EE58963 +093AF587A72112D55853A1048A2B1695DB2D7F13CC924F2F0902071260C33ED6 +30893A04577C0ACF0681C0FEC23E5404F844A83BB5A2F8DE1F0792196139993C +1152094BC36A6AE5BAB4B8281E506F485F0BAEEBBE71E174B7CED1E52A8242F9 +DBDF3E0FBA296538D964EB5B7A4E23B1BB0F59872C9D4FE8498203E3AC08B71E +D2B965AA6CD5D20DA6C83FDC86F4A5D68A58A72C5BB9BFE9BC755C56B24025CE +6F24443D3CF32CD711D3D94C7C1DC275DDAE3341D840090F97CB6CAEF274C94F +9F3BD3AAB3F98BA8A7B5CE5E48D1462DAAB37BEB1C10B410E8D33FA42D898183 +BD4F807112D78AA94509E33C179BF7C9E82E55AA7D09E128A0DA06A330CF4AF8 +5DC861498CE029CE8C1BD15C923A708F2E7AF98E4F7B34212A0CB417553C86EB +6DD46B0466F1A21D29FC5111226794ECFCA5DD4240C0B8D106CCD7EA6F03E133 +BB7733F055D6FFA04EF5C6F872B4FDA3E42F0F036C4825543D75682ACF71B548 +DED160ACD05625274799D0AE201305DA526E01A3D2A719B1B15C05CC09467F3A +5627860C0F36C503EE392E1786620F3F2287AFE56634E03566B9B1F537FD92A2 +913166228791871A8F8CBA1A1DA634E8224058052A10FE1E67CBD3FD21A6C07E +243CBF58BDC78577847664EEA5225EB8D6679AB17C563848A9D4D58995EA3609 +51C1443B752A070D9872FE1643F0677019235AC25DC2B29169D38308F2170A1A +A0FDCC59E6602197D2815B914041FFC7106DAAAF30CD97400C6D0826A40385A4 +C8520119A065CF32CF2FC5FBD8DFD29222528A7F96FDA533145846B3428F8239 +E50277C366418D713F84B12A5FD4F904DC13DB1844A391FDAEB97643A6FD2945 +942FD4FC5A4A35E184F23304B8B4D93D0C37EFCC4E106D4FCD0DA3E5D2117589 +3FFC2BD1D121026562C55C455C3585050B9460891B006F62D9D9B66695C3D348 +A467C14C0256FA9621CB056E7CD389505194FF463BCC4010897F9A690EA87D9D +BB3ED4C174FBADB8A4744C6E4A44D773967FD703EC37672F9993DC48BCC8A060 +6CEFE8E6B8F10886E15BA0466AF410B90DF0020FAB88BE493606B6A734EA85BB +926950EB10D2F2CFDBD182B0F133809612CCF6ACCAD049C8005A42FAF78368B9 +E7684F98DE421BE0A3BC0FAEE024A7BE67E15C8394F17FE84DFD8156C2A3E94D +08259E15CC657E8CE3088395BF6B5F825764E141AE15EBD186DC049261623D26 +8636705E06C6E4A1F8ACAEA59F91B042DF5DB9C2AB986A784384706A43E5F18E +42C29CC1CA86D4F247B3BBBC89F3633EE074DCA4AC15B1E33EE4822812A62E88 +C32B0AA57249980EE17AFC1346074800FA529445D18649A0475246A25CF325A0 +BDA06AAF392FD455218B13D9ED577D51A9500B9FB7860716A8E2FB3A8C4BE3B3 +6656C6A5653AEF00184020ACA0BCCBF48BE3BF91E11C8658686C89848E714E6D +DC158DCD1C1BC03B83FF94C60B1DC71CE8A86B46DBE661C9F8F4677F8A2C7CF1 +E41A91EBDA2304735147BE66CDFF2673F09D408297302124C127F0B35690CAE9 +CE1679120CC4D582FB69550AD34A047DDFCD9D411724554CCED753DB52D6AA7B +22B0C55EB698ADDBB0F8ED15C971AEF113C74B9E25DA29199237B98DA4023665 +C2A63A837E4CAB38F8DF37DBAB5DC80C0AB25B56BCA5D899F1575E61ADF75676 +F48EE26C054AD9A75FD88A3E17498AC26FD4DC8000A125D6DD423540B8A98779 +B28CE97C9CAFAC45693FF43249E4B559E7F19FB349F94B60AAAAF05B5FBF244E +982B4B51D997DA5811CD43E1917DA885DD96133A5CE1A290DBBFD88AF285A879 +D3136C41C839FD2276760A7B4F21F4026AADCDAB3F113FCCCA9588C7FB72643E +AB8F6D8AEAD1DC3DCA6E436B3DF24E7DC6AD37137B49327871EA80F3B8AEE932 +D20D9A5B4779DFFAD7B3E5D447023D6433575F8F5AF589D7E094DA3786555D0C +046A427ADF128E00AC7B458D5A131A130D6F49A7ABF47833791F172D69FE6393 +EAE0E90E7FF7BC2333D4E0215D5201E4B209591782F8A664335F67B9DDE36DBA +793EC77E5EB405862D14EAB6A99218B3F66F11EA2F345629C402BD8FD9CA0AC8 +FB5A2E119DAA9F80083C9BC54F4586C44320993CB5D9CBDC8F8522001F82A16C +E307F175B794F4426E5D273581A6D2844444D82093FB03482B270D693391DEA7 +CB26D4A418E48A2989167B7DCE251F0D53D5C9B29D359A568FEDB965DF31CBF3 +900392FE739A2B43BFA2363CA74FA72668FC761D1A17B9C0B56D6172499CDDCC +90EA538A5526FD5AFF81D04BFEA703E5DA963B11042723106704021C1B90557C +B7AA96E076842E2C5F929FDA6D05E0B91B5548006EB4A6EB262077411083C2EE +D51D0D237A85D6480DA41A9D8DC24EAEC0C849E0D53D9FE1E54ECD82C957B8B9 +ED68D7B29A43F369C28272083B7B4E700546D293DEDAC7E74EEC946B4412B0B2 +0639AB78E79402C787F50C4F78991DBC12D73F5B371BBA2CD9535EEF0550084F +40A4B2C4D178C0C001E63E08DAF15D064426F6F24C49E02AF5417D18BB7997D1 +46CD6476615EE2F496EF2D2E5A6DE68ACABAEC2033F9F3689D9F8CA23483C81F +8E9CC42B7AF2BC3FA80B68FD37E3B87FC27AEB7AF6D2DFF9B4B7A60D26292AB2 +36461A349D3BEFAAB8918729204873D7793A647387156252B5A1B975639E02C8 +9715F8B4853B592ED9E467BA41B32363ED0D7557EA0AFB8EB093B4CB1FB3CCD9 +3369A67A60448575C7CE305DE7C1B59DC21DB0132F2B67B7B31EA068C5942DBD +7D1BE9CBA33107AA60AD033EA5B3618B83BEBA01BC0DB592BCB0796AF520E8EF +BAE6CBAA5DAB5897040D6CB1E3EEE78A98B59897138A084E64E116446EDAB213 +46AF2FED3E303F05D7EE630434645AD21B410AF8C1808A79F96CFC56741F62B4 +431AD2FD90CCF0A876EDDE18506E73B4E390C752DB45A2E8BB824F2E0310C59E +864A74877AB522D1B477F5A3D7ABF80CC031C2F2BE5D633E49E6D10EB6EB8434 +F17B15274840BEB842587F3B9AED05B97DD603AAF94D5FA688675B55D40FA43C +6D97741D9FE5F54C7D441AA62D48801769531ED7EFB3C438EFB1B513E93686D7 +1738FE955FD7C67F11323E059BCD0C4BEB275C26835080FD2AC78DE88BF65298 +A8EB4181F48C420D219CED950E4C0FC0330B49547E593F961B2BA33F375B75AD +3EC510349E6F496EBDCD1206243547DEC26F9A61DA31D6CD94A54CC54EC81B0B +176D21AC6779041F73E5DBC0A2107B612B9B89E20C373A057CD51327757DF12D +01742E9AAFACF24F24D18733EAE10725F5FC08EF5B42BB4E018CBD983733DF08 +E018AB3151658D98F325882A033464895EA4D374541DCC18D8A4547FEC9B7206 +07AC80FBE732ECCE672D5A6EC117F5436DF8BA8FBF153088937C8E9A419410AC +D7E07F98077963B5017C7EBB3D29226084B9ABE03EF7B5DF5CC7EEFC4DE5000F +E419755D83B9C22BD3C510019F7B27C4B5F2AFB896001714CD4537F92A91C903 +4808BBC4AEA48817C33FB55E506188AD415C0F4F5DC6F6724B0190424C7B39DB +049E9C2DC8A7CFC020FDF6FD6D60F4F5A5B281ECA2AED40B40B3B362AA3B778C +47E857E4C2AC635DFFA0F186285247CD38F0C8DFC61D190A6667BDBEDAE211E4 +53E036F8612A24CCCAC6291C2267587B2AA2F546E4C7C91A997A440C27F6B3D4 +DD81F4CAA14A4820220F8E758BE36F80E78403F01B527F6EFA598F92F6DF0EF2 +9037E30DB8618BB04B76D7472614302E40E5D7A03C82395611EFE5503D5DF066 +7F8DB576258F9DE7DD83EF741603D1E0E18571D354090A78792C8D5EEB882398 +BF3BC34FC651EDE04A42FBEB0E316AD709E0CEFE5BE1C84AE6E32B58AB6B24E9 +BA306CEB579D102125F05D7E53F31C7A391810154177B46BFEC2D34E337A4FB8 +D462224F084DC243388657C645B8C21052CAF35BFFB6CA67B661182B44C57DE8 +35AB5980A3D6FCF468B0C088FE4F9FB536923ABC7DE7F95F61E82BF829509F99 +1185B9107C47CF1332C99D2222F413FCF52983DD048E774953FA1E3F06F6AB2E +C17F47F2DBC2CEE53C1C62C3E0FC983759EED3DD3843A49A6C9F87D601F46245 +B0AEF9EF209550EA13C05A0F517BBB355CE14B628BDC67DDAE6C06BF39BD4A05 +8CB2CEB9827F51E088BB444DC219A82801FC5B137FFA9F826CA988F0A87B546A +EE0F06A9D97BC863AEB9F26D0EB2999E51455F206EF1B9E6113A1C31F10CA6FB +22B60A69EEED94FC1CEEC17B5D953B3FD4D3BBEE44F33A75C620A66F4541882E +EBDD3FEC7A79DA57838362FC3263D410CF19713A519065015FB114015FC9684B +7899AB695F3BA48374934CF2F01C5EEF3E864746DB532795AC264673FAEB074F +2DD6AEC706C85B72E9CAD2D3D3292FF2DF4083FDE377A8E800BF89D9FE4E6532 +47CE56D2692C1E1F5B8AC39320CB336EFE1CC175AA223ED7D51AAF61C5F3A6A1 +12882F7FB7F00EF49BA1CC118E988A8CCDCC5FC40B70F0710944FFFE300561A0 +26799526E492876E68ED7FDCE5CA4EEDDE8AA07FBAFF57C6DC01DF6B808D97E7 +87F5BB1B4BD35FAF0BFD6BD22B45092646DDEF079AFEE6492DC08BEFE4CAF9E5 +A800A3127D04C8E0875032E159ED90EB50D0FAF6CDE696534896B02C7C42ACF5 +2D1D0956BED14A09CA899B918DFD5A15FBF8489EDF6E2BA7CE1FF9E9A154B663 +63BAB6B21E9E5600EC56EC46F7F9B4882EAF773AB709E420B978DD641CDF0C04 +5914B4D5ADD1EAE7FCA4E259856E0D408FEDF7AF15B43804BB3A694CA58AD8E2 +BEC0E903CFD661ABF9A72CA61944A050F9E31C71A08EF5FF90AB82E4DE8AD7B2 +401CDCF1C33E900A61AA4AA4A2C04E1AFDFA11B122D5230BF4BA6428F8EB3563 +C6894BFE937A388A76423FE888E9E75FCF37B2C1255D017F15CD7B0686CDB772 +2E297692FC96C9EA1E458E635B4A9AF8EE11D3C2C161A28C5A324D31BF9BBBA1 +6CC86C7DB62ECB4EDDFB4E18D5539D528CF7567369573A5A5995E2DC852C945E +F2B23B7D36DE58928B59A875DA58F030163B60D8F8B5B0E1003DBA37248C7EE2 +14AEFC6CE2A1DA938981ED9201F87E0F4C5C5FAE1B40CD3DE5C91E85712917FA +1AA2624B0764FAFF860CA83C4823FE446CB294E9511AA1C5BAFFD1B11E93F60F +CF87DEA7C73EECCEC90B036F773A35572FE436EFCFCB579F00758FD38B763B9B +36CAAA2257B2272EF987438FEBFAF98AFDE23BA3CC6529F7368F8AA18780ACDE +2953AD42B7FBED0E2FDC57FAB02C18D97F4C4B370ADFBC22A644F074C9E55D7D +93EBB27FF1B095531321E4CCF342930B8B56DDFC14F2CBB58922F050656BB49A +E4D35696D8E84846570EF3EA5CD0D7C7AAA65D1FEE60EFE200B8C2AC4D88FD80 +C1661826435F0C163F8C8D80B216BA69195516941EE5C1789B757A63D6035B27 +40915781D9E726E9FEB0B277D73B3383ABDD138A2812AC5E209AB870D60B45FC +867C26294E5E3A83E42410F28A2EDA072D1DCBE9512BE0E7388BE98B54C19D41 +199B130264B9A2AE6B9E1AFF44AE114E041743A673DDEF254EA509FEAD8D88BB +59034060C90D2A1B932C5284AFFEE9F152F85493FBEA5FB1D267A45080A26CB2 +3E517FB49D78602657410BE7BC3A04BA1F3E668B0082724961CDD8AB05CEAD31 +5D86C0DD0015DEA01BA7890B3AEDCEFA90E57D2E232CC2C15922E4E9DFE07CFA +1DAA573BEA7E93DBBB37964E8F0A9F6A25464B7E5F602A5BB27A4262F0EEA2D1 +9C5A1F04D706591E538A6B926317883DBB1521E14C3D3D51EBE1659F2D5A29CF +DBF2F5BB056E5B645F8F7284E4F4008C3728D40ECA7BB3369C51A6469628AF5F +6F4203D306857A8FD2DD1576A1D87C459BF4601B02FCCDEB2A080C27CA199330 +DCBB86F1F58CE924EB20DE9E1878D8523FE68645A78E38EEAE7C78BEF4BE89D8 +A48BA3BB4BD23EA288DBBE6607526944E5E282CFBE701698D949711B879E7E80 +BC1CBF14ACB647A9A5EB624CDE09D5AC94B585EC641392F67D5546CE29726A19 +9D9A9DFD17BDCFF2F3F3C5C09A06395122440F6EEA4648AAB4C0481DDA495101 +84577E2D8BC808A1D7BBB2D3867F7712B916A36B448B3C4DE913F28F0A9A7FF4 +F92B6528C90569EFC6FF219E00A39D573BB0770850309B8BDBDE5D208E98790D +39E03949500496531E0E6A5CFB3DC998C3E8E8A52E625B5A2261CE59C9061882 +4CEB423A66D0C5F5AE3D07ECCD16BF6D49DBD4D6ED9CFB3E353B8229A84D8935 +443906000D60FC7CFE61561D7D909A0CFAAF2F7EB2105B769A7FEB7F637DF90D +E2A423293003C38AEB7C16292A2A8B306540D415F44D2828175BF3836DE63E80 +5ABC39D7552EE41B34E89F9D3FAAB0D580CDDD1ABEC94925B94DE33E7DCDE318 +6851A5238A1F1E4CC627EB46433ED9C54E914CECAF70E987D2F5D850D17CE3C8 +7052383BB3DEA58EFD3175E1D7A67B1004609EA6C6DF6C253741F6E4867BC38E +59D11A2F7A0EB4EBDDD5FB1A90CC3884CFD6B56AB56737158C6389E60C2A3AD2 +5F99AE76C3166F0C74DB97B230EF218BB6B3B722AE0CF0D29417744D8EB84918 +9DD4D7449437A963D10D128C720F5DC41D53F35F15C4B533F2C7B116CEF297F8 +493D3BEE760A8C80ABA4CB79AED105E1FCD8A68243053C29A03ED01C2681D055 +0A216F43C7643EE4A97F0326186E45ADAD378049B83C7C8912AF55EF78B6D1CF +C5E64E5E1B9A61DE6491DA4659E0BBB0ACB2E67B9AB6297073B3A4725792B76E +314D605976BB0C55C681AE571CE023BCC0C22674B895AC14ACA85A480F8B63B7 +27368B60AFE9D076CB1766C7B1AE04709B28E38E6BA31284D9B07CDF8F93C6BE +AC7CF07A7A30FD7FC234C9DBF75355E974E2B31E72EADBD7E3F49FFA5CB70AA8 +2811C912A0609B1C0160DF03D05097622520CA285C2B7B1A4AE7902379FD7A9A +C453189D32DDCE43FB579478CAB053AC4ABCB64B531590FE767761B25F0E3F4A +76570E77DB50FC7C49906439B4FC51B5C18F91B27B74F7593F2CC8CF00A5B356 +3D02FB238EB28164DC66DA0B549275B20BC469E835D4B597233080FA6284FEA9 +9C119AB53D2D95FBE5BDA4E2513D0B3F12022D6B157E1991C92369BAAABE1282 +52D7238E345C4CFD886F01A6E3360826FDE7F9A66D8B4953F6175335AE3859DE +67BB92D561B0C7D7DBA96F4C107DBF41F967DA8ECF35E8016464E4FC4E8B85E9 +764CBD16665EAA374313EEBA433EFB799522A015D41C58DC508E16675F850B12 +CE7E1C07C2179DD2ACDF43076EBC3AEC895C9620C741ADDCB78BAF75CEB19E4C +04E23B1A233C3DF74A162E8EB1E15CED59784C265B0497ABD3CC0C2CAA4B61A9 +89102C9AA75F508FEE70F91CE46AB7C50494BA4085FDA1E57F7C3D8A3AB9FC2C +09B0F9CE34DF675226CB2CBADFDF49FD6C0C9C75E9D762759C5D6E18572536F1 +EA8CD24CAD800E37EF98E7CB36F38347D757838B11DC4A60953735085A0BCCE0 +7CCF4C82B3B8F7406FF07B08A295B68E106960E08E98A84AE21FC2266F2AF832 +77E45E1F562C441DB3E17B5BF3E3EA02F32C3989B8797FE4944E738CE815B08A +857F6D0A5B80520DEB42190528CAD9C8B5DF7D5F17AB54378B62DF9FC4D79D4E +48A084B7191C1C3A3C73D869AA706308A6AFE2133CDFE120FE562C9CDEC7F0B5 +D283B0814367355D7D3E6402A8257AAF18D25F844CB66C168D36362B46282CA8 +E409F4DA7B8D9F63EB2D9B410EEF70D41B03F41BC15D76498F5037F5762BED1C +784654F1B6F205212CE206BEBDDB2AFB7508F6D4B1E2E0319EAA1ABA690180F8 +C8B7514E8278E889493761084DEDB579CD6DB6532C450E371C2B88B4A23443D4 +25A6E3EB0FD8D959EAE77741FEB136525317667305FB33E0AB6FAB602570FD54 +EB9515B929A876985057F98CF56F5D317C17DC0A4ECDEBF39EB250895FC95F03 +A0396AA98C17C3E73728A55039E41729BF0BCDE5388F733D4248854CB4D79D17 +B93EADC6260ECC14C3384C5D9B927D0AAD752A46E91F35ADFEAC1D9889D81712 +3A44160FB8F775180EF0DEB22FD4E95C8E9884710793F449814F2C15A9643F62 +553F28574AFF99C3C949954647E44215C862329690632A12708F5200369F9844 +5DD5ADC8B026F8F00DF6AE8B4F1CC46627468C7BCB17C9736111FBD63AD190B1 +DCB5DA175C16633BC0F64F6A2F5B45FF242DA493EBE41BD57EFE6A9CB29D77A4 +C80FE262E36CD5356676E2E52327ED7F72875A2AD00F98B1FAA283309D3C8DF9 +B5FF90091CB2268C9C6A88D2DE464BE042923729D14A3E453944106E7AD3FA10 +757AF72FF47FB5223BA9741F9917B798F49EDFC10FDAEA5C84266316817EAF28 +C60843FE592A7850918C929BA69FFA1674FD866B75D104EE78BE77AB036D8DDE +BE75588B469BC8B3C1EA4A9738211A39DBFB0FE059F649811F93F67D57425BFC +054B96438C7087C05309A87B65D64E04671BEDFF54D34C604A6B82CC7CE181C9 +7C509A3C486FC240126641B534A5D953D39B55F8C2DCB16EE6B9E6A7B7434830 +FFCDE2EE476216B15BDA07AAEAA793047C4E0F6075F27833D4229137AA62E57C +B6E3A40FECA9AA326B30714B930EB46F8E9B4AD73F29D5FACE40BDF74921C5EE +308969AD4B8D4D88E04528E7C3E860C0DDA487F420D614D1D72EA0BECBA7A7FF +0ACA340FB0B7B864A351CF97D591EB3810282413AA3789E1ECA38D7876A31AC5 +C05D7CC5FD1E600AE07E8442695E3CFE44FAF321950BACE0A05F1AE0ECA5EB73 +4E502FD3C93977AD719F45E9A07224D2B4E0EFD78B718E6C35A87369C5FB818B +85EA9D40504274F968EE3C2DBD0A0CF5F36B3DA0FF939BD62D8C2A1034B7CDC5 +FD0010C7875FC4744ECCAE17FE570599542B19DF7926460AC3DBD7340884BB2D +00E93B0E65D22F9CC1DC6BF1B9027A316F2A2D8C70B472B7FC54DB92F00C72DA +5AC53A506A3C87EFA824F6D7D492EEFB4F83203F228BF9E8D83B0CB5F9980555 +9F05DBBEB8E758D8B31077D05A82327CFDC71FD640519844725ED499B22DBAD8 +36F32D0A497C078ADEBD4E70E8DC077AF8F3D61CAB25E480E41FFEC88B016BC7 +B1B1F8EDF77072717AA82644262B6EC0B54DFB1F9CF545C6230A0CDBD266298E +AB1F5AE6A7B8DE3FE7E2E0CE667C66E12751E6F15F1F1BF4BD7319679D54E272 +7EA6AB5D7ED205A0A1A00E70D455B0F717C9362E68909AAE25B4B10EE6D55DE3 +38BE9DA53D98D895D8FCF5BCE592AA0FCFE0A33CC6E3BE02502D89E81E5AB77E +25FFEA1F5D203AB8800316F4E9998B35F1F066620EE41C6E84FF05ECF1828B7E +839DC0870F11032CCA7113E0EBA099CEFFDA8DB9564E019548786929D34A0D89 +006CF9B63043E8F86A1B4EC09B85F6B87A261C6438073835BF90A2B7340E72A4 +0A49E390B7C85B3B3F8C9EB82CBDBCFF7E68D8A782D26FC89CF0AB898AA52606 +1BC95AE09F68D5338A60A7F0F48A78560A9EF22CE7F227CC55557CCE63133FB6 +92A3800A1543BF77515AFC161EB107CCC7564FB76C84318E761AF6905A01435F +AFD516F4CBCCEDAB382D5BCDD948259293DB485A399718182A1F54D6BC228AAC +2EE80A6A6B57AC74360FD8156FDE4F17A05DC3D9C35E9562ABD41C06271A18D7 +4DD03DA723B7D306CDBBAF1B1E0C8129F4B0403120F8C4C13A83A8E66EBF6F54 +9B2D88DB59B8793DB1F4D5624F64AE0B61D7B3793031E6B953CB2E68B5C17D43 +CAD163D67BD6A39CB8548D2DDD50B79604178C6797551B372A263D424CEBBBF3 +6A390CB5AD522DE71EE72A507A5C1AF3B22F30C4220C27A1248F62334456696C +5B86A05CE6FF619AA43D3FB654AA1EA3FA0F1FBDF269E5C1E885F1F49B59EF02 +802029161C6A6AD4465E76DD7F8C6561FF3D38716DF7287D965F3DB3DBA53CE7 +5B5D8E34DEF85D00D6B30371349E28B618850F18E41547C688CCAEA9B961830F +92F38D5549BA28D92487540E8EE3616C6C0D6C3D0F39EDC9A8B611FE2B50CFA8 +C01CE7DC6C12293B2ECA4073324A554E9FAB57B04B19D0D2525359506CCAA62E +08DCDBCC70EAB5D3E7844CF23341D56F781D2FAC1941BAC301175BC9DEA125F3 +F6B4CD3DC1DFBB653F8C144B3E863B381CFF32809D3668A5A7102229D32D89BE +470407EED60119AB4C73C82A8D266A24B15D99DC17970AEED3A8B44A94EAC296 +100EF0409999B0D61D22D9EAD1F782C833946DF624FC0B40D1F96C8A35E9A4EC +DB6F11C043A980B44CBAA1EDAAC65DEA65630C60AD3A37ED0A625F5FF96D9A31 +52B8EF73510DD7B4BC919C3C176492C5262DA8433509DDBE502D996306B47FB1 +D4D4F4C921735EA4DC7114211A2D14A824FFF7C7AD7F7E892D7FEC6B87C503C9 +1FE032886B5C3268DD455528E747588AAB5D92F0C0103CD029A4E85EC9438B79 +B251273B6936704CE958B46F7401A1E53FAAA684862AF46A396CB083D83C22B1 +A8A6E9FCE106C030DC43B2245F24B2E89049CCAEDA86B7A904260A69924C972B +D9B49861314C2114626A37AA000133E340420778EAB669F8891433F904AFD2EA +FCCB517DDA26281F3CC013D4273084F73AB6B98FD0B1087C9A817BD6FCCE1B1A +E37625739A9CECB3F38B5F65098587A3DC4B70B0E1B0FDCC639260BA769234F3 +02E2473E920FFD73F3EA014C4D4E9A5DD8C296DFC700E9D795E093DA97835BAD +A00DD1899CD7A549298CFFBDAEB778169F06DAFE3F6E0D1F6C36EC8B2F33A7DC +9F5E3144FE3EA5E30648DEDDE731CAEC85DAF1DCFBB37498252DB1B3FA61455D +DBF318271E34A4A70F6F2B01BE468D05BC23E11B8627E4556BA22D6C67D63660 +B5A22B380F3A6154C01E31DD0367BFDAD97DF51ABCFAD64FE4C3140372125093 +40A17618B015FF0FCF6EC92FA9101102BA4910BEC54B607D80D9F10DF1D03D82 +C82636EC463855C3C4DA36ED0A910971213378C889F968F76CA564386CBAD025 +635B8059776076084337F4073195C2CC36025EDF2534FEA74D86D1519A04E4EB +72F009DA201A77E5A8543C9A7B46FF483BB880188E3F7E89D0F165F80A565388 +16ED2FA458D59FCA1E5F167D721909985BBE4D54BC9DC2F7CA176AFBE65CD159 +B7433C047213AEDC309C0E76B4575B983C4EC97D58EA441B50F5E3B50A243009 +EDFE755B142BD1843374D7A3E8BE1D08951B787791DA592099E933D4AAC1784C +AE3D0FACBBDC1FD3E506CFB5AC50AA2FED916F50D0ECA7BAC0A73E0957C9522C +0E9A2654F178C7E3129C37996BBE29C16D6C90EF092CE51B595C406288BEB18C +FB6A9912354AFED37CD28FAEC8FCC62ED456A81604BEA603C9BB5DD8713CA04B +08870B6EF3B8CBBD6997E4CD8FC28756D1EAE4983DD4FEF4C0EFA2562210B47A +76EE0E3A513253127342BBF83E5226EEFD4EE57FBC1CDF953EF009FBCB913AD4 +F4CD38DC2EAA1519E2DEEB905E0FC1C7D61D7111DC51F96AB76F7613D7A94307 +0386F7EAFA2FA37E262BAF707F70ED07C55A371210B6ACC330B68BB2688EF6E7 +2A67684A3901839FCD4E284F5405BDC24C8792A48DB34E772E6B526BFBCB7819 +36ABEF22F048F11E10BF3E84D67EC584BC25EC6D8099D6A5FB753805762D5BEB +D53410A1D3BC89E36D00EE304BD22E74D4C6FF77CB1C6CFD5572E8B8CA567171 +D20B27D938E4E2ED19D91A2E179319E5EAA1AD660A7AFE9E67C66036846EF744 +2B016C2D86D8DD67517FDF17A250C62181142A654075FD3BFBF868D93357CA38 +75F9CD9F4DD605DE8748322FF83C787A9D0D28B25C9B906F0AA3B90069931272 +21020563755A2B0C6DD4234FD596EFB934CDFA10DCF51BB1388855F1AE96030E +D2BD5ADEA09EF2669381CEEE80FA1338FBC109C3968B6F8C6CAF3BFE6C952BFE +C1F75247874340A2E37A18A6FE9088F175005805658A8167CD9D85345D35A20F +DFBE9F061B7D20976DF840F1692E0030B7F6079B3591F821E5284FB4D65E8FBD +D08B2037ED1F1B72801A7E60AC03693A8C22651B6E1F91B477652B265C047DCB +885D6BC4BD067AD5042EB55A26AD560344BA6D24ACEB3D0D42D615E4DD265319 +CBA71694CA4FD213E516115AEF33F568E9736C0BB6FA46005F720CAC362B1361 +B65DB0B96D109CE35222E8AECE82816FB31A9C5776B5084163BAD38726219B8B +8ADA8386B7E29B4BEB4E3BF26D73C005E4C6F36737176CD88D31938D43CBFCEF +2D9D172522C1CDB401059DB00F337979DA040204E41043D0AA0FDC8CF8F07FC7 +DD6C300537FF209975C1E4BA268A6E35DC3FAFECA8555765B09E4EEF0DAC89FB +75C75143DB478C1B6572710F1D29ABA317A83DA6193DD41663C2FB1A244FC51A +D783A302585EC0AD2E492A3FE9EBE22F1366B3AE74A26E6FDFBB4B384A579CC1 +94B0EF22A686932A7F1D646ED8D98D95706C17822394F2B6AAF47DF55B773C9F +2DCE9CC56B6A61DA81831DC88E6252EE0010BCCD95C8F85F04C0B01903A6D257 +9BB862CF687F350F50BA2B88808EEB64BFA8B767A53EA949F46B331AB972DFCD +855892977088984C075D19144C97B7AA00C59E084246F7DF6600BCCEA6020689 +41F0450FF65C632AFD8077240DBFFAB0370D8120EBDCF97F86D82BA535A3BD3B +8EF7905834C81AADB7280FF23EA5036B4514E990D99CBF7E2E447C8153A9F09F +0427D2B180559F6135B4D084B78335798DD9FE5F72473D865669906EB782C5DF +F5C74777CB10E18956C61D1AA61FAC2022A86FBE4EBCAE4B083210288FA04D3A +74A0BC91CA1B70207D432F8E591803FFF13FB74E28B962CBDDF1B8BE0DAEF01E +64CF022837D7986EAE31C1CDF894F68C45132EAC07E1A9506247186BB4EA1391 +412448030C812059BA8C0777F8C2E64B7E4B71D0CF8319A8215D0BA3BA77ACE2 +51A2EAD99EBB6FBEAF868DE6DDF8039DEE8714EAFD52DEFC7A218F4DE4F82A5A +D8434D62B0652A6345C6EC3AE2DFD3B2DF9CDDC8353A6EFCCC3979C86CFBEA8B +CDF41DCA6B5FA0AF456B444437AF9E71041F37CD7967E130A094C47A5F2AFA2C +EB77E8F65BC363EB07855013F6726171CEA9079ACF6AE83EACC13249563C949B +109428BF57206208BEEBF020271E431C64B17105CDFB18D695F250D690376AD0 +2124DACEDA2A141929547C35D61C635D46DFF16EA69F5917A72943B7519E02F2 +8966B80B7B8AFD7745E6C6E9C0A862B856F3B3C94E1307667DBB57189A7312C4 +C8ED6044D205CD18D6ED6E292BC925A2D63A69D4F2171CFD6D2CB7B61C08763F +1478F8FCF81B325B2A4D4DCC77E0F81F48C1D226977E3C3684D468C0F8F19626 +DB5A8CB63A5B33468FAB2C155556B1EEEA288F5390DAF9887733BB3986964346 +52138EC137F460B6304CBB16A16B48C3FF433169154E16A99D29B5EDE027927E +1D7E87F12BD91B79C496F4980B063EC223B9FA0427B43A034F78E8156FA049D5 +F48917F44B30CCEEF451B1DBA8262B28DB931614111394D11C641052CE9A9ACE +79D983D48DA12CD933722BD9ECD400D1EECFC0EA3CEFF2CE8693A395D2A6F63D +872AF6AC529FB8BA5FC8DD64D21CB110416BEF178A54C1665951EF8E1BA713EC +B88ABA0DA539118AFC303756A466308E4FCE76405B34E44ABE49EB54EB3512E2 +BCCE4D3EE8C49138B807F37FC3BD15FD691895515E56DC383099802BDEE30908 +E3EA9300A2D2ED67499BB7984763B65E6ABB126B81EB97870C2434CB3C1CB7BF +F5765E28A1613E64FC52175C422C0623C62D497E314929BAF6BA2FB0D46666CC +FAE58CE0951767023CC14C510FB51E2097E9C7E0C1E093EB351E21C2AE1A1102 +3CE149183B88D6C1529CE7DE0CA5B59A1CF020AB478F5805DDB85CE2EF89A4D2 +5E3D6AAC0DE552EC7786D655DD7185CF4F7C6DF0B60209671F0B94BF6CEACB37 +17E0DBD465AF4B6857406510EC1FC3DD7B9FEB0FD13CEBF5C78E0B69A2A3E8FC +7E2B72320948A97BD1380BB060F8ED6264409419961D7AB3666701D39BD55A74 +DC3ED03F4667B629376C1CB981E36AD7EE870DC4CD526C6DC91FB9D50D852FCB +9B1B80ADC259C9D654F75BEFB592497C70CEC2C44987080EF31E213A586FB5B9 +2E41C7967CD2AFBB9411370A87C1AE0E16954A449A7E130DFCD0CC15BF02E4B4 +4A440B5BAC980CFF66049E679A0199877ECC9431C1FBAE6B9A4DE13941850AAD +BC326DEBEAC9AAE6975C7A32D52416AB097CD877A49A3C83B47DD0A649DF7478 +1D6BD737C829EFC2C49B6F8C7724E778E168F5D5E48D8BAF6505A70F9C964E6B +1F2B36E995485E41486868B92B9EEEE183B53B70C294DCE0BCF5CF56E6836B7C +E443546886B8C4388179E76128411F6F62DA81F7C46D687E1ADDE7DF0F3B3432 +F433BC4C57BA96EC6FC25E777B20E11B104FEFB51DCA275464091DE563D681A8 +928839405C1771229CD3CE68E00C744D6606FCB4AA745A8E35389A2D1E3680B5 +64DBFC92093039F9875AD113B04E96484564701F96EB99A19E4AFBC3FF0E6522 +DCA9E44B40AEC73B965A3B525F24338F0DEE77208443FC961DF131B7BAC8A526 +BF51EFB95E91EA64381AD55995A6350ECB6B54D7B183482113B41ADE5C07132E +CFA8CA4214819E1C7ED84A5FB04C2DF6D92A3E38E33B2015F154DE4DEFD5C423 +C14E3ED305D9FCB096DDEC023E5EC4F0B0839F1EC7F73ACBA639290C2C02536A +3D2DE66A5E05872D8843AC39D7A71BD65E8979B793B5B3640F6C96977376ED5F +86514E9DF626F91B77439E78CD4F7B67B453AE183A07B76CEDCEEB9F0E180D18 +E961B2DE2A339159977FFE47CC55EA6F94C20ADD64D3E4CAB1CA1649B45B5C91 +5A510D8BA1D799726292F5039C2C5CDE7747BCD3F6B2786A11BC905EC6FCC160 +E59A10518F1A8A13EE2970B3F047ED4645E9D79823F3319065DFB78326AC9506 +5CAA47880404ABEAC6087E7534669AEADC53AB670AAD02B53B977F623167204E +AC415851FA13588CCE97AC95EDACDC7FACA976945C176C1F7F3B1709BA192D17 +749E73EEE9CE4CB0D4B1E2DCD73BC62F94D06FB90A3477DD2F549774B8301DD5 +7C0EDED95D5323705AC575EFB60D410F7025286ED199914E4B60EB8390B2BF56 +99E0C2D57FCFC704863F7BCB50B31CD1874039BD975A743D814A37C99C52DF9A +1676C5AB674093C6487FE59DF3AA919FEF0F20E197A5D31821BCBA08665326CB +CC3F6462465FCEAB5C34656B00ECD9A5A7273588A0BC76838EBAB5509F818CBD +108C60DAB60FBF5B731BAEE26C39DB8D63C1B646D45E873FD0654EA0EFD303F2 +B365C2E64E8429307C2C1ACE00D4212BDC729BF2060CF283E4F8C5975EC550AF +AF6CAEB55F001D006D5081C8395A6FC6922C054F8CFD51FB2F4E11E5F40856D2 +060175EEA2ACF73306A6BF5C8893C4577E7C9E9045554E1549580335E9411822 +357961EC9D9CBFF1DDFDEA258EEC3CEEFF1F19F1D4A90BAD81770FF541F20B29 +06C311DF9A7ABBF47B2F3BD7BF2C076EC4F48F4F6486EF84CD4F35274CA26831 +524B38164F4646926694A4AE284A1DAB3BB85A73FACE9C7D5CFA118A6868025A +0880B3CF663CFD975FE0ABFEE19D06B285E67F8C17A86F0B9B7A8F0FEC61E802 +BB8095B44BCC19A5A6E2635DCADE519968245752F3ADAD5B135F012B13CE15A9 +E2A661961A3F766900F6C7D3C9AC371149BAD912EC4EB9AEAA95107DE25B767D +DD83F20396334BF5EC2911EC5870F647619A98984746C632E23654CD20D1EA0B +B2C2E85FB8FC49698F7C73132F39B45F20971992A68D0CE6DA02605B38BE275D +A68A3870D69501E05BD45D40352D459BDD8E305D959FBB51A200A208E87A5D14 +E6EDBAE1BA22A97EE30B57874707D001CCC7AC68E0DD7FA37A45EAA466E59ED8 +4791DFDABFD230D497E4F0BDABA4232818EECF3776899EE23549633A812F39A4 +6DE2E09EF5F7D63B9FE7E1601DF4074124A3C3E9BAFF3884E303061F279D5B39 +0FB3C7DC3F4A32B637C564C10DFDA325A2225DE946F0BBF7FECDD74F22599E0F +58908E1C7B0B3975FF24C38A2639C632624E1FD0DA923FF43F255E653B178507 +9ABFDA1218DD625B5C1AB052156DC02EE42BCD7995282423AA7BE9D3EBE4472B +AD84B1524E5759B3B89C3CA02B1C67BB57CFEADA9130504D259BB8230836AD05 +68899B6C2E54D63674E53EF3FD8543CF030A7C2F281894A04F811AB570C182AB +EF901A2F41F66460EE016E70D67A5AA142AF31363D6DD82BA52863FADBB4163F +29F4654A7B67BF00A02BE06F05DEAD85DC059F6FDDA0059E3D3D4506B66860FB +3512C269034C1AAFABC2920201D708B24C508494D7D0D67608E12E15E4A06920 +238AA29E023E48AB72D011BCC4C9CEA3AC341A81E218AE1CFA61A79CC8B30300 +5ED1D111F799EA7393704B548034D0964097CDE3A04C930BF9A1F4229CCAABC4 +56207E310D63CEC3ACC7BB18A3D25EF9093B066F85DFEC82D791BD65B363A68A +47C6503E97B9EE20234D499C7357D6EEE9CF1701F6DF625D0F3A531FAF94AF9D +2F1643078BA6977DDE736360A8C942DE34D9D77570FD19F3754ED7384B4C17C2 +6A2CEEA2DF86ADA4EAF9308E09276B0089669805023C5CEACD92777CA33DC519 +4CB3007B5CA663FEF0041BCC6634C9002638FF8F42A4FEF6F35468EEA87816FF +0F656374B64C3BF9D9BCD12978AB6D3A232AE5A795511045BBF605ED49EC0E2F +D04ED454FE1B670FA7D4231CD381E8FDA9F8628D25390B39CF605CEF974C5F1C +FAF1E6F7EBF70AC11066BD5D1BC1C1844465A43ABA78DD0BF2BA47E3E4A8EF4A +BBD8404B0FB5D5F8CBD788F524804998D3A103A96AE837DA27D24119EEB4383F +F9AE8BDB295C298294025AB4D3B19F5313A9F241C6AF0FD58A23791F041F9C7B +07B0FF505E1036BCBC0F8C3126BB8CE61F60DE4C1DF8A88B36A763B44AFE6566 +A87A9C620BAA165AD7E8AB2B6A71C4CE0CE7EDBD66CBC7C45EE9CD00331555CD +9CF416060DD6878B41992A8C199CAB02D962F3EE71CBD0CDE642166663496421 +32ABF537FD881B2142CB1EE2ED82F4F6CE103ED03FFC25C02AA432586A873647 +021925A0D0ACB04982DFD5C5FB9926364C3C51471ED3E72375D17BE6AB5F2301 +D0BB557C518F05652DA4AF5F67EA320E205B8F8FB3C3630C0F1FFF2393CF521D +9FC883073A30928078AF40955832096A6F68F5F70F441EE0A3C2723A1A0E6A91 +8341B73ED5DC062661F6A566346AD5F694B7754A98587244A0C10A7C06233944 +6AB8F2CDEE51856DFAA1F46B5F6BD88537D57F4399F91A4539E04E688CD717D2 +655B7DDBB5EEF219896C9EE92FC070447B6A2A87873DDF8AA6DE8A44806785B7 +CEE7F56BD847A5D92BEE886723A05573371BDE83C96AC4897C55E30E29847F87 +07F0D7C39F220FD623CF62047A3F156D68DFA5391C2D622E779300AC6B7DEBE7 +DCAEF12A1FDC95CD8C0F86B61CCA75AA8D5657A0E4A5F3C26292F0D711EDA658 +F8C7D7DB044D0F0169FF1C9B8CDD16FE5515EEA9CBEEA44FFD0F9FE3D55BDED7 +B250595B82F904897EF442C89CBA16C1E12507F08AB6D343951E9C99287BA8F0 +8C2A9A9D9E5EEDAE53FBF8510876302C6769F72C8DB903C21CE3BF8EF97F02D7 +0437FD1FCFAE7294EE0DFA79781848E1D1D442529CD6E1A490D794C9567006BA +84859E8A1137126E2787572AF351EE7396877376A303E28088E8865558883613 +765D51B9700B2EF60002702D06DAE955A305291513F4F2698DA89221D3CEDD27 +EE4E5DC26BFD3F1FF1C951B75508D4823C4ADF3E23CEB5BB97D53AEACEB604D1 +B4B43FBAEC5441D1BCADAC1C337503FE99887E70B4C04802081682A4A75C867D +1981D33910F8B54839EB77F5C862A385A9991FF0E856ED57CE48202AA607203A +908684AEE7EF777F9706F7E2149FD276D4349396A0B043C66616B9C27BF5B6B5 +7648EE82D910B3C3D86D49B6C259C82CE4785F4CAA29ECE4CD2902A4AF92324E +4F9DB72AD2AC1583B04EDB533F958E9B692ADAFF6440460DBAAB090E28DB9EEF +53CA9AC641109F5EA7C36E64C394A57753AFB4353E84089283181317AE694862 +851C92142C1CD62F1EDAB2547CB0F264E1384BD37C2C0ADBE79862890CF26C92 +FE8875A2D5A5B681834CF025F9D47B4A9D221CEBEEB41DEE9282CBC77D89512D +904954FB55754871BF10E02AF73FC532F0FE0DE1D18CBE094A7B7769629F4066 +B0A05BC16DDDD16FF7F563C1BC4F5F4B2BB9AA6828CE246B0167D3DFC0239D70 +76075F79B21CD6E1C65EE76EE1318E2B319800E035BAC353B691B500939D82EE +F33E05DCB66589BE30A275140F509EDABC659B52F6CEA8930277A914796E1019 +76DD854AA8B3B7018F37A74BF271859D69BBF4187663BE4B8F426694C0DD1098 +B8D461F62FB44271F8F18F1440ECF7FC3DEA04284069E16174719BDB7A4574B7 +1D622DB9F54B63345044AEF7AD0F9AA3C82AE44C3A3765C167F1BF51B13B8CBA +C23D18D9FCE19E295EA457C757E10086E0E1AA97D44C48834B82550337F55024 +E77A7EE2DCE909195E059231BFE444FA724C1AAD9854B69319FE91E176563D0B +DC674BB01C683B40FDB024897AB6A615B7EE381D1DD9354C76C56CC31EEB9B11 +93323CA67C848F20975DB191271ED52B125D2199DA8809C0AC5BF809A604C631 +11DE7A6033F276AA15A15953E703EBF4F9841FD8120BCF6FF79FDFE673DBED2B +682F461933036812C1E5A0C1CC706A0CAE3BEBC4F3F66FD39111D1FC5175699A +289B7251D2E9F38F69DDD9CB6BD7C9E2224AF5EE3208E461937191E63D7083C6 +4A11D9A90E62C1D3CB04BC84D0937825270A3433A7327D1FDA4EDA79E212DBAB +287C984683BC05CF36BB6E56F28D8E34C02B02D935962D8F490C5E7D448A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -3348,25 +5556,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMR12 -%!PS-AdobeFont-1.1: CMR12 1.0 -%%CreationDate: 1991 Aug 20 16:38:05 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMR12 003.002 +%%Title: CMR12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR12 known{/CMR12 findfont dup/UniqueID known{dup +/UniqueID get 5000794 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMR12 def +/FontBBox {-34 -251 988 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR12.) readonly def /FullName (CMR12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMR12 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 40 /parenleft put @@ -3414,248 +5637,430 @@ dup 121 /y put dup 122 /z put readonly def -/FontBBox{-34 -251 988 750}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5CF4E9D2405B169CD5365D6ECED5D768D66D6C -68618B8C482B341F8CA38E9BB9BAFCFAAD9C2F3FD033B62690986ED43D9C9361 -3645B82392D5CAE11A7CB49D7E2E82DCD485CBA04C77322EB2E6A79D73DC194E -59C120A2DABB9BF72E2CF256DD6EB54EECBA588101ABD933B57CE8A3A0D16B28 -51D7494F73096DF53BDC66BBF896B587DF9643317D5F610CD9088F9849126F23 -DDE030F7B277DD99055C8B119CAE9C99158AC4E150CDFC2C66ED92EBB4CC092A -AA078CE16247A1335AD332DAA950D20395A7384C33FF72EAA31A5B89766E635F -45C4C068AD7EE867398F0381B07CB94D29FF097D59FF9961D195A948E3D87C31 -821E9295A56D21875B41988F7A16A1587050C3C71B4E4355BB37F255D6B237CE -96F25467F70FA19E0F85785FF49068949CCC79F2F8AE57D5F79BB9C5CF5EED5D -9857B9967D9B96CDCF73D5D65FF75AFABB66734018BAE264597220C89FD17379 -26764A9302D078B4EB0E29178C878FD61007EEA2DDB119AE88C57ECFEF4B71E4 -140A34951DDC3568A84CC92371A789021A103A1A347050FDA6ECF7903F67D213 -1D0C7C474A9053866E9C88E65E6932BA87A73686EAB0019389F84D159809C498 -1E7A30ED942EB211B00DBFF5BCC720F4E276C3339B31B6EABBB078430E6A09BB -377D3061A20B1EB98796B8607EECBC699445EAA866C38E03ED7D4F3EDBCA1926 -2AF6A41F67AFCFBF3630C943FA111E4CCD988A7363F7C2B75EAF5830B049460E -0D2B337988F150B9182E989E7750C51BA83DF37685483F86D1F47478883F3F6A -4B7F768DA5AA89E8F163029ADD4A9209DE8A4F285766C06EA859639B92CCCDCA -F59B1C2BB8D588CA754D1257BFF76B53984DF4937093AAEF79009D32A29A4C16 -FB610C7D6713482C48D7F9E8410C0F00AD6E67021056B6035534E79F05D14EF2 -4E813344B92052E6E38491989F62E8E70B47BDC936D5B12147DED67421B4F1C4 -3B425AE884FBA95D4C00316800FEB4C2AECB712C0977B675BEBF659686B32A43 -79C609ECFB9770F489E78E39C6032F21A769230B7B5FEC428C4C9263D23F1844 -8391D5B270CDA540F99194CBB3F96B0C062EBD018C99F6BA8887E95093A429C2 -4017AF57A2EEED21FD3D35A0CD92239683CAC8E5E5294368494F14A32AD098C0 -9B70DD84A464DA6692559DCB3A2D3B1CF7DB5E152D192693E1D678F0D2E24D85 -9279DEE7B86F11243C2F984389FAD3AB3B868E4CC4D1E0EFFCC2460BB14060EB -1055D007FA13832615688CD9B4FF922B566FBD764B5A957D8DAF44620F59064B -72073A793D0C6224FA9141EC4457CE3789EAC039016DC857D5D2C8B2D219B0FC -E8BE07B57B80757251F63231BA4A31A3316681192D01BF9D30C3A439ED15187E -E9E839562AF201CF41941F3758B48DAE411DC987E5B10A1516527AEB11916EE3 -CC2FC224C559DC9536C06C33513199DDD7FDF288D60434486A022C5387F04935 -36689800CCC7F9207BDC4A399341485C169164E2EBBD0C6A949F40D2F9C09CFD -79A29B44D8BEA56636B538FB09C5129AC43BE6A1B3754B45EBD42F16DACE02E1 -8575CDD6645A9C09D80731C74B5B60CE5739784D5F9A8CBBD3614C067030E2C8 -8DB3B10427AD845A763F6619201D08C0E6AB1E3C4E02F3D2471048C7631519C7 -9892A16E8A89AB30BF46072014B064E6E091F93EE43BF58E839A0B7C748428CD -D92C6BC78679CBEAE17C5BA35E3938DAAF04B7A304FED7F9CE091FA7EDB9BB47 -0AE9CB375FD21B844FFB938C69C0813D808F17FA28B01BAD640D032DD84BA8C4 -4E7DA8FC546F8132F9C15134FAAA2CCAEE217D4F385EC3AA24F19D39F684BED2 -D7B4D6428153A305A0B438C35FFEE92C9D6EE1856D656F69D071D15F5DB85D97 -9E4E83260C03D08EF8776C1DC11D1484D97AD96DAF515C64D231DF6DBC361395 -5F23C7518F59B0A2C9E8750CB097EC7BACC1BF30E6F36AE562E659AB06CFADD2 -463C5EC86CCE43701C0D546723F6ED22F5C5680DA372F9228BAA42D53497E15F -1510487DABA86CBFAD2D43F0FE44C7C137202590041FECA272ED878AB6435AAC -D286362F504DBD0175F442228D24CD4F6D615220ACEE9C686BAB23F51CDF2C54 -8A48040F69DA7DF1AD61EB79E3E0D06525DF672F7DC74B16638761B5ED4AE73B -204EE1D1DBFF155A5FC3789A6CB80B4A0FD85A5E46C3946168E825111B9F2ADB -8D461062147493799F9A7E967321A1E6935CAAE6215050C1625595EBAC2372E5 -45A5EF251C2CE2377EF6916A68186DB0E15078CE27E40D72B3B7BBDA85ADF9F0 -CCF941DB442B0A83C13306C5A6C6D878120D6848B61F7C84B0A5BE93CF569566 -57A4CD2F35AB56388464C0A54AC5CB73037AC993F1DDD402E3476575079D2EAE -A6C24E9B781BC30D66853DE1E20BDD2115250227D94D3D00302390CA8161EEE4 -305F4112957D8C7373C737531796843F5021E13A03C4F8525EA3DDD12193B317 -BC4AE290826D9565B6D4AEF565386E413F73AE647053C832C230B3BBCF505DF5 -DC62B4CC887FBACAA8C5EC5CFD76E6EBBF7305B72A7E2788989139C1C031E396 -501939AE366EFA57E915F75947FF909457C6E2520DF33B7CE27BF60D1AC83DBD -513F95E5B2BF3242B14D623BA81A5E4D9F14CACEE5608C70CADC2DF0F827090A -ADBEEA5594DD17287DBFFC8D32E88A79E2A5DD3AEC6DF12B702326DAE1A12B2C -5BA64A07678616926D8CD25952B8CBEB203E66293B5FBF69C3D59BCC4C7F986E -6EF2CF7F13C9EF2F00492CC56544B351A96A3ABA2188EA90275D9A485951725D -6B28E742111F89F26C3EE550A318A4683AF46535011AB6A94A9BE2FEADD70475 -6D1123C0F4E864FEE4AF0948257314D16C2FC011112D9F9DF01D4B2B9284AF4C -9623B39D28048CDA4016D86264F41A1D8A1E0E8816FCA904AA4E3BC1241FCDF0 -92E8EA6B82EDC825DD2A7B0B42F19FD7CEFAC4233FD2D0F3F3C7DA56C7C84518 -22DFC70A3FACED74A30E33AEFF03F7C853C25CFBA52EF3DECC1BAA32C64EA4C3 -A9AD347D7F0ADC7D361794B74115093EA339BE43F52E419BD16DF7154B71E0E3 -847CBB8116C5C1C6666593E8B7A8EE26A9EED1D8B1A35940349F9DCE3797450D -D166A2AE79DE85411DFD807ED887004EF828078D7B2D156ACD374FC0AF705696 -6BB23A8EFFC7AAE3EBA735AEE3BA459855243C289E34444A5DA1220EF12241CA -1AE9DF8C15384EA74589ED6323F2C0B5AD4A1CB6E191C9819EEA1AD25A116A76 -8F46F8E1E0222443EEA5114BAE747725998E1353D3C0E11C28EBB773C6A67BDD -6A2F03255D96ADBFFAB08F39854CF965D27B85F8CCBDC95E0E1F7B7C6F77B9E7 -70F73EE4873ACBDF620C08BDA266BE27F864EE2AD759254A9FA2BFE91D94A3EF -436CA4EC7DAE307ABA4353996AB312943528EF198632CC018B01D209CD225E09 -CB018D081B6237F474FC1E01562F03CBF5893B3B492CA012B40BCB71AAB3E480 -7D1731BA45801CD73B14ED8C33977D937D228AF1D649ACD74940AB8781CFABA3 -6737EDD6433A9E881A190087A64A1729B4E350662F6102BEFC2E48B66DD35B3E -984983FAB2C44DEECEA012F936B2A2025DE32729C947DC30F6656ECCAA720AF0 -ED98F3EE50299CECF4FE13B1955B91132C17344A82866E84DBDD67D379C53BF5 -5DB87C8862BE16D094CEA0B18BDBDB34653A7E54E7995A43FE8AA48C866DC5C1 -624BA8F8F4CB39CB285D47007A6053886AA91E4E2291D1736A2678F24FDAD234 -61E859710E4DC3858780003C9B125CD3F7788FE4408E1922C979F1F90711818E -16352B067FF29A2F493A1494F9B88196B4881B49F8F64F6A497BD46331D8E8CA -8E765AF472C489E68777C51C31E0ED5ED526561E9F3213F017D43B3E305CA4E6 -2C6AB509BF9E785418B91237B3CBC4CC8413F11BB4BD3182A0DDE55EBC9E5FC6 -3BB234C61FD98786A9568E2D4B732A66065959E6AF586DA6930DCC0624E58C10 -3A9FDEAB6153118229ED0B78C6F6025CB1D5190111D3BD800453F23F83F51611 -C590D9561717A9A25FF989952285A036BE8F26F460F1530EDDFD5842805342EC -4EAFB7E270DD861738B3D95741C81C5DD9B2FDD4A8A7E4D62DD77BB02047BF99 -C453764E730AA8679F0AC68713E0EB3679A5633240E9457D61E87B556D09C6C1 -6F5A92BD6F23F5CAC778D81B6898BBE3E10B286ACC79550501EFBCD60471F1E4 -8ECABFD8BAF0CCB09206EE67E156CAA1289875CAE04A57B46D3B9575CDDD39B4 -72BE5FDF45CF386E20C1B91B56B7B97189F047B437AA0F91CF159E0D3E08DEC7 -5709D19E861F9B4945A064D926BD11817D79F4D5DBA773B3C9F01EF3B20D0E52 -AD16FB23BA0CB36A6A5C9F9F83A0BE531B2BBE0E8417D20743D59DB7C5D6BE61 -8787D487872D98B6137456111B898E994E9988AB376FA6F99E96F8C75918C59E -592983EBA0D041F1F5E175E95CC3B4C14D22EDC94B08558B974CCDDD75CC4585 -2FF045D19B584943A414189AB6847F73894F3E43D66DA3FD3E03AD57D5400B12 -7FD8D6EA4BE738C7D53E26C4955F327AA53718CB7FB06AB12865DAAB94965C62 -64CD2C9615C1DF655354D3BADD2F3A5E781C68B541EBF5BF577EBF1F2D51A6A0 -E3DA80D7CBCFE0969C9E8313C5AACD8B7EC9352E4A8406DA8652C26EBA514C80 -B6ED4043270F6C48EB1ADE631856F8377371AB4B9511FCC04170BCA23FAB33EF -9ABCEC626F6C0D9DA520F4C9C817DF41E282D6B72E54877647A844C25D37F2A0 -10F9FCA354EEE01B2F639DA7C114F78ACC769613A0EECF9CDDC45691D9E8D657 -8D22C2DF47E54C4F1B24B59A6AE15DAF5A4D159CC0BB34E080A810A3C27B3B46 -65AC10B86C92E8DBEB25E1570644F3EA62E9CABB0E8FA7222080AFF5B280EE45 -68078867B4D074154311D47B9BE71D356699D91A3EA5493FC77B96DE761BF78B -219D11234D8DB80EF36580116BAFAD33043F26671AEE559D72BDAECFD390191D -8EFCD8D23A363B5748F3A068B83FA1F0C9CEDD9A9EC6568C7B32E0B76C2505F1 -10094191C526EC65E75E2B387B2EC54495CB9B72F471AF5DEBACBA5925DC3786 -03D0BD2D84C8ED209BA0CD4066FF6090641ED4EAB019E6EAD69F2B01D06467E1 -0A1389D19C6475B6A2781CC452A2F6F476C53BF01905665DF7A91A7FBC57564D -0032691998703E3873DFD960E3CEBDC20D2CD067CFD70E27E1D71651AA5F12F7 -23F12734B6C9E14360DD8863B6C491A0FAAD83032E0934CA1AC81400A5690D36 -A9B21515019218A07E1C7BD6B7AB72274562BA309F3A10A1AFEEF4E440DB70AC -6AC01D18C948A5AB66D5A7BA53DDF85E33291AD71B9881593BFA6059BF4586EC -056F600550CAB4F79B129978892A520554C8B138993AFEE76C6581835E9B5487 -D17450211BC5F69F2E574A63AB9399D0376827C0D38A739CF22909F325305306 -606C947D76B0C9C246D92D07143EC8DF2EA62F376192F68940B8CF01496DD5A0 -FBDD0F19D2C4508D08D396D6E2D7BC7AD86F8E305AF42B1D405375CD409528D5 -5A95981B7FB5C10AED77EBA79407004354337A43F5A1DA3D32533625ED1C235D -0A7BB5E4925C1C431132931FA276C75BC1499F347974BA1550A83E80C74CB792 -BE8A8C523239DFF62A19B0E1B0FA68B31BFA27AAEBB5D03DE5A9BEEB08E6EAB3 -4338F3EECA1CFFE0C9217428856FC51E89DF1BE9EAE94ABDD9F6CABE8384ADED -29738867EAE40D2E9C84453EF97860A1A3C0B181FC868C3CC577C0E24507F014 -7E094E3DDAFDB85781331C937F12680F216D5956902B6D4844D0034AF9BC3561 -239BDCD3C4DDA727C61566B2303759BE4A0FAB3F51DBA231F6E9A7166916099C -FC642208A0428660DAAC78A100248E33E32BF1FEEFB8FCD2299F1B20A328EA61 -4A2DD76BE58DECD015883921E41C3099E9F835F2B266C623D3991FCF192702B2 -0331689C02A5A3AE94864B9298626D4B2E211679774250114E3C9ABF44441206 -5425FF437C4638281F964B7A368E45973BBEF49D0B78C652944249A3F95A3261 -74E4FE359A52AC95DBAA15B6DDA67862E0C3759F9D09C716F116432EFC0B5732 -FFF93874B2177A69C9582975FF677A7D7DC13D082683F9A396D82778BE1DAE16 -8FFA6C0D2DB2C2AA560C17E73A0143D1213237728832978AEFA28086861975BF -A5EC5AABE59CCA7EC15A2674AF4285F4172C97C8AA8A149A6EB5EA2881AE4C34 -999EA46085405A3E38F74C7E1FF3E1E327FA3DB88F1EEDF13843EA241FFB4E1A -335C0EDAC47ED72DADC385D9D9B093894024BD27F4A23AF9B6B761135A8F4611 -CAC9EFCD98D36D81A8278022221E3402FD0AE7D90F3FCB68CE3BD0B0A96E0AE4 -0A2409EA7B4242A0896C532D2A0362C292E1A1A2BDAFBFB59A5D53BE8B243F56 -22CAB20CF79AE1C10EB88BE6EBC4006DB82E70365144E59458B604A4CAA8DA07 -37C183BC308D277CE2CF03EEB024423120DBEC9485A635AFFA6E5A6E47DAEA41 -D2A6204F6D1A45851AC4FE00B4DFF87054A1C5F14F9BF1BB0FFEFECDBB6E2E31 -C685C0DC971FB07405B15BE3ECEF2E2FD8E42B0715D82716BE7E82C2B04688AB -D1146AAB0D2FAE29BF5F00220AD679162169DBB83A2CF6C1724B8BBAD065222F -D24EB3A47B23C08D6636CE8A484FFA3F4807D75CD25150095F0F5E001C13D80E -C4AB1B0C587366158E3B739712EC1CE08999A36C4A3AA1CA040F1599963ABF17 -BADAAAE4E1F3FA5C146E3B5A255867C63361E40E28B0863A0CDA0946BB7F7467 -F00DA505C783F203F8DE0C4BE0130DBA9BB645A6BC32E1EE16E19C1AF4D1917F -D4E7F7A7E4A90BADA0FFC1CBD98901D85ADC60D76E9B06CBA3B21E77BA5F0CA4 -4A35E9D663C5F274189BE6E2B0A161F3E811BD2A5487AC5018E1CB3148D53034 -BEB0693456D2A4D592BE7E1AB4706872864FF96172645683525AA2DE240C46D5 -194EE3C0F05765291023912FAFABF0636EF5F89FE4275002D7BB349168B48086 -5806AFA82B223CF75E37DD7C8712F1E0EA899961FF1EEAEE668C2043BBCAE3DA -CB07490FDE9629425D8CEF1DECA01856F13B1685244FCFAB653FD88CD94EBAF3 -9EFD747462A12E5D88A6B8BB3F610A19848A4E1ED512AD49099BCB6CCEBE16A0 -4131420E849564EFF92B9D9430CFF5FD5F596067AFCFC239684B23A8055CB43F -22F5F3D5409C1DFC764E2F7C32513358FB8C9BC3DDE5E539A3246D15FC70D53A -A4405BD858DDD072F4473971731395E1DB8DFA682AF0FC3BAB7B21093CD1CAF9 -43CC903653FDE7BEEBFAE123A3D53F112C682D86E8AB8523AC70A1AD5DD798A4 -0ED8E00F0B41740E71571DAAE53A9CE27DA5B90FB78126E7756800BB325D4B92 -B948D5609A1CF903EB1DCB970364016B35F4424DFF44DB3A18299D3A10B58C6D -5893EDC2A9DA31326708319C8537D27C3700709AC4F6C7E73EAAF734CA40DBA2 -27E72DC7BF28BA815AFF155F470BF91B904D0CF61C67248BA36BE58ADF682E93 -AEC1D0E42CAAD345E586F5D9FBD4AE1509600EC9E7D24614B5C2E9C04BC2289B -F46EFE6B2D81FB0554D0BE8B5820EF456B05DC16C53C0E13B43C52F4E3D80709 -844A0093D555EC1CD1202A8029915B4E0C1A890208034F96C05E486A32013936 -C27ED2BFC5C303D89EEF8B4693FDA01C6BD6E66ED529DB355C02FADC3AE6AB32 -8E86D5B3BF2A88BB039A2D3E9E8D78D4B96C268C26C55DE17EF62F5A482ADD98 -BA1B45ECF11BBF943BC8D8582711B11454C5A7C2E37DD7EEAE455AD5F5729F3E -42DF093720894AEAFAFA47FB49B56354B2429E9D631B11BFBD98FECF975EA504 -7CF4CB2A3B0547B8133055A71C3CA2F39D7C2600170751E1715904B17017E590 -28A401AA80E150BA81B6A5C649EE21300AB003A4163D2C98ADA33820877FA650 -156F393B0FD54B627BE75849A75D0C8E0EE352941494C1EC959B83B8227CD447 -2762559912EE3F4B46B1D9C280DE220EB7E99C88558EFB21D0FF4F684118F20A -8C37CD29CA8AC0B3AA113AA30B399A1491DF55D5E0E083DBD5E62F5F0A4D7B26 -31E52505D737933E083402C41EEB6105EBC32F6AC595A7ECAF6A614729F8EF7D -773A12544E628FAAD1E87F78D6A86B8777E3282F8ED42569B0E85BAA3903AD1A -7797C54AE808450FF5E1628643167D6E80672C0B41E67D279B859F31C73F9B61 -6D8D580708024FEAC208EDCAA6CC19D85CBA2C780DABDB8E738A6CA9B3ED2A3C -1D3D5ACE823F7A03AC36E3B6946E323D64A8599F54CCC6E0828E2063BD9E5F5B -A3124919F415C3EA54D8C92BA35EEAE0A88460CA3DCD1C84F74BC9CE074A9D7B -D2C7D851BBD57EFEB0AC8D7CE0C5D7C7683D500A4CDF56744E0204975BB22323 -A059C2EF69C7FC65BFCF7AF377952F8466C5FB84C08F46E9D548A9433FA9FA40 -F303894403076B40CAE8F818D25EC5C69E9CB3052F48306FA95074389BAE93F1 -4F0075462E4304E598804E6C2619F8AC83FC6A7BC25BF5BE63372A28FAE5E25F -F9117190BB58B73831EBB6053FC2775C2EE90984EEC876C0C78783EF496C29FE -FE13082AB4E7D2F3D571A0121913F3EDDE8E2DFDA939076148E6C3ED9A7CFBAA -5D55751C6F1219B2DEBC172CE1780FF62A2929A99405E167028D2375D4565280 -4D8DC6ACCCA0F5850EBC8F41742EC0444DEA4DECE4EA82AE125B99E35D84DF1B -B35A97AC01963EB80E4A589F33D91D643ABBC17EB3911C3624334C484A6D4ECA -CDDE40E1DB8C29A0488D25490E571D9753AFD77D51279B6B48017295013EFF5A -E99E03E95B21C66283B129F2282EBE58656652AE08F8382FCF46D193EBEE2869 -1579F6DE3FFF2796C74DFEC3C659E77F044ED80952401DEA85F6733FACF11AEB -90FBD53DB512EA6DAAA69C630A79E3BC3B86722563BC00423E98FAAE4F2CDADE -8D9F73883039FDD31DF31259B82B3F1E88396437A738E570D01B3258E55753ED -0DC0A494C0DF0259798E3E71348414B6B9D7701B2A0F41F0FA82C5BF094D2197 -DB6E81CD8D7456F4053BA8F9A7002AC2A1172D5FE99D32CCED020BFA87C46E05 -2FBC499702B9033DF5EBF1E3DDEB853BAA66F741BB2F194443B2250659B73CBF -F3C8883DEDFD0ADADFA83094591B8E9EFEA597DF19005AF2F8ED8DCA7C60FD8A -6989E7F18B9F771522B5528D227287A7C4AB5B6E22DDFC423B7E68A2CB6774F0 -581D8BA82B2BD78FC63FA98F8D49906C73F62AE5DAB8CEF6F0C66381A4BAD72E -2797676CD7C9C9C62305D0D7CC0A408B0742E21D915374E5197C89FFFF78ACCF -538456BCFEA68CDE41CE9628F1B81A7DBB4E3190854EEEB40510AFA39F688957 -3DECF0DB17F4C9037D109F68D67C10D36933E91BBF89A9A6521CAC80F0A6D8AB -C1B9F0652045C4735294082D415D3B5BEDE7291BAC511E6BFA1FB05EC8EFA03F -5A4B50D536E6E7957FD9A699AD13A6A8B5454308BE47598BF166999F938F370E -2245029CCD87E85DA0E7C893CE285C708C42811A91A5248C24CA0CFCBB6E2CE5 -6588E8DD5702DF8B20E8BFA5BC17A11D2681CE7B59AA820155DD26442BF69221 -9A674365B68210B4B214A1B9668D25CB6B7D2F9B5465D7BC13094C938E580B5B -E0EFAD9D143D1C9C1BA1FDCA1716EF4E5F5088DFC22D56881C397960138A2F00 -EB53261426B2AC78A903DF5B5E51E57441900C92455F397CE61BAFE24A6317BA -F8817BC4013912422664D43A3FCC1CBE2393018E4175717E2F93717709A45D5A -4A49937ED42D90E0AC699A3E925029A1DD1962D95BF5940872372F09CC158E69 -96B1A4FE9264FE82EE4B911D586D8CF742E13FAB2D66986BB08D26F0C6A23F80 -949F5B8127B0C8D80F287F182F4191747511A988ADD41B5FA8FCCCC7FE19615E -DB5C4B313B4F6CFA9C440BA7EA2A2F68883CC059A8897F497556995772B81C4E -EF69C998B3E38DCA845208EE191C4C7460DA335DC3C79FADEEA8730659185A7D -DC1D91475CC45C34E025B2CADFBE2DD4C7ED708BD8C7CABFA1861B34350F8A33 -B8FA88250D1A601D99ADC281CC649D433DFD8B9DE54FE681580F81F3586DC9D4 -672BCFBE80493B9670EAF850FF54DEE0DEF7481053FF7FE2ECE8824AF1BE5819 -54AC05E75B2001E2EAA9F08E7ADA21B7F9B924CF30D3EC7F692E333356ED2587 -382AB244DB071EABB2A3578B98252D03D9FB32A0F23C76E14C540D98A1552C90 -442B6C396875DBF1FE432615674F3295F5D39E5B8707713A615448B87FA66DA3 -4A5FE24108B669582F5B2FA22D3A455C44D3256FCD9513C177FB1FF3831FDCC8 -9CE5B7BBE35F039877824CB0EF3B19BBEA0816C72D0957E4694294E8E4B7A1EE -D9ACE021A7B7175AECCF434942A169A4D7986182942FE4D97A881CA26867F044 -2C88ADD735D0D0A1B0D4DA2D780C48EFBDDD0E7299870665DCCF3625A88580FF -FD3A754F84E56BE59B29347C25BD4A68ECE88EF881D722E86143456131D7561D -55C98F1FFDEA0048F0DA957F7DDE92F9D7D489E0CAB9002731809D9B4F389217 -E9A673107CC9353C974BBB156B3279966F2A972484C88DFD08CA205578ECFFB2 -AAD087A94BEF26B3C2CD6E09E3B4F437C0FB765C5C8EB4FB2913AF23B5E228ED -669B214D240538F07FE5EFDBD4224CD70EF0B5E88ADC1E +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9C535A5E57376651 +F6823308463DC4E0339C78699AC82C769542FD3B410E236AF8AF68CF124D9224 +FD6EE92A38075CAAF82447C7AF41EF96F3ADF62F76FB425BEDE4C4124E7B1E0B +8BF254D91912D3A99557F5427907A56514C5A3EB961B94112077FE9417B70DA0 +B2E1C1FA3E1D6F01D11F640CF848E45BE3E205258E64FE36AFBD4DF4E93F6B1A +966C8E7FBE2CC8FF43C1F67BF6C361678B5E90F4BA524FE8A4CAD6AB28183E6E +CA6C9636E884845105595A2E40CDBE8D4807A81AF4DB77B31873FEB221BCADD4 +2C4669459704CB58A7BC230FC59F867EEADE660E49AEEDEEB042BA9A7DD8193E +56C3A36A1F639F7EA512EE4BC6992F52C2FC82A890EFDA730105B0AF7B819295 +EE00B48F64C2B5BCB275B1DD62F289CDAD4AD9B7EF057684642FA6FA6322C277 +E779CAC36D78F7779CB6DE12638B3C65B70C6B5F8A8C6421A379719B8DD44973 +5F52856A4A29B2ED37F2B1FBE6EF4B79B7C0CD6395C756A00FACD763C235914F +847D1D99831023CE1FD89EFEC83AA7E313131C0C197248605EF5BA773D0A4000 +72F607551A8EA6F0FF19441ACA179177D1FF7B423FEBDF58B0C19CAE3C10EEF6 +3538D8FC4762B77C5AA023A8186C40D0365A4487DC3564265B3DF908572DEAA2 +57E29EC669DD72974F806EFF5ECAFA9ADF1F9D2A63087FB7BBD100F0F81C6FFB +B1EA1C9DD46548AEDD147EE64B1B4894972DAE1DC3E8569D6A3CEF9F9E46DEB7 +547E10BB2959D374A33E47C58F1B20419920AB485F166062FCCC08EB5CC9AC88 +F388F0C0155027B727729488E44CCABB7064A1432E179189C4627453C5231535 +47D1F2B8BA43069696830CBB6E5F9A135CF22D3D1FE490A3A63C088EA32FF444 +24A2427BBA63033DFE2E06DF8CE67949B6AB02F26335A376B57376814D2A7DE7 +64A4347577EBE9A6E33DD2FC214A09C6D889C8FFBF1D567032548851B8F97204 +49E215CC7D222F593E1EF1439ED60AD922D41E0E9EFB5CA48F2FEFF75AC5FEE7 +FB6676D8B8D4DB6885FBE8B61B586313E4DAFB09D94CEDC0507E93000104F3DD +F83865A2C6F6A7DA8562BF86F5DB233CC9B53391273A1462E40876A8AC2B098A +DBADD5A160DEAC061F86A5FCCAB495EF8A9D121AF07928EAFD56F618E4EAEA97 +CF89A3AFD406FC9DE1E9769C1E1EB83BB883786BC075EB5DA2692CD59C4DD7C1 +7FD2FF9B18AC740A390C1DB38670DEB18C67721A1DCD502FE7368F47DB4281D5 +459B3F020595FA3B10544AAE9EF786A0645FB7C9BB29D091E1432CD878A05918 +1665643005BFD9A4B0FFD347ADC84CE22D6F9AD4EDC05E8C7179DCB360AB57D1 +6ABCD200A4B4AD56825DC345984D9A3DE11CDA5E9EC1E5006EE4181E4EFE0846 +67D8C27BEE8F84A1E01947E945BBE988702DEB2240C4BED952E433E5305484E5 +71965D3DE95C4115FF78CE9EC18E323C599727C8B93CDFBCD1CCA780DB8C81ED +C4B5E596E1603624308972FFAE9A57B0EDB51FDDB6E23EDE2946F61BEB241345 +2A192D8CAD53E823D687F9C64A70A4B4B703291FA6317C051DC6A44BCCE0288E +3839D726A8F2E39BFF429865E95C726E808E02CD06F36C1CC9AC77999F8E28BF +CE9D74B699CA982479E9D0DD98EAB24D29C981EF0349721D6819549A39413801 +F80182D567EE316E2F0AB208068E15693E4C399A381BF9BBA625E597E6E109B8 +16F3A84C8EC92F2ADE288821092A421A8D3B907048FE947230810F0777EE2542 +29A3485223FEA079B359034F70464DAD2F0E420271A4E0CCF57A0ABBC20AB327 +0CA71B292126D395E0D083B19BEC6B48A9DE2BF470C3D01A8C3F52075BD4BE02 +A0C518355814478202FD4762EC542F8E7B9B1F7824F0554660CEB83E35635E1E +DF0D03C94C903ECB36B4948ED98B6324E0094EB1DF70863142D4ED3A932D7346 +39D69F8F044B6084482D7748C27328AFD24A3A70B99D1F7D32CB984488672254 +28B6A9E9DCA2C9FF6A1B311D72413404B3CE5428BDB7FF3C36357D7975184F56 +FA6B32AD54C37D0AF7576663AB1397B80D4E998F0B4C4F6D90B483029EF2EDA9 +D4C4204C1546EFF3100629453EAE01918D09FE104E626ABA38646F17B6A94CE8 +116BC7A8D9C319434CA5B830859B4164DFADF1D7C3ECA5C78D8DEA930EA4AC3F +59DBBF3148C91A2E807FB934E3439D4F67C6DBBA9972854E6E3688E1E0A34B74 +482217CFE031CD7B5DFEF727C3EF8DAEEEDA08F4C90289E62FB2AF2357EB2E45 +4BC547980FD479101FFEEE477AAC6268DD659E8DD9E244676FD3C6909713B71A +323B211E571BE711D103FA23B5B9AF077D84E2D20FEE805E81D20C03501F0F17 +C3B081946CD0FD577F00E50B76CC37CFA97A61B89C25DD43911B28857284BEBB +5BEC61FFE3A14C64BC5425A7A82326617F6F1FA4FEAE56071C9F559F91568179 +46369B394A5CE96FB7420FF8AB7C61CB83492FA5AE4A4B0799578594C9EA67E1 +E54498AA5CD6ABA34AD3417F04F5D8D664A7EB39D41E2D17643CAEBBCCD9C38C +C5C9541641A09335EFBCE0D276A54253EFD68141807A66F1DFEB4BEA5889FFA3 +4D20BD52012206A9F8D3E0F6AFC03FDBBDF3E51506EC6336E249CEFB571AB84C +BDF8E471E3795C04E38A5306BA6D450D72E50910D1AC385BB06CCD4B8E433A32 +5A4B7FACC976BB31FCAA1E62DB2C4FE06DDDE7367930E336B49F47DAD91C8735 +9A35D80CA2E117E86B52E41E9278046ED923454989E48610ACB3B1663F197117 +52659A9D7BFA561C7ACE0771794FC778675F83C5EDCB132AF124C7E6540A140B +E0A268836C73A3C746DC964E482E63C56C0D396515283970FBFF182F9F684FE2 +655FD8F5D057D22246DDC3FD11B77552DB4D90ADBAB77BBB1FB1592129DE0AEC +F822D7D36E52BCDABBD560B403A5C56C5E1BE789C3AC049318C7FAC5E5861E42 +FD66C3C0F46361078D7E036281682BCE9BBF77983C93ECBBEBA9B359769CA442 +87FCA1B98F4EEC4935CC93B08AAADDF355C99816453587310F08C50B9BA3D107 +5388A1F3AED2AE32BEFADF0285DA90436D1D7EA85D7B9B6DF2AC4B778CFADFF6 +6EEE54D1A1C5DEE3CCA7EFF57A7C2931933CEED90CA26DAAB45E4388EC4DC366 +B9E88518D6CF094861D2A59282044CC06E63EFB390A6DF4BA5EAC7CE39E1EE03 +3D84099F5BE96612789AF3EDED07266EF10A0FC23EA1EA97040B6BAA63138B1A +A9CB8F5DED781260962D7618EDB200C3ED976033E8967A8CC676E9C11F74BE34 +343A7ECE7EE97E8F76F7E95517A6D6163527406EF5A669535CB2BF4031F29046 +BB2D0FFFB47A576F5EAB1D00A582965C56F28C00B3BB7BE2CC8D8391F789070D +775EB775437F0CD53DA840BB3575104B63E4B0BF14E3F14B320EDEF65FD4CAF5 +8596DA491BBCF3153DED3B718F833D106432DF8DB8B8E6B34D5308C9010A5DD0 +7E0E53260BB84BAB3EA748E8D72F75901604F80F4416920D69B4B983DCDB72C5 +E9928F01A4A85954FD74578AE336C782CDF81D1EB7EBCEBFBAE7ED8AB4862584 +397928F502D65139CCD582CF0723C5262EE54B9D2B8C39614652A8A90E1C3B65 +7D26B99DA298FE4B9A7E98848F619C9BB4FF9FD215B72F99506F06355B332689 +37D80AFD9F9ACD8172CDC51FCD3A759ACA0F7D4EBB07840840EE42C2D5B8B257 +2C6DB3A7657B75F2F0B9730A20112745703E2D0FE709436CA6A5F36F59E64D9E +37C0A23D6D289E1AC1DA273872F5FC5C3DA2B127F078A4D7AB3FD7E124455817 +DDC796D54EF26A1FBFD539D3A21B86DD4477DA49213259ABB3FF241424F2BE5F +89151E02FF87E0BEE26E85C0E518D8BE7CC9214B8E9A9EA1DBB49C6C212CCF08 +90C0F23E9858947EE344062EBD9C574979087439975EAD4E85CD7BFAD3C91CF1 +EFF577843AF1427D06CB2F3BB519ED1591974218C43F0D2038665F9E2E3960B7 +FE68CD3CB2DB6B36C7997C6B21EC11CF1DE049541001FFF26D14C255E3AE862C +5A5701292FD2FB3D04523D6E2F3547923BB117718DFB6E6520F0D0B5450C695B +8C9242CC8671B7284CB2E1E9EB097A3DB1B4D5E8EEB93B4DC7E38C0A10474665 +54DDCBAF079B92EA494F6FA75A84C5AAFE280284D0823D7C22249A21044BB0E6 +4062074ECD17B62E03EDF4945A294BFEFB51F5FD870D9D7230FC91B83C1D85A8 +86CDDF326FC90E04362145D6E8630C50594484FB829DA18F5C078F2EE67D2F2B +08DFF39AE2E8C9741FA989AE494C7166F122D2C5F71B97C973B7CE8500E9F87E +D59C30F2E99CC4D34713DAB680598F41955FBDC26A14CF1E73D6BD6B9AAC8D3B +B998F2D0D647356CD236DEAD6561389ED3A6746221B0CF15D6648412B35A6B54 +6A0EF5BBB34AA376D9BAF025BFC650C1B74333CE85413D0EBB2F4D082A26A5BC +3C0A25D2B12CB159F140E00E262F1CFECCB2C802FF94CD34DA0CE9B4B3830FB1 +DA85B9B670D5169928990A2E9CC869891CA2FFAD9774E6B92549644DAA5FE00C +A5BE4F5FF91A0B6D2FD8F96121D766391EC4ED3E73DADD476B7DAE1A50AFCD98 +DB7E27E44D30416088D9BC07D4661D9ECEC0806830ABF14CE55AA3CA2DF66E8E +748B8ED46466F1EEB072AC0674FE6FED231E0DDA59ED7C42BC05EF00E176050A +C4834D893DE42474EA20DB1E25059E84BD137EF65A02CC295B0FFDE4CDE95879 +0FE88BDF2519ABAE7F8CC3E6386ED35E04A14F1E3861922645E3A3F43B48A5AA +1999A5EFE192515FCC625C829FF5A7B337AA422F5E920545F9BB269C869A821D +6C4C26DD2AE746EF0F0B4C1E7E9871ADB5270E1CA9BE28225F7A0370D4C52422 +E25263EE101C4EC1C7811B05AD42F364844A56BB91EE72FC8ED53CC6954D2BD6 +F945D739BE4C61E36143CE890FC0CBF2F610018D678ECF7CEAB18FF5A0E48F76 +FDE2463D40A99380D679B3B76D39C664F4992D23E5988B0D1AF33DFB04894016 +E852EFD1EFFE586153C0F31ADBDBDE3F73FB49C5EE64D0D02E1504248FAFAC3D +903FD44679BB09C30288139B41B1E90A10139CA3172677250B16535A1F3E5E4B +6F4264DE58896E66051FC677030A121C5A285C47B6129CB5A3998830CE070D21 +2F093FC1B44089F603A21F45F60960F134A47226874C737EF6C085634B0A4A66 +139420501351F737A73F39D960EC38420BE46E5B09D298E7C16B8E32F01507D4 +0141FC52DA1DE718D634AD9C8B00E46EEEF84356759324D2B9A3473C5DA38DE9 +E30182B87F91B6A7F7BACF29A93B44C879CCDEDB063F9D2E51E0F1FC9F018FE1 +2433D85AF24B55DE3A61C4D0A2DA4FDE933F5F6FDF17E9FA9932BFC46E2D71F6 +585EEF5B2E4E89E797A24B799D7F064DD1A817A53677FC9EB8CC3E7F93FE50E8 +D50E3191052943FD6C98B573BDD1F6D70349E1F8011599E3F8FDF1D6E80A710E +51E434E85801617C6FD8ACCF1B77B4BFCCDD35CB4C0367F4EB4D8D9DE8284D5E +B4F43E2F8320C2C5A9AE90ECBA7E65D377E91DB69FEF27069235366AD3E126C3 +A73CE97F4C90BA00D206FA012C327FD69EE59AF4470A315B1799CDC0539BF90E +512C8FC3BEFE4D1B01D969EA9E3FEF976CD6E0FA4C9ECEC955B265CFD58AB8E5 +F7371E479279EE14B689269205C5B506940606CF3E24A1E7EFF3CA96ED30AD6D +E243DE57690C3D69A401AB3315FA49E4BF4ACD4DD1CA39272533E82EFDD508E5 +1C2CD286CCC5DE1202C7C7F654521750632EB637F918667E2233A43DF75239EB +F28F3129EB5DEE2FC5BFC331FF709B0FE9B327CBBCE98BCA2C861C6547E50407 +1218CEBE6EB5F9BABA4F2E11BCC6FB553A544A567B459E06375102C69F8018DF +BA6A227CFB13E2D74E6A521E01B74F2963E9A0A1C9FD87A88EE6356E3BFABF55 +BABC751D2BF85E6712E8EF57914920775906662E4BA68FFA21AD422D34E15578 +43CA0568B431101A1194F8AB1EF25E886BFCDFC10F4A5EBD9530816548BC298E +AE4A0B6B52B8B59C644C409B4191B6F4203F52314F2675F02AEB65A72C66E92A +2AC703E15D8D381522C0AC30C165B822A9B8D18CAECC094EDE020756018DCF51 +D0701B507519C4270B70D8CE94B436F640C15872F9B5B77892AA3D110E4D6A65 +8F0815C61A5127BA25815378683F46E69E54A391A8675977E7DF9C2D4E6FA991 +9F029E50CC2F266B31EE9F9F24452D5838905F330CB7E416B8AF836C5AC26AB8 +BE2ECC6EA4BDAA08C30995709E225C21D35DB6369167602CBFA8DB2697635925 +969002CD1BEE745DA2E56C17EF3F0C05E3847147F86963C37A221C8827195A8A +3D38993E4939AC915BFD9A212F5FF3F826F742B952018986F9FBDDB69C3AC65A +845F7F33C55D4BE60A1817EBBCA7E1538E8087E1BD5C083A320D52953BE65F31 +E8339C612A510B59CE48D2EF7061560C4AD258E7DC59694493E3AC878246F37D +6DE89253EBC8830C6B209E818213C4AC4CF1F391AD91D57BE76FB0E2924A1407 +E4A949C905E44F54EAED6419F13D59942C8079336A172D4758BEB5D3E786FB93 +3CBE4FD2EB53E4E1DAC34E821EB30FD44BC6CB4298242C38F848FC23AEDC9733 +52BE6F32E31E25F18301370F8936810B0566B664B042C7AE0D78ACF0A87E5BF6 +F9B66E358168B2CEA30DCD940074F3ADB793CDB136161FE2522905E87B8E463F +95D4DAB7E14A3DF7BCCE8141C5A08FCFA2BCE9F2D1B05A7642E75877EB840149 +AAB007CD239AE47AD115929427717F219B0A8907F0EC79ADE1B901DAEE87A2F8 +39361DAB43DFFF69650F601B24061A9353CFD619FF9626F63275FD09A5B13BB4 +8B3379EC4D147C41197E8387FC04DA7BE409524CEF74EA91DC066808A7FD0EF3 +957A44E2503EDA67B1C61827479486134E922E560A673BF314D601C66003CD07 +55569085AFC8428389A140EB976CCFB8F29E27587E46C413ABE2EFB51AF5913F +53EEB74063162E0BA1E24CEDCA320377D3E11BD374F0B44E132A5C35835B6E2C +D32948EF9DC7931D104C1385709DA882DED6458319F21C2329938396BC074106 +CB9CFB9E0A915F8DBC8435F386917AC87A2BA45D857EC30ECA66FB4044F5439E +CDD556B82A0E43418D179AD883C85AC276E1190CEC242E3E1D86E725ADC39E46 +BB6C47FE9E17E29F8EA81E870302A00D91434F3B7A05F243176E6EF1082541A1 +B9052191EE5C2B8E94A2E02DB65FC769653CA8D1C07A13CB853544AEC7FC35C5 +218DE3128AA31952DCE19C55C23FD69BCEA2C661F57B11B8F9E86BFA718D1521 +3346E78C701A5E51923D6D937E62FDE3669B214D240538F069A100A542720A86 +31DE88116DE775F7ACC2A49EA6C02A24408271A846990669F2AF60AFAB4C16F9 +7F4E88E917F0FFDCE68F22998AC0AF2A60A73258C3A4BBC42A2F918123128195 +196D0E150D79AC3CF4628503D1F3FC528265ED8324E56849A47B3B07C29940B9 +1BC270071E221D355EA51E9942D3BD7F99816304FFFC8F5B036C953B38759341 +ED5D7B9C8E6B70C409DD8362FD291201CC385E4A98D73E8518A4C0E544152563 +82032FBD2FCB6E403D34B85ED4053A8CB619BDD4DE001F4C3007B1F317579651 +E6D6662189CC2D95AB85D7473F65C5D7B4AC63B0FE928F3400035D5A9D443D0D +F3532B99F3AC26CB25EA3CD64C341159061E02EFBC7C033C05CD919BBD827A6A +BAD50D9C98DD94332DB4C7155F8A52013F9ECB7CCE3CFB3E667C57B022A0A753 +A45E41A9D8229D5198031ABA3DAAC142AEA5FAB6694A6433629E15AE45A67FDA +34DE10D995ABCAF45FBB3B6B73E80D05F4C51F8C29D4B0F67C8A86432A6C5E86 +F0126AB25A5CA2875B48C61CB8112A4CF9AA08F8B0157396CF63CBECDB8867CC +AC10F060630C9BFBAD84B1FF01C814878F0C177F552BDC9BB181B14581C6E968 +DAAAB2896FCFB745795C4D2C87CC14FE0D165EF1C2A06A9B89855A1E543F3691 +B90E4EE9F324FFCE2D59A8810987DCF0CC270D5E734D22592A1B77DB98075341 +C48676342C1C74660E7D79B7329A7F6AB723AEED60BF2E1158F0591CC962E5A6 +ACDD131797F623F38B06F9E9EBCBCB1FE267B888C20A59AE40E7A7169439494D +0F336276062BE896D00A355A1D264B74BF2A1119161B0C9702F63024F683BD05 +0B9CD950388B3602620481C596FB7C52EC5EB1FA50E24ED4BF84B866CC37DB18 +DF7271CCF9B739669896D492E3FB0794E716256CC85C215C3E13B3F76651FF52 +3EA372C46BCA6296BB76E360801E600E26408039A2F4AD9225E79CCB0C038A04 +306435D2F6D05886741463E26AD6631EB80E8F51575DCEA0EF446754F54E7691 +948F6D58316C2D1CDAB2C40B0D477DBA742C31F14F04B11E6A323636752F6B64 +34AA25CAAA9A12874EFB39BE04CE85B849481CAE684F0A727889CE364C67B807 +C255B7E0A9227CFF8E96FBFEC10D5098DFE23C3AEDFA71434BC0ECF8881ED0F1 +56EB13C297818BC0CF1A5DDC5138951068B79F7F9E3544CFB758A8E3E827D706 +69759B6EE224866B0E99023F00DC714B99F9F32256A5CF7AA5ADF1FA4ED47594 +4A8246289558BF2DB30FD850B100B6048E9BE14A46227255FF7268EB2822FCAA +5C6E969350100A99262EA832C0EFBEAF3C4AC4822956D40710FD63C6EFADB667 +85273909DB146DD2D0DA7BBE48E30A2AC2DBED838C38DE90DEC7B35E2132008E +E5F70CD3A6960CCF2D2B8DA5FC557EFABA32DB544E3045BA3E3B153355F29059 +19FDA13F087950A6E2121AF58A4C9861F43A39774969E8633BD0E9C04A50FAB2 +5F3DD8F33E7DD74DC5F6A37C7B4F6A7499B04449C4C793B4BFF368AE118A0326 +66C9813DC5E9B687BDCACEEC3CACED14896D89569AFD6BD9640029975AD8B4D9 +87DD6BCA5323B73662BAA174FB03B54AA53AEAF4DBDBF64F250C0966B36A38B2 +5D0C610DC18FADE715D7B8134753E03E62323B536970DD430AC6A2A925783424 +FC803D680501745D1F67EFD7B122C507C7537211B9A27FBB273481A05708E0F2 +1B10358FE809EA82F1244FD82BED0F9F62E0558F4EB16B97CEB22FDFF2325130 +0CC4E48C65E78BAF9EDE7EE33E539C3A019C75418567C684B89C3F082CEDE417 +E444CB3A6BDD168B66B237F92659A05EAF80163BDDED535A8E130B46D37E9A9E +12BF0E7358AC77A5349523CA3E06DB4711FB902A9DD12358F37393FC0C02E733 +56839846D7BF487997D3BA95E7333950EA16B40D3C43BCB1F23FA9C8B4114F4A +82AD8A046AAF4FCCB5DD30DBE94EB30199F30FD21BFA85ED15BD7DB9ACD792ED +E0770DCEC1F6372DB08A63A2272C200E0E0EB08CBD2D44AA562295AE5B675637 +23257E298E7C41DBE5D7E6A9E866BAE054F5432D954562756426798B8D3E9EE9 +C6EF17A510B830ED4867EDE140C2E96D6A8F54E8A359D2DB1A416DD9C3A7227D +1581A5DE7806149CEC51F86918A3EF300CCD7970FF7746B4567B560358F44354 +84231CBC240D8B31F62B76975F9DFE9A6AB0FAB0D69A413C0FFAA2ABD077A969 +E6669F738239B234643389ECFB0591B15E41F9686983824C3BB53667703ADEF9 +48BDCD572232EB422CFDAB06B820CDB94ED1FC2BDECCFFB41E37250CAEAD87DC +237C2FF8DEA4851D4DB111BDC885E68D6369E252229253B47BF47C2401B2BED0 +48ABAFD7C3C51F526097D332F3C445EA0B863D29F159714ACDB691410E0C567B +B69206E34D82EB7033FBC50A57C42A758E813CD20FE231CC63D1788318DE7C22 +3C704B987F701A691FF9E932B56E36CC0F7C9DCDD0AFFD56FCEE429C10A26DE0 +FE9E9D2748369D68F242CCB900D314C29B1053B6EABC2828E52EBB43C3AE839F +80ADDE5CA47F8AF2DF542B34AC4916BE8FC5E2A4BB5ACBA5DFE0E67108B56157 +5668CC10804CA7BFFBCCBFB14B4E61596C9154DE1F585E7ACA932DAEB061DEBF +86857115809E4CFD22EECC881F85FA3105DD7CE1A0F63133908F4C7F2BA34433 +2069F3CFF23319380EBA8592B223DCB1FB8E8A9E63FC00A624154D4FC84B68C6 +19A6AC66D3CAFFB386135AEC395AD9038DB97B988EC448BF19F78401BC81947A +52603603FC5E4869C84FBFC95CE3AF6AB12D41177092C047B73F5C463FF9618A +E7906717F97B12333AD6A84D6D66EECED4C5444C4F7BD2B0065BE12F988B8CB6 +EAF337C6FA1D422FCC6C15B93ED1A83D7BD5FC2E9DBCA5E5F2B8CF6E76C4458F +EA45CE7BB906D2C24D3EF506C583DAB168EBB5E40D4C36ACDA55635B66DC43F6 +B51FC076C4765E53A89CF9099C590E0183EF947545E912B5A7612795FD477F76 +6A204C252539C22AFAD0828FBD16A247834188E264AC046C3CCBFFEE1BBB4C71 +CDF48472F90FA096587D2E609B7DFE755C8FBDB4F46F8610AA31143D91714A3C +318E6FB9160448B0703F177B4C5B3D2D981E637B793E36D510A8EAA58B64701C +EF19E33CEB2F07BD7397A2E015A4EFB9313E96F654A87D91AEEAA689D34DAA44 +25A86A8A7C7892D2EF98393FC14396155A136CDAFDE659D31EF8490A151647AA +B38E83FF781CDBA39DD154BB8D389C0E9858DCCED373E9FF067EBFBE79B1F35F +A8FDCEF9D3FCD26CA69D3E2348E0AB6723FC278C8E56BC9D929BA4EECFA59EF7 +7FB9FB6B232734705F961AC4AB5931B0AB096BEDF1B907E1DFFDA1F875C9787C +DB2ED0572D803950725DEDFC60FA25FE225B566B4AF8207C2E5CED4F9C62D03A +47E26FE5B95EF2ACEB00852D2CD315126439C4AEE81F4CCB4A92BE08F260F5BB +176164B18153FFF3B67538D7514769C974834C22425615B5582542CAE5A836B4 +8FFE83773B9142BFB077E3A798369966A4BF9302A6CCDB8CA2108512CE8688B9 +0BAC52A3C8A8115A47C13597B677B7D4939EB392398FF9CAF232FC4C567CFDC0 +E2CC1CD77EDB1A02FF3A091AC11B4E164D4E18FCEF0C27701BDA88D64CD3984F +1CD787ADFFF7DEDA14A0FCC62C52901735792A12FD8BACF328C2E3575774214D +7C10A241B3FB666F5F60DAAB08F274F2891BC5BCC405316292E8336E77638C51 +CEB5CFF7A7B2F3367BAA513CAFB39F7A5C4562236A950CE5ED334FFE1E3863DE +84D26C5B4A51F5BD3B41FCE091E33BE90F8B08C2810746E97D169EB1034B093A +4780B6E56710DA778FE200615AEDA1CEC6DF1091340C108C0A1DCA888A3085FE +D694B7E9D4A6D53D44750F96B823F1BB95DF0656901D2B5DFC72D0DDC63A7CCA +79DB66C25179E833FDC61462D82A0B9F1423EE85D6F704F3A084547159C32927 +7A5ACA2CFCF0D3294809483A715A6096B3E08AF35AC4F4E0C38673ED0AB5889A +4640E2AF8D314B0F3200369D4FC1EFCF84BC82A2D7C453015C5B8BBDDB702DCA +B16C5B197A1405431B3C764AAE1DA1652ECE738455AEFD755FD6087DF950718B +051CEA6E8E824762AF8BE0D3019292B11B16F4852EF43C800683AEBC98093B40 +E3BE05EF847F8D473B3594B05FA1093961A5EF8DD5EE24BC6C360B5F7CD39F2B +76C52B8C991D433F2AE1A863F2610F8F6607FAB75FBB838B6B8E0F730EE5145C +7230C7761450EF008DDA956A6D96862FA2230A63302C8DDA63799224C1D923FC +5DF426810EFD59CD116AB24FE1D558AA5FBFE54A8019D0E701C467580336CF71 +75BB87ADD229CEC4634C3C3DCCF6F94CBCA08CBEDD4AB9FB82C17182B253D0C9 +93EFED9FC028764431BCA9029309448C0C1B659B97DC5ED7A0FF3E010A4E1B61 +AF0DCC3E7DE4151B1C41FDF1CC6867BD4DBD80AF591FBBABC3141F53C18DCD94 +95E7B52DE4D51A3F023C76A322F6DC3299CEA559D73C3F6AA7684E01201C1AA9 +FEA9489C31B8DAEDECBCC244802F7A2B67D679A7D25CDF95D0CFA6C320AF4BFE +4F430B8F843F17609341BEE3EA1504CD138A0FADA15746A1624EC769CF415D51 +489DF0B815C9E65A02646CEC1D9D61A91A81DC874E12D74AF43B995A6D6435BD +FBFD572FD4E8169BAD184EE9FF0F3E05A2D7D2E6084D2ED6B364A4D565F05014 +3167C332988AEDEE4924CE10659B22BEE9C1C4B057DBB099852F5CF4E5467251 +299118CCC1D88343A5892B8C26C871FA7B33F0B6A313335FDB76FBD07FC1D85E +572A49179039785222659D30FC926D6716FE4F68F15B6EF35A59AE3A01F9D957 +4E1B652BC36DDFBBDA54707EDFD1743C53DC5A25D02346D18BD61B57E3EE12F1 +0AA1414E98CF69544BA4117747194D1F8399EF1CBD6D00209457AE2AD5D2C47D +30D552393F813B9FC976A048CDD6DEEE9DF809521F8A0B0A78D47A7ECD9B4D42 +6313B30DD8AD5FE44B77949B9702081012AF44B3DF2A1F5315006BD50651D40B +82C6C5F05DC4BDC0BCB6F5615D53A3985B6ADD9012AF441D9FA741BB528F03E3 +6602453720AD0F13942565B5FDA13CD86C130E50DE9EEA10C62F7D65F80C9F12 +2A919D3EF82618D3964A1600230E44B370E3336FA1429FAD1E552AE05329F968 +96E44F6BC0309109DE9776C81DB12FCD31F8B5AED01F42611E098616B240C5EA +3878875E8389A1663E47F6952F1368874BCF44B17C08070AD8E9E807BF558A20 +60D07DD036957DF9059895E4915405BA24D74F3528B9BAC3030D481423E2D22D +082220D203094C7AC32DF69AC4CCC85DA1A667725231988C1D8A8F80CB8F837F +7DD9D52906652B41D63EADF2C8E94F1E6D363B0F0D3BC4B7EFCC0E02A6B5B2D5 +9E2B13E1D0EB3666C242F132CEA608AF7EA5B33B3A34E5F5E2584A600A35E6B7 +5A39C0B15F4DE2E1FD5A7DABC9034BDC203A28CD32F5725BD54EA4A7B8A796D6 +A672FF690F22C3716E88273CC6D90C7CAEE974C0DCBB8D47EDF6BD53D7088B67 +F14B81BD35E5D4770F76689953BB6EF442AB7A01DFA5A6DCBC666A9FF5F1B5A7 +D3A46798F5F975076B7A8B5FC4AEDF2BED41DFDE1D5FE2EED0EA6ECA3BBD974A +6FC025234365F48D82584B54F415C88FB8715EA1A6B47674D856CF5447CB27DE +9ECB10FFA6021B5B7342ACB8B66A0BEE5F3EF7AB369A707D19C0F1C8697F7E72 +80446EAEBC08749FE478FC94D4CB5373843B46F829267B14EF4C3CDB3F793AE7 +0233FE898B00F189F95F7B10AA0EDABB8E7E5BF25CAE01E4F7D6DA68000B2016 +6A64C404EA2FCFB89AF74D390BFD2E7BA390ABCEFBCF0EE8497D20A0594C3B52 +9A6F8BD66DC7E66694F14B70FF5767A3772FF0CEFC3E8E10B0A9CAAF8773CA1D +57923503CF85A0EA4B6723CA99BA729D8A91A6C76BFF0158FF8758334BA39768 +79684292CEE480946AB15AF9270F2DB77C82023CFBB8B3B27D64262913E186A3 +4BC4FB7423BCBF25A26534CB52FD4F2A4D5304C6234D97C3F52290EE6464E8EB +37C3C1CCDB7969994D5444313FB6808CB2B405900F9B196DCB15EACDCECB92F3 +D8DD55B0D4883EFBCA9AE74F82F94F290901F45026A6E3B7099E3CFE05602626 +1AECEF00099DBB0223DAF121188BAD789E956F186A3A90BD121558DAF431B422 +8F56A32831C2E0BFEDC8A96D46A9E37FB7AAED1A5302BDCE92530325C2BFF8B4 +79CA1809043CED9053C20D6EFFD9AF31B54451006D13C563CEFD87AE5CF69860 +0C9625ABB5D7F1FF035FCC80ABEF73AE1319FC5455EF6DB5C155C7E4C30E3253 +A83F50074E448EB98D1B927CE31C55ACCFA4FA09AEAC963DAB73AB153C560518 +94197A2B6BC981983ED44C5CB58E72349A6FEA79C4E6F0FEE847E4B63F7965D8 +75E8B1D76D0C9245FD6E8CF5FB98E8249ADB5D3E324BD82019E2784B66F3A93D +6951317054C895B892E5F68565C9C3EDC8FD1141DA7AC7653438168B8ADEB519 +236C1771EED818C5A6329FCE8CC02E6414DB2D5D1AFA380538BD66EE7D92E2A6 +BB264C7DA0828D7060BC57823140AEBC757B08529D0A9E19B7BF58CA693F2EAF +8057C53451EC4BBCECEC0F21CCF82B9920385876CE72944C66F8086767F7F9B9 +B1FEEEED43CF4A57944CDB89426E93E1C9264675F35C64A2334C81B2077636D5 +EE6D824FC8CB80F4B0EE3784C50B4D1ED54510CAAD6050EB33556C80D4E2C7A3 +8245A1C1570FEBF241D36D8414A1C9BA7074CAB5A70873A0C3739C41944B9D12 +0A678E4479A493B075885A0634012F0B9BC750EAE772E18BF0A172A4FEE39D36 +9D44BF1753F5A5B03606A6BF5C8893C4576D76BB6CE9068CE6BFF3344C26AE2E +49394C79E5D8C0E232BE378B6D2CCAB618954C22AD3F8437E562EF2551898171 +32312E24CF0EE98AE9DFEE55096B9D0CB7C7BCAEF48D11A2E5A507DCC2889675 +2ECFAA9B91EFF17734D34ABBD52B2B52607E37BD0D2CD3D22CE921B7D638267F +3B734724033AB6CC5E7E81AA4BFAE23299F65EE618B8CD3C26117B1416D39764 +8AA11CD34E6A41F04EED90F3E7DCF0EE1347E4D3197C0662BD3663D01B050B3E +1EFFB620976C6168F93D9B0AD58472E2A8D38DA95C7A083EA97D9A7C1178FC3F +7BE44100FAA241367DE369D7088F63CCD63CBC54BA7408F2782ACD649F534238 +8353E38DE8226800066259B657B72AF18DCE2F245D95F6D917DD4F4F5D002DD8 +92E8D1C6F57A46487A361139EE0CF9C24908F595816387873D46B133ADBC5314 +0666D4349189C5F7309E40398B28E4CB0E7CDC764384427AE7152AEF486D9E13 +28FD1BAFB8CDCCAC5143A3630DDE392C3612503C33FB11CDCA74E0F3B191F7DD +6C1889E7F673ED80DEA3A9B0D59C017A2E8FECAAF3FFFFABD9BD3AF5CF75BAD3 +5808EC5247C561D30A12E9379F00B58CBBFBEFB01B206CC35E531EDC41099DAE +1EE681618D930B69AF22F3C01D1C4E222619275E07F60D4DB32A21F99D78356D +465161E44720879234DB557B026B2FAE6EF68EFD69547025704AFB354BD7DFF6 +BAF663B4858E745389F24C7F1E17310B1467D92B15C318B3F8403E3F93E8C78A +DE6AFA138B1F5E3903D41649B5A46BD3DE5365AD13910254160C6D4911928499 +A9D0105114AE68EA90A872875550C90317C29E51EEBF613DC3DBE5E6C081DA8A +D46D4257242D57810725250F2C487F18DF04C6F8DA03494E71BFF214C9499C4B +2BC2E20E825F430CD2777848B0C3FD30F68F8DEB87FB54146674568119F59090 +7F850F1960D71901B08F4023B131DA2585BEBD40C4347F753D0A2BCE0E7AFADA +2376DF7ACA04B20E95E924B15C7AA5C5230D896122B3F1F54DC5D2929DD526E9 +BDDEDB883488B13A47B720D72882C4F4C22C30B9B9DEF6B993B58E26C74242EA +9A401337D33B2240487B0B700F32151765E4FB11598F1848BA14B1B6D98708E0 +B5D19EE1BF22F12AE731957CB62390F0D308C11E76145A8B689F98AAA28BC85E +DFE7767527035F63EA9B0A6DA1A2C68000AD665B4624D95121E6F576F9879DBA +C8BBF30173FE5718DEE6094E0BC72DC4B758206A7F7B6BFE04EAE51534B146BD +B5C19C39C7C58FFF6CAD5B833DC8692D18BFE44CAA49F5B7E1CF6FE127309517 +4FE8A72096B102C49A3E6FF3F022DA5DF130E7FFD130A643A4283D40B5126186 +F919B32C762263EE26395F5FF6F9441F2E8B0435EE6895734DE2E73E21F61EC0 +A96E02C265937471908022C1E05D5CF1226EB9FB9FAAAB394FD4F39693D6CBFF +F11E2CFFB83F9131462113249E825F90DDBE571625217D03CD917E9E56263362 +340FBA2C87599DAE0C6BA99A78FBA330321E2860679A688C3DA0990E75D12F97 +9E2BAB29EC0567881E6D73B155079DA06F92CEC7D154A9CBCDBF7354998008C0 +0B6B2A4CA29AE7A0E030471F5E73FFEEEECD0375BA50A6D1BE495E43D59D111C +A643C8A3D36EDF9CDCBC7E6EE87C6F3DD34C38D94C6B26311280897CEF52EAC4 +62A99A001BECE84360E696998C01BBD57BA59230368EF7BC88C42B28E10F2E40 +3B56E9C028ED637CBCD134C82731F2F3FB1295FD859091BE9656B9DAFA2D82FC +1B72BA70DC153DF73FAB3DC1C27DBE565AFD26322AA2BE43EF31AA59A98DAF73 +B2E57E166C9B0723A497715399906C70C56237C0D78D4DCB4AAA03AFF2104188 +B254AEB53FF7BC3FBE4795DCD03EBFC1A1167752D0F890CF9A51371F4D9B1F00 +4B148CBA7E1BCC9F014A64ADCA7BB88303AA789B638108AEA78A175694C55FD9 +BF20F85B443D4DE052AECDE558F9635B364A9FB1CF3B19FD593E5079011A0197 +E26713C2ADCBB0CF4226DE51F08450C623D74E0A6CD4FD00EDD43826249799A1 +E08418B1C9276117C8920BE3DE0D52569371E723277D25B7084E2486D04E566A +9D9080CBDAF63E8E85B75FBB9B49113C4872B932299C861BE0040CC8B00CEB16 +DABA30FF544AC071D0F706BC49BB69432A6084329CAE091C157AB1A5612EFA3E +F44DBBC667779881AD4652068CC1AF4DB59AFAEA65B38AED63EB27009B40D74E +4E48BF49608804F8ED72CF2BFCD61DD6FC9F585BBB814FBB25EF6BCD35E17C1F +AC5B08C843565BE04F6DF62BF45BBF6784FD27026BEA230361C6071E8F87067C +77429857921E766081D901836951E0DE8620C224012E15CFDEE90917B969EFE8 +D885ED05A5362778CA57B794357FD01C3BDABBC0F60312B166BFAE52B53BDCBA +C5E9C7E64B337E94AAB38ED1F02B5F76FE3295768933E149C0713F0434C4CC94 +77CB43DC28DC44BAA6D0BA24EBA4E4AF1A5A086EB82BA0D8D85AF0C82DF26155 +B0CECA935F0979BE2012BD820C74701B1ED7FB3FC3AABCF78D27427FC49A4B3E +C07E3E6A84DD8BE8E16EB4D51475615A180EFABBD95ABE9D528CD2941D90D1C7 +2E255FA2BA6787316772FBB87BCD82BB636F738B29B14B23C5101C21E3B1F71F +F102839F1BE630683575D4C06AE914D006D7580100F387B0A05C85B82E32E0D8 +A00819CCF53C803A6D62CC3B6DC73374D5CD2DF30BF1DB26771A3C39508B56B0 +D37F900AF404ADAFDDEA86BD1FB13ECE9BD1272579360014965C40CACBB8A6C9 +B3A67A7CFEEC3ACC262EE5331FBABBA77767D63DED4B28D2452BC3CE3DDA08DA +0B6003DE5F7C1CB34EA526FFA4B77D01FCA063488B818D5FA1AE1AC92D53ED57 +B645E455441ABA137E02F6A3081B9DB5A91BCB6670B6B6D915F4533C8909E8D1 +A9608546BF08AA89E35A1049B194EFBA49C79085122B8D39BD7FC55116553CFA +7FE67A1B779D1560F0DCD2812BE902DE19FFFE4FB7B799674824271BF93C53A6 +2E1EB958E172281518A58A0A532011184BA2A031C9AB2AB69385B432E0D0F4E0 +C2866D7E792C45CDEB194D1300CB6C4DBF85E5F282A5D19175FF59719C7C502A +7FF70D6F60A56F3099479EE99D378C7E55CD216BCC66DD482CEC7B12E6DB08AC +B79221AD07F49F4ADC619D41840087BAAE0596CCDEEEA42256F49B3CC3B95B0E +BD5BE710396777A57D4833D55C81A94E9179EE9CF05A8E24AE388399C080444A +1A981EFE9DEEB86169BBA105B28112BCE7D1ED21E9B897B2670398DA7FD218FF +B3DCBB4A0C106341F4FAF762A291146F50D9B917CDEF68FE0078DEA29492A3A3 +D378F8D9A740E5CC45D5057A95B7D880965BFAAF2F1C1752709CB6FA400D377D +851E8422B311B4C6033E677C4348FD6C750DF260956A100951CE2D8B0D436DAC +8F462EEA0CA3143264EE27B9D0965B107F43DCBEB5404A18EC5F2AD1F417CD3E +80DD81DE33AB0B1A4E245BD7EDB2A565B2ACC47594C4AF7FA54DE5CEABD426E1 +3F208412A0B4D8136C1A93A5A8034B3D8AFD6D0365E11E984D61B1917E06958F +C1560B3DF5EE5FFD82F871E2A456F3923E9CEC5BD9DCEBFD4704819ED3FABD6F +F3F335417E74F746574A022C9629404B582C72ACF218C69B69DA828AB8A7A48C +D3614684F29F38307A6D9963375FF41284D90E0D08A55BCE75F184A15007D4E7 +4901790C25D6E9A15A2E9147F0ECEF7191055996ABEE1CAE6421A12970F38E70 +CDAEEB87322F7B9C174D6C0DA2375C799EE45546655ADF7DAE68037DB50F524B +9B90BDFEFAA29A34EFBF9C12B15B55D14DA97F1FC71C4FF7AFEA72BE7AC12237 +753713B563981D4BEF624F4547FFAABFA9652CE739C8516BAAD532F633A13730 +2E4EE456F2C293A9B71D64A39E13D8BE4C973450EF9AD0424C914532F6DB55F1 +E06C123F907489C114464F5ECCEAF46AF9BE08E0CA53ECA3166A62A64406DEBC +F876E1BDE7B6315E576741193330B8627E1DF193701A34068536C9E29AE54FE9 +6C8DCD95BFAFA7B1C784CE21B9D2FD34A62E240489A25BDB7AA5D8E83A418782 +9D7D0089DB1CDF8D0923C0796807BACCE991A61480BE363C1758ED1371C12D5D +887FB5CF58E0A1458A21A4EAE857A7E106CBC8BD9D2D6306A758650CBAF630E9 +07802DD3247FF11AB308FEFE0866E4498A8F2C43E463748CE41B10F275AC8656 +28AE6E1745900B0F8061C2838F0ECCC42A9F4F58EC3C79530A6FD8C3CF58CF4B +6CFD62DC025F10883CA6A76BAB9800453DAB7032819E28352BA59874600E28A4 +055091ED6C0FE5D02BA658F0C5B27D80BEEF4654AE3E7BCAF7E0C8217C7D0F0A +7A90186EF63B80ECC50465962FDDCCAEFCC59F469A99679FB57B6C0FD71A0216 +44D8740693B4D864891896BB37907FBF8C3FCEA39A5FEA59E5958CA07580B322 +77AEAC287AFAF12C000367B8A0AF1E47F464FA1C5883F08158FD063F9493D5A5 +896D6AE149DA61B6B80F0052DECCFC5CBE8E98D9E7DAAF8DBB4669A0FD245EB4 +958AC973996FAA6D136F25D5EC2AED8F86C267204F1396C24117B81B90432777 +C940E6672993080C19320F9FEB408098D40509E3B0096236609F6D1F433071F1 +9CECE3EE560C8B38C997FF659AF66413EC719F80FC9B635E4F3A8298AA677128 +8FABC7C3EF031A8CF0D18C3E20D9675D595AC266AAB13C31BCE772260CD43DBF +6DA8F2BBA5A1AF9B86E0927D0FD6A4C54A22C784436416C0072B3A412B68FDF2 +DF9CC1326B6B0BEB0B435838404F0112DEB3879E3FDEC2DC4D6E394259FA1152 +DB1E97C08A8D60C683841AE7667F0CDB6ADE22BB126CB02DEEA16365D771E316 +8EBDBA2A637050B4FC70C905468FD4349CBC253C6955ABE5A9E624CEBA7718D9 +15DB2602389D 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -3665,25 +6070,40 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont %%BeginFont: CMR17 -%!PS-AdobeFont-1.1: CMR17 1.0 -%%CreationDate: 1991 Aug 20 16:38:24 -% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +%!PS-AdobeFont-1.0: CMR17 003.002 +%%Title: CMR17 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR17. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR17 known{/CMR17 findfont dup/UniqueID known{dup +/UniqueID get 5000795 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse 11 dict begin -/FontInfo 7 dict dup begin -/version (1.0) readonly def -/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CMR17 def +/FontBBox {-33 -250 945 749 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR17.) readonly def /FullName (CMR17) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def end readonly def -/FontName /CMR17 def -/PaintType 0 def -/FontType 1 def -/FontMatrix [0.001 0 0 0.001 0 0] readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 77 /M put @@ -3700,101 +6120,261 @@ dup 114 /r put dup 117 /u put readonly def -/FontBBox{-33 -250 945 749}readonly def currentdict end currentfile eexec -D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 -016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171 -9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F -D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758 -469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8 -2BDBF16FBC7512FAA308A093FE5F075EA0A10A15B0ED05D5039DA41B32B16E95 -A3CE9725A429B35BAD796912FC328E3A28F96FCADA20A598E247755E7E7FF801 -BDB00E9B9B086BDBE6EDCF841A3EAFC6F5284FED3C634085BA4EE0FC6A026E96 -96D55575481B007BF93CA452EE3F71D83FAAB3D9DEDD2A8F96C5840EAE5BE5DC -9322E81DFF5E250DEB386E12A49FC9FBF9B4C25C3283F3CEA74B8278A1B09DA7 -E9AE4FBAAF23EDF5A3E07D39385D521547C3AAAB8EB70549756EBA8EF445AF4A -497CA924ACCC3DD5456F8E2C7E36946A5BF14E2E959895F7C94F49137256BE46 -4A238684D52792234869EAE1A6D8ADF4E138B79472D2A90A6CA99E2394CC20CD -3841733046175B20CEBE372327BF13428EED6A3E2FDF84C2DBA4B0AD584EE9DF -B51828D3B8F385846158C29C9AC3496CB9692DD10219697B2ED4D425C3957FD8 -C4600D76E045C561216EF05D38177243C314877A69A1C22E3BEC611A2EE5A216 -9B7C264CF6D1839DBBD78A40610F2C0D7C2FE09FFA9822FF55035AD52546970F -83EED2D30EABB1F303091EBC11A5379B12BB3F405E371519A53EA9D66174ED25 -A2E55463EC71A97BE4C04B39E68112956117C8252DB6FB14AB64534B4BCD568B -246DB833982B38CDE7268BBF74B6B0C18091E1B1F87D32D66F4DD023D1F10D2A -7736A960F72AC01F733A11023832CD68FB6288A5977743F6F3F23E0C1657CF5D -E8374835BDBD2DED3690C84A1EBB8E2383A5E49E610B6F5F0F5F5EC43CFD16FF -24FEEFB92425CCB577E17FDE4EA6C50E1448DC5726A21888E25B6D6B52DA3D3C -E4C4C6A73C176DFEB60B6B6191B336AC4F5BAA123E1B3B6FAE4B3FA9DC8F7E39 -335277EF2294315BE95F64EBDB1F393B293FD0FDB9DEE6C89082232013130D28 -9234FF12DF47D454558A1EE8603B2832772E5CA07D18B34A4763D5B890F7173F -B8FEEF9AAF331DA30950536D399E8459850D254763E98257D748C6D982DDBE1B -E07F60A5B5BF9665CB145BEE285F6B0D134C3514BDE075557FC36FBBED63B4AA -1A1FF5031578F763120D1E6F0347436A0E202A244ED6F6FB4BE7FEB2E13E2936 -41685903279FE5D49008260496AADFE28AE4164CCA213BEF0F0C2467E7164B49 -F73C8985A2A61252F9375D003BCF5733E97F3A5B00EE922BFFF585DD8DA93D7A -27F2E05D38A55A4C2B82F10D767C02370BF178C84B972ECE12CB49D05D92F0B0 -BA2F4953E0A17391745A667B1F7E92B8EBEB207CAA798106B6AA83F0EC03EDE2 -CF6A4F1FC9BBD22A0652FE91F6C6BE429086D40A629BA7BD8B9B834A2F8B6BB2 -1E036777CD11300B76173695F968FF122B916177EFB9A34E8B1A7DDE43DBAE5C -3405421245F7015CBCE71CF94D1DB8A8D6C85A20B1B978F69C56A5F1031F4770 -6D074DCAE7D52A84608698225FACC08C2A3302E2D3E0768BFC22C3A613008BA2 -DD66FE4AFA42C7B2D77638191CDAE4D58B285120657E544D5B1E8E38F20E8F01 -CA35E6761BE93F70AB36518EACD2C28C558D5EB323F4D73D525A3C3B688598F6 -C40A8856DD9781401B81CAC9520742A84CBA6CE1CCC33F69291B6E56F035DC55 -97750BC5A2314DDCDBADFC8058D105AE718EF535B759EB9B75F1CE498EA958A9 -403CC34397698A78443CFA3B1A7F2036320F44A106BC72551AB221DF3F308BEC -328EA34B6A5EBE3C9462DD036C17E5FC967B6B3DBFB2440B7A6AAA6C2BFC6C69 -2A809A62BEB8C2D5E762D0455830C8858A229D4E6148DAEC0AC3A9940AFBE928 -933AC697F6F2B7090E7569640FEC5AB5ABC994E32DC2768B484069A107CF6DF1 -0E643DB4016D5E84F0027F8ADD99192378D81F8676C06A4FB51C0F6EE8E7B3A1 -BF88E3B5AE745196DC156746516852AADC90BD1D9171180964395D3665F1D462 -5C320738E6D8087D4C8CF778B6083D93705D80FD04C6D271589EB48A4B088C43 -00FD429FDE925279038960E39AB0B038145D977717C6D7021C43D02055BD00F7 -0663AF4EC9466141381BA2453B043FA7F736E301AF000E9318505D359A1D4435 -1FEE3FA1161B47678560D837DBE9881E2AE8844C817EBF17A46BE3BDBD1926FA -DE67AFC7534843E251E4861FB462CE8BE5A4D570A8F7D7B6EDF36742DB10B1AA -DCF9A6533DF28A85BB2BBD41E3F57AD1E4D77FEBACC76905843B6F2D7FBC5552 -0092371C7282225CB47816682CB39BB011E90A09E10777879476E8922BB5934F -BFE58A1ACDA5E18A1956C076B26376514FED265A2C9AD72BE950745C5280E275 -08598C9E86104DD41D05AA5BF59812A45051C11FC7CCB72E1CF4A05718BEF514 -A2EA7196A7477D10D7F87A7FB51D568F4D0B4008D3187ED93D2F5FF5ABB1FC44 -77136A0EB613F6E983E6075B792D6E7FC882F808687F3AD875FD12DEAD2B0E1B -2983D440E51FFEB580C6F518448A612EE1B001C00DFB70DAF0184964689BC61C -38477F5438B33E733270914148C0B000BA08548156477400B6472693435844F8 -E97BF25A0312B008D81D6D6155407867A8BA1C59036F91C3ED25511CAAA21392 -CAEC3C9228AFF2CCF7E62D0E7E14C2569A80CE585B09B39F49AC0AAC9F02218C -AE92273F29014713BBA20F3AC6DA614C51456E423E624F84FC88E691AB8E7732 -EC3B764D8B3A8676D189E40D0D97C9E896AE6B84CE32AEFEAF4648C7D02ABBA3 -289226665A8D1F822A4411CDA8D71073F9431339832A72360E21C5EB53F667BC -FE1A1531314FAB6EB049873944C4F857D4A15F09DC9BC930DA44DAAC5F980A03 -6807391391FBD574DB65FC517B18F43C4B59E033B7BF3FD4AFC3324B3016CC01 -596086D15F873F3FFB477A987C5FD5B246F226DBFC8AE8AA8BDE191124608481 -3CDE339AAF72E5407B81B77E134C74C19A1B26D25D3E7279F17CACA101147E25 -3953DBD17ADB2A814723AD206E510E9C70565479D7B691B1F3838335A1A226C7 -5E008399C2172F1F81F4F135337A84E852CD1D79ECAAAA06DEA12C8D3DEB2FF1 -2484538C4905D6848B3A5DE53001618E402EC758D490CAFFD341ED89B7902AB7 -CCF32868920DA9F5A8F7FB089AA3EAEA03AE299CD0055CAF9D354519C8B33DFF -1C096597732BC112921389463CDDFEE2BBF96A8FAC04A23C5A62A84DFCC7EA0B -77A9FFF2F198A07CBF1BFE27355ED3461DC31300C048E60F897CF111C1FAC30D -362993113C1763F15FB913CE1D50BD5245945FC27294779A030DDB7FB6C2585C -BAFF9714223BCA8024DDAACF94988E5C36831617CA1A4B15A5D1A4DF222191CC -A023E6AD9ACCBBCE640DE4443D1D4F8882CE5A8FFD14F9C4DF2B986EF39734D7 -D94A1C00EE2451922952A9577012F5C00E02F3D9EB0A0F3FEE1757A19384141B -A943A382BB247E0F1C02027B9A64C8DCB2233187ED4B0E2F19457EACA7FCE9F9 -33B578210E9251561BD4BA8E869DB1A9DB9CAD8F0B8DD64D8E8DB3599BD280BD -8D63AD6BDA2012B7B20FCA00402C77C332676CC66B1D863117B5014BDADECC1C -1E615F94148267E83300F597B445C0B855E8FE9B1B869CF40DA4519C2A898631 -566946E5FFC3C1353B18280D48B77457CFA1A6EFD75766C33B87A4D7528ACD39 -A4DBEE64769D4D305828161B8BE5831BC4745F5A9BF0D94D734C4E412777CE08 -C5DBB70D2299718206EDCE622E40E2A4A35E19C7F1D7A9418ED2805B4864FEEF -327D5BC534126537585C419258272C2543B9E27176F2DD78BEFDB7B0634911D1 -87329ECCB34357E736704F0E950C723C267492ACEC459B4256789748F811CACB -C4277E44A1E5DAD99ED86D97E1107083125E745E64DE879A2A2545B085055ED1 -0DE63CA91A963C18A0CB3DEADF33D527EBD2728715F627F858B331CF49B32B8B -FC1EF92ECDC60CC9C37D6308BF63F4F2F6D1AECE71377826D9C1DA4457EB9576 -7551 +D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA +0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 +51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 +7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 +E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 +0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 +C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9D6295729076BD8E +CBC0F4C1BE246922D2482233846A96D867B66D9CF25A1DB661141D36B8506E61 +A022F9EF8BC1F2F674EDF1533E67A78CA29A612AA9268E113C5EB84DA56CEDFC +D7A111403E6E2A8682DB04368889747E003A124395ECF0C7FC81218552EE7C6F +60BCFB4120893528670D0E8A4117EA5676915E3591AE5652D003EEF67818A41A +8882E102AEEEBECBD15DCF632ED246A6A58B6A7780DB6F1F9AE3FDAC8344585D +E104F2BA2DF06D68945889A2A3B6C262FB53FC670BC5EB7C56887FBFB7AA7026 +84115872CFB0652C6BB330447AFF8F0F665EFD6A41D6DB6877B08052F402448F +CB21C26BDC900636C99CA347B79AA73AFCDE9762A992CA3DDF7279E5C50F453F +52098529850AFB1F501A442D6A02E0A2896F81C8AC735AF1E7EE47208B4CC944 +649DF6802EEE813F1456205C6126D7D0B1821AB62DD65468F3A30575E491623E +0054E2E680E4402E1C8C538DA389B81603BE88D6DC287A076F92B224CD58A0AC +44B8D490197341808DEF243660971F444A560C747BC6F52707ED42A99736ECCF +EBCB694A561C3A70A319D204CD40D402FBF937A00BBCBE85DD26C9E3F91B7D10 +D85B9D314BC3AAD5A58B107F5F341BE2C53490924142566417D6BE03BB4977FA +6635EA58DEB9508E40B9FFAC75FF44C683680CF242FE210519C9BF92483B0A54 +83F48341318BE16D2F8C988FE3DB2E7914581F579D5E323148A31E4ED03BC24B +C990372DF5F3B0C5FA32EB2CA4FA0EA33316569133C87697BAA2292E685C26CC +F8CD40A2366E60B47D47CC9D0FA29D2836011376A07F78BA7664DE96E775CF45 +9BC91559A063073A4C2FAAD0893C517C5C46A1425D07EDCC2B57162E3A45103E +FF26A2D2F98B194256A4B052AAFCC08965A50EECD7B9E8F35AFDF7B6568B3983 +8030655E7C2BEC961A2F20539D617626E8454E3FE9EBD3EFCEF7F63498441DAE +16CB509BF239FBBE25EFEF07A3E16C9C71EB8D9DCB8403916FB40FD7F4E1A52F +72F2DFF94FD14D7D49FE775390C17C37C1BA0CAF35CF75D682B7833A83224158 +D54CE962CFBAFB1B2CA50B60CBEB1F8F58DDB2F5470C355ED9632342D9382AE4 +5D33BCA3A0A25EE9E5B39BE5370E7F20684C664EDB48E7973FEDAD9676F9EE8F +701CD4D8CC9B9EBC06E8C86EB88AD56E15CEBB8E1930E8F711CB6E01D5D14967 +D7E6C1BDDDE2C4D00384EF4CB02877DECC27AD53FC981338977BA0CC0257CF7D +B42E9BC91AF45D9722461EC3CD9DEAA8011FB855FE14B74BE0A102008EACA2B6 +0E287BB4F466FBFDD6E65A5262B9322F95E20DAB875A10A84572D982E6FC7ACA +23C0C37E5EB47B8E69C07507B53CDD98CD1B6445E1699CF35B3DA3E0DC56BB76 +F997C40E2ECE47DBDDB707EB527055960113F2DABC87FD9EC7D0AB36B400CE33 +0D54D4F197B2830B43DF0AA802DFB2BF747A4C44B31FB708B2C8BBE1955A6A28 +379C91AA4CC065A50098AEC0B837E180B76801865A43C74859DF18FE1DA1483B +C17843BF1C7E1B11A8C6D8BB8CDB1D552FE6A1FD0A696A8F7405F2320F8621EA +17C1A32056C45A9ED35D2BD12D02D8B26489CAAEBF4EF33B66FF4BD9B46E4823 +6395831A8F3366EEA0D0EA88D612DEBF63DA7FAA24DA979ACC1A52544BCAA007 +6C39946BEA6076ACF45722B2B8E4D0823EA2D12B14A98367BB0433A21FBD9F94 +18DF298C56F67ABC9DB1868D431A854DBEDF8E1F49E359A545C75A7AA1FA4D5A +50F1EE6B45FC68ABF65FFF257964E4E50D8B0C1FAF498DFC554073697C2F219D +4A68DA9E873B270B9C56F0DDBC9927ADAF9203FD684DE615F68C24ACFFB44690 +89C0D5322049FA69E7FD00EFC9C9B2BD177B5B339907F81C31496662847BEC1E +56B5DCDF4FE618970F4268F475B2EF7E0F28CC986DDF098E59DDAD818649CC35 +4080C0867A884B8177A6880F06F1E5CC130AB4243EF8DD8032FCF390765BAB1C +1F0C9728EEE261A09F8C1D7ABC7A6B1550551BE2A7D19D45B656650DB00B3A5E +B3E1186043E173BB4DD5EFFB379654F88146382AE3F7196F099BDCD6D245FB6B +AA2FA9B6CFBC9F0CD52798DDF2F13874BDE5B124DFFE0DD93E24C9DAEAE4C3BB +71A9A13AE2860F620B4EC789F95221015D9C510CB4AC775EF69DB9E32E59C896 +1AF82C9F0DCDB4812A37761859A3D3BA0CA57F244489C78065346FFA78F5F7C8 +0B2E8CBA9EE62FF5C27369D0BCD52857D40F1FB8F8A1441B83565A4150AB1945 +0B54D6E49F66389E43096269EF5CDD39526A288C0CB81E324E75D326EC9A182F +2CD966368CE300B41873B08E17C3E6BB51804460D2562AF5A12339966F44CD09 +114C6809AF246B5BA6937631842CB9417781A58944B6BA4FCF961465C208957C +81A662D560D0F81BD3CB53C06B6D979F04F6121CCFD5D52702CBF6C70C01EDBF +2040AAB9CB144321E68C4010E0E98CCA2603EB55DD62E881DB621C37EA4108D1 +528ECC7A0121B57C6BB1E26F8AE7161ABA7E88256D2D6A8B7CDE2E730D137493 +3FF628EF6030DD2330D747FABBA03B44CF600418C245C388F33EC5559E7313BC +4B530C4FC12530D38B27D6408548F25FC084DD0523B27D29D6518D3115AE7755 +37162CFD4CF528214466FE525B13782F9C3CD78F3D6C7423E63A134C0A371F15 +10F4ECE1D482C647B563D3D15586F80BD9DF7381BD53927825D5AEAF762E1CDC +3BD184F345029A95B3AD4D1B66E79AB4F0809418C0CFD4D503457A190D02F134 +3F57FC04FF655AEEB783D6791E4EC300755861837D3D50649F6B7F60766211B3 +8148F8E575E28D6C2DE75B15E722ABFC6DAADAE53D89FD295352781DCC2CFF6D +982F6DB778D6FCBF1B7BDCB53F3A23AE6EB499BBFA96E8BE04C3C8E5B660EF24 +01EB842DAEBE979F2C2DB72AAB4D21627063B1D3C6CD40944E4CB81655698FBA +A343766CB22E392E5DAE01DB33A00918D6DAA07F2F38B336A3C5DF3708865E75 +0DE04D3AFBCA27A249E97377D5785B4E28EE0E93F7D353619C200DB967372ED2 +153BF8BE945474266EB2FD30F80042A11B7E3586DE4AB1FBD4A741D36DE583E9 +1CA25DA345520AA60634EC819E7EB493CDB128BBADEC3890F055455F060A1100 +D5A41D7B180027E08AD6EE7E393DB9F83799544404FE397F557773BE6A130541 +157C0EB37E036C94825B5090EF85F8B4E3DB72895D86687758C20EDEBD6D1079 +196E9949DC6ED0113571C70B150B37E446E319EC54D44CC0CF6A14760953DF4A +D0E1F33A54D240E236AB63B35BA8E071D77776BE5B9312245F2C6E4FDB4312A0 +0D9CF723E7D9A3D8546C4739C00C301A89ABA60A02757AB1A0AC40B24CE6CF12 +5850485B11E16646D7150795EABAEB08364A53161111F46A7BC3423A0D3BEB69 +BF15726C1F8363914945DEEB29CB8766328318AF3B344FD6D77BBB92BD7FD161 +93356493D4D8252AD125708D47C124E44232FB2BF7DD75F87889496DCDB75D03 +F58A57D4122CFC194B75A9E9C4789C9A33C0435FB4ADA16AD4A6191928D1663D +05FB8152C0AA176FBA4755205F8A66713404787070757D3721ED6E6D55A59DF0 +C92BA8F05EC7BE05D0A2E66DE85E75373483EA3BBEE0F0DFC7E2FA5FBAFAB118 +058D095AA71FDFC8AF37E5A98406B64E58BF476C6926725D7EF3C2346CE3F662 +1E5A4A18D966479A37070859014719456EA2C7F23E68E1AB2F25ED3A0C00A18C +DD403506923BC983F89CCA125780DC76A411472E38173BC0DD4CDA7B43E13419 +B5AB0B9A35E77C58BBA12AA4F5C7EBF8A29996B059E4FAE6809565570442AEE5 +D56CBF4407E1CD9A4398B1F3ADFF023F64B230E3D29F526B62D964F5C8DF801F +E94295AD85BD9E1C18E6327977260A871E921C0745CA06A263E335E344686E7D +D6FE3ADB4EE0A7E462F3C00873C3E95D183CCEC71C0E5DC1D2FB310B28FC3611 +67C23DE336C374F72368F4973052B48E39969305791C986E6EE35D0350571860 +3A8ED849712CF21AEF444BA390644E8646CCA16559BA4642A5800827A0DDC453 +7CA0818BC47DF6348A5209A2F0A10CA39840CE6346E89CA0E842BE8692DEF25C +4623A5A0E0B98708B9492E9F564324BB3872D6B953CA59E9F393C477E2AB85EC +C557D333E88C111CF995FB79D9432DC94C2BDB3BFEE13C0D7D1BB920DAFA6158 +8548447AFC65CD5515D5021E0ED7D213B0C08C35BB424AA91885CA023D7AF767 +B83E619B15DFEF5588D2F0564296E14B5A6ACE03751E1016105C51BE76EA5ADB +4167BAED2A8899031FD7BA05C410ADA25ADD94A787EED1A7AE133B0568B1DBA5 +44B41BE013782CFCA3D81E8E8210DD506ADFCE7DC7E792EFEF438221164A7D1B +5E7089F476240C5F94988F081943F24DBF7CC3D1E58CB89E1C0C1624682CC3D8 +C95815ECC9183A4B3E353C7F920B7E64086E01672DAA7C8A81319BAA03C1FBB7 +8E5E84CC5BAE0E107754794C755B7AF00953504094E1A9DF357D51B578259613 +8D26F0BA26AAC459BBEEB90BCC98B865EDD26AA4DF533D6624EDAC762C446B6F +CF9F86DD2D8989D4655775E662B93BF51805EE3CBA0AE2293D95F166E80973CC +82C53042D0249C598B0821E9E7F218BA6114EEC86C158F277934F2651490B723 +7F0D0288560DA5BEBAFDDF243048E590871AD18B3B220EC56549004DF122AA03 +BAAD6971D790BC644369FDBEE74A324083CFA9496C2A333774F06E35299242BC +F4B26578907CC5AD1893613F2B8622CFBB7B55810162EEBFAAEAB2A6D69CB72B +D7859C73843E665125FF450631F32E64F13A6207F368103C7A7318DBAF2560D0 +F1CDD83C3E48CB30C62AF1E0896E1962C655D9ED98E1BB38477C1C60ECDB6B95 +067D3A638AD43EE886338F7AD2D2A574CE6FD2E21F6FCB4220EFEC85ABF8272A +82081CE70E4390A74EC717F1DDD168F4A4A080A79EE2ECE0F98A96871DA4B52F +78441601AF47763C2219F5A167604C32F478D498835EF3A6167936994F7C7139 +3019FF43C97E7978D3CDA641C1E391FEA572D308E759F28DDE2B40B5BC207A4B +C5EB6A93EEE26782016F8B6534420BE4D790A2E1A65B6CDBE9468152230384FD +14E9AE84418A44F94E6825DD7D77D0BB5486DE26A692B3DA96C81FA4440C5D44 +8E7F3CAA9B8DF38F87E09C4D78841F629F78F4E7CC8580CC44E59E5D9AE8B2DE +C0682F793AE7AEC12A8AE688636197E8A08FEB70EFDB6203681A60223B9B0D39 +2DA656E5E99B82130D4BE38D7AFE18568DD30B0CC3C73C1E2914ACE11A65334D +A9F18135E7B86157122CD221C33C62012FFB16D2D2F3473A53BE3E7B9FD4303F +66ADF0B07155C7B9B002EA68C6AC7247EB3CE7D2670A60138049DAA964F86A05 +22983EDA7242E6BEEB90DF61C937399B2CE1061DF1E551CEED4A80D86C2D4649 +C9FF9A1F93E96773CD392478D5B70D5336A03A274E0A6EF44BE8CB2274324142 +706BC2E340DC944339D647961FD7BF29944503B4AFCDC69A706AA6B0F6AB2CB5 +D220A96ACC1EE5E7826F6F75F044224E5260D581AE761AD0C752A06AA03FD935 +FAD65C9EDD4E5505396E331D45DE88F0D1A4303D766ABE0702C17E2A7F53C0EA +96A4DEC5A6B6186F5DBAAB05DD78E38AFE630465BEF0EC66ABA9C1C9232214A9 +795D105C33CF069F6BE20B179F4CC9F484AB63ED25C1212C457DF62CA0D56E20 +608572216F2D4C09010B03A8AA6D287C8F514BEEDC1C912552CC2489858BF4D3 +084882CE4F4B6FB9EE27C0168671E6DA154018ABEAD013C88E1D3EC918371251 +63D95BA0FE20212C20AD3F4DB614EE36B488A3F55D94C1EDFCA8E68E54A1EED4 +7DD168DCCF07C3DDB5E2B499DB5635C5C5056A7438120DB4839427D07F96AB8E +F842E285243E40259F6DF029E27779CCF3D3BD7206B2C341045A5A4AABACC2A5 +91C6830FE05ACDCFDE99046F16F2AC183426ACA4A89FE5F09B7EB2F811BB5FB5 +AF073BDA2886070B2327D582DCBA66B47E8948C3BE05E837BE4B81402A583403 +74FF9E938F0E9DC3B1CB81B93DFD4070F9EBAED40BA570DE8F9A5C2C0A097311 +22A6065139A6580E332473E9410D9F4C734794F79E41D0D437CEC7381919DF6F +A24B170E2BC97A6396A4E3AC3D844AD6E2B8FCE1C6AE97DFC5319F49130C3D6F +AF2541EB2384D5D4CCBEB976846EF8C2165DBF706112BDDDEC9A57D157F5996D +95229FD5C71B885D16B177BAB06B9DF5740A45C2A005778EE879193290419C0A +A4A339029E37E685B8A05B111DDF94AC19B1D85C8E6026E57E3D3B373C08557A +F96E6FE3916695ADFC1F0BF5D558565F42A71C61ACFEFC9026424397F0646642 +7EDAA05794BCCD164A645860B57EAD53CB6899B18C6E9496EA4DAB0A0C272639 +DEBC4FCBA94B3BF123F7771F602E7667C8F56E12429669F2219C7D8E294BE07B +71E88EA62F5616CAAB7C0198E6FF12A348E36B306FE2684A401399431B6A84CF +B46EE4BAA0F4099E65E9AF3B70274EDD6B6524F4FA38C23F9CD5273EEDC8C6C3 +E7312B6E0497C05AD3F3C246638F01387CC11DBCBD287ACF54D8E24759F51415 +35ED64132EF4158F54AB9F4D567482B3057880490F805822F71E7E2C52F7BC38 +8B1F803AC3731064B90E5E97AA3351D17E73DC2FE526CD6C91158636E395867D +C1150FD3BD12493FFFB813AF0D08C8ED0B7418A2CF90BD5B783364358605D075 +5DEA95A9299C0654EFB28E2FE8A41358A0DD124D0314A27558E42ED5F2D74BB7 +056DE04D2CF13B9B804A3CBBA29BC155A3F18B8B48283194C33CE8291677E1EF +0721138F8E0409D49BB99F217607586D2DF00C29A25536E21924B4CF6702CF85 +C02DFBFD2AA4DE3DBED1D2C02E21052A8D10F96629D0D18154923638FE0C48BD +E2DEAF11663E20717EA77A5453686AAA39D6FF7919AF09B1AD956FDBF734F49E +262F3076F62E77BD45122B55A5913902D9F91C4246FC235BA9C0FA4A96994291 +830638949BED423387DA2D455A3C9122484EFF27F5367D1D3DD27D207D973815 +965E1CFF36F43C653ED406F65348671D9FFAF55BA3FC266D438AF473181B7801 +164EA3F04FEC870743195B3F467DE36B3719BAD9BF15A18637A314C887D46673 +445BA3C212749B0A33136FEE9FE2C9A13D62E7ACC96378D257FBE0EB06AD4D4E +D41976AB92AC720DFD33B0677062C32E6F5C992A0324FD26E984B5341A58C190 +D20EC3F1144697D514D9157340A6C9F82E62AD8CFDEE59F6FF86C6250CE33D6B +BB82DDB4F65BEFC6F6D0E4044F7BF307CC346E2FFD191846E3CA288C6F91CB71 +5FDE855FEC5E38816CC635C470BF15263A10A409F0BC4877F7E6D4C223E3564E +E7BB5B320AAA5AAF4F32528F7413BFB97C70FF5E6843E1FE501472129BC9758D +7531BE576C75840CBC4CD3E6D9E5FF52559B68DE6E7827128BB2ED1BAD43F36E +A0CB68C1A147A7093EB02062AC5492DB7EEE08B1BDB187E15339A66269E459BC +67495937B4317AF66A498923322B087ECF47B601C26E253D223A784DB2D204FD +0668BD403A73723848018B7C86B627B9AE0BD9038F567CD5F670CAFC5C4D86FC +ECA211B713ACF8C1370191161CBB6C2592E8B9DBF3471133F2D9A60F15D72F9C +5E5539D59A6A7E124D9A38A6FF6EB7C71990716F88E1888295584F17D49144B2 +B57252D7D87CFB7BE009E0E1AF68C57E2041CB837A1F9DA290FC07240D616876 +CBA29ED23952F977F27ED97503F6C6CB48DA6611E0ED9D90FA865D099740C6CE +8A5DDBB1D6550B208321C365A5104F9ABD66A9238B8A2106AA74CAC58D1163F1 +DC4A62013C0F6DD8A3E8E1A6CC6E553746D570A744863FD8EA705890890AC5BC +2F0A068C740572F045B32289A2AE66CC44A1C13FB8BBD4E1834995731D19B47E +7C2FE360AE79DACB95856B01EE39EB3C7C9EAEB3D47348C47D928BC883B8E760 +6724D80DABC4D736411942BBA8CF08157F21D63C18924282193C5C8E44E09048 +FDCB8DB2E01C8A496FEE2CFC19A3A0EACA508237C8BD988ED6D33D01EB548B14 +61A546886AACDAFB7C8CA69056B1F428D725429A5540F57E3CC590A42542431F +82220D59B3D6309952F77FE43566F4893C6475A474569BB1CA0B1F4D1C8F6587 +F15E2678B2A8BCF98679477C99CAC1200D868A4BAF9118E04C70956CF9C6E435 +136A89F68FB40EC6EA37087950474A6B9FADEA03EEA82CC07DEF62EFBF5FC003 +2585945578672E2C3E09FF08B76F2A5CEEA68624A95FCB223A84411195CE8FB1 +BCB344532308E60F2F6823DB1E2C926474D4597595C087421A091D672A62FFF7 +418A48F0B5A40D670AA31528CA2103C7F4371F8FFA06312C5740652F5158842B +BF2AA70232D4A20ABAFB4EA37D8CCDC517074B9FC8C3A19D49A05973021B8DA5 +801B1026B6525A83EEE9AE3CFF7D0673929E173FF841E0A23078AAAB81CA79B5 +AB204356395DE8C33FCFCD1BCD217E344379FBB364CF9CFD0442A0547E665419 +0BFB6A2D8A584D647CF2F09B992EC3B91BB74C89F7B6865B23661E5796140B3C +40512FE533198D5EDCC0E10D868864572110B889C49CE1610D79C91EC6A9EFAB +8AD99FA5599987D75F938BD4CF8FC9A1C629AFFB31531A021B0BFA4D53A123ED +97A963375EC2CF5815604A003C27BD2A47E8F4450DCF1599B610A2DEACCF72AE +99D7B1BDA5F0E2DDB7CA2E8D593DF19EC69C250AE4582742300CA9667D8B0A1E +FB17355894D3D99789D9A53E1899ACF940B3C6F57AE93F1534DE0F44F78776DE +72426B736677745672AFFCDED6BE21F2186B5DAAE8283AF84B13DA8F3C19BDD6 +64E29D68989056AE847C7D3D93177D04DD57295053C943DCC35773DDDF53AD45 +B0ED6C97CE1ADB796AC08254EB10D07500F5CA3BB0A6B08F5B110B7201AA514B +EDB2D7F5765DCA96505E9503EA373DA4EDB8609BFC703855F9A6702E51CA8BC6 +EA5FF51EA17B3C38694872E6B62B9CFAA40D2A62F5E55572AE85D77F05794C8A +CFF78741382A1B7C7A91B935D37FB7FB9A3CB0A1C0F026CFD630791D4BF83FF1 +D0B80A449DEA34A63D7D8633D0455C50E35F759C39A7E7EDDEF9587CFCF4E484 +131D7334F73C84C92E9D1C64CCF0CD931B0276DB69BC83558B095C99F4A22F0A +6890A6C3FE013A25D533CB310D784204A93436BAFFDDBE7D1FF98150C642DCB1 +1CF9C6E16B39B60C419D5359241724B61987CB8C203AC8B389B3C114420D9012 +E280829FDFB631C618C6C5783467747E7EF4B416E9235E8A80DF91E4D94AFF64 +21514CF7F189D666DFC966FFB4EA720521B9D29C89BD121ECEACEB36611F25C4 +F0F14F883648BDC0B5E7A1A1E07B141A6217604333F64873C72503A1845F2960 +0E998340D684BAD183D8632BA7663F58C8D083D1DC0CBB5D8E5661F4652BF7EC +DA17CE427F4BFD8AB2359FD9D7D0007128CF269F8686C90CE6E7DB533D9FEB55 +A1BC7DD819A401488B3C50DA7334E31E8BAEF479385A97D355C6AAE1F9247C74 +2517D4A9925055126A324BF8712D4A6C380ADB6A5505850959927920E20602E3 +5952F5584B092371F05DC9BAEC295E886D774F0248A40BC2DF53F2AD0C8E96CF +68C06EB5A18CF4035C2A127C83F4930D5E5825EB8CD45A2CAB17865F8822465B +206E2A58A62B0AE5C53BE55920AF12098BD44451164A88A77ABDA238DBDB3032 +4F35E3F41FD27AF981A895899014974EFEBE6AA497B3B1A4978E8A8BA4F83F6D +4588E27C40343E1E92FCE569CFEEE361271908008AA37C17B84F9A7FB32C2E68 +C5F9A8E209D3B5710858C70D1580984EE1D08179ED29E891C5C9443E4D8250E6 +5C478DE16EC67291B990FE258735C9482CEDE8DE231A07EEE88CFA0266A03A91 +7CC273451A1629E98ED119DA8654422327BC19872E1DD346A7A160C7EA8E450B +5F360F594BDA80EE58D83509B2F97F827FE75B68522226EC800F9DCCEAAEDD3D +A0FE4E11E2B25E4228B2F5CA09A10F7F44B0784523D3921491EDA940518F9435 +505F9467F5053B7F999C7382C0383B5FB05E346608F8220EFA4B3530D6728D85 +F4D5452F57F363F804ECE09FCD9F113694814A23E1D0C18FB0088BAB53367093 +8D262865AB173581450BCCF674025C8D120F45AB013656B304EE706223DF190F +F38B2C572680DA406FA44D70EC99B9EE65BA9F921598F37306FD3747828C2DD2 +D7A41409347EF60ABB67F9B4EE51CA3E105B536A19278CECBCB5927230052580 +5F9EDAB7400A7E80CF212680309018DC7F4079C03F256F7C2BECB4E6ABCAA0E5 +4B0BA555064186D54287D6697ED27571D5F25A0714FC84373DC31B3314BE10C9 +3B1339CB106D9EAE7C8A93CEFD6253BFE99E4B923AEADB536A8F70192A541F67 +F9191C1D40490C3962143140AE810D9890EE34D6D4647B97B00AA23E8B64B181 +4DE3A9760254FF89A9E72DA5D1B4EB434017BD459FCF895DEAB7C5CCF229C7EA +9A58A3EC1FEB8E557626BD4BD7670E0F634558054CF059F7F4B5645FEB30BEE2 +B86A4F0931430F795E00F4B1D5B657323B04E14725765DF6719E0A834DDA5CB6 +3B70568FB2B239BE6DA8496509A4A47F10EB33250AEE9ACE66D745B7F4AC1EA3 +D3D039F8BDD894C2A7DF5B53F9AF8C741298F408FF7895D216E8F9D40FD8F180 +258CDED0635AC4ACDC7D82AD2A1FD65328E2889799ADB5A7D2C3C0E6DA05ACD5 +FB8E1EDC0AB9F7D6EE7C73D673BDFDF2380E02B90EEED06273E1E4CC71BA9B8C +EA1FEB47B40214B17B8A348E9E9A36EE65FC3C5AC94EF2905850AAE2DE31B018 +6085FD421D031C9BDC75DFD0C5BB0E63187C6C3955809E08FA7288011EF309BC +E333290FD93FE2E874E0FB7C063A518A59B7C5AB58C71EE0757CE3FF69028051 +A5428B91598B9C1A2802C9CD6F4B229AC6CA57D8D0EA7D165ABFD6269589585D +1C46F540BDCC3BE671CB9476F10A177B7F71B7A5AF96214E77C35DE27F204267 +8BA0F2BA14A1E9C04DF931AE773AB14F077D3360D1D5F81ED476310DCECF7EB6 +BB21F5B15DD809A83B3D8ED95A68F0ECB7A775D3B87067604E02700B2605FAFA +2432FAAB25F0E965FFC7D92FDE607DD3A5776D7EFE4609FFF2D9CE71BFAA9408 +D6CA75F92D9FD9389EC178804EC9EDB14A3F9F65CB83B5F2EFECCBE52E7BCD61 +E20BD4B2E4085C237C3C37398618889D1E738EADEE4B7819661A00E520EF6481 +2B5FAEA9DBD18851F2195CF5B6FEA5C5025679170AED4914F42723AE2C5D623A +3A5715EB6E 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -3804,8 +6384,9 @@ 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark +{restore}if %%EndFont -TeXDict begin 39139632 55387786 1000 600 600 (cddlibman.dvi) +TeXDict begin 39158280 55380996 1000 600 600 (cddlibman.dvi) @start /Fa 173[66 82[{}1 90.9091 /MSBM10 rf /Fb 139[51 51 51 1[51 51 9[51 101[{}6 99.6264 /CMTT12 rf /Fc 255[55{}1 66.4176 /CMSY8 rf /Fd 133[50 59 3[62 44 44 46 1[62 56 @@ -3860,7 +6441,10 @@ %%Feature: *Resolution 600dpi TeXDict begin %%BeginPaperSize: a4 -a4 +/setpagedevice where +{ pop << /PageSize [595 842] >> setpagedevice } +{ /a4 where { pop a4 } if } +ifelse %%EndPaperSize end %%EndSetup @@ -3872,11 +6456,11 @@ (CH-8092)f(Zuric)m(h,)h(Switzerland)916 1219 y(\(cddlib)g(v)m(er.)45 b(0.94,)32 b(man)m(ual)h(v)m(er.)45 b(F)-8 b(ebruary)32 b(7,)h(2008\))0 1596 y Fq(Con)l(ten)l(ts)0 1800 y Fp(1)84 -b(In)m(tro)s(duction)3133 b(2)0 2004 y(2)84 b(P)m(olyhedra)36 +b(In)m(tro)s(duction)3133 b(1)0 2004 y(2)84 b(P)m(olyhedra)36 b(H-)f(and)g(V-F)-9 b(ormats)35 b(\(V)-9 b(ersion)35 -b(1999\))1670 b(3)0 2208 y(3)84 b(Basic)36 b(Ob)6 b(ject)34 +b(1999\))1670 b(2)0 2208 y(3)84 b(Basic)36 b(Ob)6 b(ject)34 b(T)m(yp)s(es)h(\(Structures\))g(in)g(cddlib)1784 b(4)0 -2411 y(4)84 b(Library)35 b(F)-9 b(unctions)2892 b(7)136 +2411 y(4)84 b(Library)35 b(F)-9 b(unctions)2892 b(6)136 2524 y Fo(4.1)94 b(Library)30 b(Initialization)47 b(.)e(.)h(.)g(.)g(.)f (.)h(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.) h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)f(.)128 @@ -3886,16 +6470,16 @@ (.)f(.)h(.)g(.)f(.)128 b(7)136 2750 y(4.3)94 b(Data)32 b(Manipulations)86 b(.)45 b(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)f(.)h (.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.) -h(.)g(.)f(.)h(.)g(.)f(.)83 b(11)345 2863 y(4.3.1)106 +h(.)g(.)f(.)h(.)g(.)f(.)83 b(10)345 2863 y(4.3.1)106 b(Num)m(b)s(er)30 b(Assignmen)m(ts)24 b(.)45 b(.)h(.)g(.)f(.)h(.)g(.)f (.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.) -f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(11)345 2976 y(4.3.2)106 +f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(10)345 2976 y(4.3.2)106 b(Arithmetic)32 b(Op)s(erations)e(for)g Fn(mytype)e Fo(Num)m(b)s(ers)47 b(.)e(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g (.)f(.)83 b(11)345 3089 y(4.3.3)106 b(Prede\014ned)29 b(Constan)m(ts)94 b(.)46 b(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g (.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.) -f(.)83 b(12)345 3202 y(4.3.4)106 b(Sign)30 b(Ev)-5 b(aluation)32 +f(.)83 b(11)345 3202 y(4.3.4)106 b(Sign)30 b(Ev)-5 b(aluation)32 b(and)d(Comparison)h(for)g Fn(mytype)f Fo(Num)m(b)s(ers)58 b(.)46 b(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(12)345 3315 y(4.3.5)106 b(P)m(olyhedra)31 b(Data)h(Manipulation)k(.) @@ -3912,12 +6496,12 @@ f(.)h(.)g(.)f(.)83 b(14)136 3766 y(4.5)94 b(Obsolete)32 b(F)-8 b(unctions)49 b(.)d(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)f (.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.) -f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(15)136 3879 y(4.6)94 +f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(14)136 3879 y(4.6)94 b(Set)31 b(F)-8 b(unctions)31 b(in)f Fn(setoper)e Fo(library)66 b(.)45 b(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.) g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)f(.)83 b(15)0 4083 y Fp(5)h(An)35 b(Extension)g(of)g(the)g(CDD)g(Library)g(in)g(GMP)g -(mo)s(de)1393 b(16)0 4287 y(6)84 b(Examples)3219 b(16)0 +(mo)s(de)1393 b(15)0 4287 y(6)84 b(Examples)3219 b(15)0 4491 y(7)84 b(Numerical)36 b(Accuracy)2724 b(16)0 4694 y(8)84 b(Other)34 b(Useful)i(Co)s(des)2752 b(16)0 4898 y(9)84 b(Co)s(des)35 b(Using)h(Cddlib)2740 b(17)1766 @@ -3976,9 +6560,9 @@ (rewritten.)43 b(This)31 b(library)0 2509 y(v)m(ersion)j(is)f(more)g (\015exible)g(since)h(it)f(can)g(b)s(e)g(called)h(from)f(other)g (programs)g(in)f(C/C++.)48 b(Unlik)m(e)34 b(cdd/cdd+,)0 -2622 y(cddlib)c(can)h(handle)f(an)m(y)h(general)h(input)e(and)g(is)h -(more)f(general.)43 b(F)-8 b(urtthermore,)31 b(additional)h(functions)e -(ha)m(v)m(e)0 2735 y(b)s(een)g(written)g(to)h(extend)g(its)f +2622 y(cddlib)e(can)i(handle)e(an)m(y)i(general)g(input)e(and)g(is)h +(more)g(general.)50 b(F)-8 b(urthermore,)34 b(additional)g(functions)e +(ha)m(v)m(e)0 2735 y(b)s(een)e(written)g(to)h(extend)g(its)f (functionalit)m(y)-8 b(.)141 2848 y(One)31 b(useful)f(feature)h(of)g (cddlib/cdd/cdd+)e(is)i(its)h(capabilit)m(y)g(of)f(handling)f(the)h (dual)g(\(rev)m(erse\))h(problem)0 2961 y(without)38 @@ -4148,22 +6732,23 @@ y(and)39 b(lrs)g(use)g(the)h(option)g(lines)g(to)g(represen)m(t)f(a)h (linear)g(ob)5 b(jectiv)m(e)42 b(function.)67 b(See)40 b(the)g(attac)m(hed)h(LP)e(\014les,)0 609 y(samplelp*.ine.)141 -813 y(Next)25 b(w)m(e)f(de\014ne)f(P)m(olyhedra)h Ff(V-format)p -Fo(.)39 b(Let)24 b Fj(P)37 b Fo(b)s(e)23 b(represen)m(ted)h(b)m(y)f -Fj(n)g Fo(gerating)i(p)s(oin)m(ts)f(and)f Fj(s)g Fo(generating)0 -926 y(directions)30 b(\(ra)m(ys\))h(as)f Fj(P)39 b Fo(=)24 -b Fj(conv)s Fo(\()p Fj(v)1244 940 y Fh(1)1285 926 y Fj(;)15 -b(:)g(:)g(:)h(;)f(v)1530 940 y Fg(n)1578 926 y Fo(\))k(+)g -Fj(nonneg)s Fo(\()p Fj(r)2095 940 y Fg(n)p Fh(+1)2232 -926 y Fj(;)c(:)g(:)g(:)i(;)e(r)2475 940 y Fg(n)p Fh(+)p -Fg(s)2610 926 y Fo(\).)41 b(Then)28 b(the)i(P)m(olyhedra)h(V-format)0 -1039 y(for)f Fj(P)43 b Fo(is)p 141 1163 1202 4 v 191 -1242 a(v)-5 b(arious)30 b(commen)m(ts)191 1355 y Fp(V-represen)m -(tation)191 1468 y Fo(\()p Fp(linearit)m(y)35 b Fj(t)60 -b(i)765 1482 y Fh(1)865 1468 y Fj(i)896 1482 y Fh(2)996 -1468 y Fj(:)15 b(:)g(:)61 b(i)1193 1482 y Fg(t)1258 1468 -y Fo(\))191 1581 y Fp(b)s(egin)191 1694 y Fj(n)20 b Fo(+)g -Fj(s)99 b(d)20 b Fo(+)g(1)100 b(n)m(um)m(b)s(ert)m(yp)s(e)272 +813 y(Next)c(w)m(e)f(de\014ne)g(P)m(olyhedra)g Ff(V-format)p +Fo(.)52 b(Let)35 b Fj(P)46 b Fo(b)s(e)34 b(represen)m(ted)g(b)m(y)g +Fj(n)f Fo(generating)i(p)s(oin)m(ts)f(and)f Fj(s)h Fo(gen-)0 +926 y(erating)j(directions)g(\(ra)m(ys\))g(as)g Fj(P)48 +b Fo(=)35 b Fj(conv)s Fo(\()p Fj(v)1598 940 y Fh(1)1638 +926 y Fj(;)15 b(:)g(:)g(:)h(;)f(v)1883 940 y Fg(n)1931 +926 y Fo(\))24 b(+)g Fj(nonneg)s Fo(\()p Fj(r)2458 940 +y Fg(n)p Fh(+1)2595 926 y Fj(;)15 b(:)g(:)g(:)i(;)e(r)2838 +940 y Fg(n)p Fh(+)p Fg(s)2973 926 y Fo(\).)58 b(Then)36 +b(the)g(P)m(olyhedra)0 1039 y(V-format)31 b(for)f Fj(P)44 +b Fo(is)p 141 1163 1202 4 v 191 1242 a(v)-5 b(arious)30 +b(commen)m(ts)191 1355 y Fp(V-represen)m(tation)191 1468 +y Fo(\()p Fp(linearit)m(y)35 b Fj(t)60 b(i)765 1482 y +Fh(1)865 1468 y Fj(i)896 1482 y Fh(2)996 1468 y Fj(:)15 +b(:)g(:)61 b(i)1193 1482 y Fg(t)1258 1468 y Fo(\))191 +1581 y Fp(b)s(egin)191 1694 y Fj(n)20 b Fo(+)g Fj(s)99 +b(d)20 b Fo(+)g(1)100 b(n)m(um)m(b)s(ert)m(yp)s(e)272 1807 y(1)182 b Fj(v)543 1821 y Fh(1)282 1900 y Fo(.)282 1934 y(.)282 1967 y(.)499 1900 y(.)499 1934 y(.)499 1967 y(.)272 2080 y(1)g Fj(v)543 2094 y Fg(n)272 2193 y Fo(0)g @@ -4404,7 +6989,7 @@ TeXDict begin 8 7 bop 227 44 a Fo(computation)38 b(terminates)g (normally)-8 b(.)60 b(Otherwise,)38 b(it)g(returns)d(a)i(v)-5 b(alue)37 b(according)h(to)g(the)f(error)f(o)s(c-)227 -157 y(cured.)0 345 y Fn(dd)p 102 345 29 4 v 34 w(PolyhedraPtr)44 +157 y(curred.)0 345 y Fn(dd)p 102 345 29 4 v 34 w(PolyhedraPtr)44 b(dd)p 852 345 V 34 w(DDMatrix2Poly2\(matrix,)e(roworder,)j(err\))f Fo(:)227 458 y(This)f(is)h(the)f(same)h(function)f(as)h Fn(dd)p 1559 458 V 34 w(DDMatrix2Poly)c Fo(except)k(that)g(the)g @@ -4976,8 +7561,8 @@ b Fn(*err)29 b Fo(returns)g Fn(dd)p 3073 3192 V 34 w(NoError)g Fo(if)h(the)h(com-)227 3305 y(putation)g(terminates)g(normally)-8 b(.)42 b(Otherwise,)30 b(it)h(returns)e(a)i(v)-5 b(alue)31 -b(according)g(to)g(the)g(error)f(o)s(ccured.)0 3490 y -Fn(void)47 b(dd)p 341 3490 V 33 w(WriteMatrix\(f,)d(matrix\))g +b(according)g(to)g(the)g(error)f(o)s(ccurred.)0 3490 +y Fn(void)47 b(dd)p 341 3490 V 33 w(WriteMatrix\(f,)d(matrix\))g Fo(:)227 3603 y(W)-8 b(rite)32 b Fn(matrix)d Fo(to)i(stream)g Fn(f)p Fo(.)0 3788 y Fn(void)47 b(dd)p 341 3788 V 33 w(WriteNumber\(f,)d(x\))h Fo(:)227 3901 y(W)-8 b(rite)27 @@ -4985,7 +7570,7 @@ Fo(is)i(of)f(GMP)h(mp)s(q)p 1827 3901 28 4 v 31 w(t)g(rational)g Fj(p=q)s Fo(,)h(the)e(output)g(is)g Fj(p=q)s Fo(.)39 b(If)25 b(it)g(is)h(of)f(C)g(double,)227 4014 y(it)31 -b(is)g(formated)f(as)h(a)g(double)f(\015oat)h(with)f(a)g(decimal)i(p)s +b(is)g(formatted)g(as)f(a)h(double)f(\015oat)h(with)f(a)h(decimal)g(p)s (oin)m(t.)0 4200 y Fn(void)47 b(dd)p 341 4200 29 4 v 33 w(WritePolyFile\(f,)d(poly\))g Fo(:)227 4312 y(W)-8 b(rite)32 b(tt)f(p)s(oly)f(to)h(stream)g Fn(f)f Fo(in)g(P)m(olyhedra)h @@ -5204,9 +7789,9 @@ 3645 y(of)h(the)f(rev)m(erse)h(searc)m(h)g(algorithm)h([15)q(].)111 3821 y(4.)46 b Fn(TOPCOM)c Fo([21)q(])h(computes)g(the)g(com)m (binatorial)j(structure)c(\(the)i(orien)m(ted)g(matroid\))f(of)h(a)f(p) -s(oin)m(t)g(con-)227 3933 y(\014guration)d(and)f(en)m(umerates)h(all)g -(triangulations)h(of)f(a)g(p)s(oin)m(t)f(set.)69 b(It)40 -b(detects)h(the)e(regularlit)m(y)i(of)f(a)227 4046 y(triangulation)32 +s(oin)m(t)g(con-)227 3933 y(\014guration)e(and)g(en)m(umerates)h(all)g +(triangulations)g(of)f(a)h(p)s(oin)m(t)f(set.)74 b(It)41 +b(detects)h(the)f(regularit)m(y)i(of)e(a)227 4046 y(triangulation)32 b(using)e(cddlib.)0 4327 y Fq(Ac)l(kno)l(wledgemen)l(ts.)0 4530 y Fo(I)44 b(am)g(grateful)h(to)g(T)-8 b(om)44 b(Liebling)h(who)f (pro)m(vided)f(me)i(with)f(an)g(ideal)h(opp)s(ortunit)m(y)e(to)i(visit) diff -Nru cddlib-094h/doc/cddlibman.tex cddlib-094j/doc/cddlibman.tex --- cddlib-094h/doc/cddlibman.tex 2008-02-07 00:37:48.000000000 +0000 +++ cddlib-094j/doc/cddlibman.tex 2018-05-18 22:25:10.000000000 +0000 @@ -76,7 +76,7 @@ (Version 0.61) has been rewritten. This library version is more flexible since it can be called from other programs in C/C++. Unlike cdd/cdd+, cddlib can handle any general input and is more general. -Furtthermore, additional functions have been written to extend its functionality. +Furthermore, additional functions have been written to extend its functionality. One useful feature of cddlib/cdd/cdd+ is its capability of handling the dual (reverse) problem without any transformation @@ -211,7 +211,7 @@ \bigskip Next we define Polyhedra {\em V-format}. Let $P$ be -represented by $n$ gerating points and $s$ generating directions (rays) as +represented by $n$ generating points and $s$ generating directions (rays) as $P = conv(v_1,\ldots,v_n) + nonneg(r_{n+1},\ldots,r_{n+s})$. Then the Polyhedra V-format for $P$ is @@ -465,7 +465,7 @@ generate the second representation of {\tt *poly}. It returns a pointer to the data. {\tt *err} returns {\tt dd\_NoError} if the computation terminates normally. Otherwise, -it returns a value according to the error occured. +it returns a value according to the error occurred. \item[{\tt dd\_PolyhedraPtr dd\_DDMatrix2Poly2(matrix, roworder, err)}]:\\ This is the same function as {\tt dd\_DDMatrix2Poly} except that the insertion @@ -923,14 +923,14 @@ by a Polyhedra file ifile, and write the other representation in a Polyhedra file ofile. {\tt *err} returns {\tt dd\_NoError} if the computation terminates normally. Otherwise, -it returns a value according to the error occured. +it returns a value according to the error occurred. \item[{\tt void dd\_WriteMatrix(f, matrix)}]:\\ Write {\tt matrix} to stream {\tt f}. \item[{\tt void dd\_WriteNumber(f, x)}]:\\ Write {\tt x} to stream {\tt f}. If {\tt x} is of GMP mpq\_t rational $p/q$, -the output is $p/q$. If it is of C double, it is formated as a double float +the output is $p/q$. If it is of C double, it is formatted as a double float with a decimal point. \item[{\tt void dd\_WritePolyFile(f, poly)}]:\\ @@ -1148,7 +1148,7 @@ \item {\tt TOPCOM} \cite{r-topcom-05} computes the combinatorial structure (the oriented matroid) of a point configuration and enumerates all triangulations -of a point set. It detects the regularlity of a triangulation using cddlib. +of a point set. It detects the regularity of a triangulation using cddlib. \end{enumerate} diff -Nru cddlib-094h/doc/cddlibman.toc cddlib-094j/doc/cddlibman.toc --- cddlib-094h/doc/cddlibman.toc 2008-03-23 14:43:42.000000000 +0000 +++ cddlib-094j/doc/cddlibman.toc 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -\contentsline {section}{\numberline {1}Introduction}{2} -\contentsline {section}{\numberline {2}Polyhedra H- and V-Formats (Version 1999)}{3} -\contentsline {section}{\numberline {3}Basic Object Types (Structures) in cddlib}{4} -\contentsline {section}{\numberline {4}Library Functions}{7} -\contentsline {subsection}{\numberline {4.1}Library Initialization}{7} -\contentsline {subsection}{\numberline {4.2}Core Functions}{7} -\contentsline {subsection}{\numberline {4.3}Data Manipulations}{11} -\contentsline {subsubsection}{\numberline {4.3.1}Number Assignments}{11} -\contentsline {subsubsection}{\numberline {4.3.2}Arithmetic Operations for {\tt mytype} Numbers}{11} -\contentsline {subsubsection}{\numberline {4.3.3}Predefined Constants}{12} -\contentsline {subsubsection}{\numberline {4.3.4}Sign Evaluation and Comparison for {\tt mytype} Numbers}{12} -\contentsline {subsubsection}{\numberline {4.3.5}Polyhedra Data Manipulation}{12} -\contentsline {subsubsection}{\numberline {4.3.6}LP Data Manipulation}{13} -\contentsline {subsubsection}{\numberline {4.3.7}Matrix Manipulation}{13} -\contentsline {subsection}{\numberline {4.4}Input/Output Functions}{14} -\contentsline {subsection}{\numberline {4.5}Obsolete Functions}{15} -\contentsline {subsection}{\numberline {4.6}Set Functions in {\tt setoper} library}{15} -\contentsline {section}{\numberline {5}An Extension of the CDD Library in GMP mode}{16} -\contentsline {section}{\numberline {6}Examples}{16} -\contentsline {section}{\numberline {7}Numerical Accuracy}{16} -\contentsline {section}{\numberline {8}Other Useful Codes}{16} -\contentsline {section}{\numberline {9}Codes Using Cddlib}{17} Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/doc/.DS_Store.1 and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/doc/.DS_Store.1 differ diff -Nru cddlib-094h/doc/Makefile.am cddlib-094j/doc/Makefile.am --- cddlib-094h/doc/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/doc/Makefile.am 2018-05-18 22:25:10.000000000 +0000 @@ -0,0 +1,52 @@ +# The Makefile for doc/ is non-standard as we distribute a manual that is +# built from a .tex file (and not a .texi file.) +# We do not want to make latex & pdflatx & dvips requirements for building +# cddlib, so we ship the built manual as part of the distribution. + +if LATEX +LATEX_SRC = $(srcdir)/cddlibman.tex $(srcdir)/cddlibman.bbl + +# Building twice seems to be enough to get references right. +cddlibman.dvi: ${LATEX_SRC} + $(latex) $< + $(latex) $< + +if PDF +cddlibman.pdf: ${LATEX_SRC} + $(pdflatex) $< + $(pdflatex) $< +endif + +if PS +cddlibman.ps: cddlibman.dvi + $(dvips) cddlibman.dvi +endif + +if HTML +# Wipe the HTML output directory as latex2html's perl calls otherwise try to +# find images.pl in there without putting cddlibman into @INC. +# We depend on cddlibman.dvi so we know that the references have been correctly +# resolved in the .aux file. +cddlibman/cddlibman.html: ${LATEX_SRC} html.sty cddlibman.dvi + rm -rf cddlibman + $(latex2html) $< +endif + +endif + +# Include the PDF, PS, and DVI documentation in the distributed tarball. Note +# that this means that pdflatex & latex & dvips must be available on the system +# where make dist(check) is run. +EXTRA_DIST = $(srcdir)/cddlibman.pdf $(srcdir)/cddlibman.dvi $(srcdir)/cddlibman.ps \ + $(LATEX_SRC) $(srcdir)/html.sty + +# Clean up files that are not in the tarball +CLEANFILES = cddlibman.toc cddlibman.aux cddlibman.log +# Clean up files that "make dist" generates +MAINTAINERCLEANFILES = cddlibman.pdf cddlibman.ps cddlibman.dvi +# Change this to maintainer-clean-local if the HTML documentation should be part of the released tarball +clean-local: + rm -rf cddlibman/ + +# Install the PDF, PS, and DVI documentation into PREFIX/share/doc/cddlib/ +doc_DATA = cddlibman.pdf cddlibman.dvi cddlibman.ps diff -Nru cddlib-094h/doc/Makefile.in cddlib-094j/doc/Makefile.in --- cddlib-094h/doc/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/doc/Makefile.in 2018-06-11 07:21:08.000000000 +0000 @@ -0,0 +1,541 @@ +# Makefile.in generated by automake 1.15.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2017 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@ + +# The Makefile for doc/ is non-standard as we distribute a manual that is +# built from a .tex file (and not a .texi file.) +# We do not want to make latex & pdflatx & dvips requirements for building +# cddlib, so we ship the built manual as part of the distribution. + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +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 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(docdir)" +DATA = $(doc_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AS = @AS@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CDD_LDFLAGS = @CDD_LDFLAGS@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +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@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +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_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +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@ +dvips = @dvips@ +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@ +latex = @latex@ +latex2html = @latex2html@ +libcdd_version_info = @libcdd_version_info@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pdflatex = @pdflatex@ +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@ +@LATEX_TRUE@LATEX_SRC = $(srcdir)/cddlibman.tex $(srcdir)/cddlibman.bbl + +# Include the PDF, PS, and DVI documentation in the distributed tarball. Note +# that this means that pdflatex & latex & dvips must be available on the system +# where make dist(check) is run. +EXTRA_DIST = $(srcdir)/cddlibman.pdf $(srcdir)/cddlibman.dvi $(srcdir)/cddlibman.ps \ + $(LATEX_SRC) $(srcdir)/html.sty + + +# Clean up files that are not in the tarball +CLEANFILES = cddlibman.toc cddlibman.aux cddlibman.log +# Clean up files that "make dist" generates +MAINTAINERCLEANFILES = cddlibman.pdf cddlibman.ps cddlibman.dvi + +# Install the PDF, PS, and DVI documentation into PREFIX/share/doc/cddlib/ +doc_DATA = cddlibman.pdf cddlibman.dvi cddlibman.ps +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: $(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) --gnu doc/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/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: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(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-docDATA: $(doc_DATA) + @$(NORMAL_INSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + 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)$(docdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \ + done + +uninstall-docDATA: + @$(NORMAL_UNINSTALL) + @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +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)$(docdir)"; 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: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +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." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic clean-libtool clean-local 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-docDATA + +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-docDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + clean-local cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-docDATA 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 tags-am uninstall \ + uninstall-am uninstall-docDATA + +.PRECIOUS: Makefile + + +# Building twice seems to be enough to get references right. +@LATEX_TRUE@cddlibman.dvi: ${LATEX_SRC} +@LATEX_TRUE@ $(latex) $< +@LATEX_TRUE@ $(latex) $< + +@LATEX_TRUE@@PDF_TRUE@cddlibman.pdf: ${LATEX_SRC} +@LATEX_TRUE@@PDF_TRUE@ $(pdflatex) $< +@LATEX_TRUE@@PDF_TRUE@ $(pdflatex) $< + +@LATEX_TRUE@@PS_TRUE@cddlibman.ps: cddlibman.dvi +@LATEX_TRUE@@PS_TRUE@ $(dvips) cddlibman.dvi + +# Wipe the HTML output directory as latex2html's perl calls otherwise try to +# find images.pl in there without putting cddlibman into @INC. +# We depend on cddlibman.dvi so we know that the references have been correctly +# resolved in the .aux file. +@HTML_TRUE@@LATEX_TRUE@cddlibman/cddlibman.html: ${LATEX_SRC} html.sty cddlibman.dvi +@HTML_TRUE@@LATEX_TRUE@ rm -rf cddlibman +@HTML_TRUE@@LATEX_TRUE@ $(latex2html) $< +# Change this to maintainer-clean-local if the HTML documentation should be part of the released tarball +clean-local: + rm -rf cddlibman/ + +# 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: Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/.DS_Store and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/.DS_Store differ Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/.DS_Store.1 and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/.DS_Store.1 differ diff -Nru cddlib-094h/examples-ine/cube10.ine cddlib-094j/examples-ine/cube10.ine --- cddlib-094h/examples-ine/cube10.ine 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/examples-ine/cube10.ine 2018-05-18 22:25:10.000000000 +0000 @@ -1,7 +1,7 @@ +* 10-dim hypercube H-representation begin - 20 11 integer - 1 0 0 0 0 0 0 0 0 0 1 + 20 11 integer 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 @@ -11,17 +11,15 @@ 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 - 1 0 0 0 0 0 0 0 0 0 -1 - 1 0 0 0 0 0 0 0 0 -1 0 - 1 0 0 0 0 0 0 0 -1 0 0 - 1 0 0 0 0 0 0 -1 0 0 0 - 1 0 0 0 0 0 -1 0 0 0 0 - 1 0 0 0 0 -1 0 0 0 0 0 - 1 0 0 0 -1 0 0 0 0 0 0 - 1 0 0 -1 0 0 0 0 0 0 0 + 1 0 0 0 0 0 0 0 0 0 1 + 1 -1 0 0 0 0 0 0 0 0 0 1 0 -1 0 0 0 0 0 0 0 0 - -2 -1 0 0 0 0 0 0 0 0 0 + 1 0 0 -1 0 0 0 0 0 0 0 + 1 0 0 0 -1 0 0 0 0 0 0 + 1 0 0 0 0 -1 0 0 0 0 0 + 1 0 0 0 0 0 -1 0 0 0 0 + 1 0 0 0 0 0 0 -1 0 0 0 + 1 0 0 0 0 0 0 0 -1 0 0 + 1 0 0 0 0 0 0 0 0 -1 0 + 1 0 0 0 0 0 0 0 0 0 -1 end -minimize - -2 -1 0 0 0 0 0 0 0 0 0 - diff -Nru cddlib-094h/examples-ml/cddml-DietProblem.nb cddlib-094j/examples-ml/cddml-DietProblem.nb --- cddlib-094h/examples-ml/cddml-DietProblem.nb 2002-12-17 14:40:22.000000000 +0000 +++ cddlib-094j/examples-ml/cddml-DietProblem.nb 1970-01-01 00:00:00.000000000 +0000 @@ -1,586 +0,0 @@ -(************** Content-type: application/mathematica ************** - - Mathematica-Compatible Notebook - -This notebook can be used with any Mathematica-compatible -application, such as Mathematica, MathReader or Publicon. The data -for the notebook starts with the line containing stars above. - -To get the notebook into a Mathematica-compatible application, do -one of the following: - -* Save the data starting with the line of stars above into a file - with a name ending in .nb, then open the file inside the - application; - -* Copy the data starting with the line of stars above to the - clipboard, then use the Paste menu command inside the application. - -Data for notebooks contains only printable 7-bit ASCII and can be -sent directly in email or through ftp in text mode. Newlines can be -CR, LF or CRLF (Unix, Macintosh or MS-DOS style). - -NOTE: If you modify the data for this notebook not in a Mathematica- -compatible application, you must delete the line below containing -the word CacheID, otherwise Mathematica-compatible applications may -try to use invalid cache data. - -For more information on notebooks and Mathematica-compatible -applications, contact Wolfram Research: - web: http://www.wolfram.com - email: info@wolfram.com - phone: +1-217-398-0700 (U.S.) - -Notebook reader applications are available free of charge from -Wolfram Research. -*******************************************************************) - -(*CacheID: 232*) - - -(*NotebookFileLineBreakTest -NotebookFileLineBreakTest*) -(*NotebookOptionsPosition[ 13920, 436]*) -(*NotebookOutlinePosition[ 14959, 472]*) -(* CellTagsIndexPosition[ 14871, 466]*) -(*WindowFrame->Normal*) - - - -Notebook[{ -Cell[TextData[{ - StyleBox["Diet Problem", - FontColor->RGBColor[0.0557107, 0.137819, 0.517113]], - "\nAn Application of Vertex Enumeration\nwith ", - StyleBox["MathLink", - FontSize->24, - FontSlant->"Italic", - FontColor->RGBColor[0.0146487, 0.461387, 0.0967727]], - " to ", - StyleBox["cddlib", - FontColor->RGBColor[0.517113, 0.0273594, 0.0273594]] -}], "Title", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->27], - -Cell[TextData[StyleBox["Komei Fukuda, fukuda@ifor.math.ethz.ch\nSwiss Federal \ -Institute of Technology, Lausanne and Zurich\nMarch 14, 1999", - FontSize->17, - FontSlant->"Italic"]], "Subtitle", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Connecting cddmathlink", "Section", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "You just put the compiled cddmathlink for your computer in some directory. \ - In this example, the name of the directory is ", - StyleBox["\"~/Math\".", - FontFamily->"Courier", - FontWeight->"Bold"] -}], "Text", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["Off[General::spell1]; Off[General::spell];", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["cddml=Install[\"~/Math/cddmathlink\"]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(LinkObject["/Users/fukuda/Math/cddmathlink", 7, 7]\)], "Output"] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["What is Diet Problem?", "Section", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->20], - -Cell["\<\ -The following diet problem is taken from V. Chvatal's great book \ -on Linear Programming (\"Linear Programming\", W.H.Freeman and Company,1983). \ - It is to design a cheapest meal with six possible items below to satisfy \ -prescribed nutritional needs. Please see Page 3 of the book.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -var={\"\",\"Oatmeal\",\"Chicken\",\"Eggs\",\"Milk\",\"Cherry Pie\", \ - -\t\"Pork Beans\"}; - -price={\"Price/Ser\", \"3c\", \"24c\", \"13c\", \"9c\", \"20c\", \ -\"19c\"}\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[BoxData[ - \({"Price/Ser", "3c", "24c", "13c", "9c", "20c", "19c"}\)], "Output"] -}, Open ]], - -Cell["\<\ -MatrixForm[dietproblem1= -{{0, 1, 0, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 0, 0}, - {0, 0, 0, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 0, 0}, - {0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 0, 0, 0, 1}, - {4, -1, 0, 0, 0, 0, 0}, {3, 0, -1, 0, 0, 0, 0}, - {2, 0, 0, -1, 0, 0, 0}, {8, 0, 0, 0, -1, 0, 0}, - {2, 0, 0, 0, 0, -1, 0}, {2, 0, 0, 0, 0, 0, -1}, - {-2000, 110, 205, 160, 160, 420, 260}, - {-55, 4, 32, 13, 8, 4, 14}, - {-800, 2, 12, 54, 285, 22, 80}}];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[CellGroupData[{ - -Cell["\<\ -TableForm[table1=Prepend[Prepend[dietproblem1,var],price]] -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - TagBox[GridBox[{ - {"\<\"Price/Ser\"\>", "\<\"3c\"\>", "\<\"24c\"\>", "\<\"13c\"\>", "\ -\<\"9c\"\>", "\<\"20c\"\>", "\<\"19c\"\>"}, - {"\<\"\"\>", "\<\"Oatmeal\"\>", "\<\"Chicken\"\>", "\<\"Eggs\"\>", \ -"\<\"Milk\"\>", "\<\"Cherry Pie\"\>", "\<\"Pork Beans\"\>"}, - {"0", "1", "0", "0", "0", "0", "0"}, - {"0", "0", "1", "0", "0", "0", "0"}, - {"0", "0", "0", "1", "0", "0", "0"}, - {"0", "0", "0", "0", "1", "0", "0"}, - {"0", "0", "0", "0", "0", "1", "0"}, - {"0", "0", "0", "0", "0", "0", "1"}, - {"4", \(-1\), "0", "0", "0", "0", "0"}, - {"3", "0", \(-1\), "0", "0", "0", "0"}, - {"2", "0", "0", \(-1\), "0", "0", "0"}, - {"8", "0", "0", "0", \(-1\), "0", "0"}, - {"2", "0", "0", "0", "0", \(-1\), "0"}, - {"2", "0", "0", "0", "0", "0", \(-1\)}, - {\(-2000\), "110", "205", "160", "160", "420", "260"}, - {\(-55\), "4", "32", "13", "8", "4", "14"}, - {\(-800\), "2", "12", "54", "285", "22", "80"} - }, - RowSpacings->1, - ColumnSpacings->3, - RowAlignments->Baseline, - ColumnAlignments->{Left}], - Function[ BoxForm`e$, - TableForm[ BoxForm`e$]]]], "Output"] -}, Open ]], - -Cell["\<\ -m=Transpose[Drop[Transpose[dietproblem1],1]]; -b=-First[Transpose[dietproblem1]]; -c={3, 24, 13, 9, 20, 19};\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[TextData[{ - "By using the build-in LP optimizer of ", - StyleBox["Mathematica", - FontSlant->"Italic"], - ", one can easily compute the optimal solution." -}], "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["lps=LinearProgramming[c, m,b]", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[BoxData[ - \({4, 0, 0, 9\/2, 2, 0}\)], "Output"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["optvalue= N[c.lps]", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[BoxData[ - \(92.5`\)], "Output"] -}, Open ]], - -Cell["\<\ -We can see the optimal solution better in the following table. It \ -is certainly not an exciting menu. In fact, an optimal solution to any \ -optimization problem tends to be extreme, and thus it must be modified for \ -practical purposes.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -TableForm[Join[{var},{Prepend[N[lps],optvalue]}]] -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->14], - -Cell[BoxData[ - TagBox[GridBox[{ - {"\<\"\"\>", "\<\"Oatmeal\"\>", "\<\"Chicken\"\>", "\<\"Eggs\"\>", \ -"\<\"Milk\"\>", "\<\"Cherry Pie\"\>", "\<\"Pork Beans\"\>"}, - {"92.5`", "4.`", "0.`", "0.`", "4.5`", "2.`", "0.`"} - }, - RowSpacings->1, - ColumnSpacings->3, - RowAlignments->Baseline, - ColumnAlignments->{Left}], - Function[ BoxForm`e$, - TableForm[ BoxForm`e$]]]], "Output"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Why is the Vertex Enumeration Useful?", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -Now we try to do something more reasonable. We use cddmathlink \ -fuction AllVertices:\ -\>", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["?AllVertices", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("AllVertices[m,d+1,A] generates all extreme points (vertices) and \ -extreme rays of the convex polyhedron in R^(d+1) given as the solution set to \ -an inequality system A x >= 0 where A is an m*(d+1) matrix and \ -x=(1,x1,...,xd). The output is {{extlist, linearity}, ecdlist} where extlist \ -is the extreme point list and ecdlist is the incidence list. Each vertex \ -(ray) has the first component 1 (0). If the convex polyhedron is nonempty \ -and has no vertices, extlist is a (nonunique) set of generators of the \ -polyhedron where those generators in the linearity list are considered as \ -linearity space (of points satisfying A (0, x1, x2, ...., xd) = 0) \ -generators."\)], "Print", - CellTags->"Info3249106745-1451094"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["\<\ -We can then compute ALL possibilities for cost at most, say One \ -Dollar.\ -\>", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["BudgetLimit=100;", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -MatrixForm[dietproblem2=Append[dietproblem1, - {BudgetLimit, -3, -24, -13, -9, -20, -19}]]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - TagBox[ - RowBox[{"(", "\[NoBreak]", GridBox[{ - {"0", "1", "0", "0", "0", "0", "0"}, - {"0", "0", "1", "0", "0", "0", "0"}, - {"0", "0", "0", "1", "0", "0", "0"}, - {"0", "0", "0", "0", "1", "0", "0"}, - {"0", "0", "0", "0", "0", "1", "0"}, - {"0", "0", "0", "0", "0", "0", "1"}, - {"4", \(-1\), "0", "0", "0", "0", "0"}, - {"3", "0", \(-1\), "0", "0", "0", "0"}, - {"2", "0", "0", \(-1\), "0", "0", "0"}, - {"8", "0", "0", "0", \(-1\), "0", "0"}, - {"2", "0", "0", "0", "0", \(-1\), "0"}, - {"2", "0", "0", "0", "0", "0", \(-1\)}, - {\(-2000\), "110", "205", "160", "160", "420", "260"}, - {\(-55\), "4", "32", "13", "8", "4", "14"}, - {\(-800\), "2", "12", "54", "285", "22", "80"}, - {"100", \(-3\), \(-24\), \(-13\), \(-9\), \(-20\), \(-19\)} - }], "\[NoBreak]", ")"}], - Function[ BoxForm`e$, - MatrixForm[ BoxForm`e$]]]], "Output"], - -Cell[CellGroupData[{ - -Cell["{m2,d2}=Dimensions[dietproblem2]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({16, 7}\)], "Output"] -}, Open ]], - -Cell["\<\ -{{extlist,linearity},inclist}=AllVertices[m2,d2,Flatten[\ -dietproblem2]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Length[extlist]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(17\)], "Output"] -}, Open ]], - -Cell["vlist=Map[Drop[#,1]&, extlist];", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["allsolutions=Union[Map[Prepend[#, N[c.#,3]]&, N[vlist,5]]];", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["TableForm[table2=Prepend[allsolutions,var]]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - TagBox[GridBox[{ - {"\<\"\"\>", "\<\"Oatmeal\"\>", "\<\"Chicken\"\>", "\<\"Eggs\"\>", \ -"\<\"Milk\"\>", "\<\"Cherry Pie\"\>", "\<\"Pork Beans\"\>"}, - {"92.5`", "4.`", "0.`", "0.`", "4.5`", "2.`", "0.`"}, - {"97.33333333333336`", "4.`", "0.`", "0.`", "8.`", - "0.6666666666666675`", "0.`"}, - {"98.6035889070147`", "4.`", "0.`", "0.`", "2.232952691680261`", - "2.`", "1.3951060358890708`"}, - {"100.`", "1.6470588235294117`", "0.`", "0.`", "6.117647058823529`", - "2.`", "0.`"}, - {"100.`", "2.8085106382978777`", "0.`", "0.`", "8.`", - "0.9787234042553182`", "0.`"}, - {"100.`", "3.7415068699984926`", "0.`", "0.`", - "2.1980371432885404`", "2.`", "1.5259550052846136`"}, - {"100.`", "4.`", "0.`", "0.`", "2.2091586794462197`", "2.`", - "1.4798722044728432`"}, - {"100.`", "4.`", "0.`", "0.`", "5.333333333333333`", "2.`", "0.`"}, - {"100.`", "4.`", "0.`", "0.`", "8.`", "0.8000000000000002`", - "0.`"}, - {"100.`", "4.`", "0.`", "0.49557522123893516`", "8.`", - "0.4778761061946923`", "0.`"}, - {"100.`", "4.`", "0.`", "1.8750000000000029`", "2.624999999999996`", - "2.`", "0.`"}, - {"100.`", "4.`", "0.1655305777133171`", "0.`", "2.268813149625332`", - "2.`", "1.2425235678027577`"}, - {"100.`", "4.`", "0.1872909698996644`", "0.`", "8.`", - "0.5752508361204028`", "0.`"}, - {"100.`", "4.`", "0.601503759398496`", "0.`", "3.729323308270678`", - "2.`", "0.`"}, - {"100.00000000000001`", "4.`", "0.`", "0.`", "2.179657768651609`", - "1.8828199863107473`", "1.6171937029431882`"}, - {"100.00000000000001`", "4.`", "0.`", "0.`", "8.`", - "0.4172661870503621`", "0.4028776978417242`"}, - {"100.00000000000001`", "4.`", "0.`", "1.025149700598805`", - "2.2122155688622755`", "2.`", "0.7770059880239508`"} - }, - RowSpacings->1, - ColumnSpacings->3, - RowAlignments->Baseline, - ColumnAlignments->{Left}], - Function[ BoxForm`e$, - TableForm[ BoxForm`e$]]]], "Output"] -}, Open ]] -}, Open ]], - -Cell["\<\ -The list is complete in the sense that any feasible menu of cost at \ -most One Dollar is a combination of these seventeen (extreme) solutions. One \ -can find menus with Chicken, Eggs or Pork that might be much more desireble \ -than the optimal menu. Also it shows you cannot avoid Oatmeal nor Cherry \ -pie within this budget to satisfy the nutritional needs.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Disconnecting cddmathlink", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Uninstall[cddml]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("/Users/fukuda/Math/cddmathlink"\)], "Output"] -}, Open ]] -}, Closed]] -}, -FrontEndVersion->"4.1 for Macintosh", -ScreenRectangle->{{0, 1152}, {0, 746}}, -AutoGeneratedPackage->None, -WindowToolbars->{}, -CellGrouping->Manual, -WindowSize->{639, 621}, -WindowMargins->{{1, Automatic}, {Automatic, 1}}, -PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, -ShowCellLabel->True, -ShowCellTags->False, -RenderingOptions->{"ObjectDithering"->True, -"RasterDithering"->False} -] - -(******************************************************************* -Cached data follows. If you edit this Notebook file directly, not -using Mathematica, you must remove the line containing CacheID at -the top of the file. The cache data will then be recreated when -you save this file from within Mathematica. -*******************************************************************) - -(*CellTagsOutline -CellTagsIndex->{ - "Info3249106745-1451094"->{ - Cell[7959, 273, 753, 11, 167, "Print", - CellTags->"Info3249106745-1451094"]} - } -*) - -(*CellTagsIndex -CellTagsIndex->{ - {"Info3249106745-1451094", 14759, 459} - } -*) - -(*NotebookFileOutline -Notebook[{ -Cell[1705, 50, 424, 13, 179, "Title"], -Cell[2132, 65, 228, 4, 92, "Subtitle"], - -Cell[CellGroupData[{ -Cell[2385, 73, 103, 2, 56, "Section", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[2513, 79, 295, 8, 49, "Text", - InitializationCell->True], -Cell[2811, 89, 120, 2, 27, "Input", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[2956, 95, 115, 2, 27, "Input", - InitializationCell->True], -Cell[3074, 99, 84, 1, 27, "Output"] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[3219, 107, 89, 2, 40, "Section"], -Cell[3311, 111, 343, 6, 68, "Text"], - -Cell[CellGroupData[{ -Cell[3679, 121, 240, 9, 76, "Input"], -Cell[3922, 132, 87, 1, 27, "Output"] -}, Open ]], -Cell[4024, 136, 495, 13, 172, "Input"], - -Cell[CellGroupData[{ -Cell[4544, 153, 117, 4, 42, "Input"], -Cell[4664, 159, 1261, 27, 293, "Output"] -}, Open ]], -Cell[5940, 189, 180, 6, 60, "Input"], -Cell[6123, 197, 207, 6, 32, "Text"], - -Cell[CellGroupData[{ -Cell[6355, 207, 95, 2, 28, "Input"], -Cell[6453, 211, 55, 1, 42, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[6545, 217, 84, 2, 28, "Input"], -Cell[6632, 221, 39, 1, 27, "Output"] -}, Open ]], -Cell[6686, 225, 298, 6, 50, "Text"], - -Cell[CellGroupData[{ -Cell[7009, 235, 124, 5, 44, "Input"], -Cell[7136, 242, 443, 11, 53, "Output"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[7628, 259, 89, 1, 36, "Section"], -Cell[7720, 262, 149, 4, 46, "Subsection"], - -Cell[CellGroupData[{ -Cell[7894, 270, 62, 1, 27, "Input"], -Cell[7959, 273, 753, 11, 167, "Print", - CellTags->"Info3249106745-1451094"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[8749, 289, 136, 4, 46, "Subsection"], -Cell[8888, 295, 66, 1, 27, "Input"], - -Cell[CellGroupData[{ -Cell[8979, 300, 149, 4, 42, "Input"], -Cell[9131, 306, 1041, 21, 277, "Output"], - -Cell[CellGroupData[{ -Cell[10197, 331, 82, 1, 27, "Input"], -Cell[10282, 334, 41, 1, 27, "Output"] -}, Open ]], -Cell[10338, 338, 131, 4, 42, "Input"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[10506, 347, 65, 1, 27, "Input"], -Cell[10574, 350, 36, 1, 27, "Output"] -}, Open ]], -Cell[10625, 354, 81, 1, 27, "Input"], -Cell[10709, 357, 109, 1, 27, "Input"], - -Cell[CellGroupData[{ -Cell[10843, 362, 93, 1, 27, "Input"], -Cell[10939, 365, 2233, 42, 309, "Output"] -}, Open ]] -}, Open ]], -Cell[13199, 411, 418, 7, 68, "Text"] -}, Closed]], - -Cell[CellGroupData[{ -Cell[13654, 423, 78, 1, 36, "Section"], - -Cell[CellGroupData[{ -Cell[13757, 428, 66, 1, 27, "Input"], -Cell[13826, 431, 66, 1, 27, "Output"] -}, Open ]] -}, Closed]] -} -] -*) - - - -(******************************************************************* -End of Mathematica Notebook file. -*******************************************************************) - diff -Nru cddlib-094h/examples-ml/cddml-notebook.nb cddlib-094j/examples-ml/cddml-notebook.nb --- cddlib-094h/examples-ml/cddml-notebook.nb 2002-12-17 14:42:17.000000000 +0000 +++ cddlib-094j/examples-ml/cddml-notebook.nb 1970-01-01 00:00:00.000000000 +0000 @@ -1,663 +0,0 @@ -(************** Content-type: application/mathematica ************** - - Mathematica-Compatible Notebook - -This notebook can be used with any Mathematica-compatible -application, such as Mathematica, MathReader or Publicon. The data -for the notebook starts with the line containing stars above. - -To get the notebook into a Mathematica-compatible application, do -one of the following: - -* Save the data starting with the line of stars above into a file - with a name ending in .nb, then open the file inside the - application; - -* Copy the data starting with the line of stars above to the - clipboard, then use the Paste menu command inside the application. - -Data for notebooks contains only printable 7-bit ASCII and can be -sent directly in email or through ftp in text mode. Newlines can be -CR, LF or CRLF (Unix, Macintosh or MS-DOS style). - -NOTE: If you modify the data for this notebook not in a Mathematica- -compatible application, you must delete the line below containing -the word CacheID, otherwise Mathematica-compatible applications may -try to use invalid cache data. - -For more information on notebooks and Mathematica-compatible -applications, contact Wolfram Research: - web: http://www.wolfram.com - email: info@wolfram.com - phone: +1-217-398-0700 (U.S.) - -Notebook reader applications are available free of charge from -Wolfram Research. -*******************************************************************) - -(*CacheID: 232*) - - -(*NotebookFileLineBreakTest -NotebookFileLineBreakTest*) -(*NotebookOptionsPosition[ 14720, 468]*) -(*NotebookOutlinePosition[ 16078, 512]*) -(* CellTagsIndexPosition[ 15906, 504]*) -(*WindowFrame->Normal*) - - - -Notebook[{ -Cell[TextData[{ - StyleBox["cddmathlink", - FontColor->RGBColor[0.0557107, 0.137819, 0.517113]], - "\nConvex Hull and Vertex Enumeration by ", - StyleBox["MathLink", - FontSlant->"Italic", - FontColor->RGBColor[0.0146487, 0.461387, 0.0967727]], - " to ", - StyleBox["cddlib", - FontColor->RGBColor[0.517113, 0.0273594, 0.0273594]], - "\nby Komei Fukuda\nApril 17, 2001" -}], "Title", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Connecting cddmathlink", "Subsection", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell[TextData[{ - "You just put the compiled cddmathlink for your computer in some directory. \ - In this example, the name of the directory is ", - StyleBox["\"~/Math\".", - FontFamily->"Courier", - FontWeight->"Bold"] -}], "Text", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["Off[General::spell1]; Off[General::spell];", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -cddml= -Install[\"~/Math/cddmathlink\"]\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(LinkObject["/Users/fukuda/Math/cddmathlink", 9, 8]\)], "Output"] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Generating All Vertices ", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["?AllVertices", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("AllVertices[m,d+1,A] generates all extreme points (vertices) and \ -extreme rays of the convex polyhedron in R^(d+1) given as the solution set to \ -an inequality system A x >= 0 where A is an m*(d+1) matrix and \ -x=(1,x1,...,xd). The output is {{extlist, linearity}, ecdlist} where extlist \ -is the extreme point list and ecdlist is the incidence list. Each vertex \ -(ray) has the first component 1 (0). If the convex polyhedron is nonempty \ -and has no vertices, extlist is a (nonunique) set of generators of the \ -polyhedron where those generators in the linearity list are considered as \ -linearity space (of points satisfying A (0, x1, x2, ...., xd) = 0) \ -generators."\)], "Print", - CellTags->"Info3249106863-2654627"], - -Cell["\<\ -Let's try this function with a 3-dimenstional cube defined by 6 \ -inequalities (facets); -x1 >= 0, x2 >=0, x3 >= 0, 1 - x1 >= 0, 1 - x2 >= 0 and 1 - x3 >= 0. We \ -write these six inequalities as A x >= 0 and x=(1, x1, x2, x3).\ -\>", \ -"Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -MatrixForm[a={{0,1,0,0},{0,0,1,0},{0,0,0,1}, -\t{1,-1,0,0},{1,0,-1,0},{1,0,0,-1}}]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - TagBox[ - RowBox[{"(", "\[NoBreak]", GridBox[{ - {"0", "1", "0", "0"}, - {"0", "0", "1", "0"}, - {"0", "0", "0", "1"}, - {"1", \(-1\), "0", "0"}, - {"1", "0", \(-1\), "0"}, - {"1", "0", "0", \(-1\)} - }], "\[NoBreak]", ")"}], - Function[ BoxForm`e$, - MatrixForm[ BoxForm`e$]]]], "Output"], - -Cell[CellGroupData[{ - -Cell["{m,d1}=Dimensions[a]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({6, 4}\)], "Output"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["\<\ -{{vertices, linearity}, \ -incidences}=AllVertices[m,d1,Flatten[a]]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{{{1.`, 1.`, 1.`, 0.`}, {1.`, 0.`, 1.`, 0.`}, {1.`, 0.`, 0.`, - 0.`}, {1.`, 1.`, 0.`, 0.`}, {1.`, 0.`, 0.`, 1.`}, {1.`, 1.`, 0.`, - 1.`}, {1.`, 0.`, 1.`, 1.`}, {1.`, 1.`, 1.`, 1.`}}, {}}, {{3, 4, - 5}, {1, 3, 5}, {1, 2, 3}, {2, 3, 4}, {1, 2, 6}, {2, 4, 6}, {1, 5, - 6}, {4, 5, 6}}}\)], "Output"] -}, Open ]] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Generating the Graph Structure", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["?AllVerticesWithAdjacency", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("AllVerticesWithAdjacency[m,d+1,A] generates all extreme points \ -(vertices) and extreme rays of the convex polyhedron in R^(d+1) given as the \ -solution set to an inequality system A x >= 0 where A is an m*(d+1) matrix \ - and x=(1,x1,...,xd). The output is {{extlist, linearity}, ecdlist, eadlist, \ -icdlist, iadlist} where extlist, ecdlist, eadlist are the extreme point list, \ -the incidence list, the adjacency list (of extreme points and rays), and \ -icdlist, iadlist are the incidence list, the adjacency list (of \ -inequalities). Each vertex (ray) has the first component 1 (0). If the \ -convex polyhedron is nonempty and has no vertices, extlist is a (nonunique) \ -set of generators of the polyhedron where those generators in the linearity \ -list are considered as linearity space (of points satisfying A (0, x1, x2, \ -...., xd) = 0) generators."\)], "Print", - CellTags->"Info3249106869-2272285"], - -Cell[CellGroupData[{ - -Cell["\<\ -{{vertices,linearity},ecd,ead,icd,iad}= -\tAllVerticesWithAdjacency[m,d1,Flatten[a]]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{{{1.`, 1.`, 1.`, 0.`}, {1.`, 0.`, 1.`, 0.`}, {1.`, 0.`, 0.`, - 0.`}, {1.`, 1.`, 0.`, 0.`}, {1.`, 0.`, 0.`, 1.`}, {1.`, 1.`, 0.`, - 1.`}, {1.`, 0.`, 1.`, 1.`}, {1.`, 1.`, 1.`, 1.`}}, {}}, {{3, 4, - 5}, {1, 3, 5}, {1, 2, 3}, {2, 3, 4}, {1, 2, 6}, {2, 4, 6}, {1, 5, - 6}, {4, 5, 6}}, {{2, 4, 8}, {1, 3, 7}, {2, 4, 5}, {1, 3, 6}, {3, 6, - 7}, {4, 5, 8}, {2, 5, 8}, {1, 6, 7}}, {{2, 3, 5, 7}, {3, 4, 5, - 6}, {1, 2, 3, 4}, {1, 4, 6, 8}, {1, 2, 7, 8}, {5, 6, 7, - 8}, {}}, {{2, 3, 5, 6}, {1, 3, 4, 6}, {1, 2, 4, 5}, {2, 3, 5, - 6}, {1, 3, 4, 6}, {1, 2, 4, 5}, {}}}\)], "Output"] -}, Open ]] -}, Open ]], - -Cell[TextData[{ - "The graph structure is output as the adjacency list ", - StyleBox["ead. ", - FontFamily->"Courier", - FontWeight->"Bold"], - "For example, the first list {2, 4 ,8} represents the neighbour vertices of \ -the first vertex 1. The adjacency of input is given by\nthe list ", - StyleBox["iad.", - FontFamily->"Courier", - FontWeight->"Bold"] -}], "Text", - ImageRegion->{{0, 1}, {0, 1}}] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Convex Hull (Facet Generation)", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["?AllFacets", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("AllFacets[n,d+1,G] generates all facet inequalities of the convex \ -polyhedron in R^(d+1) generated by points and rays given in the rows of an \ -n*(d+1) matrix G. Each point (ray) must have 1 (0) in the first coordinate. \ -The output is {{faclist, equalities}, icdlist} where faclist is the facet \ -list and icdlist is the incidence list. If the convex polyhedron is not \ -full-dimensional, extlist is a (nonunique) set of inequalities of the \ -polyhedron where those inequalities in the equalities list are considered as \ -equalities."\)], "Print", - CellTags->"Info3249106877-5554290"], - -Cell["\<\ -We have computed all the vertices of a 3-cube. Let's try the \ -reverse operation. First check the size of the list of vertics. It should \ -reconstruct the facets we have started with.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["{n, d1}=Dimensions[vertices]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({8, 4}\)], "Output"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["\<\ - -{{facets,equalities}, fincidences}= AllFacets[n,d1,Flatten[vertices]]\ -\>", \ -"Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{{{0.`, 0.`, 0.`, 1.`}, {0.`, 1.`, 0.`, 0.`}, {0.`, 0.`, 1.`, - 0.`}, {1.`, 0.`, 0.`, \(-1.`\)}, {1.`, 0.`, \(-1.`\), - 0.`}, {1.`, \(-1.`\), 0.`, 0.`}}, {}}, {{1, 2, 3, 4}, {2, 3, 5, - 7}, {3, 4, 5, 6}, {5, 6, 7, 8}, {1, 2, 7, 8}, {1, 4, 6, - 8}}}\)], "Output"] -}, Open ]], - -Cell[TextData[{ - "We can compute how the facets are connected by using ", - StyleBox["AllFacetsWithAdjacency", - FontWeight->"Bold"], - " function." -}], "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ - -{{facets,equalities}, icd,iad, ecd,ead}= -\tAllFacetsWithAdjacency[n,d1,Flatten[vertices]]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{{{0.`, 0.`, 0.`, 1.`}, {0.`, 1.`, 0.`, 0.`}, {0.`, 0.`, 1.`, - 0.`}, {1.`, 0.`, 0.`, \(-1.`\)}, {1.`, 0.`, \(-1.`\), - 0.`}, {1.`, \(-1.`\), 0.`, 0.`}}, {}}, {{1, 2, 3, 4}, {2, 3, 5, - 7}, {3, 4, 5, 6}, {5, 6, 7, 8}, {1, 2, 7, 8}, {1, 4, 6, 8}}, {{2, - 3, 5, 6}, {1, 3, 4, 5}, {1, 2, 4, 6}, {2, 3, 5, 6}, {1, 2, 4, - 6}, {1, 3, 4, 5}}, {{1, 5, 6}, {1, 2, 5}, {1, 2, 3}, {1, 3, 6}, {2, - 3, 4}, {3, 4, 6}, {2, 4, 5}, {4, 5, 6}}, {{2, 4, 8}, {1, 3, 7}, {2, - 4, 5}, {1, 3, 6}, {3, 6, 7}, {4, 5, 8}, {2, 5, 8}, {1, 6, - 7}}}\)], "Output"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["\<\ -If you want to compute an inequality description of the \ -one-dimensional cone in R^3 with a vertex at origin and containing the \ -direction (1,1,1), you must set up the input (generator) data as:\ -\>", "Text",\ - - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["coneGenerators={{1,0,0,0},{0,1,1,1}}", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{1, 0, 0, 0}, {0, 1, 1, 1}}\)], "Output"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["\<\ -{{cfacets,cequalities}, cfincidences}= -\tAllFacets[2,4,Flatten[coneGenerators]]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{{{1.`, 0.`, 0.`, 0.`}, {0.`, 1.`, 0.`, 0.`}, {0.`, \(-1.`\), 1.`, - 0.`}, {0.`, \(-1.`\), 0.`, 1.`}}, {3, 4}}, {{2}, {1}, {1, 2}, {1, - 2}}}\)], "Output"] -}, Open ]], - -Cell["\<\ -Since the equalities list contains 3 and 4, of the four output \ -inequalities , the third and the forth must be considered as equalities. It \ -is important to note that this cone can have infinitely many different \ -minimal inequality descriptions, since it is not full-dimensional.\ -\>", \ -"Text", - ImageRegion->{{0, 1}, {0, 1}}] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["A Larger Example (Random 0/1 Polytopes)", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -Let's compute the convex hull of 0/1 points in R^d. First generate \ -0/1 points. Below each point with the first component 0 is considered as a \ -direction that must be included in the convex hull.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}, - FontSize->13], - -Cell["n=30; d1=8;", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -points=Table[Prepend[Table[Random[Integer,{0,1}],{d1-1}],0],{n}]\ -\>\ -", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{0, 0, 1, 1, 0, 1, 1, 1}, {0, 1, 0, 0, 1, 1, 0, 0}, {0, 1, 0, 1, 0, 0, - 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1}, {0, 0, 1, 1, 0, 1, 1, 1}, {0, 1, 0, - 1, 0, 1, 1, 1}, {0, 0, 1, 1, 0, 0, 0, 0}, {0, 1, 0, 0, 1, 1, 0, - 1}, {0, 0, 0, 0, 1, 0, 1, 1}, {0, 0, 1, 0, 0, 0, 1, 1}, {0, 0, 1, 0, - 0, 0, 1, 0}, {0, 0, 0, 0, 1, 0, 1, 0}, {0, 0, 0, 0, 0, 1, 0, 0}, {0, - 0, 0, 0, 1, 0, 0, 0}, {0, 1, 0, 0, 1, 1, 0, 1}, {0, 0, 0, 1, 1, 1, 0, - 0}, {0, 0, 1, 1, 1, 0, 0, 1}, {0, 1, 1, 0, 0, 1, 1, 0}, {0, 0, 1, 1, - 0, 0, 0, 1}, {0, 1, 0, 1, 1, 0, 1, 0}, {0, 1, 1, 1, 0, 1, 0, 1}, {0, - 1, 1, 1, 1, 0, 1, 1}, {0, 0, 0, 0, 1, 0, 0, 1}, {0, 1, 1, 0, 0, 0, 1, - 1}, {0, 0, 1, 0, 1, 1, 0, 1}, {0, 1, 0, 0, 0, 1, 1, 1}, {0, 1, 0, 0, - 0, 1, 1, 1}, {0, 0, 0, 1, 0, 0, 0, 1}, {0, 0, 1, 0, 1, 1, 0, 0}, {0, - 0, 0, 0, 1, 0, 1, 1}}\)], "Output"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Dimensions[points]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({30, 8}\)], "Output"] -}, Open ]], - -Cell["\<\ - -{CPUtime, {{facets,equalities}, inc}}= -\tTiming[AllFacets[n,d1,Flatten[points]]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["{CPUtime,Length[facets]}", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({0.`\ Second, 33}\)], "Output"] -}, Open ]], - -Cell["\<\ -Usually facets of 0/1 polytopes are very pretty and their \ -coefficients are small integers.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Take[facets,5]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{0.`, 0.`, 0.`, 1.`, 0.`, 0.`, 0.`, 0.`}, {0.`, \(-1.`\), 0.`, 1.`, - 0.`, 1.`, 0.`, 1.`}, {0.`, \(-1.`\), \(-1.`\), 1.`, 0.`, 1.`, 1.`, - 1.`}, {0.`, 0.`, 0.`, 0.`, 0.`, 0.`, 0.`, 1.`}, {0.`, 0.`, 1.`, 0.`, - 1.`, 0.`, \(-1.`\), 1.`}}\)], "Output"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Disconnecting cddmathlink", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Uninstall[cddml]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("/Users/fukuda/Math/cddmathlink"\)], "Output"] -}, Open ]] -}, Closed]] -}, -FrontEndVersion->"4.1 for Macintosh", -ScreenRectangle->{{0, 1152}, {0, 746}}, -AutoGeneratedPackage->None, -WindowToolbars->{}, -CellGrouping->Manual, -WindowSize->{583, 634}, -WindowMargins->{{17, Automatic}, {Automatic, 41}}, -PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, -ShowCellLabel->True, -ShowCellTags->False, -RenderingOptions->{"ObjectDithering"->True, -"RasterDithering"->False} -] - -(******************************************************************* -Cached data follows. If you edit this Notebook file directly, not -using Mathematica, you must remove the line containing CacheID at -the top of the file. The cache data will then be recreated when -you save this file from within Mathematica. -*******************************************************************) - -(*CellTagsOutline -CellTagsIndex->{ - "Info3249106863-2654627"->{ - Cell[3168, 111, 753, 11, 183, "Print", - CellTags->"Info3249106863-2654627"]}, - "Info3249106869-2272285"->{ - Cell[5701, 192, 930, 13, 231, "Print", - CellTags->"Info3249106869-2272285"]}, - "Info3249106877-5554290"->{ - Cell[8119, 252, 613, 9, 151, "Print", - CellTags->"Info3249106877-5554290"]} - } -*) - -(*CellTagsIndex -CellTagsIndex->{ - {"Info3249106863-2654627", 15561, 491}, - {"Info3249106869-2272285", 15678, 494}, - {"Info3249106877-5554290", 15795, 497} - } -*) - -(*NotebookFileOutline -Notebook[{ -Cell[1705, 50, 423, 12, 348, "Title"], - -Cell[CellGroupData[{ -Cell[2153, 66, 106, 2, 46, "Subsection", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[2284, 72, 295, 8, 50, "Text", - InitializationCell->True], -Cell[2582, 82, 120, 2, 27, "Input", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[2727, 88, 124, 5, 42, "Input", - InitializationCell->True], -Cell[2854, 95, 84, 1, 27, "Output"] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[2999, 103, 79, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[3103, 108, 62, 1, 27, "Input"], -Cell[3168, 111, 753, 11, 183, "Print", - CellTags->"Info3249106863-2654627"], -Cell[3924, 124, 299, 7, 68, "Text"], - -Cell[CellGroupData[{ -Cell[4248, 135, 139, 4, 42, "Input"], -Cell[4390, 141, 392, 11, 117, "Output"], - -Cell[CellGroupData[{ -Cell[4807, 156, 70, 1, 27, "Input"], -Cell[4880, 159, 40, 1, 27, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[4957, 165, 124, 4, 42, "Input"], -Cell[5084, 171, 356, 5, 91, "Output"] -}, Open ]] -}, Open ]] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[5513, 184, 85, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[5623, 189, 75, 1, 27, "Input"], -Cell[5701, 192, 930, 13, 231, "Print", - CellTags->"Info3249106869-2272285"], - -Cell[CellGroupData[{ -Cell[6656, 209, 141, 4, 42, "Input"], -Cell[6800, 215, 670, 9, 155, "Output"] -}, Open ]] -}, Open ]], -Cell[7497, 228, 412, 11, 68, "Text"] -}, Closed]], - -Cell[CellGroupData[{ -Cell[7946, 244, 85, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[8056, 249, 60, 1, 27, "Input"], -Cell[8119, 252, 613, 9, 151, "Print", - CellTags->"Info3249106877-5554290"], -Cell[8735, 263, 244, 5, 50, "Text"], - -Cell[CellGroupData[{ -Cell[9004, 272, 78, 1, 27, "Input"], -Cell[9085, 275, 40, 1, 27, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[9162, 281, 130, 5, 57, "Input"], -Cell[9295, 288, 323, 5, 75, "Output"] -}, Open ]], -Cell[9633, 296, 196, 6, 32, "Text"], - -Cell[CellGroupData[{ -Cell[9854, 306, 149, 5, 57, "Input"], -Cell[10006, 313, 633, 9, 139, "Output"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ -Cell[10688, 328, 255, 6, 50, "Text"], - -Cell[CellGroupData[{ -Cell[10968, 338, 86, 1, 27, "Input"], -Cell[11057, 341, 62, 1, 27, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[11156, 347, 138, 4, 42, "Input"], -Cell[11297, 353, 196, 3, 43, "Output"] -}, Open ]], -Cell[11508, 359, 342, 7, 68, "Text"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[11899, 372, 94, 1, 30, "Subsection"], -Cell[11996, 375, 272, 6, 48, "Text"], -Cell[12271, 383, 61, 1, 27, "Input"], - -Cell[CellGroupData[{ -Cell[12357, 388, 124, 4, 42, "Input"], -Cell[12484, 394, 913, 12, 171, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[13434, 411, 68, 1, 27, "Input"], -Cell[13505, 414, 41, 1, 27, "Output"] -}, Open ]], -Cell[13561, 418, 141, 5, 57, "Input"], - -Cell[CellGroupData[{ -Cell[13727, 427, 74, 1, 27, "Input"], -Cell[13804, 430, 51, 1, 27, "Output"] -}, Open ]], -Cell[13870, 434, 149, 4, 32, "Text"], - -Cell[CellGroupData[{ -Cell[14044, 442, 64, 1, 27, "Input"], -Cell[14111, 445, 291, 4, 59, "Output"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[14451, 455, 81, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[14557, 460, 66, 1, 27, "Input"], -Cell[14626, 463, 66, 1, 27, "Output"] -}, Open ]] -}, Closed]] -} -] -*) - - - -(******************************************************************* -End of Mathematica Notebook file. -*******************************************************************) - diff -Nru cddlib-094h/examples-ml/cddml-PolytopeSkeleton.nb cddlib-094j/examples-ml/cddml-PolytopeSkeleton.nb --- cddlib-094h/examples-ml/cddml-PolytopeSkeleton.nb 2002-12-17 14:29:24.000000000 +0000 +++ cddlib-094j/examples-ml/cddml-PolytopeSkeleton.nb 1970-01-01 00:00:00.000000000 +0000 @@ -1,18567 +0,0 @@ -(************** Content-type: application/mathematica ************** - - Mathematica-Compatible Notebook - -This notebook can be used with any Mathematica-compatible -application, such as Mathematica, MathReader or Publicon. The data -for the notebook starts with the line containing stars above. - -To get the notebook into a Mathematica-compatible application, do -one of the following: - -* Save the data starting with the line of stars above into a file - with a name ending in .nb, then open the file inside the - application; - -* Copy the data starting with the line of stars above to the - clipboard, then use the Paste menu command inside the application. - -Data for notebooks contains only printable 7-bit ASCII and can be -sent directly in email or through ftp in text mode. Newlines can be -CR, LF or CRLF (Unix, Macintosh or MS-DOS style). - -NOTE: If you modify the data for this notebook not in a Mathematica- -compatible application, you must delete the line below containing -the word CacheID, otherwise Mathematica-compatible applications may -try to use invalid cache data. - -For more information on notebooks and Mathematica-compatible -applications, contact Wolfram Research: - web: http://www.wolfram.com - email: info@wolfram.com - phone: +1-217-398-0700 (U.S.) - -Notebook reader applications are available free of charge from -Wolfram Research. -*******************************************************************) - -(*CacheID: 232*) - - -(*NotebookFileLineBreakTest -NotebookFileLineBreakTest*) -(*NotebookOptionsPosition[ 896774, 18330]*) -(*NotebookOutlinePosition[ 897652, 18360]*) -(* CellTagsIndexPosition[ 897608, 18356]*) -(*WindowFrame->Normal*) - - - -Notebook[{ -Cell["\<\ -PolytopeSkeleton.m -Visualizing Convex Polytope Skeletons (with cddmathlink)\ -\>", "Title", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[TextData[StyleBox["Komei Fukuda, fukuda@ifor.math.ethz.ch\nSwiss Federal \ -Institute of Technology, Lausanne and Zurich\nDecember 17, 2002", - FontSize->17, - FontSlant->"Italic"]], "Subtitle", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Preparation (reading Packages)", "Section", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["Off[General::spell1]; Off[General::spell]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["$Path = Append[$Path,\"~/Math\"]; ", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[TextData[{ - "We use an extra graphics package available from ", - StyleBox["MathSource", - FontSlant->"Italic"], - ". It is called View3D which is a part of ExtendGraphics package wrtten \ -by Tom Wickham-Jones . The package is available at ", - StyleBox["http://www.mathsource.com/", - FontFamily->"Courier", - FontWeight->"Bold"], - ". If you install it in a directory which in not in the $Path, you need to \ -append the directory to $Path." -}], "Text", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["$Path", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({"/Users/fukuda/Library/Mathematica/4.1/Kernel", - "/Users/fukuda/Library/Mathematica/4.1/AddOns/Autoload", - "/Users/fukuda/Library/Mathematica/4.1/AddOns/Applications", - "/Library/Mathematica/Kernel/", "/Library/Mathematica/Autoload/", - "/Library/Mathematica/Applications/", "/Library/Mathematica/", ".", - "/Users/fukuda", - "/Applications/LocalApps/Mathematica 4.1.app/AddOns/StandardPackages", - "/Applications/LocalApps/Mathematica \ -4.1.app/AddOns/StandardPackages/StartUp", - "/Applications/LocalApps/Mathematica 4.1.app/AddOns/Autoload", - "/Applications/LocalApps/Mathematica 4.1.app/AddOns/Applications", - "/Applications/LocalApps/Mathematica 4.1.app/AddOns/ExtraPackages", - "/Applications/LocalApps/Mathematica \ -4.1.app/SystemFiles/Graphics/Packages", - "/Applications/LocalApps/Mathematica 4.1.app/Configuration/Kernel", - "~/Math", "~/Math", "~/Math"}\)], "Output"] -}, Open ]], - -Cell["Needs[\"ExtendGraphics`View3D`\"];", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[TextData[{ - "cddmathlink is a ", - StyleBox["MathLink", - FontSlant->"Italic"], - " version of libcdd for doing the vertex enumeration and the facet \ -enumeration of a convex polyhedron. cddlib-080.tar.gz is available from \ -Fukuda's Homepage: http:///www.ifor.math.ethz.ch/staff/fukuda/fukuda.html \ -. Look for \"cdd Homepage\"." -}], "Text", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["cddml=Install[\"~/Math/cddmathlink\"]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(LinkObject["/Users/fukuda/Math/cddmathlink", 4, 3]\)], "Output"] -}, Open ]], - -Cell[TextData[{ - "The following packages come with libcdd package and should be installed in \ -your favorite directory. Here I assume it is in \"~/Math\" directory. They \ -are separately available from Fukuda's Homepage: \ -http:///www.ifor.math.ethz.ch/staff/fukuda/fukuda.html . Look for ", - StyleBox["Mathematica", - FontSlant->"Italic"], - " Projects." -}], "Text", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["<< PolytopeSkeleton.m", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["<< IOPolyhedra.m", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(Syntax::"com" \(\(:\)\(\ \)\) - "Warning: comma encountered with no adjacent expression; the expression \ -will be treated as Null. \!\(\" (line 49 of \\\"IOPolyhedra.m\\\")\"\)"\)], \ -"Message"] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["<< UnfoldPolytope.m", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \(Syntax::"com" \(\(:\)\(\ \)\) - "Warning: comma encountered with no adjacent expression; the expression \ -will be treated as Null. \!\(\" (line 90 of \ -\\\"UnfoldPolytope.m\\\")\"\)"\)], "Message"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Compute theVertices of a Polytope by using cddmathlink", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["FileNames[\"*\",\"~/Math/ine_3d\"]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({"~/Math/ine_3d/cube3a.ine", "~/Math/ine_3d/cube3b.ine", - "~/Math/ine_3d/cube3.ine", "~/Math/ine_3d/cubocta.ine", - "~/Math/ine_3d/cuboctaT.ine", "~/Math/ine_3d/denault1.ine", - "~/Math/ine_3d/dodeca.ine", "~/Math/ine_3d/dodecaT.ine", - "~/Math/ine_3d/grcubocta.ine", "~/Math/ine_3d/grcuboctaT.ine", - "~/Math/ine_3d/hexocta.ine", "~/Math/ine_3d/hexoctaT.ine", - "~/Math/ine_3d/icododeca.ine", "~/Math/ine_3d/icododecaT.ine", - "~/Math/ine_3d/icosaT.ine", "~/Math/ine_3d/rcubocta.ine", - "~/Math/ine_3d/rcuboctaT.ine", "~/Math/ine_3d/rhomtria.ine", - "~/Math/ine_3d/rhomtriaT.ine", "~/Math/ine_3d/scube3.ine", - "~/Math/ine_3d/zono3_10.ine"}\)], "Output"] -}, Open ]], - -Cell["\<\ -The file test.ine is the main output file of cdd+, which gives the \ -inequality (facet) representation of the polytope.\ -\>", "Text", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -MatrixForm[inedata= -\tReadPolyhedraData[\"~/Math/ine_3d/hexocta.ine\"]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - InterpretationBox[\("m="\[InvisibleSpace]48\[InvisibleSpace]", n="\ -\[InvisibleSpace]4\[InvisibleSpace]" type="\[InvisibleSpace]"integer"\), - SequenceForm[ "m=", 48, ", n=", 4, " type=", "integer"], - Editable->False]], "Print"] -}, Open ]], - -Cell["\<\ -amat=-Transpose[Drop[Transpose[inedata],1]]; -bvec=Transpose[inedata][[1]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["{m,d}=Dimensions[inedata]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({48, 4}\)], "Output"] -}, Open ]], - -Cell["\<\ -{{extlist,linearity},ecdlist,eadlist,icdlist,iadlist}= -\tAllVerticesWithAdjacency[m,d,Flatten[inedata]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["vlist = Map[Drop[#, 1]&, extlist]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{\(-0.5000000000000002`\), \(-0.5000000000000002`\), - 0.4999999999999997`}, {\(-0.5999999999999998`\), \ -\(-2.2204460492503246`*^-17\), - 0.6000000000000003`}, {\(-0.5000000000000001`\), 0.5`, - 0.4999999999999999`}, {\(-2.2204460492503072`*^-16\), \ -\(-1.1102230246251578`*^-16\), - 1.`}, {1.7763568394002483`*^-16, \(-0.6000000000000002`\), - 0.5999999999999998`}, {0.`, 0.6000000000000001`, - 0.6`}, {0.49999999999999967`, \(-0.5000000000000003`\), 0.5`}, {0.5`, - 0.5`, 0.5`}, {0.6`, 8.881784197001252`*^-17, 0.6`}, {1.`, 0.`, - 0.`}, {0.6`, 0.6`, 0.`}, {0.6000000000000001`, - 4.440892098500625`*^-17, \(-0.5999999999999999`\)}, {0.6`, \(-0.6`\), - 0.`}, {0.5`, - 0.5`, \(-0.5`\)}, {0.5000000000000002`, \(-0.4999999999999999`\), \ -\(-0.4999999999999999`\)}, {\(-8.881784197001252`*^-17\), - 0.6`, \(-0.6`\)}, {\(-8.881784197001258`*^-17\), \ -\(-0.5999999999999999`\), \(-0.6`\)}, {0.`, 1.`, - 0.`}, {5.181040781584065`*^-16, - 8.881784197001247`*^-17, \(-0.9999999999999997`\)}, \ -{7.401486830834381`*^-17, \(-1.`\), - 4.440892098500629`*^-17}, {\(-0.6000000000000001`\), - 0.6000000000000001`, - 2.2944609175586584`*^-17}, {\(-0.4999999999999999`\), - 0.5`, \(-0.5`\)}, {\(-0.6000000000000006`\), - 9.769962616701379`*^-17, \(-0.5999999999999991`\)}, \ -{\(-0.4999999999999999`\), \(-0.5`\), \(-0.5`\)}, {\(-0.6000000000000004`\), \ -\(-0.5999999999999995`\), 4.9589961766590355`*^-17}, {\(-1.`\), - 1.8503717077085943`*^-16, 4.5642502123478674`*^-17}}\)], "Output"] -}, Open ]], - -Cell["\<\ -invertpos[l_List, j_]:= -\tModule[{i,pos={}}, -\t\tDo[ -\t\t\tIf[Position[l[[i]],j]!={},AppendTo[pos,i]], -\t\t\t{i,1,Length[l]} -\t\t]; -\t\tpos -\t]; -dualizeIndices[ecd_List, ineLen_Integer]:= -\tMap[invertpos[ecd,#]&, Range[ineLen]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["icdlist=dualizeIndices[ecdlist, Length[inedata]]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \({{7, 9, 10}, {4, 8, 9}, {4, 7, 9}, {8, 9, 10}, {7, 13, 20}, {13, 15, - 20}, {7, 10, 13}, {10, 13, 15}, {16, 18, 22}, {16, 19, 22}, {14, 16, - 18}, {14, 16, 19}, {17, 19, 24}, {17, 20, 24}, {15, 17, 19}, {15, 17, - 20}, {1, 2, 26}, {2, 3, 4}, {2, 3, 26}, {1, 2, 4}, {1, 20, 25}, {1, - 25, 26}, {20, 24, 25}, {24, 25, 26}, {19, 23, 24}, {22, 23, 26}, {19, - 22, 23}, {23, 24, 26}, {18, 21, 22}, {3, 18, 21}, {21, 22, 26}, {3, - 21, 26}, {5, 7, 20}, {4, 5, 7}, {1, 5, 20}, {1, 4, 5}, {4, 6, 8}, {6, - 8, 18}, {3, 4, 6}, {3, 6, 18}, {10, 12, 14}, {12, 15, 19}, {12, 14, - 19}, {10, 12, 15}, {11, 14, 18}, {8, 11, 18}, {10, 11, 14}, {8, 10, - 11}}\)], "Output"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Drawing the Skeleton of a Polytope", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Defining 3D objects. ", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -skel3D[vp_]:= -\tGraphics3D[ -\t\tVisibleSkeleton[vlist, ecdlist, eadlist, - \t{amat, bvec}, vp] - ]; -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -facets=Map[(Part[vlist,#]) &, icdlist]; -facets1=OrderFacets[facets]; -solid3D:= Graphics3D[Polygon /@ facets1]; -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Draw a Polytope by Built-In Graphics", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -Do[ uvp=circle[a,5,2]; -\tShow[solid3D, -\t\tBoxed->False, - \t\tViewPoint -> getMmaViewPoint[uvp,skel3D[uvp]], - \t\tSphericalRegion->True - \t], - \t{a,Pi/11,Pi,Pi/18} - ]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.483333], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.65684 .64913 m .68009 .53652 L .56256 .57912 L closepath p .334 .121 .435 r -F P -0 g -s -.64695 .41988 m .68009 .53652 L .56256 .57912 L closepath p .434 .359 .673 r -F P -0 g -s -.42318 .44701 m .53835 .42212 L .56256 .57912 L closepath p .713 .619 .75 r -F P -0 g -s -.53835 .42212 m .56256 .57912 L .64695 .41988 L closepath p .561 .511 .757 r -F P -0 g -s -.40674 .56343 m .42318 .44701 L .56256 .57912 L closepath p .774 .613 .68 r -F P -0 g -s -.41824 .66762 m .40674 .56343 L .56256 .57912 L closepath p .765 .483 .507 r -F P -0 g -s -.54135 .68857 m .65684 .64913 L .56256 .57912 L closepath p .417 .094 .308 r -F P -0 g -s -.54135 .68857 m .41824 .66762 L .56256 .57912 L closepath p .66 .311 .37 r -F P -0 g -s -.5 .27523 m .53835 .42212 L .42318 .44701 L closepath p .721 .705 .835 r -F P -0 g -s -.26321 .52582 m .40674 .56343 L .42318 .44701 L closepath p .861 .697 .677 r -F P -0 g -s -.36084 .38051 m .26321 .52582 L .42318 .44701 L closepath p .888 .809 .765 r -F P -0 g -s -.36084 .38051 m .5 .27523 L .42318 .44701 L closepath p .806 .811 .855 r -F P -0 g -s -.5 .27523 m .53835 .42212 L .64695 .41988 L closepath p .547 .593 .851 r -F P -0 g -s -.40674 .56343 m .26321 .52582 L .41824 .66762 L closepath p .863 .558 .47 r -F P -0 g -s -.76097 .47154 m .68009 .53652 L .64695 .41988 L closepath p .175 .194 .64 r -F P -0 g -s -.64718 .34153 m .5 .27523 L .64695 .41988 L closepath p .342 .523 .889 r -F P -0 g -s -.64718 .34153 m .76097 .47154 L .64695 .41988 L closepath p .061 .255 .748 r -F P -0 g -s -.5 .75807 m .34918 .66239 L .41824 .66762 L closepath p .626 .065 0 r -F P -0 g -s -.26321 .52582 m .34918 .66239 L .41824 .66762 L closepath p .862 .427 .174 r -F P -0 g -s -.54135 .68857 m .5 .75807 L .41824 .66762 L closepath p .566 .066 .028 r -F P -0 g -s -.26321 .52582 m .36084 .38051 L .33546 .34355 L closepath p .918 .978 .732 r -F P -0 g -s -.36084 .38051 m .33546 .34355 L .5 .27523 L closepath p .79 .986 .894 r -F P -0 g -s -.68009 .53652 m .65684 .64913 L .76097 .47154 L closepath p 0 0 .253 r -F P -0 g -s -.5 .27523 m .45357 .28826 L .33546 .34355 L closepath p .361 .819 .715 r -F P -0 g -s -.64718 .34153 m .59455 .30616 L .5 .27523 L closepath p 0 .362 .749 r -F P -0 g -s -.59455 .30616 m .45357 .28826 L .5 .27523 L closepath p .255 0 0 r -F P -0 g -s -.54135 .68857 m .5 .75807 L .65684 .64913 L closepath p .15 0 0 r -F P -0 g -s -.32295 .59653 m .34918 .66239 L .26321 .52582 L closepath p 0 0 .487 r -F P -0 g -s -.29275 .45797 m .33546 .34355 L .26321 .52582 L closepath p 0 0 0 r -F P -0 g -s -.29275 .45797 m .32295 .59653 L .26321 .52582 L closepath p 0 0 .455 r -F P -0 g -s -.76097 .47154 m .66028 .63762 L .65684 .64913 L closepath p .644 .823 .403 r -F P -0 g -s -.5 .75807 m .66028 .63762 L .65684 .64913 L closepath p .514 .877 .654 r -F P -0 g -s -.64718 .34153 m .59455 .30616 L .76097 .47154 L closepath p .671 .159 0 r -F P -0 g -s -.32295 .59653 m .34918 .66239 L .5 .75807 L closepath p .029 .388 .849 r -F P -0 g -s -.41264 .38951 m .45357 .28826 L .33546 .34355 L closepath p .168 0 .005 r -F P -0 g -s -.29275 .45797 m .41264 .38951 L .33546 .34355 L closepath p .057 0 .209 r -F P -0 g -s -.76097 .47154 m .62074 .41788 L .60215 .57046 L closepath p .912 .736 .65 r -F P -0 g -s -.76097 .47154 m .62074 .41788 L .59455 .30616 L closepath p .89 .508 .307 r -F P -0 g -s -.66028 .63762 m .76097 .47154 L .60215 .57046 L closepath p .937 .888 .758 r -F P -0 g -s -.45357 .28826 m .41264 .38951 L .59455 .30616 L closepath p .588 .142 .159 r -F P -0 g -s -.60215 .57046 m .66028 .63762 L .5 .75807 L closepath p .822 .894 .893 r -F P -0 g -s -.4491 .60337 m .5 .75807 L .32295 .59653 L closepath p .452 .58 .891 r -F P -0 g -s -.4491 .60337 m .60215 .57046 L .5 .75807 L closepath p .717 .749 .877 r -F P -0 g -s -.32295 .59653 m .29275 .45797 L .41264 .38951 L closepath p .28 .235 .628 r -F P -0 g -s -.59455 .30616 m .62074 .41788 L .41264 .38951 L closepath p .772 .428 .404 r -F P -0 g -s -.4491 .60337 m .41264 .38951 L .32295 .59653 L closepath p .493 .477 .768 r -F P -0 g -s -.60215 .57046 m .62074 .41788 L .41264 .38951 L closepath p .797 .625 .668 r -F P -0 g -s -.4491 .60337 m .60215 .57046 L .41264 .38951 L closepath p .715 .633 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg>2C_l000000_l0001^ooooo`00Joooool2o`0000h0:`0100?o -000009HT:02F92P08@2F92P2o`0000L0aFeW00Go00000>>2C_l00000ZbP0o`00001]ooooo`00JOoo -ool2o`000100:`0100?o000009HT:02F92P07`2F92P2o`0000T0aFeW00Go00000>>2CP3SPTko0000 -0:/X0002o`0006_ooooo001Wooooo`;o00004P0[00400ol00000UR@X09HT:00M09HT:0;o00002`35 -KFL01Ol00000hh9>0>>2CP3SPTko00000080ZbP00_l0001Yooooo`00IOooool2o`0001<0:`0100?o -000009HT:02F92P06`2F92P3o`0000d0aFeW00?o00000>>2CP3SPTh00P3SPTh01Ol00000ZbP00:/X -002[:03o000006Sooooo001Sooooo`;o00005@0[00400ol00000UR@X09HT:00I09HT:0;o00004035 -KFL00ol00000hh9>0>>2CP030>>2CP04o`00002[:000ZbP00:/X00;o0000I_ooool0067ooooo0_l0 -000F02/00@03o`00002F92P0UR@X01P0UR@X0_l0000C000<0hh9>00?o -00000:/X002[:0000P2[:0000ol0003oooooooooo`1Sooooo`00Goooool2o`0001P0:`0100?o0000 -09HT:02F92P05P2F92P2o`0001D0aFeW00?o00000>>2CP3SPTh0103SPTh00ol00000ZbP00:/X0002 -0:/X0003o`000?oooooooooo06;ooooo001Nooooo`;o00006@0[00400ol00000UR@X09HT:00C09HT -:0?o00005`35KFL00ol00000hh9>0>>2CP050>>2CP05o`00002[:000ZbP00:/X0?l00000I?ooool0 -05kooooo00?o000000h0=Ol000005`0[00400ol00000UR@X09HT:00B09HT:0;o00006P35KFL00ol0 -0000hh9>0>>2CP060>>2CP05o`00002[:000ZbP00:/X0?l00000Hoooool005gooooo00Co000000h0 -=@0>03D03P0e0_l0000E02/00@03o`00002F92P0UR@X0100UR@X0_l0000M000H0hh9>00Go00000:/X002[:000ZbP0o`00001Rooooo`00GOooool00ol000003P0e00h0=@03 -00h0=@;o00004P0[00400ol00000UR@X09HT:00>09HT:0?o00007`35KFL00ol00000hh9>0>>2CP07 -0>>2CP05o`00002[:000ZbP00:/X0?l00000HOooool005gooooo00?o000000h0=@0>03D01@0>03D0 -0ol00000:`0102/00@0?02/00@03o`00002F92P0UR@X00`0UR@X0_l0000R000P0hh9>00Go00000:/X002[:000ZbP0o`00001Pooooo`00G?ooool00ol000003P0e00h0=@07 -00h0=@;o00003`0[00400ol00000UR@X09HT:00:09HT:0;o00009035KFL00ol00000hh9>0>>2CP09 -0>>2CP05o`00002[:000ZbP00:/X0?l00000Goooool005cooooo00?o000000h0=@0>03D02@0>03D2 -o`0000`0:`0100?o000009HT:02F92P02@2F92P2o`0002L0aFeW00?o00000>>2CP3SPTh02@3SPTh0 -1Ol00000ZbP00:/X002[:03o000005kooooo001Kooooo`;o00003@0>03D00ol00000:`0102/00@09 -02/00@03o`00002F92P0UR@X00H0UR@X0ol0000Y000X0hh9>00Co0000 -0:/X002[:03o0000G_ooool005_ooooo00?o000000h0=@0>03D03@0>03D2o`0000P0:`0100?o0000 -09HT:02F92P01@2F92P2o`0002`0aFeW00?o00000>>2CP3SPTh02`3SPTh01?l00000ZbP00:/X0?l0 -001Mooooo`00F_ooool2o`0001403P0e00?o000002/00@0[00401@0[00400ol00000UR@X09HT:003 -09HT:0;o0000;P35KFL00ol00000hh9>0>>2CP0<0>>2CP04o`00002[:000ZbP0o`0005cooooo001J -ooooo`03o`00000>03D03P0e01403P0e0_l0000402/00@03o`00002F92P0UR@X0080UR@X0_l0000` -000d0hh9>00Co00000:/X002[:03o0000Foooool005[ooooo00?o0000 -00h0=@0>03D04`0>03D2o`000080:`0100?o000009HT:?l000000_l0000c000d0hh9>00Co00000:/X002[:03o0000F_ooool005Wooooo0_l0000G00h0=@04o`00000[007o -0000o`0003H0aFeW00?o00000>>2CP3SPTh03P3SPTh01?l00000ZbP00:/X0?l0001Iooooo`00FOoo -ool00ol000003P0e00h0=@0F00h0=@Ko0000=035KFL00ol00000hh9>0>>2CP0?0>>2CP04o`00002[ -:000ZbP0o`0005Sooooo001Hooooo`;o00005P0>03D2o`00000404LlX?l00000]j;3o`000080c9n[ -1ol0000]00100hh9>00Co00000:/X002[:03o0000Eoooool005Sooooo -0_l0000E00h0=@03o`000017?:00AcbP00;o00000P2gX/<00ol00000c9n[00>>2CP0@0>>2CP03o`00002[:03o000005Oooooo001Hooooo`03o`00000> -03D03P0e01803P0e0_l0000304LlX0;o00000`2gX/<00ol00000c9n[00>>2CP0A0>>2CP03o`00002[:03o000005Kooooo001Gooooo`;o00004P0>03D2 -o`0000@0AcbP00Co000007ija01nN/Co00000`2gX/<00ol00000c9n[00>>2CP0B0>>2CP03o`00002[:03o000005Gooooo001Gooooo`03o`00000>03D0 -3P0e00l03P0e0_l0000604LlX004o`00001nN/@0OW[4o`0000@0]j;300?o00000>2CP3SPTh04`3SPTh00ol00000ZbP0o`00001Dooooo`00E_ooool2 -o`0001003P0e00?o000004LlX017?:001P17?:001?l00000OW[407ija?l000050;NR``03o`00003< -Wj/0c9n[0200c9n[1ol00009001@0hh9>00?o00000:/X0?l00000Dooo -ool005Kooooo0_l0000>00h0=@;o00002017?:001Ol00000OW[407ija01nN/Co000000H0]j;300?o -00000>2CP3SPTh0503SPTh00ol00000ZbP0o`00 -001Booooo`00E_ooool00ol000003P0e00h0=@0;00h0=@;o00002P17?:001Ol00000OW[407ija01n -N/Co000000L0]j;300?o0000000?o00000:/X0?l00000DOoo -ool005Gooooo0_l0000;00h0=@;o00002`17?:000ol00000OW[407ija00307ija003o`00002gX/<0 -]j;300D0]j;300?o000000_l0001A -ooooo`00EOooool2o`0000X03P0e00?o000004LlX017?:002`17?:000ol00000OW[407ija00307ij -a003o`00002gX/<0]j;300H0]j;300?o00000VlYP020>Vl -YP?o00004P3SPTh2o`00053ooooo001Dooooo`;o00002@0>03D2o`0000d0AcbP00?o000007ija01n -N/@0101nN/@00ol00000]j;30;NR``070;NR``03o`00003VlYP3Y -_:H01@3Y_:H2o`000140hh9>0_l0001?ooooo`00E?ooool2o`0000L03P0e0_l0000?04LlX003o`00 -001nN/@0OW[400@0OW[400?o00000;NR``2gX/<0202gX/<00ol00000c9n[0>2CP;o0000C_ooool005?ooooo0_l0000700h0=@03o`000017 -?:00AcbP00l0AcbP00?o000007ija01nN/@0101nN/@00ol00000]j;30;NR``090;NR``03o`00003< -Wj/0c9n[02T0c9n[00?o00000>VlYP3Y_:H02`3Y_:H2o`0000h0hh9>0_l0001=ooooo`00Doooool2 -o`0000D03P0e0_l0000A04LlX003o`00001nN/@0OW[400D0OW[400?o00000;NR``2gX/<02P2gX/<0 -0ol00000c9n[0>2CP;o0000C?ooool0 -05?ooooo0_l0000300h0=@;o00004`17?:000ol00000OW[407ija00607ija003o`00002gX/<0]j;3 -00X0]j;300?o00000VlYP0@0>VlYP?o00002P3SPTh2o`00 -04_ooooo001Booooo`;o00000P0>03D2o`0001@0AcbP00?o000007ija01nN/@01`1nN/@00ol00000 -]j;30;NR``0;0;NR``03o`00003VlYP3Y_:H04`3Y_:H2o`0000T0 -hh9>0_l0001:ooooo`00D_ooool2o`00000300h0=Ol00000AcbP01D0AcbP00?o000007ija01nN/@0 -1`1nN/@00ol00000]j;30;NR``0<0;NR``;o00009P3VlYP0E0>VlYP?o0000 -1`3SPTh00ol0003oooooooooo`18ooooo`00DOooool01?l000000000o`000?l0000F04LlX003o`00 -001nN/@0OW[400P0OW[400?o00000;NR``2gX/<03P2gX/<00ol00000c9n[0>2CP03o`000?oooooooooo04Oooooo001Aooooo`;o00006017 -?:000ol00000OW[407ija00807ija003o`00002gX/<0]j;300l0]j;300?o00000VlYP0J0>VlYP?o0000103SPTh00ol0003oooooooooo`16ooooo`00DOooool2 -o`0001P0AcbP00?o000007ija01nN/@02@1nN/@00ol00000]j;30;NR``0?0;NR``03o`00003VlYP3Y_:H07@3Y_:H3o`000080hh9>00?o0000ooooooooool0AOooool0 -053ooooo0ol0000G04LlX003o`00001nN/@0OW[400X0OW[400?o00000;NR``2gX/<0402gX/<00ol0 -0000c9n[0VlYP3Y_:H08`3Y_:H3o`0004Go -oooo001?ooooo`;o00000P0007@00ol00000AcbP04LlX00C04LlX003o`00001nN/@0OW[400/0OW[4 -00?o00000;NR``2gX/<04P2gX/<00ol00000c9n[0Vl -YP0T0>VlYP03o`00003_hl;o000004Cooooo001?ooooo`05o`00000007@0001d0000M?l000005017 -?:000ol00000OW[407ija00<07ija003o`00002gX/<0]j;301@0]j;300?o00000VlYP0R0>VlYP;o000000<0kn?2o`000?ooool0A?ooool004kooooo0_l00003 -0000M003o`000017?:00AcbP0180AcbP00?o000007ija01nN/@03@1nN/@00ol00000]j;30;NR``0D -0;NR``03o`00003VlYP3Y_:H0803Y_:H2o`0000<0kn?200?o0000 -ooooooooool0@oooool004kooooo00?o00000000M00007@00`0007@00ol00000AcbP04LlX00A04Ll -X003o`00001nN/@0OW[400d0OW[400?o00000;NR``2gX/<05@2gX/<00ol00000c9n[0oS`P3_hl800P3_hl800ol0003oooooooooo`14oooo -o`00COooool2o`0000D0001d00?o000004LlX017?:004017?:000ol00000OW[407ija00>07ija003 -o`00002gX/<0]j;301H0]j;300?o00000VlYP0M0>VlYP;o -0000103_hl800ol0003oooooooooo`15ooooo`00COooool00ol00000001d0000M0040000M003o`00 -0017?:00AcbP0100AcbP00?o000007ija01nN/@03P1nN/@00ol00000]j;30;NR``0G0;NR``03o`00 -003VlYP3Y_:H0703Y_:H00ol00000kn?20>oS`P040>oS`P03o`00 -0?oooooooooo04Gooooo001oS`P03o`000?oooooooooo04Kooooo001oS`P3_hl801P3_hl80 -0ol0003oooooooooo`16ooooo`00C?ooool00ol00000001d0000M0060000M003o`000017?:00AcbP -00d0AcbP00?o000007ija01nN/@04@1nN/@00ol00000]j;30;NR``0I0;NR``03o`00003VlYP3Y_:H0603Y_:H2o`0000P0kn?200?o0000ooooooooool0Aoooool004_o -oooo0_l000080000M003o`000017?:00AcbP00d0AcbP00?o000007ija01nN/@04@1nN/@00ol00000 -]j;30;NR``0J0;NR``03o`00003VlYP3Y_:H05P3Y_:H2o`0000T0 -kn?200?o0000ooooooooool0B?ooool004_ooooo00?o00000000M00007@01`0007@00ol00000AcbP -04LlX00=04LlX003o`00001nN/@0OW[40140OW[400?o00000;NR``2gX/<06`2gX/<2o`000180c9n[ -00?o00000>VlYP3Y_:H05@3Y_:H00ol00000kn?20>oS`P090>oS`P03o`000?oooooooooo04Sooooo -001:ooooo`;o00002@0007@00ol00000AcbP04LlX00<04LlX003o`00001nN/@0OW[40180OW[400?o -00000;NR``2gX/<07@2gX/<00ol00000c9n[0oS`P03o`000?oooooooooo04Wooooo001:ooooo`03o`00000007@0001d00P0001d00?o0000 -04LlX017?:003017?:000ol00000OW[407ija00C07ija003o`00002gX/<0]j;301d0]j;300?o0000 -0VlYP0B0>VlYP03o`00003_hl80kn?200/0kn?200?o0000 -ooooooooool0BOooool004[ooooo00?o00000000M00007@02@0007@00ol00000AcbP04LlX00:04Ll -X003o`00001nN/@0OW[401@0OW[400?o00000;NR``2gX/<07P2gX/<00ol00000c9n[0oS`P03o`000?oooooooooo04[ooooo0019ooooo`03 -o`00000007@0001d00X0001d00?o000004LlX017?:002P17?:000ol00000OW[407ija00D07ija003 -o`00002gX/<0]j;301l0]j;300?o00000VlYP0?0>VlYP03 -o`00003_hl80kn?200`0kn?20_l0001VlYP3Y_:H03P3Y_:H2o`0000l0kn?200?o0000ooooooooool0 -Boooool004[ooooo00?o00000000M00007@02@0007@00ol00000AcbP04LlX00904LlX003o`00001n -N/@0OW[401D0OW[400?o00000;NR``2gX/<08@2gX/<00ol00000c9n[0oS`P03o`000?oooooooooo04cooooo001;ooooo`03o`00000007@0 -001d00P0001d00?o000004LlX017?:002@17?:000ol00000OW[407ija00E07ija003o`00002gX/<0 -]j;30280]j;300?o00000VlYP0;0>VlYP03o`00003_hl80 -kn?20100kn?200?o0000ooooooooool0C?ooool004_ooooo0_l0000:0000M003o`000017?:00AcbP -00L0AcbP00?o000007ija01nN/@05`1nN/@00ol00000]j;30;NR``0R0;NR``03o`00003VlYP3Y_:H02@3Y_:H2o`000180kn?200?o0000ooooooooool0COooool004co -oooo0_l000090000M003o`000017?:00AcbP00L0AcbP00?o000007ija01nN/@05`1nN/@00ol00000 -]j;30;NR``0S0;NR``03o`00003VlYP3Y_:H0203Y_:H00ol00000 -kn?20>oS`P0A0>oS`P;o0000Coooool004gooooo0_l000080000M003o`000017?:00AcbP00H0AcbP -00?o000007ija01nN/@0601nN/@00ol00000]j;30;NR``0T0;NR``03o`00003VlYP3Y_:H01P3Y_:H2o`0001@0kn?200?o0000ooooooooool0C_ooool004gooooo00?o -00000000O?l000001`0007@00ol00000AcbP04LlX00604LlX003o`00001nN/@0OW[401P0OW[400?o -00000;NR``2gX/<09@2gX/<00ol00000c9n[0oS`P3_hl804`3_hl82o`00053ooooo001>ooooo`;o00001`0007@00ol00000AcbP04LlX005 -04LlX003o`00001nN/@0OW[401T0OW[400?o00000;NR``2gX/<09P2gX/<00ol00000c9n[0oS`P03o`000?oooooooooo04oooooo001>oooo -o`03o`00000007co000000L0001d00?o000004LlX017?:001017?:000ol00000OW[407ija00J07ij -a003o`00002gX/<0]j;302H0]j;300?o00000VlYP3Y_:H2 -o`0001L0kn?200?o0000ooooooooool0D?ooool004oooooo00?o00000000O?l000001P0007@00ol0 -0000AcbP04LlX00404LlX003o`00001nN/@0OW[401X0OW[400?o00000;NR``2gX/<09`2gX/<01?l0 -0000c9n[0VlYP03o`00003_hl80kn?201H0kn?20_l0001Booooo`00D?ooool00ol0 -0000001lo`0000050000M003o`000017?:00AcbP00<0AcbP00?o000007ija01nN/@06`1nN/@00ol0 -0000]j;30;NR``0X0;NR``04o`00003VlYP;o00006@3_hl800ol0003oooooooooo`1A -ooooo`00D?ooool01?l00000001l0000O?l000040000M003o`000017?:00AcbP00<0AcbP00?o0000 -07ija01nN/@06`1nN/@00ol00000]j;30;NR``0Y0;NR``?o00006P3_hl82o`0005?ooooo001Aoooo -o`04o`00000007`0001lo`0000<0001d00?o000004LlX017?:000P17?:000ol00000OW[407ija00L -07ija003o`00002gX/<0]j;302P0]j;30ol0000K0>oS`P03o`000?oooooooooo05;ooooo001Boooo -o`03o`00000007co000000@0001d00Go000004LlX017?:00AcbPo`00000N07ija003o`00002gX/<0 -]j;302<0]j;31Ol000020;Noh003o`00003_hl80kn?201P0kn?200?o0000ooooooooool0Doooool0 -05;ooooo00Co00000000O00007co00000`0007@01?l00000AcbP04LlX?l0000P07ija003o`00002g -X/<0]j;301d0]j;31Ol000060;Noh003o`00003Bi>Co000001P0kn?20_l0001Eooooo`00Doooool0 -1?l00000001l0000O?l000020000M004o`000017?:00AcbPo`000200OW[400?o00000;NR``2gX/<0 -602gX/<5o`0000/0]koP00Co00000=;Ti03Bi>Co00005`3_hl800ol0003oooooooooo`1Dooooo`00 -E?ooool01_l00000001l0000O?l00000001do`000080AcbP00?o000007ija01nN/@07P1nN/@00ol0 -0000]j;30;NR``0C0;NR``Go00003`2g_n000ol00000d^CT0=;Ti0020=;Ti003o`00003_hl80kn?2 -01<0kn?20_l0001Fooooo`00E?ooool01?l00000001l0000O00007`2o`00000304LlX?l00000OW[4 -0200OW[400?o00000;NR``2gX/<03`2gX/<4o`0001@0]koP00?o00000=;Ti03Bi>@00`3Bi>@00ol0 -0000kn?20>oS`P0B0>oS`P03o`000?oooooooooo05Gooooo001Eooooo`04o`00000007`0001l0000 -O0?o00008@1nN/@00ol00000]j;30;NR``0:0;NR``Go00005`2g_n000ol00000d^CT0=;Ti0050=;T -i003o`00003_hl80kn?20100kn?20_l0001Gooooo`00E_ooool01?l00000001l0000O00007`:o`00 -01X0OW[400?o00000;NR``2gX/<0102gX/<5o`0001/0]koP00?o00000=;Ti03Bi>@01P3Bi>@00ol0 -0000kn?20>oS`P0?0>oS`P;o0000F?ooool005Kooooo00Oo00000000O00007`0001lo`000007HmWo -000000L0LiCT4_l0000807ija003o`00002gX/?o000000Co0000802g_n000ol00000d^CT0=;Ti007 -0=;Ti003o`00003_hl80kn?200h0kn?200?o0000ooooooooool0Eoooool005Oooooo00Oo00000000 -O00007`0001lo`000007HmWo000001P0LiCT2_l0000T0;Noh003o`00003Bi>@0d^CT00T0d^CT00?o -00000>oS`P3_hl80303_hl82o`0005Wooooo001Gooooo`05o`00000007`0001l0000O?l000000P07 -HmT00ol00000LiCT07>Di00M07>Di003o`00002g_n00]koP02<0]koP00?o00000=;Ti03Bi>@02P3B -i>@00ol00000kn?20>oS`P0;0>oS`P03o`000?oooooooooo05Sooooo001Hooooo`04o`00000007`0 -001lo`0000<01f?I00?o000007>Di01cU>@0701cU>@00ol00000]koP0;Noh00R0;Noh003o`00003B -i>@0d^CT00`0d^CT00?o00000>oS`P3_hl802@3_hl82o`0005[ooooo001Iooooo`04o`00000007`0 -001lo`0000<01f?I00?o000007>Di01cU>@0701cU>@00ol00000]koP0;Noh00Q0;Noh003o`00003B -i>@0d^CT00d0d^CT00?o00000>oS`P3_hl801`3_hl82o`0005_ooooo001Iooooo`04o`00000007`0 -001lo`0000@01f?I00?o000007>Di01cU>@06`1cU>@00ol00000]koP0;Noh00P0;Noh003o`00003B -i>@0d^CT00l0d^CT00?o00000>oS`P3_hl801P3_hl82o`0005_ooooo001Jooooo`04o`00000007`0 -001lo`0000@01f?I00?o000007>Di01cU>@06P1cU>@00ol00000]koP0;Noh00P0;Noh003o`00003B -i>@0d^CT00l0d^CT00?o00000>oS`P3_hl801@3_hl82o`0005cooooo001Kooooo`03o`00000007co -000000D01f?I00?o000007>Di01cU>@06P1cU>@00ol00000]koP0;Noh00N0;Noh003o`00003Bi>@0 -d^CT0140d^CT00?o00000>oS`P3_hl80103_hl800ol0003oooooooooo`1Kooooo`00Foooool01?l0 -0000001l0000O?l0000500MSf@03o`00001cU>@0LiCT01T0LiCT00?o00000;Noh02g_n007P2g_n00 -0ol00000d^CT0=;Ti00B0=;Ti003o`00003_hl80kn?20080kn?20_l0001Mooooo`00G?ooool00ol0 -0000001lo`00000600MSf@03o`00001cU>@0LiCT01P0LiCT00?o00000;Noh02g_n007@2g_n000ol0 -0000d^CT0=;Ti00D0=;Ti003o`00003_hl80kn?200;o0000G_ooool005gooooo0_l0000700MSf@;o -00006@1cU>@00ol00000]koP0;Noh00K0;Noh003o`00003Bi>@0d^CT01H0d^CT00Co00000>oS`_l0 -003o0000G_ooool005gooooo00?o00000000O?l000002007HmT00ol00000LiCT07>Di00F07>Di003 -o`00002g_n00]koP01/0]koP00?o00000=;Ti03Bi>@05P3Bi>@3o`0005oooooo001Nooooo`;o0000 -2@07HmT00ol00000LiCT07>Di00E07>Di003o`00002g_n00]koP01X0]koP00?o00000=;Ti03Bi>@0 -5P3Bi>@00ol00000Pn2Wo`00001Pooooo`00G_ooool00ol00000001lo`00000900MSf@03o`00001c -U>@0LiCT01D0LiCT00?o00000;Noh02g_n006@2g_n000ol00000d^CT0=;Ti00E0=;Ti004o`000023 -h:Oo0000o`00063ooooo001Oooooo`;o00002P07HmT00ol00000LiCT07>Di00D07>Di003o`00002g -_n00]koP01P0]koP00?o00000=;Ti03Bi>@0503Bi>@2o`00000308?PYol0003o0000067ooooo001P -ooooo`;o00002P07HmT00ol00000LiCT07>Di00C07>Di003o`00002g_n00]koP01P0]koP00?o0000 -0=;Ti03Bi>@04`3Bi>@01?l00000Pn2W08?PYol0001Sooooo`00H?ooool2o`0000/01f?I00?o0000 -07>Di01cU>@04`1cU>@00ol00000]koP0;Noh00F0;Noh003o`00003Bi>@0d^CT01<0d^CT00Co0000 -08?PYol0003o0000I?ooool0067ooooo00?o000000MSf@07HmT02P07HmT00ol00000LiCT07>Di00B -07>Di003o`00002g_n00]koP01H0]koP00?o00000=;Ti03Bi>@04@3Bi>@2o`00000308?PYol0003o -oooo06Gooooo001Rooooo`;o00002`07HmT00ol00000LiCT07>Di00A07>Di003o`00002g_n00]koP -01D0]koP00?o00000=;Ti03Bi>@04@3Bi>@01?l00000Pn2W08?PYol0001Wooooo`00I?ooool00ol0 -00001f?I00MSf@0900MSf@03o`00001cU>@0LiCT0140LiCT00?o00000;Noh02g_n004`2g_n000ol0 -0000d^CT0=;Ti00A0=;Ti004o`000023h:Oo0000o`0006Sooooo001Uooooo`;o00002P07HmT00ol0 -0000LiCT07>Di00@07>Di003o`00002g_n00]koP01<0]koP00?o00000=;Ti03Bi>@03`3Bi>@2o`00 -000308?PYol0003ooooo06Wooooo001Wooooo`03o`000007HmT01f?I00P01f?I00?o000007>Di01c -U>@03`1cU>@00ol00000]koP0;Noh00B0;Noh003o`00003Bi>@0d^CT00l0d^CT00Co000008?PYol0 -003o0000Joooool006Sooooo0_l0000900MSf@;o0000401cU>@00ol00000]koP0;Noh00A0;Noh003 -o`00003Bi>@0d^CT00h0d^CT00?o000008?PYol00000KOooool006[ooooo0_l0000900MSf@03o`00 -001cU>@0LiCT00d0LiCT00?o00000;Noh02g_n00402g_n000ol00000d^CT0=;Ti00=0=;Ti0;o0000 -00<0Pn2Wo`000?ooool0KOooool006cooooo00?o000000MSf@07HmT01`07HmT00ol00000LiCT07>D -i00<07>Di003o`00002g_n00]koP0100]koP00?o00000=;Ti03Bi>@0303Bi>@01?l00000Pn2Wo`00 -0?l0001_ooooo`00KOooool2o`0000P01f?I00?o000007>Di01cU>@02`1cU>@00ol00000]koP0;No -h00?0;Noh003o`00003Bi>@0d^CT00`0d^CT00?o000008?PYol00000LOooool006oooooo00?o0000 -00MSf@07HmT01P07HmT00ol00000LiCT07>Di00;07>Di003o`00002g_n00]koP00h0]koP00?o0000 -0=;Ti03Bi>@02P3Bi>@4o`0007;ooooo001`ooooo`;o00001`07HmT00ol00000LiCT07>Di00:07>D -i003o`00002g_n00]koP00d0]koP00?o00000=;Ti03Bi>@02P3Bi>@00ol00000Pn2Wo`00001doooo -o`00L_ooool00ol000001f?I00MSf@0500MSf@03o`00001cU>@0LiCT00T0LiCT00?o00000;Noh02g -_n003@2g_n000ol00000d^CT0=;Ti0090=;Ti0?o0000MOooool007?ooooo0_l0000600MSf@03o`00 -001cU>@0LiCT00T0LiCT00?o00000;Noh02g_n002`2g_n000ol00000d^CT0=;Ti0090=;Ti0;o0000 -Moooool007Gooooo00?o000000MSf@07HmT01007HmT00ol00000LiCT07>Di00807>Di003o`00002g -_n00]koP00X0]koP00?o00000=;Ti03Bi>@0203Bi>@3o`0007Sooooo001fooooo`;o00001@07HmT0 -0ol00000LiCT07>Di00707>Di003o`00002g_n00]koP00X0]koP00?o00000=;Ti03Bi>@01`3Bi>@3 -o`0007Wooooo001hooooo`;o00001007HmT00ol00000LiCT07>Di00707>Di003o`00002g_n00]koP -00P0]koP00?o00000=;Ti03Bi>@01`3Bi>@2o`0007_ooooo001jooooo`03o`000007HmT01f?I0080 -1f?I0_l0000707>Di003o`00002g_n00]koP00P0]koP00?o00000=;Ti03Bi>@01@3Bi>@3o`0007co -oooo001kooooo`;o00001007HmT00ol00000LiCT07>Di00407>Di003o`00002g_n00]koP00L0]koP -00?o00000=;Ti03Bi>@01@3Bi>@2o`0007kooooo001mooooo`03o`000007HmT01f?I00801f?I00?o -000007>Di01cU>@0101cU>@00ol00000]koP0;Noh0060;Noh003o`00003Bi>@0d^CT00@0d^CT0_l0 -001oooooo`00O_ooool2o`0000<01f?I00?o000007>Di01cU>@00`1cU>@00ol00000]koP0;Noh005 -0;Noh003o`00003Bi>@0d^CT00<0d^CT0_l00021ooooo`00P?ooool01Ol000001f?I00MSf@07HmWo -000000@0LiCT00?o00000;Noh02g_n001@2g_n000ol00000d^CT0=;Ti0020=;Ti0;o0000P_ooool0 -087ooooo0_l0000200MSf@03o`00001cU>@0LiCT0080LiCT00?o00000;Noh02g_n000`2g_n000ol0 -0000d^CT0=;Ti0020=;Ti0;o0000Poooool008?ooooo00Co000000MSf@07HmWo00000`1cU>@00ol0 -0000]koP0;Noh0030;Noh003o`00003Bi>@0d^CT00;o0000QOooool008Cooooo0_l000001@07HmWo -000007>Di01cU>Co000000@0]koP00?o00000=;Ti03Bi>@00_l00026ooooo`00Q_ooool3o`000080 -LiCT00Co00000;Noh02g_n3o00000P3Bi>@00ol0003oooooooooo`26ooooo`00R?ooool2o`000004 -07>Di?l00000]koP0;Noh0?o0000ROooool008Wooooo0ol00000102g_n3o0000o`000?l0002:oooo -o`00Roooool3o`0008cooooo002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.67262 .64122 m .69877 .5249 L .59954 .57459 L closepath p .196 .004 .378 r -F P -0 g -s -.66153 .40832 m .69877 .5249 L .59954 .57459 L closepath p .34 .298 .665 r -F P -0 g -s -.44915 .45153 m .5608 .41844 L .59954 .57459 L closepath p .677 .589 .75 r -F P -0 g -s -.5608 .41844 m .59954 .57459 L .66153 .40832 L closepath p .506 .478 .761 r -F P -0 g -s -.43837 .56787 m .44915 .45153 L .59954 .57459 L closepath p .736 .58 .68 r -F P -0 g -s -.44591 .6707 m .43837 .56787 L .59954 .57459 L closepath p .72 .448 .513 r -F P -0 g -s -.56558 .68627 m .67262 .64122 L .59954 .57459 L closepath p .311 0 .257 r -F P -0 g -s -.56558 .68627 m .44591 .6707 L .59954 .57459 L closepath p .607 .267 .368 r -F P -0 g -s -.5 .27523 m .5608 .41844 L .44915 .45153 L closepath p .693 .681 .834 r -F P -0 g -s -.28463 .53964 m .43837 .56787 L .44915 .45153 L closepath p .823 .658 .679 r -F P -0 g -s -.37205 .39097 m .28463 .53964 L .44915 .45153 L closepath p .856 .765 .761 r -F P -0 g -s -.37205 .39097 m .5 .27523 L .44915 .45153 L closepath p .785 .779 .847 r -F P -0 g -s -.43837 .56787 m .28463 .53964 L .44591 .6707 L closepath p .82 .525 .492 r -F P -0 g -s -.5 .27523 m .5608 .41844 L .66153 .40832 L closepath p .503 .574 .861 r -F P -0 g -s -.28463 .53964 m .37205 .39097 L .32583 .35751 L closepath p .941 .942 .761 r -F P -0 g -s -.37205 .39097 m .32583 .35751 L .5 .27523 L closepath p .826 .964 .896 r -F P -0 g -s -.5 .75807 m .36151 .669 L .44591 .6707 L closepath p .633 .089 0 r -F P -0 g -s -.28463 .53964 m .36151 .669 L .44591 .6707 L closepath p .839 .425 .254 r -F P -0 g -s -.56558 .68627 m .5 .75807 L .44591 .6707 L closepath p .519 .031 .037 r -F P -0 g -s -.31287 .60622 m .36151 .669 L .28463 .53964 L closepath p .693 .257 0 r -F P -0 g -s -.28173 .47266 m .32583 .35751 L .28463 .53964 L closepath p .869 .87 .426 r -F P -0 g -s -.28173 .47266 m .31287 .60622 L .28463 .53964 L closepath p 0 0 .262 r -F P -0 g -s -.75109 .45378 m .69877 .5249 L .66153 .40832 L closepath p 0 .075 .593 r -F P -0 g -s -.63975 .32946 m .5 .27523 L .66153 .40832 L closepath p .262 .501 .896 r -F P -0 g -s -.63975 .32946 m .75109 .45378 L .66153 .40832 L closepath p 0 .156 .697 r -F P -0 g -s -.5 .27523 m .42732 .29358 L .32583 .35751 L closepath p .52 .912 .793 r -F P -0 g -s -.63975 .32946 m .56363 .2992 L .5 .27523 L closepath p 0 .333 .666 r -F P -0 g -s -.56363 .2992 m .42732 .29358 L .5 .27523 L closepath p .197 0 0 r -F P -0 g -s -.56558 .68627 m .5 .75807 L .67262 .64122 L closepath p 0 0 0 r -F P -0 g -s -.69877 .5249 m .67262 .64122 L .75109 .45378 L closepath p 0 0 .082 r -F P -0 g -s -.31287 .60622 m .36151 .669 L .5 .75807 L closepath p 0 .299 .776 r -F P -0 g -s -.75109 .45378 m .65243 .6299 L .67262 .64122 L closepath p .849 .946 .586 r -F P -0 g -s -.5 .75807 m .65243 .6299 L .67262 .64122 L closepath p .671 .967 .773 r -F P -0 g -s -.36409 .39816 m .42732 .29358 L .32583 .35751 L closepath p 0 0 0 r -F P -0 g -s -.28173 .47266 m .36409 .39816 L .32583 .35751 L closepath p 0 0 .054 r -F P -0 g -s -.63975 .32946 m .56363 .2992 L .75109 .45378 L closepath p .742 .22 0 r -F P -0 g -s -.31287 .60622 m .28173 .47266 L .36409 .39816 L closepath p .098 .111 .583 r -F P -0 g -s -.42732 .29358 m .36409 .39816 L .56363 .2992 L closepath p .508 .075 .152 r -F P -0 g -s -.56879 .56558 m .65243 .6299 L .5 .75807 L closepath p .8 .851 .888 r -F P -0 g -s -.42038 .60681 m .5 .75807 L .31287 .60622 L closepath p .369 .542 .895 r -F P -0 g -s -.42038 .60681 m .56879 .56558 L .5 .75807 L closepath p .68 .716 .876 r -F P -0 g -s -.42038 .60681 m .36409 .39816 L .31287 .60622 L closepath p .402 .422 .766 r -F P -0 g -s -.75109 .45378 m .58146 .41029 L .56879 .56558 L closepath p .861 .685 .661 r -F P -0 g -s -.75109 .45378 m .58146 .41029 L .56363 .2992 L closepath p .842 .478 .364 r -F P -0 g -s -.65243 .6299 m .75109 .45378 L .56879 .56558 L closepath p .903 .832 .766 r -F P -0 g -s -.56363 .2992 m .58146 .41029 L .36409 .39816 L closepath p .712 .382 .418 r -F P -0 g -s -.42038 .60681 m .56879 .56558 L .36409 .39816 L closepath p .665 .593 .765 r -F P -0 g -s -.56879 .56558 m .58146 .41029 L .36409 .39816 L closepath p .745 .58 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg003o`00 -06oooooo001/ooooo`;o00001P0000000ol00000PQ000_CP000<0_CP00ol0001/ooooo`00J_ooool2o`0000L00000 -00?o0000088C9P224bH06`224bH2o`0000`0]V5[00?o00000=MjG@3GNUd0103GNUd00ol00000_CP0 -0;dh00040;dh00?o0000J_ooool006Wooooo00?o00000000000000001`0000000ol00000PQ000_CP000H0_CP00ol0 -001Wooooo`00Ioooool2o`0000T0000000?o0000088C9P224bH05`224bH2o`000140]V5[00?o0000 -0=MjG@3GNUd01P3GNUd00ol00000_CP00;dh00080;dh0003o`000?oooooooooo06Cooooo001Uoooo -o`;o00002P0000000ol00000PQ0000ol0003oooooooooo`1Tooooo`00I?ooool00ol0000000000000000:00000003 -o`0000224bH0PQ0001P2m>0000ol0003oooooooooo`1Sooooo`00H_ooool2o`0000`0000000?o0000088C9P224bH0 -4`224bH2o`0001P0]V5[00?o00000=MjG@3GNUd02@3GNUd00ol00000_CP00;dh00060;dh0003o`00 -0?oooooooooo06;ooooo001Qooooo`03o`0000000000000000`0000000?o0000088C9P224bH04@22 -4bH2o`0001X0]V5[00?o00000=MjG@3GNUd02P3GNUd00ol00000_CP00;dh00060;dh0003o`000?oo -oooooooo067ooooo001Oooooo`;o00003P0000000ol00000PQ0000ol0003oooooooooo`1Pooooo`00GOooool2o`00 -00l0000000?o0000088C9P224bH03`224bH2o`0001h0]V5[00?o00000=MjG@3GNUd03@3GNUd00ol0 -0000_CP00;dh00050;dh0003o`000?oooooooooo05oooooo001Looooo`03o`0000000000000000l0 -000000?o0000088C9P224bH03@224bH2o`000200]V5[00?o00000=MjG@3GNUd03P3GNUd00ol00000 -_CP00;dh00050;dh0003o`000?oooooooooo05kooooo001Kooooo`03o`0000000000000000l00000 -00?o0000088C9P224bH030224bH2o`0002<0]V5[00?o00000=MjG@3GNUd03P3GNUd00ol00000_CP0 -0;dh00050;dh0003o`000?oooooooooo05gooooo001Kooooo`;o0000400000000ol00000PQ0000ol0003ooooooooo -o`1Looooo`00F_ooool01?l00000000=00003Ol0000>00000003o`0000224bH0PQ000102m>0000ol0003ooooooooo -o`1Kooooo`00F_ooool01Ol00000000=00003@0000go000000`0000000?o0000088C9P224bH02022 -4bH2o`0002T0]V5[00?o00000=MjG@3GNUd04P3GNUd00ol00000_CP00;dh00040;dh0003o`000?oo -oooooooo05[ooooo001Jooooo`03o`00000000d0000=0080000=00?o00000000000000002@000000 -0ol00000PQ000 -_CP000@0_CP000?o0000ooooooooool0FOooool005Wooooo00?o000000003@0000d0100000d00ol0 -000000000000000700000003o`0000224bH0PQ000_CP00080_CP000?o0000ooooooooool0F?ooool005Wooooo -00?o000000003@0000d01P0000d00ol0000000000000000400000004o`0000224bH0PQ000_CP00080_CP000?o0000oooooooo -ool0Eoooool005Sooooo00?o000000003@0000d0200000d00ol0000000000000000200000003o`00 -00224bH0PQ000_CP00080_CP0 -00?o0000ooooooooool0E_ooool005Sooooo00?o000000003@0000d02@0000d01?l0000000000000 -00000003o`0003L0]V5[00?o00000=MjG@3GNUd0603GNUd00ol00000_CP00;dh00020;dh0003o`00 -0?oooooooooo05Gooooo001Gooooo`03o`00000000d0000=00/0000=00Co000000000?l0003o0000 ->@2fHF/00ol00000egYM0=MjG@0I0=MjG@;o00000`2m>0000ol0003oooooooooo`1Dooooo`00Eooo -ool00ol00000000=00003@0;00003@[o0000<`2fHF/00ol00000egYM0=MjG@0K0=MjG@05o`00002m ->000_CP00;dh0?l00000EOooool005Oooooo00?o000000003@0000d02P0000d01Ol000006AbEo`00 -002ZUl?o000000H0_YB[3ol0000T0;IQJ`03o`00003GNUd0egYM01`0egYM00Go00000;dh002m>000 -_CP0o`00001Dooooo`00E_ooool00ol00000000=00003@0:00003@04o`00000I79D06AbEo`000080 -ZYO300?o00000;jDZ`2nU:/04P2nU:/?o`0001H0]V5[00?o00000=MjG@3GNUd0703GNUd01Ol00000 -_CP00;dh002m>03o000005?ooooo001Fooooo`03o`00000000d0000=00T0000=00Ko000001TLU@0I -79Go000006I/a?l000020:ZG``03o`00002nU:/0_YB[0200_YB[3ol000070;IQJ`03o`00003GNUd0 -egYM01d0egYM0_l000020;dh0003o`000?oooooooooo053ooooo001Fooooo`03o`00000000d0000= -00P0000=00Oo000001TLU@0I79D06AbEo`00001VK03o0000DOooool005Gooooo00?o000000003@0000d02000 -00d00ol000006AbE01TLU@0201TLU@03o`00001VK03o0000053ooooo001Doooo -o`03o`00000000d0000=00L0000=00?o000001TLU@0I79D00`0I79D01Ol00000IVc406I/a01VK -01TLU@03o`00001VK<@0IVc400D0IVc400?o00000:ZG``2ZUl<03P2ZUl<00ol00000_YB[0;jDZ`0T -0;jDZ`03o`00003L[jT0g:nY02/0g:nY0_l000000`3WeODa03WeODa0030>ODa0;o0000B?ooool004oooooo00?o000001TLU@0I79D03`0I79D00ol00000IVc406I/ -a00806I/a003o`00002ZUl<0ZYO30180ZYO300?o00000;jDZ`2nU:/07@2nU:/00ol00000g:nY0=b_ -Z@0T0=b_Z@;o00001P3We<@2o`0004Sooooo001?ooooo`03o`00000I79D06AbE00h06AbE00?o0000 -06I/a01VK<@02@1VK<@00ol00000ZYO30:ZG``0C0:ZG``;o00007@2nU:/00ol00000g:nY0=b_Z@0R -0=b_Z@;o00001`3We<@2o`0004Wooooo001?ooooo`;o00003`0I79D00ol00000IVc406I/a00906I/ -a003o`00002ZUl<0ZYO301D0ZYO300?o00000;jDZ`2nU:/06P2nU:/00ol00000g:nY0=b_Z@0Q0=b_ -Z@03o`00003We<@0imC400L0imC40_l00019ooooo`00Coooool2o`0000l06AbE00?o000006I/a01V -K<@02P1VK<@00ol00000ZYO30:ZG``0E0:ZG``03o`00002nU:/0_YB[01T0_YB[00?o00000=b_Z@3L -[jT07`3L[jT2o`0000T0imC40_l0001:ooooo`00Coooool2o`0000l06AbE00?o000006I/a01VK<@0 -2P1VK<@00ol00000ZYO30:ZG``0F0:ZG``03o`00002nU:/0_YB[01P0_YB[00?o00000=b_Z@3L[jT0 -7@3L[jT2o`0000/0imC40_l0001:ooooo`00Coooool2o`0000h06AbE00?o000006I/a01VK<@02`1V -K<@00ol00000ZYO30:ZG``0G0:ZG``03o`00002nU:/0_YB[01L0_YB[00?o00000=b_Z@3L[jT0703L -[jT00ol00000imC40>ODa00:0>ODa003o`00003IlYKo000004[ooooo001?ooooo`;o00003P0I79D0 -0ol00000IVc406I/a00;06I/a003o`00002ZUl<0ZYO301P0ZYO30_l0000G0;jDZ`03o`00003L[jT0 -g:nY01X0g:nY0_l0000<0>ODa003o`00003IlYKo000004_ooooo001?ooooo`03o`00000004?o0000 -00d06AbE00?o000006I/a01VK<@0301VK<@00ol00000ZYO30:ZG``0I0:ZG``03o`00002nU:/0_YB[ -01@0_YB[00?o00000=b_Z@3L[jT0603L[jT2o`0000h0imC400?o00000=WbU_l00000Boooool004oo -oooo00?o00000000@ol00000300I79D00ol00000IVc406I/a00=06I/a003o`00002ZUl<0ZYO301X0 -ZYO300?o00000;jDZ`2nU:/04`2nU:/00ol00000g:nY0=b_Z@0G0=b_Z@03o`00003We<@0imC400d0 -imC400?o00000=WbU_l00000C?ooool004oooooo00?o00000000@ol00000300I79D00ol00000IVc4 -06I/a00=06I/a003o`00002ZUl<0ZYO301/0ZYO300?o00000;jDZ`2nU:/04P2nU:/00ol00000g:nY -0=b_Z@0E0=b_Z@;o0000403We<@00ol00000fO:Fo`00001ODa004o`00003IlYH0fO:Fo`0004cooooo -001?ooooo`03o`00000004?o000000`06AbE00?o000006I/a01VK<@03P1VK<@00ol00000ZYO30:ZG -``0L0:ZG``;o0000402nU:/00ol00000g:nY0=b_Z@0C0=b_Z@03o`00003We<@0imC40140imC400?o -00000=WbU_l00000COooool004oooooo00Co00000000@`0004?o00002P0I79D00ol00000IVc406I/ -a00?06I/a003o`00002ZUl<0ZYO301h0ZYO300?o00000;jDZ`2nU:/03@2nU:/00ol00000g:nY0=b_ -Z@0A0=b_Z@;o00004`3We<@01?l00000fO:F0=WbU_l0001=ooooo`00Coooool01?l0000000130000 -@ol0000:01TLU@03o`00001VK<@0IVc400l0IVc400?o00000:ZG``2ZUl<07`2ZUl<00ol00000_YB[ -0;jDZ`0<0;jDZ`03o`00003L[jT0g:nY00l0g:nY0_l0000D0>ODa004o`00003IlYH0fO:Fo`0004ko -oooo001?ooooo`04o`00000004<00013o`0000X06AbE00?o000006I/a01VK<@0401VK<@00ol00000 -ZYO30:ZG``0O0:ZG``03o`00002nU:/0_YB[00/0_YB[00?o00000=b_Z@3L[jT03P3L[jT00ol00000 -imC40>ODa00D0>ODa004o`00003IlYH0fO:Fo`0004kooooo001?ooooo`04o`00000004<00013o`00 -00X06AbE00?o000006I/a01VK<@0401VK<@00ol00000ZYO30:ZG``0P0:ZG``03o`00002nU:/0_YB[ -00X0_YB[00?o00000=b_Z@3L[jT0303L[jT2o`0001H0imC400Co00000=WbUP3IlYKo0000Coooool0 -04oooooo00Co00000000@`0004?o00002@0I79D00ol00000IVc406I/a00A06I/a003o`00002ZUl<0 -ZYO30240ZYO30_l0000:0;jDZ`03o`00003L[jT0g:nY00X0g:nY0_l0000H0>ODa004o`00003IlYH0 -fO:Fo`0004oooooo001?ooooo`05o`00000004<000130000@ol00000200I79D00ol00000IVc406I/ -a00A06I/a003o`00002ZUl<0ZYO302<0ZYO300?o00000;jDZ`2nU:/01`2nU:/00ol00000g:nY0=b_ -Z@090=b_Z@03o`00003We<@0imC401L0imC400Go00000=WbUP3IlYH0fO:Fo`00001?ooooo`00Cooo -ool01Ol0000000130000@`0004?o000000P06AbE00?o000006I/a01VK<@04P1VK<@00ol00000ZYO3 -0:ZG``0S0:ZG``03o`00002nU:/0_YB[00H0_YB[00?o00000=b_Z@3L[jT01`3L[jT2o`0001X0imC4 -00Co00000=WbUP3IlYKo0000D?ooool004oooooo00Go00000000@`0004<00013o`00000801TLU@03 -o`00001VK<@0IVc40180IVc400?o00000:ZG``2ZUl<0902ZUl<00ol00000_YB[0;jDZ`050;jDZ`03 -o`00003L[jT0g:nY00D0g:nY0_l0000K0>ODa005o`00003IlYH0fO:F0=WbU_l00000D?ooool0053o -oooo00Co00000000@`0004?o00001`0I79D00ol00000IVc406I/a00C06I/a003o`00002ZUl<0ZYO3 -02D0ZYO30_l000050;jDZ`03o`00003L[jT0g:nY00@0g:nY00?o00000>ODa03We<@06P3We<@01Ol0 -0000fO:F0=WbUP3IlYKo0000057ooooo001@ooooo`05o`00000004<000130000@ol000001P0I79D0 -0ol00000IVc406I/a00D06I/a003o`00002ZUl<0ZYO302H0ZYO300Go00000;jDZ`2nU:/0_YB[o`00 -00050=b_Z@;o00007@3We<@01Ol00000fO:F0=WbUP3IlYKo0000057ooooo001@ooooo`05o`000000 -04<000130000@ol000001P0I79D00ol00000IVc406I/a00D06I/a003o`00002ZUl<0ZYO302L0ZYO3 -00Co00000;jDZ`2nU:_o00000`3L[jT2o`0001h0imC400?o00000=WbUP3IlYH00P3IlYH00ol0003o -ooooooooo`1?ooooo`00DOooool01?l0000000130000@ol0000601TLU@03o`00001VK<@0IVc401@0 -IVc400?o00000:ZG``2ZUl<0:02ZUl<00ol00000_YB[o`0000020=b_Z@03o`00003We<@0imC401h0 -imC400Go00000=WbUP3IlYH0fO:Fo`00001Booooo`00DOooool01?l0000000130000@ol0000501TL -U@03o`00001VK<@0IVc401D0IVc400?o00000:ZG``2ZUl<0:@2ZUl<4o`000200imC400?o00000=Wb -UP3IlYH00P3IlYH00ol0003oooooooooo`1@ooooo`00D_ooool00ol000000013o`00000501TLU@03 -o`00001VK<@0IVc401H0IVc400?o00000:ZG``2ZUl<09`2ZUl<4o`000240imC400Go00000=WbUP3I -lYH0fO:Fo`00001Cooooo`00D_ooool01?l0000000130000@ol0000401TLU@03o`00001VK<@0IVc4 -01H0IVc400?o00000:ZG``2ZUl<0902ZUl<3o`000080[[OP00?o00000ODa00G0>ODa003o`00003IlYH0fO:F00<0fO:F00?o0000ooooooooool0 -D_ooool005Cooooo0_l0000301TLU@03o`00001VK<@0IVc401P0IVc400?o00000:ZG``2ZUl<05@2Z -Ul<4o`0000d0[[OP00?o00000ODa00F0>ODa003o`00003I -lYH0fO:F0080fO:F00?o0000ooooooooool0Doooool005Cooooo00?o00000000@ol000000P0I79D0 -0ol00000IVc406I/a00H06I/a003o`00002ZUl<0ZYO30180ZYO30ol0000A0:jgh003o`00003ODa003o`00003IlYH0fO:F00<0fO:F00?o0000ooooooooool0Doooool0 -05Gooooo0_l000000`0I79Go000006I/a00K06I/a003o`00002ZUl<0ZYO300d0ZYO31?l0000D0:jg -h003o`00003ODa03We<@04P3We<@00ol00000fO:F0=WbUP020=Wb -UP03o`000?oooooooooo05Cooooo001Eooooo`;o000000<06AbEo`00001VK<@06`1VK<@00ol00000 -ZYO30:ZG``0:0:ZG``?o00005`2^]n000ol00000c=WS0ODa003o`00003IlYH0fO:F00@0fO:F00?o0000ooooooooool0E?ooool005Kooooo00?o -000001TLUOl00000701VK<@00ol00000ZYO30:ZG``030:ZG``Co00007@2^]n000ol00000c=WS00ODa03We<@02P3We<@00ol00000fO:F0=WbUP040=WbUP03o`000?oooooo -oooo05Gooooo001Gooooob7o00008`2^]n000ol00000c=WS0ODa0050>ODa003o`00003IlYH0fO:F00@0fO:F00?o0000ooooooooool0E_ooool005Wooooo00?o -0000001ODa003o`00003IlYH0fO:F00@0fO:F00?o0000ooooooooool0Eoooool005[ooooo00Co0000 -001ODa03We0"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.47621 .45416 m .58185 .41311 L .63473 .56796 L closepath p .637 .561 .752 r -F P -0 g -s -.5 .27523 m .58185 .41311 L .47621 .45416 L closepath p .664 .659 .835 r -F P -0 g -s -.47119 .57044 m .47621 .45416 L .63473 .56796 L closepath p .696 .546 .68 r -F P -0 g -s -.31094 .5517 m .47119 .57044 L .47621 .45416 L closepath p .785 .622 .68 r -F P -0 g -s -.38662 .40027 m .31094 .5517 L .47621 .45416 L closepath p .824 .726 .757 r -F P -0 g -s -.38662 .40027 m .5 .27523 L .47621 .45416 L closepath p .763 .75 .841 r -F P -0 g -s -.4747 .67248 m .47119 .57044 L .63473 .56796 L closepath p .673 .409 .514 r -F P -0 g -s -.47119 .57044 m .31094 .5517 L .4747 .67248 L closepath p .776 .492 .505 r -F P -0 g -s -.68388 .63248 m .71242 .51198 L .63473 .56796 L closepath p .002 0 .286 r -F P -0 g -s -.67184 .39558 m .71242 .51198 L .63473 .56796 L closepath p .215 .219 .647 r -F P -0 g -s -.58185 .41311 m .63473 .56796 L .67184 .39558 L closepath p .44 .442 .765 r -F P -0 g -s -.58835 .68293 m .68388 .63248 L .63473 .56796 L closepath p .171 0 .178 r -F P -0 g -s -.58835 .68293 m .4747 .67248 L .63473 .56796 L closepath p .547 .214 .356 r -F P -0 g -s -.5 .27523 m .58185 .41311 L .67184 .39558 L closepath p .451 .556 .871 r -F P -0 g -s -.31094 .5517 m .38662 .40027 L .32197 .37174 L closepath p .931 .892 .769 r -F P -0 g -s -.38662 .40027 m .32197 .37174 L .5 .27523 L closepath p .839 .931 .89 r -F P -0 g -s -.31094 .5517 m .37742 .67486 L .4747 .67248 L closepath p .804 .41 .307 r -F P -0 g -s -.30901 .61606 m .37742 .67486 L .31094 .5517 L closepath p .823 .365 0 r -F P -0 g -s -.27803 .48748 m .32197 .37174 L .31094 .5517 L closepath p .974 .903 .557 r -F P -0 g -s -.27803 .48748 m .30901 .61606 L .31094 .5517 L closepath p .825 .525 0 r -F P -0 g -s -.5 .75807 m .37742 .67486 L .4747 .67248 L closepath p .619 .094 0 r -F P -0 g -s -.58835 .68293 m .5 .75807 L .4747 .67248 L closepath p .462 0 .029 r -F P -0 g -s -.5 .27523 m .40391 .30106 L .32197 .37174 L closepath p .653 .97 .851 r -F P -0 g -s -.62758 .31802 m .5 .27523 L .67184 .39558 L closepath p .167 .475 .895 r -F P -0 g -s -.53006 .29504 m .40391 .30106 L .5 .27523 L closepath p .109 0 0 r -F P -0 g -s -.62758 .31802 m .53006 .29504 L .5 .27523 L closepath p .282 0 0 r -F P -0 g -s -.73211 .43653 m .71242 .51198 L .67184 .39558 L closepath p 0 0 .497 r -F P -0 g -s -.62758 .31802 m .73211 .43653 L .67184 .39558 L closepath p 0 .034 .59 r -F P -0 g -s -.58835 .68293 m .5 .75807 L .68388 .63248 L closepath p 0 0 0 r -F P -0 g -s -.71242 .51198 m .68388 .63248 L .73211 .43653 L closepath p 0 0 0 r -F P -0 g -s -.30901 .61606 m .37742 .67486 L .5 .75807 L closepath p 0 .194 .659 r -F P -0 g -s -.32183 .41013 m .40391 .30106 L .32197 .37174 L closepath p 0 0 0 r -F P -0 g -s -.27803 .48748 m .32183 .41013 L .32197 .37174 L closepath p 0 0 0 r -F P -0 g -s -.73211 .43653 m .63934 .62256 L .68388 .63248 L closepath p .939 .964 .694 r -F P -0 g -s -.5 .75807 m .63934 .62256 L .68388 .63248 L closepath p .772 .997 .846 r -F P -0 g -s -.62758 .31802 m .53006 .29504 L .73211 .43653 L closepath p .749 .24 0 r -F P -0 g -s -.30901 .61606 m .27803 .48748 L .32183 .41013 L closepath p 0 0 .491 r -F P -0 g -s -.40391 .30106 m .32183 .41013 L .53006 .29504 L closepath p .408 0 .122 r -F P -0 g -s -.39483 .61165 m .5 .75807 L .30901 .61606 L closepath p .265 .497 .892 r -F P -0 g -s -.39483 .61165 m .32183 .41013 L .30901 .61606 L closepath p .282 .352 .758 r -F P -0 g -s -.53252 .56266 m .63934 .62256 L .5 .75807 L closepath p .772 .81 .883 r -F P -0 g -s -.39483 .61165 m .53252 .56266 L .5 .75807 L closepath p .639 .684 .877 r -F P -0 g -s -.53006 .29504 m .53855 .40574 L .32183 .41013 L closepath p .646 .329 .421 r -F P -0 g -s -.73211 .43653 m .53855 .40574 L .53006 .29504 L closepath p .787 .439 .398 r -F P -0 g -s -.73211 .43653 m .53855 .40574 L .53252 .56266 L closepath p .81 .637 .667 r -F P -0 g -s -.63934 .62256 m .73211 .43653 L .53252 .56266 L closepath p .862 .779 .768 r -F P -0 g -s -.39483 .61165 m .53252 .56266 L .32183 .41013 L closepath p .609 .553 .766 r -F P -0 g -s -.53252 .56266 m .53855 .40574 L .32183 .41013 L closepath p .691 .535 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0;lm0003o`00003oool0oooo06H0 -oooo001W0?ooo`05o`0000000000000000000?l000005P1X01l00ol00000YEA[0:EDJ`0@0:EDJ`03 -o`000039L6D0bG1U00/0bG1U00?o00000;lm002o?@00302o?@000ol00000oooo0?ooo`1U0?ooo`00 -IP3oool00ol0000000000000000200000003o`00001X01l0J00O0180J00O0_l0000C0:EDJ`03o`00 -0039L6D0bG1U00`0bG1U00?o00000;lm002o?@00302o?@000ol00000oooo0?ooo`1T0?ooo`00I@3o -ool00ol0000000000000000200000003o`00001X01l0J00O0140J00O0_l0000E0:EDJ`03o`000039 -L6D0bG1U00d0bG1U0_l0000=0;lm0003o`00003oool0oooo06<0oooo001T0?ooo`03o`0000000000 -00000080000000?o000006P07`1X01l0401X01l2o`0001L0YEA[00?o0000006P07`;o00006P2UE6/00ol00000bG1U0Z0P2`R:/00ol00000cj>Z0Z01H0cj>Z1_l0000B0Z00?ooo`00E03oool01?l00000000000000?l000020000O@03o`000018F/;o000000H0 -Vhg400?o00000;28Z`2`R:/0<@2`R:/00ol00000cj>Z0Z0Z0Z0Z0Z02P0cj>Z0_l000070=c7a0;o0000CP3oool00500oooo00?o -000000000?l000001P0007d00ol00000B5[204QJ`P0304QJ`P03o`00002KSL@0Vhg400d0Vhg400?o -00000;28Z`2`R:/0902`R:/00ol00000cj>Z0Z02@0cj>Z00?o00000=c7 -a03Lal@0203Lal@01?l00000l?Ja0?3f/Ol0001>0?ooo`00C`3oool2o`0000P0001m00?o000004QJ -`P18F/801018F/800ol00000Vhg409^=a00@09^=a003o`00002`R:/0/8R[0200/8R[00?o00000Z0240cj>Z00?o00000=c7a03Lal@02P3Lal@01?l00000l?Ja0?3f/Ol0001? -0?ooo`00C`3oool00ol00000001m0000O@070000O@03o`000018F/80B5[200D0B5[200?o000009^= -a02KSL@04P2KSL@00ol00000/8R[0;28Z`0M0;28Z`03o`00003?XjX0cj>Z01l0cj>Z0_l0000=0=c7 -a004o`00003`m[40l?Jao`0004l0oooo001>0?ooo`03o`00000007d0001m00P0001m00?o000004QJ -`P18F/801@18F/800ol00000Vhg409^=a00C09^=a0;o00007@2`R:/00ol00000cj>Z00?ooo`03o`00000007d0001m -00P0001m00?o000004QJ`P18F/801P18F/800ol00000Vhg409^=a00D09^=a003o`00002`R:/0/8R[ -01X0/8R[00?o000000=c7a005o`00003`m[40l?Ja -0?3f/Ol00000C`3oool004h0oooo00?o00000000O@0007d01`0007d00ol00000B5[204QJ`P0704QJ -`P03o`00002KSL@0Vhg401D0Vhg400?o00000;28Z`2`R:/06@2`R:/00ol00000cj>Z0Z0Z01L0cj>Z0_l0000B0=c7 -a003o`00003`m[40l?Ja0080l?Ja00?o00000?ooo`3oool0CP3oool004l0oooo00?o00000000O@00 -07d01P0007d00ol00000B5[204QJ`P0804QJ`P03o`00002KSL@0Vhg401P0Vhg400?o00000;28Z`2` -R:/05@2`R:/00ol00000cj>Z00?ooo`00C`3oool00ol00000001m0000O@060000O@03o`00 -0018F/80B5[200P0B5[200?o000009^=a02KSL@06@2KSL@2o`0001D0/8R[00?o00000Z01<0cj>Z00?o00000=c7a03Lal@0503L -al@00ol00000l?Ja0?3f/@020?3f/@03o`00003oool0oooo04l0oooo001@0?ooo`03o`00000007d0 -001m00D0001m00?o000004QJ`P18F/802@18F/800ol00000Vhg409^=a00K09^=a003o`00002`R:/0 -/8R[0140/8R[00?o000000;28Z`03o`00003?XjX0cj>Z00h0cj>Z00?o00000=c7a03Lal@05`3Lal@00ol00000 -l?Ja0?3f/@030?3f/@03o`00003oool0oooo0500oooo001@0?ooo`03o`00000007d0001m00D0001m -00?o000004QJ`P18F/802P18F/800ol00000Vhg409^=a00N09^=a0;o00003P2`R:/00ol00000cj>Z -0Z0Z0Z00L0cj>Z0_l0000N0=c7a003 -o`00003`m[40l?Ja00@0l?Ja00?o00000?ooo`3oool0D@3oool00540oooo00?o00000000O@0007d0 -0`0007d00ol00000B5[204QJ`P0=04QJ`P03o`00002KSL@0Vhg402<0Vhg400?o00000;28Z`2`R:/0 -1@2`R:/00ol00000cj>Z0Z0080cj>Z0_l0000Q0=c7a003o`00003`m[40 -l?Ja00H0l?Ja00?o00000?ooo`3oool0D@3oool00580oooo00?o00000000O@0007d00P0007d00ol0 -0000B5[204QJ`P0>04QJ`P03o`00002KSL@0Vhg402H0Vhg40_l000020;28Z`05o`00003?XjX0cj>Z -0_ -h004o`000035cn80aLoR0_h003o`000035cn80aLoR00/0aLoR0_l0000D0=c7a003o`00003`m[40l?Ja00P0l?Ja00?o0000 -0?ooo`3oool0E03oool005@0oooo00Co00000000O@0007go00005018F/800ol00000Vhg409^=a00= -09^=a0?o00005@2S[n000ol00000aLoR0_h02S[n008@2S[n000ol00000aLoR0_ -h00N0:>_h003o`000035cn80aLoR01d0aLoR00Co00000_h00N0:>_h003o`000035 -cn80aLoR01`0aLoR00?o00000_h00M0:>_h003o`000035cn80aLoR01/0aLoR00?o0000 -0_ -h02S[n00702S[n000ol00000aLoR0_h00I0:>_h003o`000035 -cn80aLoR01P0aLoR00?o00000_h00H0:>_h003o`000035cn80aLoR01L0aLoR00?o00000_h02S[n00602S[n000ol0 -0000aLoR0_h00E0:>_h003o`000035cn80aLoR01@0aLoR00?o -00000_h00D -0:>_h003o`000035cn80aLoR01<0aLoR00?o0000004=oi003o`00002S[n00XjoP01<0XjoP00?o0000004=oi003 -o`00002S[n00XjoP0180XjoP00?o00000_h00B0:>_h003o`00 -0035cn80aLoR0100aLoR00?o00000_h00A0:>_h003o`000035cn80aLoR00l0aLoR00?o00000_h02S[n00402S[n00 -0ol00000aLoR00_h00=0:>_h003o`000035cn80aLoR00`0aLoR -00?o00000_ -h00<0:>_h003o`000035cn80aLoR00/0aLoR00?o00000_h02S[n00302S[n000ol00000aLoR0_ -h02S[n002`2S[n000ol00000aLoR0_h0080:>_h003o`000035 -cn80aLoR00L0aLoR00?o00000_h02S[n001`2S[n000ol00000aLoR0_h0060:>_h003o`000035cn80aLoR00@0aLoR00?o00000_h02S[n00102S[n000ol00000aLoR0_h0030:>_ -h003o`000035cn80aLoR00<0aLoR00Co00000_h0040:>_h003o`000035cn80aLoR0080aLoR00?o00000_h0030:>_h004o`000035cn80aLoR0_h?l00000aLoR00;o0000 -RP3oool008/0oooo0ol0002<0?ooo`00S03oool00ol00000oooo0?ooo`2;0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?oo -o`00o`3ooolK0?ooo`00\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.50377 .45486 m .60098 .40621 L .66737 .55927 L closepath p .594 .532 .754 r -F P -0 g -s -.5 .27523 m .60098 .40621 L .50377 .45486 L closepath p .633 .638 .838 r -F P -0 g -s -.50456 .57112 m .50377 .45486 L .66737 .55927 L closepath p .653 .513 .68 r -F P -0 g -s -.34123 .56184 m .50456 .57112 L .50377 .45486 L closepath p .746 .588 .68 r -F P -0 g -s -.40401 .40824 m .34123 .56184 L .50377 .45486 L closepath p .792 .691 .754 r -F P -0 g -s -.40401 .40824 m .5 .27523 L .50377 .45486 L closepath p .738 .723 .837 r -F P -0 g -s -.504 .67296 m .50456 .57112 L .66737 .55927 L closepath p .622 .367 .511 r -F P -0 g -s -.50456 .57112 m .34123 .56184 L .504 .67296 L closepath p .732 .457 .512 r -F P -0 g -s -.34123 .56184 m .39633 .67987 L .504 .67296 L closepath p .765 .387 .34 r -F P -0 g -s -.3111 .62572 m .39633 .67987 L .34123 .56184 L closepath p .863 .415 .095 r -F P -0 g -s -.34123 .56184 m .40401 .40824 L .32366 .38575 L closepath p .908 .841 .768 r -F P -0 g -s -.28124 .50193 m .32366 .38575 L .34123 .56184 L closepath p .989 .873 .623 r -F P -0 g -s -.28124 .50193 m .3111 .62572 L .34123 .56184 L closepath p .943 .61 .182 r -F P -0 g -s -.69003 .62312 m .72028 .49805 L .66737 .55927 L closepath p 0 0 .134 r -F P -0 g -s -.67733 .38198 m .72028 .49805 L .66737 .55927 L closepath p .042 .11 .609 r -F P -0 g -s -.60098 .40621 m .66737 .55927 L .67733 .38198 L closepath p .358 .4 .768 r -F P -0 g -s -.6091 .67859 m .69003 .62312 L .66737 .55927 L closepath p 0 0 .057 r -F P -0 g -s -.6091 .67859 m .504 .67296 L .66737 .55927 L closepath p .476 .149 .332 r -F P -0 g -s -.40401 .40824 m .32366 .38575 L .5 .27523 L closepath p .838 .894 .879 r -F P -0 g -s -.5 .27523 m .60098 .40621 L .67733 .38198 L closepath p .39 .537 .882 r -F P -0 g -s -.5 .75807 m .39633 .67987 L .504 .67296 L closepath p .591 .083 .011 r -F P -0 g -s -.6091 .67859 m .5 .75807 L .504 .67296 L closepath p .391 0 .002 r -F P -0 g -s -.5 .27523 m .38415 .31036 L .32366 .38575 L closepath p .747 .99 .884 r -F P -0 g -s -.49523 .29392 m .38415 .31036 L .5 .27523 L closepath p 0 0 0 r -F P -0 g -s -.61086 .30766 m .5 .27523 L .67733 .38198 L closepath p .06 .445 .878 r -F P -0 g -s -.61086 .30766 m .49523 .29392 L .5 .27523 L closepath p .277 0 0 r -F P -0 g -s -.28742 .42472 m .38415 .31036 L .32366 .38575 L closepath p .57 .832 .474 r -F P -0 g -s -.28124 .50193 m .28742 .42472 L .32366 .38575 L closepath p .819 .843 .379 r -F P -0 g -s -.3111 .62572 m .39633 .67987 L .5 .75807 L closepath p .469 0 0 r -F P -0 g -s -.70404 .42053 m .72028 .49805 L .67733 .38198 L closepath p 0 0 .324 r -F P -0 g -s -.61086 .30766 m .70404 .42053 L .67733 .38198 L closepath p .572 .091 0 r -F P -0 g -s -.6091 .67859 m .5 .75807 L .69003 .62312 L closepath p 0 0 0 r -F P -0 g -s -.3111 .62572 m .28124 .50193 L .28742 .42472 L closepath p 0 0 .321 r -F P -0 g -s -.72028 .49805 m .69003 .62312 L .70404 .42053 L closepath p .907 .836 .376 r -F P -0 g -s -.38415 .31036 m .28742 .42472 L .49523 .29392 L closepath p .28 0 .065 r -F P -0 g -s -.37335 .61763 m .5 .75807 L .3111 .62572 L closepath p .135 .439 .875 r -F P -0 g -s -.37335 .61763 m .28742 .42472 L .3111 .62572 L closepath p .12 .259 .734 r -F P -0 g -s -.61086 .30766 m .49523 .29392 L .70404 .42053 L closepath p .72 .232 .084 r -F P -0 g -s -.70404 .42053 m .62124 .6159 L .69003 .62312 L closepath p .951 .926 .743 r -F P -0 g -s -.5 .75807 m .62124 .6159 L .69003 .62312 L closepath p .821 .984 .882 r -F P -0 g -s -.49484 .56187 m .62124 .6159 L .5 .75807 L closepath p .741 .773 .879 r -F P -0 g -s -.37335 .61763 m .49484 .56187 L .5 .75807 L closepath p .592 .654 .88 r -F P -0 g -s -.49523 .29392 m .49388 .40451 L .28742 .42472 L closepath p .571 .266 .412 r -F P -0 g -s -.70404 .42053 m .49388 .40451 L .49523 .29392 L closepath p .728 .395 .416 r -F P -0 g -s -.37335 .61763 m .49484 .56187 L .28742 .42472 L closepath p .545 .51 .767 r -F P -0 g -s -.62124 .6159 m .70404 .42053 L .49484 .56187 L closepath p .819 .73 .767 r -F P -0 g -s -.49484 .56187 m .49388 .40451 L .28742 .42472 L closepath p .632 .489 .669 r -F P -0 g -s -.70404 .42053 m .49388 .40451 L .49484 .56187 L closepath p .759 .592 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0;Pk5@[o0000L?ooool006gooooo2?l0000?04L04003o`00002BA6T0TTAY00@0TTAY00?o0000 -0;YUJP2jIFX0102jIFX00ol00000^3/E0;Pk5@0C0;Pk5@Co0000K_ooool006_ooooo0ol0000D04L0 -40;o00001`2BA6T00ol00000^VEZ0;YUJP050;YUJP;o00005P2h>aD00ol0003oooooooooo`1/oooo -o`00Joooool00ol00000A`0@04L0400C04L04003o`00002BA6T0TTAY00L0TTAY00?o00000;YUJP2j -IFX01`2jIFX00ol00000^3/E0;Pk5@0D0;Pk5@03o`000?oooooooooo06_ooooo001Zooooo`03o`00 -00170100A`0@0180A`0@0_l0000:0994J@03o`00002jIFX0^VEZ00P0^VEZ0_l0000E0;Pk5@03o`00 -0?oooooooooo06[ooooo001Yooooo`03o`0000170100A`0@0140A`0@0_l0000<0994J@03o`00002j -IFX0^VEZ00X0^VEZ0_l0000D0;Pk5@03o`000?oooooooooo06Wooooo001Xooooo`03o`0000170100 -A`0@0140A`0@00?o00000994J@2BA6T0302BA6T00ol00000^VEZ0;YUJP0<0;YUJP03o`00002h>aD0 -^3/E0180^3/E00?o0000ooooooooool0J?ooool006Oooooo00?o000004L04017010040170102o`00 -00l0TTAY00?o00000;YUJP2jIFX03@2jIFX2o`000180^3/E0_l0001Yooooo`00I_ooool00ol00000 -A`0@04L0400@04L04003o`00002BA6T0TTAY00l0TTAY00?o00000;YUJP2jIFX03`2jIFX2o`000140 -^3/E0_l0001Xooooo`00I_ooool00ol00000A`0@04L0400>04L040;o00004P2BA6T00ol00000^VEZ -0;YUJP0A0;YUJP03o`00002h>aD0^3/E00l0^3/E0_l0001Wooooo`00IOooool00ol00000A`0@04L0 -400=04L040;o0000502BA6T00ol00000^VEZ0;YUJP0B0;YUJP;o0000402h>aD2o`0006Kooooo001T -ooooo`03o`0000170100A`0@00d0A`0@00?o00000994J@2BA6T0502BA6T00ol00000^VEZ0;YUJP0D -0;YUJP03o`00002h>aD0^3/E00h0^3/E0_l0001Uooooo`00Hoooool00ol00000A`0@04L0400<04L0 -40;o00005`2BA6T00ol00000^VEZ0;YUJP0E0;YUJP;o00003`2h>aD2o`0006Cooooo001Rooooo`03 -o`0000170100A`0@00`0A`0@00?o00000994J@2BA6T05P2BA6T00ol00000^VEZ0;YUJP0H0;YUJP;o -00003@2h>aD2o`0006Cooooo001Qooooo`03o`0000170100A`0@00/0A`0@0_l0000I0994J@03o`00 -002jIFX0^VEZ01X0^VEZ00?o00000;Pk5@2h>aD02`2h>aD2o`0006?ooooo001Pooooo`03o`000017 -0100A`0@00X0A`0@0_l0000K0994J@03o`00002jIFX0^VEZ01/0^VEZ0_l0000<0;Pk5@;o0000H_oo -ool0063ooooo00?o000004L0401701002@1701000ol00000TTAY0994J@0K0994J@03o`00002jIFX0 -^VEZ01d0^VEZ00?o00000;Pk5@2h>aD02P2h>aD2o`00067ooooo001Oooooo`03o`0000170100A`0@ -00P0A`0@0_l0000N0994J@03o`00002jIFX0^VEZ01h0^VEZ0_l0000;0;Pk5@;o0000H?ooool005ko -oooo00?o000004L040170100201701000ol00000TTAY0994J@0N0994J@03o`00002jIFX0^VEZ0200 -^VEZ0_l000090;Pk5@03o`00002B5`3o000005oooooo001Mooooo`03o`0000170100A`0@00L0A`0@ -0_l0000Q0994J@03o`00002jIFX0^VEZ0280^VEZ00?o00000;Pk5@2h>aD01`2h>aD00ol00000TQL0 -o`00001Nooooo`00G?ooool00ol00000A`0@04L0400704L04003o`00002BA6T0TTAY0240TTAY00?o -00000;YUJP2jIFX08`2jIFX2o`0000P0^3/E00?o0000098G0?l00000GOooool005_ooooo00?o0000 -04L0401701001P170102o`0002@0TTAY00?o00000;YUJP2jIFX09@2jIFX00ol00000^3/E0;Pk5@06 -0;Pk5@03o`00002B5`3o000005cooooo001Kooooo`03o`0000170100A`0@00@0A`0@0_l0000V0994 -J@03o`00002jIFX0^VEZ02H0^VEZ0_l000070;Pk5@03o`00002B5`3o000005_ooooo001Jooooo`03 -o`0000170100A`0@00@0A`0@00?o00000994J@2BA6T09P2BA6T00ol00000^VEZ0;YUJP0X0;YUJP;o -00001@2h>aD00ol00000TQL0o`00001Kooooo`00FOooool00ol00000A`0@04L0400304L040;o0000 -:@2BA6T00ol00000^VEZ0;YUJP0Z0;YUJP03o`00002h>aD0^3/E00<0^3/E00?o0000098G0?l00000 -F_ooool005Sooooo00?o000004L0401701000`1701000ol00000TTAY0994J@0Y0994J@03o`00002j -IFX0^VEZ02/0^VEZ0_l000040;Pk5@03o`00002B5`3o000005Wooooo001Gooooo`03o`0000170100 -A`0@0080A`0@0_l0000/0994J@03o`00002jIFX0^VEZ02d0^VEZ0_l000030;Pk5@;o0000FOooool0 -05Kooooo00Co000004L040170100A`0@0_l0000^0994J@03o`00002jIFX0^VEZ02l0^VEZ00Co0000 -0;Pk5@2h>aD0^3/E0_l0001Hooooo`00EOooool01Ol00000A`0@04L04017013o000002/0TTAY3?l0 -000/0;YUJP;o00000P2h>aD2o`0005Oooooo001Eooooo`04o`000017013o0000o`000280TTAY2_l0 -00050:5mZ`03o`000032Uj/0`YN[00@0`YN[3?l0000R0;YUJP04o`00002h>aGo0000o`0005Oooooo -001Dooooo`03o`000017013o000001/0TTAY2Ol0000?0:5mZ`03o`000032Uj/0`YN[0100`YN[3?l0 -000G0;YUJPCo0000E_ooool005?ooooo0ol0000B0994J@[o0000602QOJ/00ol00000`YN[0<:GZ`0L -0<:GZ`_o00003P2jIFX2o`0005Kooooo001Booooo`;o00002P2BA6T:o`000280XGf[00?o00000<:G -Z`32Uj/09`32Uj/SFH003o`000?oo -oooooooo053ooooo001@ooooo`;o000000<07T:ko`00002;P/@0202;P/@00ol00000XGf[0:5mZ`0Z -0:5mZ`03o`000032Uj/0`YN[02X0`YN[00?o00000=6ja03A^/@01`3A^/@01?l00000lnfn0??]__l0 -00020>SFH003o`000?oooooooooo053ooooo001@ooooo`;o00000P0N@[/00ol00000Rh;408^2a007 -08^2a0;o0000:P2QOJ/00ol00000`YN[0<:GZ`0X0<:GZ`;o00002P3A^/@01?l00000lnfn0??]__l0 -00020>SFH003o`000?oooooooooo053ooooo001@ooooo`;o00000P0N@[/00ol00000Rh;408^2a009 -08^2a003o`00002QOJ/0XGf[02L0XGf[00?o00000<:GZ`32Uj/09`32Uj/00ol00000dK[40=6ja00: -0=6ja004o`00003ckKh0lnfno`0000<0j=IP00?o0000ooooooooool0Coooool0053ooooo0_l00003 -01i2^`03o`00002;P/@0Rh;400T0Rh;40_l0000W0:5mZ`03o`000032Uj/0`YN[02D0`YN[0_l0000< -0=6ja005o`00003ckKh0lnfn0??]__l000000`3XeV000ol0003oooooooooo`1?ooooo`00Coooool0 -0ol00000001Bo`00000301i2^`03o`00002;P/@0Rh;400/0Rh;400?o00000:5mZ`2QOJ/0902QOJ/0 -0ol00000`YN[0<:GZ`0T0<:GZ`03o`00003A^/@0dK[400`0dK[400Go00000??]_P3ckKh0lnfno`00 -00030>SFH003o`000?oooooooooo04oooooo001?ooooo`04o`0000000580001Bo`0000<07T:k00?o -000008^2a02;P/@02`2;P/@2o`0002@0XGf[00?o00000<:GZ`32Uj/08P32Uj/2o`0000h0dK[400?o -00000??]_P3ckKh00P3ckKh01Ol00000j=IP0>SFH03XeV3o0000057ooooo001?ooooo`04o`000000 -0580001Bo`0000<07T:k00?o000008^2a02;P/@03@2;P/@2o`000280XGf[00?o00000<:GZ`32Uj/0 -8@32Uj/00ol00000dK[40=6ja00>0=6ja003o`00003ckKh0lnfn0080lnfn00Go00000>SFH03XeV00 -j=IPo`00001Aooooo`00Coooool01?l00000001B0000D_l0000301i2^`03o`00002;P/@0Rh;400l0 -Rh;400?o00000:5mZ`2QOJ/07`2QOJ/00ol00000`YN[0<:GZ`0O0<:GZ`;o00004@3A^/@00ol00000 -lnfn0??]_P020??]_P03o`00003XeV00j=IP0080j=IP00?o0000ooooooooool0C_ooool004oooooo -00Co00000000DP0005;o0000100N@[/00ol00000Rh;408^2a00?08^2a0;o00007`2QOJ/00ol00000 -`YN[0<:GZ`0N0<:GZ`03o`00003A^/@0dK[40100dK[400?o00000??]_P3ckKh00`3ckKh00ol00000 -j=IP0>SFH0020>SFH003o`000?oooooooooo04kooooo001?ooooo`04o`0000000580001Bo`0000@0 -7T:k00?o000008^2a02;P/@04@2;P/@00ol00000XGf[0:5mZ`0M0:5mZ`03o`000032Uj/0`YN[01/0 -`YN[0_l0000C0=6ja003o`00003ckKh0lnfn00<0lnfn00?o00000>SFH03XeV000P3XeV000ol0003o -ooooooooo`1>ooooo`00Coooool01?l00000001B0000D_l0000501i2^`03o`00002;P/@0Rh;40140 -Rh;40_l0000M0:5mZ`03o`000032Uj/0`YN[01X0`YN[00?o00000=6ja03A^/@04P3A^/@00ol00000 -lnfn0??]_P040??]_P03o`00003XeV00j=IP0080j=IP00?o0000ooooooooool0C_ooool004oooooo -00Co00000000DP0005;o00001@0N@[/00ol00000Rh;408^2a00C08^2a003o`00002QOJ/0XGf[01X0 -XGf[00?o00000<:GZ`32Uj/06@32Uj/00ol00000dK[40=6ja00C0=6ja003o`00003ckKh0lnfn00@0 -lnfn00?o00000>SFH03XeV000`3XeV000ol0003oooooooooo`1=ooooo`00Coooool01?l00000001B -0000D_l0000601i2^`03o`00002;P/@0Rh;401<0Rh;40_l0000J0:5mZ`03o`000032Uj/0`YN[01L0 -`YN[0_l0000E0=6ja003o`00003ckKh0lnfn00D0lnfn00?o00000>SFH03XeV000`3XeV000ol0003o -ooooooooo`1=ooooo`00Coooool01Ol00000001B0000DP0005;o000000D07T:k00?o000008^2a02; -P/@05@2;P/@00ol00000XGf[0:5mZ`0G0:5mZ`03o`000032Uj/0`YN[01H0`YN[00?o00000=6ja03A -^/@05@3A^/@00ol00000lnfn0??]_P040??]_P03o`00003XeV00j=IP00@0j=IP00?o0000oooooooo -ool0COooool004oooooo00Go00000000DP000580001Bo`00000601i2^`03o`00002;P/@0Rh;401D0 -Rh;40_l0000G0:5mZ`03o`000032Uj/0`YN[01@0`YN[0_l0000H0=6ja003o`00003ckKh0lnfn00@0 -lnfn00?o00000>SFH03XeV00103XeV000ol0003oooooooooo`1=ooooo`00Coooool01Ol00000001B -0000DP0005;o000000H07T:k00?o000008^2a02;P/@05`2;P/@00ol00000XGf[0:5mZ`0D0:5mZ`03 -o`000032Uj/0`YN[01<0`YN[00?o00000=6ja03A^/@05`3A^/@00ol00000lnfn0??]_P050??]_P03 -o`00003XeV00j=IP00<0j=IP00?o0000ooooooooool0C_ooool004oooooo00Go00000000DP000580 -001Bo`00000601i2^`03o`00002;P/@0Rh;401P0Rh;40_l0000D0:5mZ`03o`000032Uj/0`YN[0140 -`YN[0_l0000J0=6ja003o`00003ckKh0lnfn00D0lnfn00?o00000>SFH03XeV000`3XeV000ol0003o -ooooooooo`1>ooooo`00D?ooool01?l00000001B0000D_l0000701i2^`03o`00002;P/@0Rh;401T0 -Rh;40_l0000B0:5mZ`03o`000032Uj/0`YN[0100`YN[00?o00000=6ja03A^/@06@3A^/@00ol00000 -lnfn0??]_P060??]_P03o`00003XeV00j=IP00<0j=IP00?o0000ooooooooool0C_ooool0053ooooo -00Co00000000DP0005;o00001`0N@[/00ol00000Rh;408^2a00K08^2a003o`00002QOJ/0XGf[00l0 -XGf[00?o00000<:GZ`32Uj/03P32Uj/2o`0001`0dK[400?o00000??]_P3ckKh01P3ckKh00ol00000 -j=IP0>SFH0030>SFH003o`000?oooooooooo04kooooo001@ooooo`04o`0000000580001Bo`0000P0 -7T:k00?o000008^2a02;P/@06`2;P/@2o`0000l0XGf[00?o00000<:GZ`32Uj/03@32Uj/00ol00000 -dK[40=6ja00K0=6ja003o`00003ckKh0lnfn00L0lnfn00?o00000>SFH03XeV000P3XeV000ol0003o -ooooooooo`1?ooooo`00D?ooool01?l00000001B0000D_l0000801i2^`03o`00002;P/@0Rh;401d0 -Rh;400?o00000:5mZ`2QOJ/0302QOJ/00ol00000`YN[0<:GZ`0;0<:GZ`;o00007P3A^/@00ol00000 -lnfn0??]_P070??]_P03o`00003XeV00j=IP0080j=IP00?o0000ooooooooool0Coooool0057ooooo -00Co00000000DP0005;o0000200N@[/00ol00000Rh;408^2a00M08^2a0;o0000302QOJ/00ol00000 -`YN[0<:GZ`0:0<:GZ`03o`00003A^/@0dK[401h0dK[400?o00000??]_P3ckKh01`3ckKh00ol00000 -j=IP0>SFH0020>SFH003o`000?oooooooooo04oooooo001Aooooo`04o`0000000580001Bo`0000P0 -7T:k00?o000008^2a02;P/@07`2;P/@00ol00000XGf[0:5mZ`090:5mZ`03o`000032Uj/0`YN[00P0 -`YN[0_l0000P0=6ja003o`00003ckKh0lnfn00P0lnfn00?o00000>SFH03XeV000P3XeV000ol0003o -ooooooooo`1?ooooo`00DOooool01?l00000001B0000D_l0000901i2^`03o`00002;P/@0Rh;401l0 -Rh;40_l000090:5mZ`03o`000032Uj/0`YN[00L0`YN[00?o00000=6ja03A^/@0803A^/@00ol00000 -lnfn0??]_P080??]_P05o`00003XeV00j=IP0>SFH?l00000D_ooool0057ooooo00Co00000000DP00 -05;o00002@0N@[/00ol00000Rh;408^2a00Q08^2a003o`00002QOJ/0XGf[00H0XGf[00?o00000<:G -Z`32Uj/01@32Uj/2o`000280dK[400?o00000??]_P3ckKh02@3ckKh01Ol00000j=IP0>SFH03XeV3o -000005;ooooo001Aooooo`04o`0000000580001Bo`0000T07T:k00?o000008^2a02;P/@08P2;P/@2 -o`0000H0XGf[00?o00000<:GZ`32Uj/01032Uj/00ol00000dK[40=6ja00R0=6ja003o`00003ckKh0 -lnfn00T0lnfn00Go00000>SFH03XeV00j=IPo`00001Booooo`00D_ooool00ol00000001Bo`00000: -01i2^`03o`00002;P/@0Rh;402<0Rh;40_l000040:5mZ`03o`000032Uj/0`YN[0080`YN[0_l0000U -0=6ja003o`00003ckKh0lnfn00T0lnfn00Go00000>SFH03XeV00j=IPo`00001Booooo`00D_ooool0 -0ol00000001Bo`00000:01i2^`03o`00002;P/@0Rh;402D0Rh;400Go00000:5mZ`2QOJ/0XGf[o`00 -00030<:GZ`03o`00003A^/@0dK[402@0dK[400?o00000??]_P3ckKh02P3ckKh01?l00000j=IP0>SF -H?l0001Cooooo`00D_ooool00ol00000001Bo`00000;01i2^`03o`00002;P/@0Rh;402D0Rh;40_l0 -00000`2QOJ_o00000<:GZ`02o`0002L0dK[400?o00000??]_P3ckKh02@3ckKh01Ol00000j=IP0>SF -H03XeV3o000005?ooooo001Booooo`04o`0000000580001Bo`0000X07T:k00?o000008^2a02;P/@0 -9`2;P/@3o`0002P0dK[400?o00000??]_P3ckKh02P3ckKh01Ol00000j=IP0>SFH03XeV3o000005?o -oooo001Cooooo`03o`00000005;o000000/07T:k00?o000008^2a02;P/@09P2;P/@3o`0002P0dK[4 -00?o00000??]_P3ckKh02P3ckKh01Ol00000j=IP0>SFH03XeV3o000005?ooooo001Cooooo`03o`00 -000005;o000000/07T:k00?o000008^2a02;P/@0902;P/@2o`00000309NWhOl00000_LGQ00;o0000 -9@3A^/@00ol00000lnfn0??]_P0;0??]_P04o`00003XeV00j=IPo`0005Cooooo001Cooooo`03o`00 -000005;o000000`07T:k00?o000008^2a02;P/@08@2;P/@2o`0000<0UjOQ00Co00000;g5h@2maN40 -_LGQ0_l0000S0=6ja003o`00003ckKh0lnfn00/0lnfn00Co00000>SFH03XeV3o0000E?ooool005?o -oooo00?o00000000D_l00000300N@[/00ol00000Rh;408^2a00N08^2a0?o00001@2GYn400ol00000 -_LGQ0;g5h@030;g5h@?o0000803A^/@00ol00000lnfn0??]_P0;0??]_P04o`00003XeV00j=IPo`00 -05Cooooo001Dooooo`;o0000300N@[/00ol00000Rh;408^2a00L08^2a0;o0000202GYn400ol00000 -_LGQ0;g5h@060;g5h@;o00007@3A^/@00ol00000lnfn0??]_P0<0??]_P04o`00003XeV00j=IPo`00 -05Cooooo001Dooooo`;o00003@0N@[/00ol00000Rh;408^2a00I08^2a0;o00002P2GYn400ol00000 -_LGQ0;g5h@080;g5h@;o00006`3A^/@00ol00000lnfn0??]_P0<0??]_P03o`00003XeV3o000005Go -oooo001Dooooo`;o00003@0N@[/00ol00000Rh;408^2a00G08^2a0;o0000302GYn400ol00000_LGQ -0;g5h@0:0;g5h@;o0000603A^/@00ol00000lnfn0??]_P0=0??]_P03o`00003XeV3o000005Gooooo -001Dooooo`03o`00000005;o000000d07T:k00?o000008^2a02;P/@0502;P/@2o`0000h0UjOQ00?o -00000;g5h@2maN40302maN42o`0001H0dK[400?o00000??]_P3ckKh03@3ckKh00ol00000j=IPo`00 -001Eooooo`00EOooool2o`0000d07T:k00?o000008^2a02;P/@04@2;P/@3o`000100UjOQ00?o0000 -0;g5h@2maN403P2maN43o`0001<0dK[400?o00000??]_P3ckKh03@3ckKh00ol00000j=IPo`00001E -ooooo`00EOooool2o`0000h07T:k00?o000008^2a02;P/@03P2;P/@2o`0001<0UjOQ00?o00000;g5 -h@2maN404@2maN42o`000100dK[400?o00000??]_P3ckKh03P3ckKh2o`0005Kooooo001Eooooo`;o -00003P0N@[/00ol00000Rh;408^2a00<08^2a0;o00005@2GYn400ol00000_LGQ0;g5h@0C0;g5h@;o -00003P3A^/@00ol00000lnfn0??]_P0>0??]_P;o0000E_ooool005Gooooo0_l0000?01i2^`03o`00 -002;P/@0Rh;400T0Rh;40_l0000G09NWh@03o`00002maN40_LGQ01D0_LGQ0_l0000;0=6ja003o`00 -003ckKh0lnfn00l0lnfn0_l0001Fooooo`00EOooool2o`0000l07T:k00?o000008^2a02;P/@01`2; -P/@2o`0001T0UjOQ00?o00000;g5h@2maN405`2maN42o`0000T0dK[400?o00000??]_P3ckKh03P3c -kKh00ol00000j=IPo`00001Fooooo`00E_ooool00ol000007T:k01i2^`0=01i2^`03o`00002;P/@0 -Rh;400@0Rh;40ol0000K09NWh@03o`00002maN40_LGQ01T0_LGQ0ol000050=6ja003o`00003ckKh0 -lnfn00l0lnfn0_l0001Gooooo`00E_ooool00ol000007T:k01i2^`0>01i2^`04o`00002;P/@0Rh;4 -08^2a0;o00007P2GYn400ol00000_LGQ0;g5h@0L0;g5h@;o00000`3A^/@00ol00000lnfn0??]_P0? -0??]_P;o0000Eoooool005Kooooo0_l0000?01i2^`04o`00002;P/Co0000o`000200UjOQ00?o0000 -0;g5h@2maN407P2maN42o`0000030=6ja?l00000lnfn0100lnfn0_l0001Gooooo`00E_ooool2o`00 -00`07T:k1Ol0000R09NWh@03o`00002maN40_LGQ0200_LGQ1_l0000=0??]_P;o0000Eoooool005Oo -oooo00Co000001i2^`0N@[/07T:k2Ol00004029`g`03o`00002GYn40UjOQ0200UjOQ00?o00000;g5 -h@2maN40802maN400ol00000d__Q0=;kh@030=;kh@Wo0000103ckKh00ol0003oooooooooo`1Foooo -o`00Eoooool4o`0000h08W3O00?o000009NWh@2GYn407`2GYn400ol00000_LGQ0;g5h@0O0;g5h@03 -o`00003Bnn40d__Q00d0d__Q1Ol0001Hooooo`00FOooool00ol000008W3O029`g`0>029`g`03o`00 -002GYn40UjOQ01h0UjOQ00?o00000;g5h@2maN407P2maN400ol00000d__Q0=;kh@0@0=;kh@03o`00 -0?oooooooooo05Sooooo001Jooooo`03o`00000RL=l08W3O00h08W3O00?o000009NWh@2GYn407@2G -Yn400ol00000_LGQ0;g5h@0M0;g5h@03o`00003Bnn40d__Q0100d__Q00?o0000ooooooooool0FOoo -ool005_ooooo0_l0000?029`g`03o`00002GYn40UjOQ01`0UjOQ00?o00000;g5h@2maN40702maN40 -0ol00000d__Q0=;kh@0?0=;kh@;o0000G?ooool005gooooo00?o0000029`g`0RL=l03@0RL=l00ol0 -0000UjOQ09NWh@0K09NWh@03o`00002maN40_LGQ01/0_LGQ00?o00000=;kh@3Bnn403`3Bnn400ol0 -003oooooooooo`1Looooo`00G_ooool2o`0000h08W3O00?o000009NWh@2GYn406P2GYn400ol00000 -_LGQ0;g5h@0J0;g5h@03o`00003Bnn40d__Q00h0d__Q0_l0001Oooooo`00H?ooool00ol000008W3O -029`g`0<029`g`03o`00002GYn40UjOQ01T0UjOQ00?o00000;g5h@2maN406P2maN400ol00000d__Q -0=;kh@0=0=;kh@03o`000?oooooooooo05oooooo001Qooooo`03o`00000RL=l08W3O00`08W3O00?o -000009NWh@2GYn40602GYn400ol00000_LGQ0;g5h@0I0;g5h@03o`00003Bnn40d__Q00d0d__Q00?o -0000ooooooooool0H?ooool006;ooooo0_l0000=029`g`03o`00002GYn40UjOQ01L0UjOQ00?o0000 -0;g5h@2maN40602maN400ol00000d__Q0=;kh@0<0=;kh@;o0000Hoooool006Cooooo00?o0000029` -g`0RL=l02P0RL=l00ol00000UjOQ09NWh@0G09NWh@03o`00002maN40_LGQ01L0_LGQ00?o00000=;k -h@3Bnn40303Bnn400ol0003oooooooooo`1Sooooo`00IOooool2o`0000/08W3O00?o000009NWh@2G -Yn405P2GYn400ol00000_LGQ0;g5h@0F0;g5h@03o`00003Bnn40d__Q00/0d__Q0_l0001Vooooo`00 -Ioooool00ol000008W3O029`g`09029`g`03o`00002GYn40UjOQ01H0UjOQ00?o00000;g5h@2maN40 -502maN400ol00000d__Q0=;kh@0;0=;kh@03o`000?oooooooooo06Kooooo001Xooooo`03o`00000R -L=l08W3O00T08W3O00?o000009NWh@2GYn405@2GYn400ol00000_LGQ0;g5h@0D0;g5h@03o`00003B -nn40d__Q00X0d__Q00?o0000ooooooooool0Ioooool006Wooooo0_l0000:029`g`03o`00002GYn40 -UjOQ01@0UjOQ00?o00000;g5h@2maN404`2maN400ol00000d__Q0=;kh@090=;kh@;o0000J_ooool0 -06_ooooo00?o0000029`g`0RL=l0200RL=l00ol00000UjOQ09NWh@0C09NWh@03o`00002maN40_LGQ -0180_LGQ00?o00000=;kh@3Bnn402@3Bnn400ol0003oooooooooo`1Zooooo`00K?ooool2o`0000T0 -8W3O00?o000009NWh@2GYn404P2GYn400ol00000_LGQ0;g5h@0A0;g5h@03o`00003Bnn40d__Q00P0 -d__Q0_l0001]ooooo`00K_ooool00ol000008W3O029`g`07029`g`03o`00002GYn40UjOQ0140UjOQ -00?o00000;g5h@2maN40402maN400ol00000d__Q0=;kh@080=;kh@03o`000?oooooooooo06gooooo -001_ooooo`03o`00000RL=l08W3O00L08W3O00?o000009NWh@2GYn40402GYn400ol00000_LGQ0;g5 -h@0?0;g5h@03o`00003Bnn40d__Q00P0d__Q00?o0000ooooooooool0K_ooool0073ooooo0_l00008 -029`g`03o`00002GYn40UjOQ00l0UjOQ00?o00000;g5h@2maN403P2maN400ol00000d__Q0=;kh@07 -0=;kh@;o0000LOooool007;ooooo00?o0000029`g`0RL=l01@0RL=l00ol00000UjOQ09NWh@0?09NW -h@03o`00002maN40_LGQ00h0_LGQ00?o00000=;kh@3Bnn401P3Bnn400ol0003oooooooooo`1aoooo -o`00Loooool2o`0000H08W3O00?o000009NWh@2GYn403P2GYn400ol00000_LGQ0;g5h@0=0;g5h@03 -o`00003Bnn40d__Q00D0d__Q0_l0001dooooo`00MOooool00ol000008W3O029`g`04029`g`03o`00 -002GYn40UjOQ00d0UjOQ00?o00000;g5h@2maN40302maN400ol00000d__Q0=;kh@050=;kh@03o`00 -0?oooooooooo07Cooooo001fooooo`03o`00000RL=l08W3O00@08W3O00?o000009NWh@2GYn40302G -Yn400ol00000_LGQ0;g5h@0;0;g5h@03o`00003Bnn40d__Q00D0d__Q00?o0000ooooooooool0MOoo -ool007Oooooo0_l00005029`g`03o`00002GYn40UjOQ00/0UjOQ00?o00000;g5h@2maN402P2maN40 -0ol00000d__Q0=;kh@040=;kh@;o0000N?ooool007Wooooo00?o0000029`g`0RL=l00`0RL=l00ol0 -0000UjOQ09NWh@0:09NWh@03o`00002maN40_LGQ00T0_LGQ00?o00000=;kh@3Bnn40103Bnn400ol0 -003oooooooooo`1hooooo`00N_ooool2o`0000@08W3O00?o000009NWh@2GYn402@2GYn400ol00000 -_LGQ0;g5h@080;g5h@03o`00003Bnn40d__Q00<0d__Q0_l0001kooooo`00O?ooool00ol000008W3O -029`g`02029`g`03o`00002GYn40UjOQ00P0UjOQ00?o00000;g5h@2maN40202maN400ol00000d__Q -0=;kh@020=;kh@03o`000?oooooooooo07_ooooo001mooooo`03o`00000RL=l08W3O00808W3O00?o -000009NWh@2GYn401`2GYn400ol00000_LGQ0;g5h@070;g5h@03o`00003Bnn40d__Q0080d__Q00?o -0000ooooooooool0O?ooool007kooooo0_l00003029`g`03o`00002GYn40UjOQ00H0UjOQ00?o0000 -0;g5h@2maN401P2maN401?l00000d__Q0=;kh@3Bnn42o`0007oooooo0020ooooo`04o`00000RL=l0 -8W3Oo`0000P0UjOQ00?o00000;g5h@2maN401@2maN401Ol00000d__Q0=;kh@3Bnn7o0000087ooooo -0021ooooo`;o000000<08W3Oo`00002GYn401P2GYn400ol00000_LGQ0;g5h@040;g5h@03o`00003B -nn40d__Q00;o0000P_ooool008?ooooo00?o0000029`gol000001P2GYn400ol00000_LGQ0;g5h@03 -0;g5h@04o`00003Bnn40d__Qo`0008Cooooo0024ooooo`03o`00000RL=oo000000D0UjOQ00?o0000 -0;g5h@2maN400`2maN400ol00000d__Qo`000025ooooo`00QOooool3o`0000@0UjOQ00?o00000;g5 -h@2maN400P2maN43o`0008Kooooo0027ooooo`;o00000`2GYn401?l00000_LGQ0;g5h@2maN42o`00 -08Sooooo0028ooooo`;o00000P2GYn400ol00000_LGQ0;g5h@02o`0008Wooooo002:ooooo`05o`00 -002GYn7o00000;g5hOl00000Roooool008_ooooo0ol0002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.53124 .45363 m .61766 .39786 L .69667 .54859 L closepath p .544 .501 .758 r -F P -0 g -s -.5 .27523 m .61766 .39786 L .53124 .45363 L closepath p .598 .618 .842 r -F P -0 g -s -.53784 .56992 m .53124 .45363 L .69667 .54859 L closepath p .606 .478 .68 r -F P -0 g -s -.37465 .56997 m .53784 .56992 L .53124 .45363 L closepath p .706 .555 .68 r -F P -0 g -s -.42372 .41472 m .37465 .56997 L .53124 .45363 L closepath p .758 .658 .751 r -F P -0 g -s -.42372 .41472 m .5 .27523 L .53124 .45363 L closepath p .712 .698 .834 r -F P -0 g -s -.37465 .56997 m .41768 .68394 L .53323 .67212 L closepath p .722 .358 .36 r -F P -0 g -s -.31871 .63494 m .41768 .68394 L .37465 .56997 L closepath p .856 .428 .203 r -F P -0 g -s -.53784 .56992 m .37465 .56997 L .53323 .67212 L closepath p .686 .42 .514 r -F P -0 g -s -.37465 .56997 m .42372 .41472 L .33052 .39916 L closepath p .878 .795 .764 r -F P -0 g -s -.29076 .51562 m .33052 .39916 L .37465 .56997 L closepath p .965 .824 .653 r -F P -0 g -s -.29076 .51562 m .31871 .63494 L .37465 .56997 L closepath p .959 .624 .316 r -F P -0 g -s -.53323 .67212 m .53784 .56992 L .69667 .54859 L closepath p .564 .318 .502 r -F P -0 g -s -.42372 .41472 m .33052 .39916 L .5 .27523 L closepath p .828 .857 .868 r -F P -0 g -s -.5 .27523 m .61766 .39786 L .67754 .36786 L closepath p .318 .516 .892 r -F P -0 g -s -.61766 .39786 m .69667 .54859 L .67754 .36786 L closepath p .253 .348 .768 r -F P -0 g -s -.69054 .61338 m .72166 .48345 L .69667 .54859 L closepath p 0 0 0 r -F P -0 g -s -.67754 .36786 m .72166 .48345 L .69667 .54859 L closepath p 0 0 .529 r -F P -0 g -s -.62724 .67334 m .69054 .61338 L .69667 .54859 L closepath p 0 0 0 r -F P -0 g -s -.62724 .67334 m .53323 .67212 L .69667 .54859 L closepath p .387 .066 .295 r -F P -0 g -s -.5 .75807 m .41768 .68394 L .53323 .67212 L closepath p .552 .057 .033 r -F P -0 g -s -.62724 .67334 m .5 .75807 L .53323 .67212 L closepath p .302 0 0 r -F P -0 g -s -.5 .27523 m .36864 .32105 L .33052 .39916 L closepath p .804 .981 .896 r -F P -0 g -s -.46059 .29588 m .36864 .32105 L .5 .27523 L closepath p 0 0 0 r -F P -0 g -s -.59003 .29883 m .5 .27523 L .67754 .36786 L closepath p 0 .41 .838 r -F P -0 g -s -.59003 .29883 m .46059 .29588 L .5 .27523 L closepath p .24 0 0 r -F P -0 g -s -.2618 .44114 m .36864 .32105 L .33052 .39916 L closepath p .783 .954 .626 r -F P -0 g -s -.29076 .51562 m .2618 .44114 L .33052 .39916 L closepath p .958 .903 .53 r -F P -0 g -s -.31871 .63494 m .41768 .68394 L .5 .75807 L closepath p .568 0 0 r -F P -0 g -s -.31871 .63494 m .29076 .51562 L .2618 .44114 L closepath p .77 .486 0 r -F P -0 g -s -.62724 .67334 m .5 .75807 L .69054 .61338 L closepath p .568 .912 .695 r -F P -0 g -s -.66737 .40657 m .72166 .48345 L .67754 .36786 L closepath p .804 .433 0 r -F P -0 g -s -.59003 .29883 m .66737 .40657 L .67754 .36786 L closepath p .702 .183 0 r -F P -0 g -s -.35658 .62451 m .5 .75807 L .31871 .63494 L closepath p 0 .363 .831 r -F P -0 g -s -.35658 .62451 m .2618 .44114 L .31871 .63494 L closepath p 0 .13 .672 r -F P -0 g -s -.36864 .32105 m .2618 .44114 L .46059 .29588 L closepath p .109 0 0 r -F P -0 g -s -.72166 .48345 m .69054 .61338 L .66737 .40657 L closepath p .992 .865 .523 r -F P -0 g -s -.59003 .29883 m .46059 .29588 L .66737 .40657 L closepath p .672 .204 .133 r -F P -0 g -s -.66737 .40657 m .59857 .6102 L .69054 .61338 L closepath p .927 .87 .762 r -F P -0 g -s -.5 .75807 m .59857 .6102 L .69054 .61338 L closepath p .834 .95 .894 r -F P -0 g -s -.45738 .56325 m .59857 .6102 L .5 .75807 L closepath p .706 .738 .876 r -F P -0 g -s -.35658 .62451 m .45738 .56325 L .5 .75807 L closepath p .538 .623 .884 r -F P -0 g -s -.46059 .29588 m .44949 .40666 L .2618 .44114 L closepath p .48 .188 .391 r -F P -0 g -s -.66737 .40657 m .44949 .40666 L .46059 .29588 L closepath p .664 .344 .421 r -F P -0 g -s -.45738 .56325 m .44949 .40666 L .2618 .44114 L closepath p .565 .438 .666 r -F P -0 g -s -.35658 .62451 m .45738 .56325 L .2618 .44114 L closepath p .467 .461 .768 r -F P -0 g -s -.59857 .6102 m .66737 .40657 L .45738 .56325 L closepath p .775 .686 .766 r -F P -0 g -s -.66737 .40657 m .44949 .40666 L .45738 .56325 L closepath p .706 .547 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHggN``3]g/?o00000?gMQOl000050gN``3]g/?o00000P3mgHD00ol00000cFh00gN`ol000030?gM -Q@03o`00003=KP00cFh00080cFh000?o0000ooooooooool0D_ooool004[ooooo00?o000007X`I?l0 -00001Ol0000/091`ZP03o`00002dS:/0]8b[02l0]8b[00?o00000gN``3]g/?o000000<0oMf500?o00000gN``3] -g/<0kMk3o`0000040?gMQ@05o`00003=KP00cFh00gN -``3]g/<0kMk3o`0000050?gMQ@05o`00003=KP00cFh00gN``020>gN``03o`00003mgHD0oMf500@0oMf500Co00000gN``3]g/<00`3]g/<00ol00000oMf50?gM -Q@040?gMQ@04o`00003=KP00cFh0o`0005;ooooo001:ooooo`;o00001@1gM/@2o`0002`0T72Z00?o -00000;BgN``04 -0>gN``03o`00003mgHD0oMf500D0oMf500Co00000gN``3]g/<0103]g/<00ol00000oMf50?gMQ@060?gMQ@03o`00003=KP3o0000057ooooo001;oooo -o`03o`0000008Jco000000P0MgK400?o0000091`ZP2@L:X09P2@L:X00ol00000]8b[0;BgN``3]g/<01@3]g/<00ol00000oMf50?gMQ@070?gM -Q@;o0000DOooool004_ooooo00?o0000000Q[?l000002@1gM/@2o`0002H0T72Z00?o00000;BgN``3]g/<01@3]g/<00ol00000oMf50?gMQ@080?gMQ@;o -0000D?ooool004cooooo00?o0000000Q[?l000002P1gM/@2o`0002@0T72Z00?o00000;BgN``3]g/<01P3] -g/<00ol00000oMf50?gMQ@090?gMQ@03o`000?oooooooooo04kooooo00107Mfa003o`00002@L:X0T72Z01h0T72Z00?o00000;B07Mfa0;o00007P2@L:X0 -0ol00000]8b[0;BgN``080>gN``03o`00003mgHD0 -oMf500T0oMf500?o0000ooooooooool0COooool004gooooo00Go0000000Q[0008J`0026/o`00000? -07Mfa003o`00002@L:X0T72Z01/0T72Z00?o00000;B -ooooo`00C_ooool01?l00000026/000Q[?l0000@07Mfa0;o00006`2@L:X00ol00000]8b[0;BgN``3]g/<0203]g/<00ol00000oMf50?gMQ@08 -0?gMQ@03o`000?oooooooooo04kooooo001>ooooo`05o`0000008J`0026/000Q[?l000004@1gM/@2 -o`0001T0T72Z00?o00000;BgN``3]g/<02@3]g/<0 -0ol00000oMf50?gMQ@080?gMQ@03o`000?oooooooooo04kooooo001>ooooo`05o`0000008J`0026/ -000Q[?l000004`1gM/@00ol00000T72Z091`ZP0F091`ZP03o`00002dS:/0]8b[01@0]8b[00?o0000 -0gN``090>gN``03o`00003mgHD0oMf500P0oMf500?o0000 -ooooooooool0C_ooool004kooooo00?o0000000Q[0008J`00P008J`00ol00000MgK407Mfa00A07Mf -a0;o00005P2@L:X00ol00000]8b[0;BgN -``3]g/<02@3]g/<00ol00000oMf50?gMQ@080?gMQ@03o`000?oooooooooo04kooooo001?ooooo`05 -o`0000008J`0026/000Q[?l000005@1gM/@00ol00000T72Z091`ZP0C091`ZP03o`00002dS:/0]8b[ -0140]8b[0_l0000L0gN``0;0>gN``03o`00003mgHD0oMf500H0oMf500?o0000ooooooooool0Coooool004oooooo -00?o0000000Q[0008J`00P008J`00ol00000MgK407Mfa00E07Mfa003o`00002@L:X0T72Z0100T72Z -00?o00000;B -091`ZP03o`00002dS:/0]8b[00`0]8b[00?o00000gN``0< -0>gN``03o`00003mgHD0oMf500H0oMf500?o0000ooooooooool0Coooool0053ooooo00?o0000000Q -[0008J`00`008J`00ol00000MgK407Mfa00H07Mfa003o`00002@L:X0T72Z00`0T72Z00?o00000;B< -Z`2dS:/02P2dS:/00ol00000aZo40gN``3]g/<0 -3@3]g/<00ol00000oMf50?gMQ@050?gMQ@03o`000?oooooooooo053ooooo001Aooooo`03o`000000 -8J`0026/00<0026/00?o000007Mfa01gM/@06`1gM/@2o`0000T0T72Z00?o00000;BgN``0?0>gN``03o`00003mgHD0oMf500<0oMf500?o0000ooooooooool0DOooool0 -05;ooooo00?o0000000Q[0008J`00`008J`00ol00000MgK407Mfa00M07Mfa0;o00001P2@L:X00ol0 -0000]8b[0;BgN``3]g/<03`3]g/<00ol0 -0000oMf50?gMQ@030?gMQ@03o`000?oooooooooo057ooooo001Booooo`03o`0000008J`0026/00@0 -026/00?o000007Mfa01gM/@07P1gM/@2o`0000@0T72Z00?o00000;BgN``0@0>gN``03 -o`00003mgHD0oMf500<0oMf500?o0000ooooooooool0DOooool005;ooooo00?o0000000Q[0008J`0 -1@008J`00ol00000MgK407Mfa00P07Mfa0;o000000@0T72Zo`00002dS:_o0000:P36[l@00ol00000 -kMk30>gN``0@0>gN``03o`00003mgHD0oMf500<0oMf500?o0000ooooooooool0DOooool005?ooooo -00?o0000000Q[0008J`010008J`00ol00000MgK407Mfa00R07Mfa0?o0000:`36[l@00ol00000kMk3 -0>gN``0@0>gN``03o`00003mgHD0oMf50080oMf500?o0000ooooooooool0D_ooool005?ooooo00?o -0000000Q[0008J`01@008J`00ol00000MgK407Mfa00Q07Mfa0Co0000:@36[l@00ol00000kMk30>gN -``0A0>gN``03o`00003mgHD0oMf50080oMf500?o0000ooooooooool0D_ooool005?ooooo00?o0000 -000Q[0008J`01@008J`00ol00000MgK407Mfa00P07Mfa003o`000029Wn;o00000080];cP0ol0000V -000];cP00<0];cP0ol0000S000];cP00D0];cP0ol0000O000202d_>03o`0001`0aZo400?o00000>gN``3]g/<04`3]g/<01?l00000oMf50?gMQOl0001Eoooo -o`00E?ooool00ol00000026/000Q[007000Q[003o`00001gM/@0MgK401H0MgK40_l0000808VOhP03 -o`00002d_>00];cP00/0];cP0ol0000I00;Blh0?o00005@36[l@00ol00000kMk30>gN``0D0>gN``04 -o`00003mgHD0oMf5o`0005Gooooo001Eooooo`03o`0000008J`0026/00L0026/00?o000007Mfa01g -M/@04P1gM/@00ol00000RIoR08VOhP0:08VOhP03o`00002d_>00];cP0140];cP0ol0000B0gN``0D0>gN``03o`00003mgHGo000005Kooooo001Fooooo`03o`00 -00008J`0026/00L0026/00?o000007Mfa01gM/@03@1gM/@2o`000100RIoR00?o00000;Blh02d_>00 -5P2d_>03o`0000/0aZo400?o00000>gN``3]g/<05@3]g/<00ol00000oMf5o`00001Fooooo`00E_oo -ool00ol00000026/000Q[007000Q[003o`00001gM/@0MgK400`0MgK400?o000008VOhP29Wn804029 -Wn800ol00000];cP0;Blh00I0;Blh0?o00002036[l@00ol00000kMk30>gN``0E0>gN``03o`00003m -gHGo000005Kooooo001Fooooo`03o`0000008J`0026/00P0026/00?o000007Mfa01gM/@02@1gM/@2 -o`0001<0RIoR00?o00000;Blh02d_>00702d_>03o`0000D0aZo400?o00000>gN``3]g/<05P3]g/<2 -o`0005Kooooo001Gooooo`03o`0000008J`0026/00L0026/00?o000007Mfa01gM/@01`1gM/@2o`00 -01H0RIoR00?o00000;Blh02d_>007P2d_>03o`000003000];cP0280];cP00?o00000=Gci03Eln@02`3Eln@=o`0005Oooooo001Gooooo`03o`000000 -8J`0026/00T0026/00?o000007Mfa01gM/@00_l0000K08VOhP03o`00002d_>00];cP0240];cP00?o -00000=Gci03Eln@05P3Eln@00ol0003oooooooooo`1Gooooo`00F?ooool00ol00000026/000Q[008 -000Q[003o`00001gM/Co000001d0RIoR00?o00000;Blh02d_>00802d_>000ol00000eO?T0=Gci00F -0=Gci003o`000?oooooooooo05Sooooo001Hooooo`03o`0000008J`0026/00L0026/1?l0000N08VO -hP03o`00002d_>00];cP01l0];cP00?o00000=Gci03Eln@0503Eln@2o`0005_ooooo001Hooooo`03 -o`0000008J`0026/00<0026/1?l00004001Le003o`000029Wn80RIoR01/0RIoR00?o00000;Blh02d -_>007P2d_>000ol00000eO?T0=Gci00D0=Gci0;o0000G?ooool005Wooooo00?o0000000Q[?l00000 -0_l00009001Le003o`000029Wn80RIoR01X0RIoR00?o00000;Blh02d_>007@2d_>000ol00000eO?T -0=Gci00D0=Gci0;o0000GOooool005Wooooo0_l0000=001Le003o`000029Wn80RIoR01T0RIoR00?o -00000;Blh02d_>007@2d_>000ol00000eO?T0=Gci00B0=Gci0?o0000G_ooool005_ooooo00?o0000 -001Le000G=@02`00G=@00ol00000RIoR08VOhP0H08VOhP03o`00002d_>00];cP01`0];cP00?o0000 -0=Gci03Eln@04P3Eln@00ol00000TNVao`00001Oooooo`00G?ooool2o`0000`005cD00?o000008VO -hP29Wn806029Wn800ol00000];cP0;Blh00J0;Blh003o`00003Eln@0eO?T0180eO?T00?o0000097Y -/Ol00000H?ooool005kooooo00?o0000001Le000G=@02P00G=@00ol00000RIoR08VOhP0G08VOhP03 -o`00002d_>00];cP01X0];cP00?o00000=Gci03Eln@0403Eln@2o`000003097Y/Ol0003ooooo063o -oooo001Oooooo`;o00002`00G=@00ol00000RIoR08VOhP0F08VOhP03o`00002d_>00];cP01T0];cP -00?o00000=Gci03Eln@0403Eln@01?l00000TNVa097Y/Ol0001Rooooo`00HOooool00ol0000005cD -001Le009001Le003o`000029Wn80RIoR01D0RIoR00?o00000;Blh02d_>00602d_>000ol00000eO?T -0=Gci00@0=Gci004o`00002AjK40TNVao`0006?ooooo001Rooooo`03o`000000G=@005cD00T005cD -00?o000008VOhP29Wn805@29Wn800ol00000];cP0;Blh00G0;Blh003o`00003Eln@0eO?T00l0eO?T -00Co0000097Y/@2AjK7o0000I?ooool006?ooooo0_l0000:001Le003o`000029Wn80RIoR01@0RIoR -00?o00000;Blh02d_>005P2d_>000ol00000eO?T0=Gci00>0=Gci0;o00000P2AjK400ol0003ooooo -ooooo`1Sooooo`00IOooool00ol0000005cD001Le008001Le003o`000029Wn80RIoR01<0RIoR00?o -00000;Blh02d_>005@2d_>000ol00000eO?T0=Gci00>0=Gci005o`00002AjK40TNVa097Y/Ol00000 -I_ooool006Kooooo0_l00009001Le003o`000029Wn80RIoR0180RIoR00?o00000;Blh02d_>005@2d -_>000ol00000eO?T0=Gci00=0=Gci005o`00002AjK40TNVa097Y/Ol00000Ioooool006Sooooo00?o -0000001Le000G=@01`00G=@00ol00000RIoR08VOhP0A08VOhP03o`00002d_>00];cP01@0];cP00?o -00000=Gci03Eln@0303Eln@2o`0000<0TNVa00?o0000ooooooooool0I_ooool006Wooooo0_l00008 -001Le003o`000029Wn80RIoR0140RIoR00?o00000;Blh02d_>004P2d_>000ol00000eO?T0=Gci00< -0=Gci004o`00002AjK40TNVa097Y/@;o0000JOooool006_ooooo00?o0000001Le000G=@01P00G=@0 -0ol00000RIoR08VOhP0@08VOhP03o`00002d_>00];cP0180];cP00?o00000=Gci03Eln@02`3Eln@0 -1Ol00000TNVa097Y/@2AjK7o000006_ooooo001/ooooo`;o00001`00G=@00ol00000RIoR08VOhP0? -08VOhP03o`00002d_>00];cP0140];cP00?o00000=Gci03Eln@02P3Eln@2o`000080TNVa0_l0001/ -ooooo`00K_ooool00ol0000005cD001Le005001Le003o`000029Wn80RIoR00h0RIoR00?o00000;Bl -h02d_>00402d_>000ol00000eO?T0=Gci00:0=Gci005o`00002AjK40TNVa097Y/Ol00000K_ooool0 -06oooooo0_l00006001Le003o`000029Wn80RIoR00h0RIoR00?o00000;Blh02d_>003`2d_>000ol0 -0000eO?T0=Gci0090=Gci003o`00002AjK40TNVa00;o0000Koooool0077ooooo00?o0000001Le000 -G=@01000G=@2o`0000h0RIoR00?o00000;Blh02d_>003P2d_>000ol00000eO?T0=Gci0080=Gci0;o -00000P2AjK400ol0003oooooooooo`1_ooooo`00L_ooool2o`0000H005cD00?o000008VOhP29Wn80 -2`29Wn800ol00000];cP0;Blh00=0;Blh003o`00003Eln@0eO?T00P0eO?T00?o0000097Y/@2AjK40 -0_l0001booooo`00M?ooool00ol0000005cD001Le004001Le003o`000029Wn80RIoR00X0RIoR00?o -00000;Blh02d_>003@2d_>000ol00000eO?T0=Gci0070=Gci004o`00002AjK40TNVao`0007Cooooo -001eooooo`03o`000000G=@005cD00@005cD00?o000008VOhP29Wn802@29Wn800ol00000];cP0;Bl -h00<0;Blh003o`00003Eln@0eO?T00H0eO?T0_l000000`2AjK7o0000o`00001eooooo`00M_ooool2 -o`0000D005cD00?o000008VOhP29Wn802@29Wn800ol00000];cP0;Blh00:0;Blh003o`00003Eln@0 -eO?T00H0eO?T00Co0000097Y/@2AjK7o0000Moooool007Sooooo00?o0000001Le000G=@00`00G=@0 -0ol00000RIoR08VOhP0808VOhP03o`00002d_>00];cP00X0];cP00?o00000=Gci03Eln@01@3Eln@0 -1?l00000TNVao`000?l0001hooooo`00NOooool2o`0000@005cD00?o000008VOhP29Wn801`29Wn80 -0ol00000];cP0;Blh0090;Blh003o`00003Eln@0eO?T00@0eO?T0_l000000`2AjK7o0000ooooo`1i -ooooo`00Noooool00ol0000005cD001Le002001Le003o`000029Wn80RIoR00H0RIoR00?o00000;Bl -h02d_>00202d_>000ol00000eO?T0=Gci0040=Gci004o`00002AjK7o0000o`0007_ooooo001loooo -o`;o00000`00G=@00ol00000RIoR08VOhP0508VOhP03o`00002d_>00];cP00P0];cP00?o00000=Gc -i03Eln@00`3Eln@00ol00000TNVao`00001mooooo`00O_ooool01Ol0000005cD001Le000G=Co0000 -00L0RIoR00?o00000;Blh02d_>001P2d_>000ol00000eO?T0=Gci0030=Gci0?o0000O_ooool007oo -oooo0_l00002001Le003o`000029Wn80RIoR00@0RIoR00?o00000;Blh02d_>001@2d_>000ol00000 -eO?T0=Gci0020=Gci0?o0000P?ooool0087ooooo00Co0000001Le000G=Co00001@29Wn800ol00000 -];cP0;Blh0050;Blh004o`00003Eln@0eO?T0=Gci0?o0000POooool008;ooooo0_l000000`00G=Co -000008VOhP0308VOhP03o`00002d_>00];cP00@0];cP00Co00000=Gci03Eln@0eO?T0_l00023oooo -o`00Q?ooool00ol0000005cDo`00000408VOhP03o`00002d_>00];cP0080];cP00?o00000=Gci03E -ln@00ol00024ooooo`00QOooool00ol0000005cDo`00000308VOhP03o`00002d_>00];cP0080];cP -00Co00000=Gci?l0003o0000Q_ooool008Kooooo0ol0000208VOhP06o`00002d_>00];cP0;Blh?l0 -0000eO?T0_l00027ooooo`00R?ooool2o`00000408VOh_l00000];cP0;Blh0?o0000ROooool008Wo -oooo0ol000020;Blh0;o0000R_ooool008_ooooo0ol0002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.4104 .57603 m .4409 .687 L .56177 .66998 L closepath p .675 .323 .369 r -F P -0 g -s -.33127 .64347 m .4409 .687 L .4104 .57603 L closepath p .829 .421 .273 r -F P -0 g -s -.4104 .57603 m .5704 .56684 L .55806 .45048 L closepath p .664 .522 .68 r -F P -0 g -s -.5704 .56684 m .4104 .57603 L .56177 .66998 L closepath p .636 .379 .512 r -F P -0 g -s -.4104 .57603 m .44521 .41961 L .34205 .4116 L closepath p .846 .753 .76 r -F P -0 g -s -.44521 .41961 m .4104 .57603 L .55806 .45048 L closepath p .724 .628 .75 r -F P -0 g -s -.30586 .5282 m .34205 .4116 L .4104 .57603 L closepath p .929 .774 .668 r -F P -0 g -s -.30586 .5282 m .33127 .64347 L .4104 .57603 L closepath p .934 .608 .397 r -F P -0 g -s -.55806 .45048 m .63136 .38822 L .72174 .53604 L closepath p .486 .468 .762 r -F P -0 g -s -.5 .27523 m .63136 .38822 L .55806 .45048 L closepath p .56 .599 .849 r -F P -0 g -s -.5704 .56684 m .55806 .45048 L .72174 .53604 L closepath p .553 .439 .679 r -F P -0 g -s -.44521 .41961 m .5 .27523 L .55806 .45048 L closepath p .685 .674 .834 r -F P -0 g -s -.56177 .66998 m .5704 .56684 L .72174 .53604 L closepath p .496 .26 .487 r -F P -0 g -s -.44521 .41961 m .34205 .4116 L .5 .27523 L closepath p .812 .821 .858 r -F P -0 g -s -.5 .27523 m .63136 .38822 L .67212 .35366 L closepath p .233 .493 .897 r -F P -0 g -s -.63136 .38822 m .72174 .53604 L .67212 .35366 L closepath p .114 .28 .756 r -F P -0 g -s -.5 .75807 m .4409 .687 L .56177 .66998 L closepath p .503 .017 .036 r -F P -0 g -s -.64223 .66726 m .5 .75807 L .56177 .66998 L closepath p .191 0 0 r -F P -0 g -s -.64223 .66726 m .56177 .66998 L .72174 .53604 L closepath p .272 0 .236 r -F P -0 g -s -.24533 .45861 m .35775 .3327 L .34205 .4116 L closepath p .899 .983 .715 r -F P -0 g -s -.5 .27523 m .35775 .3327 L .34205 .4116 L closepath p .832 .954 .895 r -F P -0 g -s -.30586 .5282 m .24533 .45861 L .34205 .4116 L closepath p .99 .884 .61 r -F P -0 g -s -.67212 .35366 m .716 .46862 L .72174 .53604 L closepath p 0 0 .377 r -F P -0 g -s -.64223 .66726 m .68501 .60355 L .72174 .53604 L closepath p 0 0 0 r -F P -0 g -s -.68501 .60355 m .716 .46862 L .72174 .53604 L closepath p .86 .809 .323 r -F P -0 g -s -.42762 .30083 m .35775 .3327 L .5 .27523 L closepath p .31 .785 .689 r -F P -0 g -s -.56576 .2919 m .5 .27523 L .67212 .35366 L closepath p 0 .373 .773 r -F P -0 g -s -.56576 .2919 m .42762 .30083 L .5 .27523 L closepath p .172 0 0 r -F P -0 g -s -.33127 .64347 m .4409 .687 L .5 .75807 L closepath p .618 .052 0 r -F P -0 g -s -.33127 .64347 m .30586 .5282 L .24533 .45861 L closepath p .925 .596 .136 r -F P -0 g -s -.34491 .63198 m .5 .75807 L .33127 .64347 L closepath p 0 .267 .744 r -F P -0 g -s -.34491 .63198 m .24533 .45861 L .33127 .64347 L closepath p 0 0 .544 r -F P -0 g -s -.64223 .66726 m .5 .75807 L .68501 .60355 L closepath p .709 .982 .801 r -F P -0 g -s -.35775 .3327 m .24533 .45861 L .42762 .30083 L closepath p 0 0 0 r -F P -0 g -s -.62321 .39544 m .716 .46862 L .67212 .35366 L closepath p .907 .509 .103 r -F P -0 g -s -.56576 .2919 m .62321 .39544 L .67212 .35366 L closepath p .75 .23 0 r -F P -0 g -s -.716 .46862 m .68501 .60355 L .62321 .39544 L closepath p .987 .829 .599 r -F P -0 g -s -.56576 .2919 m .42762 .30083 L .62321 .39544 L closepath p .61 .16 .156 r -F P -0 g -s -.5 .75807 m .57206 .60573 L .68501 .60355 L closepath p .827 .907 .894 r -F P -0 g -s -.42176 .56672 m .57206 .60573 L .5 .75807 L closepath p .668 .706 .876 r -F P -0 g -s -.34491 .63198 m .42176 .56672 L .5 .75807 L closepath p .474 .591 .89 r -F P -0 g -s -.42176 .56672 m .40739 .41207 L .24533 .45861 L closepath p .483 .378 .659 r -F P -0 g -s -.42762 .30083 m .40739 .41207 L .24533 .45861 L closepath p .365 .087 .352 r -F P -0 g -s -.34491 .63198 m .42176 .56672 L .24533 .45861 L closepath p .368 .402 .765 r -F P -0 g -s -.62321 .39544 m .57206 .60573 L .68501 .60355 L closepath p .89 .814 .767 r -F P -0 g -s -.62321 .39544 m .40739 .41207 L .42762 .30083 L closepath p .592 .284 .416 r -F P -0 g -s -.57206 .60573 m .62321 .39544 L .42176 .56672 L closepath p .729 .645 .765 r -F P -0 g -s -.62321 .39544 m .40739 .41207 L .42176 .56672 L closepath p .649 .501 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgP00_cX0o`0007Oooooo001eooooo`;o000000<0GAIJo`00002GB6X00_l0 -000S09`X9`04o`00002o>P00_cX00;lj00;o0000MOooool007;ooooo1?l0000205dFFP04o`00002G -B6X0UdQZ09M8JP;o00008P2L:2L00ol00000_cX00;lj00020;lj00;o0000Loooool0073ooooo0_l0 -000200000005o`00001M5UX0GAIJ05dFF_l000001@2GB6X2o`000240W2PW00?o00000;lj002o>P00 -0`2o>P02o`00077ooooo001^ooooo`;o00000`0000001Ol00000GAIJ05dFFP1M5U[o000000P0UdQZ -0_l0000O09`X9`03o`00002o>P00_cX000D0_cX000?o0000ooooooooool0K_ooool006cooooo0_l0 -0003000000;o0000101M5UX00ol00000UdQZ09M8JP0809M8JP;o00007P2L:2L00ol00000_cX00;lj -00050;lj00;o0000K_ooool006[ooooo0_l0000400000003o`00001M5UX0GAIJ00@0GAIJ00?o0000 -09M8JP2GB6X02P2GB6X2o`0001`0W2PW00?o00000;lj002o>P001`2o>P02o`0006cooooo001Woooo -o`?o00001@0000000ol00000GAIJ05dFFP0505dFFP03o`00002GB6X0UdQZ00`0UdQZ0_l0000K09`X -9`03o`00002o>P00_cX000P0_cX00_l0001Zooooo`00IOooool2o`0000L0000000?o000005dFFP1M -5UX01P1M5UX00ol00000UdQZ09M8JP0>09M8JP;o00006P2L:2L00ol00000_cX00;lj00090;lj00;o -0000J?ooool006Cooooo00?o00000000000000001P0000000ol00000GAIJ05dFFP0605dFFP03o`00 -002GB6X0UdQZ0140UdQZ0_l0000H09`X9`03o`00002o>P00_cX000/0_cX000?o0000ooooooooool0 -IOooool006Cooooo00?o00000000000000001@0000000ol00000GAIJ05dFFP0705dFFP03o`00002G -B6X0UdQZ01<0UdQZ0_l0000G09`X9`03o`00002o>P00_cX000/0_cX00_l0001Uooooo`00Hoooool0 -0ol00000000000000004000000;o00002P1M5UX00ol00000UdQZ09M8JP0E09M8JP;o00005@2L:2L0 -0ol00000_cX00;lj000=0;lj00;o0000Hoooool006;ooooo00?o0000000000000000100000000ol0 -0000GAIJ05dFFP0:05dFFP03o`00002GB6X0UdQZ01L0UdQZ0_l0000D09`X9`03o`00002o>P00_cX0 -00h0_cX00_l0001Qooooo`00HOooool00ol0000000000000000400000003o`00001M5UX0GAIJ00/0 -GAIJ00?o000009M8JP2GB6X06@2GB6X3o`000180W2PW00?o00000;lj002o>P003`2o>P000ol0003o -ooooooooo`1Nooooo`00H?ooool00ol0000000000000000400000003o`00001M5UX0GAIJ00/0GAIJ -00?o000009M8JP2GB6X07@2GB6X2o`000100W2PW00?o00000;lj002o>P00402o>P02o`0005kooooo -001Oooooo`03o`0000000000000000@0000000?o000005dFFP1M5UX0301M5UX00ol00000UdQZ09M8 -JP0O09M8JP;o00003`2L:2L00ol00000_cX00;lj000@0;lj00;o0000GOooool005kooooo00?o0000 -0000000000000`000002o`0000l0GAIJ00?o000009M8JP2GB6X08@2GB6X2o`0000d0W2PW00?o0000 -0;lj002o>P003`2o>P000ol00000j88Jo`00001Mooooo`00GOooool00ol000000000000000030000 -0003o`00001M5UX0GAIJ00l0GAIJ00?o000009M8JP2GB6X08`2GB6X2o`0000`0W2PW00?o00000;lj -002o>P003@2o>P001Ol00000j88J0>R26P3XPQ[o000005cooooo001Looooo`03o`00000000000000 -00<0000000?o000005dFFP1M5UX0401M5UX00ol00000UdQZ09M8JP0U09M8JP;o00002P2L:2L00ol0 -0000_cX00;lj000<0;lj0003o`00003XPQX0j88J0080j88J00?o0000ooooooooool0F_ooool005_o -oooo00?o00000000000000000`0000000ol00000GAIJ05dFFP0@05dFFP03o`00002GB6X0UdQZ02P0 -UdQZ0_l0000909`X9`03o`00002o>P00_cX000X0_cX000?o00000>R26P3XPQX00`3XPQX00ol0003o -ooooooooo`1Jooooo`00F_ooool00ol0000000000000000300000003o`00001M5UX0GAIJ0140GAIJ -00?o000009M8JP2GB6X0:P2GB6X2o`0000P0W2PW00?o00000;lj002o>P00202o>P000ol00000j88J -0>R26P050>R26P03o`000?oooooooooo05Wooooo001Iooooo`03o`0000000000000000<0000000?o -000005dFFP1M5UX04P1M5UX00ol00000UdQZ09M8JP0/09M8JP;o00001P2L:2L00ol00000_cX00;lj -00070;lj0003o`00003XPQX0j88J00H0j88J00?o0000ooooooooool0FOooool005Wooooo00Co0000 -00000000000000000_l0000E05dFFP03o`00002GB6X0UdQZ02h0UdQZ0_l0000509`X9`03o`00002o ->P00_cX000D0_cX000?o00000>R26P3XPQX0203XPQX00ol0003oooooooooo`1Hooooo`00F?ooool0 -1Ol00000000000000000003o000001L0GAIJ00?o000009M8JP2GB6X0<02GB6X2o`0000<0W2PW00?o -00000;lj002o>P00102o>P000ol00000j88J0>R26P090>R26P03o`000?oooooooooo05Sooooo001G -ooooo`05o`0000000000000000000?l000005`1M5UX00ol00000UdQZ09M8JP0c09M8JP;o00000P2L -:2L00ol00000_cX00;lj00020;lj0003o`00003XPQX0j88J00X0j88J00?o0000ooooooooool0F?oo -ool005Kooooo00Go00000000000000000000o`00000H05dFFP03o`00002GB6X0UdQZ03D0UdQZ0_l0 -00001@2L:2Oo00000;lj002o>P3o000000h0j88J00?o0000ooooooooool0Eoooool005Gooooo00Go -00000000000000000000o`00000I05dFFP03o`00002GB6X0UdQZ03L0UdQZ0_l000000`2o>P3o0000 -0>R26P0>0>R26P03o`000?oooooooooo05Oooooo001Dooooo`03o`0000000000000000;o00006P1M -5UX00ol00000UdQZ09M8JP0a09M8JP[o0000403XPQX00ol0003oooooooooo`1Fooooo`00Doooool0 -1?l00000000000000?l0000L05dFFP03o`00002GB6X0UdQZ0280UdQZ3ol000060:J0Z`05o`00002j -YL?o00000?cDVOl000003`3XPQX00ol0003oooooooooo`1Fooooo`00D_ooool01?l0000000000000 -0?l0000L05dFFP03o`00002GB6X0UdQZ01@0UdQZ3ol0000D0:J0Z`04o`00002jYL<0^ZG3o`000080 -o=BI00?o00000>R26P3XPQX0303XPQX00ol0003oooooooooo`1Fooooo`00DOooool01?l000000000 -00000?l0000M05dFFP03o`00002GB6X0UdQZ00D0UdQZ3ol0000R0:J0Z`06o`00002jYL<0^ZG3o`00 -003SdR26P3XPQX02P3XPQX00ol0003oooooooooo`1Eooooo`00Coooool01?l0000000000000 -0?l0000J05dFFP?o00000P1kH:P00ol00000YX2[0:J0Z`0c0:J0Z`;o0000102jYL<00ol00000hm34 -o`0000050?cDV@03o`00003XPQX0j88J00X0j88J00?o0000ooooooooool0E?ooool004oooooo0ol0 -000G05dFFPCo00001@1kH:P00ol00000YX2[0:J0Z`0b0:J0Z`03o`00002jYL<0^ZG300@0^ZG300Co -00000>?@a03SdR26P090>R26P03o`000?oooooooooo05Cooooo -001>ooooo`;o00005P1M5UX3o`0000T0Nf2X00?o00000:J0Z`2VP:/0<@2VP:/00ol00000^ZG30;ZU -``040;ZU``05o`00003Sd<@0hm340>?@a?l000001P3le9T2o`0000X0j88J00?o0000ooooooooool0 -Doooool004gooooo0_l0000C05dFFPCo0000301kH:P00ol00000YX2[0:J0Z`0`0:J0Z`03o`00002j -YL<0^ZG300D0^ZG300Go00000>?@a03Sd<@0hm34o`0000080?cDV@03o`00003XPQX0j88J00L0j88J -00?o0000ooooooooool0Doooool004cooooo0_l0000A05dFFP?o0000401kH:P00ol00000YX2[0:J0 -Z`0_0:J0Z`03o`00002jYL<0^ZG300H0^ZG300Go00000>?@a03Sd<@0hm34o`0000090?cDV@03o`00 -003XPQX0j88J00H0j88J00?o0000ooooooooool0Doooool004_ooooo0_l0000>05dFFPCo0000501k -H:P00ol00000YX2[0:J0Z`0]0:J0Z`03o`00002jYL<0^ZG300L0^ZG300?o00000>?@a03Sd<@00P3S -d<@00ol00000o=BI0?cDV@070?cDV@;o00001`3XPQX00ol0003oooooooooo`1Booooo`00B_ooool2 -o`0000/0GAIJ1?l0000H07]PZ003o`00002VP:/0YX2[02/0YX2[0_l000090;ZU``03o`00003Sd<@0 -hm3400<0hm3400?o00000?cDV@3le9T02@3le9T00ol00000j88J0>R26P040>R26P03o`000?oooooo -oooo05;ooooo0019ooooo`03o`00001M5UX0GAIJ00P0GAIJ0ol0000L07]PZ003o`00002VP:/0YX2[ -02X0YX2[00?o00000;ZU``2jYL<02@2jYL<00ol00000hm340>?@a0030>?@a003o`00003le9T0o=BI -00X0o=BI00?o00000>R26P3XPQX0103XPQX00ol0003oooooooooo`1Aooooo`00B?ooool00ol00000 -GAIJ05dFFP0505dFFPCo00007`1kH:P00ol00000YX2[0:J0Z`0Y0:J0Z`03o`00002jYL<0^ZG300X0 -^ZG300?o00000>?@a03Sd<@0103Sd<@00ol00000o=BI0?cDV@0:0?cDV@;o0000103XPQX00ol0003o -ooooooooo`1Aooooo`00Aoooool00ol00000GAIJ05dFFP0305dFFP?o00008`1kH:P00ol00000YX2[ -0:J0Z`0X0:J0Z`03o`00002jYL<0^ZG300/0^ZG300?o00000>?@a03Sd<@0103Sd<@00ol00000o=BI -0?cDV@0<0?cDV@05o`00003XPQX0j88J0>R26_l00000Doooool004Kooooo00?o000005dFFP1M5UX0 -1?l0000V07]PZ003o`00002VP:/0YX2[02L0YX2[00?o00000;ZU``2jYL<02`2jYL<00ol00000hm34 -0>?@a0050>?@a003o`00003le9T0o=BI00d0o=BI00Go00000>R26P3XPQX0j88Jo`00001Booooo`00 -AOooool4o`0002X0Nf2X00?o00000:J0Z`2VP:/09@2VP:/2o`0000h0^ZG300?o00000>?@a03Sd<@0 -1P3Sd<@00ol00000o=BI0?cDV@0=0?cDV@04o`00003XPQX0j88Jo`0005;ooooo0014ooooo`;o0000 -;@1kH:P00ol00000YX2[0:J0Z`0T0:J0Z`03o`00002jYL<0^ZG300h0^ZG300?o00000>?@a03Sd<@0 -1P3Sd<@00ol00000o=BI0?cDV@0>0?cDV@;o000000<0j88Jo`000?ooool0D?ooool004Cooooo00?o -000005iV`ol00000;01kH:P00ol00000YX2[0:J0Z`0S0:J0Z`03o`00002jYL<0^ZG300l0^ZG300?o -00000>?@a03Sd<@01P3Sd<@00ol00000o=BI0?cDV@0@0?cDV@;o0000DOooool004Gooooo00Co0000 -05iV`ol0003o0000:P1kH:P00ol00000YX2[0:J0Z`0R0:J0Z`03o`00002jYL<0^ZG300l0^ZG300?o -00000>?@a03Sd<@01`3Sd<@00ol00000o=BI0?cDV@0A0?cDV@03o`000?oooooooooo04oooooo0015 -ooooo`04o`00001NI/<0GVK305iV``;o0000:01kH:P00ol00000YX2[0:J0Z`0Q0:J0Z`03o`00002j -YL<0^ZG30100^ZG300?o00000>?@a03Sd<@0203Sd<@00ol00000o=BI0?cDV@0A0?cDV@03o`000?oo -oooooooo04kooooo0016ooooo`03o`00001NI/<0GVK30080GVK300?o000007]PZ01kH:P09P1kH:P0 -0ol00000YX2[0:J0Z`0N0:J0Z`;o00004`2jYL<00ol00000hm340>?@a0080>?@a003o`00003le9T0 -o=BI0140o=BI00?o0000ooooooooool0C_ooool004Kooooo0_l0000405iV``;o00009P1kH:P00ol0 -0000YX2[0:J0Z`0M0:J0Z`03o`00002jYL<0^ZG301<0^ZG300?o00000>?@a03Sd<@0203Sd<@00ol0 -0000o=BI0?cDV@0A0?cDV@03o`000?oooooooooo04kooooo0017ooooo`03o`00001NI/<0GVK300@0 -GVK300?o000007]PZ01kH:P08`1kH:P00ol00000YX2[0:J0Z`0L0:J0Z`03o`00002jYL<0^ZG301<0 -^ZG300?o00000>?@a03Sd<@02P3Sd<@00ol00000o=BI0?cDV@0?0?cDV@;o0000D?ooool004Oooooo -0_l0000605iV``;o00008`1kH:P00ol00000YX2[0:J0Z`0K0:J0Z`03o`00002jYL<0^ZG301@0^ZG3 -00?o00000>?@a03Sd<@02P3Sd<@00ol00000o=BI0?cDV@0?0?cDV@;o0000D?ooool004Sooooo00?o -000005iV``1NI/<01P1NI/<2o`000240Nf2X00?o00000:J0Z`2VP:/06P2VP:/00ol00000^ZG30;ZU -``0E0;ZU``03o`00003Sd<@0hm3400X0hm3400?o00000?cDV@3le9T03`3le9T2o`00053ooooo0018 -ooooo`;o00002@1NI/<00ol00000Nf2X07]PZ00N07]PZ003o`00002VP:/0YX2[01T0YX2[00?o0000 -0;ZU``2jYL<05P2jYL<00ol00000hm340>?@a00:0>?@a003o`00003le9T0o=BI00l0o=BI0_l0001@ -ooooo`00BOooool00ol00000GVK305iV``0805iV``;o00007P1kH:P00ol00000YX2[0:J0Z`0G0:J0 -Z`;o0000602jYL<00ol00000hm340>?@a00<0>?@a003o`00003le9T0o=BI00d0o=BI00?o00000=c? -D_l00000D?ooool004Wooooo0_l0000;05iV``;o0000701kH:P00ol00000YX2[0:J0Z`0F0:J0Z`03 -o`00002jYL<0^ZG301P0^ZG300?o00000>?@a03Sd<@0303Sd<@00ol00000o=BI0?cDV@0=0?cDV@03 -o`00003Lce;o0000053ooooo001:ooooo`;o0000301NI/<00ol00000Nf2X07]PZ00I07]PZ003o`00 -002VP:/0YX2[01D0YX2[00?o00000;ZU``2jYL<06@2jYL<00ol00000hm340>?@a00<0>?@a003o`00 -003le9T0o=BI00d0o=BI00?o00000=c?D_l00000D?ooool004[ooooo0_l0000=05iV``;o00006@1k -H:P00ol00000YX2[0:J0Z`0D0:J0Z`03o`00002jYL<0^ZG301T0^ZG300?o00000>?@a03Sd<@03P3S -d<@00ol00000o=BI0?cDV@0<0?cDV@04o`00003Lce80g?@a03Sd<@03P3Sd<@00ol00000o=BI0?cDV@0<0?cDV@04o`00003L -ce80g?@a03Sd<@03P3Sd<@00ol00000o=BI0?cDV@0;0?cDV@05o`00003L -ce80g?@a00@0>?@a003o`00003le9T0o=BI00X0o=BI00Go00000=c?DP3Lce80g?@a03Sd<@0403Sd<@00ol00000o=BI0?cD -V@0:0?cDV@05o`00003Lce80g?@a00@0>?@a003o`00003le9T0o=BI00T0o=BI00?o00000=c?DP3Lce800P3L -ce800ol0003oooooooooo`1=ooooo`00COooool00ol00000002;o`00000D05iV``;o00003`1kH:P0 -0ol00000YX2[0:J0Z`0:0:J0Z`;o00008P2jYL<00ol00000hm340>?@a00A0>?@a003o`00003le9T0 -o=BI00P0o=BI00?o00000=c?DP3Lce800P3Lce800ol0003oooooooooo`1=ooooo`00C_ooool00ol0 -0000002;o`00000E05iV``;o00003@1kH:P00ol00000YX2[0:J0Z`090:J0Z`03o`00002jYL<0^ZG3 -0240^ZG300?o00000>?@a03Sd<@04P3Sd<@00ol00000o=BI0?cDV@080?cDV@03o`00003Lce80g?@a00B0>?@a003o`00003le9T0o=BI00P0o=BI00?o00000=c?DP3Lce800P3Lce800ol0003o -ooooooooo`1=ooooo`00Coooool00ol00000002;o`00000G05iV``;o00002P1kH:P00ol00000YX2[ -0:J0Z`070:J0Z`03o`00002jYL<0^ZG302<0^ZG300?o00000>?@a03Sd<@04`3Sd<@00ol00000o=BI -0?cDV@060?cDV@03o`00003Lce80g?@a03Sd<@0503Sd<@00ol00000o=BI0?cDV@060?cDV@03o`00003Lce80g?@a03Sd<@0503Sd<@00ol00000o=BI0?cDV@06 -0?cDV@05o`00003Lce80g?@ -a00E0>?@a003o`00003le9T0o=BI00@0o=BI00?o00000=c?DP3Lce800P3Lce800ol0003ooooooooo -o`1?ooooo`00DOooool01?l00000002;0000Rol0000L05iV``;o00000`1kH:P01?l00000YX2[0:J0 -Zol0000Z0;ZU``03o`00003Sd<@0hm3401D0hm3400?o00000?cDV@3le9T0103le9T01Ol00000g?@a00G0>?@ -a003o`00003le9T0o=BI0080o=BI00Go00000=c?DP3Lce80g04o`000240^ZG3 -00?o00000>?@a03Sd<@06@3Sd<@01ol00000o=BI0?cDV@3le9Wo00000=c?D_l00000EOooool005Co -oooo00Co00000000R`0008_o00006P1NI/<00ol00000NIOS07VGh`0207VGh`03o`00002[]>00ZkCP -00L0ZkCP0ol0000N0;ZU``03o`00003Sd<@0hm3401T0hm3400Oo00000?cDV@3le9T0o=BIo`00003L -ce;o000005Gooooo001Eooooo`04o`00000008/0002;o`0001L0GVK30_l0000507VGh`03o`00002[ -]>00ZkCP00X0ZkCP1?l0000J0;ZU``03o`00003Sd<@0hm3401T0hm3400Co00000?cDV@3le9T0o=BI -0_l0001Fooooo`00EOooool01?l00000002;0000Rol0000F05iV``03o`00001iUn<0NIOS00H0NIOS -00?o00000:^dh02[]>003@2[]>04o`0001H0^ZG300?o00000>?@a03Sd<@06@3Sd<@01_l00000o=BI -0?cDVOl00000g?@a00K0>?@ -a004o`00003le9Wo0000o`0005Oooooo001Fooooo`04o`00000008/0002;o`0001<0GVK300?o0000 -07VGh`1iUn<02@1iUn<00ol00000ZkCP0:^dh00D0:^dh0Co00003@2jYL<00ol00000hm340>?@a00K -0>?@a004o`00003le9Wo0000o`0005Oooooo001Gooooo`04o`00000008/0002;o`000140GVK300?o -000007VGh`1iUn<02P1iUn<00ol00000ZkCP0:^dh00H0:^dh0?o00002P2jYL<00ol00000hm340>?@ -a00K0>?@a003o`00003le9Wo000005Sooooo001Gooooo`05o`00000008/0002;0000Rol000003P1N -I/<2o`0000d0NIOS00?o00000:^dh02[]>006`2[]>04o`0000H0^ZG300?o00000>?@a03Sd<@0703S -d<@2o`0005Sooooo001Gooooo`05o`00000008/0002;0000Rol000003@1NI/<00ol00000NIOS07VG -h`0>07VGh`03o`00002[]>00ZkCP01h0ZkCP1?l000000`2jYL?o00000>?@a00>0>?@a17o0000FOoo -ool005Sooooo00Go00000000R`0008/0002;o`00000;05iV``03o`00001iUn<0NIOS00l0NIOS00?o -00000:^dh02[]>008P2[]>0Ao`0000h0dnST00?o00000;GkcOl00000FOooool005Sooooo00Go0000 -0000R`0008/0002;o`00000:05iV``03o`00001iUn<0NIOS0140NIOS00?o00000:^dh02[]>008P2[ -]>000ol00000dnST0=?Xi00J0=?Xi003o`00002enlgo000005[ooooo001Iooooo`05o`00000008/0 -002;0000Rol000001`1NI/<2o`0001@0NIOS00?o00000:^dh02[]>008@2[]>000ol00000dnST0=?X -i00J0=?Xi003o`00002enlgo000005_ooooo001Iooooo`05o`00000008/0002;0000Rol000001P1N -I/<00ol00000NIOS07VGh`0E07VGh`03o`00002[]>00ZkCP0200ZkCP00?o00000=?Xi03Cj>@06@3C -j>@01?l00000]O_=0;GkcOl0001Kooooo`00F_ooool01Ol00000002;0000R`0008_o000000@0GVK3 -00?o000007VGh`1iUn<05P1iUn<00ol00000ZkCP0:^dh00O0:^dh003o`00003Cj>@0dnST01P0dnST -0_l000020;Gkc@03o`000?oooooooooo05[ooooo001Jooooo`03o`00000008/0002;0080002;00Co -000005iV``1NI/?o00006@1iUn<00ol00000ZkCP0:^dh00O0:^dh003o`00003Cj>@0dnST01L0dnST -00Go00000;Gkc@2enld0]O_=o`00001Mooooo`00Foooool01ol00000002;0000R`0008_o000005iV -`ol000006`1iUn<00ol00000ZkCP0:^dh00M0:^dh003o`00003Cj>@0dnST01L0dnST00?o00000;Gk -c@2enld00P2enld00ol0003oooooooooo`1Kooooo`00Foooool00ol00000002;0000R`020000R`;o -00006`1iUn<00ol00000ZkCP0:^dh00M0:^dh003o`00003Cj>@0dnST01H0dnST00?o00000;Gkc@2e -nld00P2enld00ol0003oooooooooo`1Looooo`00G?ooool01?l00000002;0000Rol000020014_P03 -o`00001iUn<0NIOS01T0NIOS00?o00000:^dh02[]>00702[]>000ol00000dnST0=?Xi00E0=?Xi003 -o`00002enld0]O_=0080]O_=00?o0000ooooooooool0GOooool005cooooo00?o00000000Rol00000 -1000A;h00ol00000NIOS07VGh`0H07VGh`03o`00002[]>00ZkCP01/0ZkCP00?o00000=?Xi03Cj>@0 -5@3Cj>@00ol00000]O_=0;Gkc@030;Gkc@03o`000?oooooooooo05gooooo001Mooooo`;o00001@00 -A;h00ol00000NIOS07VGh`0G07VGh`03o`00002[]>00ZkCP01/0ZkCP00?o00000=?Xi03Cj>@04`3C -j>@2o`0000D0]O_=00?o0000ooooooooool0G_ooool005oooooo00?o00000014_P00A;h00`00A;h2 -o`0001P0NIOS00?o00000:^dh02[]>006@2[]>000ol00000dnST0=?Xi00C0=?Xi003o`00002enld0 -]O_=00@0]O_=00?o0000ooooooooool0Goooool0063ooooo0_l000050014_P03o`00001iUn<0NIOS -01D0NIOS00?o00000:^dh02[]>006@2[]>000ol00000dnST0=?Xi00B0=?Xi003o`00002enld0]O_= -00D0]O_=00?o0000ooooooooool0Goooool006;ooooo00?o00000014_P00A;h00`00A;h00ol00000 -NIOS07VGh`0E07VGh`03o`00002[]>00ZkCP01L0ZkCP00?o00000=?Xi03Cj>@04P3Cj>@00ol00000 -]O_=0;Gkc@050;Gkc@03o`000?oooooooooo063ooooo001Sooooo`03o`000000A;h004Bn00<004Bn -00?o000007VGh`1iUn<0501iUn<00ol00000ZkCP0:^dh00G0:^dh003o`00003Cj>@0dnST0140dnST -00?o00000;Gkc@2enld01@2enld00ol0003oooooooooo`1Qooooo`00I?ooool2o`0000@004Bn00?o -000007VGh`1iUn<04`1iUn<00ol00000ZkCP0:^dh00F0:^dh003o`00003Cj>@0dnST0100dnST0_l0 -00080;Gkc@03o`000?oooooooooo067ooooo001Vooooo`03o`000000A;h004Bn008004Bn0_l0000D -07VGh`03o`00002[]>00ZkCP01D0ZkCP00?o00000=?Xi03Cj>@03`3Cj>@00ol00000]O_=0;Gkc@07 -0;Gkc@03o`000?oooooooooo06;ooooo001Wooooo`;o00001000A;h00ol00000NIOS07VGh`0A07VG -h`03o`00002[]>00ZkCP01@0ZkCP00?o00000=?Xi03Cj>@03`3Cj>@00ol00000]O_=0;Gkc@060;Gk -c@;o0000IOooool006Wooooo00?o00000014_P00A;h00P00A;h00ol00000NIOS07VGh`0A07VGh`03 -o`00002[]>00ZkCP01<0ZkCP00?o00000=?Xi03Cj>@03P3Cj>@00ol00000]O_=0;Gkc@060;Gkc@03 -o`000?oooooooooo06Gooooo001Zooooo`;o00000`00A;h00ol00000NIOS07VGh`0@07VGh`03o`00 -002[]>00ZkCP0180ZkCP00?o00000=?Xi03Cj>@03P3Cj>@00ol00000]O_=0;Gkc@050;Gkc@;o0000 -J?ooool006cooooo00Co00000014_P00A;h004Bn0_l0000@07VGh`03o`00002[]>00ZkCP0180ZkCP -00?o00000=?Xi03Cj>@03@3Cj>@00ol00000]O_=0;Gkc@050;Gkc@03o`000?oooooooooo06Sooooo -001]ooooo`03o`000000A;h004Bn008004Bn00?o000007VGh`1iUn<03P1iUn<00ol00000ZkCP0:^d -h00@0:^dh003o`00003Cj>@0dnST00`0dnST0_l000060;Gkc@;o0000Joooool006kooooo0_l00003 -0014_P03o`00001iUn<0NIOS00d0NIOS00?o00000:^dh02[]>00402[]>000ol00000dnST0=?Xi00; -0=?Xi003o`00002enld0]O_=00D0]O_=00?o0000ooooooooool0Joooool0073ooooo00Go00000014 -_P00A;h004Bno`00000?07VGh`03o`00002[]>00ZkCP00l0ZkCP00?o00000=?Xi03Cj>@02P3Cj>@0 -0ol00000]O_=0;Gkc@040;Gkc@;o0000K_ooool0077ooooo0_l000020014_P03o`00001iUn<0NIOS -00`0NIOS00?o00000:^dh02[]>003P2[]>000ol00000dnST0=?Xi00:0=?Xi003o`00002enld0]O_= -00<0]O_=0_l0001`ooooo`00Loooool00ol0000004Bn0014_P02o`0000`0NIOS00?o00000:^dh02[ -]>003P2[]>000ol00000dnST0=?Xi0090=?Xi003o`00002enld0]O_=00<0]O_=00?o0000oooooooo -ool0L?ooool007Cooooo0_l000020014_P03o`00001iUn<0NIOS00X0NIOS00?o00000:^dh02[]>00 -302[]>000ol00000dnST0=?Xi0080=?Xi0;o0000102enld2o`0007?ooooo001fooooo`04o`000000 -A;h004Bno`0000/0NIOS00?o00000:^dh02[]>00302[]>000ol00000dnST0=?Xi0070=?Xi003o`00 -002enld0]O_=00<0]O_=00?o0000ooooooooool0Loooool007Oooooo00Co00000014_P00A;ko0000 -2`1iUn<00ol00000ZkCP0:^dh00:0:^dh003o`00003Cj>@0dnST00L0dnST00?o00000;Gkc@2enld0 -0P2enld2o`0007Kooooo001hooooo`;o000000<004Bno`000?l000002@1iUn<00ol00000ZkCP0:^d -h00:0:^dh003o`00003Cj>@0dnST00H0dnST00?o00000;Gkc@2enld00P2enld00ol0003ooooooooo -o`1fooooo`00N_ooool01?l0000004Bn0014__l0000907VGh`03o`00002[]>00ZkCP00P0ZkCP00?o -00000=?Xi03Cj>@01P3Cj>@01?l00000]O_=0;Gkc@2enld2o`0007Wooooo001kooooo`;o000000<0 -04Bno`00001iUn<01`1iUn<00ol00000ZkCP0:^dh0080:^dh003o`00003Cj>@0dnST00D0dnST00Go -00000;Gkc@2enld0]O_=o`00001kooooo`00OOooool00ol0000004Bno`00000707VGh`03o`00002[ -]>00ZkCP00L0ZkCP00?o00000=?Xi03Cj>@0103Cj>@2o`000080]O_=0_l0001looooo`00O_ooool0 -0ol0000004Bno`00000707VGh`03o`00002[]>00ZkCP00H0ZkCP00?o00000=?Xi03Cj>@00`3Cj>@0 -1Ol00000]O_=0;Gkc@2enlgo000007kooooo001oooooo`Co00001@1iUn<00ol00000ZkCP0:^dh005 -0:^dh003o`00003Cj>@0dnST00<0dnST00?o00000;Gkc@2enld00_l0001oooooo`00POooool00ol0 -000004Bno`00000507VGh`03o`00002[]>00ZkCP00@0ZkCP00?o00000=?Xi03Cj>@00P3Cj>@01?l0 -0000]O_=0;GkcOl00021ooooo`00P_ooool3o`0000@0NIOS00?o00000:^dh02[]>000`2[]>000ol0 -0000dnST0=?Xi0020=?Xi004o`00002enlgo0000o`0008;ooooo0024ooooo`;o00000`1iUn<00ol0 -0000ZkCP0:^dh0030:^dh003o`00003Cj>@0dnST00Co0000Q?ooool008Gooooo0ol0000207VGh`03 -o`00002[]>00ZkCP0080ZkCP00Go00000=?Xi?l00000]O_=o`000026ooooo`00Qoooool2o`000003 -07VGhol00000ZkCP0080ZkCP00?o00000=?Xi?l000000_l00027ooooo`00R?ooool2o`00000407VG -hol00000ZkCP0:^dh0?o0000ROooool008Wooooo0ol00000102[]>3o0000o`000?l0002:ooooo`00 -Roooool00ol00000ZkCPo`00002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.44775 .57999 m .46544 .68902 L .58904 .66657 L closepath p .625 .282 .369 r -F P -0 g -s -.34815 .65113 m .46544 .68902 L .44775 .57999 L closepath p .792 .404 .319 r -F P -0 g -s -.44775 .57999 m .60159 .5619 L .58364 .44545 L closepath p .619 .487 .68 r -F P -0 g -s -.60159 .5619 m .44775 .57999 L .58904 .66657 L closepath p .58 .332 .505 r -F P -0 g -s -.44775 .57999 m .46794 .42283 L .35769 .4228 L closepath p .814 .715 .756 r -F P -0 g -s -.46794 .42283 m .44775 .57999 L .58364 .44545 L closepath p .688 .598 .75 r -F P -0 g -s -.32577 .53944 m .35769 .4228 L .44775 .57999 L closepath p .89 .728 .675 r -F P -0 g -s -.32577 .53944 m .34815 .65113 L .44775 .57999 L closepath p .894 .58 .446 r -F P -0 g -s -.46794 .42283 m .35769 .4228 L .5 .27523 L closepath p .792 .789 .849 r -F P -0 g -s -.46794 .42283 m .5 .27523 L .58364 .44545 L closepath p .655 .652 .835 r -F P -0 g -s -.58364 .44545 m .64158 .37749 L .74166 .52177 L closepath p .416 .43 .766 r -F P -0 g -s -.5 .27523 m .64158 .37749 L .58364 .44545 L closepath p .517 .58 .858 r -F P -0 g -s -.60159 .5619 m .58364 .44545 L .74166 .52177 L closepath p .489 .396 .676 r -F P -0 g -s -.58904 .66657 m .60159 .5619 L .74166 .52177 L closepath p .412 .188 .462 r -F P -0 g -s -.23786 .47638 m .35163 .34488 L .35769 .4228 L closepath p .939 .956 .755 r -F P -0 g -s -.5 .27523 m .35163 .34488 L .35769 .4228 L closepath p .84 .919 .886 r -F P -0 g -s -.32577 .53944 m .23786 .47638 L .35769 .4228 L closepath p .973 .838 .647 r -F P -0 g -s -.34815 .65113 m .32577 .53944 L .23786 .47638 L closepath p .961 .625 .287 r -F P -0 g -s -.5 .75807 m .46544 .68902 L .58904 .66657 L closepath p .441 0 .022 r -F P -0 g -s -.6535 .66048 m .5 .75807 L .58904 .66657 L closepath p .05 0 0 r -F P -0 g -s -.6535 .66048 m .58904 .66657 L .74166 .52177 L closepath p .117 0 .145 r -F P -0 g -s -.39764 .30851 m .35163 .34488 L .5 .27523 L closepath p .472 .886 .77 r -F P -0 g -s -.5 .27523 m .64158 .37749 L .66091 .33986 L closepath p .134 .466 .891 r -F P -0 g -s -.53891 .28721 m .5 .27523 L .66091 .33986 L closepath p 0 .341 .692 r -F P -0 g -s -.53891 .28721 m .39764 .30851 L .5 .27523 L closepath p .076 0 0 r -F P -0 g -s -.64158 .37749 m .74166 .52177 L .66091 .33986 L closepath p 0 .19 .718 r -F P -0 g -s -.34815 .65113 m .46544 .68902 L .5 .75807 L closepath p .634 .084 0 r -F P -0 g -s -.67321 .59397 m .70295 .45406 L .74166 .52177 L closepath p .982 .866 .492 r -F P -0 g -s -.66091 .33986 m .70295 .45406 L .74166 .52177 L closepath p .754 .399 0 r -F P -0 g -s -.6535 .66048 m .67321 .59397 L .74166 .52177 L closepath p .798 .92 .537 r -F P -0 g -s -.33849 .63976 m .23786 .47638 L .34815 .65113 L closepath p .63 .21 0 r -F P -0 g -s -.33849 .63976 m .5 .75807 L .34815 .65113 L closepath p 0 .161 .614 r -F P -0 g -s -.35163 .34488 m .23786 .47638 L .39764 .30851 L closepath p 0 0 0 r -F P -0 g -s -.6535 .66048 m .5 .75807 L .67321 .59397 L closepath p .792 .997 .861 r -F P -0 g -s -.57329 .3878 m .70295 .45406 L .66091 .33986 L closepath p .913 .521 .24 r -F P -0 g -s -.53891 .28721 m .57329 .3878 L .66091 .33986 L closepath p .743 .24 .031 r -F P -0 g -s -.38944 .5721 m .3694 .42043 L .23786 .47638 L closepath p .379 .304 .646 r -F P -0 g -s -.39764 .30851 m .3694 .42043 L .23786 .47638 L closepath p .21 0 .285 r -F P -0 g -s -.33849 .63976 m .38944 .5721 L .23786 .47638 L closepath p .237 .326 .753 r -F P -0 g -s -.53891 .28721 m .39764 .30851 L .57329 .3878 L closepath p .535 .098 .157 r -F P -0 g -s -.33849 .63976 m .38944 .5721 L .5 .75807 L closepath p .397 .555 .894 r -F P -0 g -s -.5 .75807 m .54266 .6027 L .67321 .59397 L closepath p .808 .864 .89 r -F P -0 g -s -.38944 .5721 m .54266 .6027 L .5 .75807 L closepath p .625 .675 .878 r -F P -0 g -s -.57329 .3878 m .3694 .42043 L .39764 .30851 L closepath p .506 .21 .398 r -F P -0 g -s -.70295 .45406 m .67321 .59397 L .57329 .3878 L closepath p .948 .776 .636 r -F P -0 g -s -.57329 .3878 m .54266 .6027 L .67321 .59397 L closepath p .849 .763 .767 r -F P -0 g -s -.57329 .3878 m .3694 .42043 L .38944 .5721 L closepath p .584 .452 .667 r -F P -0 g -s -.54266 .6027 m .57329 .3878 L .38944 .5721 L closepath p .681 .605 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgV5?@3YQCd0103YQCd00ol0 -0000oooo0?ooo`1M0?ooo`00H03oool01?l00000000000000?l0000803D0B003o`000021=FD0PCEU -01d0PCEU0ol0000?08PI:003o`00002n?@L0_Sd70100_Sd70_l000070>V5?@;o0000GP3oool005l0 -oooo00Co000000000000003o00002@0e04P00ol00000PCEU084eI@0P084eI@;o00003@286BP00ol0 -0000_Sd70;hm1`0>0;hm1`;o00002P3YQCd00ol00000oooo0?ooo`1L0?ooo`00GP3oool01?l00000 -000000000?l0000903D0B003o`000021=FD0PCEU02<0PCEU0_l0000;08PI:003o`00002n?@L0_Sd7 -00`0_Sd70_l0000<0>V5?@03o`00003oool0oooo05`0oooo001M0?ooo`04o`00000000000000o`00 -00X0=@1800?o0000084eI@21=FD09@21=FD3o`0000T0R1TX00?o00000;hm1`2n?@L02@2n?@L2o`00 -00h0jHDm0_l0001M0?ooo`00G03oool01?l00000000000000?l0000;03D0B003o`000021=FD0PCEU -02P0PCEU0_l0000708PI:003o`00002n?@L0_Sd700L0_Sd70_l0000A0>V5?@03o`00003oool0oooo -05/0oooo001L0?ooo`03o`000000003o000000`0=@1800?o0000084eI@21=FD0:P21=FD2o`0000D0 -R1TX00?o00000;hm1`2n?@L01@2n?@L2o`0001<0jHDm0_l0001L0?ooo`00F`3oool00ol000000000 -o`00000<03D0B003o`000021=FD0PCEU02d0PCEU0_l0000408PI:003o`00002n?@L0_Sd700<0_Sd7 -00?o00000>V5?@3YQCd0503YQCd00ol00000oooo0?ooo`1J0?ooo`00FP3oool00ol000000000o`00 -000=03D0B003o`000021=FD0PCEU02l0PCEU0ol000000`286BSo00000;hm1`020;hm1`;o00005`3Y -QCd2o`0005/0oooo001I0?ooo`03o`000000003o000000h0=@1800?o0000084eI@21=FD0V5?@;o0000FP3oool005L0oooo00?o000000000?l0 -00003`0e04P00ol00000PCEU084eI@0/084eI@Ko00000P2ELjX2o`0000030?;6X_l0003o000001T0 -jHDm0_l0001J0?ooo`00EP3oool00ol000000000o`00000@03D0B003o`000021=FD0PCEU02H0PCEU -1_l0000709EcZP04o`00002^V/?o0000o`000080l/JR0_l0000G0>V5?@03o`000031IP3o000005T0 -oooo001E0?ooo`04o`00000000000000o`000100=@1800?o0000084eI@21=FD08@21=FD5o`0000`0 -UG>Z00?o00000:jJ``2^V/<00_l000040?;6XP;o00005P3YQCd2o`0005T0oooo001E0?ooo`03o`00 -0000003o00000140=@1800?o0000084eI@21=FD06`21=FD6o`000100UG>Z00Co00000:jJ``2^V/?o -00000P3I`l@00ol00000l/JR0?;6XP030?;6XP;o0000503YQCd2o`0005T0oooo001D0?ooo`03o`00 -0000003o00000140=@1800?o0000084eI@21=FD05P21=FD6o`0001D0UG>Z00Go00000:jJ``2^V/<0 -[Y[3o`0000020=W3a003o`00003baZ80l/JR00D0l/JR00?o00000>V5?@3YQCd04P3YQCd2o`0005P0 -oooo001C0?ooo`03o`000000003o00000180=@1800?o0000084eI@21=FD04021=FD6o`0001X0UG>Z -00?o00000:jJ``2^V/<00P2^V/<01Ol00000fL?40=W3a03I`lCo000000L0l/JR0_l0000B0>V5?@;o -0000F03oool00580oooo00?o000000000?l000004`0e04P00ol00000PCEU084eI@0:084eI@Ko0000 -7`2ELjX00ol00000[Y[30:jJ``030:jJ``05o`00003I`l@0fL?40=W3a?l000002@3baZ82o`000100 -jHDm00?o00000<5V0?l00000E`3oool00540oooo00?o000000000?l00000500e04P00ol00000PCEU -084eI@05084eI@Go0000902ELjX00ol00000[Y[30:jJ``040:jJ``03o`00003I`l@0fL?40080fL?4 -00?o00000?;6XP3baZ80203baZ82o`0000l0jHDm0_l0001G0?ooo`00D03oool00ol000000000o`00 -000D03D0B003o`000021=FD0PCEU00Ko0000:02ELjX00ol00000[Y[30:jJ``050:jJ``03o`00003I -`l@0fL?40080fL?400?o00000?;6XP3baZ802P3baZ82o`0000d0jHDm00?o00000<5V0?l00000EP3o -ool004l0oooo00?o000000000?l00000500e04P4o`0002d0UG>Z00?o00000:jJ``2^V/<01P2^V/<0 -0ol00000fL?40=W3a0030=W3a003o`00003baZ80l/JR00/0l/JR0_l0000;0>V5?@03o`000031IP3o -000005H0oooo001?0?ooo`;o00004P0e04P3o`000003065=YOl00000UG>Z02d0UG>Z00?o00000:jJ -``2^V/<01P2^V/<00ol00000fL?40=W3a0040=W3a003o`00003baZ80l/JR00d0l/JR0_l0000:0>V5 -?@03o`000031IP3o000005D0oooo001>0?ooo`;o00004@0e04P2o`0000@0HDfU00?o000009EcZP2E -LjX0:`2ELjX00ol00000[Y[30:jJ``070:jJ``03o`00003I`l@0fL?400D0fL?400?o00000?;6XP3b -aZ803P3baZ82o`0000P0jHDm00?o00000<5V0?l00000E@3oool004d0oooo0_l0000?03D0B0?o0000 -1P1QCJD00ol00000UG>Z09EcZP0Z09EcZP03o`00002^V/<0[Y[300P0[Y[300?o00000=W3a03I`l@0 -1@3I`l@00ol00000l/JR0?;6XP0@0?;6XP;o00001`3YQCd00ol00000`FH0o`00001D0?ooo`00C03o -ool2o`0000h0=@180_l0000:065=Y@03o`00002ELjX0UG>Z02P0UG>Z00?o00000:jJ``2^V/<02@2^ -V/<00ol00000fL?40=W3a0060=W3a003o`00003baZ80l/JR0140l/JR00?o00000>V5?@3YQCd0103Y -QCd00ol00000`FH0o`00001D0?ooo`00B`3oool2o`0000`0=@180ol0000<065=Y@03o`00002ELjX0 -UG>Z02L0UG>Z00?o00000:jJ``2^V/<02P2^V/<00ol00000fL?40=W3a0060=W3a003o`00003baZ80 -l/JR0180l/JR0_l000040>V5?@03o`000031IP3o000005@0oooo001:0?ooo`;o00002`0e04P2o`00 -00l0HDfU00?o000009EcZP2ELjX09P2ELjX00ol00000[Y[30:jJ``0;0:jJ``03o`00003I`l@0fL?4 -00H0fL?400?o00000?;6XP3baZ80503baZ82o`0000<0jHDm00?o00000<5V0?l00000D`3oool004T0 -oooo0_l0000903D0B0?o00004@1QCJD00ol00000UG>Z09EcZP0U09EcZP03o`00002^V/<0[Y[300`0 -[Y[300?o00000=W3a03I`l@01`3I`l@00ol00000l/JR0?;6XP0E0?;6XP;o000000@0jHDmo`000031 -IP3o0000D`3oool004P0oooo0_l0000803D0B0;o0000501QCJD00ol00000UG>Z09EcZP0T09EcZP03 -o`00002^V/<0[Y[300`0[Y[300?o00000=W3a03I`l@0203I`l@00ol00000l/JR0?;6XP0G0?;6XP;o -00000P31IP000ol00000oooo0?ooo`1@0?ooo`00B03oool00ol00000=@1803D0B00503D0B0;o0000 -5P1QCJD00ol00000UG>Z09EcZP0S09EcZP03o`00002^V/<0[Y[300d0[Y[300?o00000=W3a03I`l@0 -2@3I`l@00ol00000l/JR0?;6XP0H0?;6XP03o`000031IP3o00000580oooo00170?ooo`03o`00000e -04P0=@1800<0=@180ol0000H065=Y@03o`00002ELjX0UG>Z0280UG>Z00?o00000:jJ``2^V/<03P2^ -V/<00ol00000fL?40=W3a0090=W3a003o`00003baZ80l/JR01P0l/JR00Co00000<5V0031IP3o0000 -D@3oool004H0oooo00?o000003D0B00e04P00P0e04P2o`0001`0HDfU00?o000009EcZP2ELjX0802E -LjX00ol00000[Y[30:jJ``0?0:jJ``03o`00003I`l@0fL?400X0fL?400?o00000?;6XP3baZ805`3b -aZ82o`0000030<5V0?l00000oooo0500oooo00150?ooo`03o`00000e04P0=@1800?o00007P1QCJD0 -0ol00000UG>Z09EcZP0O09EcZP03o`00002^V/<0[Y[30100[Y[300?o00000=W3a03I`l@02P3I`l@0 -0ol00000l/JR0?;6XP0F0?;6XP03o`00003kgGgo00000080`FH000?o00000?ooo`3oool0CP3oool0 -04@0oooo00Co000003D0B?l0003o00008@1QCJD00ol00000UG>Z09EcZP0N09EcZP03o`00002^V/<0 -[Y[30140[Y[300?o00000=W3a03I`l@02`3I`l@00ol00000l/JR0?;6XP0E0?;6XP06o`00003kgGd0 -nmemo`000031IP3o0000D03oool004<0oooo0ol0000S065=Y@03o`00002ELjX0UG>Z01d0UG>Z00?o -00000:jJ``2^V/<04P2^V/<00ol00000fL?40=W3a00;0=W3a003o`00003baZ80l/JR01D0l/JR00Co -00000?_MO@3kgGd0nmem0_l0001@0?ooo`00@P3oool2o`0002D0HDfU00?o000009EcZP2ELjX0702E -LjX00ol00000[Y[30:jJ``0B0:jJ``03o`00003I`l@0fL?400d0fL?400?o00000?;6XP3baZ80503b -aZ801ol00000nmem0?_MO@3kgGgo00000<5V0?l00000C`3oool00480oooo00?o000003aC`?l00000 -901QCJD00ol00000UG>Z09EcZP0K09EcZP03o`00002^V/<0[Y[301<0[Y[300?o00000=W3a03I`l@0 -3@3I`l@00ol00000l/JR0?;6XP0D0?;6XP03o`00003kgGd0nmem0080nmem0_l0001?0?ooo`00@`3o -ool01?l00000?5?0o`000?l0000R065=Y@03o`00002ELjX0UG>Z01X0UG>Z00?o00000:jJ``2^V/<0 -502^V/<00ol00000fL?40=W3a00>0=W3a003o`00003baZ80l/JR0180l/JR00?o00000?_MO@3kgGd0 -0`3kgGd00ol00000`FH0o`00001>0?ooo`00A03oool00ol00000?5?003aC`002o`000240HDfU00?o -000009EcZP2ELjX0602ELjX00ol00000[Y[30:jJ``0E0:jJ``03o`00003I`l@0fL?400h0fL?400?o -00000?;6XP3baZ804P3baZ800ol00000nmem0?_MO@040?_MO@;o0000CP3oool004@0oooo00?o0000 -03aC`00lDl000P0lDl000ol00000HDfU065=Y@0N065=Y@03o`00002ELjX0UG>Z01L0UG>Z00?o0000 -0:jJ``2^V/<05P2^V/<00ol00000fL?40=W3a00?0=W3a003o`00003baZ80l/JR0140l/JR00?o0000 -0?_MO@3kgGd01@3kgGd2o`0004d0oooo00150?ooo`03o`00000lDl00?5?00080?5?00_l0000N065= -Y@03o`00002ELjX0UG>Z01H0UG>Z00?o00000:jJ``2^V/<05`2^V/<00ol00000fL?40=W3a00?0=W3 -a003o`00003baZ80l/JR0140l/JR00?o00000?_MO@3kgGd01@3kgGd2o`0004d0oooo00150?ooo`03 -o`00000lDl00?5?000@0?5?000?o0000065=Y@1QCJD06`1QCJD00ol00000UG>Z09EcZP0E09EcZP03 -o`00002^V/<0[Y[301L0[Y[300?o00000=W3a03I`l@04@3I`l@00ol00000l/JR0?;6XP0@0?;6XP03 -o`00003kgGd0nmem00H0nmem0_l0001<0?ooo`00AP3oool00ol00000?5?003aC`00403aC`0;o0000 -6`1QCJD00ol00000UG>Z09EcZP0D09EcZP03o`00002^V/<0[Y[301P0[Y[300?o00000=W3a03I`l@0 -4@3I`l@00ol00000l/JR0?;6XP0?0?;6XP03o`00003kgGd0nmem00L0nmem0_l0001<0?ooo`00A`3o -ool00ol00000?5?003aC`00503aC`0;o00006@1QCJD00ol00000UG>Z09EcZP0C09EcZP03o`00002^ -V/<0[Y[301T0[Y[300?o00000=W3a03I`l@04P3I`l@00ol00000l/JR0?;6XP0>0?;6XP03o`00003k -gGd0nmem00P0nmem0_l0001;0?ooo`00A`3oool00ol00000?5?003aC`00703aC`003o`00001QCJD0 -HDfU01H0HDfU00?o000009EcZP2ELjX04P2ELjX00ol00000[Y[30:jJ``0J0:jJ``03o`00003I`l@0 -fL?40180fL?400?o00000?;6XP3baZ803P3baZ800ol00000nmem0?_MO@080?_MO@;o0000B`3oool0 -04P0oooo00?o000003aC`00lDl001`0lDl02o`0001L0HDfU00?o000009EcZP2ELjX0402ELjX00ol0 -0000[Y[30:jJ``0K0:jJ``03o`00003I`l@0fL?401<0fL?400?o00000?;6XP3baZ803@3baZ800ol0 -0000nmem0?_MO@090?_MO@03o`00003oool0oooo04T0oooo00190?ooo`03o`00000lDl00?5?000P0 -?5?000?o0000065=Y@1QCJD0501QCJD00ol00000UG>Z09EcZP0?09EcZP03o`00002^V/<0[Y[301`0 -[Y[300?o00000=W3a03I`l@04`3I`l@00ol00000l/JR0?;6XP0=0?;6XP03o`00003kgGd0nmem00X0 -nmem00?o00000?ooo`3oool0B03oool004T0oooo00?o000003aC`00lDl002@0lDl02o`0001@0HDfU -00?o000009EcZP2ELjX03P2ELjX00ol00000[Y[30:jJ``0M0:jJ``03o`00003I`l@0fL?401@0fL?4 -00?o00000?;6XP3baZ802`3baZ800ol00000nmem0?_MO@0;0?_MO@03o`00003oool0oooo04P0oooo -001:0?ooo`03o`00000lDl00?5?000X0?5?00_l0000B065=Y@03o`00002ELjX0UG>Z00d0UG>Z00?o -00000:jJ``2^V/<07@2^V/<00ol00000fL?40=W3a00E0=W3a003o`00003baZ80l/JR00/0l/JR00?o -00000?_MO@3kgGd0303kgGd00ol00000oooo0?ooo`170?ooo`00B`3oool00ol00000?5?003aC`00; -03aC`003o`00001QCJD0HDfU00l0HDfU00?o000009EcZP2ELjX0302ELjX00ol00000[Y[30:jJ``0N -0:jJ``03o`00003I`l@0fL?401H0fL?400?o00000?;6XP3baZ802P3baZ800ol00000nmem0?_MO@0< -0?_MO@03o`00003oool0oooo04L0oooo001;0?ooo`03o`00000lDl00?5?000`0?5?00_l0000?065= -Y@03o`00002ELjX0UG>Z00/0UG>Z00?o00000:jJ``2^V/<07`2^V/<00ol00000fL?40=W3a00F0=W3 -a003o`00003baZ80l/JR00X0l/JR00?o00000?_MO@3kgGd02`3kgGd00ol00000oooo0?ooo`180?oo -o`00C03oool00ol00000?5?003aC`00=03aC`003o`00001QCJD0HDfU00`0HDfU00?o000009EcZP2E -LjX02P2ELjX00ol00000[Y[30:jJ``0P0:jJ``03o`00003I`l@0fL?401L0fL?400?o00000?;6XP3b -aZ802@3baZ800ol00000nmem0?_MO@0:0?_MO@03o`00003oool0oooo04T0oooo001<0?ooo`03o`00 -000lDl00?5?000h0?5?00_l0000=065=Y@03o`00002ELjX0UG>Z00P0UG>Z00?o00000:jJ``2^V/<0 -8@2^V/<00ol00000fL?40=W3a00G0=W3a003o`00003baZ80l/JR00P0l/JR00?o00000?_MO@3kgGd0 -2P3kgGd2o`0004/0oooo001=0?ooo`03o`00000lDl00?5?000l0?5?000?o0000065=Y@1QCJD02P1Q -CJD00ol00000UG>Z09EcZP0709EcZP03o`00002^V/<0[Y[30280[Y[300?o00000=W3a03I`l@0603I -`l@00ol00000l/JR0?;6XP070?;6XP03o`00003kgGd0nmem00T0nmem0_l0001<0?ooo`00CP3oool0 -0ol00000?5?003aC`00?03aC`0;o00002P1QCJD00ol00000UG>Z09EcZP0609EcZP03o`00002^V/<0 -[Y[302<0[Y[300?o00000=W3a03I`l@0603I`l@00ol00000l/JR0?;6XP070?;6XP03o`00003kgGd0 -nmem00P0nmem0_l0001=0?ooo`00CP3oool00ol00000?5?003aC`00A03aC`0;o0000201QCJD00ol0 -0000UG>Z09EcZP0509EcZP03o`00002^V/<0[Y[302<0[Y[300?o00000=W3a03I`l@06@3I`l@00ol0 -0000l/JR0?;6XP070?;6XP03o`00003kgGd0nmem00L0nmem00?o00000Z00@0 -UG>Z00?o00000:jJ``2^V/<0902^V/<00ol00000fL?40=W3a00J0=W3a003o`00003baZ80l/JR00H0 -l/JR00?o00000?_MO@3kgGd01P3kgGd00ol00000c>^9o`00001>0?ooo`00D03oool00ol00000?5?0 -03aC`00B03aC`0;o00001@1QCJD00ol00000UG>Z09EcZP0309EcZP03o`00002^V/<0[Y[302D0[Y[3 -00?o00000=W3a03I`l@06P3I`l@00ol00000l/JR0?;6XP050?;6XP03o`00003kgGd0nmem00H0nmem -00Co00000Z0080UG>Z00?o00000:jJ``2^V/<09P2^V/<00ol00000fL?4 -0=W3a00K0=W3a003o`00003baZ80l/JR00@0l/JR00?o00000?_MO@3kgGd01@3kgGd01?l00000c>^9 -0Z -09EcZ_l0000Y0:jJ``03o`00003I`l@0fL?401/0fL?400?o00000?;6XP3baZ80103baZ800ol00000 -nmem0?_MO@040?_MO@04o`00003^9o`000500oooo001A0?ooo`03o`00000lDl00?5?001H0 -?5?00_l00000101QCJGo000009EcZ_l0000Z0:jJ``03o`00003I`l@0fL?401`0fL?400?o00000?;6 -XP3baZ800`3baZ800ol00000nmem0?_MO@030?_MO@05o`00003^90^9o`00001A -0?ooo`00D`3oool00ol00000?5?003aC`00G03aC`0?o0000:@2^V/<00ol00000fL?40=W3a00N0=W3 -a005o`00003baZ80l/JR0?;6X_l00000103kgGd01Ol00000c>^90001Ol0000T0:jJ``03o`00003I`l@0 -fL?401h0fL?400Go00000?;6XP3baZ80l/JRo`0000030?_MO@03o`00003^90080c>^900?o -00000?ooo`3oool0D03oool005@0oooo00?o000003aC`00lDl005@0lDl000ol00000IHkTo`000006 -09n/h0Go00007`2^V/<00ol00000fL?40=W3a00O0=W3a004o`00003baZ80l/JRo`000080nmem00?o -00000i01US^@00P1US^@00ol00000WjcP09n/h00=09n/h0Go0000 -5@2^V/<00ol00000fL?40=W3a00P0=W3a004o`00003baZ;o0000o`0000D0c>^900?o00000?ooo`3o -ool0DP3oool005H0oooo00?o000003aC`00lDl004@0lDl000ol00000IHkT06F>i00306F>i003o`00 -002O[>00WjcP0140WjcP1?l0000A0:jJ``03o`00003I`l@0fL?40200fL?40ol000050i01US^@0101U -S^@00ol00000WjcP09n/h00E09n/h0Go0000302^V/<00ol00000fL?40=W3a00K0=W3a0Oo00001@3< -jhT00ol00000oooo0?ooo`1D0?ooo`00E`3oool00ol00000?5?003aC`00>03aC`003o`00001US^@0 -IHkT00H0IHkT00?o000009n/h02O[>006@2O[>05o`0000H0[Y[300?o00000=W3a03I`l@03`3I`l@= -o`0000@0c]gS00?o00000<[og?l000001@3007P2O[>05o`00 -00030:jJ`ol00000fL?400@0fL?43?l0000@0^900?o0000 -0?ooo`3oool0E@3oool005P0oooo00?o000003aC`00lDl00300lDl000ol00000IHkT06F>i00806F> -i003o`00002O[>00WjcP0280WjcP1ol0000K0^900?o0000 -0?ooo`3oool0E@3oool005T0oooo00?o000003aC`00lDl002P0lDl000ol00000IHkT06F>i00:06F> -i003o`00002O[>00WjcP0280WjcP00?o00000gN<07@3>gN<01Ol00000b_oL0<[og03:omco -000000@0c>^900?o00000?ooo`3oool0EP3oool005X0oooo00?o000003aC`00lDl00200lDl000ol0 -0000IHkT06F>i00;06F>i003o`00002O[>00WjcP0280WjcP00?o00000gN<0703>gN<00ol0 -0000b_oL0<[og0020<[og005o`00003^90i00<06F>i003o`00002O[>00WjcP0200WjcP00?o00000gN<0703>gN<00ol00000b_oL0<[og0020<[og003o`00003^90080c>^900?o00000?oo -o`3oool0E`3oool005/0oooo00?o000003aC`00lDl001P0lDl000ol00000IHkT06F>i00=06F>i003 -o`00002O[>00WjcP0200WjcP00?o00000gN<06`3>gN<00ol00000b_oL0<[og0030<[og005 -o`00003^90i00?06F>i003o`00002O[>00WjcP01l0WjcP00?o00000gN<06P3>gN<00ol00000 -b_oL0<[og0040<[og004o`00003^9o`0005/0oooo001L0?ooo`03o`00000lDl00?5?000<0 -?5?000?o000006F>i01US^@0401US^@00ol00000WjcP09n/h00N09n/h003o`00003>gN<0c]gS01X0 -c]gS00?o00000<[og03:om`0103:om`01Ol00000c>^90i01US^@04@1US^@00ol00000WjcP09n/h00M09n/h003 -o`00003>gN<0c]gS01T0c]gS00?o00000<[og03:om`01@3:om`01?l00000c>^9000702O[>000ol0 -0000c]gS0gN<0c]gS01L0 -c]gS00?o00000<[og03:om`01P3:om`01?l00000c>^90006P2O[>000ol00000c]gS0gN<0c]gS01H0c]gS00?o00000<[og03:om`0203:om`00ol00000c>^9 -o`00001N0?ooo`00H03oool00ol0000002VMo`00000F06F>i003o`00002O[>00WjcP01T0WjcP00?o -00000gN<05@3>gN<00ol00000b_oL0<[og0080<[og003o`00003gN<0c]gS01@0c]gS00?o0000 -0<[og03:om`02@3:om`2o`000600oooo001S0?ooo`03o`000000:Igo000001@0IHkT00?o000009n/ -h02O[>005`2O[>000ol00000c]gS0i003o`00002O[>00WjcP01H0WjcP00?o00000 -gN<04`3>gN<00ol00000b_oL0<[og00:0<[og0;o0000H@3oool006D0oooo1?l0000B06F>i003o`00 -002O[>00WjcP01H0WjcP00?o00000gN<04P3>gN<00ol00000b_oL0<[og00:0<[og0;o0000 -HP3oool006L0oooo00?o0000000YWOl000004P1US^@00ol00000WjcP09n/h00D09n/h003o`00003> -gN<0c]gS0180c]gS00?o00000<[og03:om`02P3:om`00ol00000oooo0?ooo`1R0?ooo`00J03oool3 -o`000180IHkT00?o000009n/h02O[>004`2O[>000ol00000c]gS0004`2O[>000ol0 -0000c]gS0gN<0c]gS00h0 -c]gS0_l0000:0<[og0;o0000J03oool006`0oooo0ol0000?06F>i003o`00002O[>00WjcP0140WjcP -00?o00000gN<03P3>gN<00ol00000b_oL0<[og0090<[og003o`00003oool0oooo06P0oooo -001^0?ooo`?o00003P1US^@00ol00000WjcP09n/h00@09n/h003o`00003>gN<0c]gS00d0c]gS00?o -00000<[og03:om`0203:om`2o`0006/0oooo001_0?ooo`?o00003@1US^@00ol00000WjcP09n/h00@ -09n/h003o`00003>gN<0c]gS00`0c]gS00?o00000<[og03:om`01`3:om`2o`0006d0oooo001a0?oo -o`;o00003@1US^@00ol00000WjcP09n/h00?09n/h003o`00003>gN<0c]gS00/0c]gS00?o00000<[o -g03:om`01`3:om`00ol00000oooo0?ooo`1]0?ooo`00LP3oool3o`0000`0IHkT00?o000009n/h02O -[>003@2O[>000ol00000c]gS0003@2O[>000ol00000c]gS0i003o`00002O -[>00WjcP00`0WjcP00?o00000gN<02@3>gN<00ol00000b_oL0<[og0050<[og0;o0000L`3o -ool007H0oooo0_l0000:06F>i003o`00002O[>00WjcP00/0WjcP00?o00000gN<02@3>gN<0 -0ol00000b_oL0<[og0050<[og003o`00003oool0oooo07<0oooo001h0?ooo`;o00002@1US^@00ol0 -0000WjcP09n/h00:09n/h003o`00003>gN<0c]gS00P0c]gS00?o00000<[og03:om`0103:om`2o`00 -07H0oooo001i0?ooo`;o00002@1US^@00ol00000WjcP09n/h00909n/h003o`00003>gN<0c]gS00L0 -c]gS00?o00000<[og03:om`0103:om`00ol00000oooo0?ooo`1f0?ooo`00NP3oool2o`0000P0IHkT -00?o000009n/h02O[>002@2O[>000ol00000c]gS0001`2O[>000ol00000c]gS0i003o`00002O[>00WjcP00L0WjcP00?o00000gN<01@3>gN<00ol00000b_oL0<[og002 -0<[og0;o0000O03oool007h0oooo0_l0000606F>i003o`00002O[>00WjcP00H0WjcP00?o00000gN<0103>gN<00ol00000b_oL0<[og0020<[og003o`00003oool0oooo07`0oooo00200?ooo`;o -0000101US^@00ol00000WjcP09n/h00609n/h003o`00003>gN<0c]gS00<0c]gS00Co00000<[og03: -om`0b_oL0_l0001o0?ooo`00P@3oool2o`0000@0IHkT00?o000009n/h02O[>00102O[>000ol00000 -c]gS0i01U -S^@00P1US^@00ol00000WjcP09n/h00309n/h003o`00003>gN<0c]gS0080c]gS00?o00000<[og03: -om`00_l000220?ooo`00Q03oool2o`000080IHkT00?o000009n/h02O[>000`2O[>001_l00000c]gS -0gN?o00000<[og0;o0000Q03oool008D0oooo0_l0000206F>i005o`00002O[>00WjcP09n/ -h?l000000`3>gN<00ol00000b_oLo`0000260?ooo`00Q`3oool00ol00000IHkTo`00000309n/h003 -o`00003>gN<0c]gS00?o0000Q`3oool008P0oooo0ol0000209n/h004o`00003>gN?o0000o`0008T0 -oooo002:0?ooo`;o000000@0WjcPo`000?l0003o0000RP3oool008/0oooo0ol0002<0?ooo`00S03o -ool00ol00000oooo0?ooo`2;0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.486 .58183 m .49073 .68996 L .6144 .66191 L closepath p .567 .232 .36 r -F P -0 g -s -.36872 .65777 m .49073 .68996 L .486 .58183 L closepath p .751 .379 .348 r -F P -0 g -s -.486 .58183 m .63075 .55515 L .60739 .43861 L closepath p .567 .45 .679 r -F P -0 g -s -.63075 .55515 m .486 .58183 L .6144 .66191 L closepath p .515 .277 .491 r -F P -0 g -s -.486 .58183 m .4914 .42433 L .37684 .43254 L closepath p .781 .681 .753 r -F P -0 g -s -.4914 .42433 m .486 .58183 L .60739 .43861 L closepath p .65 .57 .751 r -F P -0 g -s -.34973 .54914 m .37684 .43254 L .486 .58183 L closepath p .851 .687 .678 r -F P -0 g -s -.34973 .54914 m .36872 .65777 L .486 .58183 L closepath p .852 .549 .476 r -F P -0 g -s -.4914 .42433 m .37684 .43254 L .5 .27523 L closepath p .77 .759 .843 r -F P -0 g -s -.4914 .42433 m .5 .27523 L .60739 .43861 L closepath p .622 .632 .839 r -F P -0 g -s -.60739 .43861 m .64786 .36592 L .75546 .50603 L closepath p .328 .385 .769 r -F P -0 g -s -.5 .27523 m .64786 .36592 L .60739 .43861 L closepath p .468 .562 .868 r -F P -0 g -s -.63075 .55515 m .60739 .43861 L .75546 .50603 L closepath p .411 .344 .672 r -F P -0 g -s -.23889 .49384 m .35026 .35716 L .37684 .43254 L closepath p .937 .908 .768 r -F P -0 g -s -.5 .27523 m .35026 .35716 L .37684 .43254 L closepath p .836 .882 .876 r -F P -0 g -s -.34973 .54914 m .23889 .49384 L .37684 .43254 L closepath p .939 .787 .665 r -F P -0 g -s -.6144 .66191 m .63075 .55515 L .75546 .50603 L closepath p .302 .094 .422 r -F P -0 g -s -.36872 .65777 m .34973 .54914 L .23889 .49384 L closepath p .942 .614 .379 r -F P -0 g -s -.37177 .31851 m .35026 .35716 L .5 .27523 L closepath p .615 .956 .835 r -F P -0 g -s -.5 .27523 m .64786 .36592 L .64397 .32698 L closepath p .025 .434 .868 r -F P -0 g -s -.5105 .28499 m .37177 .31851 L .5 .27523 L closepath p 0 0 0 r -F P -0 g -s -.5105 .28499 m .5 .27523 L .64397 .32698 L closepath p .276 0 0 r -F P -0 g -s -.5 .75807 m .49073 .68996 L .6144 .66191 L closepath p .365 0 0 r -F P -0 g -s -.36872 .65777 m .49073 .68996 L .5 .75807 L closepath p .625 .094 0 r -F P -0 g -s -.66054 .65315 m .5 .75807 L .6144 .66191 L closepath p 0 0 0 r -F P -0 g -s -.66054 .65315 m .6144 .66191 L .75546 .50603 L closepath p 0 0 .009 r -F P -0 g -s -.64786 .36592 m .75546 .50603 L .64397 .32698 L closepath p 0 .074 .631 r -F P -0 g -s -.33724 .64758 m .5 .75807 L .36872 .65777 L closepath p .505 0 0 r -F P -0 g -s -.33724 .64758 m .23889 .49384 L .36872 .65777 L closepath p .794 .338 0 r -F P -0 g -s -.35026 .35716 m .23889 .49384 L .37177 .31851 L closepath p .646 .881 .527 r -F P -0 g -s -.65519 .585 m .68244 .44034 L .75546 .50603 L closepath p .994 .841 .584 r -F P -0 g -s -.64397 .32698 m .68244 .44034 L .75546 .50603 L closepath p .891 .497 .056 r -F P -0 g -s -.66054 .65315 m .65519 .585 L .75546 .50603 L closepath p .922 .967 .668 r -F P -0 g -s -.36165 .57909 m .337 .43125 L .23889 .49384 L closepath p .238 .207 .619 r -F P -0 g -s -.37177 .31851 m .337 .43125 L .23889 .49384 L closepath p 0 0 .175 r -F P -0 g -s -.33724 .64758 m .36165 .57909 L .23889 .49384 L closepath p .057 .223 .72 r -F P -0 g -s -.66054 .65315 m .5 .75807 L .65519 .585 L closepath p .828 .975 .888 r -F P -0 g -s -.51982 .38415 m .68244 .44034 L .64397 .32698 L closepath p .878 .502 .325 r -F P -0 g -s -.5105 .28499 m .51982 .38415 L .64397 .32698 L closepath p .707 .225 .102 r -F P -0 g -s -.33724 .64758 m .36165 .57909 L .5 .75807 L closepath p .3 .512 .894 r -F P -0 g -s -.51982 .38415 m .337 .43125 L .37177 .31851 L closepath p .399 .116 .364 r -F P -0 g -s -.5105 .28499 m .37177 .31851 L .51982 .38415 L closepath p .442 .017 .134 r -F P -0 g -s -.5 .75807 m .51151 .60126 L .65519 .585 L closepath p .782 .823 .885 r -F P -0 g -s -.36165 .57909 m .51151 .60126 L .5 .75807 L closepath p .576 .644 .881 r -F P -0 g -s -.68244 .44034 m .65519 .585 L .51982 .38415 L closepath p .899 .722 .654 r -F P -0 g -s -.51982 .38415 m .337 .43125 L .36165 .57909 L closepath p .506 .395 .661 r -F P -0 g -s -.51982 .38415 m .51151 .60126 L .65519 .585 L closepath p .805 .716 .766 r -F P -0 g -s -.51151 .60126 m .51982 .38415 L .36165 .57909 L closepath p .627 .565 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.52449 .58154 m .51621 .68981 L .63722 .65607 L closepath p .5 .171 .341 r -F P -0 g -s -.39229 .6633 m .51621 .68981 L .52449 .58154 L closepath p .708 .348 .364 r -F P -0 g -s -.52449 .58154 m .65716 .54666 L .6287 .43004 L closepath p .507 .408 .677 r -F P -0 g -s -.65716 .54666 m .52449 .58154 L .63722 .65607 L closepath p .436 .209 .469 r -F P -0 g -s -.52449 .58154 m .51504 .42409 L .39887 .44065 L closepath p .748 .649 .751 r -F P -0 g -s -.51504 .42409 m .52449 .58154 L .6287 .43004 L closepath p .608 .541 .753 r -F P -0 g -s -.37696 .55717 m .39887 .44065 L .52449 .58154 L closepath p .813 .649 .679 r -F P -0 g -s -.37696 .55717 m .39229 .6633 L .52449 .58154 L closepath p .808 .517 .496 r -F P -0 g -s -.51504 .42409 m .39887 .44065 L .5 .27523 L closepath p .746 .731 .838 r -F P -0 g -s -.51504 .42409 m .5 .27523 L .6287 .43004 L closepath p .587 .612 .844 r -F P -0 g -s -.24764 .51045 m .35344 .36915 L .39887 .44065 L closepath p .916 .857 .769 r -F P -0 g -s -.5 .27523 m .35344 .36915 L .39887 .44065 L closepath p .823 .845 .865 r -F P -0 g -s -.37696 .55717 m .24764 .51045 L .39887 .44065 L closepath p .901 .74 .673 r -F P -0 g -s -.39229 .6633 m .37696 .55717 L .24764 .51045 L closepath p .905 .588 .435 r -F P -0 g -s -.6287 .43004 m .64983 .35382 L .76219 .48914 L closepath p .213 .329 .766 r -F P -0 g -s -.5 .27523 m .64983 .35382 L .6287 .43004 L closepath p .41 .543 .879 r -F P -0 g -s -.65716 .54666 m .6287 .43004 L .76219 .48914 L closepath p .311 .279 .661 r -F P -0 g -s -.63722 .65607 m .65716 .54666 L .76219 .48914 L closepath p .151 0 .358 r -F P -0 g -s -.35086 .33037 m .35344 .36915 L .5 .27523 L closepath p .722 .988 .876 r -F P -0 g -s -.5 .27523 m .64983 .35382 L .62164 .31558 L closepath p 0 .398 .82 r -F P -0 g -s -.48166 .28534 m .35086 .33037 L .5 .27523 L closepath p 0 0 0 r -F P -0 g -s -.48166 .28534 m .5 .27523 L .62164 .31558 L closepath p .282 0 0 r -F P -0 g -s -.5 .75807 m .51621 .68981 L .63722 .65607 L closepath p .27 0 0 r -F P -0 g -s -.39229 .6633 m .51621 .68981 L .5 .75807 L closepath p .601 .088 0 r -F P -0 g -s -.34093 .65519 m .5 .75807 L .39229 .6633 L closepath p .588 .015 0 r -F P -0 g -s -.34093 .65519 m .24764 .51045 L .39229 .6633 L closepath p .858 .404 .051 r -F P -0 g -s -.35344 .36915 m .24764 .51045 L .35086 .33037 L closepath p .83 .972 .661 r -F P -0 g -s -.66292 .64546 m .5 .75807 L .63722 .65607 L closepath p 0 0 0 r -F P -0 g -s -.66292 .64546 m .63722 .65607 L .76219 .48914 L closepath p 0 0 0 r -F P -0 g -s -.64983 .35382 m .76219 .48914 L .62164 .31558 L closepath p 0 0 .481 r -F P -0 g -s -.33929 .58737 m .31124 .44396 L .24764 .51045 L closepath p .039 .07 .565 r -F P -0 g -s -.35086 .33037 m .31124 .44396 L .24764 .51045 L closepath p 0 0 .003 r -F P -0 g -s -.34093 .65519 m .33929 .58737 L .24764 .51045 L closepath p 0 .081 .64 r -F P -0 g -s -.63128 .57704 m .65479 .42808 L .76219 .48914 L closepath p .96 .79 .629 r -F P -0 g -s -.62164 .31558 m .65479 .42808 L .76219 .48914 L closepath p .917 .522 .21 r -F P -0 g -s -.66292 .64546 m .63128 .57704 L .76219 .48914 L closepath p .953 .941 .732 r -F P -0 g -s -.34093 .65519 m .33929 .58737 L .5 .75807 L closepath p .179 .459 .883 r -F P -0 g -s -.46539 .38473 m .31124 .44396 L .35086 .33037 L closepath p .256 0 .306 r -F P -0 g -s -.48166 .28534 m .35086 .33037 L .46539 .38473 L closepath p .324 0 .086 r -F P -0 g -s -.66292 .64546 m .5 .75807 L .63128 .57704 L closepath p .834 .937 .895 r -F P -0 g -s -.46539 .38473 m .65479 .42808 L .62164 .31558 L closepath p .828 .468 .375 r -F P -0 g -s -.48166 .28534 m .46539 .38473 L .62164 .31558 L closepath p .654 .192 .143 r -F P -0 g -s -.5 .75807 m .47989 .60148 L .63128 .57704 L closepath p .751 .784 .88 r -F P -0 g -s -.33929 .58737 m .47989 .60148 L .5 .75807 L closepath p .519 .613 .886 r -F P -0 g -s -.46539 .38473 m .31124 .44396 L .33929 .58737 L closepath p .409 .326 .65 r -F P -0 g -s -.47989 .60148 m .46539 .38473 L .33929 .58737 L closepath p .566 .524 .767 r -F P -0 g -s -.65479 .42808 m .63128 .57704 L .46539 .38473 L closepath p .848 .672 .663 r -F P -0 g -s -.46539 .38473 m .47989 .60148 L .63128 .57704 L closepath p .761 .673 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgZ5=@3ZQCGo0000I`3oool00640oooo00?o00000440CP11 -04h00P1104h2o`0001d0DP0F00?o00000:La902WZ5=Ol0 -0000I`3oool00640oooo00?o00000440CP1104h0101104h2o`0001X0DP0F00?o00000:La902WZ5=@3ZQCGo0000IP3oool00600oooo0_l000080440CP;o0000 -601B01H00ol00000Yc4T0:La900D0:La90;o00004`3CMel01Ol00000jXDe0>Z5=@3ZQCGo000006D0 -oooo001O0?ooo`;o00002`1104h2o`0001H0DP0F00?o00000:La902WZ5=@3ZQCD00P3ZQCD00ol00000oooo0?ooo`1R0?ooo`00G`3oool2o`0000d0@@1>0_l0 -000D05805P03o`00002WZ5=@3ZQCD00`3ZQCD00ol00000oooo0?ooo`1P -0?ooo`00GP3oool2o`000180@@1>0_l0000@05805P03o`00002WZ5=@3Z -QCD00`3ZQCD00ol00000oooo0?ooo`1O0?ooo`00G@3oool00ol000000000o`00000F0440CP;o0000 -2`1B01H00ol00000Yc4T0:La90080:La90;o00008P3CMel00ol00000jXDe0>Z5=@040>Z5=@03o`00 -003oool0oooo05h0oooo001L0?ooo`03o`000000003o000001T0@@1>0_l0000905805P03o`00002W -Z5=@3ZQCD01P3ZQCD00ol00000oooo0?ooo`1L0?ooo`00F`3oool0 -1?l00000000000000?l0000M0440CP;o00001@1B01H01?l00000Yc4T0:La902WZ5=@3ZQCD01@3ZQCD00ol00000oooo0?ooo`1L0?ooo`00FP3oool01?l0000000000000 -0?l0000P0440CP;o00000P1B01H00ol00000Yc4T0:La9002o`0002`0dgMO00?o00000>Z5=@3ZQCD0 -1P3ZQCD00ol00000oooo0?ooo`1K0?ooo`00FP3oool01?l00000000000000?l0000R0440CPGo0000 -;P3CMel00ol00000jXDe0>Z5=@070>Z5=@03o`00003oool0oooo05X0oooo001I0?ooo`05o`000000 -0000000000000?l000008`1104h4o`0002h0dgMO00?o00000>Z5=@3ZQCD0203ZQCD00ol00000oooo -0?ooo`1I0?ooo`00F@3oool01?l00000000000000?l0000Q0440CP?o000000@0J5>Vo`00003I[:T0 -fJbY1Ol0000Z0==gG`03o`00003ZQCD0jXDe00P0jXDe00?o00000?ooo`3oool0F03oool005P0oooo -00Go00000000000000000000o`00000N0440CP?o00000`1XDjH3o`0000H0fJbY1?l0000V0==gG`03 -o`00003ZQCD0jXDe00T0jXDe00?o00000?ooo`3oool0E`3oool005L0oooo00?o0000000000000000 -0P0000000ol00000@@1>0440CP0J0440CP;o00001@1XDjH01Ol00000T8K4o`000032[0440CP0E0440CP?o0000 -2@1XDjH01?l00000T8K40926a?l000030<:/``03o`00003I[:T0fJbY00h0fJbY1?l0000J0==gG`03 -o`00003ZQCD0jXDe00X0jXDe00?o00000?ooo`3oool0E@3oool005H0oooo00?o0000000000000000 -0P0000000ol00000@@1>0440CP0C0440CP;o0000301XDjH01?l00000T8K40926a?l000040<:/``03 -o`00003I[:T0fJbY0140fJbY1Ol0000E0==gG`03o`00003ZQCD0jXDe00/0jXDe00?o00000?ooo`3o -ool0E03oool005D0oooo00?o00000000000000000P0000000ol00000@@1>0440CP0A0440CP?o0000 -3@1XDjH01Ol00000T8K40926a02@Q/Co000000D0`Zc300?o00000=V/Z@3I[:T05@3I[:T4o`000140 -dgMO00?o00000>Z5=@3ZQCD0303ZQCD00ol00000oooo0?ooo`1C0?ooo`00E@3oool00ol000000000 -0000000200000003o`00001104h0@@1>00h0@@1>0ol0000?06QCYP03o`00002@Q/@0T8K40080T8K4 -00?o00000<:/``32[<<01032[<<00ol00000fJbY0=V/Z@0H0=V/Z@Go00003@3CMel00ol00000jXDe -0>Z5=@0;0>Z5=@03o`00003oool0oooo05<0oooo001D0?ooo`03o`0000000000000000<0000000?o -00000440CP1104h02`1104h3o`000180J5>V00?o00000926a02@Q/@00`2@Q/@00ol00000`Zc30<:/ -``030<:/``03o`00003I[:T0fJbY01d0fJbY1?l000090==gG`03o`00003ZQCD0jXDe00`0jXDe00?o -00000?ooo`3oool0DP3oool005<0oooo00?o00000000000000000`0000000ol00000@@1>0440CP0: -0440CP;o0000501XDjH00ol00000T8K40926a0040926a003o`000032[<<0`Zc300@0`Zc300?o0000 -0=V/Z@3I[:T0803I[:T4o`0000D0dgMO00?o00000>Z5=@3ZQCD03@3ZQCD00ol00000oooo0?ooo`1A -0?ooo`00D`3oool00ol0000000000000000300000003o`00001104h0@@1>00L0@@1>0ol0000F06QC -YP03o`00002@Q/@0T8K400@0T8K400?o00000<:/``32[<<01@32[<<00ol00000fJbY0=V/Z@0S0=V/ -Z@Go000000<0dgMOo`00003ZQCD03P3ZQCD00ol00000oooo0?ooo`1@0?ooo`00DP3oool00ol00000 -00000000000400000003o`00001104h0@@1>00@0@@1>0ol0000H06QCYP03o`00002@Q/@0T8K400D0 -T8K400?o00000<:/``32[<<01P32[<<00ol00000fJbY0=V/Z@0W0=V/Z@?o00003`3ZQCD00ol00000 -oooo0?ooo`1?0?ooo`00DP3oool00ol0000000000000000300000003o`00001104h0@@1>00<0@@1> -0_l0000J06QCYP03o`00002@Q/@0T8K400H0T8K400?o00000<:/``32[<<01`32[<<00ol00000fJbY -0=V/Z@0W0=V/Z@04o`00003ebZ7o0000o`0000h0jXDe00?o00000?ooo`3oool0CP3oool00540oooo -00?o0000000000000000100000000ol00000@@1>0440CP03o`0001`0J5>V00?o00000926a02@Q/@0 -1P2@Q/@00ol00000`Zc30<:/``080<:/``03o`00003I[:T0fJbY02H0fJbY00Co00000?G:X@3ebZ40 -mLZQ0_l0000<0>Z5=@03o`00003oool0oooo04h0oooo001A0?ooo`03o`0000000000000000@00000 -0ol0000N06QCYP03o`00002@Q/@0T8K400L0T8K400?o00000<:/``32[<<02@32[<<00ol00000fJbY -0=V/Z@0U0=V/Z@03o`00003ebZ40mLZQ00<0mLZQ00?o00000>Z5=@3ZQCD02P3ZQCD00ol00000oooo -0?ooo`1=0?ooo`00D03oool00ol0000000000000000400000003o`00001XDjH0J5>V01h0J5>V00?o -00000926a02@Q/@0202@Q/@00ol00000`Zc30<:/``090<:/``03o`00003I[:T0fJbY02@0fJbY00?o -00000?G:X@3ebZ401@3ebZ42o`0000/0jXDe00?o00000?ooo`3oool0C03oool00500oooo00?o0000 -000000000000100000000ol00000J5>V06QCYP0N06QCYP03o`00002@Q/@0T8K400P0T8K400?o0000 -0<:/``32[<<02P32[<<00ol00000fJbY0=V/Z@0S0=V/Z@03o`00003ebZ40mLZQ00L0mLZQ0_l0000: -0>Z5=@03o`00003oool0oooo04/0oooo001?0?ooo`03o`0000000000000000@000000_l0000O06QC -YP03o`00002@Q/@0T8K400T0T8K400?o00000<:/``32[<<02`32[<<00ol00000fJbY0=V/Z@0R0=V/ -Z@03o`00003ebZ40mLZQ00T0mLZQ0_l000090>Z5=@03o`00003oool0oooo04X0oooo001>0?ooo`03 -o`0000000000000000@0000000?o000000TAT?l000007`1XDjH00ol00000T8K40926a0090926a003 -o`000032[<<0`Zc300`0`Zc300?o00000=V/Z@3I[:T08@3I[:T00ol00000mLZQ0?G:X@0;0?G:X@;o -00001`3ZQCD00ol00000oooo0?ooo`1:0?ooo`00CP3oool00ol0000000000000000300000005o`00 -00094I002A6@00TAT?l000007@1XDjH00ol00000T8K40926a00:0926a003o`000032[<<0`Zc300d0 -`Zc300?o00000=V/Z@3I[:T0803I[:T00ol00000mLZQ0?G:X@0=0?G:X@;o00001P3ZQCD00ol00000 -oooo0?ooo`190?ooo`00C@3oool00ol0000000000000000300000003o`0000094I002A6@00802A6@ -00?o000006QCYP1XDjH06P1XDjH00ol00000T8K40926a00;0926a003o`000032[<<0`Zc300h0`Zc3 -00?o00000=V/Z@3I[:T07`3I[:T00ol00000mLZQ0?G:X@0?0?G:X@03o`00003ZQCD0jXDe00@0jXDe -00?o00000?ooo`3oool0B03oool004d0oooo00?o00000000000000000P0000000ol000002A6@00TA -T00300TAT003o`00001XDjH0J5>V01X0J5>V00?o00000926a02@Q/@02`2@Q/@00ol00000`Zc30<:/ -``0?0<:/``03o`00003I[:T0fJbY01h0fJbY00?o00000?G:X@3ebZ40403ebZ42o`0000D0jXDe00?o -00000?ooo`3oool0A`3oool004`0oooo00?o00000000000000000P0000000ol000002A6@00TAT004 -00TAT003o`00001XDjH0J5>V01T0J5>V00?o00000926a02@Q/@0302@Q/@00ol00000`Zc30<:/``0@ -0<:/``03o`00003I[:T0fJbY01`0fJbY00?o00000?G:X@3ebZ404`3ebZ42o`0000@0jXDe00?o0000 -0?ooo`3oool0AP3oool004`0oooo00Go00000000000000000000o`00000700TAT003o`00001XDjH0 -J5>V01T0J5>V00?o00000926a02@Q/@03@2@Q/@00ol00000`Zc30<:/``0?0<:/``03o`00003I[:T0 -fJbY01`0fJbY00?o00000?G:X@3ebZ405@3ebZ42o`0000<0jXDe00?o00000?ooo`3oool0A@3oool0 -04/0oooo00Go00000000000000000000o`00000900TAT003o`00001XDjH0J5>V01L0J5>V00?o0000 -0926a02@Q/@03P2@Q/@00ol00000`Zc30<:/``0@0<:/``03o`00003I[:T0fJbY01/0fJbY00?o0000 -0?G:X@3ebZ405`3ebZ42o`0000030>Z5=Ol00000oooo04H0oooo001:0?ooo`05o`00000000000000 -00000?l000002P094I000ol00000J5>V06QCYP0F06QCYP03o`00002@Q/@0T8K400l0T8K400?o0000 -0<:/``32[<<04@32[<<00ol00000fJbY0=V/Z@0J0=V/Z@03o`00003ebZ40mLZQ01T0mLZQ00?o0000 -0>Z5=Ol00000AP3oool004X0oooo00Co000000000000003o00002`094I000ol00000J5>V06QCYP0F -06QCYP03o`00002@Q/@0T8K400l0T8K400?o00000<:/``32[<<04P32[<<00ol00000fJbY0=V/Z@0I -0=V/Z@03o`00003ebZ40mLZQ01X0mLZQ0ol000150?ooo`00B@3oool01?l00000000000000?l0000< -00TAT003o`00001XDjH0J5>V01D0J5>V00?o00000926a02@Q/@0402@Q/@00ol00000`Zc30<:/``0C -0<:/``03o`00003I[:T0fJbY01P0fJbY00?o00000?G:X@3ebZ40703ebZ42o`0004@0oooo00190?oo -o`03o`000000003o000000d02A6@00?o000006QCYP1XDjH0501XDjH00ol00000T8K40926a00A0926 -a003o`000032[<<0`Zc301@0`Zc300?o00000=V/Z@3I[:T05`3I[:T00ol00000mLZQ0?G:X@0M0?G: -X@;o0000@`3oool004P0oooo00?o000000000?l000003`094I000ol00000J5>V06QCYP0C06QCYP03 -o`00002@Q/@0T8K40140T8K400?o00000<:/``32[<<05@32[<<00ol00000fJbY0=V/Z@0E0=V/Z@03 -o`00003ebZ40mLZQ01d0mLZQ00?o00000??`^ol00000@`3oool004P0oooo0_l0000@00TAT003o`00 -001XDjH0J5>V0180J5>V00?o00000926a02@Q/@04P2@Q/@00ol00000`Zc30<:/``0F0<:/``03o`00 -003I[:T0fJbY01@0fJbY00?o00000?G:X@3ebZ406`3ebZ42o`0000030??`^ol00000oooo04<0oooo -00170?ooo`;o00004@094I000ol00000J5>V06QCYP0B06QCYP03o`00002@Q/@0T8K40180T8K400?o -00000<:/``32[<<05P32[<<00ol00000fJbY0=V/Z@0D0=V/Z@03o`00003ebZ40mLZQ01X0mLZQ00Co -00000??`^`3cl;_o0000A@3oool004H0oooo0_l0000B00TAT003o`00001XDjH0J5>V0140J5>V00?o -00000926a02@Q/@04`2@Q/@00ol00000`Zc30<:/``0G0<:/``03o`00003I[:T0fJbY01<0fJbY00?o -00000?G:X@3ebZ40603ebZ42o`0000<0lo2k00?o00000?ooo`3oool0@`3oool004H0oooo00?o0000 -00TAT0094I004@094I000ol00000J5>V06QCYP0@06QCYP03o`00002@Q/@0T8K401@0T8K400?o0000 -0<:/``32[<<06032[<<00ol00000fJbY0=V/Z@0B0=V/Z@03o`00003ebZ40mLZQ01L0mLZQ00?o0000 -0??`^`3cl;/00P3cl;/00ol00000oooo0?ooo`140?ooo`00A@3oool2o`0001@02A6@00?o000006QC -YP1XDjH03`1XDjH00ol00000T8K40926a00D0926a003o`000032[<<0`Zc301T0`Zc300?o00000=V/ -Z@3I[:T04@3I[:T00ol00000mLZQ0?G:X@0E0?G:X@;o0000103cl;/00ol00000oooo0?ooo`150?oo -o`00A@3oool00ol0000001BSo`00000C00TAT003o`00001XDjH0J5>V00h0J5>V00?o00000926a02@ -Q/@05@2@Q/@00ol00000`Zc30<:/``0J0<:/``03o`00003I[:T0fJbY0100fJbY00?o00000?G:X@3e -bZ40503ebZ400ol00000lo2k0??`^`040??`^`03o`00003oool0oooo04D0oooo00160?ooo`03o`00 -00005:?o000001802A6@00?o000006QCYP1XDjH03P1XDjH00ol00000T8K40926a00E0926a003o`00 -0032[<<0`Zc301/0`Zc300?o00000=V/Z@3I[:T03P3I[:T00ol00000mLZQ0?G:X@0C0?G:X@;o0000 -1P3cl;/00ol00000oooo0?ooo`160?ooo`00A`3oool00ol0000001BSo`00000A00TAT003o`00001X -DjH0J5>V00d0J5>V00?o00000926a02@Q/@05P2@Q/@00ol00000`Zc30<:/``0L0<:/``03o`00003I -[:T0fJbY00d0fJbY00?o00000?G:X@3ebZ404P3ebZ400ol00000lo2k0??`^`060??`^`03o`00003o -ool0oooo04H0oooo00170?ooo`04o`0000005:<001BSo`0001002A6@00?o000006QCYP1XDjH0301X -DjH00ol00000T8K40926a00H0926a003o`000032[<<0`Zc301`0`Zc300?o00000=V/Z@3I[:T0303I -[:T00ol00000mLZQ0?G:X@0@0?G:X@;o0000203cl;/00ol00000oooo0?ooo`170?ooo`00B03oool0 -0ol0000001BS000DX`02o`0000l02A6@00?o000006QCYP1XDjH02`1XDjH00ol00000T8K40926a00H -0926a003o`000032[<<0`Zc301`0`Zc300?o00000=V/Z@3I[:T0303I[:T00ol00000mLZQ0?G:X@0? -0?G:X@03o`00003cl;/0lo2k00L0lo2k00?o00000?ooo`3oool0B03oool004P0oooo00?o0000000D -X`005:<00P005:<00ol000002A6@00TAT00<00TAT003o`00001XDjH0J5>V00X0J5>V00?o00000926 -a02@Q/@06@2@Q/@00ol00000`Zc30<:/``0M0<:/``03o`00003I[:T0fJbY00/0fJbY00?o00000?G: -X@3ebZ403@3ebZ42o`0000X0lo2k00?o00000?ooo`3oool0B03oool004T0oooo00?o0000000DX`00 -5:<00P005:<00ol000002A6@00TAT00;00TAT003o`00001XDjH0J5>V00X0J5>V00?o00000926a02@ -Q/@06@2@Q/@00ol00000`Zc30<:/``0N0<:/``03o`00003I[:T0fJbY00X0fJbY00?o00000?G:X@3e -bZ40303ebZ400ol00000lo2k0??`^`090??`^`03o`00003oool0oooo04T0oooo001:0?ooo`03o`00 -00005:<001BS008001BS00?o000000TAT0094I002P094I000ol00000J5>V06QCYP0906QCYP03o`00 -002@Q/@0T8K401X0T8K400?o00000<:/``32[<<07`32[<<00ol00000fJbY0=V/Z@090=V/Z@03o`00 -003ebZ40mLZQ00/0mLZQ00?o00000??`^`3cl;/02@3cl;/00ol00000oooo0?ooo`1:0?ooo`00BP3o -ool00ol0000001BS000DX`03000DX`03o`0000094I002A6@00T02A6@00?o000006QCYP1XDjH0201X -DjH00ol00000T8K40926a00K0926a003o`000032[<<0`Zc30200`Zc300?o00000=V/Z@3I[:T01`3I -[:T00ol00000mLZQ0?G:X@0:0?G:X@;o0000303cl;/00ol00000oooo0?ooo`1:0?ooo`00B`3oool0 -0ol0000001BS000DX`03000DX`03o`0000094I002A6@00T02A6@00?o000006QCYP1XDjH01`1XDjH0 -0ol00000T8K40926a00K0926a003o`000032[<<0`Zc30240`Zc300?o00000=V/Z@3I[:T01P3I[:T0 -0ol00000mLZQ0?G:X@090?G:X@03o`00003cl;/0lo2k00/0lo2k00?o00000?ooo`3oool0B`3oool0 -04`0oooo00?o0000000DX`005:<00`005:<2o`0000T02A6@00?o000006QCYP1XDjH01P1XDjH00ol0 -0000T8K40926a00L0926a003o`000032[<<0`Zc30280`Zc300?o00000=V/Z@3I[:T01@3I[:T00ol0 -0000mLZQ0?G:X@070?G:X@;o00003@3cl;/00ol00000oooo0?ooo`1<0?ooo`00C03oool00ol00000 -01BS000DX`05000DX`03o`0000094I002A6@00H02A6@00?o000006QCYP1XDjH01@1XDjH00ol00000 -T8K40926a00M0926a003o`000032[<<0`Zc30280`Zc300?o00000=V/Z@3I[:T01@3I[:T00ol00000 -mLZQ0?G:X@060?G:X@03o`00003cl;/0lo2k00d0lo2k00?o00000?ooo`3oool0C03oool004d0oooo -00?o0000000DX`005:<01@005:<00ol000002A6@00TAT00500TAT003o`00001XDjH0J5>V00D0J5>V -00?o00000926a02@Q/@07@2@Q/@00ol00000`Zc30<:/``0S0<:/``03o`00003I[:T0fJbY00@0fJbY -00?o00000?G:X@3ebZ40103ebZ42o`0000l0lo2k00?o00000?ooo`3oool0C@3oool004h0oooo00?o -0000000DX`005:<01@005:<00ol000002A6@00TAT00400TAT003o`00001XDjH0J5>V00@0J5>V00?o -00000926a02@Q/@07P2@Q/@00ol00000`Zc30<:/``0T0<:/``03o`00003I[:T0fJbY00<0fJbY00?o -00000?G:X@3ebZ400`3ebZ400ol00000lo2k0??`^`0?0??`^`03o`00003oool0oooo04d0oooo001> -0?ooo`03o`0000005:<001BS00H001BS00?o000000TAT0094I0010094I000ol00000J5>V06QCYP03 -06QCYP03o`00002@Q/@0T8K401h0T8K400?o00000<:/``32[<<09@32[<<00ol00000fJbY0=V/Z@02 -0=V/Z@04o`00003ebZ40mLZQ0?G:X@;o00004@3cl;/00ol00000oooo0?ooo`1>0?ooo`00C`3oool0 -0ol0000001BS000DX`06000DX`;o000010094I000ol00000J5>V06QCYP0206QCYP03o`00002@Q/@0 -T8K401l0T8K400?o00000<:/``32[<<09P32[<<01?l00000fJbY0=V/ZOl000030?G:X@03o`00003c -l;/0lo2k0100lo2k00?o00000?ooo`3oool0C`3oool004l0oooo00?o0000000DX`005:<020005:<0 -1Ol000002A6@00TAT0094I3o000000<0J5>V00?o00000926a02@Q/@0802@Q/@00ol00000`Zc30<:/ -``0W0<:/``04o`00003I[:Wo00000?G:X@;o00004`3cl;/00ol00000oooo0?ooo`1?0?ooo`00D03o -ool00ol0000001BS000DX`08000DX`04o`0000094I002A6@o`0000<0J5>V00?o00000926a02@Q/@0 -802@Q/@00ol00000`Zc30<:/``0X0<:/``?o0000503cl;/00ol00000oooo0?ooo`1@0?ooo`00D@3o -ool00ol0000001BS000DX`08000DX`03o`0000094I3o00000080J5>V00?o00000926a02@Q/@08P2@ -Q/@00ol00000`Zc30<:/``0U0<:/``Co0000503cl;/00ol00000oooo0?ooo`1A0?ooo`00D@3oool0 -0ol0000001BS000DX`09000DX`05o`0000094I3o000006QCY_l00000902@Q/@00ol00000`Zc30<:/ -``0O0<:/``Ko00000`30b>400ol00000lo2k0??`^`0B0??`^`03o`00003oool0oooo0540oooo001B -0?ooo`03o`0000005:<001BS00T001BS0ol0000U0926a003o`000032[<<0`Zc301T0`Zc31_l00008 -0<38h@03o`00003EknGo00000180lo2k00?o00000?ooo`3oool0DP3oool005<0oooo00?o0000000D -X`005:<02@005:<6o`000240T8K400?o00000<:/``32[<<04P32[<<7o`0000d0`80Q9cR00<0Q9cR2_l0000G0926a003o`000032[<<0`Zc300`0`Zc31_l0000C0<38 -h@03o`00003EknD0eNoU0080eNoU00?o00000??`^`3cl;/03P3cl;/00ol00000oooo0?ooo`1C0?oo -o`00E03oool00ol0000001BS000DX`08000DX`;o00003P24W>89o`0000h0T8K400?o00000<:/``32 -[<<01P32[<<6o`0001T0`8:o`0000@0T8K400?o00000<:/``32[<<01_l0000N0<38h@03o`00003EknD0eNoU00@0eNoU -00?o00000??`^`3cl;/0303cl;/00ol00000oooo0?ooo`1D0?ooo`00E@3oool00ol0000001BS000D -X`07000DX`04o`00000]MN80;GGRo`0001l0Q9cR1ol0000S0<38h@03o`00003EknD0eNoU00D0eNoU -00?o00000??`^`3cl;/02`3cl;/00ol00000oooo0?ooo`1E0?ooo`00EP3oool00ol0000001BS000D -X`06000DX`05o`00000]MN80;GGR02eeh_l000008P24W>800ol00000`807`24 -W>800ol00000`807P24W>800ol00000`807@24W>800ol0 -0000`807@24W>800ol00000`807024W>800ol00000`806`24W>800ol00000`806P24W>800ol00000`806@24W>80 -0ol00000`80Q9cR01P0Q9cR00?o -00000<38h@30b>406`30b>400ol00000eNoU0=G_i@0A0=G_i@04o`00003cl;/0lo2ko`0005d0oooo -001L0?ooo`04o`0000005:<001BSo`0000d0;GGR00?o000008BLhP24W>805`24W>800ol00000`40`805`24W>800ol00000`80Q9cR01H0Q9cR00?o00000<38 -h@30b>405`30b>400ol00000eNoU0=G_i@0A0=G_i@;o0000HP3oool005l0oooo0_l0000?02eehP03 -o`000024W>80Q9cR01D0Q9cR00?o00000<38h@30b>405P30b>400ol00000eNoU0=G_i@0A0=G_i@03 -o`00003oool0oooo0680oooo001Q0?ooo`03o`00000]MN80;GGR00d0;GGR00?o000008BLhP24W>80 -5024W>800ol00000`02eehP03o`000024W>80Q9cR01<0Q9cR00?o00000<38h@30b>405@30 -b>400ol00000eNoU0=G_i@0?0=G_i@;o0000IP3oool006@0oooo00?o000002eehP0]MN80300]MN80 -0ol00000Q9cR08BLhP0B08BLhP03o`000030b>40`804P24W>800ol0 -0000`804@24W>800ol00000`40`40`80Q9cR00h0Q9cR00?o00000<38h@30b>404030b>400ol00000eNoU0=G_i@0: -0=G_i@;o0000K`3oool006d0oooo0_l0000:02eehP03o`000024W>80Q9cR00d0Q9cR00?o00000<38 -h@30b>403`30b>400ol00000eNoU0=G_i@0:0=G_i@03o`00003oool0oooo06l0oooo001_0?ooo`03 -o`00000]MN80;GGR00P0;GGR00?o000008BLhP24W>803024W>800ol00000`0<38h@03 -o`00003EknD0eNoU00X0eNoU00?o00000?ooo`3oool0L03oool00700oooo0_l0000902eehP03o`00 -0024W>80Q9cR00/0Q9cR00?o00000<38h@30b>403@30b>400ol00000eNoU0=G_i@090=G_i@;o0000 -L`3oool00780oooo00?o000002eehP0]MN801`0]MN800ol00000Q9cR08BLhP0;08BLhP03o`000030 -b>40`802P24W>800ol00000`802P24W>800ol0 -0000`40`40`80Q9cR00L0Q9cR00?o -00000<38h@30b>402030b>400ol00000eNoU0=G_i@050=G_i@03o`00003oool0oooo07X0oooo001k -0?ooo`;o0000100]MN800ol00000Q9cR08BLhP0608BLhP03o`000030b>40`801P24W>800ol00000`80Q9cR00D0Q9cR00?o00000<38h@30 -b>401@30b>400ol00000eNoU0=G_i@020=G_i@;o0000P03oool00800oooo00Go000002eehP0]MN80 -;GGRo`00000608BLhP03o`000030b>40`800`24W>800ol00000`800ol00000`800P24W>800ol00000`801ol00000`7o00000=G_iOl00000R03oool0 -08P0oooo0_l0000208BLhP03o`000030b>40`;o -00000<38h@02o`0008X0oooo002;0?ooo`?o0000S03oool008`0oooo00?o00000?ooo`3oool0R`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.56256 .57912 m .54135 .68857 L .65684 .64913 L closepath p .417 .094 .308 r -F P -0 g -s -.41824 .66762 m .54135 .68857 L .56256 .57912 L closepath p .66 .311 .37 r -F P -0 g -s -.56256 .57912 m .68009 .53652 L .64695 .41988 L closepath p .434 .359 .673 r -F P -0 g -s -.68009 .53652 m .56256 .57912 L .65684 .64913 L closepath p .334 .121 .435 r -F P -0 g -s -.56256 .57912 m .53835 .42212 L .42318 .44701 L closepath p .713 .619 .75 r -F P -0 g -s -.53835 .42212 m .56256 .57912 L .64695 .41988 L closepath p .561 .511 .757 r -F P -0 g -s -.40674 .56343 m .42318 .44701 L .56256 .57912 L closepath p .774 .613 .68 r -F P -0 g -s -.40674 .56343 m .41824 .66762 L .56256 .57912 L closepath p .765 .483 .507 r -F P -0 g -s -.26321 .52582 m .36084 .38051 L .42318 .44701 L closepath p .888 .809 .765 r -F P -0 g -s -.5 .27523 m .36084 .38051 L .42318 .44701 L closepath p .806 .811 .855 r -F P -0 g -s -.53835 .42212 m .42318 .44701 L .5 .27523 L closepath p .721 .705 .835 r -F P -0 g -s -.40674 .56343 m .26321 .52582 L .42318 .44701 L closepath p .861 .697 .677 r -F P -0 g -s -.53835 .42212 m .5 .27523 L .64695 .41988 L closepath p .547 .593 .851 r -F P -0 g -s -.41824 .66762 m .40674 .56343 L .26321 .52582 L closepath p .863 .558 .47 r -F P -0 g -s -.64695 .41988 m .64718 .34153 L .76097 .47154 L closepath p .061 .255 .748 r -F P -0 g -s -.5 .27523 m .64718 .34153 L .64695 .41988 L closepath p .342 .523 .889 r -F P -0 g -s -.68009 .53652 m .64695 .41988 L .76097 .47154 L closepath p .175 .194 .64 r -F P -0 g -s -.41824 .66762 m .54135 .68857 L .5 .75807 L closepath p .566 .066 .028 r -F P -0 g -s -.34918 .66239 m .5 .75807 L .41824 .66762 L closepath p .626 .065 0 r -F P -0 g -s -.34918 .66239 m .26321 .52582 L .41824 .66762 L closepath p .862 .427 .174 r -F P -0 g -s -.33546 .34355 m .36084 .38051 L .5 .27523 L closepath p .79 .986 .894 r -F P -0 g -s -.36084 .38051 m .26321 .52582 L .33546 .34355 L closepath p .918 .978 .732 r -F P -0 g -s -.65684 .64913 m .68009 .53652 L .76097 .47154 L closepath p 0 0 .253 r -F P -0 g -s -.5 .27523 m .64718 .34153 L .59455 .30616 L closepath p 0 .362 .749 r -F P -0 g -s -.45357 .28826 m .33546 .34355 L .5 .27523 L closepath p .361 .819 .715 r -F P -0 g -s -.45357 .28826 m .5 .27523 L .59455 .30616 L closepath p .255 0 0 r -F P -0 g -s -.5 .75807 m .54135 .68857 L .65684 .64913 L closepath p .15 0 0 r -F P -0 g -s -.32295 .59653 m .29275 .45797 L .26321 .52582 L closepath p 0 0 .455 r -F P -0 g -s -.33546 .34355 m .29275 .45797 L .26321 .52582 L closepath p 0 0 0 r -F P -0 g -s -.34918 .66239 m .32295 .59653 L .26321 .52582 L closepath p 0 0 .487 r -F P -0 g -s -.66028 .63762 m .5 .75807 L .65684 .64913 L closepath p .514 .877 .654 r -F P -0 g -s -.66028 .63762 m .65684 .64913 L .76097 .47154 L closepath p .644 .823 .403 r -F P -0 g -s -.64718 .34153 m .76097 .47154 L .59455 .30616 L closepath p .671 .159 0 r -F P -0 g -s -.34918 .66239 m .32295 .59653 L .5 .75807 L closepath p .029 .388 .849 r -F P -0 g -s -.41264 .38951 m .29275 .45797 L .33546 .34355 L closepath p .057 0 .209 r -F P -0 g -s -.45357 .28826 m .33546 .34355 L .41264 .38951 L closepath p .168 0 .005 r -F P -0 g -s -.60215 .57046 m .62074 .41788 L .76097 .47154 L closepath p .912 .736 .65 r -F P -0 g -s -.59455 .30616 m .62074 .41788 L .76097 .47154 L closepath p .89 .508 .307 r -F P -0 g -s -.66028 .63762 m .60215 .57046 L .76097 .47154 L closepath p .937 .888 .758 r -F P -0 g -s -.45357 .28826 m .41264 .38951 L .59455 .30616 L closepath p .588 .142 .159 r -F P -0 g -s -.5 .75807 m .4491 .60337 L .60215 .57046 L closepath p .717 .749 .877 r -F P -0 g -s -.32295 .59653 m .4491 .60337 L .5 .75807 L closepath p .452 .58 .891 r -F P -0 g -s -.66028 .63762 m .5 .75807 L .60215 .57046 L closepath p .822 .894 .893 r -F P -0 g -s -.41264 .38951 m .29275 .45797 L .32295 .59653 L closepath p .28 .235 .628 r -F P -0 g -s -.41264 .38951 m .62074 .41788 L .59455 .30616 L closepath p .772 .428 .404 r -F P -0 g -s -.4491 .60337 m .41264 .38951 L .32295 .59653 L closepath p .493 .477 .768 r -F P -0 g -s -.62074 .41788 m .60215 .57046 L .41264 .38951 L closepath p .797 .625 .668 r -F P -0 g -s -.41264 .38951 m .4491 .60337 L .60215 .57046 L closepath p .715 .633 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.59954 .57459 m .56558 .68627 L .67262 .64122 L closepath p .311 0 .257 r -F P -0 g -s -.44591 .6707 m .56558 .68627 L .59954 .57459 L closepath p .607 .267 .368 r -F P -0 g -s -.59954 .57459 m .69877 .5249 L .66153 .40832 L closepath p .34 .298 .665 r -F P -0 g -s -.69877 .5249 m .59954 .57459 L .67262 .64122 L closepath p .196 .004 .378 r -F P -0 g -s -.59954 .57459 m .5608 .41844 L .44915 .45153 L closepath p .677 .589 .75 r -F P -0 g -s -.5608 .41844 m .59954 .57459 L .66153 .40832 L closepath p .506 .478 .761 r -F P -0 g -s -.43837 .56787 m .44915 .45153 L .59954 .57459 L closepath p .736 .58 .68 r -F P -0 g -s -.43837 .56787 m .44591 .6707 L .59954 .57459 L closepath p .72 .448 .513 r -F P -0 g -s -.28463 .53964 m .37205 .39097 L .44915 .45153 L closepath p .856 .765 .761 r -F P -0 g -s -.5 .27523 m .37205 .39097 L .44915 .45153 L closepath p .785 .779 .847 r -F P -0 g -s -.5608 .41844 m .44915 .45153 L .5 .27523 L closepath p .693 .681 .834 r -F P -0 g -s -.43837 .56787 m .28463 .53964 L .44915 .45153 L closepath p .823 .658 .679 r -F P -0 g -s -.44591 .6707 m .43837 .56787 L .28463 .53964 L closepath p .82 .525 .492 r -F P -0 g -s -.5608 .41844 m .5 .27523 L .66153 .40832 L closepath p .503 .574 .861 r -F P -0 g -s -.32583 .35751 m .37205 .39097 L .5 .27523 L closepath p .826 .964 .896 r -F P -0 g -s -.37205 .39097 m .28463 .53964 L .32583 .35751 L closepath p .941 .942 .761 r -F P -0 g -s -.44591 .6707 m .56558 .68627 L .5 .75807 L closepath p .519 .031 .037 r -F P -0 g -s -.36151 .669 m .5 .75807 L .44591 .6707 L closepath p .633 .089 0 r -F P -0 g -s -.36151 .669 m .28463 .53964 L .44591 .6707 L closepath p .839 .425 .254 r -F P -0 g -s -.32583 .35751 m .28173 .47266 L .28463 .53964 L closepath p .869 .87 .426 r -F P -0 g -s -.36151 .669 m .31287 .60622 L .28463 .53964 L closepath p .693 .257 0 r -F P -0 g -s -.31287 .60622 m .28173 .47266 L .28463 .53964 L closepath p 0 0 .262 r -F P -0 g -s -.66153 .40832 m .63975 .32946 L .75109 .45378 L closepath p 0 .156 .697 r -F P -0 g -s -.5 .27523 m .63975 .32946 L .66153 .40832 L closepath p .262 .501 .896 r -F P -0 g -s -.69877 .5249 m .66153 .40832 L .75109 .45378 L closepath p 0 .075 .593 r -F P -0 g -s -.5 .27523 m .63975 .32946 L .56363 .2992 L closepath p 0 .333 .666 r -F P -0 g -s -.42732 .29358 m .32583 .35751 L .5 .27523 L closepath p .52 .912 .793 r -F P -0 g -s -.42732 .29358 m .5 .27523 L .56363 .2992 L closepath p .197 0 0 r -F P -0 g -s -.5 .75807 m .56558 .68627 L .67262 .64122 L closepath p 0 0 0 r -F P -0 g -s -.67262 .64122 m .69877 .5249 L .75109 .45378 L closepath p 0 0 .082 r -F P -0 g -s -.36151 .669 m .31287 .60622 L .5 .75807 L closepath p 0 .299 .776 r -F P -0 g -s -.65243 .6299 m .5 .75807 L .67262 .64122 L closepath p .671 .967 .773 r -F P -0 g -s -.65243 .6299 m .67262 .64122 L .75109 .45378 L closepath p .849 .946 .586 r -F P -0 g -s -.36409 .39816 m .28173 .47266 L .32583 .35751 L closepath p 0 0 .054 r -F P -0 g -s -.42732 .29358 m .32583 .35751 L .36409 .39816 L closepath p 0 0 0 r -F P -0 g -s -.63975 .32946 m .75109 .45378 L .56363 .2992 L closepath p .742 .22 0 r -F P -0 g -s -.36409 .39816 m .28173 .47266 L .31287 .60622 L closepath p .098 .111 .583 r -F P -0 g -s -.42732 .29358 m .36409 .39816 L .56363 .2992 L closepath p .508 .075 .152 r -F P -0 g -s -.5 .75807 m .42038 .60681 L .56879 .56558 L closepath p .68 .716 .876 r -F P -0 g -s -.31287 .60622 m .42038 .60681 L .5 .75807 L closepath p .369 .542 .895 r -F P -0 g -s -.65243 .6299 m .5 .75807 L .56879 .56558 L closepath p .8 .851 .888 r -F P -0 g -s -.42038 .60681 m .36409 .39816 L .31287 .60622 L closepath p .402 .422 .766 r -F P -0 g -s -.56879 .56558 m .58146 .41029 L .75109 .45378 L closepath p .861 .685 .661 r -F P -0 g -s -.56363 .2992 m .58146 .41029 L .75109 .45378 L closepath p .842 .478 .364 r -F P -0 g -s -.65243 .6299 m .56879 .56558 L .75109 .45378 L closepath p .903 .832 .766 r -F P -0 g -s -.36409 .39816 m .58146 .41029 L .56363 .2992 L closepath p .712 .382 .418 r -F P -0 g -s -.36409 .39816 m .42038 .60681 L .56879 .56558 L closepath p .665 .593 .765 r -F P -0 g -s -.58146 .41029 m .56879 .56558 L .36409 .39816 L closepath p .745 .58 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.31094 .5517 m .38662 .40027 L .47621 .45416 L closepath p .824 .726 .757 r -F P -0 g -s -.5 .27523 m .38662 .40027 L .47621 .45416 L closepath p .763 .75 .841 r -F P -0 g -s -.63473 .56796 m .58185 .41311 L .47621 .45416 L closepath p .637 .561 .752 r -F P -0 g -s -.58185 .41311 m .47621 .45416 L .5 .27523 L closepath p .664 .659 .835 r -F P -0 g -s -.47119 .57044 m .31094 .5517 L .47621 .45416 L closepath p .785 .622 .68 r -F P -0 g -s -.47119 .57044 m .47621 .45416 L .63473 .56796 L closepath p .696 .546 .68 r -F P -0 g -s -.4747 .67248 m .47119 .57044 L .31094 .5517 L closepath p .776 .492 .505 r -F P -0 g -s -.47119 .57044 m .4747 .67248 L .63473 .56796 L closepath p .673 .409 .514 r -F P -0 g -s -.63473 .56796 m .58835 .68293 L .68388 .63248 L closepath p .171 0 .178 r -F P -0 g -s -.4747 .67248 m .58835 .68293 L .63473 .56796 L closepath p .547 .214 .356 r -F P -0 g -s -.63473 .56796 m .71242 .51198 L .67184 .39558 L closepath p .215 .219 .647 r -F P -0 g -s -.71242 .51198 m .63473 .56796 L .68388 .63248 L closepath p .002 0 .286 r -F P -0 g -s -.58185 .41311 m .63473 .56796 L .67184 .39558 L closepath p .44 .442 .765 r -F P -0 g -s -.58185 .41311 m .5 .27523 L .67184 .39558 L closepath p .451 .556 .871 r -F P -0 g -s -.32197 .37174 m .38662 .40027 L .5 .27523 L closepath p .839 .931 .89 r -F P -0 g -s -.38662 .40027 m .31094 .5517 L .32197 .37174 L closepath p .931 .892 .769 r -F P -0 g -s -.30901 .61606 m .27803 .48748 L .31094 .5517 L closepath p .825 .525 0 r -F P -0 g -s -.32197 .37174 m .27803 .48748 L .31094 .5517 L closepath p .974 .903 .557 r -F P -0 g -s -.37742 .67486 m .30901 .61606 L .31094 .5517 L closepath p .823 .365 0 r -F P -0 g -s -.37742 .67486 m .31094 .5517 L .4747 .67248 L closepath p .804 .41 .307 r -F P -0 g -s -.4747 .67248 m .58835 .68293 L .5 .75807 L closepath p .462 0 .029 r -F P -0 g -s -.37742 .67486 m .5 .75807 L .4747 .67248 L closepath p .619 .094 0 r -F P -0 g -s -.5 .27523 m .62758 .31802 L .67184 .39558 L closepath p .167 .475 .895 r -F P -0 g -s -.5 .27523 m .62758 .31802 L .53006 .29504 L closepath p .282 0 0 r -F P -0 g -s -.40391 .30106 m .32197 .37174 L .5 .27523 L closepath p .653 .97 .851 r -F P -0 g -s -.40391 .30106 m .5 .27523 L .53006 .29504 L closepath p .109 0 0 r -F P -0 g -s -.67184 .39558 m .62758 .31802 L .73211 .43653 L closepath p 0 .034 .59 r -F P -0 g -s -.71242 .51198 m .67184 .39558 L .73211 .43653 L closepath p 0 0 .497 r -F P -0 g -s -.5 .75807 m .58835 .68293 L .68388 .63248 L closepath p 0 0 0 r -F P -0 g -s -.68388 .63248 m .71242 .51198 L .73211 .43653 L closepath p 0 0 0 r -F P -0 g -s -.37742 .67486 m .30901 .61606 L .5 .75807 L closepath p 0 .194 .659 r -F P -0 g -s -.32183 .41013 m .27803 .48748 L .32197 .37174 L closepath p 0 0 0 r -F P -0 g -s -.40391 .30106 m .32197 .37174 L .32183 .41013 L closepath p 0 0 0 r -F P -0 g -s -.63934 .62256 m .5 .75807 L .68388 .63248 L closepath p .772 .997 .846 r -F P -0 g -s -.63934 .62256 m .68388 .63248 L .73211 .43653 L closepath p .939 .964 .694 r -F P -0 g -s -.62758 .31802 m .73211 .43653 L .53006 .29504 L closepath p .749 .24 0 r -F P -0 g -s -.32183 .41013 m .27803 .48748 L .30901 .61606 L closepath p 0 0 .491 r -F P -0 g -s -.40391 .30106 m .32183 .41013 L .53006 .29504 L closepath p .408 0 .122 r -F P -0 g -s -.39483 .61165 m .32183 .41013 L .30901 .61606 L closepath p .282 .352 .758 r -F P -0 g -s -.30901 .61606 m .39483 .61165 L .5 .75807 L closepath p .265 .497 .892 r -F P -0 g -s -.5 .75807 m .39483 .61165 L .53252 .56266 L closepath p .639 .684 .877 r -F P -0 g -s -.63934 .62256 m .5 .75807 L .53252 .56266 L closepath p .772 .81 .883 r -F P -0 g -s -.53006 .29504 m .53855 .40574 L .73211 .43653 L closepath p .787 .439 .398 r -F P -0 g -s -.32183 .41013 m .53855 .40574 L .53006 .29504 L closepath p .646 .329 .421 r -F P -0 g -s -.53252 .56266 m .53855 .40574 L .73211 .43653 L closepath p .81 .637 .667 r -F P -0 g -s -.63934 .62256 m .53252 .56266 L .73211 .43653 L closepath p .862 .779 .768 r -F P -0 g -s -.32183 .41013 m .39483 .61165 L .53252 .56266 L closepath p .609 .553 .766 r -F P -0 g -s -.53855 .40574 m .53252 .56266 L .32183 .41013 L closepath p .691 .535 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.34123 .56184 m .40401 .40824 L .50377 .45486 L closepath p .792 .691 .754 r -F P -0 g -s -.5 .27523 m .40401 .40824 L .50377 .45486 L closepath p .738 .723 .837 r -F P -0 g -s -.66737 .55927 m .60098 .40621 L .50377 .45486 L closepath p .594 .532 .754 r -F P -0 g -s -.60098 .40621 m .50377 .45486 L .5 .27523 L closepath p .633 .638 .838 r -F P -0 g -s -.50456 .57112 m .34123 .56184 L .50377 .45486 L closepath p .746 .588 .68 r -F P -0 g -s -.50456 .57112 m .50377 .45486 L .66737 .55927 L closepath p .653 .513 .68 r -F P -0 g -s -.504 .67296 m .50456 .57112 L .34123 .56184 L closepath p .732 .457 .512 r -F P -0 g -s -.50456 .57112 m .504 .67296 L .66737 .55927 L closepath p .622 .367 .511 r -F P -0 g -s -.3111 .62572 m .28124 .50193 L .34123 .56184 L closepath p .943 .61 .182 r -F P -0 g -s -.32366 .38575 m .28124 .50193 L .34123 .56184 L closepath p .989 .873 .623 r -F P -0 g -s -.40401 .40824 m .34123 .56184 L .32366 .38575 L closepath p .908 .841 .768 r -F P -0 g -s -.39633 .67987 m .3111 .62572 L .34123 .56184 L closepath p .863 .415 .095 r -F P -0 g -s -.39633 .67987 m .34123 .56184 L .504 .67296 L closepath p .765 .387 .34 r -F P -0 g -s -.66737 .55927 m .6091 .67859 L .69003 .62312 L closepath p 0 0 .057 r -F P -0 g -s -.504 .67296 m .6091 .67859 L .66737 .55927 L closepath p .476 .149 .332 r -F P -0 g -s -.66737 .55927 m .72028 .49805 L .67733 .38198 L closepath p .042 .11 .609 r -F P -0 g -s -.72028 .49805 m .66737 .55927 L .69003 .62312 L closepath p 0 0 .134 r -F P -0 g -s -.60098 .40621 m .66737 .55927 L .67733 .38198 L closepath p .358 .4 .768 r -F P -0 g -s -.32366 .38575 m .40401 .40824 L .5 .27523 L closepath p .838 .894 .879 r -F P -0 g -s -.60098 .40621 m .5 .27523 L .67733 .38198 L closepath p .39 .537 .882 r -F P -0 g -s -.504 .67296 m .6091 .67859 L .5 .75807 L closepath p .391 0 .002 r -F P -0 g -s -.39633 .67987 m .5 .75807 L .504 .67296 L closepath p .591 .083 .011 r -F P -0 g -s -.5 .27523 m .61086 .30766 L .67733 .38198 L closepath p .06 .445 .878 r -F P -0 g -s -.5 .27523 m .61086 .30766 L .49523 .29392 L closepath p .277 0 0 r -F P -0 g -s -.38415 .31036 m .32366 .38575 L .5 .27523 L closepath p .747 .99 .884 r -F P -0 g -s -.38415 .31036 m .5 .27523 L .49523 .29392 L closepath p 0 0 0 r -F P -0 g -s -.28742 .42472 m .28124 .50193 L .32366 .38575 L closepath p .819 .843 .379 r -F P -0 g -s -.38415 .31036 m .32366 .38575 L .28742 .42472 L closepath p .57 .832 .474 r -F P -0 g -s -.39633 .67987 m .3111 .62572 L .5 .75807 L closepath p .469 0 0 r -F P -0 g -s -.72028 .49805 m .67733 .38198 L .70404 .42053 L closepath p 0 0 .324 r -F P -0 g -s -.67733 .38198 m .61086 .30766 L .70404 .42053 L closepath p .572 .091 0 r -F P -0 g -s -.5 .75807 m .6091 .67859 L .69003 .62312 L closepath p 0 0 0 r -F P -0 g -s -.28742 .42472 m .28124 .50193 L .3111 .62572 L closepath p 0 0 .321 r -F P -0 g -s -.69003 .62312 m .72028 .49805 L .70404 .42053 L closepath p .907 .836 .376 r -F P -0 g -s -.38415 .31036 m .28742 .42472 L .49523 .29392 L closepath p .28 0 .065 r -F P -0 g -s -.37335 .61763 m .28742 .42472 L .3111 .62572 L closepath p .12 .259 .734 r -F P -0 g -s -.3111 .62572 m .37335 .61763 L .5 .75807 L closepath p .135 .439 .875 r -F P -0 g -s -.61086 .30766 m .70404 .42053 L .49523 .29392 L closepath p .72 .232 .084 r -F P -0 g -s -.62124 .6159 m .5 .75807 L .69003 .62312 L closepath p .821 .984 .882 r -F P -0 g -s -.62124 .6159 m .69003 .62312 L .70404 .42053 L closepath p .951 .926 .743 r -F P -0 g -s -.5 .75807 m .37335 .61763 L .49484 .56187 L closepath p .592 .654 .88 r -F P -0 g -s -.62124 .6159 m .5 .75807 L .49484 .56187 L closepath p .741 .773 .879 r -F P -0 g -s -.49523 .29392 m .49388 .40451 L .70404 .42053 L closepath p .728 .395 .416 r -F P -0 g -s -.28742 .42472 m .49388 .40451 L .49523 .29392 L closepath p .571 .266 .412 r -F P -0 g -s -.28742 .42472 m .37335 .61763 L .49484 .56187 L closepath p .545 .51 .767 r -F P -0 g -s -.62124 .6159 m .49484 .56187 L .70404 .42053 L closepath p .819 .73 .767 r -F P -0 g -s -.49388 .40451 m .49484 .56187 L .28742 .42472 L closepath p .632 .489 .669 r -F P -0 g -s -.49484 .56187 m .49388 .40451 L .70404 .42053 L closepath p .759 .592 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.37465 .56997 m .42372 .41472 L .53124 .45363 L closepath p .758 .658 .751 r -F P -0 g -s -.5 .27523 m .42372 .41472 L .53124 .45363 L closepath p .712 .698 .834 r -F P -0 g -s -.69667 .54859 m .61766 .39786 L .53124 .45363 L closepath p .544 .501 .758 r -F P -0 g -s -.61766 .39786 m .53124 .45363 L .5 .27523 L closepath p .598 .618 .842 r -F P -0 g -s -.53784 .56992 m .37465 .56997 L .53124 .45363 L closepath p .706 .555 .68 r -F P -0 g -s -.53784 .56992 m .53124 .45363 L .69667 .54859 L closepath p .606 .478 .68 r -F P -0 g -s -.31871 .63494 m .29076 .51562 L .37465 .56997 L closepath p .959 .624 .316 r -F P -0 g -s -.33052 .39916 m .29076 .51562 L .37465 .56997 L closepath p .965 .824 .653 r -F P -0 g -s -.42372 .41472 m .37465 .56997 L .33052 .39916 L closepath p .878 .795 .764 r -F P -0 g -s -.53323 .67212 m .53784 .56992 L .37465 .56997 L closepath p .686 .42 .514 r -F P -0 g -s -.41768 .68394 m .31871 .63494 L .37465 .56997 L closepath p .856 .428 .203 r -F P -0 g -s -.41768 .68394 m .37465 .56997 L .53323 .67212 L closepath p .722 .358 .36 r -F P -0 g -s -.53784 .56992 m .53323 .67212 L .69667 .54859 L closepath p .564 .318 .502 r -F P -0 g -s -.33052 .39916 m .42372 .41472 L .5 .27523 L closepath p .828 .857 .868 r -F P -0 g -s -.61766 .39786 m .69667 .54859 L .67754 .36786 L closepath p .253 .348 .768 r -F P -0 g -s -.61766 .39786 m .5 .27523 L .67754 .36786 L closepath p .318 .516 .892 r -F P -0 g -s -.69667 .54859 m .62724 .67334 L .69054 .61338 L closepath p 0 0 0 r -F P -0 g -s -.53323 .67212 m .62724 .67334 L .69667 .54859 L closepath p .387 .066 .295 r -F P -0 g -s -.69667 .54859 m .72166 .48345 L .67754 .36786 L closepath p 0 0 .529 r -F P -0 g -s -.72166 .48345 m .69667 .54859 L .69054 .61338 L closepath p 0 0 0 r -F P -0 g -s -.53323 .67212 m .62724 .67334 L .5 .75807 L closepath p .302 0 0 r -F P -0 g -s -.41768 .68394 m .5 .75807 L .53323 .67212 L closepath p .552 .057 .033 r -F P -0 g -s -.5 .27523 m .59003 .29883 L .67754 .36786 L closepath p 0 .41 .838 r -F P -0 g -s -.36864 .32105 m .33052 .39916 L .5 .27523 L closepath p .804 .981 .896 r -F P -0 g -s -.5 .27523 m .59003 .29883 L .46059 .29588 L closepath p .24 0 0 r -F P -0 g -s -.36864 .32105 m .5 .27523 L .46059 .29588 L closepath p 0 0 0 r -F P -0 g -s -.2618 .44114 m .29076 .51562 L .33052 .39916 L closepath p .958 .903 .53 r -F P -0 g -s -.36864 .32105 m .33052 .39916 L .2618 .44114 L closepath p .783 .954 .626 r -F P -0 g -s -.41768 .68394 m .31871 .63494 L .5 .75807 L closepath p .568 0 0 r -F P -0 g -s -.2618 .44114 m .29076 .51562 L .31871 .63494 L closepath p .77 .486 0 r -F P -0 g -s -.5 .75807 m .62724 .67334 L .69054 .61338 L closepath p .568 .912 .695 r -F P -0 g -s -.67754 .36786 m .59003 .29883 L .66737 .40657 L closepath p .702 .183 0 r -F P -0 g -s -.72166 .48345 m .67754 .36786 L .66737 .40657 L closepath p .804 .433 0 r -F P -0 g -s -.35658 .62451 m .2618 .44114 L .31871 .63494 L closepath p 0 .13 .672 r -F P -0 g -s -.31871 .63494 m .35658 .62451 L .5 .75807 L closepath p 0 .363 .831 r -F P -0 g -s -.36864 .32105 m .2618 .44114 L .46059 .29588 L closepath p .109 0 0 r -F P -0 g -s -.69054 .61338 m .72166 .48345 L .66737 .40657 L closepath p .992 .865 .523 r -F P -0 g -s -.59003 .29883 m .66737 .40657 L .46059 .29588 L closepath p .672 .204 .133 r -F P -0 g -s -.59857 .6102 m .5 .75807 L .69054 .61338 L closepath p .834 .95 .894 r -F P -0 g -s -.59857 .6102 m .69054 .61338 L .66737 .40657 L closepath p .927 .87 .762 r -F P -0 g -s -.5 .75807 m .35658 .62451 L .45738 .56325 L closepath p .538 .623 .884 r -F P -0 g -s -.59857 .6102 m .5 .75807 L .45738 .56325 L closepath p .706 .738 .876 r -F P -0 g -s -.46059 .29588 m .44949 .40666 L .66737 .40657 L closepath p .664 .344 .421 r -F P -0 g -s -.2618 .44114 m .44949 .40666 L .46059 .29588 L closepath p .48 .188 .391 r -F P -0 g -s -.2618 .44114 m .35658 .62451 L .45738 .56325 L closepath p .467 .461 .768 r -F P -0 g -s -.44949 .40666 m .45738 .56325 L .2618 .44114 L closepath p .565 .438 .666 r -F P -0 g -s -.59857 .6102 m .45738 .56325 L .66737 .40657 L closepath p .775 .686 .766 r -F P -0 g -s -.45738 .56325 m .44949 .40666 L .66737 .40657 L closepath p .706 .547 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.33127 .64347 m .30586 .5282 L .4104 .57603 L closepath p .934 .608 .397 r -F P -0 g -s -.34205 .4116 m .30586 .5282 L .4104 .57603 L closepath p .929 .774 .668 r -F P -0 g -s -.4104 .57603 m .44521 .41961 L .55806 .45048 L closepath p .724 .628 .75 r -F P -0 g -s -.44521 .41961 m .4104 .57603 L .34205 .4116 L closepath p .846 .753 .76 r -F P -0 g -s -.5704 .56684 m .4104 .57603 L .55806 .45048 L closepath p .664 .522 .68 r -F P -0 g -s -.56177 .66998 m .5704 .56684 L .4104 .57603 L closepath p .636 .379 .512 r -F P -0 g -s -.4409 .687 m .33127 .64347 L .4104 .57603 L closepath p .829 .421 .273 r -F P -0 g -s -.4409 .687 m .4104 .57603 L .56177 .66998 L closepath p .675 .323 .369 r -F P -0 g -s -.5 .27523 m .44521 .41961 L .55806 .45048 L closepath p .685 .674 .834 r -F P -0 g -s -.72174 .53604 m .63136 .38822 L .55806 .45048 L closepath p .486 .468 .762 r -F P -0 g -s -.63136 .38822 m .55806 .45048 L .5 .27523 L closepath p .56 .599 .849 r -F P -0 g -s -.5704 .56684 m .55806 .45048 L .72174 .53604 L closepath p .553 .439 .679 r -F P -0 g -s -.5704 .56684 m .56177 .66998 L .72174 .53604 L closepath p .496 .26 .487 r -F P -0 g -s -.34205 .4116 m .44521 .41961 L .5 .27523 L closepath p .812 .821 .858 r -F P -0 g -s -.63136 .38822 m .72174 .53604 L .67212 .35366 L closepath p .114 .28 .756 r -F P -0 g -s -.63136 .38822 m .5 .27523 L .67212 .35366 L closepath p .233 .493 .897 r -F P -0 g -s -.56177 .66998 m .64223 .66726 L .5 .75807 L closepath p .191 0 0 r -F P -0 g -s -.56177 .66998 m .64223 .66726 L .72174 .53604 L closepath p .272 0 .236 r -F P -0 g -s -.4409 .687 m .5 .75807 L .56177 .66998 L closepath p .503 .017 .036 r -F P -0 g -s -.24533 .45861 m .30586 .5282 L .34205 .4116 L closepath p .99 .884 .61 r -F P -0 g -s -.35775 .3327 m .34205 .4116 L .5 .27523 L closepath p .832 .954 .895 r -F P -0 g -s -.35775 .3327 m .34205 .4116 L .24533 .45861 L closepath p .899 .983 .715 r -F P -0 g -s -.72174 .53604 m .64223 .66726 L .68501 .60355 L closepath p 0 0 0 r -F P -0 g -s -.72174 .53604 m .716 .46862 L .67212 .35366 L closepath p 0 0 .377 r -F P -0 g -s -.716 .46862 m .72174 .53604 L .68501 .60355 L closepath p .86 .809 .323 r -F P -0 g -s -.5 .27523 m .56576 .2919 L .67212 .35366 L closepath p 0 .373 .773 r -F P -0 g -s -.35775 .3327 m .5 .27523 L .42762 .30083 L closepath p .31 .785 .689 r -F P -0 g -s -.5 .27523 m .56576 .2919 L .42762 .30083 L closepath p .172 0 0 r -F P -0 g -s -.4409 .687 m .33127 .64347 L .5 .75807 L closepath p .618 .052 0 r -F P -0 g -s -.24533 .45861 m .30586 .5282 L .33127 .64347 L closepath p .925 .596 .136 r -F P -0 g -s -.34491 .63198 m .24533 .45861 L .33127 .64347 L closepath p 0 0 .544 r -F P -0 g -s -.33127 .64347 m .34491 .63198 L .5 .75807 L closepath p 0 .267 .744 r -F P -0 g -s -.5 .75807 m .64223 .66726 L .68501 .60355 L closepath p .709 .982 .801 r -F P -0 g -s -.35775 .3327 m .24533 .45861 L .42762 .30083 L closepath p 0 0 0 r -F P -0 g -s -.67212 .35366 m .56576 .2919 L .62321 .39544 L closepath p .75 .23 0 r -F P -0 g -s -.716 .46862 m .67212 .35366 L .62321 .39544 L closepath p .907 .509 .103 r -F P -0 g -s -.68501 .60355 m .716 .46862 L .62321 .39544 L closepath p .987 .829 .599 r -F P -0 g -s -.56576 .2919 m .62321 .39544 L .42762 .30083 L closepath p .61 .16 .156 r -F P -0 g -s -.5 .75807 m .34491 .63198 L .42176 .56672 L closepath p .474 .591 .89 r -F P -0 g -s -.57206 .60573 m .5 .75807 L .68501 .60355 L closepath p .827 .907 .894 r -F P -0 g -s -.57206 .60573 m .5 .75807 L .42176 .56672 L closepath p .668 .706 .876 r -F P -0 g -s -.24533 .45861 m .34491 .63198 L .42176 .56672 L closepath p .368 .402 .765 r -F P -0 g -s -.40739 .41207 m .42176 .56672 L .24533 .45861 L closepath p .483 .378 .659 r -F P -0 g -s -.24533 .45861 m .40739 .41207 L .42762 .30083 L closepath p .365 .087 .352 r -F P -0 g -s -.57206 .60573 m .68501 .60355 L .62321 .39544 L closepath p .89 .814 .767 r -F P -0 g -s -.42762 .30083 m .40739 .41207 L .62321 .39544 L closepath p .592 .284 .416 r -F P -0 g -s -.57206 .60573 m .42176 .56672 L .62321 .39544 L closepath p .729 .645 .765 r -F P -0 g -s -.42176 .56672 m .40739 .41207 L .62321 .39544 L closepath p .649 .501 .67 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.34815 .65113 m .32577 .53944 L .44775 .57999 L closepath p .894 .58 .446 r -F P -0 g -s -.35769 .4228 m .32577 .53944 L .44775 .57999 L closepath p .89 .728 .675 r -F P -0 g -s -.44775 .57999 m .46794 .42283 L .58364 .44545 L closepath p .688 .598 .75 r -F P -0 g -s -.46794 .42283 m .44775 .57999 L .35769 .4228 L closepath p .814 .715 .756 r -F P -0 g -s -.60159 .5619 m .44775 .57999 L .58364 .44545 L closepath p .619 .487 .68 r -F P -0 g -s -.58904 .66657 m .60159 .5619 L .44775 .57999 L closepath p .58 .332 .505 r -F P -0 g -s -.46544 .68902 m .34815 .65113 L .44775 .57999 L closepath p .792 .404 .319 r -F P -0 g -s -.46544 .68902 m .44775 .57999 L .58904 .66657 L closepath p .625 .282 .369 r -F P -0 g -s -.35769 .4228 m .46794 .42283 L .5 .27523 L closepath p .792 .789 .849 r -F P -0 g -s -.5 .27523 m .46794 .42283 L .58364 .44545 L closepath p .655 .652 .835 r -F P -0 g -s -.74166 .52177 m .64158 .37749 L .58364 .44545 L closepath p .416 .43 .766 r -F P -0 g -s -.64158 .37749 m .58364 .44545 L .5 .27523 L closepath p .517 .58 .858 r -F P -0 g -s -.60159 .5619 m .58364 .44545 L .74166 .52177 L closepath p .489 .396 .676 r -F P -0 g -s -.60159 .5619 m .58904 .66657 L .74166 .52177 L closepath p .412 .188 .462 r -F P -0 g -s -.23786 .47638 m .32577 .53944 L .35769 .4228 L closepath p .973 .838 .647 r -F P -0 g -s -.35163 .34488 m .35769 .4228 L .5 .27523 L closepath p .84 .919 .886 r -F P -0 g -s -.35163 .34488 m .35769 .4228 L .23786 .47638 L closepath p .939 .956 .755 r -F P -0 g -s -.23786 .47638 m .32577 .53944 L .34815 .65113 L closepath p .961 .625 .287 r -F P -0 g -s -.58904 .66657 m .6535 .66048 L .5 .75807 L closepath p .05 0 0 r -F P -0 g -s -.58904 .66657 m .6535 .66048 L .74166 .52177 L closepath p .117 0 .145 r -F P -0 g -s -.46544 .68902 m .5 .75807 L .58904 .66657 L closepath p .441 0 .022 r -F P -0 g -s -.5 .27523 m .53891 .28721 L .66091 .33986 L closepath p 0 .341 .692 r -F P -0 g -s -.64158 .37749 m .5 .27523 L .66091 .33986 L closepath p .134 .466 .891 r -F P -0 g -s -.35163 .34488 m .5 .27523 L .39764 .30851 L closepath p .472 .886 .77 r -F P -0 g -s -.5 .27523 m .53891 .28721 L .39764 .30851 L closepath p .076 0 0 r -F P -0 g -s -.64158 .37749 m .74166 .52177 L .66091 .33986 L closepath p 0 .19 .718 r -F P -0 g -s -.46544 .68902 m .34815 .65113 L .5 .75807 L closepath p .634 .084 0 r -F P -0 g -s -.74166 .52177 m .6535 .66048 L .67321 .59397 L closepath p .798 .92 .537 r -F P -0 g -s -.74166 .52177 m .70295 .45406 L .66091 .33986 L closepath p .754 .399 0 r -F P -0 g -s -.70295 .45406 m .74166 .52177 L .67321 .59397 L closepath p .982 .866 .492 r -F P -0 g -s -.33849 .63976 m .23786 .47638 L .34815 .65113 L closepath p .63 .21 0 r -F P -0 g -s -.34815 .65113 m .33849 .63976 L .5 .75807 L closepath p 0 .161 .614 r -F P -0 g -s -.35163 .34488 m .23786 .47638 L .39764 .30851 L closepath p 0 0 0 r -F P -0 g -s -.5 .75807 m .6535 .66048 L .67321 .59397 L closepath p .792 .997 .861 r -F P -0 g -s -.66091 .33986 m .53891 .28721 L .57329 .3878 L closepath p .743 .24 .031 r -F P -0 g -s -.70295 .45406 m .66091 .33986 L .57329 .3878 L closepath p .913 .521 .24 r -F P -0 g -s -.23786 .47638 m .33849 .63976 L .38944 .5721 L closepath p .237 .326 .753 r -F P -0 g -s -.3694 .42043 m .38944 .5721 L .23786 .47638 L closepath p .379 .304 .646 r -F P -0 g -s -.23786 .47638 m .3694 .42043 L .39764 .30851 L closepath p .21 0 .285 r -F P -0 g -s -.53891 .28721 m .57329 .3878 L .39764 .30851 L closepath p .535 .098 .157 r -F P -0 g -s -.5 .75807 m .33849 .63976 L .38944 .5721 L closepath p .397 .555 .894 r -F P -0 g -s -.54266 .6027 m .5 .75807 L .67321 .59397 L closepath p .808 .864 .89 r -F P -0 g -s -.54266 .6027 m .5 .75807 L .38944 .5721 L closepath p .625 .675 .878 r -F P -0 g -s -.39764 .30851 m .3694 .42043 L .57329 .3878 L closepath p .506 .21 .398 r -F P -0 g -s -.67321 .59397 m .70295 .45406 L .57329 .3878 L closepath p .948 .776 .636 r -F P -0 g -s -.54266 .6027 m .67321 .59397 L .57329 .3878 L closepath p .849 .763 .767 r -F P -0 g -s -.38944 .5721 m .3694 .42043 L .57329 .3878 L closepath p .584 .452 .667 r -F P -0 g -s -.54266 .6027 m .38944 .5721 L .57329 .3878 L closepath p .681 .605 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgV5?@3YQCd0103YQCd00ol0 -0000oooo0?ooo`1M0?ooo`00H03oool01?l00000000000000?l0000803D0B003o`000021=FD0PCEU -01d0PCEU0ol0000?08PI:003o`00002n?@L0_Sd70100_Sd70_l000070>V5?@;o0000GP3oool005l0 -oooo00Co000000000000003o00002@0e04P00ol00000PCEU084eI@0P084eI@;o00003@286BP00ol0 -0000_Sd70;hm1`0>0;hm1`;o00002P3YQCd00ol00000oooo0?ooo`1L0?ooo`00GP3oool01?l00000 -000000000?l0000903D0B003o`000021=FD0PCEU02<0PCEU0_l0000;08PI:003o`00002n?@L0_Sd7 -00`0_Sd70_l0000<0>V5?@03o`00003oool0oooo05`0oooo001M0?ooo`04o`00000000000000o`00 -00X0=@1800?o0000084eI@21=FD09@21=FD3o`0000T0R1TX00?o00000;hm1`2n?@L02@2n?@L2o`00 -00h0jHDm0_l0001M0?ooo`00G03oool01?l00000000000000?l0000;03D0B003o`000021=FD0PCEU -02P0PCEU0_l0000708PI:003o`00002n?@L0_Sd700L0_Sd70_l0000A0>V5?@03o`00003oool0oooo -05/0oooo001L0?ooo`03o`000000003o000000`0=@1800?o0000084eI@21=FD0:P21=FD2o`0000D0 -R1TX00?o00000;hm1`2n?@L01@2n?@L2o`0001<0jHDm0_l0001L0?ooo`00F`3oool00ol000000000 -o`00000<03D0B003o`000021=FD0PCEU02d0PCEU0_l0000408PI:003o`00002n?@L0_Sd700<0_Sd7 -00?o00000>V5?@3YQCd0503YQCd00ol00000oooo0?ooo`1J0?ooo`00FP3oool00ol000000000o`00 -000=03D0B003o`000021=FD0PCEU02l0PCEU0ol000000`286BSo00000;hm1`020;hm1`;o00005`3Y -QCd2o`0005/0oooo001I0?ooo`03o`000000003o000000h0=@1800?o0000084eI@21=FD0V5?@;o0000FP3oool005L0oooo00?o000000000?l0 -00003`0e04P00ol00000PCEU084eI@0/084eI@Ko00000P2ELjX2o`0000030?;6X_l0003o000001T0 -jHDm0_l0001J0?ooo`00EP3oool00ol000000000o`00000@03D0B003o`000021=FD0PCEU02H0PCEU -1_l0000709EcZP04o`00002^V/?o0000o`000080l/JR0_l0000G0>V5?@03o`000031IP3o000005T0 -oooo001E0?ooo`04o`00000000000000o`000100=@1800?o0000084eI@21=FD08@21=FD5o`0000`0 -UG>Z00?o00000:jJ``2^V/<00_l000040?;6XP;o00005P3YQCd2o`0005T0oooo001E0?ooo`03o`00 -0000003o00000140=@1800?o0000084eI@21=FD06`21=FD6o`000100UG>Z00Co00000:jJ``2^V/?o -00000P3I`l@00ol00000l/JR0?;6XP030?;6XP;o0000503YQCd2o`0005T0oooo001D0?ooo`03o`00 -0000003o00000140=@1800?o0000084eI@21=FD05P21=FD6o`0001D0UG>Z00Go00000:jJ``2^V/<0 -[Y[3o`0000020=W3a003o`00003baZ80l/JR00D0l/JR00?o00000>V5?@3YQCd04P3YQCd2o`0005P0 -oooo001C0?ooo`03o`000000003o00000180=@1800?o0000084eI@21=FD04021=FD6o`0001X0UG>Z -00?o00000:jJ``2^V/<00P2^V/<01Ol00000fL?40=W3a03I`lCo000000L0l/JR0_l0000B0>V5?@;o -0000F03oool00580oooo00?o000000000?l000004`0e04P00ol00000PCEU084eI@0:084eI@Ko0000 -7`2ELjX00ol00000[Y[30:jJ``030:jJ``05o`00003I`l@0fL?40=W3a?l000002@3baZ82o`000100 -jHDm00?o00000<5V0?l00000E`3oool00540oooo00?o000000000?l00000500e04P00ol00000PCEU -084eI@05084eI@Go0000902ELjX00ol00000[Y[30:jJ``040:jJ``03o`00003I`l@0fL?40080fL?4 -00?o00000?;6XP3baZ80203baZ82o`0000l0jHDm0_l0001G0?ooo`00D03oool00ol000000000o`00 -000D03D0B003o`000021=FD0PCEU00Ko0000:02ELjX00ol00000[Y[30:jJ``050:jJ``03o`00003I -`l@0fL?40080fL?400?o00000?;6XP3baZ802P3baZ82o`0000d0jHDm00?o00000<5V0?l00000EP3o -ool004l0oooo00?o000000000?l00000500e04P4o`0002d0UG>Z00?o00000:jJ``2^V/<01P2^V/<0 -0ol00000fL?40=W3a0030=W3a003o`00003baZ80l/JR00/0l/JR0_l0000;0>V5?@03o`000031IP3o -000005H0oooo001?0?ooo`;o00004P0e04P3o`000003065=YOl00000UG>Z02d0UG>Z00?o00000:jJ -``2^V/<01P2^V/<00ol00000fL?40=W3a0040=W3a003o`00003baZ80l/JR00d0l/JR0_l0000:0>V5 -?@03o`000031IP3o000005D0oooo001>0?ooo`;o00004@0e04P2o`0000@0HDfU00?o000009EcZP2E -LjX0:`2ELjX00ol00000[Y[30:jJ``070:jJ``03o`00003I`l@0fL?400D0fL?400?o00000?;6XP3b -aZ803P3baZ82o`0000P0jHDm00?o00000<5V0?l00000E@3oool004d0oooo0_l0000?03D0B0?o0000 -1P1QCJD00ol00000UG>Z09EcZP0Z09EcZP03o`00002^V/<0[Y[300P0[Y[300?o00000=W3a03I`l@0 -1@3I`l@00ol00000l/JR0?;6XP0@0?;6XP;o00001`3YQCd00ol00000`FH0o`00001D0?ooo`00C03o -ool2o`0000h0=@180_l0000:065=Y@03o`00002ELjX0UG>Z02P0UG>Z00?o00000:jJ``2^V/<02@2^ -V/<00ol00000fL?40=W3a0060=W3a003o`00003baZ80l/JR0140l/JR00?o00000>V5?@3YQCd0103Y -QCd00ol00000`FH0o`00001D0?ooo`00B`3oool2o`0000`0=@180ol0000<065=Y@03o`00002ELjX0 -UG>Z02L0UG>Z00?o00000:jJ``2^V/<02P2^V/<00ol00000fL?40=W3a0060=W3a003o`00003baZ80 -l/JR0180l/JR0_l000040>V5?@03o`000031IP3o000005@0oooo001:0?ooo`;o00002`0e04P2o`00 -00l0HDfU00?o000009EcZP2ELjX09P2ELjX00ol00000[Y[30:jJ``0;0:jJ``03o`00003I`l@0fL?4 -00H0fL?400?o00000?;6XP3baZ80503baZ82o`0000<0jHDm00?o00000<5V0?l00000D`3oool004T0 -oooo0_l0000903D0B0?o00004@1QCJD00ol00000UG>Z09EcZP0U09EcZP03o`00002^V/<0[Y[300`0 -[Y[300?o00000=W3a03I`l@01`3I`l@00ol00000l/JR0?;6XP0E0?;6XP;o000000@0jHDmo`000031 -IP3o0000D`3oool004P0oooo0_l0000803D0B0;o0000501QCJD00ol00000UG>Z09EcZP0T09EcZP03 -o`00002^V/<0[Y[300`0[Y[300?o00000=W3a03I`l@0203I`l@00ol00000l/JR0?;6XP0G0?;6XP;o -00000P31IP000ol00000oooo0?ooo`1@0?ooo`00B03oool00ol00000=@1803D0B00503D0B0;o0000 -5P1QCJD00ol00000UG>Z09EcZP0S09EcZP03o`00002^V/<0[Y[300d0[Y[300?o00000=W3a03I`l@0 -2@3I`l@00ol00000l/JR0?;6XP0H0?;6XP03o`000031IP3o00000580oooo00170?ooo`03o`00000e -04P0=@1800<0=@180ol0000H065=Y@03o`00002ELjX0UG>Z0280UG>Z00?o00000:jJ``2^V/<03P2^ -V/<00ol00000fL?40=W3a0090=W3a003o`00003baZ80l/JR01P0l/JR00Co00000<5V0031IP3o0000 -D@3oool004H0oooo00?o000003D0B00e04P00P0e04P2o`0001`0HDfU00?o000009EcZP2ELjX0802E -LjX00ol00000[Y[30:jJ``0?0:jJ``03o`00003I`l@0fL?400X0fL?400?o00000?;6XP3baZ805`3b -aZ82o`0000030<5V0?l00000oooo0500oooo00150?ooo`03o`00000e04P0=@1800?o00007P1QCJD0 -0ol00000UG>Z09EcZP0O09EcZP03o`00002^V/<0[Y[30100[Y[300?o00000=W3a03I`l@02P3I`l@0 -0ol00000l/JR0?;6XP0F0?;6XP03o`00003kgGgo00000080`FH000?o00000?ooo`3oool0CP3oool0 -04@0oooo00Co000003D0B?l0003o00008@1QCJD00ol00000UG>Z09EcZP0N09EcZP03o`00002^V/<0 -[Y[30140[Y[300?o00000=W3a03I`l@02`3I`l@00ol00000l/JR0?;6XP0E0?;6XP06o`00003kgGd0 -nmemo`000031IP3o0000D03oool004<0oooo0ol0000S065=Y@03o`00002ELjX0UG>Z01d0UG>Z00?o -00000:jJ``2^V/<04P2^V/<00ol00000fL?40=W3a00;0=W3a003o`00003baZ80l/JR01D0l/JR00Co -00000?_MO@3kgGd0nmem0_l0001@0?ooo`00@P3oool2o`0002D0HDfU00?o000009EcZP2ELjX0702E -LjX00ol00000[Y[30:jJ``0B0:jJ``03o`00003I`l@0fL?400d0fL?400?o00000?;6XP3baZ80503b -aZ801ol00000nmem0?_MO@3kgGgo00000<5V0?l00000C`3oool00480oooo00?o000003aC`?l00000 -901QCJD00ol00000UG>Z09EcZP0K09EcZP03o`00002^V/<0[Y[301<0[Y[300?o00000=W3a03I`l@0 -3@3I`l@00ol00000l/JR0?;6XP0D0?;6XP03o`00003kgGd0nmem0080nmem0_l0001?0?ooo`00@`3o -ool01?l00000?5?0o`000?l0000R065=Y@03o`00002ELjX0UG>Z01X0UG>Z00?o00000:jJ``2^V/<0 -502^V/<00ol00000fL?40=W3a00>0=W3a003o`00003baZ80l/JR0180l/JR00?o00000?_MO@3kgGd0 -0`3kgGd00ol00000`FH0o`00001>0?ooo`00A03oool00ol00000?5?003aC`002o`000240HDfU00?o -000009EcZP2ELjX0602ELjX00ol00000[Y[30:jJ``0E0:jJ``03o`00003I`l@0fL?400h0fL?400?o -00000?;6XP3baZ804P3baZ800ol00000nmem0?_MO@040?_MO@;o0000CP3oool004@0oooo00?o0000 -03aC`00lDl000P0lDl000ol00000HDfU065=Y@0N065=Y@03o`00002ELjX0UG>Z01L0UG>Z00?o0000 -0:jJ``2^V/<05P2^V/<00ol00000fL?40=W3a00?0=W3a003o`00003baZ80l/JR0140l/JR00?o0000 -0?_MO@3kgGd01@3kgGd2o`0004d0oooo00150?ooo`03o`00000lDl00?5?00080?5?00_l0000N065= -Y@03o`00002ELjX0UG>Z01H0UG>Z00?o00000:jJ``2^V/<05`2^V/<00ol00000fL?40=W3a00?0=W3 -a003o`00003baZ80l/JR0140l/JR00?o00000?_MO@3kgGd01@3kgGd2o`0004d0oooo00150?ooo`03 -o`00000lDl00?5?000@0?5?000?o0000065=Y@1QCJD06`1QCJD00ol00000UG>Z09EcZP0E09EcZP03 -o`00002^V/<0[Y[301L0[Y[300?o00000=W3a03I`l@04@3I`l@00ol00000l/JR0?;6XP0@0?;6XP03 -o`00003kgGd0nmem00H0nmem0_l0001<0?ooo`00AP3oool00ol00000?5?003aC`00403aC`0;o0000 -6`1QCJD00ol00000UG>Z09EcZP0D09EcZP03o`00002^V/<0[Y[301P0[Y[300?o00000=W3a03I`l@0 -4@3I`l@00ol00000l/JR0?;6XP0?0?;6XP03o`00003kgGd0nmem00L0nmem0_l0001<0?ooo`00A`3o -ool00ol00000?5?003aC`00503aC`0;o00006@1QCJD00ol00000UG>Z09EcZP0C09EcZP03o`00002^ -V/<0[Y[301T0[Y[300?o00000=W3a03I`l@04P3I`l@00ol00000l/JR0?;6XP0>0?;6XP03o`00003k -gGd0nmem00P0nmem0_l0001;0?ooo`00A`3oool00ol00000?5?003aC`00703aC`003o`00001QCJD0 -HDfU01H0HDfU00?o000009EcZP2ELjX04P2ELjX00ol00000[Y[30:jJ``0J0:jJ``03o`00003I`l@0 -fL?40180fL?400?o00000?;6XP3baZ803P3baZ800ol00000nmem0?_MO@080?_MO@;o0000B`3oool0 -04P0oooo00?o000003aC`00lDl001`0lDl02o`0001L0HDfU00?o000009EcZP2ELjX0402ELjX00ol0 -0000[Y[30:jJ``0K0:jJ``03o`00003I`l@0fL?401<0fL?400?o00000?;6XP3baZ803@3baZ800ol0 -0000nmem0?_MO@090?_MO@03o`00003oool0oooo04T0oooo00190?ooo`03o`00000lDl00?5?000P0 -?5?000?o0000065=Y@1QCJD0501QCJD00ol00000UG>Z09EcZP0?09EcZP03o`00002^V/<0[Y[301`0 -[Y[300?o00000=W3a03I`l@04`3I`l@00ol00000l/JR0?;6XP0=0?;6XP03o`00003kgGd0nmem00X0 -nmem00?o00000?ooo`3oool0B03oool004T0oooo00?o000003aC`00lDl002@0lDl02o`0001@0HDfU -00?o000009EcZP2ELjX03P2ELjX00ol00000[Y[30:jJ``0M0:jJ``03o`00003I`l@0fL?401@0fL?4 -00?o00000?;6XP3baZ802`3baZ800ol00000nmem0?_MO@0;0?_MO@03o`00003oool0oooo04P0oooo -001:0?ooo`03o`00000lDl00?5?000X0?5?00_l0000B065=Y@03o`00002ELjX0UG>Z00d0UG>Z00?o -00000:jJ``2^V/<07@2^V/<00ol00000fL?40=W3a00E0=W3a003o`00003baZ80l/JR00/0l/JR00?o -00000?_MO@3kgGd0303kgGd00ol00000oooo0?ooo`170?ooo`00B`3oool00ol00000?5?003aC`00; -03aC`003o`00001QCJD0HDfU00l0HDfU00?o000009EcZP2ELjX0302ELjX00ol00000[Y[30:jJ``0N -0:jJ``03o`00003I`l@0fL?401H0fL?400?o00000?;6XP3baZ802P3baZ800ol00000nmem0?_MO@0< -0?_MO@03o`00003oool0oooo04L0oooo001;0?ooo`03o`00000lDl00?5?000`0?5?00_l0000?065= -Y@03o`00002ELjX0UG>Z00/0UG>Z00?o00000:jJ``2^V/<07`2^V/<00ol00000fL?40=W3a00F0=W3 -a003o`00003baZ80l/JR00X0l/JR00?o00000?_MO@3kgGd02`3kgGd00ol00000oooo0?ooo`180?oo -o`00C03oool00ol00000?5?003aC`00=03aC`003o`00001QCJD0HDfU00`0HDfU00?o000009EcZP2E -LjX02P2ELjX00ol00000[Y[30:jJ``0P0:jJ``03o`00003I`l@0fL?401L0fL?400?o00000?;6XP3b -aZ802@3baZ800ol00000nmem0?_MO@0:0?_MO@03o`00003oool0oooo04T0oooo001<0?ooo`03o`00 -000lDl00?5?000h0?5?00_l0000=065=Y@03o`00002ELjX0UG>Z00P0UG>Z00?o00000:jJ``2^V/<0 -8@2^V/<00ol00000fL?40=W3a00G0=W3a003o`00003baZ80l/JR00P0l/JR00?o00000?_MO@3kgGd0 -2P3kgGd2o`0004/0oooo001=0?ooo`03o`00000lDl00?5?000l0?5?000?o0000065=Y@1QCJD02P1Q -CJD00ol00000UG>Z09EcZP0709EcZP03o`00002^V/<0[Y[30280[Y[300?o00000=W3a03I`l@0603I -`l@00ol00000l/JR0?;6XP070?;6XP03o`00003kgGd0nmem00T0nmem0_l0001<0?ooo`00CP3oool0 -0ol00000?5?003aC`00?03aC`0;o00002P1QCJD00ol00000UG>Z09EcZP0609EcZP03o`00002^V/<0 -[Y[302<0[Y[300?o00000=W3a03I`l@0603I`l@00ol00000l/JR0?;6XP070?;6XP03o`00003kgGd0 -nmem00P0nmem0_l0001=0?ooo`00CP3oool00ol00000?5?003aC`00A03aC`0;o0000201QCJD00ol0 -0000UG>Z09EcZP0509EcZP03o`00002^V/<0[Y[302<0[Y[300?o00000=W3a03I`l@06@3I`l@00ol0 -0000l/JR0?;6XP070?;6XP03o`00003kgGd0nmem00L0nmem00?o00000Z00@0 -UG>Z00?o00000:jJ``2^V/<0902^V/<00ol00000fL?40=W3a00J0=W3a003o`00003baZ80l/JR00H0 -l/JR00?o00000?_MO@3kgGd01P3kgGd00ol00000c>^9o`00001>0?ooo`00D03oool00ol00000?5?0 -03aC`00B03aC`0;o00001@1QCJD00ol00000UG>Z09EcZP0309EcZP03o`00002^V/<0[Y[302D0[Y[3 -00?o00000=W3a03I`l@06P3I`l@00ol00000l/JR0?;6XP050?;6XP03o`00003kgGd0nmem00H0nmem -00Co00000Z0080UG>Z00?o00000:jJ``2^V/<09P2^V/<00ol00000fL?4 -0=W3a00K0=W3a003o`00003baZ80l/JR00@0l/JR00?o00000?_MO@3kgGd01@3kgGd01?l00000c>^9 -0Z -09EcZ_l0000Y0:jJ``03o`00003I`l@0fL?401/0fL?400?o00000?;6XP3baZ80103baZ800ol00000 -nmem0?_MO@040?_MO@04o`00003^9o`000500oooo001A0?ooo`03o`00000lDl00?5?001H0 -?5?00_l00000101QCJGo000009EcZ_l0000Z0:jJ``03o`00003I`l@0fL?401`0fL?400?o00000?;6 -XP3baZ800`3baZ800ol00000nmem0?_MO@030?_MO@05o`00003^90^9o`00001A -0?ooo`00D`3oool00ol00000?5?003aC`00G03aC`0?o0000:@2^V/<00ol00000fL?40=W3a00N0=W3 -a005o`00003baZ80l/JR0?;6X_l00000103kgGd01Ol00000c>^90001Ol0000T0:jJ``03o`00003I`l@0 -fL?401h0fL?400Go00000?;6XP3baZ80l/JRo`0000030?_MO@03o`00003^90080c>^900?o -00000?ooo`3oool0D03oool005@0oooo00?o000003aC`00lDl005@0lDl000ol00000IHkTo`000006 -09n/h0Go00007`2^V/<00ol00000fL?40=W3a00O0=W3a004o`00003baZ80l/JRo`000080nmem00?o -00000i01US^@00P1US^@00ol00000WjcP09n/h00=09n/h0Go0000 -5@2^V/<00ol00000fL?40=W3a00P0=W3a004o`00003baZ;o0000o`0000D0c>^900?o00000?ooo`3o -ool0DP3oool005H0oooo00?o000003aC`00lDl004@0lDl000ol00000IHkT06F>i00306F>i003o`00 -002O[>00WjcP0140WjcP1?l0000A0:jJ``03o`00003I`l@0fL?40200fL?40ol000050i01US^@0101U -S^@00ol00000WjcP09n/h00E09n/h0Go0000302^V/<00ol00000fL?40=W3a00K0=W3a0Oo00001@3< -jhT00ol00000oooo0?ooo`1D0?ooo`00E`3oool00ol00000?5?003aC`00>03aC`003o`00001US^@0 -IHkT00H0IHkT00?o000009n/h02O[>006@2O[>05o`0000H0[Y[300?o00000=W3a03I`l@03`3I`l@= -o`0000@0c]gS00?o00000<[og?l000001@3007P2O[>05o`00 -00030:jJ`ol00000fL?400@0fL?43?l0000@0^900?o0000 -0?ooo`3oool0E@3oool005P0oooo00?o000003aC`00lDl00300lDl000ol00000IHkT06F>i00806F> -i003o`00002O[>00WjcP0280WjcP1ol0000K0^900?o0000 -0?ooo`3oool0E@3oool005T0oooo00?o000003aC`00lDl002P0lDl000ol00000IHkT06F>i00:06F> -i003o`00002O[>00WjcP0280WjcP00?o00000gN<07@3>gN<01Ol00000b_oL0<[og03:omco -000000@0c>^900?o00000?ooo`3oool0EP3oool005X0oooo00?o000003aC`00lDl00200lDl000ol0 -0000IHkT06F>i00;06F>i003o`00002O[>00WjcP0280WjcP00?o00000gN<0703>gN<00ol0 -0000b_oL0<[og0020<[og005o`00003^90i00<06F>i003o`00002O[>00WjcP0200WjcP00?o00000gN<0703>gN<00ol00000b_oL0<[og0020<[og003o`00003^90080c>^900?o00000?oo -o`3oool0E`3oool005/0oooo00?o000003aC`00lDl001P0lDl000ol00000IHkT06F>i00=06F>i003 -o`00002O[>00WjcP0200WjcP00?o00000gN<06`3>gN<00ol00000b_oL0<[og0030<[og005 -o`00003^90i00?06F>i003o`00002O[>00WjcP01l0WjcP00?o00000gN<06P3>gN<00ol00000 -b_oL0<[og0040<[og004o`00003^9o`0005/0oooo001L0?ooo`03o`00000lDl00?5?000<0 -?5?000?o000006F>i01US^@0401US^@00ol00000WjcP09n/h00N09n/h003o`00003>gN<0c]gS01X0 -c]gS00?o00000<[og03:om`0103:om`01Ol00000c>^90i01US^@04@1US^@00ol00000WjcP09n/h00M09n/h003 -o`00003>gN<0c]gS01T0c]gS00?o00000<[og03:om`01@3:om`01?l00000c>^9000702O[>000ol0 -0000c]gS0gN<0c]gS01L0 -c]gS00?o00000<[og03:om`01P3:om`01?l00000c>^90006P2O[>000ol00000c]gS0gN<0c]gS01H0c]gS00?o00000<[og03:om`0203:om`00ol00000c>^9 -o`00001N0?ooo`00H03oool00ol0000002VMo`00000F06F>i003o`00002O[>00WjcP01T0WjcP00?o -00000gN<05@3>gN<00ol00000b_oL0<[og0080<[og003o`00003gN<0c]gS01@0c]gS00?o0000 -0<[og03:om`02@3:om`2o`000600oooo001S0?ooo`03o`000000:Igo000001@0IHkT00?o000009n/ -h02O[>005`2O[>000ol00000c]gS0i003o`00002O[>00WjcP01H0WjcP00?o00000 -gN<04`3>gN<00ol00000b_oL0<[og00:0<[og0;o0000H@3oool006D0oooo1?l0000B06F>i003o`00 -002O[>00WjcP01H0WjcP00?o00000gN<04P3>gN<00ol00000b_oL0<[og00:0<[og0;o0000 -HP3oool006L0oooo00?o0000000YWOl000004P1US^@00ol00000WjcP09n/h00D09n/h003o`00003> -gN<0c]gS0180c]gS00?o00000<[og03:om`02P3:om`00ol00000oooo0?ooo`1R0?ooo`00J03oool3 -o`000180IHkT00?o000009n/h02O[>004`2O[>000ol00000c]gS0004`2O[>000ol0 -0000c]gS0gN<0c]gS00h0 -c]gS0_l0000:0<[og0;o0000J03oool006`0oooo0ol0000?06F>i003o`00002O[>00WjcP0140WjcP -00?o00000gN<03P3>gN<00ol00000b_oL0<[og0090<[og003o`00003oool0oooo06P0oooo -001^0?ooo`?o00003P1US^@00ol00000WjcP09n/h00@09n/h003o`00003>gN<0c]gS00d0c]gS00?o -00000<[og03:om`0203:om`2o`0006/0oooo001_0?ooo`?o00003@1US^@00ol00000WjcP09n/h00@ -09n/h003o`00003>gN<0c]gS00`0c]gS00?o00000<[og03:om`01`3:om`2o`0006d0oooo001a0?oo -o`;o00003@1US^@00ol00000WjcP09n/h00?09n/h003o`00003>gN<0c]gS00/0c]gS00?o00000<[o -g03:om`01`3:om`00ol00000oooo0?ooo`1]0?ooo`00LP3oool3o`0000`0IHkT00?o000009n/h02O -[>003@2O[>000ol00000c]gS0003@2O[>000ol00000c]gS0i003o`00002O -[>00WjcP00`0WjcP00?o00000gN<02@3>gN<00ol00000b_oL0<[og0050<[og0;o0000L`3o -ool007H0oooo0_l0000:06F>i003o`00002O[>00WjcP00/0WjcP00?o00000gN<02@3>gN<0 -0ol00000b_oL0<[og0050<[og003o`00003oool0oooo07<0oooo001h0?ooo`;o00002@1US^@00ol0 -0000WjcP09n/h00:09n/h003o`00003>gN<0c]gS00P0c]gS00?o00000<[og03:om`0103:om`2o`00 -07H0oooo001i0?ooo`;o00002@1US^@00ol00000WjcP09n/h00909n/h003o`00003>gN<0c]gS00L0 -c]gS00?o00000<[og03:om`0103:om`00ol00000oooo0?ooo`1f0?ooo`00NP3oool2o`0000P0IHkT -00?o000009n/h02O[>002@2O[>000ol00000c]gS0001`2O[>000ol00000c]gS0i003o`00002O[>00WjcP00L0WjcP00?o00000gN<01@3>gN<00ol00000b_oL0<[og002 -0<[og0;o0000O03oool007h0oooo0_l0000606F>i003o`00002O[>00WjcP00H0WjcP00?o00000gN<0103>gN<00ol00000b_oL0<[og0020<[og003o`00003oool0oooo07`0oooo00200?ooo`;o -0000101US^@00ol00000WjcP09n/h00609n/h003o`00003>gN<0c]gS00<0c]gS00Co00000<[og03: -om`0b_oL0_l0001o0?ooo`00P@3oool2o`0000@0IHkT00?o000009n/h02O[>00102O[>000ol00000 -c]gS0i01U -S^@00P1US^@00ol00000WjcP09n/h00309n/h003o`00003>gN<0c]gS0080c]gS00?o00000<[og03: -om`00_l000220?ooo`00Q03oool2o`000080IHkT00?o000009n/h02O[>000`2O[>001_l00000c]gS -0gN?o00000<[og0;o0000Q03oool008D0oooo0_l0000206F>i005o`00002O[>00WjcP09n/ -h?l000000`3>gN<00ol00000b_oLo`0000260?ooo`00Q`3oool00ol00000IHkTo`00000309n/h003 -o`00003>gN<0c]gS00?o0000Q`3oool008P0oooo0ol0000209n/h004o`00003>gN?o0000o`0008T0 -oooo002:0?ooo`;o000000@0WjcPo`000?l0003o0000RP3oool008/0oooo0ol0002<0?ooo`00S03o -ool00ol00000oooo0?ooo`2;0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00 -o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -.5 Mabswid -[ ] 0 setdash -.36872 .65777 m .34973 .54914 L .486 .58183 L closepath p .852 .549 .476 r -F P -0 g -s -.37684 .43254 m .34973 .54914 L .486 .58183 L closepath p .851 .687 .678 r -F P -0 g -s -.486 .58183 m .4914 .42433 L .60739 .43861 L closepath p .65 .57 .751 r -F P -0 g -s -.4914 .42433 m .486 .58183 L .37684 .43254 L closepath p .781 .681 .753 r -F P -0 g -s -.63075 .55515 m .486 .58183 L .60739 .43861 L closepath p .567 .45 .679 r -F P -0 g -s -.6144 .66191 m .63075 .55515 L .486 .58183 L closepath p .515 .277 .491 r -F P -0 g -s -.49073 .68996 m .36872 .65777 L .486 .58183 L closepath p .751 .379 .348 r -F P -0 g -s -.49073 .68996 m .486 .58183 L .6144 .66191 L closepath p .567 .232 .36 r -F P -0 g -s -.37684 .43254 m .4914 .42433 L .5 .27523 L closepath p .77 .759 .843 r -F P -0 g -s -.5 .27523 m .4914 .42433 L .60739 .43861 L closepath p .622 .632 .839 r -F P -0 g -s -.75546 .50603 m .64786 .36592 L .60739 .43861 L closepath p .328 .385 .769 r -F P -0 g -s -.64786 .36592 m .60739 .43861 L .5 .27523 L closepath p .468 .562 .868 r -F P -0 g -s -.63075 .55515 m .60739 .43861 L .75546 .50603 L closepath p .411 .344 .672 r -F P -0 g -s -.23889 .49384 m .34973 .54914 L .37684 .43254 L closepath p .939 .787 .665 r -F P -0 g -s -.35026 .35716 m .37684 .43254 L .5 .27523 L closepath p .836 .882 .876 r -F P -0 g -s -.35026 .35716 m .37684 .43254 L .23889 .49384 L closepath p .937 .908 .768 r -F P -0 g -s -.63075 .55515 m .6144 .66191 L .75546 .50603 L closepath p .302 .094 .422 r -F P -0 g -s -.23889 .49384 m .34973 .54914 L .36872 .65777 L closepath p .942 .614 .379 r -F P -0 g -s -.35026 .35716 m .5 .27523 L .37177 .31851 L closepath p .615 .956 .835 r -F P -0 g -s -.5 .27523 m .5105 .28499 L .37177 .31851 L closepath p 0 0 0 r -F P -0 g -s -.64786 .36592 m .5 .27523 L .64397 .32698 L closepath p .025 .434 .868 r -F P -0 g -s -.5 .27523 m .5105 .28499 L .64397 .32698 L closepath p .276 0 0 r -F P -0 g -s -.49073 .68996 m .5 .75807 L .6144 .66191 L closepath p .365 0 0 r -F P -0 g -s -.49073 .68996 m .36872 .65777 L .5 .75807 L closepath p .625 .094 0 r -F P -0 g -s -.6144 .66191 m .66054 .65315 L .5 .75807 L closepath p 0 0 0 r -F P -0 g -s -.6144 .66191 m .66054 .65315 L .75546 .50603 L closepath p 0 0 .009 r -F P -0 g -s -.64786 .36592 m .75546 .50603 L .64397 .32698 L closepath p 0 .074 .631 r -F P -0 g -s -.33724 .64758 m .23889 .49384 L .36872 .65777 L closepath p .794 .338 0 r -F P -0 g -s -.36872 .65777 m .33724 .64758 L .5 .75807 L closepath p .505 0 0 r -F P -0 g -s -.35026 .35716 m .23889 .49384 L .37177 .31851 L closepath p .646 .881 .527 r -F P -0 g -s -.75546 .50603 m .66054 .65315 L .65519 .585 L closepath p .922 .967 .668 r -F P -0 g -s -.75546 .50603 m .68244 .44034 L .64397 .32698 L closepath p .891 .497 .056 r -F P -0 g -s -.68244 .44034 m .75546 .50603 L .65519 .585 L closepath p .994 .841 .584 r -F P -0 g -s -.23889 .49384 m .33724 .64758 L .36165 .57909 L closepath p .057 .223 .72 r -F P -0 g -s -.337 .43125 m .36165 .57909 L .23889 .49384 L closepath p .238 .207 .619 r -F P -0 g -s -.23889 .49384 m .337 .43125 L .37177 .31851 L closepath p 0 0 .175 r -F P -0 g -s -.5 .75807 m .66054 .65315 L .65519 .585 L closepath p .828 .975 .888 r -F P -0 g -s -.64397 .32698 m .5105 .28499 L .51982 .38415 L closepath p .707 .225 .102 r -F P -0 g -s -.68244 .44034 m .64397 .32698 L .51982 .38415 L closepath p .878 .502 .325 r -F P -0 g -s -.5 .75807 m .33724 .64758 L .36165 .57909 L closepath p .3 .512 .894 r -F P -0 g -s -.37177 .31851 m .337 .43125 L .51982 .38415 L closepath p .399 .116 .364 r -F P -0 g -s -.5105 .28499 m .51982 .38415 L .37177 .31851 L closepath p .442 .017 .134 r -F P -0 g -s -.51151 .60126 m .5 .75807 L .65519 .585 L closepath p .782 .823 .885 r -F P -0 g -s -.51151 .60126 m .5 .75807 L .36165 .57909 L closepath p .576 .644 .881 r -F P -0 g -s -.65519 .585 m .68244 .44034 L .51982 .38415 L closepath p .899 .722 .654 r -F P -0 g -s -.36165 .57909 m .337 .43125 L .51982 .38415 L closepath p .506 .395 .661 r -F P -0 g -s -.51151 .60126 m .65519 .585 L .51982 .38415 L closepath p .805 .716 .766 r -F P -0 g -s -.51151 .60126 m .36165 .57909 L .51982 .38415 L closepath p .627 .565 .765 r -F P -0 g -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgAX0]3TJ00?o00000P160003o`000800oooo001l0?ooo`?o00001@000004o`0000L0L@@R -00?o00000;@i6P2d>AX00`2d>AX3o`000080AP000ol0001m0?ooo`00N@3oool3o`0000@000001?l0 -000;07448P03o`00002d>AX0]3TJ00H0]3TJ1?l000001016003o0000o`000?l0001j0?ooo`00MP3o -ool3o`00008000001Ol0000?07448P03o`00002d>AX0]3TJ00X0]3TJ0ol000000`16003o0000o`00 -001h0?ooo`00L`3oool3o`00000300000?l0003o000000;o00005@1a12800ol00000]3TJ0;@i6P0< -0;@i6PKo0000M@3oool00700oooo1ol0000I07448P03o`00002d>AX0]3TJ0100]3TJ1Ol0001b0?oo -o`00K@3oool6o`0001d0L@@R00?o00000;@i6P2d>AX04`2d>AX5o`0006l0oooo001Z0?ooo`Co0000 -8P1a12800ol00000]3TJ0;@i6P0F0;@i6PGo0000K03oool006P0oooo0_l0000V07448P03o`00002d ->AX0]3TJ01X0]3TJ1?l0001Y0?ooo`00J03oool00ol00000IQeMo`000002o`0002<0L@@R00?o0000 -0;@i6P2d>AX07@2d>AX4o`0006H0oooo001W0?ooo`;o0000101V7Ed2o`000240L@@R00?o00000;@i -6P2d>AX0802d>AX2o`0006D0oooo001V0?ooo`;o00001`1V7Ed2o`0001l0L@@R00?o00000;@i6P2d ->AX07P2d>AX2o`0000030>20Dol00000oooo06@0oooo001U0?ooo`03o`00000002co000000T0IQeM -0ol0000L07448P03o`00002d>AX0]3TJ01`0]3TJ0_l000040>20D`03o`00003oool0oooo0680oooo -001U0?ooo`03o`00000002co000000`0IQeM0_l0000K07448P03o`00002d>AX0]3TJ01T0]3TJ0_l0 -00060>20D`;o0000H`3oool006@0oooo00?o00000000;?l000003`1V7Ed2o`0001T0L@@R00?o0000 -0;@i6P2d>AX05P2d>AX3o`0000P0h81C0_l0001S0?ooo`00H`3oool01?l00000000/0000;?l0000A -06HMG@?o00005P1a12800ol00000]3TJ0;@i6P0D0;@i6P;o0000303PP5<2o`000680oooo001R0?oo -o`05o`00000002`0000/0000;?l00000501V7Ed2o`0001@0L@@R00?o00000;@i6P2d>AX04P2d>AX2 -o`0000h0h81C0_l0001R0?ooo`00HP3oool01?l00000000/0000;?l0000G06HMG@;o00004P1a1280 -0ol00000]3TJ0;@i6P0@0;@i6P;o0000403PP5<00ol00000i7l>o`00001Q0?ooo`00H@3oool01Ol0 -0000000/0000;00002co000001T0IQeM0ol0000?07448P03o`00002d>AX0]3TJ00h0]3TJ0_l0000C -0>20D`03o`00003TO`ko00000600oooo001P0?ooo`03o`00000002`0000/0080000/00?o000006HM -G@1V7Ed06P1V7Ed2o`0000d0L@@R00?o00000;@i6P2d>AX0302d>AX2o`0001D0h81C00?o00000>Ao -3_l00000H03oool005l0oooo00?o00000000;00002`00P0002`00ol00000IQeM06HMG@0M06HMG@;o -00002`1a12800ol00000]3TJ0;@i6P0:0;@i6P;o00005`3PP5<01?l00000i7l>0>Ao3_l0001O0?oo -o`00G`3oool00ol00000000/0000;0020000;003o`00001V7Ed0IQeM01l0IQeM0ol0000807448P03 -o`00002d>AX0]3TJ00P0]3TJ0_l0000J0>20D`04o`00003TO`h0i7l>o`0005h0oooo001N0?ooo`03 -o`00000002`0000/00<0000/00?o000006HMG@1V7Ed08P1V7Ed2o`0000L0L@@R00?o00000;@i6P2d ->AX0102d>AX3o`0001`0h81C00Co00000>Ao3P3TO`ko0000GP3oool005d0oooo00?o00000000;000 -02`00`0002`00ol00000IQeM06HMG@0U06HMG@;o00001@1a12800ol00000]3TJ0;@i6P020;@i6P;o -00007`3PP5<01Ol00000i7l>0>Ao3P3TO`ko000005d0oooo001L0?ooo`03o`00000002`0000/00@0 -000/00?o000006HMG@1V7Ed09`1V7Ed3o`000080L@@R00?o00000;@i6P2d>AX00_l0000R0>20D`04 -o`00003TO`h0i7l>o`0005d0oooo001L0?ooo`03o`00000002`0000/00@0000/00?o000006HMG@1V -7Ed0:P1V7Ed5o`0002@0h81C00Go00000>Ao3P3TO`h0i7l>o`00001L0?ooo`00F`3oool00ol00000 -000/0000;0050000;003o`00001V7Ed0IQeM02X0IQeM1?l0000U0>20D`03o`00003TO`h0i7l>0080 -i7l>00?o00000?ooo`3oool0F@3oool005X0oooo00?o00000000;00002`01@0002`00ol00000IQeM -06HMG@0W06HMG@Co00000P21IJT00ol00000i[RWo`000002o`0002<0h81C00Go00000>Ao3P3TO`h0 -i7l>o`00001K0?ooo`00F@3oool00ol00000000/0000;0060000;003o`00001V7Ed0IQeM02@0IQeM -0ol00005085UZ@?o00000`3V^:L3o`000200h81C00?o00000>Ao3P3TO`h00P3TO`h00ol00000oooo -0?ooo`1H0?ooo`00F@3oool00ol00000000/0000;0060000;003o`00001V7Ed0IQeM0200IQeM1?l0 -0007085UZ@05o`00002PTAo3P3TO`h0 -0`3TO`h00ol00000oooo0?ooo`1G0?ooo`00F03oool00ol00000000/0000;0060000;003o`00001V -7Ed0IQeM01d0IQeM1?l0000:085UZ@06o`00002PT<<0X933o`00003>]lCo0000203V^:L3o`0001/0 -h81C00?o00000>Ao3P3TO`h00P3TO`h00ol00000oooo0?ooo`1G0?ooo`00E`3oool00ol00000000/ -0000;0070000;003o`00001V7Ed0IQeM01X0IQeM0ol0000=085UZ@05o`00002PT<<0X9330:2@`ol0 -00000P3>]l@00ol00000i[RW0>JhY`080>JhY`;o00006@3PP5<00ol00000i7l>0>Ao3P030>Ao3P03 -o`00003oool0oooo05H0oooo001F0?ooo`03o`00000002`0000/00P0000/00?o000006HMG@1V7Ed0 -5P1V7Ed4o`0000l0PFFY00?o00000:2@``2PT<<00P2PT<<01Ol00000c[O40]lCo000000/0 -i[RW0ol0000F0>20D`03o`00003TO`h0i7l>00<0i7l>00?o00000?ooo`3oool0EP3oool005D0oooo -00?o00000000;00002`0200002`00ol00000IQeM06HMG@0C06HMG@Co00004`21IJT00ol00000X933 -0:2@``020:2@``05o`00003>]l@0c[O40Ao3P3T -O`h00`3TO`h00ol00000oooo0?ooo`1E0?ooo`00E@3oool00ol00000000/0000;0080000;003o`00 -001V7Ed0IQeM00l0IQeM1?l0000F085UZ@03o`00002PT<<0X93300<0X93300?o00000]l@0 -0P3>]l@00ol00000i[RW0>JhY`0>0>JhY`?o00004@3PP5<00ol00000i7l>0>Ao3P040>Ao3P03o`00 -003oool0oooo05@0oooo001D0?ooo`03o`00000002`0000/00T0000/00?o000006HMG@1V7Ed0301V -7Ed3o`0001T0PFFY00?o00000:2@``2PT<<0102PT<<00ol00000c[O400>20D`03o`00003TO`h0i7l>00@0i7l>00?o00000?ooo`3oool0E03o -ool005<0oooo00?o00000000;00002`02@0002`00ol00000IQeM06HMG@0906HMG@Co00006`21IJT0 -0ol00000X9330:2@``050:2@``03o`00003>]l@0c[O400<0c[O400?o00000>JhY`3V^:L04`3V^:L3 -o`0000`0h81C00?o00000>Ao3P3TO`h0103TO`h00ol00000oooo0?ooo`1C0?ooo`00DP3oool00ol0 -0000000/0000;00:0000;003o`00001V7Ed0IQeM00D0IQeM1?l0000N085UZ@03o`00002PT<<0X933 -00D0X93300?o00000]l@01@3>]l@00ol00000i[RW0>JhY`0E0>JhY`;o00002P3PP5<00ol0 -0000i7l>0>Ao3P050>Ao3P03o`00003oool0oooo0580oooo001B0?ooo`03o`00000002`0000/00X0 -000/00?o000006HMG@1V7Ed00P1V7Ed3o`000280PFFY00?o00000:2@``2PT<<01@2PT<<00ol00000 -c[O4020D`03o`00003TO`h0i7l>00D0 -i7l>00?o00000?ooo`3oool0DP3oool00540oooo00?o00000000;00002`02P0002`00ol00000IQeM -o`000003o`0002@0PFFY00?o00000:2@``2PT<<01P2PT<<00ol00000c[O4020D`03o`00003TO`h0i7l>00D0i7l>00?o00000?ooo`3oool0 -D@3oool00500oooo00?o00000000;00002`02P0002`3o`0002L0PFFY00?o00000:2@``2PT<<01`2P -T<<00ol00000c[O4020D`03o`00003T -O`h0i7l>00H0i7l>00?o00000?ooo`3oool0D03oool004l0oooo00?o00000000;00002`02P0002`0 -0ol00000?3BNo`00000W085UZ@03o`00002PT<<0X93300P0X93300?o00000]l@0203>]l@0 -0ol00000i[RW0>JhY`0M0>JhY`?o0000203TO`h00ol00000oooo0?ooo`1@0?ooo`00C`3oool00ol0 -0000000/0000;0080000;0;o00000P0l=9h00ol00000PFFY085UZ@0T085UZ@03o`00002PT<<0X933 -00T0X93300?o00000]l@0203>]l@00ol00000i[RW0>JhY`0P0>JhY`;o00001`3TO`h00ol0 -0000oooo0?ooo`1?0?ooo`00CP3oool00ol00000000/0000;0070000;0;o0000100l=9h00ol00000 -PFFY085UZ@0S085UZ@03o`00002PT<<0X93300X0X93300?o00000]l@02@3>]l@00ol00000 -i[RW0>JhY`0O0>JhY`03o`00003neiGo000000H0i7l>00?o00000?ooo`3oool0C`3oool004d0oooo -00?o00000000;00002`01`0002`00ol00000?3BN03`dWP0503`dWP03o`000021IJT0PFFY0280PFFY -00?o00000:2@``2PT<<02P2PT<<00ol00000c[O400?ooo`00C03oool00ol00000000/ -0000;0060000;0;o0000200l=9h00ol00000PFFY085UZ@0Q085UZ@03o`00002PT<<0X93300/0X933 -00?o00000]l@02P3>]l@00ol00000i[RW0>JhY`0N0>JhY`05o`00003neiD0o]NE0?kGUOl0 -00001P3TO`h00ol00000oooo0?ooo`1=0?ooo`00C03oool00ol00000000/0000;0050000;003o`00 -000l=9h0?3BN00P0?3BN00?o0000085UZ@21IJT08021IJT00ol00000X9330:2@``0<0:2@``03o`00 -003>]l@0c[O400/0c[O400?o00000>JhY`3V^:L0703V^:L00ol00000o]NE0?kGU@030?kGU@03o`00 -003TO`h0i7l>00<0i7l>00?o00000?ooo`3oool0C@3oool004/0oooo00?o00000000;00002`01000 -02`2o`0000/0?3BN00?o0000085UZ@21IJT07`21IJT00ol00000X9330:2@``0=0:2@``03o`00003> -]l@0c[O400`0c[O400?o00000>JhY`3V^:L06`3V^:L00ol00000o]NE0?kGU@040?kGU@03o`00003T -O`h0i7l>00<0i7l>00?o00000?ooo`3oool0C03oool004X0oooo00?o00000000;00002`00`0002`2 -o`0000d0?3BN00?o0000085UZ@21IJT07P21IJT00ol00000X9330:2@``0>0:2@``03o`00003>]l@0 -c[O400`0c[O400?o00000>JhY`3V^:L06`3V^:L00ol00000o]NE0?kGU@050?kGU@03o`00003TO`h0 -i7l>00<0i7l>00?o00000?ooo`3oool0B`3oool004T0oooo00?o00000000;00002`00`0002`00ol0 -0000?3BN03`dWP0=03`dWP03o`000021IJT0PFFY01h0PFFY00?o00000:2@``2PT<<03P2PT<<00ol0 -0000c[O400>Ao3P020>Ao3P03o`00003oool0oooo04/0oooo00190?ooo`04o`00000002`0000/0000 -;0;o00004@0l=9h00ol00000PFFY085UZ@0L085UZ@03o`00002PT<<0X93300l0X93300?o00000]l@03P3>]l@00ol00000i[RW0>JhY`0I0>JhY`03o`00003neiD0o]NE00L0o]NE00?o00000>Ao -3P3TO`h00P3TO`h00ol00000oooo0?ooo`1:0?ooo`00B03oool01Ol00000000/0000;00002co0000 -01<0?3BN00?o0000085UZ@21IJT06`21IJT00ol00000X9330:2@``0@0:2@``03o`00003>]l@0c[O4 -00h0c[O400?o00000>JhY`3V^:L06@3V^:L00ol00000o]NE0?kGU@080?kGU@;o00000P3TO`h00ol0 -0000oooo0?ooo`1:0?ooo`00A`3oool00ol00000000/0000;002o`0001@0?3BN00?o0000085UZ@21 -IJT06P21IJT00ol00000X9330:2@``0A0:2@``03o`00003>]l@0c[O400l0c[O400?o00000>JhY`3V -^:L05`3V^:L00ol00000o]NE0?kGU@0;0?kGU@04o`00003TO`h0i7l>o`0004/0oooo00160?ooo`04 -o`00000002`0000/o`0001H0?3BN00?o0000085UZ@21IJT06@21IJT00ol00000X9330:2@``0B0:2@ -``03o`00003>]l@0c[O40100c[O400?o00000>JhY`3V^:L05P3V^:L00ol00000o]NE0?kGU@0<0?kG -U@04o`00003TO`h0i7l>o`0004X0oooo00160?ooo`?o00005`0l=9h00ol00000PFFY085UZ@0H085U -Z@03o`00002PT<<0X93301<0X93300?o00000]l@0403>]l@00ol00000i[RW0>JhY`0F0>Jh -Y`03o`00003neiD0o]NE00d0o]NE00?o00000>Ao3_l00000BP3oool004D0oooo0_l0000I03`dWP03 -o`000021IJT0PFFY01P0PFFY00?o00000:2@``2PT<<04`2PT<<00ol00000c[O40o`0000190?ooo`00 -A03oool00ol00000?3BN03`dWP0J03`dWP03o`000021IJT0PFFY01H0PFFY00?o00000:2@``2PT<<0 -502PT<<00ol00000c[O40o`0000180?ooo`00@`3oool2o`0001`0?3BN00?o0000085UZ@21IJT05@21 -IJT00ol00000X9330:2@``0D0:2@``03o`00003>]l@0c[O401<0c[O400?o00000>JhY`3V^:L0503V -^:L00ol00000o]NE0?kGU@0@0?kGU@;o0000B03oool004<0oooo00?o000000hi^?l000006`0l=9h0 -0ol00000PFFY085UZ@0D085UZ@03o`00002PT<<0X93301D0X93300?o00000]l@0503>]l@0 -0ol00000i[RW0>JhY`0B0>JhY`03o`00003neiD0o]NE0180o]NE0_l000170?ooo`00A03oool01?l0 -00003SVho`000?l0000I03`dWP03o`000021IJT0PFFY01<0PFFY00?o00000:2@``2PT<<05P2PT<<0 -0ol00000c[O40>KSo000001P0?3BN00?o0000085UZ@21IJT04@21IJT00ol00000X9330:2@``0G -0:2@``03o`00003>]l@0c[O401H0c[O400?o00000>JhY`3V^:L0403V^:L00ol00000o]NE0?kGU@0D -0?kGU@;o0000A@3oool004H0oooo00Co000000hi^00>>KP03SVh0_l0000F03`dWP03o`000021IJT0 -PFFY0100PFFY00?o00000:2@``2PT<<0602PT<<00ol00000c[O40]l@0c[O401L0c[O400?o00000>JhY`3V^:L03P3V^:L00ol0 -0000o]NE0?kGU@0C0?kGU@03o`00003/mj_o000004H0oooo00170?ooo`03o`00000>>KP03SVh00<0 -3SVh0_l0000C03`dWP03o`000021IJT0PFFY00h0PFFY00?o00000:2@``2PT<<06P2PT<<00ol00000 -c[O40]l@0c[O401T0c[O4 -00?o00000>JhY`3V^:L0303V^:L00ol00000o]NE0?kGU@0@0?kGU@;o00000P3/mj/00ol00000oooo -0?ooo`150?ooo`00B03oool00ol000003SVh00hi^00500hi^003o`00000l=9h0?3BN00l0?3BN00?o -0000085UZ@21IJT03@21IJT00ol00000X9330:2@``0K0:2@``03o`00003>]l@0c[O401T0c[O400?o -00000>JhY`3V^:L0303V^:L00ol00000o]NE0?kGU@0?0?kGU@05o`00003/mj/0k?N[0>cgZol00000 -B03oool004T0oooo00?o000000hi^00>>KP01@0>>KP2o`000100?3BN00?o0000085UZ@21IJT02`21 -IJT00ol00000X9330:2@``0L0:2@``03o`00003>]l@0c[O401X0c[O400?o00000>JhY`3V^:L02`3V -^:L00ol00000o]NE0?kGU@0>0?kGU@05o`00003/mj/0k?N[0>cgZol00000B@3oool004X0oooo00?o -000000hi^00>>KP01P0>>KP00ol00000?3BN03`dWP0=03`dWP03o`000021IJT0PFFY00X0PFFY00?o -00000:2@``2PT<<07@2PT<<00ol00000c[O40>KP01`0>>KP2o`0000d0?3BN00?o0000085UZ@21IJT02@21IJT00ol00000X9330:2@``0N -0:2@``03o`00003>]l@0c[O401/0c[O400?o00000>JhY`3V^:L02@3V^:L00ol00000o]NE0?kGU@0< -0?kGU@03o`00003/mj/0k?N[00<0k?N[00?o00000?ooo`3oool0B03oool004/0oooo00?o000000hi -^00>>KP0200>>KP00ol00000?3BN03`dWP0:03`dWP03o`000021IJT0PFFY00P0PFFY00?o00000:2@ -``2PT<<07`2PT<<00ol00000c[O40cgZ`030>cgZ`03o`00003oool0oooo04T0oooo001;0?ooo`03 -o`00000>>KP03SVh00T03SVh0_l0000:03`dWP03o`000021IJT0PFFY00P0PFFY00?o00000:2@``2P -T<<07`2PT<<00ol00000c[O40cgZ`040>cgZ`03o`00003oool0oooo04T0oooo001<0?ooo`03o`00 -000>>KP03SVh00X03SVh00?o000003`dWP0l=9h01`0l=9h00ol00000PFFY085UZ@07085UZ@03o`00 -002PT<<0X9330200X93300?o00000]l@07@3>]l@00ol00000i[RW0>JhY`070>JhY`03o`00 -003neiD0o]NE00P0o]NE0_l000060>cgZ`03o`00003oool0oooo04X0oooo001=0?ooo`03o`00000> ->KP03SVh00X03SVh00?o000003`dWP0l=9h01`0l=9h00ol00000PFFY085UZ@05085UZ@03o`00002P -T<<0X9330240X93300?o00000]l@07P3>]l@00ol00000i[RW0>JhY`060>JhY`03o`00003n -eiD0o]NE00L0o]NE00?o00000>cgZ`3/mj/01@3/mj/00ol00000oooo0?ooo`1;0?ooo`00C@3oool0 -0ol000003SVh00hi^00;00hi^0;o00001`0l=9h00ol00000PFFY085UZ@04085UZ@03o`00002PT<<0 -X9330280X93300?o00000]l@07`3>]l@00ol00000i[RW0>JhY`050>JhY`03o`00003neiD0 -o]NE00H0o]NE00?o00000>cgZ`3/mj/01P3/mj/00ol00000oooo0?ooo`1;0?ooo`00CP3oool00ol0 -00003SVh00hi^00<00hi^003o`00000l=9h0?3BN00@0?3BN00?o0000085UZ@21IJT00`21IJT00ol0 -0000X9330:2@``0S0:2@``03o`00003>]l@0c[O401l0c[O400?o00000>JhY`3V^:L0103V^:L00ol0 -0000o]NE0?kGU@060?kGU@03o`00003/mj/0k?N[00H0k?N[00?o00000?ooo`3oool0C03oool004l0 -oooo00?o000000hi^00>>KP0300>>KP2o`0000@0?3BN00?o0000085UZ@21IJT00P21IJT00ol00000 -X9330:2@``0T0:2@``03o`00003>]l@0c[O40200c[O400?o00000>JhY`3V^:L00`3V^:L00ol00000 -o]NE0?kGU@040?kGU@;o0000203/mj/00ol00000oooo0?ooo`1=0?ooo`00C`3oool00ol000003SVh -00hi^00>00hi^005o`00000l=9h0?3BN03`dW_l000001021IJT00ol00000X9330:2@``0T0:2@``03 -o`00003>]l@0c[O40240c[O400?o00000>JhY`3V^:L00P3V^:L00ol00000o]NE0?kGU@030?kGU@03 -o`00003/mj/0k?N[00P0k?N[00?o00000?ooo`3oool0C@3oool00500oooo00?o000000hi^00>>KP0 -3P0>>KP01?l00000?3BN03`dW_l00003085UZ@03o`00002PT<<0X93302@0X93300?o00000 -]l@08P3>]l@00ol00000i[RW0>JhY`020>JhY`03o`00003neiD0o]NE0080o]NE00?o00000>cgZ`3/ -mj/0203/mj/00ol00000oooo0?ooo`1>0?ooo`00D@3oool00ol000003SVh00hi^00>00hi^0;o0000 -00@0?3BNo`000021IJWo00009`2PT<<00ol00000c[O40Jh -Yol000000P3neiD2o`0000X0k?N[00?o00000?ooo`3oool0C`3oool00540oooo00?o000000hi^00> ->KP0400>>KP3o`0002P0X93300?o00000]l@0903>]l@01_l00000i[RW0>JhYol00000o]NE -o`0000`0k?N[00?o00000?ooo`3oool0C`3oool00580oooo00?o000000hi^00>>KP0400>>KP5o`00 -02D0X93300?o00000]l@0903>]l@01Ol00000i[RWo`00003neiGo000000`0k?N[00?o0000 -0?ooo`3oool0D03oool00580oooo00?o000000hi^00>>KP0400>>KP00ol00000TjCQ09>Th@0209>T -h@Oo00007P2PT<<00ol00000c[O4000hi^003o`00001]l@0c[O40240c[O41_l0000=0>cgZ`03o`00003oool0oooo0540oooo001D0?ooo`03o`00 -000>>KP03SVh00d03SVh00Co000004b3i0147o`000100X93300?o00000 -]l@05`3>]l@:o`0000D0b=;R00?o00000>cgZ`3/mj/02P3/mj/00ol00000oooo0?ooo`1B0?ooo`00 -E03oool00ol000003SVh00hi^00=00hi^005o`0000147o`0000T0 -X93300?o00000]l@0303>]l@;o`0000h0b=;R0_l0000<0>cgZ`03o`00003oool0oooo0580 -oooo001E0?ooo`03o`00000>>KP03SVh00/03SVh00?o000004b3i01Th@0K09>Th@Oo00000P2PT<<00ol00000c[O40cgZ`03o`00003oool0oooo05<0oooo001F0?ooo`03o`00000>>KP03SVh00X03SVh00?o -000004b3i01Th@0Q09>Th@Oo00008@38d^801?l00000doWS0=?i -hol0000:0>cgZ`03o`00003oool0oooo05@0oooo001F0?ooo`03o`00000>>KP03SVh00X03SVh00?o -000004b3i01Th@0R09>Th@03o`000038d^80b=;R0280b=;R00Go -00000=?ih`3CnN<0doWSo`00000:0>cgZ`03o`00003oool0oooo05@0oooo001G0?ooo`03o`00000> ->KP03SVh00P03SVh00?o000004b3i01Th@0Q09>Th@03o`000038 -d^80b=;R0240b=;R00?o00000=?ih`3CnN<00P3CnN<00ol00000k?N[0>cgZ`070>cgZ`03o`00003o -ool0oooo05D0oooo001G0?ooo`03o`00000>>KP03SVh00P03SVh00?o000004b3i01Th@0P09>Th@03o`000038d^80b=;R0200b=;R00?o00000=?ih`3CnN<00`3CnN<0 -0ol00000k?N[0>cgZ`060>cgZ`03o`00003oool0oooo05H0oooo001H0?ooo`03o`00000>>KP03SVh -00H03SVh00?o000004b3i01Th@0P09>Th@03o`000038d^80b=;R -01l0b=;R00?o00000=?ih`3CnN<0103CnN<00ol00000k?N[0>cgZ`060>cgZ`03o`00003oool0oooo -05H0oooo001I0?ooo`03o`00000>>KP03SVh00D03SVh00?o000004b3i01Th@0O09>Th@03o`000038d^80b=;R01h0b=;R00?o00000=?ih`3CnN<01@3CnN<00ol00000 -k?N[0>cgZ`050>cgZ`03o`00003oool0oooo05L0oooo001I0?ooo`03o`00000>>KP03SVh00D03SVh -00?o000004b3i01Th@0N09>Th@03o`000038d^80b=;R01d0b=;R -00?o00000=?ih`3CnN<01`3CnN<00ol00000k?N[0>cgZ`030>cgZ`03o`00003oool0oooo05P0oooo -001J0?ooo`03o`00000>>KP03SVh00<03SVh00?o000004b3i01T -h@0M09>Th@03o`000038d^80b=;R01d0b=;R00?o00000=?ih`3CnN<01`3CnN<00ol00000k?N[0>cg -Z`030>cgZ`03o`00003oool0oooo05P0oooo001K0?ooo`03o`00000>>KP03SVh00803SVh00?o0000 -04b3i01Th@0L09>Th@03o`000038d^80b=;R01d0b=;R00?o0000 -0=?ih`3CnN<0203CnN<00ol00000k?N[0>cgZ`020>cgZ`03o`00003oool0oooo05T0oooo001K0?oo -o`03o`00000>>KP03SVh00803SVh00?o000004b3i01Th@0K09>T -h@03o`000038d^80b=;R01`0b=;R00?o00000=?ih`3CnN<02@3CnN<01Ol00000k?N[0>cgZ`3/mj_o -000005`0oooo001L0?ooo`04o`00000>>KP03SVho`000140C8?T00?o000009>Th@2CY>406P2CY>40 -0ol00000b=;R0cgZ`3/mj/0k?N[o`00 -001L0?ooo`00G03oool01?l000003SVh00hi^?l0000B04b3i003o`00002CY>40TjCQ01T0TjCQ00?o -00000>KSo00000180C8?T00?o000009>Th@2CY>406@2CY>400ol00000b=;R0cgZol00000GP3oool005h0oooo0_l0000C -04b3i003o`00002CY>40TjCQ01P0TjCQ00?o00000T -h@2CY>405`2CY>400ol00000b=;R0Th@2CY>405P2CY>400ol00000b=;R040TjCQ01H0TjCQ00?o000000=?ih`03o`00 -003oool0oooo0600oooo001T0?ooo`03o`00001Th@2CY>405@2C -Y>400ol00000b=;R0Th@2CY>40502CY>400ol00000b=;R0Th@0C09>Th@03o`000038d^80b=;R01<0b=;R00?o00000=?ih`3CnN<02`3CnN<2o`00 -06H0oooo001X0?ooo`;o00003`1Th@0B09>Th@03o`000038d^80b=;R0180 -b=;R00?o00000=?ih`3CnN<02`3CnN<00ol00000oooo0?ooo`1V0?ooo`00JP3oool00ol00000C8?T -04b3i00<04b3i003o`00002CY>40TjCQ0180TjCQ00?o0000040TjCQ0140TjCQ00?o -00000Th@2CY>403`2CY>400ol00000b=;R0T -h@2CY>403P2CY>400ol00000b=;R0Th@0>09>Th@03 -o`000038d^80b=;R00h0b=;R00?o00000=?ih`3CnN<0203CnN<2o`0006l0oooo001a0?ooo`03o`00 -001Th@2CY>403@2CY>400ol00000b=;R0040TjCQ00`0TjCQ00?o00000Th@0;09>Th@03o`000038d^80 -b=;R00`0b=;R00?o00000=?ih`3CnN<01P3CnN<00ol00000oooo0?ooo`1b0?ooo`00M@3oool2o`00 -00P0C8?T00?o000009>Th@2CY>402`2CY>400ol00000b=;R040TjCQ00X0 -TjCQ00?o00000Th@0909>Th@03o`000038d^80b=;R00T0b=;R -00?o00000=?ih`3CnN<0103CnN<2o`0007P0oooo001j0?ooo`03o`00001Th@2CY>40202CY>400ol00000b=;R0Th@08 -09>Th@03o`000038d^80b=;R00L0b=;R00?o00000=?ih`3CnN<00`3CnN<2o`0007/0oooo001l0?oo -o`;o00001@1Th@0709>Th@03o`000038d^80b=;R00H0b=;R00?o00000=?i -h`3CnN<00`3CnN<00ol00000oooo0?ooo`1k0?ooo`00OP3oool00ol00000C8?T04b3i00304b3i003 -o`00002CY>40TjCQ00H0TjCQ00?o0000040TjCQ00D0TjCQ00?o00000Th@2CY>40102CY>400ol00000b=;R040TjCQ00<0TjCQ00?o00000Th@03o`00 -0038d^80b=;R00<0b=;R00Co00000=?ihol0003o0000Q03oool008D0oooo0_l000000`1Th@0209>Th@03o`000038d^80b=;R0080b=;R00?o00000=?ihol00000QP3oool008L0oooo00?o -000004b3i?l000000P2CY>401?l00000b=;R0400ol00000b=;R0"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ - -Cell["Draw a Polytope by a New VisibleSkeleton Graphics", "Subsection", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["\<\ -Do[ uvp=circle[a,5,2]; -\tShow[skel3D[uvp], -\t\tBoxed->False, - \t\tViewPoint -> getMmaViewPoint[uvp,skel3D[uvp]], - \t\tSphericalRegion->True - \t], - \t{a,Pi/11,Pi,Pi/18} - ]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->1.33333, - AnimationCycleOffset->0.0625, - AnimationCycleRepetitions->Infinity], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.40674 .56343 m -.56256 .57912 L -s -.42318 .44701 m -.56256 .57912 L -s -.53835 .42212 m -.56256 .57912 L -s -.64695 .41988 m -.56256 .57912 L -s -.68009 .53652 m -.56256 .57912 L -s -.65684 .64913 m -.56256 .57912 L -s -.54135 .68857 m -.56256 .57912 L -s -.41824 .66762 m -.56256 .57912 L -s -.42318 .44701 m -.40674 .56343 L -s -.53835 .42212 m -.42318 .44701 L -s -.26321 .52582 m -.42318 .44701 L -s -.5 .27523 m -.42318 .44701 L -s -.36084 .38051 m -.42318 .44701 L -s -.64695 .41988 m -.53835 .42212 L -s -.5 .27523 m -.53835 .42212 L -s -.26321 .52582 m -.40674 .56343 L -s -.41824 .66762 m -.40674 .56343 L -s -.68009 .53652 m -.64695 .41988 L -s -.5 .27523 m -.64695 .41988 L -s -.76097 .47154 m -.64695 .41988 L -s -.64718 .34153 m -.64695 .41988 L -s -.41824 .66762 m -.26321 .52582 L -s -.41824 .66762 m -.34918 .66239 L -s -.41824 .66762 m -.5 .75807 L -s -.41824 .66762 m -.54135 .68857 L -s -.36084 .38051 m -.26321 .52582 L -s -.36084 .38051 m -.5 .27523 L -s -.33546 .34355 m -.36084 .38051 L -s -.76097 .47154 m -.68009 .53652 L -s -.65684 .64913 m -.68009 .53652 L -s -.64718 .34153 m -.5 .27523 L -s -.33546 .34355 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.59455 .30616 m -.5 .27523 L -s -.45357 .28826 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.54135 .68857 m -.5 .75807 L -s -.54135 .68857 m -.65684 .64913 L -s -.0035 w -[ ] 0 setdash -.33546 .34355 m -.26321 .52582 L -s -.29275 .45797 m -.26321 .52582 L -s -.32295 .59653 m -.26321 .52582 L -s -.34918 .66239 m -.26321 .52582 L -s -.65684 .64913 m -.76097 .47154 L -s -.65684 .64913 m -.66028 .63762 L -s -.65684 .64913 m -.5 .75807 L -s -.64718 .34153 m -.76097 .47154 L -s -.59455 .30616 m -.64718 .34153 L -s -.34918 .66239 m -.32295 .59653 L -s -.5 .75807 m -.34918 .66239 L -s -.29275 .45797 m -.33546 .34355 L -s -.45357 .28826 m -.33546 .34355 L -s -.41264 .38951 m -.33546 .34355 L -s -.59455 .30616 m -.76097 .47154 L -s -.62074 .41788 m -.76097 .47154 L -s -.60215 .57046 m -.76097 .47154 L -s -.66028 .63762 m -.76097 .47154 L -s -.45357 .28826 m -.59455 .30616 L -s -.41264 .38951 m -.45357 .28826 L -s -.5 .75807 m -.4491 .60337 L -s -.5 .75807 m -.60215 .57046 L -s -.5 .75807 m -.32295 .59653 L -s -.5 .75807 m -.66028 .63762 L -s -.41264 .38951 m -.29275 .45797 L -s -.32295 .59653 m -.29275 .45797 L -s -.66028 .63762 m -.60215 .57046 L -s -.62074 .41788 m -.59455 .30616 L -s -.41264 .38951 m -.59455 .30616 L -s -.32295 .59653 m -.41264 .38951 L -s -.32295 .59653 m -.4491 .60337 L -s -.41264 .38951 m -.62074 .41788 L -s -.60215 .57046 m -.62074 .41788 L -s -.4491 .60337 m -.41264 .38951 L -s -.60215 .57046 m -.4491 .60337 L -s -.60215 .57046 m -.41264 .38951 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`030000003oool0oooo00P0oooo00?o -00000?ooo`3oool01P3oool00ol00000oooo0?ooo`070?ooo`04o`00003oool0oooo0?ooo`800000 -2@3oool01@000000ooooo`0000000000oooo00800000J`3oool006L0oooo0P000002o`0000l0oooo -00?o00000000003oool02@3oool00ol00000oooo0?ooo`070?ooo`03o`00003oool0oooo00L0oooo -00?o00000000000000002`3oool01@000000oooo0?ooo`3oool000000080oooo0P00001Y0?ooo`00 -I@3oool200000180oooo00?o00000000003oool0503oool00ol00000oooo0?ooo`050?ooo`<00000 -00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`020?ooo`0500000?l0003o00000?ooo`00 -0000J03oool006<0oooo0P000002o`0001<0oooo00<000000?ooo`3oool06@3oool200000100oooo -00<000000?ooo`3oool00`3oool010000000ooooo`00003oool2000006H0oooo001Q0?ooo`800000 -0_l0000@0?ooo`;o00000P3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00d0oooo -0P0000080?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool00`3oool01P000000oooo -0?ooo`3ooooo0000000006D0oooo001O0?ooo`8000004`3oool00ol00000oooo0?ooo`020?ooo`03 -0000003oool0oooo00P0oooo00?o00000?ooo`3oool02P3oool00ol0000000000000000;0?ooo`03 -o`00003oool0oooo00L0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`020?ooo`03 -0000003oool0oooo0680oooo001N0?ooo`8000006@3oool00`000000oooo0?ooo`070?ooo`03o`00 -003oool0oooo00T0oooo0`00000>0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool0 -1@3oool01@000000oooo0?ooo`3oool0000006@0oooo001N0?ooo`030000003oool000000100oooo -00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0B0?ooo`8000000P3oool00ol00000oooo -0?ooo`0E0?ooo`030000003oool0oooo00H0oooo00D000000?ooo`3ooooo00000000001S0?ooo`00 -G@3oool010000000ooooo`00003oool2000000d0oooo00?o00000?ooo`3oool01@3oool00`000000 -oooo0?ooo`0@0?ooo`800000103oool00ol00000oooo0?ooo`0F0?ooo`030000003oool0oooo00H0 -oooo00D000000?ooool00000oooo0000001R0?ooo`00G@3oool00`000000oooo0?ooo`030?ooo`80 -00002P3oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3o -ool00`3oool3000001L0oooo00?o00000?ooo`3oool01@3oool00`000000oooo0?ooo`070?ooo`05 -0000003oool0oooo0?ooo`000000H@3oool005d0oooo00<000000?ooo`3oool01@3oool00`000000 -oooo0?ooo`0?0?ooo`030000003oool0oooo00P0oooo00Co00000?ooo`3oool0oooo0P00000K0?oo -o`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0203oool01@000000oooo0?ooo`3oool0 -00000600oooo001L0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool00P3oool20000 -00@0oooo00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo -00800000303oool00ol00000oooo0?ooo`0?0?ooo`03o`00003oool0oooo00<0oooo00<000000?oo -o`3oool02@3oool01@000000oooo0?ooo`3oool0000005l0oooo001L0?ooo`030000003oool0oooo -00<0oooo00?o00000?ooo`3oool00`3oool2000000030?ooool00000oooo00T0oooo00<000000?oo -o`3oool0203oool00ol0000000000000000>0?ooo`03o`00003oool0oooo01H0oooo00<000000?oo -o`3oool01`3oool00ol00000oooo000000030?ooo`030000003oool0oooo05`0oooo001K0?ooo`80 -00001P3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3o -ool01P3oool300000140oooo00?o00000?ooo`3oool0403oool00ol00000oooo0?ooo`020?ooo`03 -0000003oool0oooo00L0oooo00Co00000?ooo`3oool000000P3oool00`000000oooo0?ooo`1L0?oo -o`00F`3oool00`000000oooo0?ooo`0=0?ooo`800000203oool00`000000oooo0?ooo`050?ooo`80 -0000503oool00ol00000oooo0?ooo`0A0?ooo`05o`00003oool0oooo0?ooo`0000002@3oool01Ol0 -0000oooo0?ooo`3oool000000080oooo00<000000?ooo`3oool0F`3oool005X0oooo0P00000:0?oo -o`;o00001@3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00<0oooo0P0000020?oo -o`03o`00003oool0oooo02H0oooo00Co00000?ooo`3oool000003P3oool010000000oooo0?ooo`00 -001L0?ooo`00FP3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00H0oooo0P000004 -0?ooo`030000003oool0oooo0080oooo0P0000040?ooo`03o`00003oool0oooo02T0oooo00<00000 -0?ooo`3oool03@3oool010000000oooo0?ooo`00001K0?ooo`00FP3oool00`000000oooo0?ooo`08 -0?ooo`;o00002@3oool200000080oooo00<000000?ooo`0000000P0000050?ooo`03o`00003oool0 -oooo01<0oooo00?o00000?ooo`3oool0503oool00ol0000000000?ooo`0>0?ooo`040000003oool0 -oooo000005X0oooo001I0?ooo`8000002@3oool01?l00000oooo0?ooool0000:0?ooo`040000003o -ool00000000000P0oooo00?o00000?ooo`3oool04`3oool00ol00000oooo0?ooo`0E0?ooo`030000 -003oool0oooo00H0oooo00?o00000?ooo`3oool01@3oool010000000oooo0?ooo`00001I0?ooo`00 -F@3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo00`0oooo1P00000M0?ooo`03o`00 -003oool0oooo01@0oooo00<00000o`00003oool01P3oool00ol00000oooo0?ooo`060?ooo`040000 -003oool0oooo000005P0oooo001H0?ooo`8000005P3oool2000000040?ooo`000000oooo00000080 -oooo1`00000F0?ooo`03o`00003oool0oooo01@0oooo00<000000?ooo`3oool01P3oool00ol00000 -oooo0?ooo`070?ooo`040000003oool0oooo000005L0oooo001H0?ooo`8000003`3oool00ol00000 -oooo0?ooo`030?ooo`030000003oool0oooo008000000P3oool00`000000oooo0?ooo`040?ooo`03 -o`00003oool0000000H000009`3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00P0 -oooo00<000000?ooo`000000E`3oool005P0oooo00<000000?ooo`3oool01P3oool00ol00000oooo -0?ooo`060?ooo`03o`00003oool0oooo008000000`3oool2000000<0oooo00<000000?ooo`3oool0 -0`3oool00ol00000oooo0?ooo`060?ooo`P000007`3oool00`000000ooooo`00000A0?ooo`030000 -003oool0000005H0oooo001G0?ooo`800000203oool00ol00000oooo0?ooo`070?ooo`800000103o -ool010000000oooo0?ooo`0000030?ooo`050000003oool0oooo0?ooool000004@3oool700000003 -o`00003oool0oooo01D0oooo00@000000?ooo`3ooooo00004@3oool00`000000oooo0000001E0?oo -o`00E`3oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00H0oooo0P0000060?ooo`04 -0000003oool0oooo000000@0oooo00<000000?ooo`3oool06@3oool800000100oooo00D000000?oo -o`3oool0ooooo`0000030?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`000000E03oool0 -05H0oooo0P00000@0?ooo`030000003oool0oooo0080oooo00Go00000?ooo`3oool0oooo00000002 -0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool06@3oool00ol00000oooo0?ooo`04 -0?ooo`L000002@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00`0oooo00<00000 -0?ooo`000000D`3oool005H0oooo0P00000>0?ooo`8000001@3oool01?l00000oooo0?ooo`000003 -0?ooo`030000003oool0oooo00<0oooo00?o00000000003oool09`3oool7000000<0oooo00<00000 -0?ooo`3oool00`3oool2o`0000l0oooo00<000000?ooo`000000DP3oool005H0oooo00<000000?oo -o`3oool01@3oool00ol00000oooo0?ooo`030?ooo`800000203oool00ol00000oooo000000030?oo -o`030000003oool0oooo00<0oooo00?o00000?ooo`000000;P3oool5000000@0oooo0_l0000@0?oo -o`030000003oool000000540oooo001E0?ooo`8000001P3oool00ol00000oooo0?ooo`020?ooo`80 -00002`3oool00`000000oooo0?ooo`030?ooo`050000003oool0oooo0?ooool000000`3oool00`00 -0000oooo0?ooo`0F0?ooo`;o00000P3oool4o`000080oooo1?l000020?ooo`Co00000P3oool2o`00 -000300000?l0000000000080000000Co00000?ooool00000oooo0_l0000>0?ooo`800000D@3oool0 -05D0oooo0P0000050?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool02`3oool00`00 -0000oooo0?ooo`030?ooo`050000003oool0oooo0?ooool00000103oool00`000000oooo0?ooo`0? -0?ooo`;o00000P3oool2o`0000030?ooool00000oooo01D0oooo00<000000?ooo`3oool00P3oool3 -000000<0oooo00?o00000?ooo`3oool0303oool200000500oooo001D0?ooo`8000002@3oool20000 -00d0oooo00D000000?ooo`3oool0ooooo`0000020?ooo`030000003oool0oooo00L0oooo00<00000 -0?ooo`3oool0303oool2o`0000L0oooo00?o00000?ooo`3oool0503oool00`000000oooo0?ooo`03 -0?ooo`04o`00003oool0000000000140oooo0P00001?0?ooo`00E03oool2000000L0oooo0P00000? -0?ooo`050000003oool0oooo0?ooool000000P3oool00`000000oooo0?ooo`080?ooo`030000003o -ool0oooo00D0oooo1?l0000;0?ooo`03o`00003oool0oooo01@0oooo00<000000?ooo`3oool01@3o -ool00ol00000oooo00000002000000040?ooool0003o0000o`0000/0oooo0P00001>0?ooo`00D`3o -ool2000000H0oooo00?o00000000003oool0403oool00`000000oooo0?ooo`020?ooo`03o`00003o -ool000000080oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`02o`0002L0oooo00<0 -00000?ooo`3oool02`3oool200000080oooo00?o00000?ooo`3oool02@3oool2000004d0oooo001C -0?ooo`8000001@3oool200000140oooo00<000000?ooo`3oool01@3oool010000000oooo0?ooool0 -00050?ooo`;o00000P3oool00`00003o00000?ooo`0X0?ooo`030000003oool0oooo0080oooo00?o -00000?ooo`3oool0203oool300000080oooo0_l000080?ooo`800000C03oool005<0oooo0P000003 -0?ooo`8000004`3oool00`000000oooo0?ooo`060?ooo`0300000?l00000oooo00<0oooo0_l00005 -0?ooo`030000003oool0oooo0180oooo00?o00000?ooo`3oool04P3oool00`000000oooo0?ooo`02 -0?ooo`03o`00003oool0oooo0080oooo00?o00000?ooo`3oool01P3oool3000000030?ooool00000 -oooo00L0oooo0P00001;0?ooo`00DP3oool200000080oooo0P00000D0?ooo`030000003oool0oooo -00L0oooo00@00000o`000?l0003o00002P3oool00`000000oooo0?ooo`0A0?ooo`03o`00003oool0 -oooo0180oooo00D000000?ooo`3oool0ooooo`0000050?ooo`03o`00003oool0oooo00T0oooo0P00 -00090?ooo`800000BP3oool00580oooo0P0000000`3oool000000?ooo`0E0?ooo`030000003oool0 -oooo00L0oooo00<00000o`00003oool0303oool200000140oooo00?o00000?ooo`3oool04P3oool0 -0`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00X0oooo0`000002o`0000D0oooo00<00000 -0?ooo`3oool0B03oool00540oooo00@000000?ooo`00000000000P3oool00ol00000oooo0?ooo`0A -0?ooo`030000003oool0oooo00@0oooo0_l000020?ooo`030000003ooooo000000h0oooo00<00000 -0?ooo`3oool03P3oool00ol00000oooo0?ooo`0B0?ooo`030000003oool0oooo00P0oooo00?o0000 -0?ooo`3oool03@3oool200000003o`00003oool0oooo00<0oooo00<000000?ooo`3oool0A`3oool0 -0540oooo0P0000040?ooo`03o`00003oool0oooo0140oooo00<000000?ooo`3oool00P3oool2o`00 -00@0oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`0R0?ooo`030000003ooooo0000 -01X0oooo0`000002o`000080oooo00<000000?ooo`3oool0AP3oool00540oooo0P0000030?ooo`03 -o`00003oool0oooo0180oooo00<000000?ooo`3oool02@3oool01@000000oooo0?ooo`3ooooo0000 -00d0oooo00<000000?ooo`3oool08@3oool00`000000ooooo`00000M0?ooo`<000000P3oool00`00 -0000oooo0?ooo`150?ooo`00D03oool3000001L0oooo00@000000?ooool0003o00002@3oool00`00 -0000oooo0?ooo`020?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool0303oool00ol0 -0000oooo0?ooo`0A0?ooo`0300000?l00000oooo00T0oooo00?o00000?ooo`3oool0503oool20000 -00030?ooo`000000oooo04D0oooo001@0?ooo`80000000<0oooo0000003oool05@3oool00`00003o -00000?ooo`090?ooo`03o`0000000000oooo00@0oooo00?o00000?ooo`3oool02`3oool00`000000 -oooo0?ooo`0;0?ooo`03o`00003oool0oooo0100oooo00<000000?ooool000002P3oool00ol00000 -oooo0?ooo`0F0?ooo`<00000A@3oool004l0oooo0P0000020?ooo`0300000?l00000oooo0140oooo -0_l000000`000000oooo0?ooo`0:0?ooo`03o`0000000000oooo01<0oooo00<000000?ooo`3oool0 -2P3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`3oool0 -5`3oool2000004@0oooo001?0?ooo`8000000P3oool00`000000oooo0?ooo`0@0?ooo`04o`00003o -ool0oooo000000/0oooo00?o00000?ooo`0000005@3oool00`000000oooo0?ooo`090?ooo`03o`00 -003oool0oooo0100oooo00<000000?ooo`3oool0903oool00`00003o0000000000140?ooo`00C`3o -ool01@000000oooo0?ooool0000000000140oooo00Co00000?ooo`3oool00000303oool00ol00000 -oooo000000070?ooo`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool06`3oool00`00003o -00000?ooo`0R0?ooo`80000000?o00000000003oool0A03oool004h0oooo0P0000030?ooo`030000 -003oool0oooo00/0oooo0_l000050?ooo`030000003oool0oooo00d0oooo00<000000?ooo`3oool0 -1@3oool00ol00000oooo0?ooo`0<0?ooo`030000003oool0oooo01X0oooo00<000000?ooo`3oool0 -803oool2000000<0oooo00<000000?ooo`3oool0@`3oool004h0oooo00<000000?ooo`3oool00`3o -ool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool03@3o -ool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool01`3o -ool00ol00000oooo0?ooo`0>0?ooo`03o`0000000000oooo00`0oooo00?o00000?ooo`3oool04@3o -ool00`000000ooooo`0000020?ooo`030000003oool0oooo04@0oooo001=0?ooo`80000000<0oooo -o`00003oool00P3oool00`000000oooo0?ooo`0@0?ooo`030000003oool0oooo00/0oooo00Co0000 -0?ooo`3oool00000603oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00l0oooo00<0 -00000?ooo`3oool02`3oool00ol00000oooo0?ooo`0?0?ooo`80000000D0ooooo`00003oool0oooo -000000170?ooo`00C@3oool010000000oooo0?ooool000030?ooo`030000003oool0oooo00D0oooo -0_l000090?ooo`030000003oool0oooo00/0oooo00Co00000?ooo`3oool000002`3oool00ol00000 -oooo0?ooo`0;0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool03`3oool00`000000 -oooo0?ooo`0<0?ooo`03o`00003oool0oooo00d0oooo00@000000?ooo`3ooooo00000`3oool00`00 -0000oooo0?ooo`150?ooo`00C03oool2000000030?ooool00000oooo00<0oooo00<000000?ooo`3o -ool00`3oool2o`0000X0oooo00<000000?ooo`3oool02`3oool01Ol00000oooo0?ooo`3oool00000 -00`0oooo00?o00000?ooo`3oool02`3oool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo -00d0oooo00?o00000000003oool0703oool2000000H0oooo00<000000?ooo`3oool0AP3oool004`0 -oooo0P0000000`3ooooo00000?ooo`030?ooo`030000003oool0oooo00l0oooo00<000000?ooo`3o -ool02`3oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00X0oooo00?o00000?ooo`3o -ool02`3oool00`000000oooo0?ooo`0C0?ooo`03o`0000000000oooo01/0oooo00<000000?ooo`3o -ool00_l000040?ooo`030000003oool0oooo04H0oooo001<0?ooo`030000003oool0oooo00H0oooo -00<00000o`000?l000003@3oool00`000000oooo0?ooo`0A0?ooo`030000003oool0oooo01T0oooo -00<000000?ooo`3oool04@3oool00ol00000oooo0000000J0?ooo`8000000P3oool00ol00000oooo -0?ooo`030?ooo`030000003oool0oooo04L0oooo001;0?ooo`80000000?o00000?ooo`3oool01@3o -ool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool0303o -ool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo00l0oooo00Co00000?ooo`3oool00000 -403oool00ol00000oooo0?ooo`050?ooo`8000000`3oool00ol00000oooo0?ooo`030?ooo`030000 -003oool0oooo04P0oooo001;0?ooo`030000003ooooo000000<0oooo0_l000020?ooo`030000003o -ool0oooo00d0oooo00<000000?ooo`3oool0303oool00ol00000oooo0?ooo`020?ooo`030000003o -ool0oooo00d0oooo00?o00000?ooo`3oool02`3oool200000080oooo00?o00000?ooo`3oool03@3o -ool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool02@3o -ool00`000000oooo0?ooo`180?ooo`00BP3oool200000005o`00003oool0oooo0?ooool00000103o -ool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00d0oooo00?o00000?ooo`3oool00P3o -ool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00`0oooo00<000000?ooool000003`3o -ool00`000000oooo0?ooo`0?0?ooo`04o`00003oool0oooo0?ooo`8000000`3oool2o`0000H0oooo -00<000000?ooo`3oool0B@3oool004X0oooo00<00000o`00003oool00P3oool00ol00000oooo0?oo -o`030?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool0303oool00ol00000oooo0?oo -o`040?ooo`030000003oool0oooo01d0oooo00<00000o`00003oool02P3oool01Ol00000oooo0?oo -o`3oool0000001@0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`060?ooo`030000 -003oool0oooo04T0oooo001:0?ooo`0300000?l0003o000000T0oooo00<000000?ooo`3oool02P3o -ool00`000000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0403o -ool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool00P3o -ool00`000000oooo0?ooo`0@0?ooo`8000003@3oool00`000000oooo0?ooo`1:0?ooo`00B@3oool0 -0`00003o0000o`00000:0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool0503oool0 -0`000000oooo0?ooo`0A0?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool01P3oool0 -0ol00000oooo0?ooo`030?ooo`030000003oool0oooo00l0oooo00<000000?ooo`3oool0303oool2 -000004`0oooo00190?ooo`0400000?l00000ooooo`0000T0oooo00<000000?ooo`3oool02@3oool0 -0`000000oooo0?ooo`0E0?ooo`030000003oool0oooo0180oooo00?o00000?ooo`3oool02`3oool0 -0`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00h0oooo0P000000103ooooo00000?ooo`3o -ool2o`0000T0oooo00<000000?ooo`3oool0B`3oool004X0oooo00<00000o`00003oool00P3oool3 -o`0000@0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0 -oooo01h0oooo00Co00000?ooo`3oool000002`3oool00`000000oooo0?ooo`0<0?ooo`8000000`3o -ool00ol00000ooooo`00000:0?ooo`030000003oool0oooo04`0oooo001;0?ooo`0300000?l00000 -oooo00@0oooo00Ko00000?ooo`3ooooo000000000?l0000:0?ooo`030000003oool0oooo00h0oooo -00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0N0?ooo`05o`00003oool0oooo0?ooo`00 -0000103oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o -ool00`3oool2o`0000/0oooo00<000000?ooo`3oool0C03oool004/0oooo0P00000:0?ooo`030000 -0?l00000oooo00L0oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`050?ooo`030000 -003oool0oooo01<0oooo00?o00000?ooo`3oool0203oool01Ol00000oooo0?ooo`3oool0000000<0 -oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`090?ooo`800000103oool2o`000003 -0?ooool00000oooo00T0oooo00<000000?ooo`3oool0C@3oool004`0oooo0P0000000ol00000oooo -0?ooo`060?ooo`040000003oool0oooo0?ooo`?o00000`3oool00`000000oooo0?ooo`0?0?ooo`03 -o`00003oool0oooo00D0oooo00<000000?ooo`3oool0503oool00ol00000oooo0?ooo`0<0?ooo`03 -0000003ooooo000000H0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`02o`0000@0 -oooo00?o00000?ooo`3oool0203oool2000004l0oooo001=0?ooo`80000000?o00000?ooo`3oool0 -1@3oool00`000000oooo0?ooo`040?ooo`03o`00003oool0000001X0oooo00<000000?ooo`3oool0 -5@3oool00ol00000oooo0?ooo`0<0?ooo`0300000?l00000oooo00D0oooo00<000000?ooo`3oool0 -1P3oool2000000030?ooool0003o00000140oooo00<000000?ooo`3oool0CP3oool004d0oooo00@0 -00000?ooo`00003o00001P3oool00`000000oooo0?ooo`060?ooo`0300000?l0003o000000;o0000 -5P3oool00`000000oooo0?ooo`0U0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0 -1@3oool00`000000oooo0?ooo`0C0?ooo`800000D03oool004h0oooo0P0000070?ooo`030000003o -ool0oooo00D0oooo00<000000?ooo`3oool01@3oool3o`000140oooo00<000000?ooo`3oool0603o -ool00ol00000oooo0?ooo`030?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool00`3o -ool00`000000oooo0?ooo`030?ooo`8000000_l0000:0?ooo`03o`00003oool0oooo00L0oooo00<0 -00000?ooo`3oool0C`3oool004h0oooo00<000000?ooo`0000000P3oool00ol00000oooo0?ooo`02 -0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0203oool00ol00000oooo0?ooo`05 -0?ooo`03o`00003oool0oooo00L0oooo00<000000?ooo`3oool0603oool00ol00000oooo0?ooo`02 -0?ooo`03o`00003oool0oooo0080oooo00Go00000?ooo`3oool0oooo000000040?ooo`040000003o -ool0oooo0?ooo`8000003P3oool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo0500oooo -001?0?ooo`030000003oool000000080oooo00Go00000?ooo`3oool0oooo000000060?ooo`030000 -003oool0oooo00/0oooo1?l000000`3ooooo00000?ooo`080?ooo`030000003oool0oooo01T0oooo -00?o00000?ooo`3oool00P3oool01Ol00000oooo0?ooo`3ooooo000000@0oooo00@000000?ooo`3o -ool000000P3oool00ol0000000000?ooo`0>0?ooo`03o`00003oool0oooo00H0oooo0P00001B0?oo -o`00D03oool00`000000oooo000000020?ooo`04o`00003oool0oooo000000D0oooo00<000000?oo -o`3oool04@3oool4o`000080oooo0ol000000`3oool000000?ooo`0O0?ooo`04o`00003oool0oooo -o`0000H0oooo00@000000?ooo`00003o00000P00000@0?ooo`03o`00003oool0oooo00H0oooo00<0 -00000?ooo`3oool0D@3oool00500oooo00@000000?ooo`3oool00000103oool00`000000oooo0?oo -o`030?ooo`030000003oool0oooo01X0oooo00?o00000000003oool01?l0000H0?ooo`03o`00003o -ool0oooo00T0oooo0_l00003000001X0oooo0P00001C0?ooo`00D@3oool010000000oooo0?ooo`00 -00030?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool04P3oool00ol00000oooo0?oo -o`070?ooo`030000003oool0oooo00D0oooo1?l000020?ooo`?o00003P3oool00ol00000oooo0?oo -o`070?ooo`03o`00003oool00000008000006`3oool00`000000oooo0?ooo`1B0?ooo`00DP3oool0 -0`000000oooo000000040?ooo`050000003oool0oooo0?ooo`000000503oool00ol00000oooo0?oo -o`070?ooo`030000003oool0oooo00h0oooo00Co00000?ooo`3oool0oooo0ol000080?ooo`?o0000 -00<0ooooo`000?l000001@0000020?ooo`030000003oool0oooo0100oooo00?o00000?ooo`3oool0 -1@3oool00`000000oooo0?ooo`1C0?ooo`00DP3oool010000000oooo0?ooo`0000030?ooo`040000 -0?l00000oooo000001D0oooo00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`0G0?ooo`?o -00000`3oool5000000H0oooo00<000000?ooo`0000004@3oool00ol00000oooo0?ooo`040?ooo`80 -0000E@3oool005<0oooo00@000000?ooo`3oool000000P3oool010000000oooo0?ooo`00000E0?oo -o`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0603oool5000000;o00002@3oool01000 -0000oooo0?ooo`00000@0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0E03oool0 -05@0oooo00H000000?ooo`3oool000000?ooo`0000020?ooo`030000003oool0oooo01h0oooo00<0 -00000?ooo`3oool04`3oool5000000<0oooo00Go00000?ooo`3oool0ooooo`0000070?ooo`030000 -003oool0oooo0080oooo00<000000?ooo`3oool03@3oool00ol00000oooo0?ooo`030?ooo`800000 -EP3oool005@0oooo00@000000?ooo`3oool0oooo0P000000103oool000000?ooool0000O0?ooo`03 -0000003oool0oooo00l0oooo100000070?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3o -ool00`3oool00`000000oooo0?ooo`0B0?ooo`030000003oool0oooo05D0oooo001E0?ooo`040000 -003oool0oooo0?ooo`<000000P3oool00ol00000oooo0?ooo`0B0?ooo`03o`00003oool0oooo00L0 -oooo00<000000?ooo`3oool02P3oool5000000P0oooo00?o00000?ooo`3oool00`3oool00ol00000 -oooo0?ooo`020?ooo`;o00000P3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo0100 -oooo0P00001G0?ooo`00EP3oool010000000oooo0?ooo`3oool:000000l0oooo00?o00000?ooo`3o -ool0203oool00`000000oooo0?ooo`040?ooo`D00000303oool00ol00000oooo0?ooo`040?ooo`03 -o`00003oool0oooo00@0oooo00?o00000000003oool01`3oool00`000000oooo0?ooo`0:0?ooo`03 -o`00003oool0oooo0080oooo0P00001H0?ooo`00EP3oool01`000000oooo0?ooo`3oool000000?oo -o`0000001`3ooolB000000P0oooo00<000000?ooo`0000001000000@0?ooo`03o`00003oool0oooo -00@0oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo -00T0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`1G0?ooo`00E`3oool01`000000 -oooo0?ooo`3oool000000?ooo`0000000`3oool2o`000100oooo00?o00000?ooo`3oool02P00000A -0?ooo`;o00002@3oool00ol00000oooo0?ooo`050?ooo`040000003oool0ooooo`0000P0oooo00<0 -00000?ooo`3oool0203oool01?l00000oooo0?ooo`3oool2000005T0oooo001G0?ooo`050000003o -ool0oooo0?ooo`0000000P3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo01P0oooo -00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`0A0?ooo`050000003oool0oooo0?ooool0 -0000203oool00`000000oooo0?ooo`070?ooo`05o`00003oool0oooo0?ooo`000000FP3oool005P0 -oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`0L0?ooo`030000003oool0oooo -00h0oooo00?o00000?ooo`3oool04@3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo -00H0oooo00<000000?ooo`3oool02@3oool2000005X0oooo001I0?ooo`040000003oool0oooo0000 -00<0oooo00<000000?ooo`3oool0403oool00ol00000oooo0?ooo`090?ooo`030000003oool0oooo -01X0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo -00L0oooo0P00001K0?ooo`00F@3oool010000000oooo0?ooo`0000040?ooo`050000003oool0oooo -0?ooool000003@3oool00ol00000oooo0?ooo`090?ooo`030000003oool0oooo00T0oooo0_l0000? -0?ooo`03o`00003oool0oooo00<0oooo00<000000?ooo`3oool01`3oool00ol00000oooo0?ooo`05 -0?ooo`030000003oool0oooo00<0oooo00?o00000?ooo`3oool00P00001K0?ooo`00FP3oool01000 -0000oooo0?ooo`0000040?ooo`050000003oool0oooo0?ooool000003@3oool00ol00000oooo0?oo -o`080?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool03P3oool00ol00000oooo0?oo -o`040?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?oo -o`030?ooo`04o`00003oool00000000005`0oooo001K0?ooo`030000003oool0000000D0oooo00D0 -00000?ooo`3oool0ooooo`00000<0?ooo`03o`00003oool0oooo00T0oooo00<000000?ooo`3oool0 -603oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00X0oooo00?o00000?ooo`3oool0 -103oool01@000000oooo0?ooo`3ooooo00000080oooo00<000000?ooo`3oool0F`3oool005/0oooo -00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`0I0?ooo`030000003oool0oooo00<0 -oooo0_l0000I0?ooo`030000003oool0oooo0180oooo00D000000?ooo`3ooooo00000?ooo`020000 -05d0oooo001L0?ooo`030000003oool0000000H0oooo00<000000?ooo`3oool00P3oool00ol00000 -oooo0?ooo`0C0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool0603oool00`000000 -oooo0?ooo`0>0?ooo`;o0000103oool00`000000oooo0?ooo`02000005h0oooo001M0?ooo`800000 -1`3oool2000000<0oooo00?o00000?ooo`3oool01P3oool00ol00000oooo0?ooo`0:0?ooo`030000 -003oool0oooo01H0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0A0?ooo`03o`00 -003oool0oooo0080oooo00@000000?ooo`0000000000GP3oool005d0oooo00<000000?ooo`000000 -203oool01@000000oooo0?ooo`3ooooo000000L0oooo00?o00000?ooo`3oool02P3oool00`00003o -00000?ooo`0F0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool05P3oool3000005l0 -oooo001N0?ooo`8000002@3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00X0oooo -00<000000?ooo`3oool05P3oool01Ol00000oooo0?ooo`3oool0000001L0oooo00Co00000000003o -ool00000H03oool005h0oooo00<000000?ooo`0000002@3oool01@000000oooo0?ooo`3ooooo0000 -00D0oooo00?o00000?ooo`3oool02@3oool00ol00000oooo0000000G0?ooo`05o`00003oool0oooo -0?ooo`0000005`3oool01000003o000000000000001P0?ooo`00G`3oool2000000X0oooo00D00000 -0?ooo`3oool0ooooo`00000<0?ooo`;o0000103oool00`000000oooo0?ooo`0H0?ooo`030000003o -ool0oooo01@0oooo1@00001Q0?ooo`00H03oool2000000X0oooo00D000000?ooo`3oool0ooooo`00 -000:0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0603oool00`000000oooo0?oo -o`0C0?ooo`040000003oool00000000006<0oooo001P0?ooo`8000002`3oool00`000000oooo0?oo -o`050?ooo`03o`00003oool0oooo0080oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?oo -o`0C0?ooo`04o`00003oool0oooo000001@0oooo0P0000000`3oool000000000001T0?ooo`00H@3o -ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo0080oooo00?o00000?ooool000003@3o -ool00`000000oooo0?ooo`0C0?ooo`04o`00003oool0oooo00000180oooo0`0000000`3oool00000 -0?ooo`1U0?ooo`00HP3oool200000080oooo1?l000020?ooo`?o000000<000000?ooo`3oool00P3o -ool4o`0000/0oooo00<000000?ooo`3oool04`3oool00ol00000oooo0000000?0?ooo`8000000P3o -ool010000000oooo0?ooo`00001W0?ooo`00I03oool00`000000oooo0?ooo`080?ooo`03o`000000 -0000oooo00Ko0000303oool00`000000oooo0?ooo`0B0?ooo`03o`0000000000oooo00d0oooo0P00 -00030?ooo`040000003oool00000000006P0oooo001U0?ooo`8000002P3oool00`000000oooo0?oo -o`020?ooo`03o`00003ooooo00000080oooo0ol000060?ooo`030000003oool0oooo01<0oooo00<0 -00000?ooo`3oool0203oool2000000D0oooo0P0000000`3oool000000?ooo`1Y0?ooo`00I`3oool0 -0`000000oooo0?ooo`080?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool0103oool0 -0ol00000oooo0?ooo`03o`0000030000003oool0oooo0180oooo00<000000?ooo`3oool01`3oool2 -000000H0oooo00@000000?ooo`0000000000J`3oool006P0oooo0P0000090?ooo`8000003`3oool0 -0ol0000000000?ooo`03o`0000h0oooo00?o00000000003oool0103oool2000000T0oooo00<00000 -0?ooo`000000K@3oool006X0oooo0P0000090?ooo`030000003oool0oooo00d0oooo00<000000?oo -o`3oool00P3oool00ol00000oooo0?ooo`03o`0000P0oooo00<000000?ooo`3oool00P3oool20000 -00T0oooo0P0000000`3oool000000?ooo`1]0?ooo`00K03oool00`000000oooo0?ooo`070?ooo`04 -0000003oool0ooooo`0000/0oooo00<000000?ooo`3oool0203oool00ol00000oooo0?ooo`03o`00 -0080oooo0`00000<0?ooo`040000003oool00000000006l0oooo001]0?ooo`800000203oool01000 -0000oooo0?ooool0000:0?ooo`030000003oool0oooo00h0oooo00?o00000000000000003@3oool0 -0`000000oooo0000001a0?ooo`00K`3oool00`000000oooo0?ooo`060?ooo`040000003oool0oooo -o`0000X0oooo00<000000?ooo`3oool03P3oool00`000000oooo0?ooo`0:0?ooo`@00000LP3oool0 -0700oooo0P0000070?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool03@3oool00`00 -0000oooo0?ooo`0:0?ooo`030000003oool0000007@0oooo001b0?ooo`030000003oool0oooo00D0 -oooo00@000000?ooo`3ooooo0000203oool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo -00T0oooo0`00001e0?ooo`00L`3oool2000000H0oooo00@000000?ooo`3ooooo0000203oool00`00 -0000oooo0?ooo`0;0?ooo`030000003oool0oooo00T0oooo0P00001g0?ooo`00M@3oool00`000000 -oooo0?ooo`040?ooo`040000003oool0ooooo`0000L0oooo00<000000?ooo`3oool02P3oool00`00 -0000oooo0?ooo`080?ooo`<00000N03oool007H0oooo0P0000050?ooo`030000003oool0oooo00L0 -oooo00<000000?ooo`3oool02P3oool00`000000oooo0?ooo`070?ooo`<00000N@3oool007P0oooo -0P0000040?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0203oool00`000000oooo -0?ooo`070?ooo`800000N`3oool007X0oooo00<000000?ooo`3oool00P3oool200000003o`00003o -ool0oooo00@0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`050?ooo`<00000O03o -ool007/0oooo0P0000040?ooo`0300000?l00000oooo00@0oooo00<000000?ooo`3oool01`3oool0 -0`000000oooo0?ooo`050?ooo`800000OP3oool007d0oooo00<000000?ooo`3oool00P3oool00`00 -003o00000?ooo`040?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0103oool20000 -07l0oooo001n0?ooo`8000000`3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00D0 -oooo00<000000?ooo`3oool00`3oool200000840oooo00200?ooo`070000003oool0oooo0?ooo`00 -0000ooooo`0000020?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool00P3oool20000 -0880oooo00210?ooo`8000000P3oool00`00003o00000?ooo`020?ooo`030000003oool0oooo00<0 -oooo00<000000?ooo`3oool00P3oool2000008<0oooo00230?ooo`050000003oool0oooo00000?l0 -00000P3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00800000Q@3oool008@0oooo -0P0000001@3oool000000?ooo`3oool0000000@0oooo00<000000?ooo`3oool00P0000260?ooo`00 -QP3oool300000080oooo00@000000?ooo`3oool000000P3oool00`000000oooo0?ooo`260?ooo`00 -R03oool200000004o`0000000000oooo0?ooo`<00000R@3oool008T0oooo0`000000103oool00000 -00000000002:0?ooo`00R`3oool3000008`0oooo002<0?ooo`030000003oool0oooo08/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo0000\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.43837 .56787 m -.59954 .57459 L -s -.44915 .45153 m -.59954 .57459 L -s -.5608 .41844 m -.59954 .57459 L -s -.66153 .40832 m -.59954 .57459 L -s -.69877 .5249 m -.59954 .57459 L -s -.67262 .64122 m -.59954 .57459 L -s -.56558 .68627 m -.59954 .57459 L -s -.44591 .6707 m -.59954 .57459 L -s -.44915 .45153 m -.43837 .56787 L -s -.5608 .41844 m -.44915 .45153 L -s -.28463 .53964 m -.44915 .45153 L -s -.5 .27523 m -.44915 .45153 L -s -.37205 .39097 m -.44915 .45153 L -s -.28463 .53964 m -.43837 .56787 L -s -.44591 .6707 m -.43837 .56787 L -s -.66153 .40832 m -.5608 .41844 L -s -.5 .27523 m -.5608 .41844 L -s -.37205 .39097 m -.28463 .53964 L -s -.37205 .39097 m -.5 .27523 L -s -.32583 .35751 m -.37205 .39097 L -s -.44591 .6707 m -.28463 .53964 L -s -.44591 .6707 m -.36151 .669 L -s -.44591 .6707 m -.5 .75807 L -s -.44591 .6707 m -.56558 .68627 L -s -.32583 .35751 m -.28463 .53964 L -s -.36151 .669 m -.28463 .53964 L -s -.0035 w -[ ] 0 setdash -.28173 .47266 m -.28463 .53964 L -s -.31287 .60622 m -.28463 .53964 L -s -.0025 w -[ .01 .012 ] 0 setdash -.69877 .5249 m -.66153 .40832 L -s -.5 .27523 m -.66153 .40832 L -s -.75109 .45378 m -.66153 .40832 L -s -.63975 .32946 m -.66153 .40832 L -s -.63975 .32946 m -.5 .27523 L -s -.32583 .35751 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.56363 .2992 m -.5 .27523 L -s -.42732 .29358 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.56558 .68627 m -.5 .75807 L -s -.56558 .68627 m -.67262 .64122 L -s -.75109 .45378 m -.69877 .5249 L -s -.67262 .64122 m -.69877 .5249 L -s -.0035 w -[ ] 0 setdash -.36151 .669 m -.31287 .60622 L -s -.5 .75807 m -.36151 .669 L -s -.67262 .64122 m -.75109 .45378 L -s -.67262 .64122 m -.65243 .6299 L -s -.67262 .64122 m -.5 .75807 L -s -.28173 .47266 m -.32583 .35751 L -s -.42732 .29358 m -.32583 .35751 L -s -.36409 .39816 m -.32583 .35751 L -s -.63975 .32946 m -.75109 .45378 L -s -.56363 .2992 m -.63975 .32946 L -s -.36409 .39816 m -.28173 .47266 L -s -.31287 .60622 m -.28173 .47266 L -s -.42732 .29358 m -.56363 .2992 L -s -.36409 .39816 m -.42732 .29358 L -s -.5 .75807 m -.42038 .60681 L -s -.5 .75807 m -.56879 .56558 L -s -.5 .75807 m -.31287 .60622 L -s -.5 .75807 m -.65243 .6299 L -s -.31287 .60622 m -.36409 .39816 L -s -.31287 .60622 m -.42038 .60681 L -s -.56363 .2992 m -.75109 .45378 L -s -.58146 .41029 m -.75109 .45378 L -s -.56879 .56558 m -.75109 .45378 L -s -.65243 .6299 m -.75109 .45378 L -s -.58146 .41029 m -.56363 .2992 L -s -.36409 .39816 m -.56363 .2992 L -s -.65243 .6299 m -.56879 .56558 L -s -.42038 .60681 m -.36409 .39816 L -s -.56879 .56558 m -.42038 .60681 L -s -.36409 .39816 m -.58146 .41029 L -s -.56879 .56558 m -.58146 .41029 L -s -.56879 .56558 m -.36409 .39816 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`8000004@3oool00`000000oooo0?ooo`060?oo -o`030000003oool0oooo00P0oooo00<000000?ooo`3oool0I03oool006D0oooo0P00000:0?ooo`03 -0000003oool0oooo00H0oooo00?o00000?ooo`3oool03@3oool2000001<0oooo0P0000080?ooo`80 -0000203oool00`000000oooo0?ooo`1T0?ooo`00I03oool010000000oooo0?ooo`3oool2000000L0 -oooo00<000000?ooo`3oool0503oool2000000T0oooo00?o00000?ooo`3oool02P3oool2000000T0 -oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`1S0?ooo`00HP3oool200000080oooo -0P0000080?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool02`3oool2000000/0oooo -00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo00D0oooo -0P00001T0?ooo`00H@3oool3000000`0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?oo -o`0:0?ooo`80000000<0ooooo`00003oool02`3oool00ol00000oooo0?ooo`090?ooo`030000003o -ool0oooo00X0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`1Q0?ooo`00G`3oool3 -000000d0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`090?ooo`8000000P3oool0 -0ol00000oooo0?ooo`0;0?ooo`03o`00003oool0oooo00T0oooo00@000000?ooo`3oool0oooo0P00 -00080?ooo`8000001`3oool00`000000oooo0?ooo`1P0?ooo`00G@3oool2000000l0oooo00<00000 -0?ooo`3oool03`3oool2000001h0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`07 -0?ooo`030000003oool0oooo0080oooo00@000000?ooo`3oool00000H@3oool005`0oooo0`00000? -0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool0203oool200000200oooo00<00000 -0?ooo`3oool03P3oool01@000000oooo0?ooo`3oool0000000<0oooo00<000000?ooo`3oool0GP3o -ool005/0oooo0P00000@0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool01`3oool2 -000001P0oooo00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`050?ooo`030000003oool0 -oooo00H0oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003oool0oooo05d0oooo001K -0?ooo`800000403oool01@000000oooo0?ooo`3ooooo000000P0oooo0P0000090?ooo`03o`00003o -ool0oooo00h0oooo00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`060?ooo`030000003o -ool0oooo00H0oooo0P0000000`3oool000000?ooo`030?ooo`030000003oool0oooo05`0oooo001J -0?ooo`040000003oool0oooo000000h0oooo00<000000?ooo`3oool02@3oool2000000/0oooo00?o -00000?ooo`3oool03`3oool00ol00000oooo0?ooo`070?ooo`030000003oool0oooo00L0oooo00<0 -00000?ooo`3oool01`3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo05/0oooo001J -0?ooo`050000003oool0oooo0?ooo`000000303oool01@000000oooo0?ooo`3ooooo000000H0oooo -0P00000<0?ooo`03o`00003oool0oooo01X0oooo00<000000?ooo`3oool04P3oool00`000000oooo -0?ooo`040?ooo`030000003oool0oooo05X0oooo001J0?ooo`030000003oool0oooo0080oooo00<0 -0000o`000?l000002@3oool010000000oooo0?ooool000040?ooo`<00000:`3oool00`000000oooo -0?ooo`090?ooo`800000203oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo05T0oooo -001I0?ooo`030000003oool0oooo00@0oooo00<000000?ooool000001`3oool010000000oooo0?oo -ool000030?ooo`8000009@3oool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo00/0oooo -00<000000?ooo`3oool01@3oool3000000@0oooo00<000000?ooo`3oool0F@3oool005T0oooo00<0 -0000o`00003oool01@3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00<0oooo0P00 -000W0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool0303oool00`000000oooo0?oo -o`040?ooo`040000003oool0oooo000000@0oooo00<000000?ooo`3oool0F03oool005T0oooo00<0 -0000o`00003oool01P3oool010000000oooo0?ooool000030?ooo`0400000?l00000oooo0?ooo`80 -0000503oool00ol00000oooo0?ooo`0C0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3o -ool04P3oool01@000000oooo0?ooo`3oool0000000@0oooo00<000000?ooo`3oool0E`3oool005P0 -oooo00<00000o`00003oool0203oool020000000oooo0?ooool00000oooo00000?l00000oooo0P00 -000F0?ooo`03o`00003oool0oooo01<0oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?oo -o`0=0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?oo -o`1F0?ooo`00F03oool00`00003o00000?ooo`090?ooo`040000003oool0ooooo`0000<00000603o -ool00ol00000oooo0?ooo`0L0?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3oool01`3o -ool00`000000oooo0?ooo`020?ooo`030000003oool0oooo05D0oooo001G0?ooo`030000003oool0 -oooo00/0oooo00D000000?ooo`0000000000o`00000h0?ooo`030000003oool0oooo00l0oooo00D0 -00000?ooo`3oool0oooo000000050?ooo`8000000`3oool00`000000oooo0?ooo`1D0?ooo`00E`3o -ool00`000000oooo0?ooo`0;0?ooo`X00000:`3oool00ol00000oooo0?ooo`050?ooo`030000003o -ool0oooo01<0oooo00<000000?ooo`3oool01@3oool01@000000oooo0?ooo`3oool0000005D0oooo -001G0?ooo`0300000?l00000oooo00X0oooo00D000000?ooo`00003o0000000000060?ooo`l00000 -703oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo0180oooo00<000000?ooo`000000 -1`3oool01@000000oooo0?ooo`3oool0000005@0oooo001F0?ooo`030000003ooooo000000X0oooo -00@000000?ooo`3oool000000P3oool01@000000oooo0?ooo`3ooooo00000100oooo3`00000>0?oo -o`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool04P3oool2000000P0oooo00D000000?oo -o`3oool0oooo0000001C0?ooo`00EP3oool00`000000ooooo`0000090?ooo`060000003oool0oooo -0000003oool000000P3oool01@000000oooo0?ooo`3ooooo000001<0oooo00?o00000?ooo`3oool0 -203oool?00000003o`00003oool0oooo00@0oooo00<000000?ooo`3oool04P3oool00ol000000000 -0?ooo`080?ooo`8000000P3oool00`000000oooo0?ooo`1@0?ooo`00EP3oool00`000000ooooo`00 -00080?ooo`070000003oool0oooo0?ooo`000000oooo000000030?ooo`050000003oool0oooo0?oo -ool000004@3oool00ol00000oooo0?ooo`0H0?ooo`X000001P3oool2o`000080oooo1?l000030?oo -o`03o`00003ooooo0000008000002@3oool010000000oooo0?ooo`00001A0?ooo`00E@3oool00`00 -0000oooo0?ooo`080?ooo`080000003oool0oooo0?ooool0000000000?ooo`0000040?ooo`800000 -=@3oool00`00003o0000o`000004000000;o0000303oool01Ol00000oooo0000003oool0000000T0 -oooo00<000000?ooo`000000D@3oool005D0oooo00<000000?ooo`3oool01`3oool02@000000oooo -0?ooo`3ooooo00000?ooo`000000oooo000000060?ooo`050000003oool0oooo0?ooool00000:@3o -ool6o`0000030?ooo`000000oooo00D0oooo1000000:0?ooo`03o`00003oool0000000@0oooo0P00 -00060?ooo`030000003oool000000500oooo001D0?ooo`040000003oool0ooooo`0000H0oooo00<0 -00000?ooo`3oool00`3oool01@000000oooo0?ooo`3oool0000000H0oooo00D000000?ooo`3oool0 -ooooo`00000<0?ooo`03o`00003oool0oooo01L0oooo0_l000000`3ooooo00000?ooo`040?ooo`03 -0000003oool0oooo00P0oooo100000080?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3o -ool0103oool3000004l0oooo001D0?ooo`040000003oool0ooooo`0000D0oooo00<000000?ooo`3o -ool0103oool01@000000oooo0?ooo`3oool0000000L0oooo00D000000?ooo`3oool0ooooo`00000; -0?ooo`03o`00003oool0oooo01<0oooo0_l000060?ooo`03o`00003oool0oooo0080oooo00<00000 -0?ooo`3oool0303oool4000000`0oooo00<000000?ooo`3oool01@3oool2000004h0oooo001D0?oo -o`030000003ooooo000000D0oooo00<000000?ooo`3oool00`3oool00ol00000oooo000000030?oo -o`030000003oool0oooo00H0oooo0P00000<0?ooo`03o`00003oool0oooo0180oooo0_l000080?oo -o`03o`00003oool0oooo0080oooo00<000000?ooo`3oool0403oool4000000/0oooo0P0000040?oo -o`800000C@3oool005<0oooo00@000000?ooo`3ooooo00000`3oool2000000D0oooo00Co00000?oo -o`3oool00000103oool00`000000oooo0?ooo`070?ooo`050000003oool0oooo0?ooool000001`3o -ool00ol00000oooo0?ooo`0=0?ooo`?o0000403oool00`000000oooo0?ooo`0B0?ooo`03o`00003o -ool0oooo00@000002@3oool00`000000oooo0?ooo`020?ooo`800000C03oool005<0oooo00<00000 -0?ooo`3oool00`3oool00`000000oooo0?ooo`040?ooo`04o`00003oool0oooo000000D0oooo00<0 -00000?ooo`3oool0203oool01@000000oooo0?ooo`3ooooo00000140oooo0_l0000F0?ooo`030000 -003oool0oooo0140oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`04000000/0oooo -0P00001;0?ooo`00D`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00P0oooo00<0 -00000?ooo`3oool00`3oool00`000000oooo0?ooo`090?ooo`050000003oool0oooo0?ooool00000 -3`3oool00ol00000oooo0?ooo`0C0?ooo`04o`00003oool0oooo000001<0oooo00?o00000?ooo`3o -ool00`3oool00`000000oooo0?ooo`030?ooo`@00000103oool3000000030?ooo`000000000004X0 -oooo001B0?ooo`060000003oool0oooo0?ooool0000000002`3oool00`000000oooo0?ooo`030?oo -o`030000003oool0oooo00X0oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`030?oo -o`;o00006@3oool01?l00000oooo0?ooo`00000S0?ooo`@000000`3oool010000000oooo0?ooo`00 -00190?ooo`00DP3oool01@000000oooo0?ooo`3oool0000000P0oooo00Go00000?ooo`3oool0oooo -000000060?ooo`030000003oool0oooo00X0oooo0P0000020?ooo`Co0000103oool00ol00000oooo -0?ooo`0I0?ooo`04o`00003oool0oooo000002L0oooo100000030?ooo`030000003oool0oooo04H0 -oooo001A0?ooo`050000003oool0oooo0?ooo`0000002@3oool01?l00000oooo0?ooo`0000070?oo -o`030000003oool0oooo00`0oooo00<000000?ooo`3oool00P3oool2o`0001l0oooo00Co00000?oo -o`3oool000004P3oool00ol00000oooo0?ooo`0F0?ooo`D00000A`3oool00540oooo00D000000?oo -o`3oool00000o`0000080?ooo`05o`00003oool0oooo0?ooo`0000001`3oool00`000000oooo0?oo -o`0=0?ooo`030000003oool0oooo00?o00008P3oool00`000000oooo0?ooo`0@0?ooo`03o`00003o -ool0oooo00D0oooo00<000000?ooo`3oool04P3oool2000004H0oooo001A0?ooo`030000003oool0 -000000T0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`050?ooo`030000003oool0 -oooo00h0oooo00<00000o`000?l000000P3oool00ol00000oooo0?ooo`0O0?ooo`030000003oool0 -oooo00l0oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`0@0?ooo`@00000AP3oool0 -0500oooo00<000000?ooo`0000003`3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo -00X0oooo00Ko00000?ooo`3oool0oooo00000?l0000R0?ooo`03o`00003oool0000001/0oooo00<0 -00000?ooo`3oool03P3oool010000000oooo0000000000170?ooo`00D03oool200000080oooo00?o -00000?ooo`3oool02P3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo00T0oooo00?o -00000?ooo`3oool00`3oool2000000<0oooo0_l0000L0?ooo`03o`00003oool0000002X0oooo0P00 -00030?ooo`030000003oool0oooo04D0oooo001@0?ooo`050000003oool0oooo0?ooool000001P3o -ool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0203o -ool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool06P3o -ool00ol0000000000?ooo`0W0?ooo`800000103oool2000004L0oooo001?0?ooo`030000003oool0 -oooo0080oooo00?o00000?ooo`3oool0103oool00ol00000oooo0?ooo`030?ooo`030000003oool0 -oooo00P0oooo00<000000?ooo`3oool00`3oool2o`0000`0oooo00<000000?ooo`3oool00P3oool0 -0ol00000oooo0?ooo`0I0?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3oool0503oool0 -0`000000oooo0?ooo`020?ooo`<00000B03oool004l0oooo00<000000?ooo`3oool00P3oool00ol0 -0000oooo0?ooo`030?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0203oool00`00 -0000oooo0?ooo`020?ooo`03o`00003oool0oooo00T0oooo00Go00000?ooo`3oool0oooo0000000O -0?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`06 -0?ooo`800000103oool010000000oooo0000000000180?ooo`00C`3oool00`000000oooo0?ooo`0> -0?ooo`030000003oool0oooo00T0oooo00D000000?ooo`3oool0ooooo`00000<0?ooo`03o`00003o -ool0oooo0080oooo0P0000030?ooo`03o`00003oool0oooo01L0oooo00<000000?ooo`3oool03P3o -ool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00@0oooo0P0000050?ooo`040000003o -ool00000000004T0oooo001?0?ooo`8000003`3oool00`000000oooo0?ooo`090?ooo`0300000?l0 -0000oooo00h0oooo00?o00000?ooo`3oool0103oool01@000000oooo0?ooo`3ooooo000001P0oooo -00<00000o`00003oool0703oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00L0oooo -0P0000190?ooo`00C`3oool200000080oooo00?o00000?ooo`3oool00P3oool00ol00000oooo0?oo -o`050?ooo`030000003oool0oooo00T0oooo00?o00000000003oool05P3oool01@000000oooo0?oo -o`3ooooo000001L0oooo00<00000o`00003oool07`3oool2000000T0oooo0P00001:0?ooo`00C`3o -ool200000080oooo00?o00000?ooo`3oool00P3oool00ol00000oooo0?ooo`050?ooo`030000003o -ool0oooo00P0oooo00?o00000?ooo`000000603oool00`000000oooo0?ooo`0H0?ooo`0300000?l0 -0000oooo00d0oooo00?o00000?ooo`3oool03@3oool2000000P0oooo00<000000?ooo`3oool00P00 -001:0?ooo`00C`3oool2000000030?ooool00000oooo00<0oooo00?o00000?ooo`3oool01@3oool0 -0`000000oooo0?ooo`050?ooo`;o0000103oool00`000000oooo0?ooo`0G0?ooo`030000003oool0 -oooo0080oooo00?o00000?ooo`3oool04P3oool00`00003o00000?ooo`0=0?ooo`03o`00003oool0 -oooo00`0oooo0P0000090?ooo`050000003oool000000?ooo`000000BP3oool004l0oooo0P000000 -0`3ooooo00000?ooo`0;0?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool0103oool0 -0`000000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00P0oooo0P0000030?ooo`03o`00003oool0 -oooo0140oooo00<000000?ooo`3oool0303oool00ol00000oooo0?ooo`0;0?ooo`80000000<0oooo -0000003oool01`3oool01@000000oooo0000003oool0000004/0oooo001?0?ooo`030000003oool0 -000000d0oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`060?ooo`030000003oool0 -oooo00`0oooo00?o00000?ooo`3oool02P3oool01@000000oooo0?ooo`3ooooo00000180oooo00<0 -00000?ooo`3oool0303oool00ol00000oooo0?ooo`090?ooo`800000103oool00`000000oooo0?oo -o`070?ooo`030000003oool0000004/0oooo001?0?ooo`030000003oool0000000<0oooo00?o0000 -0?ooo`3oool01P3oool00`000000oooo0?ooo`02o`0000/0oooo00<000000?ooo`3oool02`3oool0 -0ol00000oooo0?ooo`0<0?ooo`030000003oool0oooo01<0oooo00<000000?ooool000005`3oool0 -0`000000oooo0?ooo`040?ooo`030000003oool0oooo00H0oooo00<000000?ooo`000000C03oool0 -04l0oooo00<000000?ooo`0000000`3oool00ol00000oooo0?ooo`060?ooo`030000003ooooo0000 -00d0oooo00<000000?ooo`3oool02`3oool00ol00000oooo0?ooo`0=0?ooo`030000003oool0oooo -0080oooo00?o00000?ooo`3oool03@3oool00`000000ooooo`00000E0?ooo`8000003@3oool01P00 -0000oooo0?ooo`000000oooo000004`0oooo001?0?ooo`030000003oool000000080oooo00?o0000 -0?ooo`3oool01`3oool00`000000oooo0?ooo`0>0?ooo`030000003oool0oooo01/0oooo00<00000 -0?ooo`3oool00P3oool00ol00000oooo0?ooo`0;0?ooo`050000003oool0oooo0?ooool000002P3o -ool00ol00000oooo0?ooo`050?ooo`8000003P3oool010000000oooo0?ooo`0000020?ooo`030000 -003oool0oooo04X0oooo001?0?ooo`030000003oool000000080oooo00?o00000?ooo`3oool01@3o -ool2o`0000030000003oool0oooo00h0oooo00<000000?ooo`3oool0703oool2000000<0oooo00?o -00000?ooo`3oool02P3oool01@000000oooo0?ooo`3ooooo000000X0oooo00?o00000?ooo`3oool0 -103oool00`000000oooo0?ooo`0:0?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`00 -0000C@3oool004l0oooo00@000000?ooool0000000001`3oool2o`0000030?ooo`000000oooo0100 -oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`0A0?ooo`030000003oool0oooo00d0 -oooo00<000000?ooo`3oool02`3oool00ol00000oooo0?ooo`030?ooo`8000003@3oool00`000000 -oooo0?ooo`030?ooo`040000003oool0oooo000004d0oooo001?0?ooo`040000003oool0oooo0000 -00X0oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`0:0?ooo`03o`00003oool0oooo -0180oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`070?ooo`030000003oool0oooo -00/0oooo00Co00000?ooo`3oool0oooo0P00000@0?ooo`050000003oool0oooo0?ooo`0000000P3o -ool00`000000oooo0?ooo`1<0?ooo`00C`3oool010000000oooo0?ooo`0000030?ooo`;o00001@3o -ool00`000000oooo0?ooo`0@0?ooo`030000003oool0oooo00T0oooo00?o00000?ooo`3oool04`3o -ool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool00P3o -ool00ol00000oooo0?ooo`090?ooo`030000003oool0oooo00l0oooo00?o00000000003oool00P3o -ool010000000oooo0?ooo`00001>0?ooo`00C`3oool01000003o00000?ooo`0000020?ooo`03o`00 -003oool0oooo00D0oooo00<000000?ooo`3oool0403oool00`000000oooo0?ooo`090?ooo`03o`00 -003oool0oooo01@0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`050?ooo`030000 -003oool0oooo0080oooo00?o00000?ooo`3oool01`3oool200000100oooo0_l000001@3oool00000 -0?ooo`3oool000000080oooo00<000000?ooo`3oool0C@3oool004l0oooo00@00000o`000?l00000 -00002@3oool00`000000oooo0?ooo`0A0?ooo`030000003oool0oooo0240oooo0P00000:0?ooo`03 -0000003oool0oooo0080oooo00?o00000?ooo`3oool0103oool00ol0000000000000000D0?ooo`05 -0000003oool0oooo0?ooo`0000000P3oool00`000000oooo0?ooo`1=0?ooo`00C`3oool01@000000 -ooooo`000?l00000000000P0oooo00<000000?ooo`3oool04@3oool00`000000oooo0?ooo`0S0?oo -o`040000003oool0oooo0?ooo`;o0000103oool00`000000oooo0?ooo`020?ooo`03o`00003oool0 -oooo00@0oooo00<000000?ooo`3oool03P3oool2o`0000@0oooo00@000000?ooo`3oool000000`3o -ool00`000000oooo0?ooo`1=0?ooo`00C`3oool01@00003o0000o`00003oool0000000P0oooo00<0 -00000?ooo`3oool04P3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo01T0oooo00<0 -00000?ooo`3oool00P3oool01Ol00000oooo0?ooo`3oool0000000T0oooo0P00000@0?ooo`03o`00 -003oool0oooo00L0oooo00@000000?ooo`3oool00000D03oool004l0oooo00D000000?ooool0003o -0000000000020?ooo`;o0000103oool00`000000oooo0?ooo`0B0?ooo`030000003oool0oooo00L0 -oooo00?o00000?ooo`3oool06P3oool00`000000oooo0?ooo`020?ooo`04o`00003oool0oooo0000 -00L0oooo0P0000000`3ooooo00000?ooo`0H0?ooo`050000003oool0oooo0?ooo`000000D03oool0 -0500oooo00@00000o`000?l000000000103oool01?l00000oooo0?ooo`000002o`0001<0oooo00<0 -00000?ooo`3oool01`3oool00ol00000oooo0?ooo`0K0?ooo`8000001@3oool00`000000oooo0?oo -o`030?ooo`03o`0000000000oooo00l0oooo0_l000090?ooo`8000000`3oool00`000000oooo0?oo -o`1?0?ooo`00D03oool01@00003o00000?ooo`3oool0000000H0oooo00@000000?ooo`3ooooo0000 -4`3oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo01d0oooo00D000000?ooo`3oool0 -oooo000000050?ooo`8000003`3oool2o`0000/0oooo0P0000030?ooo`030000003oool0oooo04l0 -oooo001@0?ooo`050000003ooooo00000?ooo`0000001P3oool00`000000oooo0?ooo`040?ooo`?o -00003@3oool00`000000oooo0?ooo`0W0?ooo`050000003oool0oooo00000?l000000P3oool20000 -0080oooo00Co00000?ooo`3ooooo0000203oool00ol00000oooo0?ooo`0<0?ooo`800000103oool0 -0`000000oooo0?ooo`1?0?ooo`00D@3oool01@00003o00000?ooo`00003o000000D0oooo00<00000 -0?ooo`3oool02P3oool4o`0000H0oooo00<000000?ooo`3oool0:03oool01P000000oooo0000003o -oooo0000000000@0oooo00Co00000?ooo`3ooooo00001`3oool00ol00000oooo0?ooo`0=0?ooo`80 -00000`3oool00`000000oooo0?ooo`1@0?ooo`00D@3oool01P000000oooo0?ooo`000000ooooo`00 -00<0oooo00<000000?ooo`3oool04@3oool4o`0000030000003oool0oooo00H0oooo00?o00000?oo -o`3oool0803oool4000000L0oooo00?o00000?ooo`3oool01@3oool00ol00000oooo0?ooo`0>0?oo -o`030000003oool0oooo0080oooo00<000000?ooo`3oool0D03oool00580oooo00<000000?ooo`00 -00001@3oool00`000000oooo0?ooo`0F0?ooo`0300000?l0003o000000;o00000`3oool00ol00000 -oooo0?ooo`0O0?ooo`@000000`3oool00ol00000oooo0?ooo`060?ooo`;o00004`3oool01@000000 -oooo0?ooo`3oool0000005<0oooo001B0?ooo`040000003ooooo0000000000<0oooo00?o00000000 -003oool05`3oool00`000000oooo0?ooo`040?ooo`Co00000`3oool4o`0001D0oooo0`0000020?oo -o`030000003oool0000000<0oooo00?o00000?ooool000000`3oool2o`0001@0oooo00<000000?oo -o`3oool00P3oool00`000000oooo0?ooo`1A0?ooo`00D`3oool00`00003o0000000000040?ooo`03 -0000003oool0oooo01H0oooo00<000000?ooo`3oool04@3oool4o`000080oooo1?l000020?ooo`?o -000010000002o`000080oooo00D000000?ooo`3oool0oooo000000030?ooo`;o0000603oool20000 -00@0oooo00<000000?ooo`3oool0D@3oool005<0oooo00<000000?ooo`0000000`3oool00`000000 -ooooo`00000G0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool05@3oool3000000H0 -oooo00Co00000?ooo`000000oooo0ol00002000000040?ooool0003o0000o`0001L0oooo0P000003 -0?ooo`030000003oool0oooo0580oooo001C0?ooo`030000003oool0000000<0oooo00<000000?oo -o`3oool0603oool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo0180oooo0`00000;0?oo -o`030000003oool0oooo00@0oooo00<000000?ooool000000_l0000E0?ooo`030000003oool00000 -00<0oooo00<000000?ooo`3oool0DP3oool005@0oooo0P0000030?ooo`030000003oool0oooo0080 -oooo00?o00000?ooo`3oool04`3oool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo00h0 -oooo1000000=0?ooo`030000003oool0oooo00H0oooo00D00000o`00003oool0ooooo`00000D0?oo -o`030000003oool0oooo0080oooo00<000000?ooo`3oool0D`3oool005@0oooo00H000000?ooo`00 -003o00000?ooo`0000050?ooo`03o`00003oool0oooo0180oooo00<000000?ooo`3oool04P3oool3 -00000140oooo00<000000?ooo`3oool00`3oool2o`000080oooo0P00000E0?ooo`030000003oool0 -oooo00<0oooo00<000000?ooo`3oool0D`3oool005D0oooo0P0000000ol0000000000?ooo`060?oo -o`03o`00003oool0oooo0180oooo00<000000?ooo`3oool03@3oool4000001@0oooo00@000000?oo -o`3oool0oooo0_l000060?ooo`050000003oool0oooo0?ooool00000403oool00`000000oooo0000 -00020?ooo`030000003oool0oooo05@0oooo001E0?ooo`80000000<0oooo0000003oool06`3oool0 -0`000000oooo0?ooo`0:0?ooo`<000005`3oool00`000000oooo0?ooo`070?ooo`05o`00003oool0 -oooo0?ooo`0000000`3oool00ol00000oooo0?ooo`0<0?ooo`040000003oool0oooo00000080oooo -00<000000?ooo`3oool0E03oool005H0oooo00<000000?ooo`0000002P3oool00ol00000oooo0?oo -o`0?0?ooo`030000003oool0oooo00<0oooo00Co00000?ooo`3oool0oooo0`00000J0?ooo`040000 -003ooooo0000o`0000H0oooo00?o00000?ooo`3oool00P3oool200000080oooo00?o00000?ooo`3o -ool02P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo05@0oooo001F0?ooo`03 -0000003oool0000000/0oooo00?o00000?ooo`3oool03P3oool00`000000oooo0?ooo`030?ooo`@0 -00007@3oool00`00003o00000?ooo`070?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3o -ool0303oool010000000oooo0?ooo`0000020?ooo`030000003oool0oooo05D0oooo001F0?ooo`80 -00000P3oool00ol00000oooo0?ooo`080?ooo`03o`00003oool0oooo00h0oooo00<000000?ooo`00 -00000P0000000ol00000oooo0?ooo`0M0?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3o -ool01@3oool010000000oooo0?ooool000090?ooo`030000003oool0oooo00@0oooo00<000000?oo -o`3oool0E@3oool005L0oooo8@0000030?ooo`03o`00003oool0oooo01/0oooo00?o00000?ooo`00 -00004`3oool2000000030?ooool00000oooo00L0oooo00<000000?ooo`3oool00`3oool00`000000 -oooo0?ooo`1F0?ooo`00E`3oool01@000000oooo0000003ooooo000000/0oooo0ol0000<0?ooo`03 -0000003oool0oooo01l0oooo00Co00000?ooo`3oool000005@3oool00`000000ooooo`0000060?oo -o`050000003oool0oooo0?ooo`0000000P3oool00`000000oooo0?ooo`1F0?ooo`00F03oool01@00 -0000oooo0000003ooooo000000d0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`0M -0?ooo`04o`00003oool0oooo000000X0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?oo -o`050?ooo`050000003oool0oooo0?ooo`0000000P3oool00`000000oooo0?ooo`1F0?ooo`00F@3o -ool00`000000oooo0000000K0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool05@3o -ool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool02`3o -ool2000000@0oooo00<000000?ooo`3oool00P3oool00`000000oooo0000001I0?ooo`00FP3oool0 -10000000oooo00000000000J0?ooo`050000003oool0oooo0?ooool000005P3oool00ol00000oooo -0?ooo`040?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool03P3oool01000003o0000 -0?ooo`0000050?ooo`030000003oool0000005T0oooo001K0?ooo`040000003ooooo0000000000d0 -oooo0_l0000:0?ooo`050000003oool0oooo0?ooool000005@3oool00ol00000oooo0?ooo`040?oo -o`030000003oool0oooo00P0oooo00?o00000?ooo`3oool03`3oool00`00003o0000000000060?oo -o`030000003oool0oooo05P0oooo001L0?ooo`040000003ooooo0000000000h0oooo00?o00000?oo -o`3oool0203oool010000000oooo0?ooool0000L0?ooo`030000003oool0oooo01X0oooo0`000006 -0?ooo`030000003oool0oooo05P0oooo001L0?ooo`050000003oool0ooooo`0000000000603oool0 -0`000000oooo0?ooo`0B0?ooo`;o00002@3oool00`000000oooo0?ooo`0I0?ooo`050000003oool0 -oooo0?ooo`0000000`3oool2000005/0oooo001M0?ooo`050000003oool0oooo0?ooo`0000003`3o -ool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo00l0oooo0_l0000:0?ooo`030000003o -ool0oooo00P0oooo00?o00000?ooo`3oool03P3oool00`000000oooo0?ooo`030?ooo`80000000<0 -oooo000000000000F`3oool005h0oooo00@000000?ooo`3oool0oooo0P00000>0?ooo`03o`00003o -ool0oooo00D0oooo00<000000?ooool000006`3oool00`000000oooo0?ooo`080?ooo`03o`00003o -ool0oooo00d0oooo00<000000?ooo`3oool01P3oool3000005/0oooo001O0?ooo`0300000?l00000 -oooo0080oooo00<000000?ooo`3oool0303oool00ol00000oooo0?ooo`050?ooo`0300000?l00000 -oooo00/0oooo0_l0000=0?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool03@3oool0 -0`000000oooo0?ooo`060?ooo`<00000G03oool00600oooo00<00000o`00003oool00P3oool00`00 -0000oooo0?ooo`0C0?ooo`0300000?l00000oooo00T0oooo0_l0000>0?ooo`030000003oool0oooo -00P0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo -05`0oooo001P0?ooo`030000003ooooo000000<0oooo00<000000?ooo`3oool03@3oool00ol00000 -oooo0?ooo`030?ooo`030000003oool0oooo01P0oooo00<000000?ooo`3oool05@3oool2000000H0 -oooo1000001O0?ooo`00H@3oool00`000000oooo0?ooo`030?ooo`8000003P3oool00ol00000oooo -0?ooo`020?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool0403oool00`000000oooo -0?ooo`0D0?ooo`030000003oool0oooo00@0oooo0P0000000`3oool000000?ooo`1P0?ooo`00HP3o -ool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00`0oooo00?o00000?ooo`3oool00P3o -ool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo0100oooo00<000000?ooo`3oool0203o -ool00ol00000oooo0?ooo`090?ooo`040000003oool0oooo0?ooo`8000000`3oool200000680oooo -001S0?ooo`0300000?l00000oooo00@0oooo00<000000?ooo`3oool0403oool00`000000oooo0?oo -o`020?ooo`03o`00003oool0oooo0140oooo00<000000?ooo`3oool0203oool00ol00000oooo0?oo -o`080?ooo`030000003oool0oooo00800000103oool00`000000oooo0?ooo`1R0?ooo`00I03oool0 -0`000000oooo0?ooo`040?ooo`030000003oool0oooo00d0oooo00Co00000?ooool0000000005P3o -ool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00P0oooo0P0000060?ooo`800000I@3o -ool006D0oooo0P0000050?ooo`8000003P3oool2o`00000300000?l00000oooo01@0oooo00<00000 -0?ooo`3oool04P3oool2000000H0oooo00<000000?ooo`3oool0I@3oool006L0oooo00@00000o`00 -0?l0003o00000`3oool00`00003o0000o`0000030?ooo`Co00000P3oool5o`00000300000?l00000 -oooo01<0oooo00<000000?ooo`3oool0403oool3000000D0oooo0P00001X0?ooo`00J03oool20000 -00D0oooo00<000000?ooo`3oool02`3oool00ol00000oooo000000030?ooo`Co00003@3oool00`00 -0000oooo0?ooo`0?0?ooo`8000001`3oool00`000000oooo0?ooo`1X0?ooo`00JP3oool00`000000 -oooo0?ooo`030?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`000000203oool4o`000080 -oooo0ol000020?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool00P3oool3000000H0 -oooo0P00001[0?ooo`00J`3oool2000000@0oooo0P00000=0?ooo`030000003oool0oooo00l0oooo -00?o00000?ooo`0000000ol000070?ooo`03o`0000000000000000<0oooo00<000000?ooo`3oool0 -103oool00`000000oooo0?ooo`1[0?ooo`00K@3oool00`000000oooo0?ooo`030?ooo`030000003o -ool0oooo00/0oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`020?ooo`03o`00003o -ool0oooo00?o00000P0000040?ooo`030000003oool0oooo00<0oooo0P00001^0?ooo`00KP3oool2 -000000@0oooo00<000000?ooo`3oool02@3oool00ol00000oooo0000000@0?ooo`030000003oool0 -oooo00L0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`030?ooo`030000003oool0 -oooo06h0oooo001`0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0203oool00ol0 -0000oooo0000000@0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool00P3oool20000 -00@0oooo0P00001a0?ooo`00L@3oool2000000<0oooo00<000000?ooo`3oool0203oool00ol00000 -oooo0000000>0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool00`3oool00`000000 -oooo0?ooo`1a0?ooo`00L`3oool010000000oooo0?ooo`3oool2000000P0oooo00?o00000?ooo`00 -00003P3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo0080oooo0P00001d0?ooo`00 -M03oool2000000<0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`0;0?ooo`030000 -003oool0oooo00D0oooo00D000000?ooo`3oool0oooo000000040?ooo`030000003oool0oooo07@0 -oooo001f0?ooo`050000003oool0oooo0?ooo`0000002@3oool00`000000oooo0?ooo`0:0?ooo`03 -0000003oool0oooo00D0oooo00D000000?ooo`3oool0oooo000000040?ooo`030000003oool0oooo -07D0oooo001g0?ooo`8000000P3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0000000/0 -oooo00<000000?ooo`3oool0103oool01@000000oooo0?ooo`3oool0000000<0oooo0P00001h0?oo -o`00N@3oool00`000000oooo0?ooo`02000000H0oooo00?o00000000003oool02P3oool00`000000 -oooo0?ooo`070?ooo`050000003oool0oooo0?ooo`000000NP3oool007X0oooo0P0000020?ooo`03 -0000003oool0oooo00@0oooo00?o00000000003oool0203oool00`000000oooo0?ooo`060?ooo`80 -00000P3oool2000007/0oooo001l0?ooo`040000003oool0oooo000000H0oooo00<000000?ooo`3o -ool01`3oool00`000000oooo0?ooo`030?ooo`030000003oool0000000<0oooo00<000000?ooo`3o -ool0N`3oool007d0oooo0P0000000`3oool000000?ooo`050?ooo`030000003oool0oooo00H0oooo -00<000000?ooo`3oool00P3oool00`000000oooo000000020?ooo`800000OP3oool007l0oooo00@0 -00000?ooo`0000000000103oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo0080oooo -00<000000?ooo`0000000P3oool00`000000oooo0?ooo`1n0?ooo`00P03oool2000000030?ooo`00 -0000oooo0080oooo00?o00000000003oool01@3oool00`000000oooo0?ooo`030?ooo`040000003o -ool0000000000840oooo00220?ooo`030000003oool0000000<0oooo00<000000?ooo`3oool0103o -ool020000000oooo0?ooo`000000oooo0000003oool00000P`3oool008<0oooo0`0000030?ooo`03 -0000003oool0oooo0080oooo00<000000?ooo`3oool01@0000240?ooo`00Q@3oool200000080oooo -00<000000?ooo`3oool00P3oool01P000000oooo000000000000oooo000008H0oooo00260?ooo`<0 -000000<0oooo0000003oool00P3oool00`000000oooo00000002000008L0oooo00280?ooo`<00000 -0P3oool010000000oooo0000000000290?ooo`00R@3oool3000000040?ooo`0000000000000008X0 -oooo002;0?ooo`030000003oool0000008`0oooo002<0?ooo`030000003oool0oooo08/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o -0?oooa/0oooo003o0?oooa/0oooo0000\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.47621 .45416 m -.63473 .56796 L -s -.47621 .45416 m -.47119 .57044 L -s -.58185 .41311 m -.47621 .45416 L -s -.31094 .5517 m -.47621 .45416 L -s -.5 .27523 m -.47621 .45416 L -s -.38662 .40027 m -.47621 .45416 L -s -.47119 .57044 m -.63473 .56796 L -s -.31094 .5517 m -.47119 .57044 L -s -.4747 .67248 m -.47119 .57044 L -s -.58185 .41311 m -.63473 .56796 L -s -.67184 .39558 m -.63473 .56796 L -s -.71242 .51198 m -.63473 .56796 L -s -.68388 .63248 m -.63473 .56796 L -s -.58835 .68293 m -.63473 .56796 L -s -.4747 .67248 m -.63473 .56796 L -s -.67184 .39558 m -.58185 .41311 L -s -.5 .27523 m -.58185 .41311 L -s -.38662 .40027 m -.31094 .5517 L -s -.38662 .40027 m -.5 .27523 L -s -.32197 .37174 m -.38662 .40027 L -s -.32197 .37174 m -.31094 .5517 L -s -.27803 .48748 m -.31094 .5517 L -s -.30901 .61606 m -.31094 .5517 L -s -.37742 .67486 m -.31094 .5517 L -s -.4747 .67248 m -.31094 .5517 L -s -.4747 .67248 m -.37742 .67486 L -s -.4747 .67248 m -.5 .75807 L -s -.4747 .67248 m -.58835 .68293 L -s -.5 .27523 m -.67184 .39558 L -s -.32197 .37174 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.62758 .31802 m -.5 .27523 L -s -.53006 .29504 m -.5 .27523 L -s -.40391 .30106 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.71242 .51198 m -.67184 .39558 L -s -.73211 .43653 m -.67184 .39558 L -s -.62758 .31802 m -.67184 .39558 L -s -.58835 .68293 m -.5 .75807 L -s -.58835 .68293 m -.68388 .63248 L -s -.73211 .43653 m -.71242 .51198 L -s -.68388 .63248 m -.71242 .51198 L -s -.0035 w -[ ] 0 setdash -.37742 .67486 m -.30901 .61606 L -s -.5 .75807 m -.37742 .67486 L -s -.27803 .48748 m -.32197 .37174 L -s -.40391 .30106 m -.32197 .37174 L -s -.32183 .41013 m -.32197 .37174 L -s -.68388 .63248 m -.73211 .43653 L -s -.68388 .63248 m -.63934 .62256 L -s -.68388 .63248 m -.5 .75807 L -s -.62758 .31802 m -.73211 .43653 L -s -.53006 .29504 m -.62758 .31802 L -s -.32183 .41013 m -.27803 .48748 L -s -.30901 .61606 m -.27803 .48748 L -s -.40391 .30106 m -.53006 .29504 L -s -.32183 .41013 m -.40391 .30106 L -s -.30901 .61606 m -.32183 .41013 L -s -.30901 .61606 m -.39483 .61165 L -s -.5 .75807 m -.30901 .61606 L -s -.5 .75807 m -.39483 .61165 L -s -.5 .75807 m -.53252 .56266 L -s -.5 .75807 m -.63934 .62256 L -s -.53006 .29504 m -.73211 .43653 L -s -.53855 .40574 m -.53006 .29504 L -s -.32183 .41013 m -.53006 .29504 L -s -.53855 .40574 m -.73211 .43653 L -s -.53252 .56266 m -.73211 .43653 L -s -.63934 .62256 m -.73211 .43653 L -s -.63934 .62256 m -.53252 .56266 L -s -.39483 .61165 m -.32183 .41013 L -s -.53252 .56266 m -.39483 .61165 L -s -.32183 .41013 m -.53855 .40574 L -s -.53252 .56266 m -.32183 .41013 L -s -.53252 .56266 m -.53855 .40574 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`04o`000?ooooooooooo`0002Oooooo00?o0000oooo -ooooool05Oooool2o`0000_ooooo00Co000000000?oooooooooo0_l00003ooooo`03o`000?oooooo -oooo05;ooooo001Fooooo`04o`000?ooooooooooooooo`?o00003_ooool00ol0003oooooooooo`0; -ooooob;o00001oooool00ol0003oooooooooo`04ooooo`;o00000_ooool2o`0000kooooo00H00000 -oooooooooooooooo00000?l00003ooooo`03o`000?oooooooooo057ooooo001Fooooo`04o`000?oo -oooooooooooooaoo00003_ooool00ol0003oooooooooo`0=ooooo`04o`000?ooooooooooooooo`So -000000Coooooo`000?oooooooooo0_l0000Jooooo`;o000000?oooooo`000?ooool0D_ooool005Ko -oooo00?o0000ooooooooool00_l000000ooooooo0000ooooo`0Eooooo`03o`000?oooooooooo017o -oooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`08ooooo`Oo00007?ooool00ol0003o -ooooo`00001Booooo`00EOooool01?l0003oooooooooooooool3o`000003ooooool0003ooooo01Go -oooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`06ooooo`;o000000?oooooo`000?oo -ool01?ooool7o`0000_ooooo00Go0000oooooooooooooooo00000006ooooo`?o0000DOooool005Go -oooo00Co0000oooooooooooooooo0ol00002ooooo`;o00002Oooool00ol0003oooooooooo`0;oooo -o`03o`000?oooooooooo01gooooo00?o0000ooooooooool00_ooool2o`0000Kooooo00?o0000oooo -ooooool02Oooool6o`0000Gooooo00Go0000oooooooooooooooo00000007ooooo`0300000?l0003o -0000053ooooo001Eooooo`03o`000?oooooooooo00Co00001?ooool00ol0003oooooooooo`06oooo -o`03o`000?oooooooooo00cooooo00?o0000ooooooooool07?ooool01Ol0003ooooooooooooooooo -000001[ooooo1ol00003ooooo`0300000?oooooooooo00Gooooo00<00000o`000?l00000Coooool0 -05Cooooo00Co0000oooooooooooo00000_ooool00ol0003oooooo`000004ooooo`;o00001Oooool0 -0ol0003oooooooooo`0>ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool03Oooool2 -o`0002Gooooo1ol00006ooooo`;o0000C_ooool005Cooooo00Co0000oooooooooooo00000_ooool0 -0ol0003oooooo`000006ooooo`03o`000?oooooooooo023ooooo00?o0000ooooooooool03?ooool0 -0ol0003oooooo`00000=ooooo`03o`000?oooooooooo01cooooo1ol000000`00003o0000ooooo`1< -ooooo`00Doooool01?l0003oooooooooool00003ooooo`03o`000?oooooo000000Oooooo00?o0000 -ooooooooool05Oooool2o`0000Sooooo00?o0000ooooooooool02?ooool2o`0000Cooooo00?o0000 -ooooooooool02oooool00ol0003oooooooooo`0Sooooo`?o0000C?ooool005?ooooo00Co0000oooo -oooooooo00000_ooool01Ol0003ooooooooooooooooo000000Oooooo0ol0000Fooooo`03o`000?oo -oooooooo00Gooooo00?o0000ooooooooool01_ooool2o`0000Kooooo00?o0000ooooooooool03?oo -ool00ol0003oooooooooo`0Aooooo`03o`000?oooooooooo00Cooooo00<00000ooooooooool01ooo -ool00ol0003oooooo`00001ooooo`03o`000?oooooooooo01[ooooo0_l00005ooooo`;o -0000COooool0057ooooo00?o0000ooooool000001Oooool00ol0003oooooooooo`02ooooo`03o`00 -0?oooooooooo00_ooooo0_l0000Eooooo`?o000000?oooooo`000?ooool03Oooool00ol0003ooooo -ooooo`0>ooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool01?ooool00ol0003ooooo -o`00001=ooooo`00DOooool2o`0000Gooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo00?o -0000ooooooooool01oooool00ol0003oooooooooo`0@ooooo`;o00000_ooool01?l0003ooooooooo -ool0000=ooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool03Oooool00ol0003ooooo -ooooo`06ooooo`;o000000<00000ooooooooool01?ooool2o`00000300000?oooooooooo04_ooooo -001@ooooo`03o`000?oooooo000000Gooooo0_l00005ooooo`03o`000?oooooooooo00;ooooo00?o -0000ooooooooool02?ooool00ol0003oooooooooo`0Cooooo`03o`000?oooooooooo00kooooo00?o -0000ooooooooool03oooool00ol0003oooooooooo`0=ooooo`03o`000?oooooooooo00Gooooo00Co -0000ooooooooool000001Oooool00ol0003oooooo`00001>ooooo`00D?ooool2o`0000Kooooo0_l0 -0006ooooo`04o`000?ooooooooooo`0000cooooo0_l0000ooooo`00Coooool00ol0003oooooooooo`07ooooo`03o`000?oo -oooooooo00Gooooo00?o0000ooooooooool04?ooool2o`0000?ooooo00?o0000ooooooooool02Ooo -ool00ol0003oooooooooo`07ooooo`;o00001Oooool00ol0003oooooooooo`0@ooooo`03o`000?oo -oooooooo00kooooo00?o0000ooooooooool02_ooool01?l0003oooooooooool0001?ooooo`00Cooo -ool00ol0003oooooooooo`06ooooo`;o00001oooool00ol0003oooooooooo`0Booooo`03o`000?oo -oooo000000cooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`02ooooo`03o`000?oo -oooooooo017ooooo00?o0000ooooooooool02_ooool3o`0000_ooooo00<00000ooooool000000_oo -ool00ol0003oooooooooo`1=ooooo`00C_ooool00ol0003oooooooooo`07ooooo`;o00001_ooool2 -o`0001Gooooo0_l0000ooooo`;o00002?ooool00ol0003ooooo -ooooo`07ooooo`03o`000?oooooooooo00gooooo00?o0000ooooooooool01Oooool00ol0003ooooo -ooooo`0Gooooo`?o00007?ooool2o`000003ooooool0003ooooo00gooooo00Go000000000?oooooo -ooooo`00001@ooooo`00Coooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00Oooooo -00?o0000ooooooooool03?ooool00ol0003oooooooooo`07ooooo`;o00002?ooool00ol0003ooooo -ooooo`0>ooooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool01?ooool00ol0003ooooo -ooooo`0@ooooo`05o`000?ooooooooooooooool00000D?ooool004oooooo00?o0000ooooooooool0 -1_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 -5oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00kooooo0_l0000Cooooo`03o`00 -0?oooooooooo00;ooooo0_l0000Booooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 -C_ooool004oooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`03ooooo`03o`000?oo -oooooooo00;ooooo00?o0000ooooooooool02?ooool2o`0000kooooo00?o0000ooooooooool01?oo -ool00ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01?ooooo00Co0000oooooooooooo0000 -1_ooool00ol0003oooooooooo`0;ooooo`06o`000?oooooooooo00000?oooooo0000D?ooool004oo -oooo0_l00007ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool00ol0003o -ooooooooo`06ooooo`;o00004Oooool2o`0000Cooooo00?o0000ooooooooool03_ooool00ol0003o -ooooooooo`03o`00013ooooo0ol00007ooooo`03o`000?oooooooooo00[ooooo00Ko0000oooooooo -oooooooo00000?l0001Aooooo`00Coooool2o`0000Oooooo00?o0000ooooooooool02Oooool00ol0 -003oooooooooo`0Jooooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool00oooool00ol0 -003oooooooooo`0=ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02oooool01?l0 -003oooooooooooooool2o`00057ooooo001@ooooo`;o00001_ooool00ol0003oooooooooo`09oooo -o`04o`000?ooooooooooooooo`;o00006?ooool00ol0003oooooooooo`0Aooooo`03o`000?oooooo -oooo017ooooo0_l00009ooooo`03o`000?oooooooooo00[ooooo00Oo0000ooooooooooooooooo`00 -0000003o0000057ooooo001@ooooo`03o`000?oooooo000000Gooooo00Go0000oooooooooooooooo -o`000008ooooo`03o`000?oooooo000001_ooooo0_l0000Aooooo`03o`000?oooooooooo00Gooooo -0_l00008ooooo`;o00000oooool00ol0003oooooooooo`0Booooo`07o`000?ooooooooooo`000?oo -ool00000o`00001Aooooo`00D?ooool00ol0003oooooooooo`05ooooo`05o`000?oooooooooooooo -ool000002?ooool00ol0003oooooooooo`0Looooo`;o00004?ooool00ol0003oooooooooo`07oooo -o`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`0Aoooo -o`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0D?ooool0053ooooo00?o0000oooooooo -ool01?ooool2o`0000;ooooo00?o0000ooooooooool01Oooool3o`0001kooooo00Co0000ooooool0 -003o00003_ooool00ol0003oooooooooo`08ooooo`04o`000?ooooooooooooooo`;o00001oooool0 -0ol0003oooooooooo`03ooooo`03o`000?oooooooooo00[ooooo0ol00003ooooo`03o`000?oooooo -oooo053ooooo001@ooooo`04o`000?ooooooooooo`0000?ooooo0_l000000ooooooo0000ooooo`06 -ooooo`05o`000?ooooooooooooooool000007Oooool01Ol0003ooooooooooooooooo000000cooooo -00?o0000ooooooooool03?ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo00?ooooo -00?o0000ooooooooool02Oooool2o`0000Gooooo00?o0000ooooooooool0D?ooool0057ooooo00Co -0000oooooooooooo00000_ooool2o`0000gooooo00?o0000ooooooooool08?ooool00ol0003ooooo -ooooo`09ooooo`03o`000?oooooooooo00[ooooo1?l0000>ooooo`03o`000?oooooooooo00Wooooo -00?o0000ooooooooool01?ooool00ol0003oooooooooo`1@ooooo`00DOooool01_l0003ooooooooo -oooooooo0000ooooo`;o00001Oooool2o`0000Kooooo00?o0000ooooooooool08Oooool2o`0000Wo -oooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00_o -oooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo057o -oooo001Aooooo`03o`000?oooooooooo00Cooooo0_l00002ooooo`;o00002Oooool00ol0003ooooo -ooooo`0Rooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool01oooool2o`0000kooooo -00?o0000ooooooooool02oooool3o`0000Kooooo00?o0000ooooooooool0DOooool0057ooooo00?o -0000ooooooooool00oooool00ol0003oooooo`00000=ooooo`03o`000?oooooooooo01[ooooo00?o -0000ooooooooool01_ooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00Kooooo00?o -0000ooooooooool01oooool2o`0000Gooooo00?o0000ooooooooool02Oooool2o`000003ooooool0 -003ooooo00Gooooo00<00000o`000?ooool0D_ooool005;ooooo00Co0000oooooooooooooooo1?l0 -000=ooooo`03o`000?oooooooooo01[ooooo00?o0000ooooooooool01oooool2o`0000Gooooo00?o -0000ooooooooool01?ooool2o`0000cooooo00?o0000ooooooooool00oooool01?l0003ooooooooo -ool0000:ooooo`03o`000?oooooooooo00Cooooo00<00000o`000?ooool0D_ooool005;ooooo00Co -0000oooooooooooooooo0ol0000?ooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool0 -2Oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo00;ooooo0_l0000?ooooo`03o`00 -0?oooooooooo00Gooooo00?o0000ooooooooool00_ooool2o`0000?ooooo00?o0000ooooooooool0 -1_ooool00ol0003oooooooooo`1Aooooo`00D_ooool00ol0003oooooooooo`02ooooo`Co00000_oo -ool3o`0000Sooooo00?o0000ooooooooool06Oooool00ol0003oooooooooo`0:ooooo`;o00000_oo -ool01Ol0003ooooooooooooooooo000001Wooooo00Go0000ooooooooooooooooo`000005ooooo`03 -o`000?oooooooooo00Gooooo00?o0000ooooooooool0D_ooool005;ooooo00?o0000ooooooooool0 -0_ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00Co000000?oooooo`000?ooool0 -:Oooool01?l0003oooooo`000?ooool2o`0001Cooooo0_l00004ooooo`04o`000?ooooooooooo`00 -00Gooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`1Booooo`00D_ooool00ol0003o -ooooooooo`02ooooo`;o00000_ooool00ol0003oooooooooo`0;ooooo`Co00000_ooool3o`0002;o -oooo0ol0000Hooooo`03o`000?oooooo000000[ooooo00?o0000ooooooooool01_ooool00ol0003o -ooooooooo`1Booooo`00Doooool01Ol0003ooooooooooooooooo000000Cooooo00?o0000oooooooo -ool02_ooool00ol0003oooooooooo`06ooooo`04o`000?ooooooooooooooo`?o00002oooool00ol0 -003oooooooooo`0=ooooo`?o00006Oooool2o`000003ooooool0003o000000Kooooo00?o0000oooo -ooooool01_ooool00`00003o0000ooooo`1Cooooo`00Doooool01Ol0003ooooooooooooooooo0000 -00;ooooo00Co0000oooooooooooo00003?ooool00ol0003oooooooooo`0?ooooo`Co00001?ooool0 -0ol0003oooooooooo`0:ooooo`?o000000?oooooo`000?ooool00ol00003ooooo`?o00000oooool4 -o`0000;ooooo1?l00002ooooo`Co00002?ooool00ol0003oooooooooo`06ooooo`03o`000?oooooo -oooo05?ooooo001Cooooo`05o`000?ooooooooooooooool000000_ooool00ol0003oooooooooo`0= -ooooo`03o`000?oooooooooo01Gooooo1_l00002ooooo`[o000000Goooooo`000?l0003o0000oooo -o`02o`0001Gooooo0_l000000ooooooo0000ooooo`05ooooo`03o`000?oooooooooo00Oooooo00?o -0000ooooooooool0Doooool005?ooooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oo -oooooooo00;ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`0Gooooo`03o`000?oo -oooooooo00Cooooo0ol00007ooooo`03o`000?oooooooooo00?ooooo0_l0000Aooooo`;o000000Co -ooooo`000?oooooo00001_ooool00ol0003oooooooooo`07ooooo`03o`000?oooooooooo05?ooooo -001Dooooo`04o`000?ooooooooooo`0000?ooooo00?o0000ooooooooool00oooool00ol0003ooooo -ooooo`07ooooo`03o`000?oooooooooo01Kooooo00Co0000oooooooooooooooo0ol00009ooooo`03 -o`000?oooooooooo00Kooooo00?o0000ooooooooool04?ooool01Ol0003ooooooooooooooooo0000 -00Cooooo00?o0000ooooooooool01oooool00`00003o0000ooooo`1Dooooo`00E?ooool01?l0003o -ooooooooool0000:ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool05_ooool4o`00 -00cooooo00?o0000ooooooooool01oooool2o`0000_ooooo00?o0000ooooooooool00_ooool00ol0 -003oooooooooo`06ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0E?ooool005Co -oooo00Co0000oooooooooooo00004oooool00ol0003oooooooooo`0Dooooo`?o00003oooool00ol0 -003oooooooooo`09ooooo`;o00002?ooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo -00Oooooo00<00000o`000?ooool0EOooool005Cooooo00Co0000oooooooooooo00001?ooool00ol0 -003oooooooooo`06ooooo`;o00001Oooool00ol0003oooooooooo`0@ooooo`?o00004_ooool00ol0 -003oooooooooo`0;ooooo`;o00001Oooool00ol0003oooooooooo`0:ooooo`03o`000?oooooo0000 -00Wooooo00<00000o`000?ooool0EOooool005Cooooo00Co0000oooooooooooo00001Oooool00ol0 -003oooooooooo`07ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool03Oooool3o`00 -01Gooooo00?o0000ooooooooool03Oooool2o`0000Wooooo00?o0000ooooooooool01Oooool00ol0 -003oooooooooo`09ooooo`03o`000?oooooooooo05Cooooo001Eooooo`;o00001oooool00ol0003o -ooooooooo`0;ooooo`03o`000?oooooooooo00[ooooo0ol00008ooooo`03o`000?oooooooooo00go -oooo00?o0000ooooooooool03_ooool3o`0000Oooooo00?o0000ooooooooool01Oooool2o`0000Wo -oooo00?o0000ooooooooool0EOooool005Gooooo0_l0000Cooooo`04o`000?ooooooooooo`0000So -oooo0ol0000;ooooo`03o`000?oooooooooo00cooooo00?o0000ooooooooool03_ooool01?l0003o -ooooooooooooool2o`0000Cooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`09oooo -o`03o`000?oooooooooo05Gooooo001Eooooo`;o00005?ooool00ol0003oooooo`000005ooooo`?o -00003_ooool00ol0003oooooooooo`0ooooo`03o`000?oooooo -oooo00Cooooo0ol0000;ooooo`03o`000?oooooooooo05Kooooo001Iooooo`03o`000?oooooooooo -01Gooooo00?o0000ooooooooool04?ooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo -00Gooooo00?o0000ooooooooool05Oooool01?l0003oooooooooooooool5o`0000?ooooo00Co0000 -ooooo`00003o0000F?ooool005[ooooo0_l00006ooooo`03o`000?oooooooooo00cooooo00?o0000 -ooooooooool00_l0000>ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool07?ooool0 -0ol0003oooooooooo`07ooooo`Ko0000FOooool005_ooooo0_l00006ooooo`03o`000?oooooooooo -00cooooo00Go0000ooooooooooooooooo`00000Kooooo`04o`000?ooooooooooooooo`;o00004_oo -ool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00cooooo0_l0001Iooooo`00GOooool0 -0ol0003oooooooooo`04ooooo`03o`000?oooooooooo00cooooo00?o0000ooooooooool07?ooool0 -1?l0003oooooo`000?l0000Dooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool03?oo -ool00ol0003oooooooooo`1Iooooo`00G_ooool2o`0001?ooooo00?o0000ooooooooool00oooool0 -0ol0003oooooooooo`0Fooooo`03o`000?oooooooooo01Cooooo00?o0000ooooooooool00_ooool0 -0ol0003oooooooooo`0;ooooo`;o0000G?ooool005oooooo0_l0000Cooooo`03o`000?oooooooooo -00?ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`09ooooo`;o00005_ooool01Ol0 -003ooooooooooooooooo000000gooooo00?o0000ooooooooool0G?ooool0063ooooo0_l00003oooo -o`03o`000?oooooooooo00gooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07oooo -o`03o`000?oooooooooo00Sooooo0_l0000Jooooo`03o`000?oooooooooo00Sooooo0P000002o`00 -05oooooo001Rooooo`;o000000?oooooo`000?ooool03oooool00ol0003oooooooooo`0"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.50377 .45486 m -.66737 .55927 L -s -.50377 .45486 m -.50456 .57112 L -s -.60098 .40621 m -.50377 .45486 L -s -.34123 .56184 m -.50377 .45486 L -s -.5 .27523 m -.50377 .45486 L -s -.40401 .40824 m -.50377 .45486 L -s -.50456 .57112 m -.66737 .55927 L -s -.34123 .56184 m -.50456 .57112 L -s -.504 .67296 m -.50456 .57112 L -s -.40401 .40824 m -.34123 .56184 L -s -.32366 .38575 m -.34123 .56184 L -s -.28124 .50193 m -.34123 .56184 L -s -.3111 .62572 m -.34123 .56184 L -s -.39633 .67987 m -.34123 .56184 L -s -.504 .67296 m -.34123 .56184 L -s -.60098 .40621 m -.66737 .55927 L -s -.67733 .38198 m -.66737 .55927 L -s -.72028 .49805 m -.66737 .55927 L -s -.69003 .62312 m -.66737 .55927 L -s -.6091 .67859 m -.66737 .55927 L -s -.504 .67296 m -.66737 .55927 L -s -.40401 .40824 m -.5 .27523 L -s -.32366 .38575 m -.40401 .40824 L -s -.67733 .38198 m -.60098 .40621 L -s -.5 .27523 m -.60098 .40621 L -s -.504 .67296 m -.39633 .67987 L -s -.504 .67296 m -.5 .75807 L -s -.504 .67296 m -.6091 .67859 L -s -.5 .27523 m -.67733 .38198 L -s -.32366 .38575 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.61086 .30766 m -.5 .27523 L -s -.49523 .29392 m -.5 .27523 L -s -.38415 .31036 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.28124 .50193 m -.32366 .38575 L -s -.38415 .31036 m -.32366 .38575 L -s -.28742 .42472 m -.32366 .38575 L -s -.39633 .67987 m -.3111 .62572 L -s -.5 .75807 m -.39633 .67987 L -s -.72028 .49805 m -.67733 .38198 L -s -.0035 w -[ ] 0 setdash -.70404 .42053 m -.67733 .38198 L -s -.61086 .30766 m -.67733 .38198 L -s -.0025 w -[ .01 .012 ] 0 setdash -.6091 .67859 m -.5 .75807 L -s -.6091 .67859 m -.69003 .62312 L -s -.0035 w -[ ] 0 setdash -.28742 .42472 m -.28124 .50193 L -s -.3111 .62572 m -.28124 .50193 L -s -.70404 .42053 m -.72028 .49805 L -s -.69003 .62312 m -.72028 .49805 L -s -.38415 .31036 m -.49523 .29392 L -s -.28742 .42472 m -.38415 .31036 L -s -.3111 .62572 m -.28742 .42472 L -s -.3111 .62572 m -.37335 .61763 L -s -.5 .75807 m -.3111 .62572 L -s -.61086 .30766 m -.70404 .42053 L -s -.49523 .29392 m -.61086 .30766 L -s -.69003 .62312 m -.70404 .42053 L -s -.69003 .62312 m -.62124 .6159 L -s -.69003 .62312 m -.5 .75807 L -s -.5 .75807 m -.37335 .61763 L -s -.5 .75807 m -.49484 .56187 L -s -.5 .75807 m -.62124 .6159 L -s -.49523 .29392 m -.70404 .42053 L -s -.49388 .40451 m -.49523 .29392 L -s -.28742 .42472 m -.49523 .29392 L -s -.37335 .61763 m -.28742 .42472 L -s -.49484 .56187 m -.37335 .61763 L -s -.62124 .6159 m -.70404 .42053 L -s -.62124 .6159 m -.49484 .56187 L -s -.28742 .42472 m -.49388 .40451 L -s -.49484 .56187 m -.28742 .42472 L -s -.49388 .40451 m -.70404 .42053 L -s -.49484 .56187 m -.70404 .42053 L -s -.49484 .56187 m -.49388 .40451 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`03o`00003oool0oooo00d0oooo00<000000?ooool000004P3oool00ol00000oooo -0?ooo`090?ooo`8000002@3oool2o`0000800000H03oool005h0oooo00D000000?ooo`3oool0oooo -o`0000060?ooo`030000003oool0oooo00d0oooo00?o00000?ooo`3oool03P3oool00`000000oooo -o`00000C0?ooo`03o`00003oool0oooo00X0oooo0P0000090?ooo`030000003oool0000005l0oooo -001M0?ooo`050000003oool0oooo0?ooool000001@3oool2000000l0oooo00?o00000?ooo`3oool0 -3`3oool010000000oooo0?ooool0000C0?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3o -ool01`3oool00`000000oooo0000001N0?ooo`00G03oool01@000000oooo0?ooo`3ooooo000000D0 -oooo00<000000?ooo`3oool08@3oool00`000000oooo0?ooo`0S0?ooo`800000203oool00`000000 -oooo0000001M0?ooo`00F`3oool200000003o`00003oool0oooo00@0oooo0P00000T0?ooo`030000 -003oool0oooo01H0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`060?ooo`030000 -0?l00000000005`0oooo001K0?ooo`030000003oool0oooo00@0oooo0P00000B0?ooo`03o`00003o -ool0oooo0140oooo00<000000?ooo`3oool05P3oool00ol00000oooo0?ooo`0=0?ooo`8000001`3o -ool00`00003o00000000001K0?ooo`00FP3oool00`00003o0000o`0000040?ooo`030000003oool0 -oooo0180oooo00?o00000?ooo`3oool04@3oool010000000oooo0?ooool0000F0?ooo`03o`00003o -ool0oooo00h0oooo0P0000040?ooo`04o`0000000000oooo000005/0oooo001I0?ooo`8000000P3o -ool01?l00000oooo00000000000D0?ooo`03o`00003oool0oooo0180oooo00@000000?ooo`3ooooo -0000:@3oool00`00003o00000?ooo`030?ooo`<00000FP3oool005P0oooo0`0000001Ol00000oooo -0?ooo`000000oooo00Co00009P3oool010000000oooo0?ooool0000W0?ooo`;o000000<0oooo0000 -00000000103oool3000005T0oooo001G0?ooo`050000003oool000000?ooool000000P0000080?oo -o`?o00008@3oool010000000oooo0?ooool0000H0?ooo`03o`00003oool0oooo00H0oooo1?l00007 -0?ooo`8000000`3oool2000005T0oooo001F0?ooo`030000003oool0oooo00<000003@3oool00ol0 -0000oooo0?ooo`070?ooo`03o`00003oool0oooo01@0oooo00<000000?ooo`3oool06P3oool01?l0 -0000oooo0?ooo`3oool2o`0000l0oooo00@000000?ooo`3oool0oooo0P00001H0?ooo`00E@3oool0 -1@000000oooo0?ooo`3oool000000180oooo0ol000030?ooo`03o`00003oool0oooo0100oooo3000 -000G0?ooo`?o00004P3oool200000080oooo0P00001G0?ooo`00E03oool2000000030?ooo`000000 -00000080oooo00?o00000?ooo`3oool04@3oool00ol00000ooooo`000002o`0000L0oooo2P000005 -0?ooo`040000003oool0ooooo`0000<0oooo3000000:0?ooo`;o0000503oool00ol00000oooo0000 -0003000005L0oooo001D0?ooo`050000003oool000000?ooo`0000000P3oool00ol00000oooo0?oo -o`0C0?ooo`03o`0000000000000000L000003`3oool010000000oooo0?ooool0000?0?ooo``00000 -503oool00ol00000oooo0?ooo`04000005H0oooo001C0?ooo`<000000P3oool010000000oooo0?oo -ool0000<0?ooo`X00000603oool010000000oooo0?ooool0000D0?ooo`;o00001@3oool;000000T0 -oooo00Co00000?ooo`3oool0oooo0`00001F0?ooo`00DP3oool2000000<0oooo00D000000?ooo`3o -ool0ooooo`0000020?ooo`X00000203oool00ol00000oooo0?ooo`040?ooo`;o00004@3oool01000 -0000oooo0?ooool0000C0?ooo`03o`00003oool0oooo0100oooo300000040?ooo`030000003oool0 -oooo05<0oooo001A0?ooo`040000003oool0oooo0?ooo`T000006`3oool00ol00000oooo0?ooo`0> -0?ooo`030000003oool0oooo01<0oooo00?o00000?ooo`3oool07@3oool6000005@0oooo001@0?oo -o`D000009`3oool2o`0000`0oooo00<000000?ooo`3oool03`3oool2o`0000d0oooo00?o00000?oo -o`3oool03`3oool00ol00000oooo0?ooo`020?ooo`80000000<0oooo0000003oool0D`3oool00500 -oooo00<000000?ooo`0000002@3oool00ol00000oooo0?ooo`0@0?ooo`03o`00003oool0oooo00`0 -oooo00?o00000?ooo`3oool02@3oool010000000oooo0?ooool0000=0?ooo`03o`00003oool0oooo -00d0oooo00?o00000?ooo`3oool03`3oool01?l00000oooo0?ooo`3oool2000000030?ooo`000000 -000005@0oooo001@0?ooo`80000000D0oooo000000000000oooo000000050?ooo`03o`00003oool0 -oooo0100oooo00?o00000?ooo`3oool03@3oool00ol00000oooo0?ooo`080?ooo`040000003oool0 -ooooo`0001h0oooo00?o00000?ooo`3oool03P3oool01?l00000oooo0?ooo`0000020?ooo`@00000 -D`3oool00500oooo0P0000030?ooo`8000001@3oool00ol00000oooo0?ooo`0?0?ooo`03o`00003o -ool0oooo0140oooo0_l000060?ooo`040000003oool0ooooo`0000T0oooo0_l0000C0?ooo`03o`00 -003oool0oooo00h0oooo00?o00000000000000000`3oool4000005<0oooo001@0?ooo`030000003o -ool000000080oooo0`0000040?ooo`03o`00003oool0oooo00l0oooo00?o00000?ooo`3oool04`3o -ool00ol00000oooo0?ooo`030?ooo`040000003oool0ooooo`0000L0oooo0_l0000V0?ooo`030000 -003oool0oooo00<0oooo00@000000?ooo`0000000000D`3oool00500oooo0`0000050?ooo`800000 -<03oool00`000000oooo0?ooo`0^0?ooo`8000001P3oool010000000oooo00000000001C0?ooo`00 -D03oool3000000L0oooo00<000000?ooo`3oool0:P3oool3o`0000030000003oool0oooo00@0oooo -0_l0000J0?ooo`03o`00003oool0oooo00X0oooo00@000000?ooo`3ooooo0000103oool01P000000 -oooo0?ooo`000000oooo00000580oooo001@0?ooo`80000000<0oooo0000000000001P3oool20000 -00l0oooo00?o00000?ooo`3oool06`3oool010000000oooo0?ooool000020?ooo`03o`00003oool0 -oooo01X0oooo00?o00000?ooo`3oool0203oool2000000<0oooo00?o00000?ooo`3oool00P3oool0 -1P000000oooo000000000000oooo00000580oooo001@0?ooo`80000000<0oooo0000000000001`3o -ool00ol0000000000?ooo`0=0?ooo`03o`00003oool0oooo01/0oooo00@000000?ooo`3ooooo0000 -803oool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo00<0oooo00Go00000?ooo`3oool0 -oooo000000020?ooo`040000003oool0000000000580oooo001@0?ooo`80000000<0oooo00000000 -0000203oool00ol0000000000000000;0?ooo`03o`00003oool0oooo01`0oooo00<000000?ooo`3o -ool00_l0000O0?ooo`03o`00003oool0oooo00@0oooo0P0000060?ooo`05o`00003oool0oooo0?oo -o`0000000P3oool010000000oooo00000000001B0?ooo`00D03oool2000000030?ooo`0000000000 -00P0oooo00Co00000?ooo`3oool00000:@3oool01P00003o00000?ooool00000ooooo`0002@0oooo -00<000000?ooo`3oool02P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo04l0 -oooo001@0?ooo`8000000`3oool00`000000oooo0?ooo`090?ooo`8000009P3oool01Ol000000000 -0?ooo`3ooooo000002@0oooo0P00000<0?ooo`050000003oool0oooo0?ooo`0000000`3oool00`00 -0000oooo0?ooo`1?0?ooo`00C`3oool00`000000oooo000000030?ooo`030000003oool0oooo00/0 -oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0M0?ooo`030000003oool0oooo00D0 -oooo0ol0000K0?ooo`03o`0000000000oooo00d0oooo00D000000?ooo`3oool0oooo000000020?oo -o`800000D@3oool004l0oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`0;0?oo -o`800000103oool00ol00000oooo0?ooo`0I0?ooo`05o`00003oool0oooo0?ooo`0000002P3oool0 -0ol00000oooo0?ooo`0G0?ooo`8000002`3oool01?l00000oooo0?ooo`0000040?ooo`030000003o -ool0oooo00800000D@3oool004l0oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?oo -o`040?ooo`03o`00003oool0oooo00H0oooo0P0000000`3ooooo00000?ooo`0J0?ooo`03o`00003o -ool0oooo0080oooo00<000000?ooo`3oool08@3oool010000000oooo0?ooool0000:0?ooo`04o`00 -003oool0oooo000000@0oooo00D000000?ooo`3oool0oooo0000001A0?ooo`00C`3oool010000000 -oooo0000000000030?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool0203oool00`00 -003o00000?ooo`0I0?ooo`03o`00003oool0oooo00<0oooo00@000000?ooo`3ooooo00002@3oool2 -o`0001<0oooo0P00000>0?ooo`04o`00003oool0oooo000000@0oooo00@000000?ooo`3oool0oooo -0P00001@0?ooo`00C`3oool010000000oooo0000000000040?ooo`030000003oool0oooo00<0oooo -00?o00000?ooo`3oool02@3oool2000001D0oooo0_l000080?ooo`040000003oool0ooooo`0000/0 -oooo00?o00000?ooo`3oool03`3oool00`000000oooo0?ooo`0@0?ooo`030000003oool0oooo00<0 -oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1>0?ooo`00C`3oool010000000oooo -0?ooo`0000040?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04@3oool00ol00000 -oooo0?ooo`090?ooo`030000003ooooo000000`0oooo00?o00000?ooo`3oool0303oool2000000L0 -oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo0080 -oooo00<000000?ooo`3oool0CP3oool004l0oooo00@000000?ooo`3oool000001@3oool00`000000 -oooo0?ooo`0=0?ooo`04o`00003oool0oooo0?ooo`800000403oool00ol00000oooo0?ooo`0:0?oo -o`030000003oool0oooo00l0oooo00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`070?oo -o`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`020?oo -o`030000003oool0oooo04h0oooo001?0?ooo`040000003oool0oooo000000D0oooo00<000000?oo -o`3oool03@3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo01X0oooo00<000000?oo -o`3oool0403oool00ol00000oooo0?ooo`060?ooo`030000003oool0oooo00T0oooo00?o00000?oo -o`3oool01P3oool00ol0000000000?ooo`050?ooo`030000003oool0oooo0080oooo0P00001?0?oo -o`00C`3oool010000000oooo0?ooo`0000060?ooo`030000003oool0oooo0080oooo00?o00000?oo -o`3oool01P3oool00ol00000oooo0?ooo`050?ooo`8000002P3oool2o`0000h0oooo00<000000?oo -o`3oool04@3oool00ol00000oooo0?ooo`030?ooo`800000303oool00ol00000oooo0?ooo`060?oo -o`030000003oool0oooo00D0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`1=0?oo -o`00C`3oool01@000000oooo0?ooo`3oool0000000D0oooo00<000000?ooo`3oool00P3oool00ol0 -0000oooo0?ooo`060?ooo`03o`00003oool0oooo00L0oooo00<000000?ooo`3oool01@3oool2o`00 -0100oooo00<000000?ooool000005P3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo -00@0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`1=0?ooo`00C`3oool01@000000 -oooo0?ooo`3oool0000000H0oooo00D000000?ooo`3oool0ooooo`00000C0?ooo`8000005`3oool0 -0`000000ooooo`00000D0?ooo`800000603oool00`000000oooo0?ooo`040?ooo`030000003oool0 -oooo00<0oooo00?o00000000003oool0CP3oool004l0oooo00D000000?ooo`3oool0oooo00000006 -0?ooo`030000003oool0oooo01L0oooo00<000000?ooool00000503oool00`000000ooooo`00000C -0?ooo`040000003oool0ooooo`000100oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?oo -o`050?ooo`030000003oool0oooo0080oooo00?o00000000003oool0C`3oool004l0oooo00D00000 -o`00003oool0oooo000000060?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool03@3o -ool2000001@0oooo00<000000?ooool000004@3oool2000001@0oooo00?o00000?ooo`3oool00`3o -ool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0CP3o -ool00500oooo00@000000?ooo`3oool000001`3oool00`000000oooo0?ooo`070?ooo`03o`00003o -ool0oooo00`0oooo00?o00000?ooo`3oool00P00000B0?ooo`030000003oool0oooo0100oooo00<0 -00000?ooo`3oool01P3oool2o`0000d0oooo00Oo00000?ooo`3oool0oooo0000003ooooo000000H0 -oooo00@000000?ooo`3ooooo00000P3oool00`000000oooo0?ooo`1>0?ooo`00D03oool010000000 -oooo0?ooo`0000070?ooo`040000003oool0ooooo`0000D0oooo00?o00000?ooo`3oool04P3oool0 -0`000000oooo0?ooo`0?0?ooo`030000003oool0oooo00h0oooo0P00000;0?ooo`03o`00003oool0 -oooo00X0oooo00Oo00000?ooo`3oool0oooo0000003ooooo000000H0oooo00<000000?ooool00000 -0`3oool00`000000oooo0?ooo`1>0?ooo`00D03oool01@000000oooo0?ooo`00003o000000L0oooo -00<000000?ooool000004@3oool2o`0000P0oooo0P00000?0?ooo`030000003ooooo000000d0oooo -00<000000?ooo`3oool06`3oool010000000oooo0?ooool000060?ooo`0300000?l00000oooo0080 -oooo00<000000?ooo`3oool0C`3oool00500oooo00H000000?ooo`3oool000000?ooool000060?oo -o`030000003ooooo00000100oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`0<0?oo -o`030000003ooooo000000/0oooo0P00000A0?ooo`;o00002`3oool010000000oooo0?ooool00006 -0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0C`3oool00540oooo00@000000?oo -o`3oool00000203oool00`00003o00000?ooo`0M0?ooo`800000303oool00`000000ooooo`00000: -0?ooo`030000003oool0oooo01<0oooo00?o00000?ooo`3oool01P3oool00ol00000oooo00000009 -0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0C`3oool00540oooo00@000000?oo -o`3oool000000P3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00<0oooo00?o0000 -0?ooo`3oool01P3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo00T0oooo00<00000 -0?ooool00000203oool2000001L0oooo00?o00000?ooo`3oool01@3oool00ol0000000000?ooo`08 -0?ooo`03o`0000000000oooo00<0oooo00<000000?ooo`3oool0C`3oool00540oooo00@000000?oo -o`3oool000000`3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo0080oooo00?o0000 -0?ooo`3oool01@3oool00ol00000oooo0?ooo`0B0?ooo`8000002@3oool00`000000oooo0?ooo`07 -0?ooo`030000003oool0oooo0200oooo00@000000?ooo`3ooooo00001@3oool00ol00000oooo0000 -00030?ooo`030000003oool0oooo0500oooo001A0?ooo`040000003oool0oooo000000@0oooo00?o -00000?ooo`3oool00P3oool01@00003o00000?ooo`3ooooo000000L0oooo00?o00000?ooo`3oool0 -5@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00D0oooo0P00000L0?ooo`?o0000 -0`3oool01@000000oooo0?ooo`3ooooo000000@0oooo00Co00000?ooo`3oool000000`3oool00`00 -0000oooo0?ooo`1@0?ooo`00D@3oool010000000oooo0?ooo`0000090?ooo`0300000?l00000oooo -00H0oooo00?o00000?ooo`3oool06@3oool2000000H0oooo00<000000?ooool00000103oool00`00 -0000oooo0?ooo`0O0?ooo`04o`00003oool0oooo000000<0oooo00?o00000?ooo`3oool01@3oool0 -1@000000oooo0?ooo`3oool000000580oooo001B0?ooo`030000003oool0000000X0oooo00<00000 -0?ooo`3oool0103oool00ol00000oooo0?ooo`0L0?ooo`800000103oool00`000000ooooo`000002 -0?ooo`8000009@3oool00`000000oooo0?ooo`02o`0000L0oooo00D000000?ooo`3oool0oooo0000 -001B0?ooo`00DP3oool00`000000oooo000000070?ooo`06o`00003oool0oooo0000003ooooo0000 -0`3oool00ol00000oooo0?ooo`0O0?ooo`090000003oool0oooo0?ooo`000000ooooo`00003oool0 -000002H0oooo00D00000o`000?l00000ooooo`0000030?ooo`03o`00003oool0oooo0080oooo00@0 -00000?ooo`3oool00000D`3oool00580oooo00<000000?ooo`000000203oool01Ol00000oooo0?oo -o`00003o000002H0oooo0P0000000`3oool000000?ooo`02000002L0oooo00P000000?ooo`3ooooo -00000?ooool00000ooooo`0000@0oooo00D000000?ooo`3oool0oooo0000001C0?ooo`00DP3oool0 -10000000oooo0?ooo`0000080?ooo`03o`00003oool0000000;o00009`3oool3000002P0oooo00<0 -00000?ooo`3oool00`3oool2o`0000D0oooo00D000000?ooo`3oool0oooo0000001C0?ooo`00D`3o -ool00`000000oooo000000090?ooo`;o000000<000000?ooo`3oool09P3oool3000002D0oooo0ol0 -00000`000000oooo0?ooo`04o`0000H0oooo00D000000?ooo`3oool0oooo0000001C0?ooo`00D`3o -ool00`000000oooo000000090?ooo`04o`00003oool00000o`0000<0oooo0ol000030?ooo`Co0000 -0P3oool3o`0001<0oooo0P0000000`3oool000000?ooo`02000001<0oooo0_l000020?ooo`Co0000 -0P3oool4o`0000@0oooo00<000000?ooo`3oool02`3oool010000000oooo0?ooo`00001D0?ooo`00 -D`3oool00`000000oooo000000090?ooo`04o`00003oool0oooo00000180oooo00?o00000?ooo`3o -ool01?l000020?ooo`Co00000P3oool2o`00008000000`3oool010000000ooooo`00003oool20000 -00@0oooo0_l000030?ooo`?o00000`3oool2o`000180oooo00<000000?ooo`3oool00_l000090?oo -o`040000003oool0oooo000005@0oooo001C0?ooo`030000003oool0000000/0oooo00?o00000000 -0?l000007`3oool3000000030?ooool00000oooo0080oooo00<00000o`000?l000000ol000030000 -0003o`00003oool0oooo01d0oooo00<000000?ooool000000P3oool01?l00000oooo0?ooool00005 -0?ooo`040000003oool0oooo000005@0oooo001D0?ooo`8000002`3oool01?l0000000000?ooool0 -000L0?ooo`800000203oool00`000000ooooo`0000060?ooo`8000007@3oool00`000000oooo0?oo -o`030?ooo`04o`00003oool0ooooo`0000D0oooo00@000000?ooo`3oool00000E03oool005@0oooo -0P0000070?ooo`03o`00003oool0oooo0080oooo00?o00000000003oool06P3oool2000000X0oooo -00<000000?ooool00000203oool2000001/0oooo00<000000?ooo`3oool00P3oool00ol00000oooo -0?ooo`020?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`000000E@3oool005@0oooo0P00 -00070?ooo`03o`00003oool0oooo0080oooo00?o00000000003oool00P3oool2o`0001@0oooo0P00 -000<0?ooo`030000003ooooo000000X0oooo0P00000H0?ooo`030000003oool0oooo00P0oooo00?o -00000?ooo`3oool00P3oool00`000000oooo0000001E0?ooo`00E03oool00`000000oooo00000005 -0?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`0? -0?ooo`8000003P3oool00`000000ooooo`00000<0?ooo`8000005@3oool00ol0000000000?ooo`0> -0?ooo`030000003oool0000005D0oooo001E0?ooo`8000003@3oool00`000000oooo0?ooo`0A0?oo -o`<00000403oool00`000000oooo0?ooo`0>0?ooo`<000004`3oool00`000000oooo0?ooo`020?oo -o`03o`00003oool0oooo00P0oooo00<000000?ooo`000000E@3oool005D0oooo0P00000<0?ooo`03 -o`00003oool0000000H0oooo00?o00000?ooo`3oool01`3oool2000001<0oooo00<000000?ooo`3o -ool04@3oool2000000`0oooo0_l000020?ooo`030000003oool0oooo00<0oooo00?o00000?ooo`3o -ool0103oool01?l00000oooo0?ooo`3oool2000005H0oooo001E0?ooo`800000103oool00ol00000 -oooo0?ooo`050?ooo`03o`00003oool0000000L0oooo00?o00000?ooo`3oool0103oool2000001D0 -oooo00<000000?ooool000004`3oool2000000T0oooo00?o00000?ooo`3oool00P3oool00`000000 -oooo0?ooo`020?ooo`03o`00003oool0oooo00D0oooo00Co00000?ooo`3oool0oooo0P00001F0?oo -o`00E@3oool2000000@0oooo00?o00000?ooo`3oool01P3oool00ol00000oooo000000070?ooo`04 -o`00003oool0oooo0?ooo`8000005`3oool00`000000ooooo`00000E0?ooo`8000002`3oool00`00 -0000oooo0?ooo`020?ooo`03o`00003oool0oooo00L0oooo00?o00000?ooo`3oool00P00001F0?oo -o`00E@3oool2000000<0oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`070?ooo`80 -00006@3oool00`000000ooooo`00000G0?ooo`80000000<0ooooo`000?l000001P3oool00`000000 -oooo0?ooo`0<0?ooo`05o`00003oool000000?ooo`000000EP3oool005H0oooo00D000000?ooo`3o -ool0ooooo`00000;0?ooo`030000003oool0oooo00@0oooo0`000000103ooooo0000o`000?l0000G -0?ooo`030000003ooooo000001T0oooo0`0000050?ooo`030000003oool0oooo00l0oooo0P00001G -0?ooo`00EP3oool00`000000oooo0?ooo`0=0?ooo`03o`0000000000oooo0080oooo0P0000070?oo -o`03o`00003oool0oooo01@0oooo00<000000?ooo`3oool0603oool01?l00000oooo0?ooo`3oool2 -000000<0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`0:0?ooo`800000E`3oool0 -05H0oooo0P00000>0?ooo`03o`0000000000oooo00800000803oool00`000000oooo0?ooo`0N0?oo -o`80000000<0oooo0000003oool00`3oool00ol00000oooo0?ooo`090?ooo`03o`00000000000000 -05L0oooo001F0?ooo`80000000?o00000?ooo`3oool02@3oool5000000d0oooo0_l0000C0?ooo`03 -0000003ooooo000001D0oooo0_l000090?ooo`H00000303oool00ol0000000000000001G0?ooo`00 -E`3oool01000003o00000?ooo`3oool9000000<0oooo00?o00000000003oool03P3oool00ol00000 -oooo0?ooo`0@0?ooo`030000003ooooo000001<0oooo0_l0000;0?ooo`030000003oool0oooo0080 -oooo00?o00000000000000001`0000040?ooo`030000003oool0oooo05H0oooo001G0?ooo`@00000 -3P3oool00`000000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00l0oooo00<000000?ooool00000 -7`3oool00`000000oooo0?ooo`0=0?ooo`D00000F03oool005P0oooo0P00000@0?ooo`030000003o -ool0oooo01h0oooo00<000000?ooool00000403oool2o`0000`0oooo00<000000?ooo`3oool0403o -ool00`000000oooo0?ooo`1H0?ooo`00FP3oool00`000000oooo0?ooo`0;0?ooo`04o`00003oool0 -oooo000000l0oooo0ol0000=0?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3oool02`3o -ool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool0F@3o -ool005/0oooo0P00000<0?ooo`04o`00003oool0oooo00000140oooo00?o00000?ooo`3oool02P3o -ool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool0103o -ool00ol00000oooo0?ooo`080?ooo`800000G03oool005d0oooo00<000000?ooo`3oool02P3oool0 -1?l00000oooo0?ooo`00000M0?ooo`030000003oool0oooo01/0oooo00<000000?ooo`3oool0103o -ool00ol00000oooo0?ooo`080?ooo`030000003oool0oooo05`0oooo001N0?ooo`8000003P3oool0 -0`000000oooo0?ooo`0@0?ooo`03o`00003oool0oooo00L0oooo00<000000?ooool000002`3oool2 -o`0000d0oooo00<000000?ooo`3oool03P3oool2000005l0oooo001O0?ooo`8000003P3oool00`00 -0000oooo0?ooo`0@0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooool000002P3oool00ol0 -0000oooo0?ooo`0=0?ooo`030000003oool0oooo00d0oooo00<000000?ooo`3oool0G`3oool00640 -oooo0P0000080?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool0403oool00ol00000 -oooo0?ooo`050?ooo`030000003ooooo000000T0oooo00?o00000?ooo`3oool03@3oool00`000000 -oooo0?ooo`050?ooo`03o`00003oool0oooo00@0oooo0P00001R0?ooo`00HP3oool2000000L0oooo -00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`0G0?ooo`030000003oool0oooo00H0oooo -0_l0000@0?ooo`030000003oool0oooo00H0oooo00?o00000?ooo`3oool00`3oool2000006<0oooo -001T0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?oo -o`0B0?ooo`;o00000`3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00l0oooo00<0 -00000?ooo`3oool01P3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo06<0oooo001U -0?ooo`8000001@3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo01<0oooo00Co0000 -0?ooo`3oool000001P3oool00ol00000oooo0?ooo`0?0?ooo`030000003oool0oooo00H0oooo00?o -00000?ooo`3oool00P3oool2000006H0oooo001W0?ooo`<000002@3oool00`000000oooo0?ooo`0F -0?ooo`0300000?l00000oooo01@0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`1V -0?ooo`00J03oool00`000000oooo000000090?ooo`030000003oool0oooo01@0oooo00Go00000000 -0?l00000ooooo`00000C0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool0I`3oool0 -06T0oooo0P0000030?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0503oool00`00 -003o0000o`00000C0?ooo`030000003oool0oooo00L0oooo00Co00000?ooo`0000000000JP3oool0 -06/0oooo0`0000000ol00000oooo0?ooo`050?ooo`030000003oool0oooo00L0oooo0_l000020?oo -o`Co00000P3oool2o`00000300000?l0003o000000;o00000P3oool4o`000080oooo1?l000040?oo -o`030000003oool0oooo00P0oooo0P00001/0?ooo`00K03oool300000003o`00003oool0oooo00?o -00000P3oool00`00003o0000o`000002o`000080oooo0_l0000<0?ooo`0300000?l00000oooo0140 -oooo00<00000o`000?l000000`3oool4o`0000<00000K@3oool006h0oooo0P0000080?ooo`030000 -003oool0oooo0140oooo00<00000o`00003oool0403oool00`000000oooo0?ooo`070?ooo`800000 -K`3oool006l0oooo00<000000?ooo`0000001`3oool00`000000oooo0?ooo`0@0?ooo`030000003o -ool0oooo00l0oooo00<000000?ooo`3oool01`3oool200000700oooo001`0?ooo`<000001`3oool0 -0`000000oooo0?ooo`0?0?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3oool01`3oool2 -00000740oooo001b0?ooo`8000001P3oool00`000000oooo0?ooo`0?0?ooo`030000003oool0oooo -00h0oooo00<000000?ooo`3oool01@3oool2000007<0oooo001c0?ooo`8000001P3oool00`000000 -oooo0?ooo`0>0?ooo`0300000?l00000oooo00d0oooo00<000000?ooo`3oool0103oool3000007@0 -oooo001e0?ooo`8000001@3oool00`000000oooo0?ooo`0=0?ooo`0300000?l00000oooo00`0oooo -00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`1d0?ooo`00MP3oool2000000D0oooo00<0 -00000?ooo`3oool0303oool00`00003o00000?ooo`0;0?ooo`030000003oool0oooo00<0oooo0`00 -001g0?ooo`00M`3oool2000000D0oooo00<000000?ooo`3oool02`3oool00`00003o00000?ooo`0: -0?ooo`030000003oool0oooo00<0oooo0`00001h0?ooo`00N@3oool00`000000oooo0?ooo`030?oo -o`030000003oool0oooo00X0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`030?oo -o`800000NP3oool007X0oooo0`0000030?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3o -ool0203oool00`000000oooo0?ooo`030?ooo`800000N`3oool007`0oooo0P0000030?ooo`030000 -003oool0oooo00P0oooo00<00000o`00003oool0203oool010000000oooo0?ooo`3oool2000007d0 -oooo001m0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool01`3oool00`00003o0000 -0?ooo`070?ooo`040000003oool0oooo0?ooo`800000OP3oool007h0oooo0`0000020?ooo`030000 -003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool010000000oooo0?ooo`3oool2000007l0 -oooo00200?ooo`80000000<0oooo0000003oool01`3oool00`000000oooo0?ooo`050?ooo`050000 -003oool0oooo0?ooo`000000P@3oool00840oooo0P0000000`3oool000000?ooo`060?ooo`030000 -003oool0oooo00@0oooo00<000000?ooo`3oool00P0000220?ooo`00P`3oool00`000000oooo0000 -00060?ooo`030000003oool0oooo00<0oooo00@000000?ooo`0000000000Q03oool008@0oooo0`00 -00050?ooo`030000003oool0oooo00<0oooo00<000000?ooo`000000Q@3oool008D0oooo0`000004 -0?ooo`030000003oool0oooo0080oooo0`0000260?ooo`00Q`3oool2000000<0oooo00@000000?oo -o`3oool0oooo0P0000280?ooo`00R03oool200000080oooo00<000000?ooo`3oool00P0000290?oo -o`00RP3oool01@000000oooo0000003oool0000008/0oooo002;0?ooo`<00000S03oool008`0oooo -00<000000?ooo`3oool0R`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0 -oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.53124 .45363 m -.69667 .54859 L -s -.53124 .45363 m -.53784 .56992 L -s -.61766 .39786 m -.53124 .45363 L -s -.37465 .56997 m -.53124 .45363 L -s -.5 .27523 m -.53124 .45363 L -s -.42372 .41472 m -.53124 .45363 L -s -.37465 .56997 m -.53784 .56992 L -s -.42372 .41472 m -.37465 .56997 L -s -.33052 .39916 m -.37465 .56997 L -s -.29076 .51562 m -.37465 .56997 L -s -.31871 .63494 m -.37465 .56997 L -s -.41768 .68394 m -.37465 .56997 L -s -.53323 .67212 m -.37465 .56997 L -s -.53784 .56992 m -.69667 .54859 L -s -.53323 .67212 m -.53784 .56992 L -s -.42372 .41472 m -.5 .27523 L -s -.33052 .39916 m -.42372 .41472 L -s -.61766 .39786 m -.69667 .54859 L -s -.67754 .36786 m -.61766 .39786 L -s -.5 .27523 m -.61766 .39786 L -s -.67754 .36786 m -.69667 .54859 L -s -.72166 .48345 m -.69667 .54859 L -s -.69054 .61338 m -.69667 .54859 L -s -.62724 .67334 m -.69667 .54859 L -s -.53323 .67212 m -.69667 .54859 L -s -.53323 .67212 m -.41768 .68394 L -s -.53323 .67212 m -.5 .75807 L -s -.53323 .67212 m -.62724 .67334 L -s -.5 .27523 m -.67754 .36786 L -s -.33052 .39916 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.59003 .29883 m -.5 .27523 L -s -.46059 .29588 m -.5 .27523 L -s -.36864 .32105 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.29076 .51562 m -.33052 .39916 L -s -.36864 .32105 m -.33052 .39916 L -s -.2618 .44114 m -.33052 .39916 L -s -.41768 .68394 m -.31871 .63494 L -s -.5 .75807 m -.41768 .68394 L -s -.2618 .44114 m -.29076 .51562 L -s -.31871 .63494 m -.29076 .51562 L -s -.0035 w -[ ] 0 setdash -.62724 .67334 m -.5 .75807 L -s -.62724 .67334 m -.69054 .61338 L -s -.72166 .48345 m -.67754 .36786 L -s -.66737 .40657 m -.67754 .36786 L -s -.59003 .29883 m -.67754 .36786 L -s -.31871 .63494 m -.2618 .44114 L -s -.31871 .63494 m -.35658 .62451 L -s -.5 .75807 m -.31871 .63494 L -s -.36864 .32105 m -.46059 .29588 L -s -.2618 .44114 m -.36864 .32105 L -s -.66737 .40657 m -.72166 .48345 L -s -.69054 .61338 m -.72166 .48345 L -s -.59003 .29883 m -.66737 .40657 L -s -.46059 .29588 m -.59003 .29883 L -s -.69054 .61338 m -.66737 .40657 L -s -.69054 .61338 m -.59857 .6102 L -s -.69054 .61338 m -.5 .75807 L -s -.5 .75807 m -.35658 .62451 L -s -.5 .75807 m -.45738 .56325 L -s -.5 .75807 m -.59857 .6102 L -s -.46059 .29588 m -.66737 .40657 L -s -.44949 .40666 m -.46059 .29588 L -s -.2618 .44114 m -.46059 .29588 L -s -.2618 .44114 m -.44949 .40666 L -s -.35658 .62451 m -.2618 .44114 L -s -.45738 .56325 m -.2618 .44114 L -s -.45738 .56325 m -.35658 .62451 L -s -.59857 .6102 m -.66737 .40657 L -s -.59857 .6102 m -.45738 .56325 L -s -.44949 .40666 m -.66737 .40657 L -s -.45738 .56325 m -.44949 .40666 L -s -.45738 .56325 m -.66737 .40657 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`030000003oool0oooo00`0oooo -00?o00000?ooo`3oool01`3oool2000000<0oooo00?o00000?ooo`3oool03@3oool00`000000oooo -0?ooo`050?ooo`030000003oool0oooo0640oooo001Q0?ooo`030000003oool0000000T0oooo00@0 -00000?ooo`3ooooo00003`3oool00`00003o00000?ooo`0=0?ooo`03o`00003oool0oooo00P0oooo -0P0000020?ooo`03o`00003oool0oooo00d0oooo00<000000?ooo`3oool00ol000020?ooo`030000 -003oool0oooo0600oooo001P0?ooo`040000003oool0oooo000000L0oooo0P00000C0?ooo`030000 -0?l00000oooo00d0oooo00?o00000?ooo`3oool02P3oool200000100oooo00<000000?ooo`3oool0 -0`3oool01?l00000oooo0?ooo`00001Q0?ooo`00G`3oool00`000000oooo0?ooo`080?ooo`030000 -003oool0oooo00;o0000403oool00`00003o00000?ooo`0M0?ooo`80000000?o00000?ooo`3oool0 -303oool00`000000oooo0?ooo`060?ooo`800000G`3oool005h0oooo00<000000?ooo`3oool01`3o -ool200000080oooo00?o00000?ooo`3oool0403oool00`000000oooo0?ooo`0O0?ooo`8000003P3o -ool00`000000oooo0?ooo`040?ooo`;o000000<0oooo0000003oool0G@3oool005d0oooo00<00000 -0?ooo`3oool00P3oool00`000000oooo0?ooo`020?ooo`050000003oool0oooo0?ooool000004`3o -ool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo0100oooo0P00000<0?ooo`030000003o -ool0oooo00H0oooo00?o00000?ooo`000000G@3oool005d0oooo00D000000?ooo`3oool0oooo0000 -00040?ooo`030000003oool0oooo01H0oooo00<000000?ooo`3oool03P3oool00ol00000oooo0?oo -o`0B0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool0203oool00`000000oooo0?oo -o`1J0?ooo`00G03oool01@000000oooo0?ooo`3oool0000000<0oooo0P0000020?ooo`;o0000503o -ool00ol0000000000?ooo`0@0?ooo`03o`00003oool0oooo0180oooo0P00000;0?ooo`030000003o -ool0oooo00L0oooo00?o00000000003oool0FP3oool005/0oooo00<000000?ooo`3oool01@3oool0 -0`000000oooo0?ooo`02o`0001D0oooo00?o00000?ooo`0000004@3oool00ol00000oooo0?ooo`0B -0?ooo`04o`00003oool00000000000X0oooo00<000000?ooo`3oool0103oool2o`0000030?ooo`00 -0000oooo05X0oooo001J0?ooo`030000003oool0oooo00@0oooo0P00000I0?ooo`04o`00003oool0 -oooo000002L0oooo00?o00000?ooo`3oool00P0000080?ooo`030000003oool0oooo00L0oooo0P00 -001J0?ooo`00F@3oool00`000000oooo0?ooo`030?ooo`8000000P3oool2o`0001X0oooo00<00000 -0?ooo`3oool09P3oool01?l00000oooo0?ooo`3oool2000000L0oooo00@000000?ooool0003o0000 -103oool00`00003o00000000001J0?ooo`00F03oool00`000000oooo0?ooo`040?ooo`040000003o -ool0ooooo`0001`0oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`0J0?ooo`800000 -1P3oool00`000000oooo0?ooo`040?ooo`030000003oool0000005X0oooo001G0?ooo`030000003o -ool0oooo00<0oooo0P0000020?ooo`03o`00003oool0oooo01L0oooo00Go00000?ooo`3oool0oooo -0000000A0?ooo`03o`00003oool0oooo01H0oooo00?o00000?ooo`3oool00`3oool2000000;o0000 -0P3oool00`000000oooo0?ooo`040?ooo`040000003oool0oooo000005T0oooo001F0?ooo`030000 -003oool0oooo00<0oooo00<000000?ooo`000000703oool01Ol00000oooo0?ooo`3oool000000180 -oooo00?o00000?ooo`3oool05P3oool00ol00000oooo0?ooo`030?ooo`03o`0000000000000000<0 -oooo00<000000?ooo`3oool00P3oool01@000000oooo0?ooool00000000005T0oooo001E0?ooo`03 -0000003oool0oooo0080oooo0P0000020?ooo`;o00006P3oool01Ol00000oooo0?ooo`3oool00000 -01<0oooo00?o00000?ooo`3oool05`3oool01Ol00000oooo0?ooo`3ooooo000000<0oooo00D00000 -0?ooo`3oool0oooo000000030?ooo`050000003oool0ooooo`0000000000F@3oool005@0oooo00<0 -00000?ooo`3oool00P3oool01@000000oooo0?ooo`3ooooo000001`0oooo00Go00000?ooo`3oool0 -oooo0000000^0?ooo`03o`00003oool0oooo00D0oooo0P0000020?ooo`040000003oool0oooo0000 -0080oooo00?o00000?ooo`000000F03oool005<0oooo00<000000?ooo`3oool00P3oool010000000 -oooo0?ooo`000004o`0001h0oooo00<000000?ooo`3oool0:`3oool2o`0000T0oooo0`0000020?oo -o`060000003oool0ooooo`00003oool00000F03oool005<0oooo00<000000?ooo`3oool00P000002 -0?ooo`030000003oool0000000D0oooo1?l0000H0?ooo`030000003oool0oooo0140oooo00?o0000 -0?ooo`3oool05P3oool01?l00000oooo0?ooool0000:0?ooo`<000001P3oool00`000000oooo0?oo -o`1E0?ooo`00DP3oool010000000oooo0?ooo`0000030?ooo`050000003oool0oooo00000?l00000 -2`3oool3o`0000`0oooo00?o00000?ooo`3oool0@@0000060?ooo`030000003oool0oooo05D0oooo -001A0?ooo`040000003oool00000000000H0oooo00<000000?ooo`3oool04@3oool3o`0000<0oooo -1P0000030?ooo`030000003oool0oooo0180oooo00?o00000?ooo`3oool04@3oool2o`000100oooo -00<000000?ooo`0000000`3oool01?l00000oooo0?ooo`00001G0?ooo`00D03oool00`000000oooo -000000020?ooo`800000603oool6000000Co00001@3oool00`000000oooo0?ooo`0B0?ooo`03o`00 -003oool0oooo0100oooo00?o00000?ooo`3oool03`3oool00`000000oooo0000000200000080oooo -00Go00000?ooo`3oool0oooo0000001F0?ooo`00C`3oool00`000000oooo000000020?ooo`030000 -003oool0oooo0180oooo1P0000080?ooo`03o`00003ooooo000000@0oooo00<000000?ooo`3oool0 -;`3oool00ol00000oooo0?ooo`030?ooo`8000000P3oool2000000040?ooo`000000ooooo`0000<0 -oooo00<000000?ooo`3oool0E03oool004h0oooo0`0000090?ooo`050000003oool0oooo0?ooool0 -0000103oool6000000d0oooo00?o00000?ooo`3oool00`3oool2o`0000030000003oool0oooo0240 -oooo0_l0000<0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool00P3oool200000080 -oooo00<00000o`00003oool00P3oool00`000000oooo0?ooo`1D0?ooo`00C@3oool2000000030?oo -o`000000000000P0oooo00@000000?ooo`3oool0oooo1@00000C0?ooo`03o`00003oool0oooo00D0 -oooo00<00000o`00003oool0803oool00ol00000oooo0?ooo`0=0?ooo`04o`00003oool0oooo0000 -00@0oooo00H000000?ooo`3oool000000?ooo`0000050?ooo`030000003oool0oooo05<0oooo001< -0?ooo`@00000203oool6000000030?ooool00000oooo01d0oooo00@000000?ooo`3oool0oooo0ol0 -000>0?ooo`03o`00003oool0oooo00X0oooo00?o00000?ooo`3oool03`3oool2000000D0oooo00@0 -00000?ooo`3oool000000P3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo05<0oooo -001;0?ooo`030000003oool0oooo00@0oooo1P0000000`3oool000000?ooo`0S0?ooo`030000003o -ool0oooo00@0oooo00?o00000?ooo`3oool02`3oool00ol00000oooo0?ooo`070?ooo`03o`00003o -ool0oooo0140oooo00<000000?ooo`3oool01@3oool010000000oooo0?ooo`0000030?ooo`030000 -003oool0oooo0080oooo00<000000?ooo`3oool0DP3oool004X0oooo2000000S0?ooo`03o`00003o -ool0oooo00H0oooo00<000000?ooo`3oool01`3oool3o`0000T0oooo00?o00000?ooo`3oool01@3o -ool00ol00000oooo0?ooo`0A0?ooo`040000003oool0ooooo`0000@0oooo00D000000?ooo`3oool0 -oooo000000030?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0DP3oool004T0oooo -0`00000Y0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool02P3oool00ol00000oooo -0?ooo`0=0?ooo`03o`00003oool0oooo0100oooo0P0000030?ooo`03o`00003oool0oooo0080oooo -00D000000?ooo`3oool0oooo000000030?ooo`03o`0000000000oooo0080oooo00<000000?ooo`3o -ool0DP3oool004T0oooo00<000000?ooo`000000303oool00`000000oooo0?ooo`040?ooo`03o`00 -003oool0oooo0180oooo00?o00000?ooo`3oool01`3oool00`000000oooo0?ooo`0=0?ooo`;o0000 -7@3oool00`000000oooo0?ooo`040?ooo`05o`00003oool0oooo0?ooo`0000000`3oool01`000000 -oooo0?ooo`3ooooo00000?ooo`0000000`3oool00`000000oooo0?ooo`1A0?ooo`00B@3oool20000 -00030?ooo`000000000000X0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0B0?oo -o`03o`00003oool0oooo00L0oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`040?oo -o`;o00004`3oool00`000000oooo0?ooo`050?ooo`04o`00003oool0oooo000000@0oooo00<00000 -0?ooo`3oool0103oool010000000oooo0?ooo`00001C0?ooo`00BP3oool010000000oooo0?ooo`3o -ool2000000L0oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`0L0?ooo`030000003o -ool0oooo01<0oooo0_l0000C0?ooo`8000002`3oool00`000000oooo0?ooo`020?ooo`030000003o -ool0oooo00@0oooo00@000000?ooo`3oool00000D`3oool004X0oooo0P0000040?ooo`030000003o -ool0oooo00@0oooo00<000000?ooo`3oool09@3oool00`000000oooo0?ooo`0B0?ooo`?o00004P3o -ool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00<0oooo00@000000?ooo`3ooooo0000 -0`3oool010000000oooo0?ooo`00001B0?ooo`00BP3oool2000000D0oooo0P00000P0?ooo`03o`00 -003oool0oooo00T0oooo00<000000?ooo`3oool04`3oool00ol00000ooooo`00000@0?ooo`030000 -003oool0oooo00/0oooo00<000000?ooo`3oool0103oool010000000oooo0?ooool000040?ooo`03 -0000003oool000000580oooo001;0?ooo`8000001P3oool00`000000oooo0?ooo`0M0?ooo`03o`00 -003oool0oooo00T0oooo00<000000?ooo`3oool0403oool2o`0000030?ooool00000oooo00l0oooo -0P00000>0?ooo`030000003oool0oooo00@0oooo00D000000?ooo`3oool0ooooo`0000030?ooo`04 -0000003oool0oooo00000540oooo001;0?ooo`8000001`3oool3000000X0oooo00?o00000?ooo`3o -ool03P3oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00h0oooo0_l000030?ooo`03 -o`00003oool0oooo0080oooo0ol000080?ooo`030000003oool0oooo00h0oooo00<00000o`00003o -ool0103oool01@000000oooo0?ooo`3ooooo000000@0oooo00<000000?ooo`000000D@3oool004/0 -oooo0`0000080?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool03P3oool00ol00000 -oooo0?ooo`0:0?ooo`030000003oool0oooo01/0oooo00?o00000?ooo`3oool0103oool00`000000 -oooo0?ooo`0>0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool01`3oool200000540 -oooo001;0?ooo`<000001`3oool010000000oooo0000000000090?ooo`03o`00003oool0oooo01X0 -oooo00<000000?ooo`3oool02`3oool2o`0001<0oooo0P00000A0?ooo`030000003oool0oooo00D0 -oooo00<000000?ooo`3oool0203oool200000500oooo001<0?ooo`030000003oool0000000H0oooo -00@000000?ooo`3oool0oooo0P00000T0?ooo`030000003oool0oooo00X0oooo00?o00000?ooo`3o -ool01P3oool00ol00000oooo0?ooo`070?ooo`;o000000<000000?ooo`3oool04@3oool01@000000 -oooo0?ooo`3ooooo000000<0oooo00<000000?ooo`3oool0203oool200000500oooo001<0?ooo`03 -0000003oool0000000`0oooo00<000000?ooo`3oool04`3oool00ol00000oooo0?ooo`0;0?ooo`03 -0000003oool0oooo00T0oooo00?o00000?ooo`3oool01`3oool00ol00000oooo0?ooo`080?ooo`03 -00000?l00000oooo0140oooo00<000000?ooo`3oool00P3oool01Ol00000oooo0?ooo`3oool00000 -00<0oooo00?o00000?ooo`3oool01@3oool00`000000oooo0?ooo`1>0?ooo`00C03oool010000000 -oooo00000000000<0?ooo`8000004`3oool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo -01<0oooo00?o00000?ooo`3oool01P3oool200000080oooo00?o00000?ooo`3oool03`3oool00`00 -0000oooo0?ooo`030?ooo`04o`00003oool0oooo000000<0oooo00?o00000?ooo`3oool01P3oool0 -0`000000oooo0?ooo`1=0?ooo`00C@3oool3000000@0oooo00<000000?ooo`3oool01`3oool00`00 -0000oooo0?ooo`020?ooo`03o`00003oool0oooo00X0oooo00?o00000?ooo`3oool0303oool00`00 -0000oooo0?ooo`070?ooo`03o`00003oool0oooo00T0oooo00?o00000?ooo`3oool01@3oool00`00 -0000oooo0?ooo`050?ooo`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool00`3oool01Ol0 -0000oooo0?ooo`3oool000000080oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`1= -0?ooo`00C@3oool010000000oooo0000000000030?ooo`030000003oool0oooo00P0oooo0P000002 -0?ooo`03o`00003oool0oooo01T0oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`0@ -0?ooo`8000002@3oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00P0oooo00<00000 -0?ooo`3oool0203oool00ol0000000000?ooo`1>0?ooo`00C@3oool01`000000oooo0000003oool0 -00000?ooo`0000003@3oool00`000000ooooo`00000K0?ooo`030000003oool0oooo00D0oooo00?o -00000?ooo`3oool0403oool00`000000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00T0oooo00<0 -00000?ooo`3oool0203oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo04h0oooo001> -0?ooo`060000003oool0oooo0000003oool000003P3oool2000001/0oooo00<000000?ooo`3oool0 -4`3oool01Ol00000oooo0?ooo`3oool000000100oooo0_l000070?ooo`030000003oool0oooo00D0 -oooo00Co00000?ooo`3oool000002P3oool00`000000oooo0?ooo`1>0?ooo`00CP3oool01@000000 -oooo0?ooo`3oool000000140oooo0P0000090?ooo`03o`00003oool0oooo00d0oooo00@000000?oo -o`3oool0oooo0_l0000@0?ooo`04o`00003oool00000000001<0oooo00?o00000?ooo`3oool00`3o -ool00`000000oooo0?ooo`070?ooo`03o`00003oool0000000<0oooo00?o00000?ooo`3oool0103o -ool00`000000oooo0?ooo`1>0?ooo`00CP3oool01@000000oooo0000003oool0000001<0oooo00<0 -00000?ooo`3oool01P3oool00ol00000oooo0?ooo`0=0?ooo`040000003oool0ooooo`0001<0oooo -00<000000?ooo`3oool0503oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00P0oooo -00?o00000000003oool00P3oool00ol00000oooo0?ooo`030?ooo`03o`0000000000oooo04l0oooo -001>0?ooo`040000003oool000000?ooo`800000403oool00ol00000oooo0?ooo`02000000D0oooo -00?o00000?ooo`3oool03P3oool00`000000oooo0?ooo`0C0?ooo`0300000?l00000oooo01P0oooo -00?o00000?ooo`0000002`3oool01@000000oooo0?ooo`3ooooo000000D0oooo00?o00000000003o -ool0C`3oool004l0oooo00<000000?ooo`0000000P00000@0?ooo`03o`00003oool0oooo0080oooo -00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0A0?ooo`800000703oool00`000000oooo -0?ooo`0:0?ooo`050000003oool0oooo0?ooool00000103oool00ol0000000000?ooo`1@0?ooo`00 -C`3oool01P000000oooo00000?l00000oooo00000100oooo00?o00000?ooo`3oool00P3oool20000 -0180oooo00?o00000000003oool04@3oool00`000000oooo0?ooo`0L0?ooo`0300000?l00000oooo -00X0oooo00?o00000000003oool01P3oool00ol0000000000?ooo`1@0?ooo`00C`3oool01P000000 -oooo0000003ooooo0000000001L0oooo00<000000?ooo`3oool03P3oool00ol00000oooo0000000A -0?ooo`030000003oool0oooo01d0oooo00D000000?ooo`3oool0ooooo`0000080?ooo`03o`000000 -0000oooo00L0oooo00<000000?ooo`3oool0C`3oool00500oooo0P0000020?ooo`03o`0000000000 -oooo01H0oooo0P00000@0?ooo`030000003oool0oooo00d0oooo0P0000050?ooo`03o`00003oool0 -oooo01L0oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`060?ooo`040000003oool0 -ooooo`0000D0oooo00<000000?ooo`3oool0C`3oool00500oooo00<000000?ooo`0000000P3oool0 -0`000000oooo0?ooo`0E0?ooo`04o`00003oool00000000000T0oooo00?o00000?ooo`3oool00P3o -ool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool05`3o -ool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo00D0oooo00@00000o`00003ooooo0000 -0`3oool00ol00000oooo0000001A0?ooo`00D03oool00`000000oooo000000030?ooo`0300000?l0 -003o000000d0oooo00?o00000?ooo`3oool00`3oool00ol00000oooo0?ooo`020?ooo`030000003o -ool0oooo00D0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0:0?ooo`030000003o -ool0oooo00H0oooo00?o00000?ooo`3oool05`3oool00`000000oooo0?ooo`0<0?ooo`050000003o -ool0oooo0?ooool000000P3oool00ol0000000000?ooo`1A0?ooo`00D03oool00`000000oooo0?oo -o`030?ooo`040000003oool0ooooo`0000`0oooo00?o00000?ooo`3oool02@3oool2000000@0oooo -00?o00000?ooo`3oool01@3oool00`000000oooo0?ooo`080?ooo`8000008P3oool00`000000oooo -0?ooo`080?ooo`?o00000P3oool02@000000oooo0?ooo`3ooooo00000?ooool00000oooo0000001B -0?ooo`00D@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00`0oooo00?o00000?oo -o`3oool02`3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo00L0oooo00<000000?oo -o`3oool08P3oool00`000000oooo0?ooo`0;0?ooo`05o`00003oool000000?ooool000000`3oool0 -0ol00000oooo0000001B0?ooo`00D@3oool00`000000oooo000000030?ooo`030000003oool0oooo -0080oooo00?o00000?ooo`3oool0303oool00ol00000oooo0?ooo`060?ooo`03o`00000000000000 -00T0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0S0?ooo`030000003oool0oooo -00d0oooo00<000000?ooool000001@3oool00`000000oooo0?ooo`1@0?ooo`00D@3oool00`000000 -oooo000000040?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool02`3oool00ol00000 -oooo0?ooo`050?ooo`05o`00003oool0oooo0?ooo`000000203oool00`000000oooo0?ooo`040?oo -o`8000003@3oool00ol00000oooo0?ooo`0E0?ooo`030000003oool0oooo00l0oooo00@00000o`00 -0?l0003o00000P3oool00`000000oooo0?ooo`1A0?ooo`00DP3oool2000000@0oooo00<000000?oo -o`3oool00`3oool00ol00000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00X0oooo0P0000060?oo -o`030000003oool0oooo00<0oooo00<000000?ooo`3oool03@3oool00ol00000oooo0?ooo`0E0?oo -o`030000003oool0oooo00l0oooo00<000000?ooool000000_l000000`3oool000000?ooo`1B0?oo -o`00DP3oool2000000D0oooo00<000000?ooo`3oool02`3oool01Ol00000oooo0?ooo`3ooooo0000 -00@0oooo00?o00000?ooo`3oool01`3oool2000000@0oooo00<000000?ooo`3oool00P3oool00`00 -0000oooo0?ooo`0>0?ooo`03o`00003oool0oooo01D0oooo00<000000?ooo`3oool0303oool2o`00 -00030?ooo`000000oooo00;o00000P3oool00`000000oooo0?ooo`1A0?ooo`00DP3oool00`000000 -oooo0?ooo`040?ooo`030000003oool0oooo00D0oooo0_l000040?ooo`03o`00003oool0oooo00D0 -oooo00?o00000?ooo`3oool02P3oool01@000000oooo0?ooo`3oool000000080oooo0P00000X0?oo -o`030000003oool0oooo00L0oooo0_l000020?ooo`;o00000`3oool010000000ooooo`000?l00002 -0?ooo`030000003oool0oooo0540oooo001B0?ooo`030000003oool0oooo00D0oooo00<000000?oo -o`3oool01P3oool00ol00000oooo0?ooo`020?ooo`03o`00003oool0oooo00<0oooo00?o00000?oo -o`3oool0303oool2000000040?ooo`000000oooo000002X0oooo00<000000?ooool000000ol00002 -0?ooo`;o00002@3oool00`000000ooooo`0000030?ooo`030000003oool0oooo0540oooo001C0?oo -o`8000001@3oool00`000000oooo0?ooo`0=0?ooo`03o`00003oool0oooo0180oooo0`00000W0?oo -o`Co000000<000000?ooo`3oool03`3oool01ol0000000000?ooo`3ooooo00000?ooo`000000E03o -ool005<0oooo0P0000060?ooo`030000003oool0oooo00P0oooo0_l000020?ooo`;o00004`3oool4 -000001@0oooo00?o00000?ooo`3oool01@3oool2o`000080oooo1?l000050?ooo`030000003oool0 -oooo00l0oooo00?o00000?ooo`0000000P3oool00ol00000oooo0000001D0?ooo`00D`3oool00`00 -0000oooo000000050?ooo`030000003oool0oooo00X0oooo0ol0000C0?ooo`030000003oool00000 -0080oooo0`00000A0?ooo`?o00000`3oool2o`0000d0oooo00<000000?ooo`3oool03P3oool01?l0 -0000oooo0?ooo`0000020?ooo`03o`00003oool0000005@0oooo001D0?ooo`8000001P3oool00`00 -0000oooo0?ooo`0:0?ooo`Co00000P3oool4o`000080oooo1?l000020?ooo`06o`00000000000000 -o`00003oool000001?l00000103oool00000000000000002o`0000<0oooo1?l000020?ooo`Co0000 -503oool00`000000oooo0?ooo`0A0?ooo`060000003oool0ooooo`00003oool00000E03oool005@0 -oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`0:0?ooo`03o`00003ooooo000000h0 -oooo0P0000050?ooo`030000003oool0oooo00D0oooo0`00000;0?ooo`03o`00003oool0oooo0140 -oooo00<000000?ooo`3oool02`3oool2o`0000@0oooo00?o00000?ooo`0000000P3oool00`000000 -oooo0?ooo`1C0?ooo`00E03oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00L0oooo -00Ko00000?ooo`3ooooo00000?ooool0000<0?ooo`030000003oool0oooo00D0oooo00<000000?oo -o`3oool0203oool3000000P0oooo00?o00000?ooo`3oool04@3oool00`000000oooo0?ooo`0:0?oo -o`03o`00003oool0oooo00@0oooo00?o00000?ooo`0000000P3oool00`000000oooo0?ooo`1C0?oo -o`00E03oool00`000000oooo000000070?ooo`030000003oool0oooo00D0oooo00Go00000?ooo`3o -ool0ooooo`0000040?ooo`03o`00003oool0oooo00D0oooo0P0000080?ooo`030000003oool0oooo -00/0oooo0`0000040?ooo`03o`00003oool0oooo0180oooo00<000000?ooo`3oool04`3oool01000 -003o00000?ooo`00001E0?ooo`00E@3oool2000000L0oooo00<000000?ooo`3oool0103oool00ol0 -0000oooo0?ooo`080?ooo`03o`00003oool0oooo0080oooo0P00000:0?ooo`030000003oool0oooo -00h0oooo0`0000000`3ooooo00000?ooo`0B0?ooo`030000003oool0oooo00P0oooo00?o00000?oo -o`3oool02@3oool01000003o00000?ooo`00001E0?ooo`00E@3oool2000000P0oooo00<000000?oo -o`3oool03`3oool01?l00000oooo0?ooo`00000<0?ooo`030000003oool0oooo0140oooo0`00000B -0?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool01P3oool02?l00000oooo0?ooo`3o -ool00000o`00003oool00000E@3oool005D0oooo0P0000080?ooo`050000003oool0oooo0?ooool0 -00001`3oool00ol00000oooo0?ooo`040?ooo`8000003P3oool00`000000oooo0?ooo`0C0?ooo`<0 -00003`3oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00L0oooo00Oo00000?ooo`3o -ool0oooo00000?l00000000005H0oooo001F0?ooo`030000003oool0oooo00L0oooo00@000000?oo -o`3ooooo00001`3oool00ol00000oooo0?ooo`020?ooo`8000000P3oool2o`0000`0oooo00<00000 -0?ooo`3oool04@3oool00ol00000oooo0?ooo`020?ooo`<000002`3oool00`000000oooo0?ooo`0@ -0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`000000EP3oool005H0oooo00<000000?oo -o`3oool01`3oool00`000000ooooo`0000090?ooo`04o`00003oool0oooo000000H0oooo00?o0000 -0?ooo`3oool02@3oool00`000000oooo0?ooo`0A0?ooo`03o`00003oool0oooo00D0oooo0`000008 -0?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool03P3oool00`000000oooo0000001F -0?ooo`00EP3oool2000000T0oooo00<000000?ooo`3oool0203oool00ol0000000000000000C0?oo -o`030000003oool0oooo0140oooo00?o00000?ooo`3oool0203oool3000000D0oooo00<000000?oo -o`3oool00`3oool00ol00000oooo0?ooo`0@0?ooo`800000EP3oool005L0oooo00<000000?ooo`3o -ool01`3oool00`000000oooo0?ooo`070?ooo`800000303oool00ol00000oooo0?ooo`070?ooo`03 -0000003oool0oooo0100oooo00?o00000?ooo`3oool02`3oool3000000030?ooo`000000oooo00@0 -oooo00?o00000?ooo`3oool02@3oool00ol00000oooo0?ooo`050?ooo`800000EP3oool005L0oooo -0P0000060?ooo`04o`00003oool0oooo000000L0oooo00<000000?ooo`3oool03@3oool00ol00000 -oooo0?ooo`060?ooo`030000003oool0oooo0240oooo3`0000040?ooo`03o`00003oool0oooo00D0 -oooo00<000000?ooo`3oool0E@3oool005L0oooo0P0000050?ooo`05o`00003oool0oooo0?ooo`00 -00001@3oool2000000<0oooo00?o00000?ooo`3oool02`3oool00ol00000oooo0?ooo`050?ooo`03 -0000003oool0oooo0280oooo00@000000?ooool0003o00002P3oool=000005L0oooo001G0?ooo`03 -0000003oool0oooo00<0oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`02000000D0 -oooo00?o00000?ooo`3oool03P3oool2o`0000<0oooo00<000000?ooo`3oool0403oool00ol00000 -oooo0?ooo`0>0?ooo`030000003ooooo000000l0oooo00?o00000?ooo`3oool0103oool00`000000 -oooo0?ooo`1G0?ooo`00F03oool00`000000oooo0?ooo`080?ooo`030000003oool0000000P0oooo -00?o00000?ooo`3oool03`3oool01?l00000oooo0?ooo`00000B0?ooo`03o`00003oool0oooo00d0 -oooo00<000000?ooo`3oool05P3oool00`000000oooo0?ooo`1H0?ooo`00F03oool00`000000oooo -0?ooo`070?ooo`@000006`3oool01?l00000oooo0?ooo`00000A0?ooo`03o`00003oool0oooo00d0 -oooo00<000000?ooo`3oool03P3oool00ol00000oooo0?ooo`030?ooo`800000F`3oool005P0oooo -00@000000?ooo`3ooooo00000P3oool4000000@0oooo00<000000?ooo`3oool06`3oool00`000000 -oooo0?ooo`0?0?ooo`03o`00003oool0oooo00`0oooo00<00000o`00003oool03`3oool00ol00000 -oooo0?ooo`020?ooo`800000G03oool005T0oooo00<00000o`00000000000P0000090?ooo`030000 -003oool0oooo00D0oooo00?o00000?ooo`3oool04@3oool00ol000000000o`00000N0?ooo`030000 -003oool0oooo00l0oooo00?o00000?ooo`3oool00P3oool2000005d0oooo001I0?ooo`8000003@3o -ool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo0180oooo00<000000?ooool000007@3o -ool00`000000oooo0?ooo`0?0?ooo`03o`00003oool0oooo00<00000GP3oool005/0oooo0`00000; -0?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool04@3oool00`000000oooo0?ooo`0? -0?ooo`03o`00003oool0oooo00P0oooo00?o00000?ooo`000000503oool00`000000oooo0000001O -0?ooo`00G03oool3000000/0oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`0B0?oo -o`050000003oool0oooo0?ooool00000303oool00ol00000oooo0?ooo`070?ooo`03o`00003oool0 -000001@0oooo00<000000?ooo`000000H03oool005h0oooo0P00000;0?ooo`030000003oool0oooo -01L0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`090?ooo`03o`00003oool0oooo -00H0oooo00Co00000?ooo`3oool000004@3oool01Ol0000000000000003oool000000640oooo001O -0?ooo`80000000<0oooo000000000000203oool00`000000oooo0?ooo`0F0?ooo`030000003oool0 -oooo00<0oooo00?o00000?ooo`3oool0203oool00ol00000oooo0?ooo`080?ooo`030000003oool0 -oooo0100oooo00@000000?ooo`3oool00000HP3oool00640oooo00@000000?ooo`3oool00000203o -ool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo0100oooo00<000000?ooo`3oool0503o -ool01Ol00000oooo0?ooo`3oool000000180oooo00@000000?ooo`3oool00000H`3oool00680oooo -00<000000?ooo`3oool02@3oool01@000000oooo0?ooo`3ooooo000001<0oooo00<000000?ooo`3o -ool01@3oool2o`0000/0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0?0?ooo`04 -0000003oool0oooo000006@0oooo001S0?ooo`8000000P3oool3000000D0oooo00D000000?ooo`3o -ool0ooooo`00000B0?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool01`3oool00ol0 -0000oooo0?ooo`020?ooo`030000003oool0oooo00h0oooo0P0000020?ooo`030000003oool0oooo -06<0oooo001U0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool00`3oool010000000 -oooo0?ooool0000B0?ooo`030000003oool0oooo00`0oooo00?o00000?ooo`3oool01P3oool00`00 -0000oooo0?ooo`0>0?ooo`050000003ooooo00000?ooo`000000IP3oool006H0oooo0P0000090?oo -o`030000003oool0oooo0180oooo00<000000?ooo`3oool02P3oool3o`0000030?ooool0003o0000 -00D0oooo00<000000?ooo`3oool03@3oool01@000000oooo0?ooool00000000006L0oooo001X0?oo -o`030000003oool0oooo0080oooo0P0000030?ooo`030000003oool0oooo0140oooo00<000000?oo -o`3oool02`3oool5o`000080oooo0_l000000`000000oooo0?ooo`0<0?ooo`8000000P3oool00ol0 -000000000?ooo`1W0?ooo`00J@3oool2000000@0oooo00H000000?ooo`3oool0oooo00000?l0000B -0?ooo`030000003oool0oooo0080oooo1?l000030?ooo`03o`00003ooooo000000H0oooo00<00000 -0?ooool000000`3oool3o`0000<0oooo0ol0000010000000oooo0?ooool00002000006T0oooo001[ -0?ooo`030000003oool0oooo00@0oooo0`00000=0?ooo`;o00000P3oool01?l000000000o`000?l0 -000:0?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool02`3oool01@000000oooo0?oo -o`3oool0000006/0oooo001/0?ooo`8000001P3oool2000000@0oooo1?l000020?ooo`;o00001@3o -ool00`000000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool02P3o -ool200000080oooo0P00001/0?ooo`00KP3oool00`000000oooo0?ooo`040?ooo`03o`000000003o -000000l0oooo00<000000?ooo`3oool0403oool00`000000oooo0?ooo`0:0?ooo`050000003oool0 -oooo0?ooo`000000KP3oool006l0oooo0P0000060?ooo`030000003oool0oooo00h0oooo00<00000 -0?ooo`3oool03`3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo00800000K`3oool0 -0740oooo00<000000?ooo`3oool0103oool2000000h0oooo00<000000?ooo`3oool0203oool00ol0 -0000oooo0?ooo`030?ooo`030000003oool0oooo00P0oooo0P0000020?ooo`030000003oool0oooo -06l0oooo001b0?ooo`8000001@3oool2000000d0oooo00<000000?ooo`3oool0203oool00ol00000 -oooo0?ooo`020?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool00P00001b0?ooo`00 -M03oool00`000000oooo0?ooo`030?ooo`800000303oool00`000000oooo0?ooo`070?ooo`03o`00 -003oool0oooo00<0oooo00<000000?ooo`3oool01`3oool010000000oooo0?ooo`00001d0?ooo`00 -M@3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool0 -1`3oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00H0oooo0P0000000`3oool00000 -0000001e0?ooo`00MP3oool2000000@0oooo0P00000;0?ooo`030000003oool0oooo00X0oooo00<0 -00000?ooo`3oool01P3oool010000000oooo0?ooo`00001g0?ooo`00N03oool00`000000oooo0?oo -o`020?ooo`8000002P3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00D0oooo00@0 -00000?ooo`0000000000N03oool007T0oooo0P0000030?ooo`8000002@3oool00`000000oooo0?oo -o`050?ooo`05o`00003oool0oooo0?ooo`0000001P3oool2000000030?ooo`000000oooo07T0oooo -001k0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool01P3oool00`000000oooo0?oo -o`050?ooo`04o`00003oool0oooo000000H0oooo00@000000?ooo`0000000000N`3oool007`0oooo -0P0000030?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0103oool01Ol00000oooo -0?ooo`3oool0000000D0oooo00<000000?ooo`000000O@3oool007h0oooo00D000000?ooo`3oool0 -oooo000000070?ooo`030000003oool0oooo00<0oooo00Co00000?ooo`3oool000001@3oool30000 -07h0oooo001o0?ooo`8000000P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00D0 -oooo00<000000?ooo`3oool00P3oool300000800oooo00210?ooo`040000003oool0oooo000000D0 -oooo00<000000?ooo`3oool01@3oool010000000oooo0?ooo`3oool300000840oooo00220?ooo`80 -000000<0oooo0000003oool00`3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0000000<0 -oooo0P0000230?ooo`00Q03oool3000000@0oooo00H000000?ooo`3oool0ooooo`00000000020?oo -o`<00000Q03oool008D0oooo00<000000?ooo`0000000`3oool01`000000oooo0?ooool00000oooo -0000003oool00P0000260?ooo`00QP3oool300000080oooo00H000000?ooo`3oool0oooo0000003o -ool2000008L0oooo00280?ooo`80000000@0oooo0000003oool0oooo0`0000290?ooo`00R@3oool3 -00000004o`00003oool00000000008X0oooo002;0?ooo`<00000S03oool008`0oooo00<000000?oo -o`3oool0R`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool0 -0?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.4104 .57603 m -.5704 .56684 L -s -.4104 .57603 m -.55806 .45048 L -s -.44521 .41961 m -.4104 .57603 L -s -.34205 .4116 m -.4104 .57603 L -s -.30586 .5282 m -.4104 .57603 L -s -.33127 .64347 m -.4104 .57603 L -s -.4409 .687 m -.4104 .57603 L -s -.56177 .66998 m -.4104 .57603 L -s -.55806 .45048 m -.72174 .53604 L -s -.55806 .45048 m -.5704 .56684 L -s -.63136 .38822 m -.55806 .45048 L -s -.5 .27523 m -.55806 .45048 L -s -.44521 .41961 m -.55806 .45048 L -s -.5704 .56684 m -.72174 .53604 L -s -.56177 .66998 m -.5704 .56684 L -s -.44521 .41961 m -.5 .27523 L -s -.34205 .4116 m -.44521 .41961 L -s -.63136 .38822 m -.72174 .53604 L -s -.67212 .35366 m -.63136 .38822 L -s -.5 .27523 m -.63136 .38822 L -s -.56177 .66998 m -.72174 .53604 L -s -.56177 .66998 m -.4409 .687 L -s -.56177 .66998 m -.5 .75807 L -s -.56177 .66998 m -.64223 .66726 L -s -.34205 .4116 m -.5 .27523 L -s -.30586 .5282 m -.34205 .4116 L -s -.35775 .3327 m -.34205 .4116 L -s -.24533 .45861 m -.34205 .4116 L -s -.67212 .35366 m -.72174 .53604 L -s -.64223 .66726 m -.72174 .53604 L -s -.0035 w -[ ] 0 setdash -.716 .46862 m -.72174 .53604 L -s -.68501 .60355 m -.72174 .53604 L -s -.0025 w -[ .01 .012 ] 0 setdash -.5 .27523 m -.67212 .35366 L -s -.35775 .3327 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.56576 .2919 m -.5 .27523 L -s -.42762 .30083 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.4409 .687 m -.33127 .64347 L -s -.5 .75807 m -.4409 .687 L -s -.24533 .45861 m -.30586 .5282 L -s -.33127 .64347 m -.30586 .5282 L -s -.0035 w -[ ] 0 setdash -.33127 .64347 m -.24533 .45861 L -s -.33127 .64347 m -.34491 .63198 L -s -.5 .75807 m -.33127 .64347 L -s -.64223 .66726 m -.5 .75807 L -s -.64223 .66726 m -.68501 .60355 L -s -.35775 .3327 m -.42762 .30083 L -s -.24533 .45861 m -.35775 .3327 L -s -.716 .46862 m -.67212 .35366 L -s -.62321 .39544 m -.67212 .35366 L -s -.56576 .2919 m -.67212 .35366 L -s -.62321 .39544 m -.716 .46862 L -s -.68501 .60355 m -.716 .46862 L -s -.56576 .2919 m -.62321 .39544 L -s -.42762 .30083 m -.56576 .2919 L -s -.5 .75807 m -.34491 .63198 L -s -.5 .75807 m -.42176 .56672 L -s -.5 .75807 m -.57206 .60573 L -s -.68501 .60355 m -.5 .75807 L -s -.24533 .45861 m -.42762 .30083 L -s -.24533 .45861 m -.40739 .41207 L -s -.34491 .63198 m -.24533 .45861 L -s -.42176 .56672 m -.24533 .45861 L -s -.68501 .60355 m -.62321 .39544 L -s -.68501 .60355 m -.57206 .60573 L -s -.42762 .30083 m -.62321 .39544 L -s -.40739 .41207 m -.42762 .30083 L -s -.42176 .56672 m -.34491 .63198 L -s -.57206 .60573 m -.62321 .39544 L -s -.57206 .60573 m -.42176 .56672 L -s -.40739 .41207 m -.62321 .39544 L -s -.42176 .56672 m -.40739 .41207 L -s -.42176 .56672 m -.62321 .39544 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`8000003P3oool00ol00000oooo0000000B -0?ooo`800000GP3oool005l0oooo00D000000?ooo`3oool0ooooo`0000020?ooo`030000003oool0 -oooo00T0oooo00Co00000?ooo`3oool000003@3oool00ol00000oooo0?ooo`0A0?ooo`8000003@3o -ool00ol00000oooo0000000B0?ooo`800000G@3oool005h0oooo00<000000?ooo`3oool00P3oool0 -0ol0000000000000000?0?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`3oool03P3oool0 -0ol00000oooo0?ooo`020?ooo`8000003@3oool00`000000oooo0?ooo`0?0?ooo`0300000?l00000 -000005d0oooo001M0?ooo`030000003oool0oooo0080oooo00?o00000000003oool02`3oool00ol0 -0000oooo0?ooo`020?ooo`030000003oool0oooo01`0oooo00?o00000?ooo`3oool0103oool20000 -00/0oooo00?o00000000003oool03P3oool01@00003o00000?ooo`3oool0000005`0oooo001L0?oo -o`030000003oool0oooo00<0oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`030?oo -o`030000003oool0oooo01d0oooo00?o00000?ooo`3oool01@3oool2000000X0oooo00<000000?oo -o`3oool0303oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo05X0oooo001K0?ooo`03 -0000003oool0oooo00<0oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`030?ooo`03 -0000003oool0oooo00/0oooo00?o00000?ooo`3oool0403oool00ol00000oooo0?ooo`070?ooo`80 -00002@3oool00`000000oooo0?ooo`0:0?ooo`0300000?l00000oooo00<0oooo00<000000?ooo`3o -ool0FP3oool005X0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`0A0?ooo`030000 -003oool0oooo00/0oooo00?o00000?ooo`3oool0703oool2000000P0oooo00<000000?ooo`3oool0 -203oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo05T0oooo001I0?ooo`030000003o -ool0oooo00<0oooo00@000000?ooo`3ooooo0000203oool00ol00000oooo0?ooo`060?ooo`030000 -003oool0oooo00X0oooo00?o00000?ooo`3oool07`3oool2000000H0oooo00<000000?ooool00000 -1`3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo05T0oooo001I0?ooo`040000003o -ool0oooo0?ooo`8000000`3oool00ol00000oooo0?ooo`050?ooo`03o`00003oool0oooo00L0oooo -00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`0B0?ooo`03o`00003oool0oooo00`0oooo -0P0000050?ooo`030000003ooooo000000D0oooo00<000000?ooo`3oool01`3oool00ol000000000 -0?ooo`1I0?ooo`00F03oool01@000000oooo0?ooo`3oool0000000@0oooo00?o00000?ooo`3oool0 -1@3oool00ol00000oooo0?ooo`080?ooo`030000003oool0oooo01l0oooo00?o00000?ooo`3oool0 -3P3oool2000000<0oooo00@000000?ooo`3ooooo00000`3oool00`000000oooo0?ooo`090?ooo`03 -0000003oool0oooo05P0oooo001G0?ooo`050000003oool0oooo0?ooo`0000001@3oool00ol00000 -oooo0?ooo`0?0?ooo`030000003oool0oooo0240oooo00?o00000?ooo`3oool03`3oool200000080 -oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo05P0 -oooo001F0?ooo`050000003oool0oooo0?ooo`0000002`3oool00ol00000oooo0?ooo`0:0?ooo`03 -0000003oool0oooo00X0oooo00?o00000?ooo`3oool0503oool00ol00000oooo0?ooo`0A0?ooo`80 -000000D0oooo0000003ooooo00000000000>0?ooo`030000003oool0oooo05L0oooo001E0?ooo`05 -0000003oool0oooo0?ooo`0000002`3oool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo -00X0oooo00?o00000?ooo`3oool0:P3oool200000003o`000000003o000000h0oooo00<000000?oo -o`3oool0E`3oool005@0oooo00<000000?ooo`3oool00P0000070?ooo`05o`00003oool0oooo0?oo -ool000003P3oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo02D0oooo2P0000000`3o -oooo00000?ooo`0<0?ooo`03o`0000000000oooo05L0oooo001C0?ooo`040000003oool0oooo0000 -00T0oooo00?o00000?ooo`3oool0403oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo -01H0oooo3`0000060?ooo`050000003oool000000?ooo`0000003P3oool00ol0000000000?ooo`1G -0?ooo`00DP3oool010000000oooo0?ooo`00000:0?ooo`03o`00003ooooo000000l0oooo00<00000 -0?ooo`3oool0503oool?00000003o`00003oool0oooo0100oooo00Go00000000003oool0oooo0000 -00020?ooo`030000003oool0oooo00/0oooo00?o00000000003oool0E`3oool00540oooo00@00000 -0?ooo`3oool000002`3oool2o`000100oooo00<000000?ooo`3oool01@3oool?00000100oooo00?o -00000?ooo`3oool03P3oool01ol0000000000?ooo`3oool000000?ooo`0000000P3oool2000000/0 -oooo00?o00000?ooo`000000E`3oool00500oooo00@000000?ooo`3oool00000303oool3o`0000d0 -oooo2P0000040?ooo`03o`00003oool0oooo01P0oooo00?o00000?ooo`3oool03P3oool01`000000 -oooo0?ooo`3oool000000?ooo`000000103oool00`000000oooo0?ooo`0:0?ooo`030000003oool0 -oooo05D0oooo001?0?ooo`040000003oool0oooo000000X0oooo00Co00000?ooool0003o00001@3o -ool4o`000080oooo00Co000000000000000000000P3oool00`000000oooo0?ooo`090?ooo`03o`00 -003oool0oooo02L0oooo0P0000040?ooo`030000003oool0000000D0oooo00<000000?ooo`3oool0 -2P3oool00`000000oooo0?ooo`1D0?ooo`00C`3oool3000000X0oooo00Ko00000?ooo`3ooooo0000 -0?ooool000070?ooo`@000001@3oool01000003o0000o`000?l000020?ooo`Co000000<0ooooo`00 -0?l000009`3oool00ol0000000000?ooo`050?ooo`040000003oool0oooo000000D0oooo00<00000 -0?ooo`3oool01`3oool00ol00000oooo0000001F0?ooo`00CP3oool2000000/0oooo00Oo00000?oo -o`3oool0ooooo`00003ooooo000000@0oooo0`0000090?ooo`030000003oool0oooo00P0oooo00?o -00000?ooool000006P3oool00ol00000oooo0?ooo`080?ooo`03o`0000000000oooo00D0oooo00D0 -00000?ooo`3oool0oooo000000060?ooo`8000001`3oool01?l00000oooo0?ooo`00001E0?ooo`00 -C@3oool2000000P0oooo0_l000090?ooo`@00000303oool00`000000oooo0?ooo`070?ooo`03o`00 -003oool0oooo00@0oooo0_l0000E0?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0 -1@3oool01@000000oooo0?ooo`3oool0000000D0oooo00Co00000?ooo`3oool000001`3oool00ol0 -0000oooo0000001E0?ooo`00C03oool2000000L0oooo0_l000080?ooo`<00000403oool00`000000 -oooo0?ooo`070?ooo`03o`00003oool0oooo00H0oooo00?o00000?ooo`3oool04P3oool00ol00000 -oooo0?ooo`070?ooo`030000003oool0oooo00H0oooo00D000000?ooo`3oool0oooo000000050?oo -o`05o`00003oool0oooo0?ooo`0000001P3oool00ol00000oooo0000001E0?ooo`00B`3oool20000 -00h0oooo100000030?ooo`03o`00003oool0oooo00h0oooo00<000000?ooo`3oool04P3oool4o`00 -00h0oooo00?o00000?ooo`3oool01@3oool00ol0000000000?ooo`080?ooo`030000003oool0oooo -0080oooo00<000000?ooo`3oool00`3oool01?l00000oooo0?ooo`3oool2000000L0oooo00<00000 -0?ooo`3oool0DP3oool004X0oooo0P0000050?ooo`;o0000103oool4000000<0oooo00Go00000?oo -o`3oool0ooooo`00000@0?ooo`030000003oool0oooo01P0oooo0ol0000@0?ooo`8000002@3oool0 -0`000000oooo0?ooo`030?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool00P3oool0 -0`000000oooo0?ooo`040?ooo`030000003oool0oooo0580oooo00190?ooo`030000003oool0oooo -00@0oooo00Co00000?ooo`3oool0oooo0`0000070?ooo`03o`00003oool0oooo0080oooo00?o0000 -0?ooo`3oool03@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo01<0oooo00?o0000 -0?ooo`3oool0303oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo00<0oooo00<00000 -0?ooo`3oool02P3oool01@000000oooo0?ooo`3ooooo00000080oooo00<000000?ooo`3oool0D@3o -ool004P0oooo00@000000?ooo`3oool0oooo0_l000020?ooo`@000002@3oool00ol00000oooo0?oo -o`0C0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool05P3oool3o`0000D0oooo00Co -00000?ooo`3oool00000303oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00D0oooo -00?o00000?ooo`3oool00P3oool2000000050?ooool00000oooo0?ooo`000000D`3oool004L0oooo -00H000000?ooo`3oool0ooooo`00003oool3000002<0oooo00<000000?ooo`3oool01@3oool00ol0 -0000oooo0?ooo`0I0?ooo`03o`00003oool0oooo0080oooo0_l000000`000000oooo0?ooo`0;0?oo -o`030000003oool0oooo00@0oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`040?oo -o`050000003ooooo00000?ooo`000000D`3oool004H0oooo00<000000?ooo`3oool01000000V0?oo -o`030000003oool0oooo00D0oooo00?o00000?ooo`3oool0703oool3o`00000300000?l00000oooo -00/0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo -00@0oooo00D00000o`00003oool0oooo0000001B0?ooo`00A@3oool4000001/0oooo00?o00000?oo -o`3oool0303oool00`000000oooo0?ooo`0U0?ooo`8000000P3oool00ol00000oooo0?ooo`090?oo -o`030000003oool0oooo00H0oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`050?oo -o`040000003oool0oooo00000580oooo00140?ooo`8000005P3oool00ol00000oooo0?ooo`050?oo -o`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool0903oool01000003o00000?ooool0000= -0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool03P3oool2000000030?ooo`000000 -oooo0500oooo00140?ooo`<000005@3oool00ol00000oooo0?ooo`060?ooo`03o`00003oool0oooo -00/0oooo00<000000?ooo`3oool08`3oool01@000000oooo0?ooo`3ooooo000000@0oooo0_l00007 -0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool03@3oool00ol00000oooo0?ooo`02 -00000540oooo00150?ooo`@000004P3oool00ol00000oooo0?ooo`0E0?ooo`030000003oool0oooo -00@0oooo00?o00000?ooo`3oool06`3oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo -00<0oooo00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo -00<0oooo00Go00000?ooo`3oool0oooo0000001A0?ooo`00A@3oool010000000oooo0?ooo`3oool2 -000002P0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0J0?ooo`030000003oool0 -oooo0100oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`060?ooo`03o`00003oool0 -oooo00@0oooo00Go00000?ooo`3oool0oooo0000001@0?ooo`00AP3oool00`000000oooo0?ooo`02 -0?ooo`030000003oool0oooo01T0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`02 -0?ooo`03o`00003oool0oooo01T0oooo0P0000060?ooo`03o`00003oool0oooo00L0oooo0ol00000 -0`000000oooo0?ooo`080?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool01`3oool0 -0`000000oooo0?ooo`1>0?ooo`00AP3oool3000000<0oooo0P00000<0?ooo`03o`00003oool0oooo -00X0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`0M0?ooo`030000003oool0oooo -00H0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo -0140oooo00<000000?ooo`3oool0CP3oool004L0oooo00<000000?ooo`000000103oool00`000000 -oooo0?ooo`090?ooo`03o`00003oool0oooo00/0oooo00?o00000?ooo`3oool02@3oool00`000000 -oooo0?ooo`0L0?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool02@3oool00`000000 -oooo0?ooo`0:0?ooo`030000003oool0oooo00l0oooo0P00001@0?ooo`00A`3oool2000000030?oo -o`000000oooo00<0oooo0P0000080?ooo`03o`00003oool0oooo00`0oooo00?o00000?ooo`3oool0 -2@3oool00`000000oooo0?ooo`0K0?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool0 -2@3oool010000000oooo0?ooo`3oool2o`0000L0oooo00<000000?ooo`3oool0203oool00ol00000 -oooo0?ooo`020?ooo`04o`00003oool0000000000500oooo00180?ooo`030000003oool0oooo00H0 -oooo0P0000060?ooo`03o`00003oool0oooo01P0oooo00<000000?ooo`3oool00P3oool00ol00000 -oooo0?ooo`0D0?ooo`03o`0000000000oooo01H0oooo00<000000?ooo`3oool00`3oool00ol00000 -oooo0?ooo`040?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool00P3oool01?l00000 -oooo00000000001@0?ooo`00B03oool2000000T0oooo00<000000?ooo`3oool07P3oool00`000000 -oooo0?ooo`020?ooo`03o`00003oool0oooo01<0oooo00?o00000000003oool05`3oool00`000000 -oooo0?ooo`0:0?ooo`030000003oool0oooo00T0oooo00?o00000?ooo`3oool00P3oool00ol00000 -00000000001@0?ooo`00B@3oool01@000000oooo0?ooo`3oool0000000H0oooo0P00000C0?ooo`03 -o`00003oool0oooo00P0oooo00D000000?ooo`3oool0ooooo`00000E0?ooo`8000003P3oool00ol0 -0000oooo0?ooo`070?ooo`030000003oool0oooo00L0oooo0ol000020?ooo`030000003oool0oooo -00d0oooo00<000000?ooo`000000D03oool004T0oooo0P0000020?ooo`030000003oool0oooo00H0 -oooo0P0000000ol00000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3o -ool05P3oool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00L0oooo00<000000?ooo`3o -ool02P3oool00ol00000oooo0000000?0?ooo`030000003oool000000500oooo001:0?ooo`800000 -0P3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3oool0 -1`3oool00`000000oooo0?ooo`0E0?ooo`0300000?l00000oooo00l0oooo00?o00000?ooo`3oool0 -1`3oool00`000000oooo0?ooo`0<0?ooo`0300000?l00000oooo00X0oooo00Ko00000?ooo`3oool0 -00000?ooo`00001@0?ooo`00BP3oool2000000/0oooo00Co00000?ooo`00000000003`3oool00ol0 -0000oooo0?ooo`070?ooo`030000003oool0oooo01<0oooo00?o00000000003oool04@3oool00ol0 -0000oooo0?ooo`060?ooo`030000003oool0oooo00h0oooo00<00000o`00003oool02@3oool01ol0 -0000oooo0?ooo`00003o00000?ooo`000000C`3oool004X0oooo00<000000?ooo`000000103oool0 -0`000000oooo0?ooo`030?ooo`05o`00003oool0oooo0?ooo`000000603oool010000000oooo0?oo -ool0000B0?ooo`030000003oool0oooo01X0oooo00<000000?ooo`3oool03P3oool00`000000oooo -o`00000:0?ooo`06o`00003oool00000o`00003oool00000C`3oool004/0oooo0P0000040?ooo`03 -0000003oool0oooo00P0oooo0P00000G0?ooo`030000003ooooo00000100oooo0P00000M0?ooo`03 -0000003oool0oooo00h0oooo00<000000?ooo`3oool00P3oool2o`0000L0oooo00D000000?ooool0 -0000oooo0000001?0?ooo`00B`3oool00`000000oooo000000040?ooo`030000003oool0oooo00T0 -oooo0P00000;0?ooo`03o`00003oool0oooo00L0oooo00<000000?ooool000003`3oool00`00003o -00000?ooo`0M0?ooo`030000003oool0oooo00l0oooo00<000000?ooo`3oool00`3oool00ol00000 -oooo0?ooo`040?ooo`050000003oool0oooo0?ooo`000000C`3oool004`0oooo0P0000080?ooo`03 -o`00003oool0oooo00L0oooo00<000000?ooo`3oool02@3oool00ol00000oooo0?ooo`060?ooo`03 -0000003oool0oooo00h0oooo00<000000?ooo`3oool05@3oool00ol00000oooo0?ooo`050?ooo`03 -0000003oool0oooo0100oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`030?ooo`05 -0000003oool0oooo0?ooo`000000C`3oool004`0oooo00<000000?ooo`0000001`3oool00ol00000 -oooo0?ooo`080?ooo`8000002P3oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo00d0 -oooo00<000000?ooo`3oool05P3oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo0100 -oooo00<000000?ooo`3oool01`3oool01Ol00000oooo0?ooo`00003o00000080oooo00<000000?oo -o`3oool0C@3oool004d0oooo00<000000?ooo`0000001@3oool00ol00000oooo0?ooo`0;0?ooo`03 -0000003oool0oooo00l0oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`0H0?ooo`03 -o`00003oool0oooo00@0oooo00<000000?ooo`3oool0403oool00`000000oooo0?ooo`080?ooo`04 -o`0000000000oooo0?ooo`;o000000<000000?ooo`3oool0C@3oool004d0oooo00<000000?ooo`00 -00001@3oool00`00003o0000o`00000<0?ooo`8000003`3oool00`00003o00000?ooo`0:0?ooo`80 -00008P3oool00`000000oooo0?ooo`0A0?ooo`030000003oool0oooo00P0oooo00H000000?ooo`3o -ool0ooooo`000000001?0?ooo`00CP3oool00`000000oooo000000040?ooo`040000003oool0oooo -o`0000d0oooo0P0000060?ooo`03o`00003oool0oooo00@0oooo00<00000o`00003oool02@3oool0 -0`000000oooo0?ooo`0Q0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool0203oool0 -0`000000oooo0?ooo`02o`0000030000003oool0oooo04d0oooo001>0?ooo`030000003oool00000 -00D0oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo -00@0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`0R0?ooo`030000003oool0oooo -0180oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo -04d0oooo001?0?ooo`030000003oool0000000T0oooo0ol0000;0?ooo`800000103oool00ol00000 -oooo0?ooo`030?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool07@3oool00ol00000 -oooo0?ooo`030?ooo`030000003oool0oooo01<0oooo00<000000?ooo`3oool01P3oool01`00003o -0000o`000?l00000ooooo`0000000000C`3oool004l0oooo00<000000?ooo`000000303oool00ol0 -0000oooo0?ooo`0:0?ooo`8000000P3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo -00D0oooo00?o00000000003oool07`3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo -01<0oooo00<000000?ooo`3oool00P3oool2o`000080oooo00H000000?ooo`3oool0ooooo`000000 -001@0?ooo`00D03oool00`000000oooo000000040?ooo`030000003oool0oooo00L0oooo0_l0000: -0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0103oool00ol0000000000?ooo`0P -0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool04`3oool01?l0000000000?ooo`3o -ool2o`0000@0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1>0?ooo`00D03oool0 -10000000oooo0?ooo`0000030?ooo`030000003oool0oooo00T0oooo00?o00000?ooo`3oool0203o -ool2000000D0oooo00?o00000000003oool00`3oool200000280oooo00?o00000?ooo`3oool00P3o -ool00`000000oooo0?ooo`0A0?ooo`;o000000<0oooo0000003oool01`3oool01@00003o00000?oo -o`3oool000000540oooo001A0?ooo`030000003oool0000000<0oooo00<000000?ooo`3oool05P3o -ool00`000000oooo0?ooo`020?ooo`03o`0000000000oooo0080oooo00<000000?ooo`3oool09`3o -ool00`000000oooo0?ooo`0;0?ooo`Co00001P3oool00`000000oooo0?ooo`040?ooo`0600000?l0 -0000oooo0?ooool000000000D@3oool00540oooo00@000000?ooo`3oool000000P3oool00`000000 -oooo0?ooo`0<0?ooo`?o00001`3oool01ol0000000000000003ooooo00000?ooo`0000000P3oool0 -0`00003o00000?ooo`0X0?ooo`030000003oool0oooo00D0oooo1?l0000<0?ooo`030000003oool0 -oooo00@0oooo00D000000?ooo`3oool0oooo0000001B0?ooo`00DP3oool00`000000oooo0000000D -0?ooo`03o`00003oool0oooo00D0oooo00So00000?ooo`00000000000?ooo`000000oooo000002L0 -oooo00Co00000?ooo`3oool00000103oool2o`000180oooo00<000000?ooo`3oool0103oool01@00 -0000oooo0?ooo`3oool000000580oooo001B0?ooo`040000003oool0oooo000001H0oooo0_l00003 -0?ooo`04o`00003oool0oooo0?ooo`<00000:03oool01?l00000ooooo`00000000020?ooo`;o0000 -5@3oool00`000000oooo0?ooo`02o`0000050?ooo`000000ooooo`0000000000D`3oool005<0oooo -00<000000?ooo`000000603oool00ol00000oooo0?ooo`040?ooo`@000006P3oool2o`0000<0oooo -1?l000020?ooo`Co000000<0oooo0000003oool0603oool00`000000ooooo`0000020?ooo`050000 -003oool0ooooo`0000000000D`3oool005<0oooo00H000000?ooo`3oool000000?ooo`00000J0?oo -o`04o`000000003o000000000080oooo100000080?ooo`Co00000`3oool3o`0000<0oooo00?o0000 -0?ooo`3oool02`3oool01?l00000oooo0?ooo`00000I0?ooo`0300000?l00000oooo0080oooo00@0 -00000?ooool000000000E03oool005@0oooo00<000000?ooo`3oool00P00000I0?ooo`03o`000000 -003o000000;o000000<000000?ooool000000ol00004000000;o00007@3oool00ol00000oooo0000 -000K0?ooo`070000003oool0oooo0?ooo`000000oooo0000001E0?ooo`00E03oool01P000000oooo -0?ooo`000000oooo000001L0oooo00?o000000000?l000000`3oool00`000000oooo0?ooo`070?oo -o`<000006`3oool01?l00000oooo0?ooo`00000I0?ooo`03o`00003oool0000000<0oooo00<00000 -0?ooo`000000E@3oool005D0oooo00@000000?ooo`3oool000005`3oool2000000060?ooool00000 -oooo0?ooool000000000303oool4000001L0oooo00Co00000?ooo`3oool00000603oool01?l00000 -oooo0?ooo`0000030?ooo`800000EP3oool005D0oooo00@000000?ooo`3oool000005P3oool00`00 -0000oooo0?ooo`060?ooo`030000003oool0oooo00d0oooo1000000F0?ooo`030000003oool0oooo -01D0oooo00Go00000?ooo`3oool0oooo000000020?ooo`0300000?l00000000005H0oooo001F0?oo -o`040000003oool0oooo000001@0oooo00<000000?ooo`3oool01`3oool00`00003o00000?ooo`0A -0?ooo`@000004@3oool00`000000oooo0?ooo`0K0?ooo`040000003oool00000000005L0oooo001F -0?ooo`040000003oool0oooo000001<0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?oo -o`020?ooo`030000003oool0oooo01@0oooo1000000=0?ooo`030000003oool0oooo01<0oooo00?o -00000?ooo`3oool01@3oool010000000oooo00000000001G0?ooo`00E`3oool010000000oooo0000 -0000000A0?ooo`0300000?l00000oooo00D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo -o`000002o`0001H0oooo0`0000080?ooo`03o`00003oool0000001@0oooo00?o00000?ooo`3oool0 -1P3oool00`000000oooo0000001H0?ooo`00E`3oool00`000000oooo0?ooo`02000000h0oooo0P00 -00090?ooo`05o`00003oool0oooo0?ooo`000000103oool00ol00000oooo0?ooo`0F0?ooo`@00000 -103oool00ol00000oooo0000000C0?ooo`03o`00003oool0oooo00P0oooo0P00001H0?ooo`00E`3o -ool01@000000oooo0?ooo`3oool0000000d0oooo00<000000?ooo`3oool02@3oool00ol00000oooo -0?ooo`020?ooo`030000003oool0oooo01h0oooo100000000ol0000000000?ooo`0>0?oooa400000 -F@3oool005P0oooo00D000000?ooo`3oool0oooo0000000;0?ooo`030000003oool0oooo00l0oooo -00<000000?ooo`3oool0103oool2o`0001`0oooo4@0000020?ooo`03o`00003oool0oooo00T0oooo -00<00000o`0000000000F@3oool005P0oooo00D000000?ooo`3oool0oooo0000000:0?ooo`030000 -0?l00000oooo0140oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`0J0?ooo`030000 -003oool0oooo00h0oooo00?o00000?ooo`3oool02@3oool00`00003o00000000001J0?ooo`00F@3o -ool01@000000oooo0000003oool0000000L0oooo0P00000?0?ooo`03o`00003oool0oooo0080oooo -00<000000?ooo`3oool08@3oool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00T0oooo -00<000000?ooo`000000F`3oool005T0oooo00D000000?ooo`000000oooo000000060?ooo`030000 -003oool0oooo00l0oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`070?ooo`03o`00 -003oool0oooo01H0oooo00<000000?ooo`3oool06@3oool010000000oooo0?ooo`00001K0?ooo`00 -FP3oool200000080oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0@0?ooo`03o`00 -003oool0oooo00<0oooo00<000000?ooo`3oool0203oool00ol00000oooo0?ooo`0D0?ooo`030000 -0?l00000oooo00d0oooo00?o00000?ooo`3oool0203oool2000000030?ooool00000000005`0oooo -001J0?ooo`030000003oool0oooo0080oooo00D000000?ooo`3oool00000o`00000B0?ooo`03o`00 -003oool0oooo00<0oooo00<000000?ooo`3oool02@3oool00ol00000oooo0?ooo`0C0?ooo`030000 -003oool0oooo00`0oooo00?o00000?ooo`3oool0203oool01@000000oooo0?ooool00000000005d0 -oooo001K0?ooo`070000003oool0oooo0?ooo`000000oooo0000000K0?ooo`030000003oool0oooo -01d0oooo00<000000?ooo`3oool0303oool00ol00000oooo0?ooo`080?ooo`060000003oool0oooo -o`00003oool00000G@3oool005/0oooo00<000000?ooo`3oool00P3oool2000001/0oooo00<00000 -0?ooo`3oool02`3oool3o`0000l0oooo00<000000?ooo`3oool05P3oool00`000000oooo0?ooo`02 -0?ooo`030000003oool0oooo05`0oooo001L0?ooo`040000003oool0oooo00000080oooo00<00000 -0?ooo`3oool04P3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo00d0oooo00?o0000 -0?ooo`3oool0303oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo00T0oooo00<00000 -0?ooo`3oool00P3oool00`000000oooo0?ooo`1M0?ooo`00G03oool010000000oooo00000?l00003 -0?ooo`030000003oool0oooo0140oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0K -0?ooo`030000003ooooo000000T0oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`02 -0?ooo`03o`0000000000oooo05h0oooo001M0?ooo`8000001@3oool00`000000oooo0?ooo`0A0?oo -o`03o`00003oool0oooo00<0oooo00<000000?ooo`3oool03`3oool3o`0000T0oooo00<000000?oo -ool00000203oool00ol00000oooo0?ooo`080?ooo`8000001@3oool00`000000oooo0?ooo`1N0?oo -o`00G`3oool00`000000oooo0?ooo`030?ooo`8000004@3oool00ol00000oooo0?ooo`040?ooo`03 -0000003oool0oooo0140oooo00?o00000?ooo`3oool01@3oool010000000oooo0?ooool0000B0?oo -o`030000003oool0oooo00@0oooo00<000000?ooo`3oool0G`3oool00600oooo100000030?ooo`03 -0000003oool0oooo01D0oooo00<000000?ooo`3oool06@3oool010000000oooo0?ooool000050?oo -o`03o`00003oool0oooo00T0oooo00<000000?ooo`3oool0103oool00ol0000000000?ooo`1P0?oo -o`00HP3oool00`000000oooo000000030?ooo`030000003oool0oooo01D0oooo00<000000?ooo`3o -ool04`3oool01Ol00000oooo0?ooo`3oool0000000P0oooo00?o00000?ooo`3oool02@3oool00`00 -0000oooo0?ooo`050?ooo`030000003oool0oooo0600oooo001S0?ooo`030000003oool0oooo00<0 -oooo00<000000?ooo`3oool03@3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo01@0 -oooo00Co00000?ooo`3oool000001`3oool00ol00000oooo0?ooo`090?ooo`030000003oool0oooo -00D0oooo00<000000?ooo`3oool0H@3oool006@0oooo0P0000020?ooo`<000003P3oool00ol00000 -oooo0?ooo`040?ooo`030000003oool0oooo01D0oooo00?o00000000003oool00`3oool00ol00000 -oooo0?ooo`0;0?ooo`8000001`3oool00ol0000000000?ooo`1R0?ooo`00IP3oool010000000oooo -0?ooo`3oool3000000d0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0E0?ooo`03 -0000003ooooo00000080oooo0_l0000;0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3o -ool0HP3oool006L0oooo0P0000040?ooo`<000002P3oool00ol00000oooo0?ooo`040?ooo`030000 -003oool0oooo01@0oooo00@000000?ooo`3oool0oooo0ol000060?ooo`;o00000`3oool00`00003o -0000o`0000030?ooo`?o00000P00001U0?ooo`00J@3oool00`000000oooo0?ooo`020?ooo`030000 -003oool000000140oooo00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`06o`000080oooo -0_l000040?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0I@3oool006X0oooo0P00 -00030?ooo`040000003oool0oooo0?ooo`<00000303oool00`000000oooo0?ooo`0?0?ooo`?o0000 -00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`080?ooo`030000003oool0oooo00D0oooo -0P00001X0?ooo`00K03oool010000000oooo0?ooo`3oool2000000@0oooo00<000000?ooo`3oool0 -0P3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo00D0oooo0_l000020?ooo`Co0000 -1@3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0 -1@3oool00`000000oooo0?ooo`1X0?ooo`00K@3oool00`000000oooo0?ooo`020?ooo`030000003o -ool0oooo00H0oooo00?o00000?ooo`3oool01@3oool00`00003o0000o`0000020?ooo`;o0000303o -ool00`000000oooo0?ooo`0<0?ooo`8000001P3oool2000006/0oooo001^0?ooo`8000000`3oool0 -0`000000oooo0?ooo`030?ooo`8000001Ol000020?ooo`03o`0000000000oooo0140oooo00<00000 -0?ooo`3oool02`3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo06/0oooo001`0?oo -o`050000003oool0oooo0?ooo`0000001P3oool00ol00000oooo0?ooo`060?ooo`030000003oool0 -oooo00l0oooo00D000000?ooo`3oool0ooooo`0000080?ooo`030000003oool0oooo00@0oooo0P00 -001^0?ooo`00L@3oool200000080oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`05 -0?ooo`030000003oool0oooo00h0oooo00D000000?ooo`3oool0ooooo`0000080?ooo`030000003o -ool0oooo00<0oooo0P00001`0?ooo`00L`3oool00`000000oooo0?ooo`02000000`0oooo00<00000 -0?ooo`3oool03P3oool010000000oooo0?ooool000080?ooo`030000003oool0oooo00<0oooo00<0 -00000?ooo`3oool0L03oool007@0oooo0P0000020?ooo`030000003oool0oooo00<0oooo00<00000 -0?ooo`3oool0103oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00P0oooo0P000004 -0?ooo`800000L`3oool007H0oooo00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`03 -0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`03 -0?ooo`030000003oool0oooo07<0oooo001g0?ooo`040000003oool0oooo000000D0oooo00<00000 -0?ooo`3oool00`3oool00`000000oooo0?ooo`0:0?ooo`040000003oool0ooooo`0000H0oooo00<0 -00000?ooo`3oool00P3oool2000007H0oooo001h0?ooo`80000000<0oooo0000000000002@3oool0 -0`000000oooo0?ooo`0:0?ooo`040000003oool0ooooo`0000D0oooo00<000000?ooo`3oool00P3o -ool00`000000oooo0?ooo`1f0?ooo`00NP3oool010000000oooo0?ooo`0000090?ooo`030000003o -ool0oooo00P0oooo00@000000?ooo`3ooooo00001@3oool010000000oooo0?ooo`3oool2000007T0 -oooo001k0?ooo`80000000<0oooo0000003oool00P3oool00`000000oooo0?ooo`020?ooo`030000 -003oool0oooo00P0oooo00<000000?ooo`3oool01@3oool01@000000oooo0?ooo`3oool0000007/0 -oooo001m0?ooo`030000003oool0000000<0oooo00D000000?ooo`3oool0oooo000000090?ooo`03 -0000003oool0oooo00@0oooo0P0000020?ooo`800000O03oool007h0oooo00<000000?ooo`000000 -0`3oool01@000000oooo0?ooo`3oool0000000P0oooo00<000000?ooool000000`3oool01@000000 -oooo0?ooo`3oool0000007h0oooo001o0?ooo`@000001@3oool00`000000oooo0?ooo`050?ooo`03 -0000003ooooo000000<0oooo00<000000?ooo`3oool00P00001o0?ooo`00P@3oool00`000000oooo -000000050?ooo`030000003oool0oooo00@0oooo00<00000o`00003oool00P3oool010000000oooo -0?ooo`0000210?ooo`00PP3oool3000000050?ooo`000000oooo0?ooo`0000001@3oool00`000000 -oooo0?ooo`020?ooo`040000003oool0000000000880oooo00240?ooo`80000000@0oooo0000003o -ool000001@3oool00`000000oooo0?ooo`04000008@0oooo00250?ooo`@0000000<0oooo0000003o -ool00`3oool01@000000oooo0000003oool0000008H0oooo00270?ooo`80000000<0oooo0000003o -ool00P3oool00`00003o000000000002000008L0oooo00280?ooo`@000000P3oool3000008T0oooo -00290?ooo`<0000000@0oooo0000000000000000RP3oool008/0oooo00<000000?ooo`000000S03o -ool008`0oooo00<000000?ooo`3oool0R`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo -6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.44775 .57999 m -.60159 .5619 L -s -.44775 .57999 m -.58364 .44545 L -s -.46794 .42283 m -.44775 .57999 L -s -.35769 .4228 m -.44775 .57999 L -s -.32577 .53944 m -.44775 .57999 L -s -.34815 .65113 m -.44775 .57999 L -s -.46544 .68902 m -.44775 .57999 L -s -.58904 .66657 m -.44775 .57999 L -s -.46794 .42283 m -.58364 .44545 L -s -.46794 .42283 m -.5 .27523 L -s -.35769 .4228 m -.46794 .42283 L -s -.58364 .44545 m -.74166 .52177 L -s -.58364 .44545 m -.60159 .5619 L -s -.64158 .37749 m -.58364 .44545 L -s -.5 .27523 m -.58364 .44545 L -s -.60159 .5619 m -.74166 .52177 L -s -.58904 .66657 m -.60159 .5619 L -s -.35769 .4228 m -.5 .27523 L -s -.32577 .53944 m -.35769 .4228 L -s -.35163 .34488 m -.35769 .4228 L -s -.23786 .47638 m -.35769 .4228 L -s -.23786 .47638 m -.32577 .53944 L -s -.34815 .65113 m -.32577 .53944 L -s -.58904 .66657 m -.74166 .52177 L -s -.58904 .66657 m -.46544 .68902 L -s -.58904 .66657 m -.5 .75807 L -s -.58904 .66657 m -.6535 .66048 L -s -.5 .27523 m -.64158 .37749 L -s -.5 .27523 m -.66091 .33986 L -s -.35163 .34488 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.53891 .28721 m -.5 .27523 L -s -.39764 .30851 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.64158 .37749 m -.74166 .52177 L -s -.66091 .33986 m -.64158 .37749 L -s -.46544 .68902 m -.34815 .65113 L -s -.5 .75807 m -.46544 .68902 L -s -.0035 w -[ ] 0 setdash -.66091 .33986 m -.74166 .52177 L -s -.70295 .45406 m -.74166 .52177 L -s -.67321 .59397 m -.74166 .52177 L -s -.6535 .66048 m -.74166 .52177 L -s -.0025 w -[ .01 .012 ] 0 setdash -.34815 .65113 m -.23786 .47638 L -s -.0035 w -[ ] 0 setdash -.34815 .65113 m -.33849 .63976 L -s -.5 .75807 m -.34815 .65113 L -s -.35163 .34488 m -.39764 .30851 L -s -.23786 .47638 m -.35163 .34488 L -s -.6535 .66048 m -.5 .75807 L -s -.6535 .66048 m -.67321 .59397 L -s -.70295 .45406 m -.66091 .33986 L -s -.57329 .3878 m -.66091 .33986 L -s -.53891 .28721 m -.66091 .33986 L -s -.23786 .47638 m -.39764 .30851 L -s -.23786 .47638 m -.3694 .42043 L -s -.33849 .63976 m -.23786 .47638 L -s -.38944 .5721 m -.23786 .47638 L -s -.53891 .28721 m -.57329 .3878 L -s -.39764 .30851 m -.53891 .28721 L -s -.38944 .5721 m -.33849 .63976 L -s -.5 .75807 m -.33849 .63976 L -s -.5 .75807 m -.38944 .5721 L -s -.5 .75807 m -.54266 .6027 L -s -.67321 .59397 m -.5 .75807 L -s -.39764 .30851 m -.57329 .3878 L -s -.3694 .42043 m -.39764 .30851 L -s -.57329 .3878 m -.70295 .45406 L -s -.67321 .59397 m -.70295 .45406 L -s -.67321 .59397 m -.57329 .3878 L -s -.67321 .59397 m -.54266 .6027 L -s -.3694 .42043 m -.57329 .3878 L -s -.38944 .5721 m -.3694 .42043 L -s -.38944 .5721 m -.57329 .3878 L -s -.54266 .6027 m -.38944 .5721 L -s -.54266 .6027 m -.57329 .3878 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`;o00002?ooool00ol0003oooooo`00001Eooooo`00COoo -ool2o`0000oooooo0ol00002ooooo`0500000?ooool00000ooooool000006oooool00`00003ooooo -ooooo`09ooooo`@0000000?oooooo`000?ooool02Oooool01?l0003oooooooooo`000004ooooo`03 -o`000?oooooooooo013ooooo0_l00002ooooo`0300000?oooooooooo00;ooooo00?o0000ooooool0 -0000E?ooool004cooooo0_l0000ooooo`00A?ooool00ol0003oooooooooo`02o`0001Kooooo00<00000oooooooo -ool02?ooool01Ol0003oooooooooooooool0000001Kooooo00?o0000ooooooooool04?ooool00`00 -003oooooooooo`02ooooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool02_ooool00`00 -003oooooooooo`05ooooo`03o`000?oooooooooo00?ooooo00<00000o`000?l00000C_ooool004Co -oooo00?o0000ooooooooool00P0000000ol0003oooooooooo`0Cooooo`0300000?oooooooooo00So -oooo00?o0000ooooooooool00_ooool00`00003oooooooooo`0?ooooo`0400000?ooooooooooo`00 -01Sooooo00?o0000ooooooooool01Oooool00`00003oooooooooo`07ooooo`03o`000?oooooooooo -00[ooooo00<00000ooooooooool01?ooool00ol0003oooooooooo`04ooooo`0300000?l0003o0000 -04gooooo0015ooooo`05o`000?ooooooooooooooo`0000000_l0000Booooo`0300000?oooooooooo -00Wooooo00?o0000ooooooooool05?ooool00`00003oooooo`00000Iooooo`03o`000?oooooooooo -00Gooooo00<00000ooooooooool01oooool00ol0003oooooooooo`0=ooooo`<0000000?oooooo`00 -0?ooool01_ooool2o`0004gooooo0015ooooo`03o`000?oooooooooo00;ooooo00<00000ooooool0 -00004Oooool00`00003oooooooooo`09ooooo`03o`000?oooooooooo01?ooooo00<00000ooooool0 -00004_ooool00`00003oooooooooo`04ooooo`03o`000?oooooooooo00Oooooo00<00000oooooooo -ool01oooool00ol0003oooooooooo`0?ooooo`0300000?l0003ooooo00Oooooo0_l0001ooooo`03o`000?oooooooooo008000001Oooool00`00003o0000o`00001;ooooo`00Aoooool0 -0ol0003oooooooooo`05ooooo`0300000?oooooo000000_ooooo00<00000ooooooooool02_ooool0 -0ol0003oooooooooo`05ooooo`0300000?oooooooooo00[ooooo00?o0000ooooooooool06_ooool0 -0ol0003oooooooooo`0Booooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool00_ooool0 -0`00003oooooooooo`03ooooo`;o0000Boooool004Sooooo00?o0000ooooooooool01oooool2o`00 -00Wooooo00<00000ooooooooool02oooool00ol0003oooooooooo`0@ooooo`03o`000?ooool00000 -013ooooo00<00000ooooooooool02?ooool00ol0003oooooooooo`07ooooo`0300000?oooooooooo -00Wooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo -04Wooooo0019ooooo`03o`000?oooooooooo00Gooooo0P0000000ooooooo0000ooooo`07ooooo`03 -00000?oooooooooo00_ooooo00?o0000ooooooooool03oooool01?l0003oooooooooo`00000?oooo -o`0300000?oooooooooo00Wooooo00?o0000ooooooooool01oooool00`00003oooooooooo`09oooo -o`03o`000?oooooooooo00gooooo00?o0000ooooooooool01Oooool3000000;ooooo00?o0000oooo -ooooool0B?ooool004Wooooo00?o0000ooooooooool01oooool01000003oooooo`000?l00006oooo -o`0300000?oooooooooo00_ooooo00?o0000ooooooooool01Oooool00`00003oooooooooo`06oooo -o`04o`000?oooooooooo000000oooooo00<00000ooooooooool02_ooool00ol0003oooooooooo`08 -ooooo`0300000?oooooooooo00Wooooo00?o0000ooooooooool02oooool00ol0003oooooooooo`09 -ooooo`0300000?oooooo000004[ooooo001:ooooo`03o`000?oooooooooo00Oooooo00<00000oooo -ooooool00_l0000Booooo`03o`000?oooooooooo00Gooooo00<00000ooooooooool01Oooool01Ol0 -003oooooooooooooool0000001_ooooo00?o0000ooooooooool02Oooool00`00003oooooooooo`09 -ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool02_ooool200000003o`000?oooooo -oooo04Oooooo001;ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool03oooool00ol0 -003oooooooooo`06ooooo`0300000?oooooooooo00?ooooo00?o0000ooooooooool03oooool00`00 -003oooooooooo`0 -ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool01?ooool00`00003oooooooooo`08 -ooooo`0300000?oooooooooo00kooooo00?o0000ooooooooool02Oooool00`00003oooooooooo`0; -ooooo`03o`000?oooooooooo00Wooooo00?o0000ooooooooool00_ooool2000000Gooooo00<00000 -o`000?ooool0B_ooool004cooooo00?o000000000?ooool03?ooool01000003oooooo`000?l0000= -ooooo`03o`000?oooooooooo00Oooooo00<00000o`000?ooool01_ooool00`00003oooooooooo`0I -ooooo`03o`000?oooooooooo00Wooooo00<00000ooooooooool02oooool00ol0003oooooooooo`08 -ooooo`04o`000?ooool00000000000Wooooo0_l0001;ooooo`00COooool00ol000000000ooooo`0; -ooooo`05o`00000000000000ooooool000003?ooool00ol0003oooooooooo`07ooooo`03o`000?oo -oooooooo00Kooooo00<00000ooooooooool06Oooool00ol0003oooooooooo`0:ooooo`0300000?oo -oooooooo00_ooooo00?o0000ooooooooool01oooool00ol000000000ooooo`08ooooo`0300000?l0 -003o000004cooooo001>ooooo`03o`000?oooooooooo00[ooooo00Go0000ooooooooool00000oooo -o`02o`0000[ooooo00?o0000ooooooooool01_ooool00ol0003ooooo00000007ooooo`0300000?oo -oooooooo00Kooooo00<00000ooooooooool04?ooool00ol0003oooooooooo`0:ooooo`0300000?oo -oooooooo00_ooooo00Co0000oooooooooooooooo10000002ooooo`03o`000?oooooooooo00Oooooo -00<00000o`000?l00000COooool004kooooo00?o0000ooooooooool04?ooool00`00003o0000o`00 -0008ooooo`03o`000?oooooooooo00Gooooo00Go0000oooooooooooooooo0000000>ooooo`030000 -0?oooooooooo013ooooo00?o0000ooooooooool06Oooool00ol000000000ooooo`07ooooo`03o`00 -0?oooooooooo00Kooooo00@00000o`000?oooooo0000COooool004oooooo00?o0000ooooooooool0 -4_ooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 -4?ooool00`00003oooooooooo`0Aooooo`03o`000?oooooooooo01Oooooo0P0000000ooooooo0000 -ooooo`07ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooool00000C_ooool0053ooooo00?o -0000ooooooooool04_ooool2o`00008000000oooool00ol0003oooooooooo`03ooooo`03o`000?oo -oooooooo00Wooooo00<00000ooooooooool06Oooool00ol0003oooooooooo`0;ooooo`0300000?oo -oooooooo00Gooooo0P000005ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool01?oo -ool00`00003oooooo`000002ooooo`03o`000?oooooooooo04cooooo001@ooooo`03o`000000003o -oooo00Wooooo00<00000ooooooooool02?ooool00ol0003ooooo00000002ooooo`03o`000?oooooo -oooo00;ooooo00?o0000ooooooooool01_ooool01@00003oooooooooooooool0000000Gooooo00<0 -0000ooooooooool04oooool00ol0003oooooooooo`0;ooooo`0300000?oooooooooo00?ooooo0P00 -0008ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool00oooool00`00003oooooo`00 -0002ooooo`03o`000?oooooooooo04gooooo001Aooooo`03o`000?oooooooooo00Sooooo00<00000 -ooooooooool02Oooool2o`0000?ooooo00Co000000000?oooooo00002Oooool01@00003ooooooooo -ooooool0000000Cooooo00<00000ooooooooool05?ooool00ol0003oooooooooo`0;ooooo`04o`00 -000000000000000000cooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`02ooooo`03 -00000?oooooo000000;ooooo00?o0000ooooooooool0C_ooool0057ooooo00?o0000ooooooooool0 -2?ooool00`00003oooooooooo`0;ooooo`;o000000Coooooo`000?oooooo00002oooool01000003o -ooooooooo`000003ooooo`0300000?oooooooooo01Gooooo00?o0000ooooooooool01Oooool40000 -01?ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`03ooooo`05o`000?oooooooooo -ooooool00000D?ooool005;ooooo00?o000000000?ooool05oooool3o`0000?ooooo0`00000Soooo -o`80000000?o0000ooooo`0000000`000008ooooo`0300000?oooooooooo00kooooo00?o0000oooo -ooooool00oooool01_l0003oooooooooo`00003oooooo`0000?ooooo00?o0000ooooooooool0Cooo -ool005?ooooo00?o0000ooooooooool05oooool3o`0000Gooooo00<00000ooooooooool06?ooool4 -000000;ooooo0P0000000ooooooo0000ooooo`0=ooooo`0300000?oooooooooo00oooooo00Go0000 -ooooooooooooooooo`000002ooooo`0300000?oooooo000000?ooooo00?o0000ooooooooool0D?oo -ool005?ooooo00?o000000000?ooool05oooool00ol0003oooooooooo`05o`0000?ooooo0`000002 -ooooo`03o`0000000000000000Gooooo0P000003ooooo`<000003?ooool00ol0003oooooooooo`0< -ooooo`0300000?oooooooooo00oooooo00Wo0000ooooooooooooooooo`000?ooool00000ooooool0 -00001?ooool00ol0003oooooooooo`1@ooooo`00E?ooool00ol0003oooooooooo`06ooooo`030000 -0?oooooooooo00cooooo00?o0000ooooool000001_ooool5o`000004ooooo`00003oooooo`0000<0 -00000_ooool2000001Cooooo00?o0000ooooooooool03?ooool00`00003oooooooooo`0@ooooo`04 -o`000?ooooooooooo`0000;ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`1Aoooo -o`00EOooool00ol0003oooooooooo`05ooooo`0300000?oooooooooo00_ooooo00Co0000oooooooo -oooo00002oooool5o`00000300000?oooooooooo01Oooooo00?o0000ooooooooool07oooool01_l0 -003oooooooooool0003oooooo`0000Cooooo00?o0000ooooooooool0D_ooool005Gooooo00?o0000 -00000?ooool01_ooool00`00003oooooooooo`09ooooo`03o`000?oooooooooo00;ooooo00?o0000 -ooooooooool02Oooool01000003oooooooooooooool5o`0001Gooooo00?o0000ooooooooool08?oo -ool01?l000000000o`000?l00005ooooo`03o`000?oooooooooo05;ooooo001Fooooo`03o`000?oo -oooooooo017ooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`07ooooo`0300000?oo -oooooooo00Oooooo1?l0000Aooooo`03o`000?oooooooooo023ooooo0ol00005ooooo`03o`000?oo -oooooooo05?ooooo001Fooooo`03o`000000003ooooo013ooooo00?o0000ooooooooool01?ooool0 -0ol0003oooooooooo`04ooooo`8000001Oooool00`00003oooooooooo`02ooooo`8000000oooool5 -o`0000cooooo00?o0000ooooooooool03?ooool00`00003oooooooooo`0ooooo`03o`000?oooooooooo -00Kooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`05ooooo`0300000?oooooooooo -00Cooooo00<00000ooooooooool01Oooool5o`0000Kooooo00?o0000ooooooooool03Oooool00`00 -003oooooo`00000ooooo`0300000?oooooooooo00Cooooo00?o0000oooo -ooooool03?ooool00`00003oooooooooo`09ooooo`0300000?oooooo000000Kooooo00Co0000oooo -oooooooo0000Foooool005cooooo00Oo000000000?oooooooooo00000?oooooo000000Sooooo0P00 -0008ooooo`03o`000?oooooooooo00Oooooo00<00000ooooooooool05?ooool00ol0003ooooooooo -o`0=ooooo`0300000?oooooooooo00[ooooo00?o0000ooooooooool01?ooool01Ol0003ooooooooo -oooooooo000005_ooooo001Mooooo`06o`000?oooooooooo00000?oooooo00004oooool00ol0003o -ooooooooo`0Jooooo`80000000?oooooo`000?ooool06?ooool00`00003oooooo`000007ooooo`04 -o`000?ooooooooooo`0005cooooo001Mooooo`05o`000000003oooooooooool000001_ooool20000 -00gooooo00?o0000ooooooooool06oooool00`00003o0000ooooo`0Gooooo`0300000?oooooo0000 -00Sooooo00?o0000ooooool00000GOooool005kooooo00?o0000ooooool000001_ooool00`00003o -ooooooooo`0=ooooo`03o`000?oooooooooo00Kooooo00<00000ooooooooool04oooool00ol0003o -ooooooooo`0=ooooo`0300000?oooooooooo00Gooooo00<00000ooooool000002?ooool01?l0003o -ooooooooool0001Mooooo`00Goooool2o`0000Gooooo00<00000ooooooooool03oooool00ol0003o -ooooooooo`05ooooo`0300000?oooooooooo01;ooooo00?o0000ooooooooool00P00000ooooo`<0000000Coooooo`000?oooooooooo1000 -0002ooooo`8000000_ooool00ol0003oooooooooo`1Rooooo`00J?ooool3o`0000?ooooo1000000; -ooooo`05o`000?ooooooooooooooo`0000004Oooool00ol0003oooooooooo`0"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.486 .58183 m -.63075 .55515 L -s -.486 .58183 m -.60739 .43861 L -s -.4914 .42433 m -.486 .58183 L -s -.37684 .43254 m -.486 .58183 L -s -.34973 .54914 m -.486 .58183 L -s -.36872 .65777 m -.486 .58183 L -s -.49073 .68996 m -.486 .58183 L -s -.6144 .66191 m -.486 .58183 L -s -.4914 .42433 m -.60739 .43861 L -s -.4914 .42433 m -.5 .27523 L -s -.37684 .43254 m -.4914 .42433 L -s -.60739 .43861 m -.75546 .50603 L -s -.60739 .43861 m -.63075 .55515 L -s -.64786 .36592 m -.60739 .43861 L -s -.5 .27523 m -.60739 .43861 L -s -.37684 .43254 m -.5 .27523 L -s -.34973 .54914 m -.37684 .43254 L -s -.35026 .35716 m -.37684 .43254 L -s -.23889 .49384 m -.37684 .43254 L -s -.63075 .55515 m -.75546 .50603 L -s -.6144 .66191 m -.63075 .55515 L -s -.23889 .49384 m -.34973 .54914 L -s -.36872 .65777 m -.34973 .54914 L -s -.5 .27523 m -.64786 .36592 L -s -.35026 .35716 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.64397 .32698 L -s -.5105 .28499 m -.5 .27523 L -s -.37177 .31851 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.49073 .68996 m -.36872 .65777 L -s -.5 .75807 m -.49073 .68996 L -s -.6144 .66191 m -.49073 .68996 L -s -.6144 .66191 m -.75546 .50603 L -s -.6144 .66191 m -.5 .75807 L -s -.6144 .66191 m -.66054 .65315 L -s -.64786 .36592 m -.75546 .50603 L -s -.64397 .32698 m -.64786 .36592 L -s -.36872 .65777 m -.23889 .49384 L -s -.36872 .65777 m -.33724 .64758 L -s -.5 .75807 m -.36872 .65777 L -s -.35026 .35716 m -.37177 .31851 L -s -.23889 .49384 m -.35026 .35716 L -s -.0035 w -[ ] 0 setdash -.64397 .32698 m -.75546 .50603 L -s -.68244 .44034 m -.75546 .50603 L -s -.65519 .585 m -.75546 .50603 L -s -.66054 .65315 m -.75546 .50603 L -s -.23889 .49384 m -.37177 .31851 L -s -.23889 .49384 m -.337 .43125 L -s -.33724 .64758 m -.23889 .49384 L -s -.36165 .57909 m -.23889 .49384 L -s -.66054 .65315 m -.5 .75807 L -s -.66054 .65315 m -.65519 .585 L -s -.68244 .44034 m -.64397 .32698 L -s -.51982 .38415 m -.64397 .32698 L -s -.5105 .28499 m -.64397 .32698 L -s -.36165 .57909 m -.33724 .64758 L -s -.5 .75807 m -.33724 .64758 L -s -.37177 .31851 m -.51982 .38415 L -s -.37177 .31851 m -.5105 .28499 L -s -.337 .43125 m -.37177 .31851 L -s -.5105 .28499 m -.51982 .38415 L -s -.5 .75807 m -.36165 .57909 L -s -.5 .75807 m -.51151 .60126 L -s -.65519 .585 m -.5 .75807 L -s -.51982 .38415 m -.68244 .44034 L -s -.65519 .585 m -.68244 .44034 L -s -.337 .43125 m -.51982 .38415 L -s -.36165 .57909 m -.337 .43125 L -s -.65519 .585 m -.51982 .38415 L -s -.65519 .585 m -.51151 .60126 L -s -.36165 .57909 m -.51982 .38415 L -s -.51151 .60126 m -.36165 .57909 L -s -.51151 .60126 m -.51982 .38415 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`03o`00003oool0oooo00D0oooo -00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1H0?ooo`00F@3oool2000000L0oooo00<0 -00000?ooo`3oool03@3oool00ol00000oooo0?ooo`0@0?ooo`@0000000<0ooooo`00003oool0103o -ool01@000000oooo0000003oool0000000D0oooo0`0000050?ooo`03o`00003oool0oooo00`0oooo -00?o00000?ooo`3oool01P3oool2000000@0oooo00<000000?ooo`3oool0E`3oool005P0oooo00<0 -00000?ooo`3oool01P3oool00`000000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00d0oooo1000 -00050?ooo`03o`00003oool0oooo0080oooo00H000000?ooo`3oool000000?ooo`0000080?ooo`<0 -00006`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo05L0oooo001G0?ooo`800000 -203oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo01D0oooo0`0000090?ooo`05o`00 -003oool0oooo0?ooo`0000000`3oool010000000oooo0?ooo`00000:0?ooo`8000006@3oool00`00 -0000oooo000000030?ooo`030000003oool0oooo05H0oooo001F0?ooo`8000002@3oool00`000000 -oooo0?ooo`020?ooo`03o`00003oool0oooo0140oooo1000000<0?ooo`04o`00003oool0oooo0000 -00@0oooo00D000000?ooo`3oool0oooo0000000;0?ooo`<000002P3oool00ol00000oooo0?ooo`09 -0?ooo`040000003oool0oooo00000080oooo00<000000?ooo`3oool0EP3oool005D0oooo0P000009 -0?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool01@3oool00ol00000oooo0?ooo`04 -0?ooo`@000004`3oool00`000000oooo0?ooo`020?ooo`050000003oool0oooo0?ooo`0000003@3o -ool01?l0000000000000000000070?ooo`03o`00003oool0oooo00X0oooo00@000000?ooo`3oool0 -00000P3oool00`000000oooo0?ooo`1E0?ooo`00E@3oool00`000000oooo0?ooo`080?ooo`030000 -003oool0oooo00/0oooo00Co00000?ooo`3oool0oooo1000000F0?ooo`030000003oool0oooo00<0 -oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0;0?ooo`03o`00003oool0oooo00<0 -00000`3oool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3o -ool0E03oool005@0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`0:0?ooo`03o`00 -003oool0000000800000603oool00ol0000000000?ooo`050?ooo`030000003oool0oooo00<0oooo -00<000000?ooo`3oool0403oool300000003o`00003oool0oooo00/0oooo00<000000?ooo`3oool0 -103oool00`000000oooo0?ooo`1D0?ooo`00D`3oool2000000X0oooo00<000000?ooo`3oool01P3o -ool00ol00000oooo0?ooo`04000001/0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?oo -o`030?ooo`030000003oool0oooo01<0oooo0`00000<0?ooo`050000003oool0oooo0?ooo`000000 -0P3oool00`000000oooo0?ooo`1C0?ooo`00DP3oool2000000/0oooo00<000000?ooo`3oool01@3o -ool4000001h0oooo00<00000o`00003oool01@3oool00`000000oooo0?ooo`050?ooo`030000003o -ool0oooo00/0oooo00?o00000?ooo`3oool01`3oool2000000X0oooo00<000000?ooo`3oool00P3o -ool010000000oooo0?ooo`00001D0?ooo`00DP3oool00`000000oooo0?ooo`0:0?ooo`030000003o -ool0oooo0080oooo0`0000020?ooo`03o`00003ooooo000001H0oooo1?l000020?ooo`03o`000000 -003o000000;o0000103oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00X0oooo00?o -00000?ooo`3oool00P3oool00ol00000oooo0?ooo`040?ooo`<000001`3oool00`000000oooo0?oo -o`030?ooo`030000003oool0000005@0oooo001A0?ooo`030000003oool0oooo00X0oooo00<00000 -0?ooo`0000000`0000050?ooo`;o00001P3oool2o`0000<0oooo1?l000020?ooo`Co0000203oool0 -0`000000ooooo`0000050?ooo`03o`000000003o000000<0oooo0ol000000`3oool000000?ooo`0< -0?ooo`05o`00003oool0oooo0?ooool000002@3oool3000000D0oooo00<000000?ooo`3oool01@3o -ool00`000000oooo0?ooo`1A0?ooo`00D03oool00`000000oooo0?ooo`0:0?ooo`<000002@3oool4 -o`0000<0oooo00?o00000?ooo`3oool0503oool00`000000ooooo`0000070?ooo`030000003oool0 -oooo00D0oooo00?o00000?ooo`0000001?l000090?ooo`03o`00003ooooo000000d0oooo0`000002 -0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool0D03oool004l0oooo0P00000;0?oo -o`030000003oool0000000L0oooo0_l000000`3ooooo0000o`00000K0?ooo`040000003oool0oooo -o`0000L0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`030?ooo`Co00005P3oool3 -000000H0oooo00<000000?ooo`000000DP3oool004l0oooo00<000000?ooo`3oool0203oool20000 -0080oooo00<000000?ooo`3oool0103oool01ol00000oooo0?ooo`3ooooo00000?ooool000006@3o -ool00`000000oooo0?ooo`090?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool02@3o -ool5o`000180oooo0P0000040?ooo`040000003oool0oooo00000540oooo001>0?ooo`030000003o -ool0oooo00L0oooo0P0000040?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool0603o -ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool02@3o -ool2o`000080oooo00?o00000?ooo`3oool03`3oool00`000000oooo000000040?ooo`030000003o -ool000000540oooo001=0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool01@3oool0 -0`00003o0000o`00000R0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool01@3oool0 -0`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00L0oooo00Co00000?ooo`3ooooo0000103o -ool2o`0000d0oooo00@000000?ooo`3oool000001P3oool00`000000oooo0?ooo`1>0?ooo`00C03o -ool00`000000oooo0?ooo`060?ooo`800000203oool00`000000oooo0?ooo`0;0?ooo`03o`00003o -ool0oooo01<0oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`050?ooo`030000003o -ool0oooo00X0oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`040?ooo`03o`00003o -ool0oooo00X0oooo00D000000?ooo`3oool0oooo000000060?ooo`030000003oool0oooo04d0oooo -001<0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0103oool2o`000080oooo00<0 -00000?ooo`3oool01P3oool00ol00000oooo0?ooo`030?ooo`03o`00003oool0oooo0140oooo00<0 -00000?ooo`3oool0103oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo00/0oooo00<0 -00000?ooo`3oool0703oool00`000000oooo0?ooo`030?ooo`070000003oool0oooo0?ooo`000000 -oooo0000001?0?ooo`00B`3oool00`000000oooo0?ooo`040?ooo`8000001@3oool2o`0000@0oooo -00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`040?ooo`03o`00003oool0oooo00l0oooo -00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo00`0oooo -00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`0<0?ooo`?o00001P3oool00`000000oooo -0?ooo`040?ooo`070000003oool0oooo0?ooo`000000oooo0000001>0?ooo`00BP3oool00`000000 -oooo0?ooo`030?ooo`8000003@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo01H0 -oooo00<000000?ooo`3oool03P3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo0080 -oooo00?o00000?ooo`3oool00`3oool00ol00000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00<0 -oooo00<000000?ooo`3oool01@3oool01`000000oooo0?ooo`3oool000000?ooo`000000C@3oool0 -04T0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`030?ooo`;o0000203oool00`00 -0000oooo0?ooo`050?ooo`03o`00003oool0oooo01H0oooo00<000000?ooo`3oool03P3oool00`00 -0000oooo0?ooo`0=0?ooo`040000003oool0ooooo`0000H0oooo00?o00000?ooo`3oool03@3oool2 -o`0000030?ooo`000000oooo00L0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1; -0?ooo`00B03oool2000000<0oooo0P0000050?ooo`03o`00003oool0oooo00T0oooo00<000000?oo -o`3oool03P3oool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo00L0oooo00?o00000?oo -o`3oool01@3oool00`000000oooo0?ooo`0>0?ooo`030000003oool0oooo00L0oooo00?o00000?oo -o`3oool03P3oool00ol0000000000?ooo`080?ooo`030000003oool0oooo0080oooo00<000000?oo -o`3oool0BP3oool004P0oooo00D000000?ooo`3oool0oooo000000020?ooo`;o00003`3oool00`00 -0000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool0203oool00ol0 -0000oooo0?ooo`050?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3oool01`3oool00ol0 -0000oooo0?ooo`0?0?ooo`030000003oool0oooo00P0oooo0P0000000`3oool000000000001<0?oo -o`00A`3oool00`000000oooo0?ooo`0200000080oooo00?o00000?ooo`3oool03`3oool00`000000 -oooo0?ooo`040?ooo`03o`00003oool0oooo00P0oooo00?o00000?ooo`3oool0203oool00`000000 -oooo0?ooo`090?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool03P3oool00ol00000 -00000?ooo`0H0?ooo`040000003oool0oooo0?ooo`;o0000203oool010000000oooo00000000001; -0?ooo`00AP3oool2000000030?ooo`000000oooo01D0oooo00<000000?ooo`3oool0103oool00ol0 -0000oooo0?ooo`0B0?ooo`030000003oool0oooo00X0oooo00?o00000?ooo`3oool01@3oool00`00 -0000oooo0?ooo`0=0?ooo`04o`00003oool0oooo000001P0oooo00<000000?ooo`3oool00`3oool0 -0ol00000oooo0?ooo`060?ooo`040000003oool00000000004X0oooo00160?ooo`<0000000<0oooo -o`000?l00000503oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo0180oooo00<00000 -0?ooo`3oool04`3oool00`000000oooo0?ooo`0<0?ooo`05o`00003oool0oooo0?ooo`000000203o -ool00ol00000oooo0?ooo`0=0?ooo`030000003oool0oooo00d0oooo00<000000?ooo`000000BP3o -ool004@0oooo0`0000000`3ooooo0000o`00000F0?ooo`030000003oool0oooo00<0oooo00?o0000 -0?ooo`3oool02`3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo01<0oooo00<00000 -0?ooo`3oool04@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00d0oooo00<00000 -0?ooo`3oool01P3oool3o`0000D0oooo00<000000?ooo`000000B@3oool004@0oooo00<00000o`00 -003oool06P3oool00`000000oooo0?ooo`0A0?ooo`03o`00003oool0oooo0080oooo00<000000?oo -o`3oool0303oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo00X0oooo00?o00000?oo -o`3oool01@3oool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo00d0oooo00<000000?oo -o`3oool02@3oool00ol00000oooo0?ooo`030?ooo`<00000B03oool004<0oooo0P00000L0?ooo`03 -0000003oool0oooo0180oooo00Co00000?ooo`3oool000003`3oool00ol00000oooo0?ooo`040?oo -o`030000003oool0oooo00X0oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`040?oo -o`03o`00003oool0oooo00d0oooo00<000000?ooo`3oool0303oool2o`000080oooo0P0000180?oo -o`00@`3oool00`00003o00000000000K0?ooo`050000003oool0oooo0?ooool000004P3oool00`00 -0000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool02@3oool00ol0 -0000oooo0?ooo`080?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool03`3oool00ol0 -0000oooo0?ooo`02000004L0oooo00140?ooo`0400000?l000000000000001T0oooo00D000000?oo -o`3oool0ooooo`00000A0?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3oool0103oool0 -0`000000oooo0?ooo`0E0?ooo`030000003oool0oooo0140oooo00<000000?ooo`3oool04`3oool0 -0`000000oooo0?ooo`150?ooo`00A@3oool010000000oooo0?ooo`000002o`0001H0oooo00D00000 -0?ooo`3oool0ooooo`00000A0?ooo`0300000?l00000oooo01H0oooo00<000000?ooo`3oool05@3o -ool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool04P3o -ool2o`0000030000003oool0oooo04@0oooo00150?ooo`070000003oool0oooo0?ooo`000000oooo -o`00000F0?ooo`040000003oool0ooooo`000100oooo00@000000?ooo`3ooooo00005P3oool00`00 -0000oooo0?ooo`070?ooo`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool00P3oool00ol0 -0000oooo0?ooo`0;0?ooo`030000003oool0oooo01@0oooo0P0000150?ooo`00AP3oool200000080 -oooo0P00000F0?ooo`030000003oool0oooo0100oooo00<000000?ooo`3oool00P3oool00ol00000 -oooo0?ooo`0<0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool01P3oool00ol00000 -oooo0?ooo`0>0?ooo`050000003oool0oooo0?ooool000003@3oool00`000000oooo0?ooo`0@0?oo -o`;o000000@0oooo0000003oool00000A@3oool004H0oooo0P0000040?ooo`040000003ooooo0000 -o`000180oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`0B0?ooo`03o`00003oool0 -oooo00@0oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`0?0?ooo`050000003oool0 -oooo0?ooool00000303oool00`000000oooo0?ooo`0?0?ooo`;o00000P3oool00`000000oooo0000 -00160?ooo`00A`3oool2000000@0oooo0P0000000`3ooooo00000?ooo`0@0?ooo`030000003ooooo -000000h0oooo00<000000?ooo`3oool04`3oool00ol00000oooo0?ooo`040?ooo`030000003oool0 -oooo01P0oooo00<000000?ooo`3oool03@3oool00`000000oooo0?ooo`0;0?ooo`;o00001@3oool0 -0`000000oooo000000170?ooo`00B03oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo -0100oooo00<000000?ooool000003@3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo -00X0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0I0?ooo`030000003oool0oooo -00`0oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`030?ooo`8000000P3oool00`00 -0000oooo0?ooo`150?ooo`00B03oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00?o -0000303oool00`00003o00000?ooo`0=0?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3o -ool04@3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo01<0oooo00@000000?ooo`3o -oooo00002`3oool00`000000oooo0?ooo`0?0?ooo`050000003oool000000?ooo`000000B03oool0 -04T0oooo0P0000060?ooo`8000000`3oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo -00/0oooo00<000000?ooo`3oool02@3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo -0080oooo00?o00000?ooo`3oool05@3oool00`000000ooooo`00000;0?ooo`030000003oool0oooo -00H0oooo0_l000060?ooo`050000003oool000000?ooo`000000B@3oool004X0oooo0P0000070?oo -o`030000003oool0oooo00<0oooo00?o00000?ooo`3oool01`3oool00`000000oooo0?ooo`0:0?oo -o`030000003oool0oooo01d0oooo00D000000?ooo`3oool0ooooo`00000I0?ooo`030000003ooooo -000000X0oooo00<000000?ooo`3oool0103oool2o`0000H0oooo0P0000001@3oool000000?ooo`3o -ool0000004T0oooo001:0?ooo`030000003oool0000000L0oooo0P0000040?ooo`03o`00003oool0 -oooo00H0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`0G0?ooo`03o`00003oool0 -oooo00@0oooo00<000000?ooo`3oool06`3oool00`000000ooooo`0000090?ooo`040000003oool0 -oooo0?ooo`;o00002@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo04P0oooo001; -0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`04 -0?ooo`03o`0000000000oooo00T0oooo00<000000?ooo`3oool03P3oool00ol00000oooo0?ooo`07 -0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooool00000703oool00`000000oooo0?ooo`08 -0?ooo`040000003ooooo0000o`0000X0oooo00@000000?ooo`3oool000000P3oool00`000000oooo -0?ooo`190?ooo`00B`3oool00`000000oooo0?ooo`090?ooo`8000001@3oool3o`0000030?ooool0 -0000000000X0oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`050?ooo`03o`00003o -ool0oooo00D0oooo00<000000?ooool000007@3oool00`000000oooo0?ooo`050?ooo`;o000000<0 -00000?ooo`3oool02P3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo04T0oooo -001<0?ooo`030000003oool0000000X0oooo00<000000?ooo`3oool01@3oool2o`0000030000003o -ool0oooo00L0oooo00<000000?ooo`3oool04@3oool00ol00000oooo0?ooo`0<0?ooo`0300000?l0 -0000oooo01d0oooo00<000000?ooo`3oool00`3oool2o`000080oooo00<000000?ooo`3oool0203o -ool200000080oooo00D000000?ooo`3oool0oooo0000001<0?ooo`00C@3oool00`000000oooo0000 -000:0?ooo`030000003oool0oooo00D0oooo0_l000000`000000oooo0?ooo`050?ooo`030000003o -ool0oooo0240oooo00<000000?ooo`3oool07@3oool01?l000000000o`000?l000060?ooo`030000 -003oool0oooo00L0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`1;0?ooo`00C@3o -ool010000000oooo0?ooo`00000:0?ooo`8000001`3oool010000000oooo0?ooo`3oool2o`000003 -0?ooo`000000oooo02<0oooo00<000000?ooo`3oool07P3oool00ol0000000000?ooo`060?ooo`03 -0000003oool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`1;0?ooo`00 -CP3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0 -0`3oool00`000000oooo0?ooo`0F0?ooo`03o`00003oool0oooo0080oooo00?o00000?ooo`3oool0 -0`3oool00ol00000oooo0000000L0?ooo`?o00000P3oool00`000000oooo0?ooo`040?ooo`030000 -003oool0oooo00H0oooo00<000000?ooo`3oool00P3oool01@000000oooo0?ooo`3oool0000004h0 -oooo001?0?ooo`030000003oool0oooo00`0oooo0P0000020?ooo`03o`00003oool0000000@0oooo -00<000000?ooo`3oool00P3oool4o`000180oooo00Go00000?ooo`3oool0ooooo`0000040?ooo`04 -o`00003oool0oooo000001D0oooo1?l000090?ooo`030000003oool0oooo00<0oooo00<000000?oo -o`3oool0103oool2000000@0oooo00D000000?ooo`3oool0oooo0000001?0?ooo`00C`3oool01000 -0000oooo0?ooo`00000=0?ooo`050000003ooooo00000?ooo`000000103oool00`000000oooo0?oo -o`080?ooo`?o00003P3oool01?l00000oooo0?ooool000030?ooo`05o`00003oool0oooo0?ooo`00 -00004@3oool2o`0000`0oooo00Go00000?ooo`3oool0oooo000000040?ooo`030000003oool0oooo -00<0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo -04d0oooo001@0?ooo`040000003oool0oooo000000d0oooo00@000000?ooool0000000000`3oool0 -0`000000oooo0?ooo`0<0?ooo`03o`00003oool0oooo00h0oooo00?o00000?ooo`3oool0103oool0 -0`000000oooo0?ooo`0:0?ooo`;o00000P3oool2o`0000h0oooo00Go00000?ooo`3oool0oooo0000 -00040?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0203oool00`000000oooo0?oo -o`1>0?ooo`00D@3oool010000000oooo0?ooo`00000=0?ooo`80000000@0oooo0000003oool00000 -4P3oool4o`000140oooo00<000000?ooo`3oool0103oool2o`000080oooo0_l0000D0?ooo`03o`00 -003oool0oooo0080oooo00D000000?ooo`3oool0oooo000000020?ooo`8000002P3oool00`000000 -oooo0?ooo`1?0?ooo`00D@3oool00`000000oooo0?ooo`0@0?ooo`<000006@3oool3o`0000@0oooo -00Co00000?ooo`3ooooo0000103oool00`00003o0000o`0000020?ooo`;o00006P3oool00ol00000 -oooo0?ooo`030?ooo`060000003oool0oooo0000003oool000001`3oool00`000000oooo0?ooo`02 -0?ooo`030000003oool0oooo04l0oooo001B0?ooo`030000003oool0oooo0100oooo1@00000I0?oo -o`03o`00003oool0oooo00Ko00000P3oool00ol0000000000?ooo`0U0?ooo`050000003oool00000 -0?ooo`0000001`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo0500oooo001B0?oo -o`050000003oool0oooo0?ooo`000000303oool00ol00000oooo000000040?ooo`L000005P3oool3 -o`0000D0oooo00<000000?ooo`3oool09@3oool3000000L0oooo00<000000?ooo`3oool00P3oool0 -0`000000oooo0?ooo`1A0?ooo`00D`3oool01@000000oooo0?ooo`3oool0000000/0oooo00Co0000 -0000003oool000002P3oool7000000h0oooo00Co00000?ooo`3oool0oooo0_l000030?ooo`030000 -003oool0oooo01d0oooo00Co00000?ooo`3oool0oooo1P00000=0?ooo`030000003oool0oooo0540 -oooo001D0?ooo`050000003oool0oooo0?ooo`0000002`3oool010000000oooo0?ooo`00000@0?oo -o`L000003@3oool01?l00000oooo0?ooo`00000I0?ooo`X000001@3oool00`000000oooo0?ooo`04 -0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool0DP3oool005@0oooo00<000000?oo -o`3oool03@3oool01@000000oooo0?ooo`3oool0000001H0oooo1`0000020?ooo`03o`00003oool0 -oooo0080oooo00?o00000?ooo`0000003P3oool;000000H0oooo00?o00000?ooo`3oool01@3oool2 -000000D0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`1B0?ooo`00E@3oool00`00 -0000oooo0?ooo`0;0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool05`3oool01?l0 -0000oooo0?ooo`3oool700000080oooo00<000000?ooo`3oool00P3oool:00000140oooo00?o0000 -0?ooo`3oool0103oool00`000000oooo000000040?ooo`030000003oool0oooo00@0oooo00<00000 -0?ooo`3oool0D`3oool005H0oooo00D000000?ooo`3oool0oooo000000080?ooo`030000003oool0 -oooo00<0oooo00<000000?ooo`3oool05@3oool00ol00000oooo0?ooo`040?ooo`03o`00003oool0 -oooo0080oooo1`00000Q0?ooo`040000003oool0oooo000000X0oooo00<000000?ooo`3oool0E03o -ool005H0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`050?ooo`0300000?l00000 -oooo00@0oooo00<000000?ooo`3oool04@3oool00ol00000oooo0?ooo`070?ooo`03o`00003oool0 -oooo00@0oooo00@000000?ooo`3ooooo00008@3oool01@000000oooo0?ooo`3oool0000000X0oooo -00<000000?ooo`3oool0E03oool005L0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?oo -o`030?ooo`030000003ooooo000000H0oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?oo -o`0?0?ooo`030000003oool0oooo01`0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?oo -o`020?ooo`030000003oool0000000L0oooo00<000000?ooo`3oool0E@3oool005L0oooo00<00000 -0?ooo`3oool0203oool010000000oooo0?ooool000060?ooo`030000003oool0oooo00d0oooo00?o -00000?ooo`3oool0403oool00`000000oooo0?ooo`030?ooo`;o00005`3oool01Ol00000oooo0?oo -o`3oool0000000D0oooo00<000000?ooo`0000001P3oool00`000000oooo0?ooo`1F0?ooo`00F03o -ool00`000000oooo0?ooo`030?ooo`040000003oool0oooo000000<0oooo00?o00000?ooo`3oool0 -103oool00`000000oooo0?ooo`0I0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0 -1@3oool00ol00000oooo0?ooo`0D0?ooo`04o`00003oool0oooo000000H0oooo0P0000070?ooo`03 -0000003oool0oooo05H0oooo001I0?ooo`030000003oool0oooo0080oooo00@000000?ooo`3oool0 -00002`3oool00`000000oooo0?ooo`080?ooo`;o00003P3oool00ol00000oooo0?ooo`040?ooo`03 -0000003oool0oooo01`0oooo00?o00000?ooo`0000001`3oool00`000000oooo0?ooo`050?ooo`03 -0000003oool0oooo05L0oooo001I0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`000000 -303oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00l0oooo00?o00000?ooo`3oool0 -0`3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo0180oooo00<000000?ooo`3oool0 -103oool010000000oooo0?ooo`0000050?ooo`030000003oool0oooo05P0oooo001J0?ooo`030000 -003oool0oooo0080oooo0P00000>0?ooo`030000003oool0oooo01L0oooo00?o00000?ooo`3oool0 -0`3oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo0140oooo00<000000?ooo`3oool0 -0`3oool01@000000oooo0?ooo`3oool0000000D0oooo00<000000?ooo`3oool0F03oool005/0oooo -00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00H0oooo -00@000000?ooo`3oool0oooo0_l0000I0?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`3o -ool03`3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo0080oooo00<000000?ooo`3o -ool00P3oool00`000000oooo0?ooo`1I0?ooo`00F`3oool00`000000oooo0?ooo`020?ooo`800000 -103oool00ol00000oooo0?ooo`070?ooo`030000003ooooo000001/0oooo00<000000?ooo`3oool0 -3P3oool2o`0000`0oooo00<000000?ooo`3oool02@3oool01@000000oooo0?ooo`3oool0000005`0 -oooo001L0?ooo`060000003oool0oooo0000003oool00000103oool00ol00000oooo0?ooo`080?oo -o`030000003oool0oooo01D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0@0?oo -o`03o`00003oool0oooo00P0oooo00<00000o`00003oool02P3oool01@000000oooo0?ooo`3oool0 -000005`0oooo001L0?ooo`040000003oool0oooo00000080oooo00<000000?ooo`3oool02@3oool2 -o`000080oooo00<000000?ooo`3oool0503oool00ol00000oooo0?ooo`020?ooo`030000003oool0 -oooo0140oooo00?o00000?ooo`3oool01P3oool00`000000ooooo`0000040?ooo`030000003oool0 -oooo00@0oooo00@000000?ooo`3oool00000G@3oool005d0oooo00<000000?ooo`0000000`3oool0 -0`000000oooo0?ooo`070?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool0503oool0 -0ol00000oooo0?ooo`020?ooo`030000003oool0oooo01T0oooo00<000000?ooo`3oool0103oool0 -0`000000oooo0?ooo`050?ooo`030000003oool0000005h0oooo001N0?ooo`800000303oool00ol0 -0000oooo0?ooo`040?ooo`030000003oool0oooo01<0oooo00?o00000?ooo`3oool00P3oool00`00 -0000oooo0?ooo`0C0?ooo`?o00000P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo -00H0oooo00<000000?ooo`000000GP3oool005l0oooo0`0000030?ooo`030000003ooooo000000`0 -oooo00<000000?ooo`3oool05`3oool00`000000oooo0?ooo`0F0?ooo`03o`0000000000oooo00l0 -oooo0P00001O0?ooo`00H@3oool2000000<0oooo00@00000o`000?l0003o00002`3oool00`000000 -oooo0?ooo`0F0?ooo`030000003oool0oooo01H0oooo00<000000?ooo`3oool00`3oool00ol00000 -00000?ooo`080?ooo`800000H03oool006<0oooo1@00000=0?ooo`030000003oool0oooo0140oooo -00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0E0?ooo`040000003oool0oooo0?ooo`;o -000000<0oooo0000003oool00`3oool4000000030?ooo`000000oooo0640oooo001T0?ooo`030000 -003oool0oooo00@000002`3oool00`000000oooo0?ooo`0@0?ooo`03o`00003oool0oooo0080oooo -00<000000?ooo`3oool05@3oool00`000000oooo0?ooo`020?ooo`D000001@3oool2000006<0oooo -001U0?ooo`8000000`3oool2000000<0oooo0P0000060?ooo`030000003oool0oooo00l0oooo00?o -00000?ooo`3oool00P3oool00`000000oooo0?ooo`0D0?ooo`040000003oool0oooo0?ooo`<00000 -203oool00`000000oooo0?ooo`1S0?ooo`00I`3oool00`000000oooo0?ooo`070?ooo`030000003o -ool0oooo00@0oooo00<000000?ooo`3oool03P3oool00ol00000oooo0?ooo`020?ooo`030000003o -ool0oooo01<0oooo0`0000030?ooo`030000003oool0oooo00D0oooo0P00001V0?ooo`00J03oool2 -00000080oooo0P0000070?ooo`8000000P3oool00`000000oooo0?ooo`0B0?ooo`030000003oool0 -oooo00h0oooo0P0000020?ooo`800000303oool00`000000oooo0?ooo`1V0?ooo`00JP3oool01@00 -0000oooo0?ooo`3oool0000000P0oooo00<000000?ooo`000000503oool00`000000oooo0?ooo`0< -0?ooo`8000000`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00D0oooo0P00001Y -0?ooo`00J`3oool200000080oooo00<000000?ooo`3oool0203oool400000100oooo00<000000?oo -o`3oool01P3oool4000000H0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`050?oo -o`030000003oool0oooo06T0oooo001]0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o -ool00`3oool2000000H0oooo00Go00000?ooo`3oool0oooo000000050?ooo`8000002`3oool00`00 -0000oooo0?ooo`020?ooo`030000003oool0oooo00@0oooo0P00001/0?ooo`00KP3oool200000003 -0?ooo`000000oooo00T0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`030?ooo`04 -o`00003oool0oooo0?ooo`8000000P3oool2000000`0oooo00<000000?ooo`3oool02@3oool00`00 -0000oooo0?ooo`1/0?ooo`00L03oool00`000000oooo000000090?ooo`030000003oool0oooo00P0 -oooo0P0000000ol00000oooo0000000200000100oooo00<000000?ooo`3oool00P3oool00`000000 -oooo0?ooo`030?ooo`800000K`3oool00740oooo00<000000?ooo`0000002@3oool00`000000oooo -0?ooo`090?ooo`05o`00003oool0oooo0?ooo`000000403oool01@000000oooo0?ooo`3oool00000 -00D0oooo00<000000?ooo`3oool0K`3oool00780oooo0P00000:0?ooo`030000003oool0oooo00`0 -oooo00<000000?ooo`3oool03@3oool01@000000oooo0?ooo`3oool0000000@0oooo0P00001b0?oo -o`00M03oool00`000000oooo000000080?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3o -ool0303oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo0780oooo001e0?ooo`<00000 -1`3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00/0oooo00@000000?ooo`3oool0 -0000103oool2000007D0oooo001g0?ooo`8000001`3oool00`000000oooo0?ooo`070?ooo`040000 -003oool0oooo000000`0oooo00@000000?ooo`3oool00000103oool00`000000oooo0?ooo`1e0?oo -o`00N03oool2000000L0oooo00<000000?ooo`3oool01P3oool010000000oooo0?ooo`00000;0?oo -o`040000003oool0oooo000000<0oooo0P00001h0?ooo`00NP3oool3000000D0oooo00<000000?oo -o`3oool01@3oool010000000oooo0?ooo`00000:0?ooo`030000003oool0oooo00@0oooo00<00000 -0?ooo`3oool0N03oool007/0oooo00<000000?ooo`000000103oool00`000000oooo0?ooo`080?oo -o`030000003oool0oooo00L0oooo00<000000?ooo`0000000`3oool2000007/0oooo001l0?ooo`80 -00001@3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo00H0oooo00<000000?ooo`00 -00000`3oool00`000000oooo0?ooo`1k0?ooo`00OP3oool00`000000oooo000000030?ooo`030000 -003oool0oooo00H0oooo00<000000?ooo`3oool01@3oool00`000000oooo000000020?ooo`800000 -OP3oool007l0oooo0`0000030?ooo`030000003oool0oooo00<0oooo00<000000?ooo`0000001`3o -ool01@000000oooo0?ooo`3oool000000800oooo00210?ooo`8000000`3oool00`000000oooo0?oo -o`020?ooo`030000003oool0000000H0oooo00<000000?ooo`3oool00P0000210?ooo`00PP3oool2 -00000080oooo00<000000?ooo`3oool00P3oool2000000H0oooo00@000000?ooo`3oool00000P`3o -ool008@0oooo0P0000000`3oool000000?ooo`030?ooo`030000003oool0oooo00<0oooo00@00000 -0?ooo`0000000000Q03oool008D0oooo0P0000000`3oool000000?ooo`020?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`000000QP3oool008L0oooo00<000000?ooo`0000000P3oool01000 -0000oooo0?ooo`3oool3000008L0oooo00280?ooo`8000000P3oool00`000000oooo0?ooo`020000 -08T0oooo00290?ooo`80000000<0oooo0000003oool00P00002:0?ooo`00R`3oool3000008`0oooo -002<0?ooo`030000003oool0oooo08/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo0000\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.52449 .58154 m -.65716 .54666 L -s -.52449 .58154 m -.6287 .43004 L -s -.51504 .42409 m -.52449 .58154 L -s -.39887 .44065 m -.52449 .58154 L -s -.37696 .55717 m -.52449 .58154 L -s -.39229 .6633 m -.52449 .58154 L -s -.51621 .68981 m -.52449 .58154 L -s -.63722 .65607 m -.52449 .58154 L -s -.51504 .42409 m -.6287 .43004 L -s -.51504 .42409 m -.5 .27523 L -s -.39887 .44065 m -.51504 .42409 L -s -.39887 .44065 m -.5 .27523 L -s -.37696 .55717 m -.39887 .44065 L -s -.35344 .36915 m -.39887 .44065 L -s -.24764 .51045 m -.39887 .44065 L -s -.24764 .51045 m -.37696 .55717 L -s -.39229 .6633 m -.37696 .55717 L -s -.6287 .43004 m -.76219 .48914 L -s -.6287 .43004 m -.65716 .54666 L -s -.64983 .35382 m -.6287 .43004 L -s -.5 .27523 m -.6287 .43004 L -s -.65716 .54666 m -.76219 .48914 L -s -.63722 .65607 m -.65716 .54666 L -s -.5 .27523 m -.64983 .35382 L -s -.35344 .36915 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.62164 .31558 L -s -.48166 .28534 m -.5 .27523 L -s -.35086 .33037 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.51621 .68981 m -.39229 .6633 L -s -.5 .75807 m -.51621 .68981 L -s -.63722 .65607 m -.51621 .68981 L -s -.39229 .6633 m -.24764 .51045 L -s -.39229 .6633 m -.34093 .65519 L -s -.5 .75807 m -.39229 .6633 L -s -.35344 .36915 m -.35086 .33037 L -s -.24764 .51045 m -.35344 .36915 L -s -.63722 .65607 m -.76219 .48914 L -s -.63722 .65607 m -.5 .75807 L -s -.63722 .65607 m -.66292 .64546 L -s -.64983 .35382 m -.76219 .48914 L -s -.62164 .31558 m -.64983 .35382 L -s -.0035 w -[ ] 0 setdash -.24764 .51045 m -.35086 .33037 L -s -.24764 .51045 m -.31124 .44396 L -s -.34093 .65519 m -.24764 .51045 L -s -.33929 .58737 m -.24764 .51045 L -s -.62164 .31558 m -.76219 .48914 L -s -.65479 .42808 m -.76219 .48914 L -s -.63128 .57704 m -.76219 .48914 L -s -.66292 .64546 m -.76219 .48914 L -s -.33929 .58737 m -.34093 .65519 L -s -.5 .75807 m -.34093 .65519 L -s -.35086 .33037 m -.46539 .38473 L -s -.35086 .33037 m -.48166 .28534 L -s -.31124 .44396 m -.35086 .33037 L -s -.66292 .64546 m -.5 .75807 L -s -.66292 .64546 m -.63128 .57704 L -s -.65479 .42808 m -.62164 .31558 L -s -.46539 .38473 m -.62164 .31558 L -s -.48166 .28534 m -.62164 .31558 L -s -.48166 .28534 m -.46539 .38473 L -s -.5 .75807 m -.33929 .58737 L -s -.5 .75807 m -.47989 .60148 L -s -.63128 .57704 m -.5 .75807 L -s -.31124 .44396 m -.46539 .38473 L -s -.33929 .58737 m -.31124 .44396 L -s -.33929 .58737 m -.46539 .38473 L -s -.47989 .60148 m -.33929 .58737 L -s -.46539 .38473 m -.65479 .42808 L -s -.63128 .57704 m -.65479 .42808 L -s -.63128 .57704 m -.46539 .38473 L -s -.63128 .57704 m -.47989 .60148 L -s -.47989 .60148 m -.46539 .38473 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`00DOooool01Ol0003oooooooooooooool0000000;ooooo00?o0000oooooooo -ool00ol0000Cooooo`0300000?oooooooooo00;ooooo0`0000000ooooooo0000ooooo`02000000Go -oooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Nooooo`0500000?ooool00000oooo -o`0000000oooool01?l0003oooooooooooooool2o`0000cooooo00?o0000ooooooooool0C_ooool0 -057ooooo00Co0000ooooooooool000000oooool3o`0001Gooooo0`000006ooooo`03o`000?oooooo -oooo00Oooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`0Oooooo`0300000?oooooo -oooo00;ooooo00<00000o`000?ooool01?ooool00ol0003oooooooooo`0:ooooo`03o`000?oooooo -oooo04gooooo001@ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool05?ooool30000 -00Oooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo -02Cooooo00?o0000ooooo`0000001Oooool2o`0000_ooooo00?o0000ooooooooool0C?ooool0053o -oooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`0Booooo`80000000Cooooo00000?oo -ool000001_ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo00[ooooo00?o00000000 -0?ooool06_ooool00`00003oooooooooo`06ooooo`03o`000?oooooooooo00;ooooo0P000003oooo -o`;o00002_ooool00ol0003oooooooooo`1;ooooo`00Coooool01?l0003oooooooooo`000003oooo -o`;o00004?ooool2000000Gooooo00<00000ooooooooool01Oooool00ol0003oooooooooo`09oooo -o`03o`000?oooooooooo00_ooooo00?o0000ooooooooool06?ooool00`00003oooooooooo`03oooo -o`0500000?ooooooooooooooool000001_ooool00`00003oooooooooo`02ooooo`;o00002Oooool0 -0ol0003oooooooooo`1:ooooo`00C_ooool01?l0003oooooooooo`000003ooooo`03o`000?oooooo -000000oooooo00<00000ooooooooool03Oooool00ol0003oooooooooo`09ooooo`03o`000?oooooo -oooo00_ooooo00<00000o`000?ooool05oooool00`00003oooooooooo`04ooooo`0500000?oooooo -ooooooooool000001oooool00`00003oooooooooo`03ooooo`;o00001oooool00ol000000000oooo -o`1:ooooo`00C_ooool00ol0003ooooo00000003ooooo`05o`000?ooooooooooooooool000006ooo -ool00`00003oooooo`00000ooooo`03 -00000?l0003ooooo01;ooooo00@00000oooooooooooo00003Oooool00`00003oooooooooo`0;oooo -o`03o`000000003ooooo017ooooo00?o0000ooooooooool04oooool2000000;o00000oooool00`00 -003o0000ooooo`16ooooo`00AOooool01?l000000000o`000000000Booooo`03o`000?oooooooooo -00kooooo00?o0000ooooooooool04oooool00`00003oooooo`00000=ooooo`0300000?oooooooooo -00cooooo00?o0000ooooooooool04?ooool00ol0003ooooo0000000Aooooo`80000000?oooooo`00 -0?ooool00oooool00`00003oooooo`000017ooooo`00A_ooool00ol000000000o`000002ooooo`<0 -00003Oooool00ol0003oooooooooo`0>ooooo`03o`000?oooooooooo01Gooooo00?o0000oooooooo -ool02oooool00`00003oooooooooo`0:ooooo`0400000?ooooooooooo`00013ooooo00Co0000oooo -ooooool000004_ooool2o`0000Kooooo00?o0000ooooooooool0A_ooool004Oooooo00?o0000oooo -ool000001?ooool00`00003oooooooooo`0:ooooo`03o`000?oooooooooo00gooooo00?o0000oooo -ooooool05_ooool00ol0003oooooooooo`0;ooooo`0300000?oooooooooo00[ooooo00D00000oooo -ooooooooooooo`00000?ooooo`05o`000?ooooooooooooooo`0000003?ooool2000000;ooooo00?o -0000ooooooooool01_ooool00ol0003oooooooooo`16ooooo`00Aoooool01?l0003oooooooooool0 -0006ooooo`8000002?ooool00ol0003oooooooooo`0 -ooooo`05o`000?ooooooooooooooo`0000000oooool00ol0003oooooooooo`04ooooo`03o`000?oo -oooooooo00Cooooo00?o0000ooooooooool01Oooool00`00003oooooooooo`03000001?ooooo00?o -0000ooooooooool01Oooool00`00003oooooooooo`02ooooo`0300000?oooooooooo00;ooooo00<0 -0000ooooooooool03Oooool2000000;ooooo00<00000o`000?ooool01?ooool00ol0003ooooooooo -o`02ooooo`0300000?l0003ooooo00gooooo00@00000oooooooooooo0000Coooool004kooooo00?o -0000ooooooooool00_ooool01@00003ooooooooooooooooo000000Kooooo00?o0000ooooooooool0 -0oooool00ol0003oooooooooo`0;ooooo`0400000?ooooooooooooooo`8000003Oooool00ol0003o -ooooooooo`06ooooo`0300000?oooooooooo00;ooooo00@00000ooooooooool000003_ooool20000 -00Kooooo00?o0000ooooooooool00_ooool01?l0003oooooooooooooool2o`0000kooooo00@00000 -oooooooooooo0000D?ooool004oooooo00?o0000ooooooooool00_ooool01000003ooooooooooooo -ool2o`0000Cooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`04ooooo`0300000?oo -oooooooo00_ooooo00@00000oooooooooooooooo0P000007ooooo`03o`000?oooooooooo00_ooooo -00<00000ooooooooool02oooool2000000_ooooo00Co0000oooooooooooo00000oooool00ol0003o -oooo0000000=ooooo`0400000?ooooooooooo`00057ooooo001?ooooo`03o`000?oooooooooo00So -oooo00Go0000ooooooooooooooooo`000003ooooo`03o`000?oooooooooo00Gooooo00<00000oooo -ooooool04Oooool01000003oooooooooooooool300000003o`000?oooooooooo00Sooooo00<00000 -ooooooooool03?ooool2000000kooooo00Co0000ooooool0003ooooo0_l00002ooooo`0300000?oo -oooooooo00kooooo00?o0000ooooooooool0Coooool0053ooooo00?o0000ooooooooool01?ooool0 -1@00003ooooooooooooooooo000000;ooooo00Go0000ooooooooooooooooo`000007ooooo`030000 -0?oooooooooo01Sooooo00?o0000ooooooooool00`000006ooooo`0400000?oooooooooo000000Co -oooo1000000Cooooo`?o00005?ooool00ol0003oooooooooo`1@ooooo`00DOooool00ol0003ooooo -ooooo`03ooooo`0300000?oooooooooo00;ooooo00?o0000ooooool000000_ooool00ol0003ooooo -ooooo`0Rooooo`03o`000?oooooooooo00;ooooo00<00000ooooooooool00`0000000oooool00000 -o`000003000001Oooooo1?l0000Aooooo`0400000?ooooooooooo`0005?ooooo001Aooooo`03o`00 -0?oooooooooo00Cooooo00<00000ooooooooool00_ooool01Ol0003oooooo`000?oooooo000002Co -oooo00?o0000ooooooooool02?ooool01000003o0000o`000?l0000Cooooo`Ko00000oooool00ol0 -003oooooooooo`02ooooo`0300000?oooooooooo00Wooooo00D00000ooooooooooooooooo`00001C -ooooo`00D_ooool00ol0003oooooooooo`09ooooo`?o00009Oooool00ol0003oooooooooo`0Ioooo -o`Ko00002?ooool00ol0003oooooo`000003ooooo`0300000?oooooooooo00Sooooo00D00000oooo -ooooooooooooo`00001Dooooo`00Doooool00ol0003oooooooooo`09ooooo`Ko00001_ooool00`00 -003oooooooooo`0Hooooo`03o`000?oooooooooo00Kooooo0P000005ooooo`8000000oooool7o`00 -00gooooo00Co0000oooooooooooo00000oooool00`00003oooooooooo`0;ooooo`03o`000?oooooo -oooo05?ooooo001Cooooo`03o`000?oooooooooo00Gooooo00D00000ooooooooooooooooo`000005 -ooooo`[o00005oooool00ol0003oooooooooo`04ooooo`8000001?ooool00`00003oooooo`000005 -o`0001?ooooo00?o0000ooooooooool00_ooool01?l0003oooooooooo`00000=ooooo`03o`000?oo -oooooooo05?ooooo001Dooooo`03o`000?oooooooooo00Gooooo00<00000ooooooooool00_l0000: -ooooo`0400000?ooooooooooooooo`Wo00003_ooool00ol0003oooooooooo`06ooooo`Ko00001?oo -ool00`00003oooooooooo`0Booooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool02Ooo -ool01@00003ooooooooooooooooo000005Kooooo001Eooooo`03o`000?oooooooooo00Gooooo00D0 -0000ooooool0003oooooo`000009ooooo`0300000?oooooooooo00[ooooo2_l00004ooooo`03o`00 -0?oooooooooo00Ko00000oooool00`00003oooooooooo`0Hooooo`03o`000?oooooooooo00Cooooo -00?o0000ooooooooool02?ooool01@00003ooooooooooooooooo000005Kooooo001Eooooo`03o`00 -0?oooooooooo00Oooooo00Co0000oooooooooooo00007oooool7o`00000300000?oooooooooo00Ko -oooo00<00000ooooooooool01oooool2000000kooooo00?o0000ooooooooool01Oooool00ol00000 -0000ooooo`07ooooo`0500000?ooooooooooooooool00000Eoooool005Kooooo00?o0000oooooooo -ool01_ooool01Ol0003ooooooooooooooooo000002;ooooo00?o0000ooooo`0000005Oooool00`00 -003oooooooooo`0;ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool02Oooool00ol0 -003oooooooooo`1Fooooo`00E_ooool00ol0003oooooooooo`06ooooo`03o`000000003ooooo00;o -oooo00?o0000ooooooooool01Oooool00`00003oooooooooo`0Fooooo`0300000?l0003ooooo02?o -oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo05Ko -oooo001Gooooo`03o`000?oooooooooo00Gooooo00?o0000ooooo`0000000oooool00ol0003ooooo -ooooo`04ooooo`0300000?oooooooooo01Gooooo00<00000ooooool000002oooool00`00003ooooo -ooooo`0 -ooooo`80000000?oooooo`000?ooool0Hoooool0067ooooo00Co0000oooooooooooooooo10000002 -ooooo`D0000000?oooooo`000?ooool05Oooool00ol0003oooooooooo`06ooooo`0300000?oooooo -oooo00gooooo00?o0000ooooooooool03?ooool2000000;ooooo00?o0000ooooooooool0Hoooool0 -06;ooooo0_l0000:ooooo`0500000?ooool0000000000?l000005Oooool00ol0003oooooooooo`06 -ooooo`0300000?oooooooooo00cooooo00?o0000ooooooooool01oooool4000000;ooooo00@00000 -ooooool0003o0000I_ooool006Cooooo00?o0000ooooooooool02?ooool01@00003oooooooooo`00 -003o000001Cooooo00?o0000ooooooooool01_ooool00`00003oooooooooo`0;ooooo`03o`000?oo -oooooooo00Cooooo0P000009ooooo`03o`000?oooooooooo06Kooooo001Uooooo`;o00002Oooool0 -1P00003ooooooooooooooooo0000ooooo`<000004?ooool00ol0003oooooooooo`0Booooo`03o`00 -0?oooooooooo00?ooooo0P000007ooooo`8000000_l0001Yooooo`00Ioooool2o`0000cooooo00?o -0000ooooooooool01?ooool3000000[ooooo00?o0000ooooooooool04_ooool01?l0003ooooo0000 -00000009ooooo`80000000?oooooo`000?ooool0J_ooool006Wooooo00?o0000ooooooooool01ooo -ool01000003oooooooooool0000;ooooo`8000001Oooool00ol0003oooooooooo`0Aooooo`03o`00 -00000000000000cooooo0_l0001/ooooo`00J_ooool2o`0000Sooooo00@00000oooooooooooo0000 -3?ooool01P00003oooooooooooooool00000o`0000Oooooo00<00000ooooooooool01?ooool40000 -0003o`000?oooooooooo00Wooooo0P0000000ooooooo0000ooooo`1]ooooo`00K?ooool00ol0003o -ooooooooo`06ooooo`0400000?ooooooooooo`00013ooooo00?o000000000?ooool01Oooool00`00 -003oooooooooo`02000000Kooooo00?o0000ooooooooool02?ooool01000003oooooo`000?l0001_ -ooooo`00KOooool2o`0000[ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`02oooo -o`H000001oooool00ol0003oooooooooo`08ooooo`0300000?oooooo0000077ooooo001_ooooo`03 -o`000?oooooooooo00Gooooo00@00000oooooooooooo00003_ooool00ol0003oooooooooo`05oooo -o`0300000?oooooooooo00Kooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`1`oooo -o`00L?ooool2o`0000Kooooo00@00000oooooooooooo00003Oooool00ol0003oooooooooo`04oooo -o`0300000?oooooooooo00Kooooo00?o0000ooooooooool01oooool2000000;o0000Loooool007;o -oooo00?o0000ooooooooool01?ooool01000003oooooooooool0000=ooooo`03o`000?oooooooooo -00cooooo00?o0000ooooooooool01_ooool00`00003oooooo`00001eooooo`00Loooool2o`0000So -oooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00Ko -oooo00<00000o`000?l00000M_ooool007Gooooo0_l00005ooooo`0300000?l0003ooooo00_ooooo -00?o0000ooooooooool00_ooool00`00003oooooooooo`05ooooo`03o`000?oooooooooo00Oooooo -00?o0000ooooooooool0M_ooool007Oooooo00?o0000ooooooooool00oooool00`00003o0000oooo -o`0:ooooo`03o`000?oooooooooo00;ooooo00<00000ooooooooool01Oooool00ol0003ooooooooo -o`04ooooo`0300000?l0003o000007Wooooo001hooooo`;o00001?ooool00`00003o0000ooooo`09 -ooooo`03o`000?oooooooooo00;ooooo00<00000ooooooooool01?ooool00ol0003oooooooooo`03 -ooooo`80000000?o0000ooooooooool0NOooool007[ooooo00?o0000ooooooooool00oooool00ol0 -003oooooooooo`07ooooo`03o`000?oooooooooo00;ooooo00<00000ooooooooool00oooool00ol0 -003oooooooooo`05ooooo`03o`000?oooooooooo07[ooooo001kooooo`;o00001?ooool00ol0003o -ooooooooo`06ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00_ooool2000000;o -0000OOooool007gooooo00Ko0000oooooooooooooooo00000?l00008ooooo`03o`000?oooooooooo -00Kooooo00Oo0000oooooooooooooooo00000?oooooo000007oooooo001nooooo`;o00000oooool0 -0ol0003oooooooooo`05ooooo`04o`000?oooooooooo000000Cooooo00Go0000oooooooooooooooo -00000002o`00083ooooo0020ooooo`05o`000?ooooooooooooooool000001_ooool01?l0003ooooo -ooooo`000003ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0P?ooool0087ooooo -0_l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooo`0000000oooool01?l0003ooooo -ooooooooool2o`0008?ooooo0023ooooo`04o`000?ooool00000o`0000Cooooo00?o0000ooooo`00 -00000oooool01?l0003oooooooooool00025ooooo`00Q?ooool2o`000003ooooool0003ooooo00;o -oooo00?o0000ooooooooool00_ooool01?l0003oooooo`000?l00026ooooo`00Q_ooool3o`0000;o -oooo00Oo0000ooooooooooooooooo`000?oooooo000008Sooooo0028ooooo`;o00000_ooool00ol0 -00000000ooooo`02o`0008Wooooo0029ooooo`;o000000?oooooo`00000000000_l0002:ooooo`00 -Roooool3o`0008cooooo002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.56256 .57912 m -.68009 .53652 L -s -.56256 .57912 m -.64695 .41988 L -s -.53835 .42212 m -.56256 .57912 L -s -.42318 .44701 m -.56256 .57912 L -s -.40674 .56343 m -.56256 .57912 L -s -.41824 .66762 m -.56256 .57912 L -s -.54135 .68857 m -.56256 .57912 L -s -.65684 .64913 m -.56256 .57912 L -s -.42318 .44701 m -.5 .27523 L -s -.42318 .44701 m -.53835 .42212 L -s -.40674 .56343 m -.42318 .44701 L -s -.36084 .38051 m -.42318 .44701 L -s -.26321 .52582 m -.42318 .44701 L -s -.53835 .42212 m -.64695 .41988 L -s -.53835 .42212 m -.5 .27523 L -s -.26321 .52582 m -.40674 .56343 L -s -.41824 .66762 m -.40674 .56343 L -s -.64695 .41988 m -.76097 .47154 L -s -.64695 .41988 m -.68009 .53652 L -s -.64718 .34153 m -.64695 .41988 L -s -.5 .27523 m -.64695 .41988 L -s -.41824 .66762 m -.26321 .52582 L -s -.41824 .66762 m -.34918 .66239 L -s -.54135 .68857 m -.41824 .66762 L -s -.5 .75807 m -.41824 .66762 L -s -.36084 .38051 m -.5 .27523 L -s -.36084 .38051 m -.33546 .34355 L -s -.26321 .52582 m -.36084 .38051 L -s -.68009 .53652 m -.76097 .47154 L -s -.65684 .64913 m -.68009 .53652 L -s -.5 .27523 m -.64718 .34153 L -s -.33546 .34355 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.59455 .30616 L -s -.45357 .28826 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.5 .75807 m -.54135 .68857 L -s -.65684 .64913 m -.54135 .68857 L -s -.0035 w -[ ] 0 setdash -.26321 .52582 m -.33546 .34355 L -s -.26321 .52582 m -.29275 .45797 L -s -.34918 .66239 m -.26321 .52582 L -s -.32295 .59653 m -.26321 .52582 L -s -.65684 .64913 m -.76097 .47154 L -s -.65684 .64913 m -.5 .75807 L -s -.65684 .64913 m -.66028 .63762 L -s -.64718 .34153 m -.76097 .47154 L -s -.59455 .30616 m -.64718 .34153 L -s -.32295 .59653 m -.34918 .66239 L -s -.5 .75807 m -.34918 .66239 L -s -.33546 .34355 m -.41264 .38951 L -s -.33546 .34355 m -.45357 .28826 L -s -.29275 .45797 m -.33546 .34355 L -s -.59455 .30616 m -.76097 .47154 L -s -.62074 .41788 m -.76097 .47154 L -s -.60215 .57046 m -.76097 .47154 L -s -.66028 .63762 m -.76097 .47154 L -s -.45357 .28826 m -.59455 .30616 L -s -.45357 .28826 m -.41264 .38951 L -s -.5 .75807 m -.32295 .59653 L -s -.5 .75807 m -.4491 .60337 L -s -.60215 .57046 m -.5 .75807 L -s -.66028 .63762 m -.5 .75807 L -s -.29275 .45797 m -.41264 .38951 L -s -.32295 .59653 m -.29275 .45797 L -s -.66028 .63762 m -.60215 .57046 L -s -.62074 .41788 m -.59455 .30616 L -s -.41264 .38951 m -.59455 .30616 L -s -.32295 .59653 m -.41264 .38951 L -s -.4491 .60337 m -.32295 .59653 L -s -.41264 .38951 m -.62074 .41788 L -s -.60215 .57046 m -.62074 .41788 L -s -.4491 .60337 m -.41264 .38951 L -s -.60215 .57046 m -.4491 .60337 L -s -.60215 .57046 m -.41264 .38951 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`03o`000?oooooooooo01;ooooo00Co0000oooo -oooooooo00005oooool2o`0000Kooooo00?o0000ooooooooool0Aoooool0057ooooo0_l0000Hoooo -o`03o`000?oooooooooo00;ooooo0_l00004ooooo`03o`000?oooooooooo00oooooo00?o0000oooo -ooooool08_ooool01?l0003oooooooooool0000Iooooo`Co00000oooool00ol0003oooooooooo`16 -ooooo`00DOooool2o`0001Sooooo00?o0000ooooooooool02Oooool01Ol0003ooooooooooooooooo -000000gooooo00?o0000ooooooooool08Oooool00ol0003oooooo`000009ooooo`03o`000?oooooo -oooo017ooooo0ol00002ooooo`03o`000?oooooooooo04Gooooo001@ooooo`?o00000_ooool00ol0 -003oooooooooo`0Booooo`04o`000?oooooo0000o`0000Wooooo00?o0000ooooooooool00_ooool0 -0ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00cooooo00?o0000ooooooooool04Oooool0 -0ol0003oooooooooo`09ooooo`03o`000?oooooooooo01Cooooo1?l00016ooooo`00D?ooool2o`00 -0004ooooool0003oooooo`0001Cooooo0_l0000:ooooo`;o00001Oooool00ol0003oooooooooo`0; -ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool04?ooool00ol0003oooooooooo`0: -ooooo`03o`000?oooooooooo01Kooooo0ol00015ooooo`00Coooool2o`0000;ooooo0_l0000Boooo -o`?o00003?ooool2o`0001Cooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`0@oooo -o`;o00002oooool00ol0003oooooooooo`0Hooooo`;o0000A?ooool004oooooo0_l00002ooooo`03 -o`000?oooooooooo013ooooo00Co0000oooooooooooo00002oooool00ol0003oooooo`00000Eoooo -o`03o`000?oooooooooo00Wooooo00?o0000ooooooooool04?ooool2o`0002Gooooo0ol00014oooo -o`00Coooool01Ol0003ooooooooooooooooo0000017ooooo00Co0000oooooooooooo00003_ooool0 -0ol0003oooooooooo`05ooooo`03o`000?oooooooooo00cooooo00?o0000ooooooooool06oooool0 -0ol0003oooooooooo`0Rooooo`Co0000AOooool004kooooo0_l00002ooooo`;o00003Oooool2o`00 -00Gooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo -00cooooo00?o0000ooooooooool06_ooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo -01;ooooo0_l000001?oooooo0000ooooool00015ooooo`00C_ooool01?l0003oooooooooool00002 -ooooo`03o`000?oooooooooo00Wooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0= -ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool03?ooool00ol0003oooooooooo`07 -ooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool02oooool00ol0003oooooooooo`0A -ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0A?ooool004gooooo0_l000000ooo -oooo0000ooooo`02ooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool02oooool01?l0 -003oooooooooool0000Hooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool03oooool0 -0ol0003oooooooooo`0ooooo`03o`000?oo -oooooooo00Oooooo0_l00002ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0Aooo -ool004_ooooo0ol00007ooooo`03o`000?oooooooooo00gooooo00?o0000ooooooooool04Oooool0 -0ol0003oooooooooo`0ooooo`03o`000?oooooooooo00Gooooo0_l00003ooooo`03o`000?oooooo -oooo00?ooooo00?o0000ooooooooool0B?ooool004_ooooo00?o0000ooooooooool00oooool2o`00 -00;ooooo00?o0000ooooooooool03Oooool00ol0003oooooooooo`0ooooo`;o -000000?oooooo`000?ooool03?ooool00ol0003oooooooooo`1;ooooo`00B_ooool2o`0000?ooooo -0ol00004ooooo`03o`000?oooooooooo00Wooooo00?o0000ooooooooool03_ooool00ol0003ooooo -ooooo`04ooooo`03o`000?oooooooooo01kooooo00Co0000oooooooooooo00001_ooool00ol0003o -ooooooooo`02ooooo`03o`000?oooooooooo00cooooo0_l00003ooooo`04o`000?oooooo0000o`00 -00Wooooo00?o0000ooooooooool0C?ooool004_ooooo0_l00005ooooo`03o`000?oooooooooo00?o -00002_ooool00ol0003oooooooooo`0>ooooo`03o`000?oooooooooo00Cooooo00?o0000oooooooo -ool07_ooool01Ol0003ooooooooooooooooo000000Cooooo00?o0000ooooooooool00oooool00ol0 -003oooooooooo`0;ooooo`03o`000?oooooooooo00?ooooo0_l0000;ooooo`03o`000?oooooooooo -04cooooo001;ooooo`;o00002_ooool2o`0000Sooooo00?o0000ooooooooool03oooool00ol0003o -ooooooooo`05ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool02?ooool01Ol0003o -oooooooooooooooo000000;ooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`09oooo -o`;o00001?ooool2o`000003ooooool0003ooooo00Wooooo00?o0000ooooooooool0COooool004co -oooo0ol00008ooooo`04o`000?ooooooooooooooo`?o00000oooool00ol0003oooooooooo`0?oooo -o`03o`000?oooooooooo00Gooooo00?o0000ooooooooool05?ooool00ol0003oooooooooo`0ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool02?ooool00ol0 -003oooooooooo`04ooooo`03o`000?oooooooooo00?ooooo00Co0000ooooool0003o0000G?ooool0 -05_ooooo00?o0000ooooool000001Oooool01Ol0003ooooooooooooooooo000000cooooo00?o0000 -ooooooooool02Oooool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo00?ooooo00?o0000 -ooooooooool02_ooool00ol0003oooooooooo`04ooooo`05o`000?ooooooooooooooool000000_oo -ool00ol0003oooooooooo`1Kooooo`00Foooool01?l0003oooooooooool00005ooooo`03o`000?oo -oooooooo01Wooooo00?o0000ooooooooool00oooool2o`0001Wooooo00?o0000ooooooooool04_oo -ool01Ol0003oooooooooool0003ooooo00;o0000GOooool005cooooo00?o0000ooooool000001_oo -ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo01?ooooo00?o0000ooooooooool00_oo -ool00ol0003oooooooooo`0Hooooo`03o`000?oooooooooo00kooooo0_l00004ooooo`03o`000?oo -oooooooo00;o0000G_ooool005gooooo0_l00007ooooo`;o00000oooool00ol0003oooooooooo`06 -ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool05_ooool00ol0003oooooooooo`02 -ooooo`03o`000?oooooooooo017ooooo00?o0000ooooooooool00_ooool01?l0003oooooo`000?l0 -001Nooooo`00GOooool00ol0003oooooo`000008ooooo`05o`000?ooooooooooooooool000001ooo -ool00ol0003oooooooooo`0:ooooo`;o00005oooool00ol0003oooooooooo`02ooooo`03o`000?oo -oooooooo01Kooooo0ol0001Oooooo`00G_ooool2o`0000Wooooo00?o0000ooooooooool02?ooool0 -0ol0003oooooooooo`0:ooooo`03o`000?oooooooooo01Kooooo00Go0000ooooooooooooooooo`00 -000Gooooo`;o000000?oooooo`000?ooool0Goooool005kooooo00?o0000ooooool000002Oooool0 -1Ol0003ooooooooooooooooo000000Gooooo00?o0000ooooooooool02Oooool00ol0003oooooo`00 -000Gooooo`05o`000?ooooooooooooooool000005oooool4o`00063ooooo001Oooooo`;o00002_oo -ool01Ol0003ooooooooooooooooo000000cooooo0_l00004ooooo`03o`000?oooooooooo01Sooooo -00?o0000ooooooooool05?ooool2o`000003ooooool0003o0000067ooooo001Pooooo`;o00002_oo -ool01Ol0003ooooooooooooooooo000000[ooooo00?o0000ooooooooool01?ooool00ol0003ooooo -ooooo`0Hooooo`03o`000?oooooooooo01?ooooo00Co0000ooooo`00003o0000Hoooool0063ooooo -0_l0000;ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool00_ooool00ol0003ooooo -ooooo`06ooooo`03o`000?oooooooooo01?ooooo00Co0000oooooooooooo00005?ooool00`00003o -0000ooooo`02o`0006Cooooo001Qooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool0 -0_ooool00ol0003oooooo`00000=ooooo`03o`000?oooooooooo01?ooooo00Co0000oooooooooooo -00004oooool2o`000003ooooool0003ooooo06Gooooo001Rooooo`;o00000_ooool4o`0000;ooooo -1?l00004ooooo`Co00002oooool00ol0003oooooooooo`0Cooooo`03o`000?oooooo000000oooooo -0P000002ooooo`04o`000?ooooooooooo`0006Oooooo001Tooooo`03o`000?oooooooooo00Sooooo -0_l000000ooooooo0000o`000005o`0000_ooooo00?o0000ooooooooool04_ooool2o`0000oooooo -00H00000ooooooooooooooooo`000?ooool2o`0006Sooooo001Uooooo`;o00002_ooool01Ol0003o -oooooooooooooooo000000?ooooo00?o0000ooooooooool00ol00005ooooo`03o`000?oooooooooo -01?ooooo00?o0000ooooooooool02Oooool2000000Cooooo0_l000000ooooooo0000ooooo`1Yoooo -o`00Ioooool00ol0003oooooooooo`08ooooo`05o`000?ooooooooooooooool000002?ooool01?l0 -003oooooooooooooool2o`0001Cooooo00?o0000ooooooooool02?ooool2000000Gooooo00Co0000 -ooooool0003o0000Joooool006Sooooo0_l00009ooooo`;o00000_ooool00ol0003oooooooooo`0; -ooooo`04o`000?ooooooooooooooo`;o00003Oooool2o`0000Kooooo0P000008ooooo`03o`000?oo -oooo000006gooooo001Zooooo`;o00002Oooool00ol0003oooooooooo`0=ooooo`03o`000?oooooo -oooo00?ooooo00Co0000oooooooooooooooo0_l00007ooooo`03o`000?oooooooooo00?ooooo0P00 -0008ooooo`;o000000?oooooo`000?ooool0KOooool006cooooo00?o0000ooooooooool01oooool0 -1Ol0003ooooooooooooooooo000000[ooooo00?o0000ooooooooool02Oooool00ol0003ooooooooo -o`04ooooo`04o`000?ooool00000000000_ooooo00Co0000ooooool0003o0000Koooool006gooooo -0_l00008ooooo`04o`000?ooooooooooo`0000[ooooo00?o0000ooooooooool03Oooool3o`000080 -00003?ooool00ol0003oooooo`00001aooooo`00Koooool00ol0003oooooooooo`06ooooo`04o`00 -0?ooooooooooo`0000[ooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`0:ooooo`Co -0000L_ooool0073ooooo0_l00007ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool0 -3Oooool00ol000000000ooooo`0:ooooo`03o`000?oooooo000007Cooooo001booooo`03o`000?oo -oooooooo00Gooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`0=ooooo`03o`000?oo -oooooooo00Wooooo0ol0001eooooo`00Loooool2o`0000Kooooo00Co0000oooooooooooo00002?oo -ool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00Wooooo0_l0001gooooo`00MOooool0 -0ol0003oooooooooo`04ooooo`04o`000?ooooooooooo`0000Oooooo00?o0000ooooooooool02_oo -ool00ol0003oooooooooo`08ooooo`?o0000N?ooool007Kooooo0_l00005ooooo`04o`000?oooooo -ooooo`0000Kooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`07ooooo`?o0000NOoo -ool007Sooooo0_l00004ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool02?ooool0 -0ol000000000ooooo`07ooooo`;o0000Noooool007[ooooo00?o0000ooooooooool00_ooool2o`00 -0003ooooool0003ooooo00Cooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`05oooo -o`?o0000O?ooool007_ooooo0_l00004ooooo`03o`000?oooooo000000Cooooo00?o0000oooooooo -ool01oooool00ol0003oooooooooo`05ooooo`;o0000O_ooool007gooooo00?o0000ooooooooool0 -0_ooool00ol0003oooooo`000004ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool0 -1?ooool2o`0007oooooo001nooooo`;o00000oooool00ol0003oooooooooo`03ooooo`03o`000?oo -oooooooo00Gooooo00?o0000ooooooooool00oooool2o`00087ooooo0020ooooo`05o`000?oooooo -ooooooooool000001?ooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00;ooooo0_l0 -0022ooooo`00POooool2o`0000;ooooo0_l00003ooooo`03o`000?oooooooooo00?ooooo00?o0000 -ooooooooool00_ooool2o`0008?ooooo0023ooooo`03o`000?oooooooooo00;o00000_ooool00ol0 -003oooooooooo`02ooooo`0400000?l0003oooooooooo`;o0000QOooool008Cooooo0_l000001Ooo -oooo0000o`000?oooooo000000Cooooo00?o0000ooooooooool00_l00026ooooo`00Q_ooool3o`00 -00;ooooo00Co0000oooooooooooo00000_ooool00ol0003oooooooooo`26ooooo`00R?ooool4o`00 -0003ooooo`00003o000000;o0000ROooool008Wooooo0ol000001?oooooo0000o`000?l0002:oooo -o`00Roooool3o`0008cooooo002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.59954 .57459 m -.69877 .5249 L -s -.59954 .57459 m -.66153 .40832 L -s -.5608 .41844 m -.59954 .57459 L -s -.44915 .45153 m -.59954 .57459 L -s -.43837 .56787 m -.59954 .57459 L -s -.44591 .6707 m -.59954 .57459 L -s -.56558 .68627 m -.59954 .57459 L -s -.67262 .64122 m -.59954 .57459 L -s -.44915 .45153 m -.5 .27523 L -s -.44915 .45153 m -.5608 .41844 L -s -.43837 .56787 m -.44915 .45153 L -s -.37205 .39097 m -.44915 .45153 L -s -.28463 .53964 m -.44915 .45153 L -s -.28463 .53964 m -.43837 .56787 L -s -.44591 .6707 m -.43837 .56787 L -s -.5608 .41844 m -.66153 .40832 L -s -.5608 .41844 m -.5 .27523 L -s -.37205 .39097 m -.5 .27523 L -s -.37205 .39097 m -.32583 .35751 L -s -.28463 .53964 m -.37205 .39097 L -s -.44591 .6707 m -.28463 .53964 L -s -.44591 .6707 m -.36151 .669 L -s -.56558 .68627 m -.44591 .6707 L -s -.5 .75807 m -.44591 .6707 L -s -.28463 .53964 m -.32583 .35751 L -s -.36151 .669 m -.28463 .53964 L -s -.0035 w -[ ] 0 setdash -.28463 .53964 m -.28173 .47266 L -s -.31287 .60622 m -.28463 .53964 L -s -.0025 w -[ .01 .012 ] 0 setdash -.66153 .40832 m -.75109 .45378 L -s -.66153 .40832 m -.69877 .5249 L -s -.63975 .32946 m -.66153 .40832 L -s -.5 .27523 m -.66153 .40832 L -s -.5 .27523 m -.63975 .32946 L -s -.32583 .35751 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.56363 .2992 L -s -.42732 .29358 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.5 .75807 m -.56558 .68627 L -s -.67262 .64122 m -.56558 .68627 L -s -.69877 .5249 m -.75109 .45378 L -s -.67262 .64122 m -.69877 .5249 L -s -.0035 w -[ ] 0 setdash -.31287 .60622 m -.36151 .669 L -s -.5 .75807 m -.36151 .669 L -s -.67262 .64122 m -.75109 .45378 L -s -.67262 .64122 m -.5 .75807 L -s -.67262 .64122 m -.65243 .6299 L -s -.32583 .35751 m -.36409 .39816 L -s -.32583 .35751 m -.42732 .29358 L -s -.28173 .47266 m -.32583 .35751 L -s -.63975 .32946 m -.75109 .45378 L -s -.56363 .2992 m -.63975 .32946 L -s -.28173 .47266 m -.36409 .39816 L -s -.31287 .60622 m -.28173 .47266 L -s -.42732 .29358 m -.56363 .2992 L -s -.42732 .29358 m -.36409 .39816 L -s -.5 .75807 m -.31287 .60622 L -s -.5 .75807 m -.42038 .60681 L -s -.56879 .56558 m -.5 .75807 L -s -.65243 .6299 m -.5 .75807 L -s -.31287 .60622 m -.36409 .39816 L -s -.42038 .60681 m -.31287 .60622 L -s -.56363 .2992 m -.75109 .45378 L -s -.58146 .41029 m -.75109 .45378 L -s -.56879 .56558 m -.75109 .45378 L -s -.65243 .6299 m -.75109 .45378 L -s -.58146 .41029 m -.56363 .2992 L -s -.36409 .39816 m -.56363 .2992 L -s -.65243 .6299 m -.56879 .56558 L -s -.42038 .60681 m -.36409 .39816 L -s -.56879 .56558 m -.42038 .60681 L -s -.36409 .39816 m -.58146 .41029 L -s -.56879 .56558 m -.58146 .41029 L -s -.56879 .56558 m -.36409 .39816 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`0300000?oooooooooo00Oooooo00?o0000oooooooo -ool00_ooool00ol0003oooooooooo`1Eooooo`00Eoooool00ol0003oooooooooo`0;ooooo`05o`00 -0?oooooo0000o`0000000000ooooo`Go0000Aoooool0057ooooo00Go0000oooooooooooo000000000007ooooo`0300000?oo -oooooooo00;ooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0=ooooo`03o`000?oo -oooooooo00<000008_ooool00ol0003oooooooooo`0Hooooo`0300000?oooooooooo01;ooooo0_l0 -0016ooooo`00DOooool00ol0003oooooo`000009ooooo`0300000?oooooooooo00;ooooo00?o0000 -ooooooooool01Oooool00ol0003oooooooooo`0>ooooo`06o`000000003ooooo00000?ooool00000 -8Oooool00ol0003oooooooooo`0Iooooo`0300000?oooooooooo00oooooo0_l000000ooooooo0000 -ooooo`15ooooo`00D?ooool00ol0003oooooo`000009ooooo`0300000?oooooooooo00?ooooo00?o -0000ooooooooool01_ooool00ol0003oooooooooo`0:ooooo`0500000?ooooooooooooooool00000 -8oooool00`00003oooooo`00000Aooooo`0300000?oooooooooo00Oooooo00<00000ooooooooool0 -3_ooool01?l0003oooooooooool00017ooooo`00D?ooool2o`0000;ooooo00<00000ooooooooool0 -1Oooool00`00003oooooooooo`02ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool0 -2Oooool00`00003oooooooooo`03ooooo`;o00000oooool2000001cooooo00<00000ooooool00000 -4Oooool00`00003oooooooooo`0Fooooo`;o000000Cooooo00000?oooooo0000Aoooool0053ooooo -00Go0000oooooooooooooooo0000000ooooo`0300000?oooooooooo00_o -oooo00<00000ooooooooool00_ooool00ol0003oooooooooo`05ooooo`0400000?oooooo0000o`00 -04Wooooo001?ooooo`;o00000_ooool00`00003oooooooooo`0:ooooo`03o`000?oooooooooo00Wo -oooo00<00000o`000?ooool05_ooool01Ol0003oooooooooooooool0000001Oooooo00?o00000000 -0?ooool03_ooool00`00003oooooooooo`0>ooooo`;o00001oooool01000003oooooo`000?l0001: -ooooo`00Coooool2o`0000;ooooo00<00000ooooooooool02_ooool00ol0003oooooooooo`08oooo -o`0300000?oooooo000001Sooooo00?o0000ooooooooool06?ooool00ol000000000ooooo`0=oooo -o`0300000?oooooooooo00gooooo0_l00008ooooo`0300000?oooooooooo00;o0000B_ooool004oo -oooo0_l000000oooool00000ooooo`03ooooo`0300000?oooooooooo00Gooooo00?o0000oooooooo -ool01Oooool2000000Cooooo00?o0000ooooooooool03Oooool00`00003oooooooooo`07ooooo`03 -o`000?oooooooooo00;ooooo00<00000ooooooooool04_ooool00ol000000000ooooo`0=ooooo`03 -00000?oooooooooo00cooooo00?o000000000?ooool02_ooool00ol0003oooooo`00001:ooooo`00 -Coooool2o`000003ooooo`00003ooooo00?ooooo00<00000ooooooooool01Oooool00ol0003ooooo -ooooo`04ooooo`0300000?oooooooooo00Cooooo00?o0000ooooooooool03Oooool00`00003ooooo -ooooo`08ooooo`;o00000oooool00`00003oooooooooo`0Aooooo`03o`000?oooooooooo01[ooooo -0_l000000oooool00000ooooo`09ooooo`03o`000?oooooo000004_ooooo001?ooooo`03o`000?oo -oooo000000Cooooo00<00000ooooooooool01_ooool00ol0003oooooooooo`03ooooo`0300000?oo -oooooooo00Kooooo00?o0000ooooooooool02oooool00`00003oooooooooo`0;ooooo`05o`000?oo -ooooooooooooo`0000004_ooool00ol0003oooooooooo`0Hooooo`;o00001?ooool00`00003ooooo -ooooo`04ooooo`0600000?ooooooooooo`000?oooooo0000Boooool004oooooo00?o0000ooooool0 -00001?ooool00`00003oooooooooo`05ooooo`03o`000?oooooooooo008000002oooool00ol0003o -ooooooooo`0;ooooo`0300000?oooooooooo00cooooo00?o0000ooooooooool04oooool00ol0003o -oooo0000000;ooooo`0300000?oooooooooo00Wooooo00?o0000ooooooooool02_ooool01P00003o -ooooooooool0003oooooo`0004cooooo001?ooooo`03o`000?oooooo000000cooooo00?o0000oooo -o`0000003Oooool00ol0003oooooooooo`0Kooooo`03o`000?oooooooooo00;ooooo00<00000oooo -ooooool03Oooool00ol0003ooooo0000000;ooooo`0300000?oooooooooo00Oooooo0_l0000ooooo`00Coooool01?l0003o -ooooooooool00003ooooo`8000001Oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo -00Wooooo00<00000ooooooooool04oooool00ol0003oooooooooo`02ooooo`0300000?oooooooooo -00Kooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`05ooooo`0500000?oooooooooo -ooooool000004_ooool01@00003ooooooooooooooooo000000;ooooo00?o0000ooooooooool0C?oo -ool004oooooo00Co000000000?oooooo00000_ooool00`00003oooooooooo`05ooooo`03o`000?oo -oooooooo013ooooo00?o0000ooooooooool08?ooool00ol0003oooooooooo`02ooooo`0300000?oo -oooooooo00Gooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`05ooooo`0400000?oo -oooo0000o`0001?ooooo00@00000oooooooooooo00000_ooool00ol0003oooooooooo`1=ooooo`00 -Coooool01?l00000000000000?l00009ooooo`03o`000?oooooooooo017ooooo00?o0000oooooooo -ool08Oooool2o`0000[ooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`04ooooo`03 -00000?l0003o0000017ooooo0P0000000oooool00000ooooo`02ooooo`04o`000?ooooooooooo`00 -04oooooo001?ooooo`05o`0000000000000000000?l000002?ooool00ol0003oooooooooo`0Aoooo -o`03o`000?oooooooooo00Sooooo00<00000ooooooooool06?ooool01?l0003oooooooooooooool2 -000000Cooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`04ooooo`03o`000?oooooo -oooo00oooooo0P000003ooooo`0400000?ooooooooooo`0000?ooooo00?o0000ooooooooool0COoo -ool004oooooo00Go000000000000003oooooo`000008ooooo`03o`000?oooooooooo01;ooooo00?o -0000ooooooooool01oooool00`00003oooooooooo`0Iooooo`03o`000?oooooooooo00;ooooo00D0 -0000ooooooooooooooooo`000009ooooo`;o00003oooool00`00003oooooooooo`08ooooo`04o`00 -0?ooooooooooo`00053ooooo001?ooooo`05o`000?ooool0000000000?l000000_ooool2000000Co -oooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`07ooooo`0300000?oooooooooo01[o -oooo00?o0000ooooooooool00_ooool01000003oooooooooool00007ooooo`;o00004?ooool00`00 -003oooooooooo`08ooooo`05o`000?ooooooooooooooool00000D?ooool0053ooooo00Co00000000 -0000003o00001?ooool01000003oooooooooool00002000001?ooooo00?o0000ooooooooool01ooo -ool00`00003oooooooooo`0Kooooo`;o00001Oooool00ol0003oooooooooo`03ooooo`0300000?l0 -003ooooo00;ooooo00<00000ooooooooool02oooool00`00003oooooooooo`07ooooo`0300000?l0 -003ooooo00;ooooo00?o0000ooooooooool0Coooool0053ooooo00Go000000000?ooooooooooo`00 -0006ooooo`04o`000?oooooooooo000001?ooooo00?o0000ooooooooool09_ooool01Ol0003ooooo -oooooooooooo000000Gooooo0_l00004ooooo`0300000?oooooooooo00Kooooo0P00000=ooooo`03 -00000?l0003ooooo00;ooooo00?o0000ooooooooool0Coooool0053ooooo00Go0000ooooo`00003o -ooooo`000006ooooo`03o`000?oooooooooo00Cooooo0`00000=ooooo`03o`000?oooooooooo02Oo -oooo00Go0000oooooooooooo000000000002ooooo`;o00000_ooool01000003oooooooooo`000008 -ooooo`0300000?oooooooooo00cooooo00<00000o`000?ooool00oooool00ol0003oooooooooo`1? -ooooo`00DOooool01Ol000000000ooooool00000000000Gooooo00?o0000ooooooooool02_ooool4 -000000Kooooo00?o0000ooooooooool01_ooool00`00003oooooooooo`0Oooooo`06o`000?oooooo -0000ooooo`00003o00001?ooool00`00003oooooooooo`0Hooooo`0300000?l0003ooooo00;ooooo -00?o0000ooooooooool0D?ooool0057ooooo00Ko0000oooooooooooo0000ooooo`000003ooooo`03 -o`000?oooooooooo017ooooo100000000ol0003oooooooooo`06ooooo`0300000?oooooooooo023o -oooo1?l0000=ooooo`8000004Oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo053o -oooo001Booooo`03o`000?oooooo000000Gooooo00?o0000ooooooooool05_ooool00ol000000000 -00000002000000?ooooo00<00000ooooooooool07oooool4o`0000?ooooo00<00000ooooooooool0 -0_ooool01000003oooooooooooooool2000001?ooooo00Go0000ooooooooooooooooo`00001Coooo -o`00D_ooool01?l0003ooooo00000?l00003ooooo`0300000?l0003ooooo01Oooooo00?o0000oooo -ooooool01?ooool2o`00008000000oooool4000001Gooooo0ol00002ooooo`03o`000?oooooo0000 -00?ooooo00D00000ooooo`00003ooooo0000000Gooooo`03o`000?oooooooooo00;ooooo00?o0000 -ooooooooool0DOooool005?ooooo00?o000000000?l000001?ooool00ol0003oooooooooo`0Foooo -o`03o`000?oooooooooo017ooooo10000002ooooo`@000000_ooool3000000Co00000P000002oooo -o`05o`000?ooooooooooooooool000000oooool5000001Gooooo00?o000000000?ooool00oooool0 -0ol0003oooooooooo`1Aooooo`00Doooool00ol0003oooooo`000003ooooo`03o`000?ooool00000 -01Oooooo00?o0000ooooooooool01Oooool00`00003oooooooooo`0Eooooo`?o00001_ooool01000 -003oooooo`000?ooool3000000;o000000Cooooo00000000000000005oooool00ol000000000oooo -o`02ooooo`03o`000?oooooooooo05;ooooo001Cooooo`03o`000?oooooo000000?ooooo00?o0000 -ooooooooool06?ooool00ol0003oooooooooo`04ooooo`0300000?oooooooooo01;ooooo0ol0000; -ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooool000000P00000Eooooo`03o`000?ooool0 -000000?ooooo00?o0000ooooooooool0D_ooool005Cooooo0_l00003ooooo`03o`000?oooooooooo -00;ooooo00<00000ooooooooool04oooool00ol0003oooooooooo`04ooooo`0300000?oooooooooo -00kooooo1?l0000=ooooo`03o`000?oooooooooo00Kooooo00Go000000000?oooooooooo0000000D -ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0Doooool005Cooooo00Ko0000oooo -ool000000000ooooool00005ooooo`0300000?oooooooooo01;ooooo00?o0000ooooooooool04_oo -ool3o`00017ooooo00?o0000ooooooooool00oooool2000000;ooooo0_l0000Eooooo`03o`000?oo -oooooooo00?ooooo00?o0000ooooooooool0Doooool005Gooooo0_l000000`00003o0000ooooo`06 -ooooo`0300000?oooooooooo01;ooooo00?o0000ooooooooool03Oooool4o`0001Cooooo00Co0000 -oooooooooooooooo0P000006ooooo`05o`000?ooooooooooooooo`0000004?ooool00ol0003ooooo -00000002ooooo`03o`000?oooooooooo05Cooooo001Eooooo`;o000000?oooooo`000?ooool06ooo -ool00ol0003oooooooooo`0:ooooo`?o00005oooool00ol0003oooooooooo`07ooooo`0500000?oo -ooooooooooooool000000oooool00`00003oooooooooo`0ooooo`0300000?oooooooooo00;ooooo00?o0000oooooooo -ool01Oooool00`00003oooooooooo`0@ooooo`03o`000?oooooooooo01Cooooo00?o0000oooooooo -ool00oooool2000000;ooooo00?o0000ooooooooool0Goooool006;ooooo00?o0000ooooooooool0 -1?ooool00ol0003oooooooooo`0"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.47621 .45416 m -.63473 .56796 L -s -.47621 .45416 m -.5 .27523 L -s -.47621 .45416 m -.58185 .41311 L -s -.47119 .57044 m -.47621 .45416 L -s -.38662 .40027 m -.47621 .45416 L -s -.31094 .5517 m -.47621 .45416 L -s -.47119 .57044 m -.63473 .56796 L -s -.31094 .5517 m -.47119 .57044 L -s -.4747 .67248 m -.47119 .57044 L -s -.63473 .56796 m -.71242 .51198 L -s -.63473 .56796 m -.67184 .39558 L -s -.58185 .41311 m -.63473 .56796 L -s -.4747 .67248 m -.63473 .56796 L -s -.58835 .68293 m -.63473 .56796 L -s -.68388 .63248 m -.63473 .56796 L -s -.58185 .41311 m -.67184 .39558 L -s -.58185 .41311 m -.5 .27523 L -s -.38662 .40027 m -.5 .27523 L -s -.38662 .40027 m -.32197 .37174 L -s -.31094 .5517 m -.38662 .40027 L -s -.31094 .5517 m -.32197 .37174 L -s -.31094 .5517 m -.27803 .48748 L -s -.37742 .67486 m -.31094 .5517 L -s -.30901 .61606 m -.31094 .5517 L -s -.4747 .67248 m -.31094 .5517 L -s -.4747 .67248 m -.37742 .67486 L -s -.58835 .68293 m -.4747 .67248 L -s -.5 .75807 m -.4747 .67248 L -s -.5 .27523 m -.67184 .39558 L -s -.32197 .37174 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.62758 .31802 L -s -.5 .27523 m -.53006 .29504 L -s -.40391 .30106 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.67184 .39558 m -.73211 .43653 L -s -.67184 .39558 m -.71242 .51198 L -s -.62758 .31802 m -.67184 .39558 L -s -.5 .75807 m -.58835 .68293 L -s -.68388 .63248 m -.58835 .68293 L -s -.71242 .51198 m -.73211 .43653 L -s -.68388 .63248 m -.71242 .51198 L -s -.0035 w -[ ] 0 setdash -.30901 .61606 m -.37742 .67486 L -s -.5 .75807 m -.37742 .67486 L -s -.32197 .37174 m -.32183 .41013 L -s -.32197 .37174 m -.40391 .30106 L -s -.27803 .48748 m -.32197 .37174 L -s -.68388 .63248 m -.73211 .43653 L -s -.68388 .63248 m -.5 .75807 L -s -.68388 .63248 m -.63934 .62256 L -s -.62758 .31802 m -.73211 .43653 L -s -.53006 .29504 m -.62758 .31802 L -s -.27803 .48748 m -.32183 .41013 L -s -.30901 .61606 m -.27803 .48748 L -s -.40391 .30106 m -.53006 .29504 L -s -.40391 .30106 m -.32183 .41013 L -s -.30901 .61606 m -.32183 .41013 L -s -.39483 .61165 m -.30901 .61606 L -s -.5 .75807 m -.30901 .61606 L -s -.5 .75807 m -.39483 .61165 L -s -.53252 .56266 m -.5 .75807 L -s -.63934 .62256 m -.5 .75807 L -s -.53006 .29504 m -.73211 .43653 L -s -.53855 .40574 m -.53006 .29504 L -s -.32183 .41013 m -.53006 .29504 L -s -.53855 .40574 m -.73211 .43653 L -s -.53252 .56266 m -.73211 .43653 L -s -.63934 .62256 m -.73211 .43653 L -s -.63934 .62256 m -.53252 .56266 L -s -.39483 .61165 m -.32183 .41013 L -s -.53252 .56266 m -.39483 .61165 L -s -.32183 .41013 m -.53855 .40574 L -s -.53252 .56266 m -.32183 .41013 L -s -.53252 .56266 m -.53855 .40574 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`8000001P3oool01`000000oooo0?ooo`3ooooo00000?ooo`000000 -203oool700000700oooo001]0?ooo`030000003oool0000001<0oooo00?o00000?ooo`3oool0103o -ool2000000H0oooo00?o00000?ooo`0000001P3oool2000000X0oooo1P00001]0?ooo`00K03oool0 -0`000000oooo000000080?ooo`;o00002@3oool00ol00000oooo0?ooo`040?ooo`030000003ooooo -000000H0oooo00Co00000?ooo`3oool000001@3oool2o`0000030000003oool0oooo00/0oooo1@00 -001Z0?ooo`00J`3oool010000000oooo0?ooo`0000060?ooo`;o00002P3oool00ol00000oooo0?oo -o`030?ooo`8000000P3oool00ol00000oooo0?ooo`050?ooo`03o`00003oool0000000L0oooo00?o -00000000000000003`3oool2000006T0oooo001Z0?ooo`040000003oool0oooo000001L0oooo0P00 -00030?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0203oool00`000000oooo0?oo -o`0=0?ooo`030000003oool0oooo06L0oooo001X0?ooo`8000000P3oool00`000000oooo0?ooo`02 -0?ooo`;o0000403oool200000100oooo00<000000?ooo`3oool0203oool00ol0000000000000000> -0?ooo`030000003oool0oooo06H0oooo001W0?ooo`050000003oool0oooo0?ooo`000000103oool0 -0ol00000oooo0?ooo`0<0?ooo`04o`00003oool0oooo00000180oooo00<000000?ooo`3oool02P3o -ool00ol0000000000?ooo`0=0?ooo`030000003oool0oooo06D0oooo001V0?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`3oool0403oool01?l00000oooo00000000000C0?ooo`030000003o -ool0oooo00/0oooo00?o00000000003oool03@3oool00`000000oooo0?ooo`1T0?ooo`00I@3oool0 -0`000000oooo0?ooo`020?ooo`040000003ooooo0000o`0000l0oooo00?o00000000000000002P3o -ool00ol00000oooo0?ooo`080?ooo`0300000?l00000oooo00d0oooo0P00000<0?ooo`800000I@3o -ool006@0oooo00<000000?ooo`3oool00P3oool00`00003o0000o`00000@0?ooo`800000303oool0 -0ol00000oooo0?ooo`080?ooo`030000003oool0oooo00d0oooo0_l000000`000000oooo0?ooo`09 -0?ooo`030000003oool0000006@0oooo001S0?ooo`030000003oool0oooo0080oooo00<000000?oo -o`3oool03`3oool00ol0000000000?ooo`0<0?ooo`03o`00003oool0oooo00T0oooo00<000000?oo -o`3oool0403oool2000000X0oooo00<000000?ooo`000000H`3oool00640oooo0P0000030?ooo`;o -000000<000000?ooo`3oool03P3oool2000001X0oooo00@000000?ooo`3ooooo00004@3oool00`00 -0000oooo0?ooo`070?ooo`040000003oool0oooo00000680oooo001P0?ooo`030000003oool0oooo -0080oooo00?o00000?ooo`0000003`3oool200000003o`00003oool0oooo01T0oooo00@000000?oo -o`3ooooo00004@3oool00ol0000000000000000:0?ooo`030000003oool0oooo0600oooo001O0?oo -o`030000003oool0oooo00@0oooo00<000000?ooo`3oool0303oool2000001l0oooo00@000000?oo -o`3ooooo00004P3oool00ol0000000000?ooo`090?ooo`030000003oool0oooo05l0oooo001N0?oo -o`030000003oool0oooo00;o00000P3oool00`000000oooo0?ooo`0;0?ooo`800000503oool00ol0 -0000oooo0?ooo`0:0?ooo`050000003oool0oooo0?ooool000004P3oool00ol0000000000?ooo`06 -0?ooo`040000003oool0oooo00000600oooo001M0?ooo`040000003ooooo0000o`0000@0oooo00<0 -00000?ooo`3oool02P3oool01@000000oooo0?ooo`3ooooo00000180oooo00?o00000?ooo`3oool0 -2P3oool00`000000oooo0?ooo`0F0?ooo`8000001@3oool01@000000oooo0?ooo`3oool0000005l0 -oooo001L0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool02@3oool2000000<0oooo -00?o00000?ooo`3oool04@3oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo01H0oooo -0_l000000`000000oooo0?ooo`030?ooo`050000003oool0oooo0?ooo`000000GP3oool005/0oooo -00<00000o`00003oool01@3oool00`000000oooo0?ooo`080?ooo`800000103oool00ol00000oooo -0?ooo`0B0?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool00P3oool00ol00000oooo -0?ooo`0D0?ooo`800000203oool00`000000oooo0?ooo`1K0?ooo`00FP3oool00`000000oooo0?oo -o`060?ooo`030000003oool0oooo00H0oooo0P00000X0?ooo`030000003oool0oooo00<0oooo00?o -00000?ooo`3oool05@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo05X0oooo001J -0?ooo`0300000?l00000oooo00D0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`04 -0?ooo`03o`00003oool0oooo0240oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0E -0?ooo`050000003oool0oooo0?ooo`000000103oool00`000000oooo0?ooo`1I0?ooo`00F@3oool2 -000000<0oooo0ol000000`000000oooo0?ooo`050?ooo`8000001P3oool00ol00000oooo0?ooo`0D -0?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool07@3oool2000000030?ooo`000000 -oooo00@0oooo00<000000?ooo`3oool0F03oool005T0oooo0P0000050?ooo`0300000?l00000oooo -00@0oooo0P0000070?ooo`03o`00003oool0oooo01D0oooo00?o00000?ooo`3oool02`3oool00`00 -0000oooo0?ooo`0N0?ooo`04o`0000000000oooo000000@0oooo00<000000?ooo`3oool0F03oool0 -05T0oooo0P0000050?ooo`050000003oool0oooo0?ooool000000P00000Q0?ooo`03o`00003oool0 -oooo00/0oooo00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`0H0?ooo`8000001@3oool0 -0`000000oooo0?ooo`1G0?ooo`00F03oool00`000000oooo000000040?ooo`030000003oool0oooo -0080oooo00<00000o`00003oool08@3oool00ol00000oooo0?ooo`0;0?ooo`030000003oool0oooo -00H0oooo00?o00000?ooo`3oool0603oool00ol0000000000?ooo`040?ooo`030000003oool0oooo -05H0oooo001H0?ooo`030000003oool0000000<0oooo00@000000?ooo`3oool0oooo0P0000020?oo -o`03o`00003oool0oooo00D0oooo00?o00000?ooo`3oool09P3oool00`000000oooo0?ooo`060?oo -o`03o`00003oool0oooo01T0oooo0P0000040?ooo`030000003oool0oooo05D0oooo001H0?ooo`03 -00000?l0000000000080oooo00<000000?ooo`3oool00P0000080?ooo`;o000000<0ooooo`00003o -ool0:03oool00`000000oooo0?ooo`0Q0?ooo`;o00000P0000040?ooo`030000003oool0oooo05@0 -oooo001G0?ooo`040000003oool0oooo00000080oooo0`00000<0?ooo`?o0000603oool00ol00000 -oooo0?ooo`0=0?ooo`030000003oool0oooo01/0oooo1?l000030?ooo`040000003oool0oooo0000 -00@0oooo00<000000?ooo`3oool0D`3oool005L0oooo00D000000?ooo`3oool000000?ooo`020000 -00d0oooo00Go00000?ooo`3oool0ooooo`00000G0?ooo`03o`00003oool0oooo00d0oooo00<00000 -0?ooo`3oool0203oool00ol00000oooo0?ooo`0:0?ooo`Co00002P3oool00`000000oooo0?ooo`02 -000000<0oooo00<000000?ooo`3oool0DP3oool005H0oooo00@000000?ooo`3oool0oooo0`00000> -0?ooo`03o`00003oool0oooo00/0oooo8P0000070?ooo`03o`00003oool0oooo00@0oooo1?l0000? -0?ooo`03o`00003oool0oooo0080oooo0P0000030?ooo`030000003oool0oooo0540oooo001F0?oo -o`040000003oool0ooooo`0001l000003P3oool00ol00000oooo0?ooo`0=0?ooo`040000003oool0 -oooo0?ooo`L0000000<0ooooo`00003oool00_l0000E0?ooo`03o`00003oool0oooo00@0oooo0P00 -00000`3oool000000?ooo`1B0?ooo`00EP3oool01`000000oooo0?ooool0000000000?ooo`000000 -3@3oool00ol00000oooo0?ooo`060?ooo`03o`00003oool0oooo0240oooo00<000000?ooo`3oool0 -203oool700000180oooo00?o00000?ooo`3oool01P3oool2000000030?ooo`000000oooo0540oooo -001E0?ooo`040000003oool0oooo0?ooo`<0000000<0oooo0000003oool05@3oool00ol00000oooo -0?ooo`0P0?ooo`030000003oool0oooo00@0oooo0_l000030?ooo`03o`00003oool0oooo00<0oooo -1`00000;0?ooo`04o`00003oool0oooo000000L0oooo0`00001A0?ooo`00E@3oool010000000oooo -0?ooo`3oool300000080oooo0P00000G0?ooo`03o`00003oool0oooo00d0oooo00?o00000?ooo`3o -ool03@3oool00`000000oooo0?ooo`020?ooo`;o00001P3oool00ol00000oooo0?ooo`090?ooo`H0 -0000203oool00`000000oooo0?ooo`050?ooo`@00000D03oool005D0oooo00D000000?ooo`3oool0 -00000?ooo`02000000@0oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`0<0?ooo`03 -o`00003oool0oooo00`0oooo00?o00000?ooo`3oool03@3oool00`00003o0000o`00000L0?ooo`L0 -00000P3oool00`000000oooo0?ooo`070?ooo`800000C`3oool005@0oooo00@000000?ooo`3oool0 -00000P3oool00`000000oooo000000040?ooo`8000001@3oool00ol00000oooo0?ooo`0>0?ooo`03 -o`00003oool0oooo00X0oooo00?o00000?ooo`3oool03P3oool00`000000oooo0?ooo`0P0?ooo`03 -o`00003oool0oooo00L000001P3oool2000004h0oooo001D0?ooo`090000003oool0oooo0000003o -oooo00000000003oool0000000H0oooo00D000000?ooo`3oool0ooooo`00000N0?ooo`03o`00003o -ool0oooo00h0oooo00<000000?ooo`3oool02`3oool00ol00000oooo0?ooo`0B0?ooo`03o`00003o -ool0oooo00L0oooo1`0000000`3oool000000?ooo`1<0?ooo`00D`3oool010000000oooo0?ooo`00 -00020?ooo`04o`0000000000oooo000000L0oooo00<000000?ooo`3oool05@3oool2o`0001@0oooo -0_l000030?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`3oool04P3oool00ol00000oooo -0?ooo`030?ooo`030000003oool0oooo00P0oooo0`00001<0?ooo`00D`3oool010000000oooo0?oo -o`0000020?ooo`050000003oool0oooo0?ooo`0000001`3oool2000001L0oooo00?o00000?ooo`3o -ool0403oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00`0oooo00?o00000?ooo`3o -ool04@3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo00P0oooo00<000000?ooo`00 -0000C03oool005<0oooo00<000000?ooo`0000000`3oool01@000000oooo0?ooo`3oool0000000P0 -oooo00?o00000000003oool07@3oool00ol00000oooo0?ooo`040?ooo`;o0000203oool00`000000 -oooo0?ooo`0<0?ooo`03o`00003oool0oooo01P0oooo00<000000?ooo`3oool01@3oool200000003 -0?ooo`000000000004`0oooo001B0?ooo`040000003oool0oooo000000<0oooo00D000000?ooo`3o -ool0oooo000000080?ooo`03o`00003oool0000001P0oooo0ol000020?ooo`03o`00003oool0oooo -0080oooo0_l0000:0?ooo`030000003oool0oooo02L0oooo00<000000?ooo`3oool0103oool01@00 -0000oooo0?ooo`3oool0000004d0oooo001B0?ooo`030000003oool0000000@0oooo00<000000?oo -o`3oool00P3oool00`000000oooo0?ooo`040?ooo`04o`00003oool0oooo0?ooo`8000006@3oool2 -o`0000030?ooool0003o000000d0oooo00<000000?ooo`3oool0803oool00ol00000oooo0?ooo`0: -0?ooo`8000000`3oool2000004d0oooo001B0?ooo`8000001@3oool00`000000oooo0?ooo`020?oo -o`030000003oool0oooo00@0oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`0G0?oo -o`;o00003`3oool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00l0oooo00?o00000?oo -o`3oool0203oool2000000D0oooo0P00001=0?ooo`00D@3oool00`000000oooo000000050?ooo`03 -0000003oool0oooo0080oooo00<000000?ooo`3oool02`3oool2000001D0oooo0ol000000`3ooooo -00000?ooo`0=0?ooo`030000003oool0oooo00h0oooo00?o00000?ooo`3oool03P3oool00ol00000 -oooo0?ooo`070?ooo`8000001P3oool00`000000oooo0000001=0?ooo`00D@3oool2000000D0oooo -00?o00000000003oool0103oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo0100oooo -0_l000020?ooo`04o`00003oool0ooooo`0000d0oooo00<000000?ooo`3oool03`3oool00ol00000 -oooo0?ooo`0=0?ooo`03o`00003oool0oooo00H0oooo0P0000070?ooo`<00000C@3oool00500oooo -00<000000?ooo`0000001@3oool00ol0000000000?ooo`040?ooo`050000003oool0oooo0?ooool0 -00002`3oool00`000000oooo0?ooo`0T0?ooo`030000003oool0oooo00l0oooo00?o00000?ooo`3o -ool05@3oool010000000oooo0?ooo`0000050?ooo`040000003oool00000000004d0oooo001@0?oo -o`8000001`3oool00`000000oooo0?ooo`040?ooo`040000003oool0ooooo`0000`0oooo0P00000< -0?ooo`;o00002P3oool3o`0000T0oooo00<000000?ooo`3oool09@3oool2000000<0oooo00<00000 -0?ooo`3oool00`3oool00`000000oooo0000001>0?ooo`00D03oool2000000L0oooo00<000000?oo -o`3oool0103oool00`000000ooooo`00000?0?ooo`030000003oool0oooo00P0oooo00?o00000?oo -o`3oool01@3oool00ol00000oooo0?ooo`050?ooo`03o`00003oool0oooo00H0oooo00<000000?oo -o`3oool07`3oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00P0oooo00@000000?oo -o`3oool00000CP3oool004l0oooo0P0000070?ooo`03o`0000000000oooo00D0oooo00<000000?oo -o`3oool0403oool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00H0oooo00?o00000?oo -o`3oool03P3oool00`000000oooo0?ooo`0@0?ooo`03o`00003oool0oooo00`0oooo00?o00000?oo -o`3oool00P00000;0?ooo`040000003oool0oooo000004h0oooo001?0?ooo`030000003oool0oooo -00H0oooo00?o00000000003oool01P3oool00`000000oooo0?ooo`0@0?ooo`8000000`3oool00ol0 -0000oooo0?ooo`090?ooo`03o`00003oool0oooo00L0oooo0_l000050?ooo`030000003oool0oooo -0100oooo00?o00000?ooo`3oool02`3oool01?l00000oooo0?ooo`0000090?ooo`040000003oool0 -oooo00000080oooo00<000000?ooo`3oool0C@3oool004l0oooo00<000000?ooo`3oool01P3oool0 -0ol0000000000?ooo`050?ooo`03o`0000000000oooo01<0oooo00<000000?ooool00000303oool0 -0ol00000oooo0?ooo`090?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool04@3oool0 -0ol00000oooo0?ooo`0:0?ooo`03o`0000000000000000X0oooo00@000000?ooo`3oool000000P3o -ool00`000000oooo0?ooo`1=0?ooo`00CP3oool00`000000oooo0?ooo`070?ooo`03o`0000000000 -oooo00D0oooo00?o00000000003oool0503oool2000001T0oooo00Go00000?ooo`3oool0oooo0000 -000C0?ooo`03o`00003oool0oooo00T0oooo0P00000=0?ooo`8000000`3oool00`000000oooo0?oo -o`1=0?ooo`00CP3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo00<0oooo00Co0000 -0?ooo`3oool00000403oool2o`0000@0oooo00<000000?ooo`3oool06P3oool00`000000oooo0?oo -o`0L0?ooo`030000003oool0oooo00d0oooo0P0000020?ooo`800000C`3oool004h0oooo00<00000 -0?ooo`3oool01`3oool00`000000oooo0?ooo`040?ooo`04o`00003oool0oooo000000l0oooo00?o -00000?ooo`3oool01@3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo00`0oooo0_l0 -00000`000000oooo0?ooo`0J0?ooo`80000000<0ooooo`00003oool03@3oool01@000000oooo0?oo -o`3oool000000500oooo001?0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01`3o -ool00`000000oooo0?ooo`0<0?ooo`03o`00003oool0oooo00L0oooo0P0000080?ooo`03o`00003o -ool0oooo00h0oooo00<000000?ooo`3oool04P3oool00ol00000oooo0?ooo`040?ooo`050000003o -ool0oooo0?ooool000003P3oool01@000000oooo0?ooo`3oool000000500oooo001?0?ooo`030000 -003oool0oooo00H0oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`0G0?ooo`030000 -003oool0oooo00D0oooo00?o00000?ooo`3oool03P3oool00`00003o00000?ooo`0B0?ooo`03o`00 -003oool0oooo0080oooo0P0000040?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`000000 -0P3oool00`000000oooo0?ooo`1>0?ooo`00C`3oool00`00003o00000?ooo`060?ooo`030000003o -ool0oooo00<0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`080?ooo`;o00003P3o -ool00`000000oooo0?ooo`040?ooo`03o`00003oool0oooo00h0oooo00<000000?ooo`3oool04`3o -ool01?l00000oooo0?ooo`0000060?ooo`03o`00003oool0oooo00/0oooo00@000000?ooo`000000 -oooo0P00001@0?ooo`00C`3oool00`00003o00000?ooo`060?ooo`030000003oool0oooo0080oooo -00?o00000?ooo`3oool00`3oool00`000000oooo0?ooo`060?ooo`;o00004@3oool2000001D0oooo -00<000000?ooo`3oool00ol0000@0?ooo`03o`0000000000000001@0oooo00@000000?ooo`3oool0 -oooo0P00001A0?ooo`00C`3oool00`000000ooooo`0000060?ooo`050000003oool0oooo0?ooool0 -00001`3oool00`000000oooo0?ooo`0J0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3o -ool00`3oool00ol00000oooo0?ooo`0=0?ooo`030000003oool0oooo01@0oooo00@000000?ooo`3o -ool0oooo0P00001A0?ooo`00D03oool00`00003o00000?ooo`050?ooo`030000003oool0oooo00T0 -oooo00@000000?ooo`3oool0oooo0_l0000H0?ooo`030000003oool0oooo0140oooo00<000000?oo -o`3oool04@3oool2000000T0oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`020?oo -o`800000D@3oool00500oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`0:0?ooo`03 -0000003ooooo000001/0oooo0P0000000ol00000oooo0?ooo`0>0?ooo`030000003oool0oooo00D0 -oooo0_l000080?ooo`8000000`3oool00ol00000oooo0?ooo`050?ooo`03o`00003oool0oooo00X0 -oooo00D000000?ooo`3oool0ooooo`00000200000540oooo001@0?ooo`030000003oool0oooo00@0 -oooo00?o00000000003oool02`3oool00`000000oooo0?ooo`0M0?ooo`030000003oool0oooo00h0 -oooo00<000000?ooo`3oool01`3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo00<0 -oooo00?o00000?ooo`3oool0103oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00<0 -oooo00<000000?ooo`3oool0D03oool00500oooo00@000000?ooo`3ooooo00000`3oool01Ol00000 -00000?ooo`3ooooo000000L0oooo0_l000000`000000oooo0?ooo`0L0?ooo`04o`00003oool00000 -000000h0oooo00<000000?ooo`3oool0203oool01?l00000oooo0?ooo`3oool2000000L0oooo00?o -00000?ooo`3oool00`3oool00ol00000oooo0?ooo`0:0?ooo`0300000?l0003o000000<0oooo00<0 -00000?ooo`3oool0D03oool00500oooo00@000000?ooo`3ooooo00000`3oool01Ol0000000000?oo -o`3ooooo000000H0oooo00Go00000?ooo`3oool0oooo0000000Q0?ooo`030000003oool0oooo00X0 -oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo00l0 -oooo00<00000o`00003oool0103oool00`000000oooo0?ooo`1@0?ooo`00D@3oool010000000oooo -0?ooool000030?ooo`030000003ooooo000000/0oooo00<000000?ooo`3oool0803oool00`000000 -oooo0?ooo`090?ooo`030000003oool0oooo00X0oooo0P000002o`0001X0oooo00<000000?ooo`3o -ool0103oool00`000000oooo0?ooo`1@0?ooo`00D@3oool00`000000oooo0?ooo`040?ooo`030000 -003oool0oooo00<0oooo0_l000060?ooo`030000003oool0oooo0240oooo0P0000090?ooo`030000 -003oool0oooo00T0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`0;0?ooo`03o`00 -003oool0oooo00L0oooo00?o00000000003oool01@3oool00`000000oooo0?ooo`1A0?ooo`00D@3o -ool00`000000oooo0?ooo`040?ooo`040000003oool0oooo0?ooo`;o00002@3oool00`000000oooo -0?ooo`0J0?ooo`03o`00003oool0oooo00D0oooo00<000000?ooo`3oool01P3oool00`000000oooo -0?ooo`070?ooo`8000003P3oool00ol00000oooo0?ooo`020?ooo`03o`00003oool0oooo00H0oooo -00?o00000?ooo`0000001P3oool00`000000oooo0?ooo`1A0?ooo`00D@3oool00`000000oooo0?oo -o`020?ooo`03o`000000003o000000h0oooo00<000000?ooo`3oool06P3oool00ol00000oooo0?oo -o`060?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?oo -o`070?ooo`;o00001@3oool01Ol00000oooo0?ooo`3ooooo000000P0oooo00?o00000?ooo`000000 -1P3oool2000005<0oooo001B0?ooo`060000003oool0oooo0?ooool0000000000_l0000=0?ooo`03 -0000003oool0oooo01X0oooo00?o00000?ooo`3oool01`3oool2000000D0oooo00<000000?ooo`3o -ool0103oool2000000`0oooo00?o00000?ooo`3oool00`3oool01?l00000oooo0?ooool0000:0?oo -o`030000003oool0oooo00@0oooo0P00001C0?ooo`00DP3oool00`000000oooo0?ooo`020?ooo`03 -00000?l00000oooo00h0oooo00<000000?ooo`3oool06@3oool00ol00000oooo0?ooo`090?ooo`03 -0000003oool0oooo0080oooo00<000000?ooo`3oool00P3oool2000000l0oooo00?o00000?ooo`3o -ool02`3oool01Ol00000oooo0?ooo`3oool0000000P0oooo00<000000?ooo`3oool0D@3oool00580 -oooo00<000000?ooo`3oool00P3oool01000003o0000o`000?l000020?ooo`?o0000203oool00`00 -0000oooo0?ooo`0V0?ooo`8000000P3oool01@000000oooo0?ooo`3oool0000001h0oooo00?o0000 -0?ooo`3oool00P3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo0580oooo001B0?oo -o`030000003oool0oooo0080oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`04o`00 -00030?ooo`000000oooo02T0oooo00@000000?ooo`000000oooo0P00000D0?ooo`;o00000`3oool0 -0ol00000oooo0?ooo`020?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool01P3oool0 -0`000000oooo0?ooo`1B0?ooo`00DP3oool00`000000oooo0?ooo`020?ooo`0500000?l00000oooo -0?ooool000003@3oool01000003o0000o`000?l000020?ooo`?o00004P3oool00ol00000oooo0?oo -o`0=0?ooo`<00000603oool01_l00000ooooo`000?l00000ooooo`0000L0oooo00<000000?ooo`3o -ool01P3oool00`000000oooo0?ooo`1B0?ooo`00D`3oool01@000000oooo0?ooo`3oool0000000@0 -oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`060?ooo`04o`00003oool0oooo0?oo -o`?o00002`3oool00ol00000oooo0?ooo`0=0?ooo`<000006@3oool4o`0000L0oooo00<000000?oo -o`3oool01P3oool2000005@0oooo001C0?ooo`050000003oool0oooo0?ooo`0000000P3oool01?l0 -0000oooo0?ooool0000<0?ooo`030000003oool0oooo00l0oooo1?l000040?ooo`03o`00003oool0 -oooo00X0oooo0`0000000`3oool000000?ooo`0200000004o`00003oool0oooo0?ooo`?o00000`3o -ool4o`000080oooo1?l000020?ooo`Co0000203oool00`000000oooo0?ooo`060?ooo`030000003o -ool0oooo05<0oooo001C0?ooo`050000003oool0oooo0?ooo`0000000P3oool00ol00000oooo0?oo -o`0=0?ooo`030000003oool0oooo01D0oooo1_l000020?ooo`Co00000`000003o`0000050?ooo`00 -003o0000o`00003oool00P00000E0?ooo`;o000000<0ooooo`00003oool01@3oool00`000000oooo -0?ooo`070?ooo`030000003oool0oooo05<0oooo001C0?ooo`050000003oool0oooo0?ooo`000000 -0`3oool00ol00000oooo0?ooo`020?ooo`03o`00003oool0oooo00L0oooo00<000000?ooo`3oool0 -5`3oool00ol00000oooo0?ooo`040?ooo`<000001`3oool00`000000oooo0?ooo`030?ooo`800000 -4@3oool2o`0000040?ooool00000ooooo`0000H0oooo00<000000?ooo`3oool01`3oool00`000000 -oooo0?ooo`1C0?ooo`00E03oool010000000oooo0?ooo`0000030?ooo`03o`00003oool0oooo00<0 -oooo00?o00000?ooo`3oool01`3oool00`000000oooo0?ooo`0F0?ooo`04o`00003oool0oooo0?oo -o`<000002@3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo0100oooo00Go00000?oo -o`3oool0ooooo`0000040?ooo`030000003oool0oooo00L0oooo0P00001E0?ooo`00E03oool01000 -0000oooo0?ooo`00000:0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool05P3oool0 -1?l00000000000000000000<0?ooo`030000003oool0oooo00L0oooo0P00000;0?ooo`03o`00003o -ool0oooo0080oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`070?ooo`030000003o -ool0oooo05@0oooo001D0?ooo`040000003oool0oooo000001<0oooo00<000000?ooo`3oool0503o -ool3000000l0oooo00<000000?ooo`3oool02@3oool2000000P0oooo00?o00000?ooo`3oool02`3o -ool00`000000oooo0?ooo`070?ooo`800000EP3oool005@0oooo00@000000?ooo`3oool00000103o -ool00ol00000oooo0?ooo`060?ooo`;o00001@3oool00`000000oooo0?ooo`0@0?ooo`<000004P3o -ool00`000000oooo0?ooo`0;0?ooo`8000001@3oool00ol00000oooo0?ooo`0:0?ooo`03o`00003o -ool0000000T0oooo0P00001F0?ooo`00E03oool010000000oooo0?ooo`0000050?ooo`03o`00003o -ool0oooo00L0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0=0?ooo`<000005@3o -ool00`000000oooo0?ooo`0=0?ooo`8000002@3oool00ol00000oooo0?ooo`050?ooo`030000003o -ool0oooo00T0oooo00<000000?ooo`3oool0E03oool005D0oooo0P0000070?ooo`03o`00003oool0 -oooo00/0oooo00<000000?ooo`3oool02P3oool3000000P0oooo00?o00000?ooo`3oool03@3oool0 -0`000000oooo0?ooo`0>0?ooo`03o`0000000000000000L0oooo00?o00000?ooo`3oool01@3oool0 -0`00003o00000?ooo`080?ooo`030000003oool0oooo05D0oooo001E0?ooo`8000004`3oool01?l0 -0000oooo0?ooo`0000080?ooo`<000002`3oool00ol00000oooo0?ooo`0<0?ooo`030000003oool0 -oooo00h0oooo00Co00000?ooo`3oool0oooo0P0000040?ooo`03o`00003oool0oooo00D0oooo00<0 -00000?ooo`3oool02@3oool00`000000oooo0?ooo`1E0?ooo`00E@3oool2000001@0oooo00?o0000 -0?ooo`0000001@3oool3000000h0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`0D -0?ooo`8000002P3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo05D0oooo001E0?oo -o`800000203oool00ol00000oooo0?ooo`0:0?ooo`04o`0000000000oooo0?ooo`<000004@3oool0 -0ol00000oooo0?ooo`0<0?ooo`030000003oool0oooo00/0oooo00?o00000?ooo`3oool0203oool0 -0`000000oooo0?ooo`060?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool01@3oool0 -0`000000oooo0?ooo`1E0?ooo`00E@3oool2000000P0oooo00?o00000?ooo`3oool01P3oool80000 -02<0oooo00<000000?ooo`3oool02P3oool00ol00000oooo0?ooo`0:0?ooo`8000001P3oool00`00 -0000oooo0?ooo`030?ooo`03o`00003oool0oooo00<0oooo0P00001G0?ooo`00EP3oool00`000000 -oooo0?ooo`030?ooo``000001P3oool00`00003o00000?ooo`0R0?ooo`030000003oool0oooo00T0 -oooo00?o00000?ooo`3oool02`3oool01?l00000oooo0000000000030?ooo`030000003oool0oooo -00D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`1F0?ooo`00EP3oool6000000D0 -oooo00?o00000?ooo`3oool02`3oool00`00003o00000?ooo`0B0?ooo`03o`00003oool0oooo00`0 -oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`0>0?ooo`04o`00003oool0oooo0?oo -o`80000000<0oooo0000003oool02`3oool00`000000oooo0?ooo`1F0?ooo`00F03oool00`000000 -oooo0?ooo`0E0?ooo`0300000?l00000oooo0140oooo00?o00000?ooo`3oool02`3oool00`000000 -oooo0?ooo`060?ooo`03o`00003oool0oooo00h0oooo00?o00000?ooo`3oool0103oool3000000/0 -oooo00<000000?ooo`3oool0EP3oool005T0oooo00<000000?ooo`3oool05@3oool00`000000oooo -0?ooo`0@0?ooo`03o`00003oool0oooo00/0oooo00<000000?ooo`3oool01@3oool00ol00000oooo -0?ooo`0E0?ooo`040000003oool0oooo0?ooo`D000000`3oool01?l00000oooo00000000001H0?oo -o`00FP3oool2000000H0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`02o`0000h0 -oooo00?o00000?ooo`3oool02`3oool00`000000oooo0?ooo`0L0?ooo`030000003oool0oooo00L0 -oooo100000000ol0000000000?ooo`1H0?ooo`00F`3oool2000000H0oooo00?o00000?ooo`3oool0 -303oool01@000000oooo0?ooo`3ooooo000001/0oooo00@000000?ooo`3oool0oooo0_l0000B0?oo -o`03o`00003oool0oooo00<0oooo00<000000?ooo`3oool0303oool2000005T0oooo001M0?ooo`03 -0000003oool0oooo00@0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`0L0?ooo`04 -0000003ooooo0000o`0001@0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0<0?oo -o`030000003oool0oooo05T0oooo001N0?ooo`8000004`3oool00`000000oooo0?ooo`030?ooo`03 -o`00003oool0oooo01H0oooo00<000000?ooo`3oool0503oool00ol00000oooo0?ooo`020?ooo`03 -0000003oool0oooo00/0oooo0P00001L0?ooo`00G`3oool2000001<0oooo00<000000?ooo`3oool0 -0`3oool00ol00000oooo0?ooo`080?ooo`03o`00003oool0oooo00T0oooo00<00000o`00003oool0 -5@3oool01Ol00000oooo0?ooo`3oool0000000/0oooo0`00001N0?ooo`00H03oool2000000<0oooo -00?o00000?ooo`3oool03@3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00L0oooo -00?o00000?ooo`3oool0203oool00ol0000000000?ooo`0I0?ooo`030000003oool0oooo00T0oooo -0`00001O0?ooo`00HP3oool2000000030?ooool00000oooo00l0oooo00<000000?ooo`3oool0303o -ool00ol00000oooo0?ooo`070?ooo`03o`00003oool0000001T0oooo00<000000?ooo`3oool02P3o -ool00`000000oooo0?ooo`1O0?ooo`00H`3oool2000000030?ooool00000oooo00h0oooo00<00000 -0?ooo`3oool01@3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo01@0oooo00?o0000 -0?ooo`0000002@3oool2000000030?ooo`000000oooo0640oooo001T0?ooo`<0000000?o00000?oo -o`3oool03@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00T0oooo0_l000040?oo -o`030000003oool0oooo01@0oooo00?o00000000003oool01`3oool2000000030?ooo`0000000000 -06<0oooo001U0?ooo`<00000403oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00L0 -oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0C0?ooo`03o`0000000000oooo00X0 -oooo00<000000?ooo`3oool0H`3oool006L0oooo0P00000?0?ooo`030000003oool0oooo00X0oooo -00?o00000?ooo`3oool0203oool00`000000oooo0?ooo`0D0?ooo`030000003oool0oooo00@0oooo -0P0000020?ooo`800000IP3oool006P0oooo0`00000>0?ooo`030000003oool0oooo00L0oooo1Ol0 -00080?ooo`030000003oool0oooo01<0oooo00<000000?ooo`3oool0103oool01@000000oooo0?oo -o`3oool0000006P0oooo001Y0?ooo`030000003oool0000000h0oooo00<000000?ooo`3oool01`3o -ool2o`0000X0oooo00<000000?ooo`3oool04P3oool00`000000oooo0?ooo`070?ooo`800000J@3o -ool006X0oooo0`0000030?ooo`?o00000`3oool4o`0000030?ooo`00003o000000?o00000P3oool2 -o`0000030?ooool0003o00000080oooo1?l000030?ooo`0300000?l00000oooo0140oooo00<00000 -0?ooool000000P3oool2000000<0oooo00<000000?ooo`3oool0J@3oool006`0oooo0`00000<0?oo -o`030000003oool0oooo0180oooo00<000000?ooool000000`3oool4o`0000T0oooo00@000000?oo -o`3ooooo00000P0000030?ooo`800000K03oool006d0oooo0`00000<0?ooo`030000003oool0oooo -0140oooo00<000000?ooo`3oool02@3oool4o`000080oooo00@00000o`000?l0000000001@3oool0 -0`000000oooo0?ooo`1/0?ooo`00K`3oool2000000`0oooo00<000000?ooo`3oool01P3oool00ol0 -0000oooo0?ooo`070?ooo`030000003oool0oooo00h0oooo00D000000?ooo`3oool0oooo00000004 -0?ooo`030000003oool0oooo06d0oooo001`0?ooo`<000002P3oool00`000000oooo0?ooo`060?oo -o`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool03P3oool01@000000oooo0?ooo`3oool0 -000000<0oooo0P00001`0?ooo`00L@3oool3000000X0oooo00<000000?ooo`3oool01P3oool00ol0 -0000oooo0?ooo`050?ooo`030000003oool0oooo00d0oooo00<000000?ooo`3oool01@3oool00`00 -0000oooo0?ooo`1`0?ooo`00L`3oool2000000X0oooo00<000000?ooo`3oool01@3oool00ol00000 -oooo0?ooo`050?ooo`030000003oool0oooo00`0oooo00@000000?ooo`3oool000000`3oool20000 -07<0oooo001d0?ooo`<000002@3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00/0 -oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`1c0?ooo`00MP3oool2000000P0 -oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`0:0?ooo`040000003oool0oooo0000 -0080oooo0P00001f0?ooo`00M`3oool2000000P0oooo00<000000?ooo`3oool0103oool00ol00000 -oooo0?ooo`040?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool00`3oool00`000000 -oooo0?ooo`1f0?ooo`00N03oool3000000L0oooo00<000000?ooo`3oool00`3oool00ol00000oooo -0?ooo`030?ooo`030000003oool0oooo00T0oooo00<000000?ooo`0000000P3oool2000007T0oooo -001j0?ooo`8000001P3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00<0oooo00<0 -00000?ooo`3oool0203oool00`000000oooo000000020?ooo`030000003oool0oooo07T0oooo001k -0?ooo`8000001P3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00<0oooo00<00000 -0?ooo`3oool01`3oool00`000000oooo000000020?ooo`030000003oool0oooo07X0oooo001m0?oo -o`8000001@3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo00H0oooo00@000000?oo -o`3oool0oooo0P00001m0?ooo`00OP3oool2000000D0oooo00<000000?ooo`3oool01P3oool00`00 -0000oooo0?ooo`050?ooo`<0000000<0oooo0000003oool0OP3oool00800oooo0P0000030?ooo`05 -0000003oool0oooo0?ooool00000103oool00`000000oooo0?ooo`040?ooo`80000000<0oooo0000 -00000000P03oool00840oooo0P0000030?ooo`040000003oool0ooooo`0000<0oooo00<000000?oo -o`3oool0103oool2000000030?ooo`000000oooo0840oooo00220?ooo`8000000`3oool010000000 -oooo0?ooool000020?ooo`030000003oool0oooo00<0oooo00@000000?ooo`0000000000P`3oool0 -08@0oooo0P0000001@3oool000000?ooo`3ooooo00000080oooo00<000000?ooo`3oool00P3oool3 -000008D0oooo00250?ooo`80000000<0oooo0000003oool00`3oool010000000oooo0?ooo`3oool3 -000008H0oooo00270?ooo`030000003oool0000000<0oooo00<000000?ooo`3oool00P0000280?oo -o`00R03oool300000004o`00003oool000000?ooo`800000R@3oool008T0oooo0P0000000ol00000 -00000?ooo`02000008X0oooo002;0?ooo`<00000S03oool008`0oooo00<000000?ooo`3oool0R`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.50377 .45486 m -.66737 .55927 L -s -.50377 .45486 m -.5 .27523 L -s -.50377 .45486 m -.60098 .40621 L -s -.50456 .57112 m -.50377 .45486 L -s -.40401 .40824 m -.50377 .45486 L -s -.34123 .56184 m -.50377 .45486 L -s -.50456 .57112 m -.66737 .55927 L -s -.34123 .56184 m -.50456 .57112 L -s -.504 .67296 m -.50456 .57112 L -s -.34123 .56184 m -.32366 .38575 L -s -.34123 .56184 m -.40401 .40824 L -s -.34123 .56184 m -.28124 .50193 L -s -.39633 .67987 m -.34123 .56184 L -s -.3111 .62572 m -.34123 .56184 L -s -.504 .67296 m -.34123 .56184 L -s -.66737 .55927 m -.72028 .49805 L -s -.66737 .55927 m -.67733 .38198 L -s -.60098 .40621 m -.66737 .55927 L -s -.504 .67296 m -.66737 .55927 L -s -.6091 .67859 m -.66737 .55927 L -s -.69003 .62312 m -.66737 .55927 L -s -.40401 .40824 m -.5 .27523 L -s -.40401 .40824 m -.32366 .38575 L -s -.60098 .40621 m -.67733 .38198 L -s -.60098 .40621 m -.5 .27523 L -s -.504 .67296 m -.39633 .67987 L -s -.6091 .67859 m -.504 .67296 L -s -.5 .75807 m -.504 .67296 L -s -.5 .27523 m -.67733 .38198 L -s -.32366 .38575 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.61086 .30766 L -s -.5 .27523 m -.49523 .29392 L -s -.38415 .31036 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.32366 .38575 m -.28742 .42472 L -s -.32366 .38575 m -.38415 .31036 L -s -.28124 .50193 m -.32366 .38575 L -s -.3111 .62572 m -.39633 .67987 L -s -.5 .75807 m -.39633 .67987 L -s -.67733 .38198 m -.72028 .49805 L -s -.0035 w -[ ] 0 setdash -.67733 .38198 m -.70404 .42053 L -s -.61086 .30766 m -.67733 .38198 L -s -.0025 w -[ .01 .012 ] 0 setdash -.5 .75807 m -.6091 .67859 L -s -.69003 .62312 m -.6091 .67859 L -s -.0035 w -[ ] 0 setdash -.28124 .50193 m -.28742 .42472 L -s -.3111 .62572 m -.28124 .50193 L -s -.72028 .49805 m -.70404 .42053 L -s -.69003 .62312 m -.72028 .49805 L -s -.38415 .31036 m -.49523 .29392 L -s -.38415 .31036 m -.28742 .42472 L -s -.3111 .62572 m -.28742 .42472 L -s -.37335 .61763 m -.3111 .62572 L -s -.5 .75807 m -.3111 .62572 L -s -.61086 .30766 m -.70404 .42053 L -s -.49523 .29392 m -.61086 .30766 L -s -.69003 .62312 m -.70404 .42053 L -s -.69003 .62312 m -.5 .75807 L -s -.69003 .62312 m -.62124 .6159 L -s -.5 .75807 m -.37335 .61763 L -s -.49484 .56187 m -.5 .75807 L -s -.62124 .6159 m -.5 .75807 L -s -.49523 .29392 m -.70404 .42053 L -s -.49388 .40451 m -.49523 .29392 L -s -.28742 .42472 m -.49523 .29392 L -s -.37335 .61763 m -.28742 .42472 L -s -.49484 .56187 m -.37335 .61763 L -s -.62124 .6159 m -.70404 .42053 L -s -.62124 .6159 m -.49484 .56187 L -s -.28742 .42472 m -.49388 .40451 L -s -.49484 .56187 m -.28742 .42472 L -s -.49388 .40451 m -.70404 .42053 L -s -.49484 .56187 m -.70404 .42053 L -s -.49484 .56187 m -.49388 .40451 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`040000 -003oool0ooooo`000180oooo00?o00000?ooo`3oool02P3oool2000000T0oooo00<000000?ooo`00 -0000G`3oool005d0oooo00D000000?ooo`3oool0ooooo`0000050?ooo`8000003`3oool00ol00000 -oooo0?ooo`0?0?ooo`030000003oool0oooo01@0oooo00?o00000?ooo`3oool02`3oool00`000000 -oooo0?ooo`070?ooo`030000003oool0000005h0oooo001L0?ooo`050000003oool0oooo0?ooool0 -00001@3oool00`000000oooo0?ooo`0Q0?ooo`030000003oool0oooo02<0oooo0P0000080?ooo`03 -0000003oool0000005d0oooo001K0?ooo`80000000?o00000?ooo`3oool0103oool2000002@0oooo -00@000000?ooo`3ooooo0000903oool00`000000oooo0?ooo`060?ooo`0300000?l00000000005`0 -oooo001K0?ooo`030000003oool0oooo00@0oooo0P00000B0?ooo`03o`00003oool0oooo0140oooo -00@000000?ooo`3ooooo00005@3oool00ol00000oooo0?ooo`0=0?ooo`8000001`3oool00`00003o -00000000001K0?ooo`00FP3oool00`000000ooooo`000002o`000080oooo00<000000?ooo`3oool0 -4P3oool00ol00000oooo0?ooo`0A0?ooo`040000003oool0ooooo`0001H0oooo00?o00000?ooo`3o -ool03P3oool2000000<0oooo0_l000000`000000oooo0000001K0?ooo`00F@3oool2000000@0oooo -0P00000D0?ooo`03o`00003oool0oooo0180oooo00@000000?ooo`3ooooo00005`3oool00ol00000 -oooo0?ooo`0>0?ooo`03o`0000000000oooo00@0oooo00<000000?ooo`000000FP3oool005P0oooo -0`0000030?ooo`040000003oool0oooo0?ooo`?o00009@3oool00`000000oooo0?ooo`0W0?ooo`;o -00000P3oool2000000@0oooo0`00001I0?ooo`00E`3oool00`000000oooo000000020?ooo`800000 -1`3oool00ol00000oooo0?ooo`0R0?ooo`030000003oool0oooo01X0oooo00?o00000?ooo`3oool0 -1P3oool2o`0000P0oooo0P0000020?ooo`03o`0000000000000005T0oooo001F0?ooo`030000003o -ool0oooo00<00000303oool3o`0000P0oooo00?o00000?ooo`3oool0503oool010000000oooo0?oo -ool0000I0?ooo`03o`00003oool0oooo00@0oooo0_l0000<0?ooo`040000003ooooo00000?ooo`80 -0000F03oool005D0oooo0P0000020?ooo`030000003ooooo000000l0oooo00?o00000?ooo`3oool0 -0ol000000`3ooooo00000?ooo`0A0?ooo``000005`3oool01?l00000ooooo`000?l0000A0?ooo`80 -000000@0oooo0000000000000000E`3oool005D0oooo00@000000?ooo`00000000000P3oool00ol0 -0000oooo0?ooo`0C0?ooo`?o00001`3oool:000000D0oooo00@000000?ooo`3ooooo00000`3oool< -000000/0oooo0_l0000E0?ooo`@00000E`3oool005@0oooo00D000000?ooo`000000oooo0000000H -0?ooo`03o`0000000000000000L000003`3oool010000000oooo0?ooool0000?0?ooo``000005`3o -ool4000005H0oooo001C0?ooo`<000000P3oool00`000000oooo0?ooo`0=0?ooo`X00000603oool0 -0`000000oooo0?ooo`0F0?ooo`;o0000103oool;000000h0oooo0P00001F0?ooo`00DP3oool20000 -00<0oooo00<000000?ooo`3oool0103oool:000000P0oooo00?o00000?ooo`3oool0103oool2o`00 -0140oooo00<000000?ooo`3oool09`3oool<000000@0oooo00<000000?ooo`3oool0D`3oool00540 -oooo00@000000?ooo`3oool0oooo2@00000K0?ooo`03o`00003oool0oooo00h0oooo00@000000?oo -o`3ooooo00004@3oool2o`0001`0oooo00?o00000?ooo`3oool01P00001D0?ooo`00D03oool50000 -00H0oooo00?o00000?ooo`3oool07P3oool2o`0000`0oooo00@000000?ooo`3ooooo0000403oool0 -0ol00000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00l0oooo00?o00000?ooo`3oool00P3oool2 -000000030?ooo`000000oooo05<0oooo001@0?ooo`030000003oool0000000T0oooo00?o00000?oo -o`3oool03`3oool00ol00000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00T0oooo00@000000?oo -o`3ooooo00007@3oool00ol00000oooo0?ooo`0?0?ooo`04o`00003oool0oooo0?ooo`D00000E03o -ool00500oooo0P0000001@3oool000000000003oool0000001L0oooo00?o00000?ooo`3oool03P3o -ool00ol00000oooo0?ooo`080?ooo`040000003oool0ooooo`0000`0oooo0_l0000@0?ooo`03o`00 -003oool0oooo0140oooo00<000000?ooo`3oool01000001C0?ooo`00D03oool2000000<0oooo0P00 -000F0?ooo`03o`00003oool0oooo0180oooo0_l000060?ooo`030000003oool0oooo00/0oooo0_l0 -000B0?ooo`03o`00003oool0oooo00l0oooo0P0000040?ooo`<00000D`3oool00500oooo00<00000 -0?ooo`0000000P3oool3000001D0oooo00?o00000?ooo`3oool0503oool00ol00000oooo0?ooo`03 -0?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool09@3oool00`000000oooo0?ooo`03 -0?ooo`040000003oool00000000005<0oooo001@0?ooo`<000001@3oool200000080oooo00?o0000 -0?ooo`3oool0:`3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo02@0oooo0P000000 -0ol00000oooo0?ooo`030?ooo`@00000D`3oool00500oooo0`0000070?ooo`030000003ooooo0000 -02X0oooo0ol0000010000000oooo0?ooool000050?ooo`03o`00003oool0oooo01L0oooo00?o0000 -0?ooo`3oool02P3oool010000000oooo0?ooool000040?ooo`060000003oool000000000003oool0 -0000DP3oool00500oooo0P0000000`3oool00000000000060?ooo`8000003`3oool00ol00000oooo -0?ooo`0K0?ooo`050000003oool0ooooo`00003oool00_l0000L0?ooo`03o`00003oool0oooo00P0 -oooo0P0000030?ooo`03o`00003oool0oooo0080oooo00H000000?ooo`00000000000?ooo`00001B -0?ooo`00D03oool2000000030?ooo`000000000000L0oooo00?o00000000003oool03@3oool00ol0 -0000oooo0?ooo`0K0?ooo`030000003oool0oooo00;o00007`3oool00ol00000oooo0?ooo`060?oo -o`030000003oool0oooo00L0oooo00<000000?ooo`3oool00P0000000`3oool000000?ooo`1A0?oo -o`00D03oool2000000030?ooo`000000000000T0oooo0P00000;0?ooo`03o`00003oool0oooo01`0 -oooo00<000000?ooo`3oool00_l0000O0?ooo`03o`00003oool0oooo00@0oooo0P00000:0?ooo`04 -0000003oool0oooo00000080oooo00<000000?ooo`3oool0D03oool00500oooo0P0000000`3oool0 -00000000000;0?ooo`030000003oool0oooo00P0oooo00?o00000?ooo`3oool0703oool01P00003o -00000?ooool00000ooooo`0002@0oooo00<000000?ooo`3oool01P3oool01Ol00000oooo0?ooo`3o -ool000000080oooo00D000000?ooo`3oool0oooo0000001A0?ooo`00D03oool2000000<0oooo00<0 -00000?ooo`3oool01@3oool01?l00000oooo0?ooo`3oool2000002H0oooo00?o00000000003oool0 -9P3oool2000000T0oooo00Co00000?ooo`3oool000000`3oool01@000000oooo0000003oool00000 -0540oooo001?0?ooo`030000003oool0000000<0oooo00<000000?ooo`3oool01@3oool00ol00000 -oooo0?ooo`030?ooo`030000003oool0oooo02@0oooo00<000000?ooo`3oool01@3oool3o`0001/0 -oooo00?o00000000003oool02@3oool01Ol00000oooo0?ooo`3oool0000000<0oooo00D000000?oo -o`000000oooo0000001A0?ooo`00C`3oool010000000oooo0?ooo`0000030?ooo`030000003oool0 -oooo00@0oooo00?o00000?ooo`3oool0103oool2000000@0oooo00?o00000?ooo`3oool06@3oool0 -1Ol00000oooo0?ooo`3oool000000080oooo00?o00000?ooo`3oool01@3oool00ol00000oooo0?oo -o`0G0?ooo`8000002`3oool01?l00000oooo0?ooo`0000040?ooo`030000003oool0oooo00800000 -D@3oool004l0oooo00@000000?ooo`3oool000000`3oool00`000000oooo0?ooo`040?ooo`03o`00 -003oool0oooo00H0oooo0P0000020?ooo`03o`00003oool0oooo01P0oooo00?o00000?ooo`3oool0 -0P3oool010000000oooo0?ooool0000P0?ooo`040000003oool0ooooo`0000d0oooo00<000000?oo -o`3oool00P3oool00`000000oooo0?ooo`0200000540oooo001?0?ooo`040000003oool000000000 -00<0oooo00<000000?ooo`3oool03`3oool00`00003o00000?ooo`0I0?ooo`03o`00003oool0oooo -00<0oooo00@000000?ooo`3ooooo00002@3oool2o`0001<0oooo0P00000A0?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1>0?ooo`00C`3oool01000 -0000oooo0000000000040?ooo`030000003oool0oooo00l0oooo0P00000E0?ooo`;o0000203oool0 -10000000oooo0?ooool0000;0?ooo`03o`00003oool0oooo00l0oooo00<000000?ooo`3oool03P3o -ool00ol00000oooo000000050?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0CP3o -ool004l0oooo00@000000?ooo`3oool00000103oool00`000000oooo0?ooo`030?ooo`03o`00003o -ool0oooo00/0oooo00<000000?ooo`3oool04@3oool00ol00000oooo0?ooo`090?ooo`030000003o -ool0oooo00`0oooo00?o00000?ooo`3oool0303oool2000000L0oooo00?o00000?ooo`3oool01`3o -ool00ol00000oooo000000050?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0CP3o -ool004l0oooo00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`020?ooo`03o`00003o -ool0oooo00`0oooo0P00000@0?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool03`3o -ool00ol00000oooo0?ooo`080?ooo`030000003oool0oooo00L0oooo00?o00000?ooo`3oool01`3o -ool00ol0000000000?ooo`050?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0CP3o -ool004l0oooo00@000000?ooo`3oool000001@3oool00`000000oooo0?ooo`030?ooo`03o`00003o -ool0oooo00H0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`0J0?ooo`030000003o -ool0oooo0100oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`090?ooo`03o`00003o -ool0oooo00H0oooo00?o00000000003oool01@3oool00`000000oooo0?ooo`030?ooo`030000003o -ool0oooo04d0oooo001?0?ooo`040000003oool0oooo000000H0oooo00<000000?ooo`3oool00P3o -ool00ol00000oooo0?ooo`060?ooo`03o`00003oool0oooo00D0oooo0P00000:0?ooo`;o00003P3o -ool00`000000ooooo`00000A0?ooo`03o`00003oool0oooo00<0oooo0P00000<0?ooo`03o`00003o -ool0oooo00H0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`030?ooo`030000003o -ool0oooo04d0oooo001?0?ooo`050000003oool0oooo0?ooo`0000001@3oool00`000000oooo0?oo -o`0:0?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool01@3oool2o`000100oooo00<0 -00000?ooool000005P3oool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo00@0oooo00<0 -00000?ooo`3oool0103oool00`000000oooo0?ooo`1=0?ooo`00C`3oool01@000000oooo0?ooo`3o -ool0000000H0oooo00<000000?ooo`3oool05@3oool2000001L0oooo00<000000?ooool00000503o -ool2000001P0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`030?ooo`03o`000000 -0000oooo04h0oooo001?0?ooo`0500000?l00000oooo0?ooo`0000001P3oool01@000000oooo0?oo -o`3ooooo000001D0oooo00<000000?ooool00000503oool00`000000oooo0?ooo`0C0?ooo`040000 -003oool0ooooo`000100oooo00?o00000?ooo`3oool00`3oool00`00003o00000?ooo`050?ooo`03 -0000003oool0oooo0080oooo00?o00000000003oool0C`3oool004l0oooo00D000000?ooool00000 -oooo000000060?ooo`050000003oool0oooo0?ooool000001P3oool00ol00000oooo0?ooo`0=0?oo -o`800000503oool00`000000oooo0?ooo`0A0?ooo`800000503oool00ol00000oooo0?ooo`030?oo -o`0300000?l00000oooo00D0oooo00L000000?ooo`3oool0ooooo`00003oool000000500oooo001@ -0?ooo`040000003ooooo0000000000L0oooo00@000000?ooo`3ooooo00001P3oool00ol00000oooo -0?ooo`0<0?ooo`03o`00003oool0oooo008000004P3oool00`000000oooo0?ooo`0@0?ooo`030000 -003oool0oooo00H0oooo0_l0000=0?ooo`07o`00003oool0oooo0?ooo`000000ooooo`0000060?oo -o`030000003oool0oooo00<0oooo00<000000?ooo`3oool0CP3oool00500oooo00@000000?ooo`3o -ool000001`3oool010000000oooo0?ooool000050?ooo`03o`00003oool0oooo0180oooo00<00000 -0?ooo`3oool03`3oool00`000000ooooo`00000>0?ooo`8000002`3oool00ol00000oooo0?ooo`0: -0?ooo`05o`00003oool0oooo0?ooo`000000203oool00`000000ooooo`0000030?ooo`030000003o -ool0oooo04h0oooo001@0?ooo`040000003oool0oooo000000P0oooo00<000000?ooo`3oool01@3o -ool00ol00000oooo0?ooo`090?ooo`;o0000203oool2000000l0oooo00<000000?ooool000003@3o -ool00`000000oooo0?ooo`0K0?ooo`030000003oool0oooo00L0oooo00<00000o`00003oool00P3o -ool00`000000oooo0?ooo`1?0?ooo`00D03oool01P000000oooo0?ooo`000000ooooo`0000H0oooo -00<000000?ooo`3oool0403oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00`0oooo -00<000000?ooool000002`3oool200000140oooo0_l0000;0?ooo`030000003oool0oooo00L0oooo -00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1?0?ooo`00D@3oool01P000000oooo0?oo -o`000000ooooo`0000H0oooo00<00000o`00003oool07@3oool2000000`0oooo00<000000?ooool0 -00002P3oool00`000000oooo0?ooo`0C0?ooo`03o`00003oool0oooo00H0oooo00?o00000?ooo`00 -00000P3oool00ol00000oooo0?ooo`040?ooo`030000003oool0oooo0080oooo00<000000?ooo`3o -ool0C`3oool00540oooo00@000000?ooo`3oool000000P3oool00ol00000oooo0?ooo`030?ooo`03 -00000?l00000oooo00<0oooo00?o00000?ooo`3oool01P3oool00ol00000oooo0?ooo`0@0?ooo`03 -0000003oool0oooo00T0oooo00<000000?ooo`3oool0203oool2000001L0oooo00?o00000?ooo`3o -ool01@3oool00ol0000000000?ooo`020?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3o -ool00P3oool00`000000oooo0?ooo`1?0?ooo`00D@3oool010000000oooo0?ooo`0000090?ooo`03 -00000?l00000oooo0080oooo00?o00000?ooo`3oool01@3oool00ol00000oooo0?ooo`0B0?ooo`80 -00002@3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo0200oooo00@000000?ooo`3o -oooo00001@3oool00ol00000oooo000000030?ooo`030000003oool0oooo0500oooo001A0?ooo`04 -0000003oool0oooo000000@0oooo00?o00000?ooo`3oool00P3oool01@00003o00000?ooo`3ooooo -000000L0oooo00?o00000?ooo`3oool05@3oool00`000000oooo0?ooo`060?ooo`030000003ooooo -000000D0oooo0P00000L0?ooo`?o00000`3oool01@000000oooo0?ooo`3ooooo000000@0oooo00Co -00000?ooo`3oool000000`3oool00`000000oooo0?ooo`1@0?ooo`00D@3oool010000000oooo0?oo -o`0000050?ooo`05o`00003oool0oooo0?ooo`0000000`3oool00ol00000oooo0?ooo`020?ooo`03 -o`00003oool0oooo01T0oooo0P0000060?ooo`030000003ooooo000000@0oooo00<000000?ooo`3o -ool07`3oool01?l00000oooo0?ooo`0000070?ooo`05o`00003oool0oooo0?ooo`0000000`3oool0 -0`000000oooo0?ooo`1@0?ooo`00DP3oool00`000000oooo000000060?ooo`05o`00003oool0oooo -0?ooo`0000001P3oool00ol00000oooo0?ooo`0L0?ooo`800000103oool00`000000ooooo`000002 -0?ooo`8000009@3oool010000000oooo0?ooool000080?ooo`050000003oool0oooo0?ooo`000000 -DP3oool00580oooo00<000000?ooo`0000002P3oool00`000000oooo0?ooo`030?ooo`03o`00003o -ool0oooo01l0oooo00T000000?ooo`3oool0oooo0000003ooooo00000?ooo`0000009P3oool01000 -003o0000o`00003oool2o`0000L0oooo00@000000?ooo`3oool00000D`3oool00580oooo00<00000 -0?ooo`000000203oool01?l00000ooooo`000000000W0?ooo`80000000<0oooo0000003oool00P00 -000W0?ooo`080000003oool0ooooo`00003ooooo00000?ooool000040?ooo`050000003oool0oooo -0?ooo`000000D`3oool00580oooo00@000000?ooo`3oool00000203oool2o`00000300000?l0003o -000002L0oooo0`00000X0?ooo`030000003oool0oooo00<0oooo0_l000050?ooo`050000003oool0 -oooo0?ooo`000000D`3oool005<0oooo00<000000?ooo`0000002@3oool2o`0000030000003oool0 -oooo02H0oooo0`0000000ol00000oooo0?ooo`0R0?ooo`?o000000<000000?ooo`3oool01?l00006 -0?ooo`050000003oool0oooo0?ooo`000000D`3oool005<0oooo00<000000?ooo`0000002@3oool0 -1?l00000oooo00000?l000030?ooo`?o00000`3oool4o`000080oooo0ol0000C0?ooo`80000000<0 -oooo0000003oool00P00000C0?ooo`;o00000P3oool4o`000080oooo1?l000040?ooo`030000003o -ool0oooo00/0oooo00@000000?ooo`3oool00000E03oool005<0oooo00<000000?ooo`0000002@3o -ool01?l00000oooo0?ooo`00000B0?ooo`03o`00003oool0oooo00Co00000P3oool4o`000080oooo -0_l00002000000<0oooo00@000000?ooool00000oooo0P0000040?ooo`;o00000`3oool3o`0000<0 -oooo0_l0000B0?ooo`030000003oool0oooo00;o00002@3oool010000000oooo0?ooo`00001D0?oo -o`00D`3oool00`000000oooo0000000;0?ooo`03o`000000003o000001l0oooo0`0000000`3ooooo -00000?ooo`020?ooo`0300000?l0003o000000?o00000`0000000ol00000oooo0?ooo`0M0?ooo`03 -0000003ooooo00000080oooo00Co00000?ooo`3ooooo00001@3oool010000000oooo0?ooo`00001D -0?ooo`00E03oool2000000/0oooo00Co00000000003ooooo0000703oool2000000P0oooo00<00000 -0?ooool000001P3oool2000001d0oooo00<000000?ooo`3oool00`3oool01?l00000oooo0?ooool0 -00050?ooo`040000003oool0oooo000005@0oooo001D0?ooo`8000001`3oool00ol00000oooo0?oo -o`020?ooo`03o`0000000000oooo01X0oooo0P00000:0?ooo`030000003ooooo000000P0oooo0P00 -000K0?ooo`030000003oool0oooo0080oooo00?o00000?ooo`3oool00P3oool00ol00000oooo0?oo -o`020?ooo`030000003oool0000005D0oooo001D0?ooo`8000001`3oool00ol00000oooo0?ooo`02 -0?ooo`03o`0000000000oooo0080oooo0_l0000D0?ooo`800000303oool00`000000ooooo`00000: -0?ooo`800000603oool00`000000oooo0?ooo`080?ooo`03o`00003oool0oooo0080oooo00<00000 -0?ooo`000000E@3oool005@0oooo00<000000?ooo`0000001@3oool00ol00000oooo0?ooo`050?oo -o`030000003oool0oooo0080oooo00?o00000?ooo`3oool03`3oool2000000h0oooo00<000000?oo -ool00000303oool2000001D0oooo00?o00000000003oool03P3oool00`000000oooo0000001E0?oo -o`00E@3oool2000000d0oooo00<000000?ooo`3oool04@3oool300000100oooo00<000000?ooo`3o -ool03P3oool3000001<0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`080?ooo`03 -0000003oool0000005D0oooo001E0?ooo`800000303oool00ol00000oooo000000060?ooo`03o`00 -003oool0oooo00L0oooo0P00000C0?ooo`030000003oool0oooo0140oooo0P00000<0?ooo`;o0000 -0P3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo00@0oooo00Co00000?ooo`3oool0 -oooo0P00001F0?ooo`00E@3oool2000000@0oooo00?o00000?ooo`3oool01@3oool00ol00000oooo -000000070?ooo`03o`00003oool0oooo00@0oooo0P00000E0?ooo`030000003ooooo000001<0oooo -0P0000090?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool00P3oool00ol00000oooo -0?ooo`050?ooo`04o`00003oool0oooo0?ooo`800000EP3oool005D0oooo0P0000040?ooo`03o`00 -003oool0oooo00H0oooo00?o00000?ooo`0000001`3oool01?l00000oooo0?ooo`3oool2000001L0 -oooo00<000000?ooool000005@3oool2000000/0oooo00<000000?ooo`3oool00P3oool00ol00000 -oooo0?ooo`070?ooo`03o`00003oool0oooo00800000EP3oool005D0oooo0P0000030?ooo`03o`00 -003oool0oooo00T0oooo00<000000?ooo`3oool01`3oool2000001T0oooo00<000000?ooool00000 -5`3oool2000000030?ooool0003o000000H0oooo00<000000?ooo`3oool0303oool01Ol00000oooo -0000003oool0000005H0oooo001F0?ooo`050000003oool0oooo0?ooool000002`3oool00`000000 -oooo0?ooo`040?ooo`<0000000@0ooooo`000?l0003o00005`3oool00`000000ooooo`00000I0?oo -o`<000001@3oool00`000000oooo0?ooo`0?0?ooo`800000E`3oool005H0oooo00<000000?ooo`3o -ool03@3oool00ol0000000000?ooo`020?ooo`8000001`3oool00ol00000oooo0?ooo`0D0?ooo`03 -0000003oool0oooo01P0oooo00Co00000?ooo`3oool0oooo0P0000030?ooo`030000003oool0oooo -0080oooo00?o00000?ooo`3oool02P3oool2000005L0oooo001F0?ooo`8000003P3oool00ol00000 -00000?ooo`0200000200oooo00<000000?ooo`3oool07P3oool2000000030?ooo`000000oooo00<0 -oooo00?o00000?ooo`3oool02@3oool00ol0000000000000001G0?ooo`00EP3oool200000003o`00 -003oool0oooo00T0oooo1@00000=0?ooo`;o00004`3oool00`000000ooooo`00000E0?ooo`;o0000 -2@3oool6000000`0oooo00?o0000000000000000E`3oool005L0oooo00@00000o`00003oool0oooo -2@0000030?ooo`03o`0000000000oooo00h0oooo00?o00000?ooo`3oool0403oool00`000000oooo -o`00000C0?ooo`;o00002`3oool00`000000oooo0?ooo`020?ooo`03o`0000000000000000L00000 -103oool00`000000oooo0?ooo`1F0?ooo`00E`3oool4000000h0oooo00<000000?ooo`3oool03@3o -ool00ol00000oooo0?ooo`0?0?ooo`030000003ooooo000001l0oooo00<000000?ooo`3oool03@3o -ool5000005P0oooo001H0?ooo`800000403oool00`000000oooo0?ooo`0N0?ooo`030000003ooooo -00000100oooo0_l0000<0?ooo`030000003oool0oooo0100oooo00<000000?ooo`3oool0F03oool0 -05T0oooo0P00000=0?ooo`04o`00003oool0oooo000000l0oooo0ol0000=0?ooo`030000003oool0 -oooo00l0oooo00?o00000?ooo`3oool02`3oool00`000000oooo0?ooo`030?ooo`03o`00003oool0 -oooo00X0oooo00<000000?ooo`3oool0F@3oool005/0oooo0P00000<0?ooo`04o`00003oool0oooo -00000140oooo00?o00000?ooo`3oool02P3oool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0 -oooo00/0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`080?ooo`800000G03oool0 -05`0oooo0P00000<0?ooo`04o`00003oool0oooo000001d0oooo00<000000?ooo`3oool06`3oool0 -0`000000oooo0?ooo`040?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0G03oool0 -05h0oooo0P00000>0?ooo`030000003oool0oooo0100oooo00?o00000?ooo`3oool01`3oool00`00 -0000ooooo`00000;0?ooo`;o00003@3oool00`000000oooo0?ooo`0>0?ooo`800000G`3oool00600 -oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`0@0?ooo`03o`00003oool0oooo00H0 -oooo00<000000?ooool000002P3oool00ol00000oooo0?ooo`0=0?ooo`030000003oool0oooo00d0 -oooo00<000000?ooo`3oool0G`3oool00640oooo0P0000080?ooo`03o`00003oool0oooo0080oooo -00<000000?ooo`3oool0403oool00ol00000oooo0?ooo`050?ooo`030000003ooooo000000T0oooo -00?o00000?ooo`3oool03@3oool00`000000oooo0?ooo`050?ooo`03o`00003oool0oooo00@0oooo -0P00001R0?ooo`00HP3oool2000000L0oooo00?o00000?ooo`3oool00`3oool00`000000oooo0?oo -o`0G0?ooo`030000003oool0oooo00H0oooo0_l0000@0?ooo`030000003oool0oooo00H0oooo00?o -00000?ooo`3oool00`3oool2000006<0oooo001T0?ooo`030000003oool0oooo00D0oooo00?o0000 -0?ooo`3oool00P3oool00`000000oooo0?ooo`0B0?ooo`;o00000`3oool00`000000oooo0?ooo`05 -0?ooo`03o`00003oool0oooo00l0oooo00<000000?ooo`3oool01P3oool00ol00000oooo0?ooo`03 -0?ooo`030000003oool0oooo06<0oooo001U0?ooo`<00000103oool00ol00000oooo0?ooo`030?oo -o`030000003oool0oooo01<0oooo00Co00000?ooo`3oool000001P3oool00ol00000oooo0?ooo`0? -0?ooo`030000003oool0oooo00H0oooo00?o00000?ooo`3oool00P3oool2000006H0oooo001W0?oo -o`8000002P3oool00`000000oooo0?ooo`0F0?ooo`0300000?l00000oooo01@0oooo00<000000?oo -o`3oool02`3oool00`000000oooo0?ooo`1V0?ooo`00J03oool2000000X0oooo00<000000?ooo`3o -ool0503oool01Ol000000000o`00003ooooo000001<0oooo00<000000?ooo`3oool02P3oool00`00 -0000oooo0?ooo`1W0?ooo`00J@3oool2000000<0oooo00?o00000?ooo`3oool0103oool00`000000 -oooo0?ooo`0D0?ooo`0300000?l0003o000001<0oooo00<000000?ooo`3oool01`3oool01?l00000 -oooo00000000001Z0?ooo`00J`3oool300000003o`00003oool0oooo00D0oooo00<000000?ooo`3o -ool01`3oool2o`000080oooo1?l000020?ooo`;o000000<00000o`00003oool01?l000020?ooo`Co -00000P3oool3o`0000<0oooo00<000000?ooo`3oool0203oool2000006`0oooo001/0?ooo`<00000 -00?o00000?ooo`3oool00ol000020?ooo`0300000?l0003o000000;o00000P3oool2o`0000`0oooo -00<000000?ooo`3oool03`3oool01?l00000oooo0000003oool3o`0000<0oooo0ol00002000006d0 -oooo001^0?ooo`0300000?l00000oooo00L0oooo00<000000?ooo`3oool04@3oool00`00003o0000 -0?ooo`0@0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool0K@3oool006l0oooo00<0 -00000?ooo`0000001`3oool00`000000oooo0?ooo`0@0?ooo`0300000?l00000oooo00l0oooo00<0 -00000?ooo`3oool0203oool00`000000oooo0?ooo`1^0?ooo`00L03oool3000000L0oooo00<00000 -0?ooo`3oool03`3oool00`00003o00000?ooo`0>0?ooo`030000003oool0oooo00H0oooo0`00001a -0?ooo`00LP3oool2000000H0oooo00<000000?ooo`3oool03`3oool00`00003o00000?ooo`0>0?oo -o`030000003oool0oooo00D0oooo0P00001c0?ooo`00L`3oool2000000H0oooo00<000000?ooo`3o -ool03P3oool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo00D0oooo0P00001d0?ooo`00 -M@3oool2000000D0oooo00<000000?ooo`3oool03@3oool00`000000oooo0?ooo`0<0?ooo`030000 -003oool0oooo00@0oooo0P00001f0?ooo`00MP3oool2000000D0oooo00<000000?ooo`3oool0303o -ool00`00003o00000?ooo`0;0?ooo`030000003oool0oooo00@0oooo0P00001g0?ooo`00M`3oool2 -000000D0oooo00<000000?ooo`3oool02`3oool00`00003o00000?ooo`0:0?ooo`030000003oool0 -oooo00@0oooo0P00001h0?ooo`00N@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo -00X0oooo00<00000o`00003oool02@3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo -07P0oooo001j0?ooo`<000000`3oool00`000000oooo0?ooo`090?ooo`0300000?l00000oooo00P0 -oooo00<000000?ooo`3oool00`3oool2000007/0oooo001l0?ooo`8000000`3oool00`000000oooo -0?ooo`080?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool00P3oool00`000000oooo -0?ooo`1k0?ooo`00O@3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00L0oooo00<0 -00000?ooo`3oool01`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo07`0oooo001n -0?ooo`<000000P3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00H0oooo00@00000 -0?ooo`3oool0oooo0P00001o0?ooo`00P03oool2000000030?ooo`000000oooo00L0oooo00<00000 -0?ooo`3oool01@3oool00`000000oooo0?ooo`0200000840oooo00210?ooo`80000000<0oooo0000 -003oool01P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo00800000PP3oool008<0 -oooo00<000000?ooo`0000001P3oool00`000000oooo0?ooo`030?ooo`040000003oool0oooo0000 -08@0oooo00240?ooo`<000001@3oool00`000000oooo0?ooo`030?ooo`<00000Q@3oool008D0oooo -0`0000040?ooo`030000003oool0oooo0080oooo0`0000260?ooo`00Q`3oool2000000<0oooo00@0 -00000?ooo`3oool0oooo0P0000280?ooo`00R03oool200000080oooo00<000000?ooo`3oool00P00 -00290?ooo`00RP3oool01@000000oooo0000003oool0000008/0oooo002;0?ooo`<00000S03oool0 -08`0oooo00<000000?ooo`3oool0R`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3o -ool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00?l0oooo6`3oool00001\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.53124 .45363 m -.69667 .54859 L -s -.53124 .45363 m -.5 .27523 L -s -.53124 .45363 m -.61766 .39786 L -s -.53784 .56992 m -.53124 .45363 L -s -.42372 .41472 m -.53124 .45363 L -s -.37465 .56997 m -.53124 .45363 L -s -.37465 .56997 m -.33052 .39916 L -s -.37465 .56997 m -.53784 .56992 L -s -.37465 .56997 m -.42372 .41472 L -s -.37465 .56997 m -.29076 .51562 L -s -.41768 .68394 m -.37465 .56997 L -s -.31871 .63494 m -.37465 .56997 L -s -.53323 .67212 m -.37465 .56997 L -s -.53784 .56992 m -.69667 .54859 L -s -.53323 .67212 m -.53784 .56992 L -s -.42372 .41472 m -.5 .27523 L -s -.42372 .41472 m -.33052 .39916 L -s -.61766 .39786 m -.67754 .36786 L -s -.61766 .39786 m -.69667 .54859 L -s -.61766 .39786 m -.5 .27523 L -s -.69667 .54859 m -.72166 .48345 L -s -.69667 .54859 m -.67754 .36786 L -s -.53323 .67212 m -.69667 .54859 L -s -.62724 .67334 m -.69667 .54859 L -s -.69054 .61338 m -.69667 .54859 L -s -.53323 .67212 m -.41768 .68394 L -s -.62724 .67334 m -.53323 .67212 L -s -.5 .75807 m -.53323 .67212 L -s -.5 .27523 m -.67754 .36786 L -s -.33052 .39916 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.59003 .29883 L -s -.5 .27523 m -.46059 .29588 L -s -.36864 .32105 m -.5 .27523 L -s -.0025 w -[ .01 .012 ] 0 setdash -.33052 .39916 m -.2618 .44114 L -s -.33052 .39916 m -.36864 .32105 L -s -.29076 .51562 m -.33052 .39916 L -s -.31871 .63494 m -.41768 .68394 L -s -.5 .75807 m -.41768 .68394 L -s -.29076 .51562 m -.2618 .44114 L -s -.31871 .63494 m -.29076 .51562 L -s -.0035 w -[ ] 0 setdash -.5 .75807 m -.62724 .67334 L -s -.69054 .61338 m -.62724 .67334 L -s -.67754 .36786 m -.66737 .40657 L -s -.67754 .36786 m -.72166 .48345 L -s -.59003 .29883 m -.67754 .36786 L -s -.31871 .63494 m -.2618 .44114 L -s -.35658 .62451 m -.31871 .63494 L -s -.5 .75807 m -.31871 .63494 L -s -.36864 .32105 m -.46059 .29588 L -s -.36864 .32105 m -.2618 .44114 L -s -.72166 .48345 m -.66737 .40657 L -s -.69054 .61338 m -.72166 .48345 L -s -.59003 .29883 m -.66737 .40657 L -s -.46059 .29588 m -.59003 .29883 L -s -.69054 .61338 m -.66737 .40657 L -s -.69054 .61338 m -.5 .75807 L -s -.69054 .61338 m -.59857 .6102 L -s -.5 .75807 m -.35658 .62451 L -s -.45738 .56325 m -.5 .75807 L -s -.59857 .6102 m -.5 .75807 L -s -.46059 .29588 m -.66737 .40657 L -s -.44949 .40666 m -.46059 .29588 L -s -.2618 .44114 m -.46059 .29588 L -s -.2618 .44114 m -.44949 .40666 L -s -.35658 .62451 m -.2618 .44114 L -s -.45738 .56325 m -.2618 .44114 L -s -.45738 .56325 m -.35658 .62451 L -s -.59857 .6102 m -.66737 .40657 L -s -.59857 .6102 m -.45738 .56325 L -s -.44949 .40666 m -.66737 .40657 L -s -.45738 .56325 m -.44949 .40666 L -s -.45738 .56325 m -.66737 .40657 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg0?ooo`80000000?o00000?ooo`3oool02`3oool00`000000oooo0?oo -o`040?ooo`;o000000<0oooo0000003oool0G@3oool005d0oooo00<000000?ooo`3oool00P3oool0 -0`000000oooo0?ooo`020?ooo`050000003oool0oooo0?ooool000004`3oool00`000000oooo0?oo -o`0>0?ooo`03o`00003oool0oooo0100oooo0P00000<0?ooo`030000003oool0oooo00H0oooo00?o -00000?ooo`000000G@3oool005d0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0F -0?ooo`030000003oool0oooo00h0oooo00?o00000?ooo`3oool04P3oool00`000000oooo0?ooo`0: -0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool0FP3oool005`0oooo00<000000?oo -o`3oool01@3oool200000080oooo0_l0000D0?ooo`03o`0000000000oooo00l0oooo00?o00000?oo -o`3oool04`3oool2000000/0oooo00<000000?ooo`3oool01`3oool00ol0000000000?ooo`1J0?oo -o`00F`3oool00`000000oooo0?ooo`020?ooo`040000003oool0oooo00000080oooo0_l0000E0?oo -o`03o`00003oool0000002P0oooo0P00000:0?ooo`030000003oool0oooo00L0oooo00<000000?oo -o`3oool0F@3oool005X0oooo00<000000?ooo`3oool00`3oool3000001T0oooo00Co00000?ooo`3o -ool000009`3oool00ol00000oooo0?ooo`02000000P0oooo00<000000?ooo`3oool00`3oool2o`00 -0080oooo0P00001J0?ooo`00F@3oool00`000000oooo0?ooo`030?ooo`8000000P3oool2o`0001X0 -oooo00<000000?ooo`3oool03`3oool00ol00000oooo0?ooo`0D0?ooo`04o`00003oool0oooo0?oo -o`8000001`3oool00`000000oooo0?ooo`02o`0000<0oooo00<000000?ooo`000000FP3oool005P0 -oooo00<000000?ooo`3oool0103oool010000000oooo0?ooool0000L0?ooo`030000003oool0oooo -00l0oooo00?o00000?ooo`3oool05@3oool00ol00000oooo0?ooo`020?ooo`8000001@3oool00ol0 -000000000?ooo`050?ooo`030000003oool0000005X0oooo001G0?ooo`030000003oool0oooo00<0 -oooo0P0000020?ooo`03o`00003oool0oooo01L0oooo00Go00000?ooo`3oool0oooo0000000B0?oo -o`03o`00003oool0oooo01/0oooo0P0000020?ooo`03o`00003oool0000000H0oooo00@00000o`00 -003oool00000F@3oool005H0oooo00<000000?ooo`3oool00`3oool00`000000oooo0000000L0?oo -o`05o`00003oool0oooo0?ooo`0000004P3oool00ol00000oooo0?ooo`0F0?ooo`03o`00003oool0 -oooo00@0oooo0P0000030?ooo`030000003oool0oooo0080oooo00D000000?ooool00000oooo0000 -001I0?ooo`00E@3oool00`000000oooo0?ooo`020?ooo`8000000P3oool00`00003o00000?ooo`0I -0?ooo`05o`00003oool0oooo0?ooo`000000;@3oool00ol00000oooo0?ooo`02o`0000<0oooo00D0 -00000?ooo`3oool0oooo000000030?ooo`050000003oool0ooooo`0000000000F@3oool005@0oooo -00<000000?ooo`3oool00P3oool01@000000oooo0?ooo`3oool0000001`0oooo00Go00000?ooo`3o -ool0oooo0000000^0?ooo`;o00001P3oool200000080oooo00@000000?ooo`3oool000000P3oool0 -0ol00000oooo0000001H0?ooo`00D`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo -008000000_l0000O0?ooo`030000003oool0oooo0140oooo00?o00000?ooo`3oool05`3oool2o`00 -00T0oooo0`0000020?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0EP3oool005<0 -oooo00<000000?ooo`3oool00P0000020?ooo`030000003oool0000000D0oooo0ol0000I0?ooo`03 -0000003oool0oooo0140oooo00?o00000?ooo`3oool05P3oool01?l00000oooo0?ooool0000:0?oo -o`<000001P3oool00`000000oooo0?ooo`1E0?ooo`00DP3oool010000000oooo0?ooo`0000060?oo -o`030000003oool0oooo00T0oooo0ol0000=0?ooo`03o`00003oool0oooo044000000`3oool01?l0 -0000oooo0?ooo`00001G0?ooo`00D@3oool01@000000oooo000000000000oooo008000000`3oool0 -0`000000ooooo`00000@0?ooo`?o0000103oool6000000<0oooo00<000000?ooo`3oool04P3oool0 -0ol00000oooo0?ooo`0@0?ooo`;o00004@3oool00`000000oooo000000030?ooo`04o`00003oool0 -oooo000005L0oooo001@0?ooo`030000003oool000000080oooo00<000000?ooo`3oool01@3oool0 -0ol00000oooo0?ooo`0?0?ooo`H000001?l000050?ooo`030000003oool0oooo02@0oooo00?o0000 -0?ooo`3oool0403oool00`000000oooo0000000200000080oooo00Go00000?ooo`3oool0oooo0000 -001F0?ooo`00C`3oool00`000000oooo0000000<0?ooo`03o`00003oool0oooo00P0oooo1P000008 -0?ooo`03o`00003ooooo000000@0oooo00<000000?ooo`3oool08`3oool00ol00000oooo0?ooo`09 -0?ooo`03o`00003oool0oooo00<0oooo0P0000020?ooo`80000000@0oooo0000003ooooo00000`3o -ool00`000000oooo0?ooo`1D0?ooo`00CP3oool5000000L0oooo00D000000?ooo`3oool0ooooo`00 -00040?ooo`H000003@3oool00ol00000oooo0?ooo`030?ooo`;o000000<000000?ooo`3oool04P3o -ool00ol00000oooo0?ooo`0J0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool00P3o -ool200000080oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`1D0?ooo`00C@3oool2 -000000030?ooo`000000oooo00P0oooo00@000000?ooo`3oool0oooo1@00000K0?ooo`0300000?l0 -0000oooo0180oooo00?o00000?ooo`3oool02`3oool2o`0000h0oooo00Co00000?ooo`3oool00000 -103oool01P000000oooo0?ooo`000000oooo000000D0oooo00<000000?ooo`3oool0D`3oool004`0 -oooo0P0000000`3oool000000?ooo`070?ooo`H00000803oool010000000oooo0?ooo`3oool3o`00 -00l0oooo00?o00000?ooo`3oool0203oool2o`000140oooo0P0000050?ooo`040000003oool0oooo -00000080oooo00<00000o`00003oool00P3oool00`000000oooo0?ooo`1C0?ooo`00B`3oool30000 -00@0oooo1P0000000`3oool000000?ooo`040?ooo`03o`00003oool0oooo01`0oooo00<000000?oo -o`3oool0103oool00ol00000oooo0?ooo`0<0?ooo`03o`00003oool0oooo01X0oooo00<000000?oo -o`3oool01@3oool010000000oooo0?ooo`0000030?ooo`030000003oool0oooo0080oooo00<00000 -0?ooo`3oool0DP3oool004X0oooo2000000=0?ooo`03o`00003oool0oooo01<0oooo00?o00000?oo -o`3oool01P3oool00`000000oooo0?ooo`070?ooo`?o00004@3oool00ol00000oooo0?ooo`0A0?oo -o`040000003oool0ooooo`0000@0oooo00D000000?ooo`3oool0oooo000000030?ooo`030000003o -ool0oooo0080oooo00<000000?ooo`3oool0DP3oool004T0oooo0`00000C0?ooo`03o`00003oool0 -oooo01<0oooo00?o00000?ooo`3oool01P3oool00`000000oooo0?ooo`0:0?ooo`03o`00003oool0 -oooo00d0oooo00?o00000?ooo`3oool0403oool2000000<0oooo00?o00000?ooo`3oool00P3oool0 -1@000000oooo0?ooo`3oool0000000<0oooo00?o00000000003oool00P3oool00`000000oooo0?oo -o`1B0?ooo`00B@3oool00`000000oooo0000000<0?ooo`030000003oool0oooo00@0oooo00?o0000 -0?ooo`3oool04P3oool00ol00000oooo0?ooo`070?ooo`030000003oool0oooo00d0oooo0_l00004 -0?ooo`03o`00003oool0oooo00<0oooo00?o00000?ooo`3oool0403oool00`000000oooo0?ooo`04 -0?ooo`05o`00003oool0oooo0?ooo`0000000`3oool00`000000oooo0?ooo`030?ooo`050000003o -ool0oooo0?ooo`000000D`3oool004T0oooo0P0000000`3oool000000000000:0?ooo`030000003o -ool0oooo02<0oooo00<000000?ooo`3oool03`3oool01Ol00000oooo0?ooo`3ooooo00000080oooo -00?o00000?ooo`3oool04P3oool00`000000oooo0?ooo`050?ooo`04o`00003oool0oooo000000@0 -oooo00<000000?ooo`3oool0103oool010000000oooo0?ooo`00001C0?ooo`00B@3oool2000000<0 -oooo0P0000070?ooo`030000003oool0oooo02D0oooo00<000000?ooo`3oool04`3oool2o`0001<0 -oooo0P00000;0?ooo`030000003oool0oooo0080oooo00D000000?ooo`3oool0ooooo`0000020?oo -o`040000003oool0oooo000005<0oooo001:0?ooo`800000103oool00`000000oooo0?ooo`040?oo -o`030000003oool0oooo00H0oooo00?o00000?ooo`3oool0703oool00`000000oooo0?ooo`0B0?oo -o`?o00004P3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00<0oooo00@000000?oo -o`3ooooo00000`3oool010000000oooo0?ooo`00001B0?ooo`00BP3oool2000000D0oooo0P00000= -0?ooo`03o`00003oool0oooo0100oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`0C -0?ooo`03o`00003ooooo00000100oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`04 -0?ooo`050000003oool0oooo0?ooool000000`3oool00`000000oooo0000001B0?ooo`00B`3oool2 -000000H0oooo00<000000?ooo`3oool02`3oool00ol00000oooo0?ooo`0?0?ooo`03o`00003oool0 -oooo00T0oooo00<000000?ooo`3oool0403oool2o`0000030?ooool00000oooo00l0oooo0P00000> -0?ooo`030000003oool0oooo00@0oooo00D000000?ooo`3oool0ooooo`0000030?ooo`040000003o -ool0oooo00000540oooo001;0?ooo`8000001`3oool3000000X0oooo00?o00000?ooo`3oool03P3o -ool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo00h0oooo0_l000080?ooo`?o0000203o -ool00`000000oooo0?ooo`0>0?ooo`0300000?l00000oooo00@0oooo00<000000?ooo`3oool01P3o -ool00`000000oooo0000001A0?ooo`00B`3oool3000000P0oooo00<000000?ooo`3oool09P3oool0 -0`000000oooo0?ooo`0K0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool03P3oool0 -0`000000oooo0?ooo`050?ooo`030000003oool0oooo00L0oooo0P00001A0?ooo`00B`3oool00`00 -0000oooo000000070?ooo`040000003oool00000000002H0oooo00<000000?ooo`3oool02`3oool2 -o`0000H0oooo00?o00000?ooo`3oool02P3oool200000140oooo00<000000?ooo`3oool01@3oool0 -1@000000oooo0?ooo`3ooooo000000H0oooo0P00001@0?ooo`00C03oool3000000H0oooo00@00000 -0?ooo`3oool0oooo0P0000070?ooo`03o`00003oool0oooo00`0oooo00?o00000?ooo`3oool02`3o -ool00`000000oooo0?ooo`0:0?ooo`03o`00003oool0oooo00H0oooo00?o00000?ooo`3oool01`3o -ool2o`0000030000003oool0oooo0140oooo00D000000?ooo`3oool0ooooo`0000030?ooo`050000 -003oool0oooo0?ooool000001P3oool200000500oooo001<0?ooo`030000003oool0000000`0oooo -00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0<0?ooo`03o`00003oool0oooo00/0oooo -00<000000?ooo`3oool02@3oool00ol00000oooo0?ooo`070?ooo`03o`00003oool0oooo00P0oooo -00<00000o`00003oool04@3oool00`000000oooo0?ooo`020?ooo`05o`00003oool0oooo0?ooo`00 -00000`3oool00ol00000oooo0?ooo`050?ooo`030000003oool0oooo04h0oooo001<0?ooo`040000 -003oool0oooo000000`0oooo0P0000050?ooo`03o`00003oool0oooo00X0oooo00?o00000?ooo`3o -ool0303oool00`000000oooo0?ooo`0C0?ooo`03o`00003oool0oooo00H0oooo0P0000020?ooo`03 -o`00003oool0oooo00l0oooo00<000000?ooo`3oool00`3oool01?l00000oooo0?ooo`0000030?oo -o`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool0C@3oool004d0oooo0`0000040?ooo`03 -0000003oool0oooo00L0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?ooo`0:0?ooo`03 -o`00003oool0oooo00`0oooo00<000000?ooo`3oool01`3oool00ol00000oooo0?ooo`0A0?ooo`03 -0000003oool0oooo00D0oooo00?o00000?ooo`3oool0303oool00`000000oooo0?ooo`030?ooo`05 -o`00003oool0oooo0?ooo`0000002`3oool00`000000oooo0?ooo`1=0?ooo`00C@3oool200000003 -0?ooo`000000oooo0080oooo00<000000?ooo`3oool0203oool2000001h0oooo00<000000?ooo`3o -ool01P3oool00ol00000oooo0?ooo`0@0?ooo`8000002@3oool00ol00000oooo0?ooo`0:0?ooo`03 -0000003oool0oooo00P0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`1=0?ooo`00 -C@3oool01`000000oooo0000003oool000000?ooo`0000003@3oool00`000000oooo0?ooo`0K0?oo -o`030000003oool0oooo00D0oooo00?o00000?ooo`3oool02`3oool00ol00000oooo0?ooo`020?oo -o`030000003oool0oooo00X0oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`080?oo -o`030000003oool0oooo00P0oooo00<000000?ooo`3oool0CP3oool004h0oooo0P000000103oool0 -00000?ooo`00000>0?ooo`8000002`3oool00ol00000oooo0?ooo`0=0?ooo`030000003oool0oooo -01<0oooo00Go00000?ooo`3oool0oooo0000000@0?ooo`;o00001`3oool00`000000oooo0?ooo`05 -0?ooo`04o`00003oool0oooo000000<0oooo00?o00000?ooo`3oool0103oool00`000000oooo0?oo -o`1>0?ooo`00CP3oool01@000000oooo0?ooo`3oool000000100oooo00?o00000000000000002@3o -ool00ol00000oooo0?ooo`0=0?ooo`040000003oool0oooo0?ooo`;o00004@3oool00ol000000000 -0000000C0?ooo`03o`00003oool0oooo00<0oooo00<000000?ooo`3oool01`3oool00ol00000oooo -000000030?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0CP3oool004h0oooo00D0 -00000?ooo`3oool0oooo0000000A0?ooo`03o`00003oool0000000L0oooo00?o00000?ooo`3oool0 -3P3oool010000000oooo0?ooool0000C0?ooo`030000003oool0oooo01@0oooo00?o00000?ooo`3o -ool00P3oool00`000000oooo0?ooo`080?ooo`03o`0000000000oooo0080oooo00?o00000?ooo`3o -ool0103oool00`000000oooo0?ooo`1>0?ooo`00CP3oool010000000oooo0000003oool200000100 -oooo00?o00000?ooo`3oool00P0000050?ooo`03o`00003oool0oooo00h0oooo00<000000?ooo`3o -ool04`3oool00`000000oooo0?ooo`0H0?ooo`03o`00003oool0000000/0oooo00<000000?ooo`3o -ool01`3oool00ol0000000000?ooo`1?0?ooo`00C`3oool2000000030?ooo`000000000001D0oooo -00<000000?ooo`3oool04`3oool00`000000oooo0?ooo`0A0?ooo`800000703oool00`000000oooo -0?ooo`0:0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0C`3oool004l0oooo00<0 -00000?ooo`0000000P3oool00`000000oooo0?ooo`0C0?ooo`8000004P3oool00ol0000000000?oo -o`0A0?ooo`030000003oool0oooo01`0oooo00<00000o`00003oool02P3oool00ol0000000000?oo -o`070?ooo`030000003oool0oooo04l0oooo001?0?ooo`030000003oool0000000;o000000<00000 -0?ooo`3oool03P3oool00ol00000oooo0?ooo`040?ooo`0300000?l00000oooo00h0oooo00?o0000 -0?ooo`0000004@3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo01P0oooo00D00000 -0?ooo`3oool0ooooo`0000080?ooo`05o`0000000000oooo0?ooool000000`3oool00ol00000oooo -0000001A0?ooo`00D03oool200000080oooo00?o00000000003oool03P3oool00ol00000oooo0?oo -o`050?ooo`800000403oool00`000000oooo0?ooo`0=0?ooo`8000001@3oool00ol00000oooo0?oo -o`0G0?ooo`030000003oool0oooo00<0oooo00?o00000?ooo`3oool01P3oool010000000oooo0?oo -ool000030?ooo`03o`00003oool000000540oooo001@0?ooo`030000003oool000000080oooo00<0 -00000?ooo`3oool03P3oool00ol00000oooo0?ooo`030?ooo`03o`00003oool0oooo008000002@3o -ool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool01@3o -ool00ol00000oooo0?ooo`0G0?ooo`030000003oool0oooo00@0oooo00?o00000?ooo`3oool01@3o -ool01`00003o00000?ooo`3ooooo00000?ooool000000P3oool00`000000oooo0?ooo`1?0?ooo`00 -D03oool00`000000oooo000000030?ooo`0300000?l00000oooo00d0oooo00?o00000?ooo`3oool0 -0`3oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool0 -103oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo0200oooo00<000000?ooo`3oool0 -303oool02@000000oooo0?ooo`3ooooo00000?ooool00000oooo0000001B0?ooo`00D03oool00`00 -0000oooo0?ooo`030?ooo`030000003ooooo000001T0oooo0P0000040?ooo`03o`00003oool0oooo -00D0oooo00<000000?ooo`3oool0203oool200000280oooo00<000000?ooo`3oool0203oool3o`00 -0080oooo00<000000?ooo`3oool01@3oool00`000000oooo0?ooo`1@0?ooo`00D@3oool00`000000 -oooo0?ooo`030?ooo`030000003ooooo000001X0oooo00<000000?ooo`3oool02@3oool00`000000 -oooo0?ooo`070?ooo`030000003oool0oooo0280oooo00<000000?ooo`3oool02`3oool01Ol00000 -oooo0000003ooooo000000D0oooo00<000000?ooo`3oool0D03oool00540oooo00<000000?ooo`00 -00000`3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00P0oooo00Go00000?ooo`3o -ool0ooooo`0000080?ooo`03o`0000000000000000T0oooo00<000000?ooo`3oool01P3oool00`00 -0000oooo0?ooo`0:0?ooo`03o`00003oool0oooo01H0oooo00<000000?ooo`3oool03@3oool01000 -0000ooooo`00003oool2o`000080oooo00<000000?ooo`3oool0D03oool00540oooo00<000000?oo -o`000000103oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00L0oooo00Go00000?oo -o`3oool0ooooo`0000070?ooo`05o`00003oool0oooo0?ooo`000000203oool00`000000oooo0?oo -o`040?ooo`8000003@3oool00ol00000oooo0?ooo`0E0?ooo`030000003oool0oooo00l0oooo00<0 -0000o`000?l000000_l000000`3oool000000?ooo`1B0?ooo`00DP3oool2000000@0oooo00<00000 -0?ooo`3oool00`3oool00ol00000oooo0?ooo`060?ooo`05o`00003oool0oooo0?ooool00000303o -ool2000000H0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`0=0?ooo`03o`00003o -ool0oooo01D0oooo00<000000?ooo`3oool03`3oool010000000ooooo`000?l000020?ooo`030000 -003oool0oooo0540oooo001B0?ooo`8000001@3oool00`000000oooo0?ooo`0;0?ooo`05o`00003o -ool0oooo0?ooool00000103oool00ol00000oooo0?ooo`070?ooo`800000103oool00`000000oooo -0?ooo`020?ooo`030000003oool0oooo00h0oooo00?o00000?ooo`3oool05@3oool00`000000oooo -0?ooo`0<0?ooo`;o000000<0oooo0000003oool00_l000020?ooo`030000003oool0oooo0540oooo -001B0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool01@3oool3o`0000/0oooo00?o -00000?ooo`3oool02P3oool01@000000oooo0?ooo`3oool000000080oooo0P00000X0?ooo`030000 -003oool0oooo00L0oooo0_l000020?ooo`;o00000`3oool010000000ooooo`000?l000020?ooo`03 -0000003oool0oooo0540oooo001B0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0 -1`3oool00ol00000oooo0?ooo`070?ooo`03o`00003oool0oooo00`0oooo0P000000103oool00000 -0?ooo`00000Z0?ooo`030000003ooooo000000?o00000P3oool2o`0000T0oooo00<000000?ooool0 -00000`3oool00`000000oooo0?ooo`1A0?ooo`00D`3oool2000000D0oooo00<000000?ooo`3oool0 -2`3oool00ol00000ooooo`00000D0?ooo`<00000503oool00ol00000oooo0?ooo`0@0?ooo`Co0000 -00<000000?ooo`3oool03`3oool01ol0000000000?ooo`3ooooo00000?ooo`000000E03oool005<0 -oooo0P0000060?ooo`030000003oool0oooo00P0oooo0ol000000`3ooooo0000o`00000C0?ooo`@0 -00004`3oool00ol00000oooo0?ooo`060?ooo`;o00000P3oool4o`0000D0oooo00<000000?ooo`3o -ool03`3oool00ol00000oooo000000020?ooo`03o`00003oool0000005@0oooo001C0?ooo`030000 -003oool0000000D0oooo00<000000?ooo`3oool02P3oool3o`0001<0oooo00<000000?ooo`000000 -0P3oool300000140oooo0ol000030?ooo`;o00003@3oool00`000000oooo0?ooo`0>0?ooo`04o`00 -003oool0oooo00000080oooo00?o00000?ooo`000000E03oool005@0oooo0P0000060?ooo`030000 -003oool0oooo00X0oooo1?l000020?ooo`Co00000P3oool4o`000080oooo00Ko000000000000003o -00000?ooo`000004o`0000040?ooo`0000000000000000;o00000`3oool4o`000080oooo1?l0000D -0?ooo`030000003oool0oooo0140oooo00H000000?ooo`3ooooo00000?ooo`00001D0?ooo`00E03o -ool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00X0oooo00?o00000?ooool000003P3o -ool2000000D0oooo00<000000?ooo`3oool01@3oool3000000/0oooo00?o00000?ooo`3oool04@3o -ool00`000000oooo0?ooo`0;0?ooo`;o0000103oool00ol00000oooo000000020?ooo`030000003o -ool0oooo05<0oooo001D0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool01`3oool0 -1_l00000oooo0?ooool00000ooooo`0000`0oooo00<000000?ooo`3oool01@3oool00`000000oooo -0?ooo`080?ooo`<00000203oool00ol00000oooo0?ooo`0A0?ooo`030000003oool0oooo00X0oooo -00?o00000?ooo`3oool0103oool00ol00000oooo000000020?ooo`030000003oool0oooo05<0oooo -001D0?ooo`030000003oool0000000L0oooo00<000000?ooo`3oool01@3oool01Ol00000oooo0?oo -o`3ooooo000000@0oooo00?o00000?ooo`3oool01@3oool2000000P0oooo00<000000?ooo`3oool0 -2`3oool3000000@0oooo00?o00000?ooo`3oool04P3oool00`000000oooo0?ooo`0C0?ooo`040000 -0?l00000oooo000005D0oooo001E0?ooo`8000001`3oool00`000000oooo0?ooo`040?ooo`03o`00 -003oool0oooo00P0oooo00?o00000?ooo`3oool00P3oool2000000X0oooo00<000000?ooo`3oool0 -3P3oool3000000030?ooool00000oooo0180oooo00<000000?ooo`3oool0203oool00ol00000oooo -0?ooo`090?ooo`0400000?l00000oooo000005D0oooo001E0?ooo`800000203oool00`000000oooo -0?ooo`0?0?ooo`04o`00003oool0oooo000000`0oooo00<000000?ooo`3oool04@3oool300000180 -oooo00<000000?ooo`3oool01`3oool00ol00000oooo0?ooo`060?ooo`08o`00003oool0oooo0?oo -o`00003o00000?ooo`00001E0?ooo`00E@3oool2000000P0oooo00D000000?ooo`3oool0ooooo`00 -00070?ooo`03o`00003oool0oooo00@0oooo0P00000>0?ooo`030000003oool0oooo01<0oooo0`00 -000?0?ooo`030000003oool0oooo00H0oooo00?o00000?ooo`3oool01`3oool01ol00000oooo0?oo -o`3oool00000o`0000000000EP3oool005H0oooo00<000000?ooo`3oool01`3oool010000000oooo -0?ooool000070?ooo`03o`00003oool0oooo0080oooo0P0000020?ooo`;o0000303oool00`000000 -oooo0?ooo`0A0?ooo`03o`00003oool0oooo0080oooo0`00000;0?ooo`030000003oool0oooo0100 -oooo00?o00000?ooo`3oool00P3oool00`000000oooo0000001F0?ooo`00EP3oool00`000000oooo -0?ooo`070?ooo`030000003ooooo000000T0oooo00Co00000?ooo`3oool000001P3oool00ol00000 -oooo0?ooo`090?ooo`030000003oool0oooo0140oooo00?o00000?ooo`3oool01@3oool3000000P0 -oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0>0?ooo`030000003oool0000005H0 -oooo001F0?ooo`8000002@3oool00`000000oooo0?ooo`080?ooo`03o`0000000000000001<0oooo -00<000000?ooo`3oool04@3oool00ol00000oooo0?ooo`080?ooo`<000001@3oool00`000000oooo -0?ooo`030?ooo`03o`00003oool0oooo0100oooo0P00001F0?ooo`00E`3oool00`000000oooo0?oo -o`070?ooo`030000003oool0oooo00L0oooo0P00000<0?ooo`03o`00003oool0oooo00L0oooo00<0 -00000?ooo`3oool0403oool00ol00000oooo0?ooo`0;0?ooo`<0000000<0oooo0000003oool0103o -ool00ol00000oooo0?ooo`090?ooo`03o`00003oool0oooo00D0oooo0P00001F0?ooo`00E`3oool2 -000000H0oooo00Co00000?ooo`3oool000001`3oool00`000000oooo0?ooo`0=0?ooo`03o`00003o -ool0oooo00H0oooo00<000000?ooo`3oool08@3oool?000000@0oooo00?o00000?ooo`3oool01@3o -ool00`000000oooo0?ooo`1E0?ooo`00E`3oool2000000D0oooo00Go00000?ooo`3oool0oooo0000 -00050?ooo`8000000`3oool00ol00000oooo0?ooo`0;0?ooo`03o`00003oool0oooo00D0oooo00<0 -00000?ooo`3oool08P3oool010000000ooooo`000?l0000:0?ooo`d00000E`3oool005L0oooo00<0 -00000?ooo`3oool00`3oool00ol00000oooo0?ooo`030?ooo`030000003oool0oooo008000001@3o -ool00ol00000oooo0?ooo`0>0?ooo`;o00000`3oool00`000000oooo0?ooo`0@0?ooo`03o`00003o -ool0oooo00h0oooo00<000000?ooool000003`3oool00ol00000oooo0?ooo`040?ooo`030000003o -ool0oooo05L0oooo001H0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`000000203oool0 -0ol00000oooo0?ooo`0?0?ooo`04o`00003oool0oooo00000180oooo00?o00000?ooo`3oool03@3o -ool00`000000oooo0?ooo`0F0?ooo`030000003oool0oooo05P0oooo001H0?ooo`030000003oool0 -oooo00L0oooo1000000K0?ooo`04o`00003oool0oooo00000140oooo00?o00000?ooo`3oool03@3o -ool00`000000oooo0?ooo`0>0?ooo`03o`00003oool0oooo00<0oooo0P00001K0?ooo`00F03oool0 -10000000oooo0?ooool000020?ooo`@00000103oool00`000000oooo0?ooo`0K0?ooo`030000003o -ool0oooo00l0oooo00?o00000?ooo`3oool0303oool00`00003o00000?ooo`0?0?ooo`03o`00003o -ool0oooo0080oooo0P00001L0?ooo`00F@3oool00`00003o000000000002000000T0oooo00<00000 -0?ooo`3oool01@3oool00ol00000oooo0?ooo`0A0?ooo`03o`000000003o000001h0oooo00<00000 -0?ooo`3oool03`3oool00ol00000oooo0?ooo`020?ooo`800000G@3oool005T0oooo0`00000<0?oo -o`030000003oool0oooo00@0oooo00?o00000?ooo`3oool04P3oool00`000000ooooo`00000M0?oo -o`030000003oool0oooo00l0oooo00?o00000?ooo`3oool00`00001N0?ooo`00F`3oool2000000`0 -oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`0A0?ooo`030000003oool0oooo00l0 -oooo00?o00000?ooo`3oool0203oool00ol00000oooo0000000D0?ooo`030000003oool0000005l0 -oooo001L0?ooo`800000303oool00`000000oooo0?ooo`030?ooo`03o`00003oool0oooo0180oooo -00D000000?ooo`3oool0ooooo`00000<0?ooo`03o`00003oool0oooo00L0oooo00?o00000?ooo`00 -0000503oool00`000000oooo0000001P0?ooo`00GP3oool3000000X0oooo00<000000?ooo`3oool0 -5`3oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00T0oooo00?o00000?ooo`3oool0 -1P3oool01?l00000oooo0?ooo`00000A0?ooo`05o`000000000000000?ooo`000000H@3oool005l0 -oooo0`00000:0?ooo`030000003oool0oooo01H0oooo00<000000?ooo`3oool00`3oool00ol00000 -oooo0?ooo`080?ooo`03o`00003oool0oooo00P0oooo00<000000?ooo`3oool0403oool010000000 -oooo0?ooo`00001R0?ooo`00H@3oool00`000000oooo0?ooo`02000000L0oooo00<000000?ooo`3o -ool00P3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo01@0oooo00Go00000?ooo`3o -ool0oooo0000000B0?ooo`040000003oool0oooo000006<0oooo001R0?ooo`050000003oool0oooo -0?ooo`0000001`3oool01@000000oooo0?ooo`3ooooo000001<0oooo00<000000?ooo`3oool01@3o -ool2o`0000/0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0?0?ooo`040000003o -ool0oooo000006@0oooo001S0?ooo`8000000P3oool00`000000oooo0?ooo`050?ooo`050000003o -ool0oooo0?ooool000004P3oool00`000000oooo0?ooo`070?ooo`03o`00003oool0oooo00L0oooo -00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`0>0?ooo`8000000P3oool00`000000oooo -0?ooo`1S0?ooo`00I@3oool00`000000oooo0?ooo`020?ooo`800000103oool010000000oooo0?oo -ool0000B0?ooo`030000003oool0oooo00`0oooo00?o00000?ooo`3oool01P3oool00`000000oooo -0?ooo`0>0?ooo`050000003ooooo00000?ooo`000000IP3oool006H0oooo0P0000040?ooo`030000 -003oool0oooo0080oooo00<000000?ooo`3oool04P3oool00`000000oooo0?ooo`0:0?ooo`?o0000 -00<0ooooo`000?l000001@3oool00`000000oooo0?ooo`0=0?ooo`050000003oool0ooooo`000000 -0000I`3oool006P0oooo00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`0A0?ooo`030000 -003oool0oooo00/0oooo1?l000020?ooo`?o000000<000000?ooo`3oool0303oool200000080oooo -00?o00000000003oool0I`3oool006T0oooo0P0000040?ooo`<0000000<0oooo00000?l000004P3o -ool00`000000oooo0?ooo`020?ooo`Co00000`3oool00ol00000ooooo`0000060?ooo`030000003o -ool0oooo0080oooo0ol000030?ooo`Co000000@000000?ooool0003o00000P00001Y0?ooo`00J`3o -ool00`000000oooo0?ooo`040?ooo`030000003oool0000000d0oooo0_l000020?ooo`04o`000000 -003o0000o`000180oooo00<000000?ooo`3oool02`3oool01@000000oooo0?ooo`3oool0000006/0 -oooo001/0?ooo`8000001`3oool00`000000oooo0?ooo`020?ooo`Co00000P3oool2o`0000D0oooo -00<000000?ooo`3oool04@3oool00`000000oooo0?ooo`0:0?ooo`8000000P3oool2000006`0oooo -001^0?ooo`030000003oool0oooo00@0oooo00?o000000000?l000003`3oool00`000000oooo0?oo -o`0@0?ooo`030000003oool0oooo00X0oooo00D000000?ooo`3oool0oooo0000001^0?ooo`00K`3o -ool2000000H0oooo00<000000?ooo`3oool03P3oool00`000000oooo0?ooo`090?ooo`03o`00003o -ool0oooo00<0oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`02000006l0oooo001a -0?ooo`030000003oool0oooo00@0oooo0P00000>0?ooo`030000003oool0oooo00T0oooo00?o0000 -0?ooo`3oool00P3oool00`000000oooo0?ooo`080?ooo`8000000P3oool00`000000oooo0?ooo`1_ -0?ooo`00LP3oool2000000D0oooo0P00000=0?ooo`030000003oool0oooo00P0oooo00?o00000?oo -o`3oool00P3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo00800000LP3oool007@0 -oooo00<000000?ooo`3oool00`3oool2000000`0oooo00<000000?ooo`3oool03@3oool00`000000 -oooo0?ooo`070?ooo`040000003oool0oooo000007@0oooo001e0?ooo`030000003oool0oooo00@0 -oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0oooo00H0 -oooo0P0000000`3oool000000000001e0?ooo`00MP3oool2000000@0oooo0P00000;0?ooo`030000 -003oool0oooo00D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`060?ooo`040000 -003oool0oooo000007L0oooo001h0?ooo`030000003oool0oooo0080oooo0P00000:0?ooo`030000 -003oool0oooo00D0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`050?ooo`040000 -003oool00000000007P0oooo001i0?ooo`8000000`3oool2000000T0oooo00<000000?ooo`3oool0 -103oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo00@0oooo0P0000000`3oool00000 -0?ooo`1i0?ooo`00N`3oool00`000000oooo0?ooo`020?ooo`030000003oool0oooo00H0oooo00<0 -00000?ooo`3oool0103oool01Ol00000oooo0?ooo`3oool0000000H0oooo00@000000?ooo`000000 -0000N`3oool007`0oooo0P0000030?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0 -203oool00`000000oooo0?ooo`030?ooo`030000003oool0000007d0oooo001n0?ooo`050000003o -ool0oooo0?ooo`0000001`3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00<0oooo -0`00001n0?ooo`00O`3oool200000080oooo00<000000?ooo`3oool0103oool00`000000oooo0?oo -o`020?ooo`04o`00003oool0oooo000000@0oooo0`0000200?ooo`00P@3oool010000000oooo0?oo -o`0000050?ooo`030000003oool0oooo0080oooo00Co00000?ooo`3oool000000`3oool300000840 -oooo00220?ooo`80000000<0oooo0000003oool00`3oool01@000000oooo0?ooo`3ooooo00000080 -oooo00@000000?ooo`3oool0oooo0P0000230?ooo`00Q03oool3000000@0oooo00H000000?ooo`3o -oooo00000?ooo`0000020?ooo`<00000Q03oool008D0oooo00<000000?ooo`0000000`3oool00`00 -0000oooo0?ooo`020?ooo`040000003oool00000000008H0oooo00260?ooo`<000000P3oool01P00 -0000oooo0?ooo`3oool000000?ooo`800000Q`3oool008P0oooo0P000000103oool000000?ooool0 -0003000008T0oooo00290?ooo`<0000000@0ooooo`00000000000000RP3oool008/0oooo0`00002< -0?ooo`00S03oool00`000000oooo0?ooo`2;0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3o -oolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00o`3ooolK0?ooo`00\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.4104 .57603 m -.55806 .45048 L -s -.4104 .57603 m -.34205 .4116 L -s -.4104 .57603 m -.5704 .56684 L -s -.4104 .57603 m -.44521 .41961 L -s -.4104 .57603 m -.30586 .5282 L -s -.4409 .687 m -.4104 .57603 L -s -.33127 .64347 m -.4104 .57603 L -s -.56177 .66998 m -.4104 .57603 L -s -.55806 .45048 m -.72174 .53604 L -s -.55806 .45048 m -.5 .27523 L -s -.55806 .45048 m -.63136 .38822 L -s -.5704 .56684 m -.55806 .45048 L -s -.44521 .41961 m -.55806 .45048 L -s -.5704 .56684 m -.72174 .53604 L -s -.56177 .66998 m -.5704 .56684 L -s -.44521 .41961 m -.5 .27523 L -s -.44521 .41961 m -.34205 .4116 L -s -.63136 .38822 m -.67212 .35366 L -s -.63136 .38822 m -.72174 .53604 L -s -.63136 .38822 m -.5 .27523 L -s -.56177 .66998 m -.72174 .53604 L -s -.56177 .66998 m -.4409 .687 L -s -.64223 .66726 m -.56177 .66998 L -s -.5 .75807 m -.56177 .66998 L -s -.34205 .4116 m -.5 .27523 L -s -.34205 .4116 m -.24533 .45861 L -s -.34205 .4116 m -.35775 .3327 L -s -.30586 .5282 m -.34205 .4116 L -s -.72174 .53604 m -.67212 .35366 L -s -.64223 .66726 m -.72174 .53604 L -s -.0035 w -[ ] 0 setdash -.72174 .53604 m -.716 .46862 L -s -.68501 .60355 m -.72174 .53604 L -s -.0025 w -[ .01 .012 ] 0 setdash -.5 .27523 m -.67212 .35366 L -s -.35775 .3327 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.56576 .2919 L -s -.5 .27523 m -.42762 .30083 L -s -.0025 w -[ .01 .012 ] 0 setdash -.33127 .64347 m -.4409 .687 L -s -.5 .75807 m -.4409 .687 L -s -.30586 .5282 m -.24533 .45861 L -s -.33127 .64347 m -.30586 .5282 L -s -.0035 w -[ ] 0 setdash -.33127 .64347 m -.24533 .45861 L -s -.34491 .63198 m -.33127 .64347 L -s -.5 .75807 m -.33127 .64347 L -s -.5 .75807 m -.64223 .66726 L -s -.68501 .60355 m -.64223 .66726 L -s -.35775 .3327 m -.42762 .30083 L -s -.35775 .3327 m -.24533 .45861 L -s -.67212 .35366 m -.62321 .39544 L -s -.67212 .35366 m -.716 .46862 L -s -.56576 .2919 m -.67212 .35366 L -s -.716 .46862 m -.62321 .39544 L -s -.68501 .60355 m -.716 .46862 L -s -.56576 .2919 m -.62321 .39544 L -s -.42762 .30083 m -.56576 .2919 L -s -.5 .75807 m -.34491 .63198 L -s -.42176 .56672 m -.5 .75807 L -s -.57206 .60573 m -.5 .75807 L -s -.68501 .60355 m -.5 .75807 L -s -.24533 .45861 m -.42762 .30083 L -s -.24533 .45861 m -.40739 .41207 L -s -.34491 .63198 m -.24533 .45861 L -s -.42176 .56672 m -.24533 .45861 L -s -.68501 .60355 m -.62321 .39544 L -s -.68501 .60355 m -.57206 .60573 L -s -.42762 .30083 m -.62321 .39544 L -s -.40739 .41207 m -.42762 .30083 L -s -.42176 .56672 m -.34491 .63198 L -s -.57206 .60573 m -.62321 .39544 L -s -.57206 .60573 m -.42176 .56672 L -s -.40739 .41207 m -.62321 .39544 L -s -.42176 .56672 m -.40739 .41207 L -s -.42176 .56672 m -.62321 .39544 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`03o`000?oooooooooo -00kooooo0_l0000@ooooo`03o`000?oooooooooo013ooooo0_l0001Nooooo`00Goooool00ol0003o -ooooooooo`04ooooo`03o`000?oooooooooo00Wooooo00Co0000oooooooooooo00003Oooool00ol0 -003oooooooooo`0Aooooo`;o00003?ooool2o`000003ooooool0003ooooo017ooooo0_l0001Moooo -o`00G_ooool00ol0003oooooooooo`02ooooo`?o00003oooool00ol0003oooooooooo`0;ooooo`03 -o`000?oooooooooo00kooooo00?o0000ooooooooool00_ooool2o`0000cooooo0_l0000Aooooo`Co -0000G?ooool005gooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`0:ooooo`03o`00 -0?oooooooooo00;ooooo00?o0000ooooooooool07?ooool00ol0003oooooooooo`04ooooo`;o0000 -2oooool2o`0000oooooo0_l00002ooooo`03o`000?oooooooooo05[ooooo001Looooo`03o`000?oo -oooooooo00?ooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`03ooooo`03o`000?oo -oooooooo01gooooo00?o0000ooooooooool01Oooool2o`0000[ooooo00?o0000ooooooooool03?oo -ool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo05[ooooo001Kooooo`03o`000?oooooo -oooo00?ooooo0_l0000;ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool02oooool0 -0ol0003oooooooooo`0@ooooo`03o`000?oooooooooo00Oooooo0_l00009ooooo`03o`000?oooooo -oooo00[ooooo0_l00004ooooo`03o`000?oooooooooo05[ooooo001Jooooo`03o`000?oooooooooo -00?ooooo00?o0000ooooooooool04Oooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo -01cooooo0_l00008ooooo`03o`000?oooooooooo00Sooooo0_l00006ooooo`03o`000?oooooooooo -05Wooooo001Iooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool02Oooool00ol0003o -ooooooooo`06ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool07oooool2o`0000Ko -oooo0_l00008ooooo`;o00001oooool00ol0003oooooooooo`1Iooooo`00FOooool01?l0003ooooo -ooooooooool2o`0000;ooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`07ooooo`03 -o`000?oooooooooo00[ooooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`0ooooo`03o`000?oooooooooo05Oooooo001Dooooo`03o`000?oooooo -oooo00;o00002oooool00ol0003oooooooooo`0ooooo`;o0000F?ooool005;ooooo00Co0000oooooooooooo00002_ooool00ol0003oooooo`00 -000?ooooo`03o`000?oooooooooo01Cooooo4?l0000Booooo`;o00000_ooool01?l0003ooooooooo -ool0000=ooooo`;o0000F?ooool0057ooooo00Co0000oooooooooooo00002oooool2o`00013ooooo -00?o0000ooooooooool01Oooool?o`0000oooooo00?o0000ooooooooool03oooool2o`0000;ooooo -00?o0000ooooool000000_ooool2o`0000cooooo0_l0001Gooooo`00D?ooool01?l0003ooooooooo -ool0000;ooooo`Go00003?ooool:o`0000Cooooo00?o0000ooooooooool0:Oooool01ol0003ooooo -oooooooooooo0000ooooool000001?ooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo -05Gooooo001?ooooo`04o`000?ooooooooooo`0000[ooooo1?l00003ooooo`03o`000?oooooooooo -00Co00000_ooool4o`000003ooooool0003ooooo00[ooooo00?o0000ooooooooool09oooool2o`00 -00Cooooo00?o0000ooooool000001Oooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo -05Cooooo001?ooooo`?o00003Oooool00ol0003oooooooooo`07ooooo`Co00001Oooool00ol0003o -ooooo`000002o`0000?ooooo1Ol0000Xooooo`03o`000?oooooooooo00Cooooo00Co0000oooooooo -oooo00001Oooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo05Cooooo001>ooooo`;o -00002Oooool2o`0000Cooooo00?o0000ooooooooool01?ooool3o`0000Wooooo00?o0000oooooooo -ool02?ooool00ol0003oooooo`00000Iooooo`03o`000?oooooooooo00[ooooo00?o0000oooooooo -ool01?ooool01Ol0003ooooooooooooooooo000000Kooooo0_l00007ooooo`04o`000?oooooooooo -o`0005Gooooo001=ooooo`;o00002?ooool2o`0000Sooooo1Ol0000ooooo`00Aoooool00ol0003ooooo00000004ooooo`03o`000?oooooooooo00Wo -oooo00?o0000ooooooooool05oooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo01Oo -oooo00?o0000ooooooooool01oooool00ol0003oooooooooo`09ooooo`03o`000?oooooooooo00[o -oooo00?o0000ooooooooool03oooool2o`00053ooooo0017ooooo`;o00001_ooool2o`0000Sooooo -00?o0000ooooooooool06?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo01Kooooo -00?o0000ooooooooool05?ooool01?l0003oooooooooooooool2o`0000Oooooo00?o0000oooooooo -ool02?ooool00ol0003oooooooooo`04ooooo`;o0000D?ooool004Sooooo00Co0000ooooooooool0 -00001Oooool2o`0000Kooooo00?o0000ooooooooool03?ooool00ol0003oooooooooo`09ooooo`05 -o`000?ooooooooooooooool000005oooool2o`0001Oooooo00?o0000ooooooooool00oooool00ol0 -003oooooooooo`04ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool00_ooool01?l0 -003oooooo`000?l0001@ooooo`00B?ooool2o`000003ooooo`00003ooooo00Kooooo00?o0000oooo -ooooool04_ooool00ol0003oooooooooo`09ooooo`05o`000?ooooooooooooooool000005_ooool2 -o`0001Sooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`09ooooo`06o`000?oooooo -ooooooooool0003ooooo0_l0001@ooooo`00BOooool01?l0003oooooooooo`000007ooooo`;o0000 -4oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01Oooooo0_l0000>ooooo`03o`00 -0?oooooooooo00Oooooo00?o0000ooooooooool01oooool3o`0000;ooooo00?o0000ooooooooool0 -3Oooool00ol0003oooooo`00001@ooooo`00BOooool2o`0000;ooooo00<00000ooooooooool01_oo -ool3o`00013ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`0Fooooo`03o`000?oo -oooooooo00kooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`0:ooooo`03o`000?oo -oooo000000oooooo00?o0000ooooool00000D?ooool004[ooooo0_l0000ooooo`03o`000?oooooo000000Cooooo00<00000ooooool0 -00003_ooool2o`0000Kooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`09ooooo`03 -o`000?oooooooooo027ooooo00?o0000ooooooooool04_ooool00ol0003oooooooooo`08ooooo`03 -o`000?oooooooooo00?o0000Coooool004kooooo00?o0000ooooool000001Oooool01000003ooooo -ooooooooool2o`0000cooooo00?o0000ooooooooool00oooool00ol0003oooooooooo`04ooooo`03 -o`000?oooooooooo00Sooooo00?o0000ooooooooool07?ooool00ol0003oooooooooo`03ooooo`03 -o`000?oooooooooo01;ooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`02ooooo`03 -o`000?oooooooooo04gooooo001?ooooo`03o`000?oooooo000000[ooooo00?o0000ooooooooool0 -2_ooool2o`0000[ooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`0Mooooo`03o`00 -0?oooooooooo00?ooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`06ooooo`Co0000 -00?oooooo`000?l00000Coooool004oooooo00?o0000ooooool000003Oooool2o`0000[ooooo0_l0 -0008ooooo`03o`000?oooooooooo00Gooooo0_l0000Pooooo`03o`000?oooooooooo00?ooooo00?o -0000ooooooooool04oooool00ol0003oooooooooo`02ooooo`;o00000_ooool01?l0003ooooooooo -ooooool2o`00053ooooo001@ooooo`03o`000?oooooo000000Cooooo00<00000ooooooooool01ooo -ool00ol0003oooooooooo`09ooooo`03o`000?oooooo000000Gooooo00?o0000ooooooooool01?oo -ool2o`00027ooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Cooooo`;o00000_oo -ool2o`0000Cooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`1>ooooo`00D?ooool0 -1?l0003oooooooooool00003ooooo`0300000?oooooooooo00Sooooo00?o0000ooooooooool02Ooo -ool2o`0000Gooooo0_l00004ooooo`;o00009oooool00ol0003oooooooooo`0Aooooo`;o000000?o -ooooo`000?ooool01oooool2o`0000;ooooo00?o0000ooooooooool0Coooool0057ooooo00?o0000 -ooooool000000oooool00`00003oooooooooo`0;ooooo`?o00002?ooool01ol0003ooooooooooooo -oooo0000ooooool000000oooool00ol0003oooooooooo`0Wooooo`03o`000?oooooooooo00_ooooo -1?l00006ooooo`03o`000?oooooooooo00Cooooo0_l00002ooooo`;o0000DOooool0057ooooo00Co -0000oooooooooooo00000_ooool00`00003oooooooooo`0>ooooo`03o`000?oooooooooo00Gooooo -0ol00003ooooo`03o`000?oooooooooo00;o00009?ooool00ol0003oooooooooo`02ooooo`03o`00 -0?oooooooooo00Gooooo1?l0000"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.44775 .57999 m -.58364 .44545 L -s -.44775 .57999 m -.35769 .4228 L -s -.44775 .57999 m -.60159 .5619 L -s -.44775 .57999 m -.46794 .42283 L -s -.44775 .57999 m -.32577 .53944 L -s -.46544 .68902 m -.44775 .57999 L -s -.34815 .65113 m -.44775 .57999 L -s -.58904 .66657 m -.44775 .57999 L -s -.46794 .42283 m -.5 .27523 L -s -.46794 .42283 m -.58364 .44545 L -s -.46794 .42283 m -.35769 .4228 L -s -.58364 .44545 m -.74166 .52177 L -s -.58364 .44545 m -.5 .27523 L -s -.58364 .44545 m -.64158 .37749 L -s -.60159 .5619 m -.58364 .44545 L -s -.60159 .5619 m -.74166 .52177 L -s -.58904 .66657 m -.60159 .5619 L -s -.35769 .4228 m -.5 .27523 L -s -.35769 .4228 m -.23786 .47638 L -s -.35769 .4228 m -.35163 .34488 L -s -.32577 .53944 m -.35769 .4228 L -s -.32577 .53944 m -.23786 .47638 L -s -.34815 .65113 m -.32577 .53944 L -s -.58904 .66657 m -.74166 .52177 L -s -.58904 .66657 m -.46544 .68902 L -s -.6535 .66048 m -.58904 .66657 L -s -.5 .75807 m -.58904 .66657 L -s -.5 .27523 m -.66091 .33986 L -s -.64158 .37749 m -.5 .27523 L -s -.35163 .34488 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.53891 .28721 L -s -.5 .27523 m -.39764 .30851 L -s -.0025 w -[ .01 .012 ] 0 setdash -.64158 .37749 m -.66091 .33986 L -s -.64158 .37749 m -.74166 .52177 L -s -.34815 .65113 m -.46544 .68902 L -s -.5 .75807 m -.46544 .68902 L -s -.0035 w -[ ] 0 setdash -.74166 .52177 m -.70295 .45406 L -s -.74166 .52177 m -.66091 .33986 L -s -.6535 .66048 m -.74166 .52177 L -s -.67321 .59397 m -.74166 .52177 L -s -.0025 w -[ .01 .012 ] 0 setdash -.34815 .65113 m -.23786 .47638 L -s -.0035 w -[ ] 0 setdash -.33849 .63976 m -.34815 .65113 L -s -.5 .75807 m -.34815 .65113 L -s -.35163 .34488 m -.39764 .30851 L -s -.35163 .34488 m -.23786 .47638 L -s -.5 .75807 m -.6535 .66048 L -s -.67321 .59397 m -.6535 .66048 L -s -.66091 .33986 m -.57329 .3878 L -s -.66091 .33986 m -.70295 .45406 L -s -.53891 .28721 m -.66091 .33986 L -s -.23786 .47638 m -.39764 .30851 L -s -.23786 .47638 m -.3694 .42043 L -s -.33849 .63976 m -.23786 .47638 L -s -.38944 .5721 m -.23786 .47638 L -s -.53891 .28721 m -.57329 .3878 L -s -.39764 .30851 m -.53891 .28721 L -s -.5 .75807 m -.33849 .63976 L -s -.38944 .5721 m -.33849 .63976 L -s -.38944 .5721 m -.5 .75807 L -s -.54266 .6027 m -.5 .75807 L -s -.67321 .59397 m -.5 .75807 L -s -.39764 .30851 m -.57329 .3878 L -s -.3694 .42043 m -.39764 .30851 L -s -.70295 .45406 m -.57329 .3878 L -s -.67321 .59397 m -.70295 .45406 L -s -.67321 .59397 m -.57329 .3878 L -s -.67321 .59397 m -.54266 .6027 L -s -.3694 .42043 m -.57329 .3878 L -s -.38944 .5721 m -.3694 .42043 L -s -.38944 .5721 m -.57329 .3878 L -s -.54266 .6027 m -.38944 .5721 L -s -.54266 .6027 m -.57329 .3878 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHg -0?ooo`03o`00003oool0oooo00D0oooo0P0000060?ooo`030000003oool0oooo00@0oooo00<00000 -0?ooo`3oool02`3oool2000000030?ooo`000000000000H0oooo00D000000?ooo`3oool0oooo0000 -001N0?ooo`00GP3oool010000000oooo0?ooo`0000090?ooo`030000003oool0oooo00L0oooo00<0 -00000?ooo`3oool06@3oool2000000D0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?oo -o`0<0?ooo`800000303oool00`000000oooo0?ooo`1L0?ooo`00G@3oool010000000oooo0?ooo`00 -000:0?ooo`030000003oool0oooo02D0oooo0`0000030?ooo`030000003oool0oooo00<0oooo00<0 -00000?ooo`3oool02@3oool200000080oooo00<000000?ooo`3oool02@3oool2000005d0oooo001L -0?ooo`040000003oool0oooo000000<0oooo00<000000?ooo`3oool01@3oool00`000000oooo0?oo -o`050?ooo`030000003oool0oooo0200oooo0P0000070?ooo`030000003oool0oooo00L0oooo0P00 -000:0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0F`3oool005`0oooo00<00000 -0?ooo`000000103oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00@0oooo00<00000 -0?ooo`3oool04@3oool00ol00000oooo0?ooo`0?0?ooo`8000001@3oool00`000000oooo0?ooo`05 -0?ooo`800000203oool200000080oooo00<000000?ooo`3oool0103oool2000005`0oooo001K0?oo -o`030000003oool0000000D0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`040?oo -o`030000003oool0oooo0180oooo00?o00000?ooo`3oool04@3oool2000000@0oooo00<000000?oo -o`3oool00`3oool00`000000oooo0?ooo`0:0?ooo`800000203oool00`000000oooo0?ooo`1J0?oo -o`00FP3oool00`000000oooo000000060?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3o -ool06@3oool00ol00000oooo0?ooo`0A0?ooo`030000003oool000000080000000<0oooo0000003o -ool00P3oool2000000h0oooo00<000000?ooo`3oool01P3oool2000005/0oooo001I0?ooo`030000 -003oool0000000h0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?ooo`0X0?ooo`030000 -003oool0oooo0080oooo0P0000000`3oool000000000000@0?ooo`030000003oool0oooo00H0oooo -0P00001K0?ooo`00F03oool00`000000oooo0000000?0?ooo`050000003oool0oooo0?ooo`000000 -;03oool00`000000oooo0?ooo`05000000h0oooo00D000000?ooo`3oool0oooo000000080?ooo`80 -0000FP3oool005L0oooo00<000000?ooo`0000002@3oool00`000000oooo0?ooo`030?ooo`050000 -003oool0oooo0?ooo`000000:P3oool600000080oooo0P0000000`3oool000000000000<0?ooo`03 -0000003oool0oooo00X0oooo0P00001J0?ooo`00EP3oool00`000000oooo0000000:0?ooo`030000 -003oool0oooo00<0oooo00<000000?ooo`3oool06@3oool00ol00000oooo0?ooo`0:0?ooo`H00000 -1`3oool010000000oooo0000000000020?ooo`8000002@3oool00`000000oooo0?ooo`0;0?ooo`03 -0000003oool0000005T0oooo001E0?ooo`040000003oool0oooo000000/0oooo00<000000?ooo`3o -ool00P3oool00`000000oooo0?ooo`0I0?ooo`03o`00003oool0oooo00D0oooo1@00000;0?ooo`80 -00000P3oool2000000@0oooo0P0000070?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3o -ool01@3oool2000005T0oooo001E0?ooo`030000003oool0000000`0oooo00<000000?ooo`3oool0 -0P3oool2000001T0oooo00?o00000?ooo`3oool01P00000@0?ooo`040000003oool0oooo00000080 -oooo00<000000?ooo`3oool00`3oool2000000d0oooo00<000000?ooo`3oool0103oool2000005T0 -oooo001D0?ooo`030000003oool000000140oooo0P00000G0?ooo`H000005@3oool01@000000oooo -0000003oool000000080oooo00<000000?ooo`3oool01@3oool00`000000oooo0000000;0?ooo`03 -0000003oool0oooo00@0oooo0P00001H0?ooo`00D`3oool00`000000oooo0000000B0?ooo`030000 -003oool0oooo0100oooo1P00000J0?ooo`060000003oool0oooo0000003oool000000`3oool00`00 -0000oooo0?ooo`050?ooo`8000004P3oool2000005P0oooo001B0?ooo`030000003oool0000001<0 -oooo00<000000?ooo`3oool02P3oool6000001l0oooo00<000000?ooo`3oool00`3oool01@000000 -oooo0?ooo`3oool0000000L0oooo00@000000?ooo`0000000000403oool00`000000oooo0000001G -0?ooo`00D@3oool00`000000oooo0000000@0?ooo`050000003oool000000?ooo`0000001`3oool5 -000000l0oooo00?o00000?ooo`3oool04P3oool00`000000oooo0?ooo`040?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`3oool0203oool2000000T0oooo00<000000?ooo`3oool00`3oool2 -000005L0oooo001@0?ooo`030000003oool000000140oooo0P000000103oool000000?ooo`3oool6 -000001@0oooo00?o00000?ooo`3oool04@3oool00`000000oooo0?ooo`050?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`3oool02P3oool2000000L0oooo00<000000?ooo`3oool00`3oool0 -0`000000oooo0000001F0?ooo`00C`3oool00`000000oooo0000000A0?ooo`80000000<0oooo0000 -000000000P0000001?l00000oooo0?ooo`3oool3o`0000<0oooo1?l000020?ooo`Co00000P3oool6 -o`000140oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`030?ooo`040000003oool0 -oooo000000X0oooo0P0000060?ooo`030000003oool0oooo0080oooo00<000000?ooo`000000EP3o -ool004l0oooo0P00000@0?ooo`D0000000<0oooo0000003oool06P3oool01?l00000oooo0?ooool0 -000?0?ooo`030000003oool0oooo00H0oooo00<000000?ooo`000000103oool010000000oooo0?oo -o`00000<0?ooo`8000002P3oool00`000000oooo0000001E0?ooo`00CP3oool200000140oooo0P00 -00001@3oool00000o`00003oool0000001/0oooo00?o00000?ooo`3oool00`3oool4o`0000P0oooo -00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`050?ooo`8000003`3oool2000000P0oooo -00<000000?ooo`000000E@3oool004d0oooo0P00000>0?ooo`@000000P3oool01@000000oooo0?oo -o`3oool0000002L0oooo1?l000000`3oool000000?ooo`090?ooo`030000003oool0oooo00D0oooo -00<000000?ooo`3oool0403oool200000080oooo00<000000?ooo`3oool00P3oool00`000000oooo -0000001D0?ooo`00C03oool2000000h0oooo0P00000:0?ooo`030000003oool0oooo02P0oooo00<0 -00000?ooool000000ol000060?ooo`040000003oool0oooo000000D0oooo00<000000?ooo`3oool0 -4@3oool010000000oooo0?ooo`0000030?ooo`030000003oool0000005@0oooo001;0?ooo`800000 -2`3oool4000000X0oooo00?o00000?ooo`0000006@3oool00ol00000oooo0?ooo`0=0?ooo`030000 -003oool0oooo00H0oooo0ol000001@3oool000000?ooo`3oool000000080oooo00@000000?ooo`3o -ool00000503oool2000000070?ooo`000000oooo0?ooo`000000oooo0000001D0?ooo`00BP3oool2 -000000/0oooo0P00000>0?ooo`03o`0000000000oooo01P0oooo00?o00000?ooo`3oool0303oool0 -0`000000oooo0?ooo`0:0?ooo`03o`0000000000oooo00;o000000<000000?ooo`0000000P3oool0 -0`000000oooo0?ooo`0D0?ooo`8000000`3oool00`000000oooo0000001C0?ooo`00B@3oool20000 -00T0oooo0`00000;0?ooo`030000003oool0oooo00<0oooo00<000000?ooo`3oool05`3oool00ol0 -0000oooo0?ooo`0;0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool00P3oool20000 -00<0oooo00<000000?ooo`3oool05@3oool2000000040?ooo`000000oooo000005<0oooo00180?oo -o`800000203oool2000000h0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`0G0?oo -o`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool0303oool02@000000oooo0?ooo`3ooooo -00000?ooo`000000oooo000000020?ooo`030000003oool0oooo01H0oooo0`0000020?ooo`030000 -003oool0oooo0500oooo00180?ooo`030000003oool0oooo00D0oooo0P00000@0?ooo`030000003o -ool0oooo00<0oooo00<000000?ooo`3oool08`3oool00`000000oooo0?ooo`0=0?ooo`040000003o -ool0ooooo`000080oooo00<000000?ooo`3oool00P3oool2000001L0oooo00H000000?ooo`3oool0 -00000?ooo`00001B0?ooo`00A`3oool00`000000oooo0?ooo`030?ooo`<00000603oool00`00003o -00000?ooo`0R0?ooo`030000003oool0oooo00h0oooo00<000000?ooool000002@3oool2000001L0 -oooo00<000000?ooo`0000000P3oool00`000000oooo0?ooo`1?0?ooo`00AP3oool00`000000oooo -0?ooo`020?ooo`800000703oool00`00003o00000?ooo`0F0?ooo`03o`00003oool0oooo00L0oooo -00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`0:0?ooo`800000603oool2000000030?oo -o`000000oooo0500oooo00150?ooo`030000003oool0oooo00@000007@3oool00`000000ooooo`00 -000F0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool0403oool00`000000oooo0?oo -o`030?ooo`030000003oool0oooo00@0oooo00@000000?ooo`3oool0oooo0P00000C0?ooo`030000 -003oool000000080oooo00<000000?ooo`3oool0CP3oool004@0oooo00<000000?ooo`0000000P00 -000H0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool05@3oool00ol00000oooo0?oo -o`060?ooo`030000003oool0oooo0100oooo00?o00000000003oool0103oool00`000000oooo0?oo -o`050?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0403oool2000000040?ooo`00 -0000oooo00000500oooo00130?ooo`@000006P3oool00`000000oooo0?ooo`050?ooo`030000003o -ool0oooo01D0oooo00?o00000?ooo`3oool01@3oool00`000000oooo0?ooo`0@0?ooo`03o`00003o -ool0000000H0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`0E0?ooo`040000003o -ool000000?ooo`800000D03oool00480oooo0P00000L0?ooo`030000003oool0oooo00H0oooo00D0 -00000?ooo`3oool0ooooo`00000J0?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool0 -1@3oool00`000000oooo0?ooo`050?ooo`030000003oool0oooo00@0oooo0`00000=0?ooo`030000 -003oool0oooo0080000000<0oooo0000003oool0CP3oool00480oooo0`00000T0?ooo`050000003o -ool0oooo0?ooool000006@3oool00`000000oooo0?ooo`0@0?ooo`04o`00003oool0oooo000000l0 -oooo00<000000?ooo`3oool01`3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo0080 -oooo0P00001?0?ooo`00@`3oool400000280oooo00<000000?ooo`3oool00P3oool00ol00000oooo -0?ooo`0@0?ooo`03o`00003oool0oooo0080oooo00<000000?ooo`3oool0403oool01Ol00000oooo -0?ooo`3oool000000100oooo00<000000?ooo`3oool02@3oool00`000000oooo0?ooo`060?ooo`03 -0000003oool0oooo00<0oooo00<000000?ooo`000000CP3oool004@0oooo00<000000?ooo`000000 -0P00000F0?ooo`030000003oool0oooo00P0oooo00D000000?ooo`3oool0ooooo`00000B0?ooo`05 -o`00003oool0oooo0?ooo`0000004P3oool00ol00000oooo0?ooo`020?ooo`030000003oool0oooo -00D0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo -00D0oooo00<000000?ooo`3oool00`3oool3000004h0oooo00140?ooo`060000003oool0oooo0000 -003oool000005@3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo01<0oooo00Go0000 -0?ooo`3oool0oooo0000000H0?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool01`3o -ool00`000000oooo0?ooo`0:0?ooo`030000003oool0oooo00@0oooo00<000000?ooo`3oool0103o -ool3000004d0oooo00150?ooo`030000003oool0oooo0080oooo0P00000B0?ooo`030000003oool0 -oooo00T0oooo00<000000?ooo`3oool04`3oool01?l00000oooo0?ooo`00000I0?ooo`030000003o -ool0oooo00H0oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0=0?ooo`<0000000<0 -oooo0000003oool01P3oool2000004d0oooo00150?ooo`030000003oool0oooo0080oooo0`00000A -0?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`0? -0?ooo`030000003oool0oooo0100oooo00?o00000?ooo`3oool0103oool00`000000oooo0?ooo`07 -0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool03`3oool2000000P0oooo0P00001< -0?ooo`00AP3oool00`000000oooo0?ooo`030?ooo`<000006`3oool00`000000oooo0?ooo`030?oo -o`03o`00003oool0oooo00h0oooo00<000000?ooo`3oool0403oool00ol00000oooo0?ooo`050?oo -o`030000003oool0oooo0140oooo00<000000?ooo`3oool03`3oool00`000000oooo0?ooo`070?oo -o`800000C03oool004L0oooo00<000000?ooo`3oool01@3oool2000001T0oooo00<000000?ooo`3o -ool0103oool00ol00000oooo0?ooo`0<0?ooo`030000003oool0oooo0100oooo00?o00000?ooo`3o -ool01P3oool00`000000oooo0?ooo`0B0?ooo`030000003oool0oooo00h0oooo00<000000?ooo`3o -ool00P0000050?ooo`<00000B`3oool004L0oooo00<000000?ooo`3oool01@3oool00`000000oooo -0000000;0?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool04P3oool00`00003o0000 -0?ooo`0J0?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool0203oool00`000000oooo -0?ooo`0>0?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool00`3oool2000004/0oooo -00180?ooo`030000003oool0oooo00D0oooo00@000000?ooo`00000000002@3oool00`000000oooo -0?ooo`0;0?ooo`030000003oool0oooo0100oooo00<000000?ooool00000403oool00ol00000oooo -0?ooo`080?ooo`030000003oool0oooo00L0oooo00<000000?ooo`3oool02@3oool00`000000oooo -0?ooo`0=0?ooo`030000003oool0oooo00T0oooo00<000000?ooo`3oool0B@3oool004T0oooo00<0 -00000?ooo`3oool01@3oool010000000oooo0?ooo`0000080?ooo`030000003oool0oooo00/0oooo -00<000000?ooo`3oool01@3oool00ol00000oooo0?ooo`070?ooo`040000003oool0ooooo`0000l0 -oooo00?o00000?ooo`3oool02@3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo00P0 -oooo00<000000?ooo`3oool03@3oool00`000000oooo0?ooo`050?ooo`<000000P3oool00`000000 -oooo0?ooo`180?ooo`00B@3oool00`000000oooo0?ooo`090?ooo`8000001P3oool00`000000oooo -0?ooo`0;0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool01P3oool00`000000oooo -0?ooo`0@0?ooo`03o`00003oool0oooo00X0oooo00<000000?ooo`3oool0203oool00`000000oooo -0?ooo`090?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02@3oool00`000000oooo -0000001:0?ooo`00BP3oool00`000000oooo0?ooo`070?ooo`030000003oool0oooo008000004P3o -ool00`000000oooo0?ooo`060?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool07@3o -ool00`000000oooo0?ooo`0E0?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool02P3o -ool3000004T0oooo001;0?ooo`030000003oool0oooo00L0oooo00D000000?ooo`3oool0oooo0000 -000A0?ooo`030000003oool0oooo00`0oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?oo -o`0:0?ooo`03o`00003oool0oooo00`0oooo00<000000?ooo`3oool05P3oool00`000000oooo0?oo -o`0:0?ooo`030000003oool0oooo00P0oooo0P0000000`3oool00000000000190?ooo`00B`3oool0 -0`000000oooo0?ooo`080?ooo`040000003oool0oooo0?ooo`<000003P3oool00`000000oooo0?oo -o`0;0?ooo`030000003oool0oooo00<0oooo00?o00000?ooo`3oool02@3oool00ol00000oooo0?oo -o`0=0?ooo`030000003oool0oooo01H0oooo00<000000?ooo`3oool02P3oool00`000000oooo0?oo -o`040?ooo`800000103oool2000004X0oooo001<0?ooo`030000003oool0oooo00X0oooo00@00000 -0?ooo`3oool000003P3oool00`000000oooo0?ooo`080?ooo`03o`00003oool0000000H0oooo00?o -00000?ooo`3oool0203oool00ol00000oooo0?ooo`0>0?ooo`030000003oool0oooo00T0oooo00<0 -00000?ooo`3oool02`3oool00`000000oooo0?ooo`090?ooo`030000003oool0oooo0080oooo0P00 -00050?ooo`800000B`3oool004`0oooo0P00000<0?ooo`80000000<0oooo0000000000003@3oool0 -0`000000oooo0?ooo`070?ooo`03o`0000000000oooo00H0oooo00?o00000?ooo`3oool06@3oool0 -0`000000oooo0?ooo`090?ooo`030000003oool0oooo00/0oooo00<000000?ooo`3oool0203oool0 -10000000oooo0000000000090?ooo`800000B`3oool004d0oooo0P00000<0?ooo`05o`00003oool0 -oooo0?ooo`000000303oool00`000000oooo0?ooo`070?ooo`0300000?l00000oooo0280oooo00<0 -00000?ooo`3oool02P3oool00`000000oooo0?ooo`0;0?ooo`030000003oool0oooo00L0oooo0P00 -00090?ooo`<00000C03oool004h0oooo00<000000?ooo`3oool02P3oool00ol00000ooooo`000002 -o`00008000002P3oool00`000000oooo0?ooo`060?ooo`030000003ooooo00000100oooo00?o0000 -0?ooo`3oool0403oool00`000000oooo0?ooo`0H0?ooo`040000003oool0oooo0?ooo`@000000P3o -ool00`000000oooo0?ooo`070?ooo`<00000C@3oool004h0oooo00<000000?ooo`3oool03`3oool0 -1?l00000oooo0000000000080?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0403o -ool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo01T0oooo0P0000080?ooo`030000003o -ool0oooo00H0oooo0P0000000`3oool000000?ooo`1<0?ooo`00C`3oool00`000000oooo0?ooo`0A -0?ooo`03o`000000003o000000H0oooo00<000000?ooo`3oool0103oool00`000000oooo0?ooo`08 -0?ooo`03o`00003oool0oooo00D0oooo00?o00000?ooo`3oool04@3oool00`000000oooo0?ooo`0G -0?ooo`80000000<0oooo0000003oool01`3oool00`000000oooo0?ooo`060?ooo`030000003oool0 -000004h0oooo001@0?ooo`030000003oool0oooo0180oooo0P0000050?ooo`030000003oool0oooo -00<0oooo00<000000?ooo`3oool0103oool00ol00000oooo0?ooo`020?ooo`03o`00003oool0oooo -01T0oooo00<000000?ooo`3oool02`3oool00`000000oooo0?ooo`050?ooo`8000001@3oool00`00 -0000oooo0?ooo`050?ooo`030000003oool0oooo00@0oooo00<000000?ooo`0000000P3oool00`00 -0000oooo0?ooo`1<0?ooo`00D03oool2000000X0oooo00<000000?ooo`3oool0203oool00`000000 -ooooo`000002o`0000030000003oool0oooo0080oooo00<000000?ooo`3oool01@3oool00ol00000 -oooo0?ooo`020?ooo`03o`00003oool0oooo00<0oooo00?o00000?ooo`3oool04`3oool00`000000 -oooo0?ooo`0;0?ooo`030000003oool0oooo00<0oooo0P0000080?ooo`030000003oool0oooo00@0 -oooo00<000000?ooo`3oool00`3oool00`000000oooo000000020?ooo`030000003oool0oooo04d0 -oooo001A0?ooo`030000003oool0oooo00P0oooo00<000000?ooo`3oool02@3oool200000080oooo -00Go00000000003oool0oooo000000090?ooo`03o`00003oool0oooo00H0oooo00?o00000?ooo`3o -ool0503oool00`000000oooo0?ooo`0;0?ooo`04o`00000000000000000000`0oooo00<000000?oo -o`3oool0103oool00`000000oooo0?ooo`020?ooo`030000003oool000000080oooo00<000000?oo -o`3oool0CP3oool00540oooo00<000000?ooo`3oool0203oool00`000000oooo0?ooo`0;0?ooo`80 -000000@0oooo0000003oool000000_l0000@0?ooo`03o`00003oool0oooo01D0oooo00<000000?oo -o`3oool01@3oool4o`0001<0oooo00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`030?oo -o`050000003oool0oooo0?ooo`000000D03oool00580oooo0P00000H0?ooo`<000000`3oool00ol0 -0000oooo0?ooo`0S0?ooo`;o000000<000000?ooool000000ol000080?ooo`030000003oool0oooo -00h0oooo00<000000?ooo`3oool00`3oool01P000000oooo0?ooo`000000oooo000000<0oooo00<0 -00000?ooo`3oool0C`3oool005<0oooo00<000000?ooo`3oool05`3oool3000000D0oooo0_l00005 -0?ooo`03o`00003ooooo00000140oooo1?l000020?ooo`;o000000<0oooo0000003oool03@3oool0 -0`000000oooo0?ooo`0?0?ooo`050000003oool0oooo0?ooo`0000000P3oool00`000000oooo0000 -00030?ooo`030000003oool0oooo0500oooo001C0?ooo`800000603oool00`000000oooo0?ooo`05 -00000080oooo00?o00000?ooo`3oool00P3oool01?l00000ooooo`000?l000050?ooo`;o00000`3o -ool3o`0000`0oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`0?0?ooo`090000003o -ool0oooo0?ooo`000000oooo0000003oool0000000@0oooo00<000000?ooo`3oool0D03oool005@0 -oooo00<000000?ooo`3oool01P3oool00`000000oooo0?ooo`0<0?ooo`030000003oool0000000H0 -oooo1@0000000`3ooooo0000o`000004o`000080oooo0_l0000D0?ooo`030000003oool0oooo00`0 -oooo00<000000?ooo`3oool0403oool010000000oooo0?ooo`0000020?ooo`030000003oool0oooo -0080oooo00<000000?ooo`3oool0D@3oool005D0oooo00<000000?ooo`3oool01@3oool00`000000 -oooo0?ooo`0;0?ooo`040000003oool0oooo000000/0oooo1@0000000ol00000oooo0?ooo`0G0?oo -o`030000003oool0oooo01l0oooo00H000000?ooo`3oool000000?ooo`0000040?ooo`030000003o -ool0oooo0580oooo001E0?ooo`8000001`3oool00`000000oooo0?ooo`090?ooo`030000003oool0 -oooo0080oooo00<000000?ooo`3oool02@3oool01?l00000oooo0?ooo`3oool5000001D0oooo00<0 -00000?ooo`3oool0803oool4000000D0oooo00<000000?ooo`3oool0DP3oool005H0oooo00<00000 -0?ooo`3oool04@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00L0oooo00?o0000 -0?ooo`3oool01`3oool400000140oooo00<000000?ooo`3oool0803oool3000000D0oooo00<00000 -0?ooo`3oool0D`3oool005H0oooo0P00000A0?ooo`030000003oool0oooo00@0oooo00<000000?oo -o`3oool0103oool2o`0000D0oooo00?o00000?ooo`3oool00P3oool2o`0000<0oooo1@00000<0?oo -o`030000003oool0oooo00`0oooo00<000000?ooo`3oool0303oool7000000D0oooo00<000000?oo -o`3oool0E03oool005L0oooo00<000000?ooo`3oool03P3oool00`000000oooo0?ooo`060?ooo`03 -0000003oool0oooo0080oooo00?o00000?ooo`3oool01@3oool00ol00000oooo0?ooo`040?ooo`03 -o`00003oool0oooo00D0oooo1@0000060?ooo`030000003oool0oooo00d0oooo00<000000?ooo`00 -0000300000040?ooo`030000003oool0000000D0oooo00<000000?ooo`3oool0E03oool005P0oooo -00<000000?ooo`3oool00`3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00L0oooo -00D000000?ooo`3oool0ooooo`0000080?ooo`03o`00003oool0oooo0140oooo1@0000000`3oool0 -00000?ooo`040?ooo``000003`3oool200000080oooo00<000000?ooo`3oool00P3oool00`000000 -oooo0?ooo`1E0?ooo`00F03oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00H0oooo -00<000000?ooo`3oool0203oool00`000000oooo0?ooo`090?ooo`03o`00003oool0oooo00L0oooo -0_l0000=0?ooo`L000006P3oool200000080oooo00<000000?ooo`3oool00`3oool00`000000oooo -0?ooo`1E0?ooo`00F@3oool00`000000oooo0?ooo`030?ooo`030000003oool0oooo00@0oooo00<0 -00000?ooo`3oool02@3oool00ol0000000000?ooo`0E0?ooo`03o`00003oool0oooo00/0oooo00<0 -00000?ooo`3oool0703oool2000000<0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?oo -o`1F0?ooo`00FP3oool00`000000oooo0?ooo`080?ooo`030000003oool0oooo00T0oooo00?o0000 -0?ooo`0000005`3oool00ol00000oooo0?ooo`0:0?ooo`030000003oool0oooo01`0oooo00<00000 -0?ooo`3oool00P3oool01@000000oooo0?ooo`3oool0000005T0oooo001J0?ooo`8000002@3oool0 -0`000000oooo0?ooo`080?ooo`05o`00003oool0oooo0?ooo`0000002P3oool00ol00000oooo0?oo -o`0<0?ooo`03o`00003oool0oooo00H0oooo00<000000?ooo`3oool03@3oool00`000000oooo0?oo -o`0:0?ooo`030000003oool0000000@0oooo00<000000?ooo`3oool00P3oool00`000000oooo0?oo -o`1G0?ooo`00F`3oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00d0oooo00<00000 -0?ooo`3oool0203oool00ol00000oooo0?ooo`0=0?ooo`03o`00003oool0oooo00D0oooo00<00000 -0?ooo`3oool03@3oool00`000000oooo0?ooo`090?ooo`030000003oool0000000D0oooo00D00000 -0?ooo`3oool0oooo0000001J0?ooo`00G03oool01@000000oooo0?ooo`3oool000000080oooo00<0 -00000?ooo`3oool01`3oool2o`0000H0oooo00<000000?ooo`3oool01`3oool00ol00000oooo0?oo -o`0>0?ooo`03o`00003oool0oooo00@0oooo00<000000?ooo`3oool0303oool00`000000oooo0?oo -o`090?ooo`030000003oool0000000H0oooo00@000000?ooo`3oool00000F`3oool005`0oooo0P00 -00020?ooo`030000003oool0000000P0oooo0_l000080?ooo`030000003oool0oooo00L0oooo00?o -00000?ooo`3oool0503oool00`000000oooo0?ooo`0=0?ooo`030000003oool0oooo00X0oooo00<0 -00000?ooo`3oool0103oool01@000000oooo0?ooo`3oool0000005/0oooo001M0?ooo`060000003o -ool0oooo0000003oool000004`3oool00`000000oooo0?ooo`0J0?ooo`;o000000<0oooo0000003o -ool0603oool00`000000oooo000000070?ooo`040000003oool0oooo000005`0oooo001M0?ooo`80 -00000P3oool00`000000oooo0?ooo`040?ooo`;o00003@3oool00`000000oooo0?ooo`0K0?ooo`03 -o`0000000000oooo01L0oooo00<000000?ooo`000000203oool00`000000oooo0000001M0?ooo`00 -GP3oool00`000000oooo000000060?ooo`03o`00003oool0oooo00d0oooo00<000000?ooo`3oool0 -1P3oool00ol00000oooo0?ooo`0C0?ooo`030000003oool0oooo00d0oooo00<000000?ooo`3oool0 -1@3oool00`000000oooo000000080?ooo`040000003oool0oooo000005d0oooo001O0?ooo`800000 -1@3oool00ol00000oooo0?ooo`0?0?ooo`030000003oool0oooo00D0oooo00?o00000?ooo`3oool0 -4P3oool00`000000oooo0?ooo`02o`0000`0oooo00<000000?ooo`3oool01P3oool00`000000oooo -0?ooo`070?ooo`030000003oool0000005h0oooo001O0?ooo`<000005P3oool00`000000oooo0?oo -o`050?ooo`03o`00003oool0oooo0180oooo00<000000?ooo`3oool00P3oool00ol00000oooo0?oo -o`090?ooo`030000003oool0oooo00D0oooo00<000000?ooo`3oool0203oool00`000000oooo0000 -001N0?ooo`00H03oool3000000;o0000503oool00`000000oooo0?ooo`040?ooo`03o`00003oool0 -oooo0180oooo00<000000?ooo`3oool03P3oool00`000000oooo0?ooo`020?ooo`<000002P3oool0 -0`000000oooo0000001O0?ooo`00H@3oool4000001D0oooo00<000000?ooo`3oool0603oool00`00 -0000oooo0?ooo`050?ooo`;o00002`3oool00`000000oooo0000000;0?ooo`800000H03oool006<0 -oooo0`00000D0?ooo`030000003oool0oooo01L0oooo00<000000?ooo`3oool0203oool00ol00000 -oooo0?ooo`070?ooo`030000003oool0000000`0oooo0P00001P0?ooo`00I03oool00`000000oooo -0000000300000140oooo00<000000?ooo`3oool00`3oool00ol00000oooo0?ooo`0@0?ooo`030000 -003oool0oooo00T0oooo00?o00000?ooo`3oool00P3oool00`000000oooo0?ooo`020?ooo`030000 -003oool0oooo00X0oooo0P00001Q0?ooo`00I@3oool4000000030?ooo`000000oooo00l0oooo00<0 -00000?ooo`3oool00`3oool00ol00000oooo0?ooo`0@0?ooo`030000003oool0oooo00`0oooo00Oo -00000?ooo`000000oooo0000003oool0000000X0oooo1000001R0?ooo`00I`3oool00`000000oooo -000000030?ooo`<00000303oool00`000000oooo0?ooo`020?ooo`03o`00003oool0oooo00l0oooo -00<000000?ooo`3oool03P3oool01_l0000000000000003oool000000?ooo`8000000P3oool40000 -00<0oooo00<000000?ooo`3oool0HP3oool006P0oooo0`0000050?ooo`030000003oool0oooo00X0 -oooo00D000000?ooo`3oool0ooooo`00000A0?ooo`030000003oool0oooo00`0oooo10000000103o -ool000000000000000090?ooo`800000I@3oool006X0oooo0`0000060?ooo`<000001`3oool00`00 -0000oooo0?ooo`0C0?ooo`030000003oool0oooo00H0oooo100000030?ooo`040000003oool0oooo -000000/0oooo00<000000?ooo`3oool0I@3oool006/0oooo00<000000?ooo`000000203oool00`00 -0000oooo0?ooo`050?ooo`030000003oool0oooo0180oooo00<000000?ooo`3oool00P3oool20000 -00T0oooo0`00000:0?ooo`800000J03oool006`0oooo0`00000:0?ooo`<000000P3oool01@000000 -oooo0?ooo`3ooooo000000l0oooo0P0000020?ooo`8000002P3oool2000000/0oooo00<000000?oo -o`3oool0J03oool006h0oooo0`00000;0?ooo`040000003oool0oooo00000080oooo00?o00000?oo -o`3oool01`3oool200000080oooo0`00000?0?ooo`030000003oool0oooo00P0oooo0P00001[0?oo -o`00K`3oool3000000d0oooo0P0000000`3ooooo00000?ooo`020?ooo`8000000P3oool2000000H0 -oooo00<000000?ooo`3oool0303oool00`000000oooo0?ooo`070?ooo`800000K@3oool00740oooo -0P00000=0?ooo`<0000000<0oooo000000000000303oool00`000000oooo0?ooo`0:0?ooo`800000 -2@3oool00`000000oooo0?ooo`1]0?ooo`00LP3oool3000000`0oooo0P00000>0?ooo`030000003o -ool0oooo00X0oooo0P0000080?ooo`800000L03oool007<0oooo0`00000;0?ooo`030000003oool0 -000000d0oooo00<000000?ooo`3oool02@3oool2000000P0oooo00<000000?ooo`3oool0L03oool0 -07D0oooo0P00000;0?ooo`030000003oool0000000`0oooo00<000000?ooo`3oool02@3oool00`00 -0000oooo0?ooo`050?ooo`800000L`3oool007H0oooo0P00000:0?ooo`030000003oool0oooo00/0 -oooo00<000000?ooo`3oool0203oool2000000L0oooo00<000000?ooo`3oool0L`3oool007P0oooo -0P0000090?ooo`030000003oool0oooo00X0oooo00<000000?ooo`3oool01`3oool2000000H0oooo -0P00001f0?ooo`00N@3oool2000000T0oooo0P00000:0?ooo`030000003oool0oooo00H0oooo0P00 -00060?ooo`030000003oool0oooo07H0oooo001j0?ooo`800000203oool2000000X0oooo00<00000 -0?ooo`3oool01P3oool00`000000oooo0?ooo`030?ooo`800000N@3oool007`0oooo0P0000070?oo -o`800000203oool00`000000oooo0?ooo`060?ooo`030000003oool0oooo00<0oooo00<000000?oo -o`3oool0N@3oool007d0oooo0P0000060?ooo`800000203oool00`000000oooo0?ooo`050?ooo`03 -0000003oool0oooo0080oooo0P00001l0?ooo`00OP3oool2000000H0oooo00<000000?ooo`3oool0 -1P3oool00`000000oooo0?ooo`040?ooo`030000003oool0oooo0080oooo00<000000?ooo`3oool0 -O03oool00800oooo0P0000040?ooo`030000003oool0oooo00H0oooo00<000000?ooo`3oool00`3o -ool010000000oooo0?ooo`3oool2000007l0oooo00210?ooo`800000103oool2000000D0oooo00<0 -00000?ooo`3oool00`3oool01@000000oooo0?ooo`3oool000000840oooo00230?ooo`030000003o -ool0oooo0080oooo00<000000?ooo`3oool00`3oool010000000oooo0?ooo`3oool200000080oooo -0P0000220?ooo`00Q03oool200000080oooo0P0000040?ooo`030000003oool0oooo0080000000<0 -oooo000000000000Q03oool008D0oooo0P0000020?ooo`050000003oool0oooo0?ooo`0000000P3o -ool2000000030?ooo`000000oooo08D0oooo00270?ooo`030000003oool0000000<0oooo00<00000 -0?ooo`3oool00`0000270?ooo`00R03oool4000000030?ooo`000000oooo00800000R@3oool008X0 -oooo0P000000103oool0000000000000002:0?ooo`00R`3oool3000008`0oooo002<0?ooo`030000 -003oool0oooo08/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0 -oooo003o0?oooa/0oooo003o0?oooa/0oooo003o0?oooa/0oooo0000\ -\>"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -/Mabs { -Mgmatrix idtransform -Mtmatrix dtransform -} bind def -/Mabsadd { Mabs -3 -1 roll add -3 1 roll add -exch } bind def -%% Graphics3D -%%IncludeResource: font Courier -%%IncludeFont: Courier -/Courier findfont 10 scalefont setfont -% Scaling calculations -0 1 0 1 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -0 g -.0025 w -[ .01 .012 ] 0 setdash -.486 .58183 m -.60739 .43861 L -s -.486 .58183 m -.37684 .43254 L -s -.486 .58183 m -.63075 .55515 L -s -.486 .58183 m -.4914 .42433 L -s -.486 .58183 m -.34973 .54914 L -s -.49073 .68996 m -.486 .58183 L -s -.36872 .65777 m -.486 .58183 L -s -.6144 .66191 m -.486 .58183 L -s -.4914 .42433 m -.5 .27523 L -s -.4914 .42433 m -.60739 .43861 L -s -.4914 .42433 m -.37684 .43254 L -s -.60739 .43861 m -.75546 .50603 L -s -.60739 .43861 m -.5 .27523 L -s -.60739 .43861 m -.64786 .36592 L -s -.63075 .55515 m -.60739 .43861 L -s -.37684 .43254 m -.5 .27523 L -s -.37684 .43254 m -.23889 .49384 L -s -.37684 .43254 m -.35026 .35716 L -s -.34973 .54914 m -.37684 .43254 L -s -.63075 .55515 m -.75546 .50603 L -s -.6144 .66191 m -.63075 .55515 L -s -.34973 .54914 m -.23889 .49384 L -s -.36872 .65777 m -.34973 .54914 L -s -.64786 .36592 m -.5 .27523 L -s -.35026 .35716 m -.5 .27523 L -s -.0035 w -[ ] 0 setdash -.5 .27523 m -.64397 .32698 L -s -.5 .27523 m -.5105 .28499 L -s -.5 .27523 m -.37177 .31851 L -s -.0025 w -[ .01 .012 ] 0 setdash -.36872 .65777 m -.49073 .68996 L -s -.6144 .66191 m -.49073 .68996 L -s -.5 .75807 m -.49073 .68996 L -s -.6144 .66191 m -.75546 .50603 L -s -.66054 .65315 m -.6144 .66191 L -s -.5 .75807 m -.6144 .66191 L -s -.64786 .36592 m -.64397 .32698 L -s -.64786 .36592 m -.75546 .50603 L -s -.36872 .65777 m -.23889 .49384 L -s -.33724 .64758 m -.36872 .65777 L -s -.5 .75807 m -.36872 .65777 L -s -.35026 .35716 m -.37177 .31851 L -s -.35026 .35716 m -.23889 .49384 L -s -.0035 w -[ ] 0 setdash -.75546 .50603 m -.68244 .44034 L -s -.75546 .50603 m -.64397 .32698 L -s -.66054 .65315 m -.75546 .50603 L -s -.65519 .585 m -.75546 .50603 L -s -.23889 .49384 m -.37177 .31851 L -s -.23889 .49384 m -.337 .43125 L -s -.33724 .64758 m -.23889 .49384 L -s -.36165 .57909 m -.23889 .49384 L -s -.5 .75807 m -.66054 .65315 L -s -.65519 .585 m -.66054 .65315 L -s -.64397 .32698 m -.51982 .38415 L -s -.64397 .32698 m -.68244 .44034 L -s -.5105 .28499 m -.64397 .32698 L -s -.5 .75807 m -.33724 .64758 L -s -.36165 .57909 m -.33724 .64758 L -s -.37177 .31851 m -.51982 .38415 L -s -.37177 .31851 m -.5105 .28499 L -s -.337 .43125 m -.37177 .31851 L -s -.5105 .28499 m -.51982 .38415 L -s -.36165 .57909 m -.5 .75807 L -s -.51151 .60126 m -.5 .75807 L -s -.65519 .585 m -.5 .75807 L -s -.68244 .44034 m -.51982 .38415 L -s -.65519 .585 m -.68244 .44034 L -s -.337 .43125 m -.51982 .38415 L -s -.36165 .57909 m -.337 .43125 L -s -.65519 .585 m -.51982 .38415 L -s -.65519 .585 m -.51151 .60126 L -s -.36165 .57909 m -.51982 .38415 L -s -.51151 .60126 m -.36165 .57909 L -s -.51151 .60126 m -.51982 .38415 L -s -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, 0}, {0, 0}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.1, - ImageCache->GraphicsData["Bitmap", "\<\ -CF5dJ6E]HGAYHf4PAg9QL6QYHgooooo`;o00003?ooool00ol0003ooooo -ooooo`04ooooo`03o`000?oooooo0000063ooooo001Pooooo`03o`000?ooool0000000;ooooo00?o -0000ooooooooool04_ooool00ol0003oooooooooo`05ooooo`;o00001oooool00ol0003ooooooooo -o`03ooooo`03o`000?oooooooooo00Oooooo00?o0000ooooooooool00_ooool2o`0001?ooooo00D0 -0000ooooool0003oooooo`00001Pooooo`00Goooool01_l0003ooooo00000?l0003oooooo`0001Co -oooo00?o0000ooooooooool02?ooool2o`0000_ooooo00?o0000ooooooooool02?ooool01?l0003o -ooooo`000?l0000Cooooo`;o000000<00000ooooool000000_ooool00ol0003oooooooooo`1Moooo -o`00Goooool01_l000000000ooooool0003oooooo`0001Cooooo00?o0000ooooooooool02_ooool3 -o`0000Sooooo00?o0000ooooooooool02?ooool2o`0001Sooooo00<00000ooooool000000_ooool0 -0ol0003oooooooooo`1Looooo`00G_ooool00ol0003oooooooooo`02ooooo`;o00009?ooool2o`00 -00Oooooo00?o0000ooooooooool01?ooool3o`0001[ooooo00<00000ooooool000000_ooool00ol0 -003oooooooooo`1Looooo`00GOooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo017o -oooo00?o0000ooooooooool04?ooool3o`0000Gooooo00?o0000ooooooooool00_ooool2o`0001co -oooo00Co0000ooooo`00003o00000oooool00ol0003oooooooooo`1Kooooo`00G?ooool00ol0003o -oooo00000004ooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool04Oooool00ol0003o -ooooooooo`03o`0000;ooooo00?o0000ooooooooool00_l00007ooooo`03o`000?oooooooooo01Co -oooo00Go0000ooooo`00003oooooo`000002ooooo`03o`000?oooooooooo05_ooooo001Looooo`03 -o`000000003ooooo00Cooooo00?o0000ooooooooool03oooool00ol0003oooooooooo`0Booooo`03 -o`000?oooooooooo00?ooooo1Ol0000:ooooo`03o`000?oooooooooo01;ooooo00?o0000oooooooo -ool00_ooool01Ol0003ooooooooooooooooo000005cooooo001Kooooo`03o`000000003ooooo00Go -oooo0_l0000[ooooo`Co00003?ooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo00?o -oooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`1Iooooo`00F_ooool00ol0003ooooo -ooooo`05ooooo`03o`000?oooooo000002Oooooo1?l00002ooooo`03o`000?oooooo000000;o0000 -8_ooool00`00003o0000ooooo`02ooooo`03o`000?oooooooooo05Wooooo001Iooooo`03o`000000 -003ooooo00Kooooo00Co0000oooooooooooo00003Oooool00ol0003oooooooooo`0Cooooo`?o0000 -1Oooool3o`0000?ooooo0ol0000Hooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool0 -0_ooool00ol0003oooooooooo`1Hooooo`00FOooool00ol000000000ooooo`06ooooo`03o`000?oo -oooooooo00gooooo00?o0000ooooooooool04?ooool4o`000003ooooool0003ooooo00Cooooo00Go -0000ooooool0003oooooo`000005ooooo`?o00001Oooool00ol0003oooooooooo`0=ooooo`03o`00 -0?oooooooooo00Gooooo00?o000000000?ooool00oooool00ol0003oooooooooo`1Gooooo`00F?oo -ool00ol000000000ooooo`06ooooo`03o`000?oooooooooo00gooooo00?o0000ooooooooool03Ooo -ool4o`0000Gooooo00?o0000ooooooooool00_ooool01_l0003oooooooooool0003oooooo`0000So -oooo0ol00002ooooo`03o`000?oooooooooo00cooooo00?o0000ooooooooool01oooool00ol0003o -ooooooooo`02ooooo`03o`000?oooooooooo05Oooooo001Gooooo`03o`000000003ooooo00Oooooo -00?o0000ooooooooool06_ooool3o`0000Wooooo00Go0000ooooooooooooooooo`000003ooooo`04 -o`000?ooooooooooo`0000[ooooo0_l000000ooooooo0000ooooo`0;ooooo`03o`000?oooooooooo -00Sooooo00?o0000ooooo`0000000oooool00ol0003oooooooooo`1Fooooo`00E_ooool00ol0003o -ooooooooo`08ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool04Oooool4o`0000co -oooo00Co0000oooooooooooo00001?ooool01Ol0003ooooooooooooooooo000000_ooooo0ol0000F -ooooo`04o`000?oooooooooo000000;ooooo00?o0000ooooooooool0E_ooool005Gooooo00?o0000 -00000?ooool02?ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo00Kooooo00?o0000 -ooooooooool01?ooool4o`0001?ooooo00?o0000ooooooooool00_ooool01Ol0003ooooooooooooo -oooo000000kooooo0ol0000Dooooo`04o`000?oooooooooo000000;ooooo00?o0000ooooooooool0 -EOooool005Gooooo00?o0000ooooooooool02?ooool00ol0003oooooooooo`04ooooo`03o`000?oo -oooooooo00Cooooo00Co0000oooooooooooooooo1?l0000Fooooo`03o`000?oooooooooo00?ooooo -00?o0000ooooooooool00_ooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00?o0000 -1?ooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool0 -E?ooool005Cooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`0:ooooo`03o`000?oo -oooo000000;o00006?ooool2o`0000Kooooo00?o0000ooooooooool00oooool00ol0003ooooooooo -o`0:ooooo`03o`000?oooooooooo00?ooooo1?l0000=ooooo`03o`000?oooooooooo00Cooooo00?o -0000ooooooooool0E?ooool005?ooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`09 -ooooo`Co00006oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00?ooooo00?o0000 -ooooooooool02oooool00ol0003oooooooooo`04ooooo`Co00003?ooool01Ol0003ooooooooooooo -ool0000000;ooooo00?o0000ooooooooool0Doooool005;ooooo00?o0000ooooooooool02_ooool0 -0ol0003oooooooooo`05ooooo`Co00007_ooool2o`0000Kooooo00?o0000ooooooooool01Oooool0 -0ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00Oooooo0_l0000:ooooo`03o`000?oooooo -oooo00;ooooo00@00000oooooooooooo0000E?ooool005;ooooo00?o0000ooooooooool02_ooool0 -0ol0003oooooooooo`02ooooo`?o000000Goooooo`000?ooooooooooo`00000Eooooo`?o00000ooo -ool6o`0000Cooooo00?o0000ooooooooool01_ooool00ol0003oooooooooo`0Fooooo`?o00001ooo -ool00ol0003oooooooooo`03ooooo`0300000?oooooo000005Cooooo001Aooooo`03o`000000003o -oooo00[ooooo00?o0000ooooool000000ol00005ooooo`;o00002Oooool4o`0000;ooooo1?l0000: -ooooo`03o`000?oooooo000000Gooooo0ol00003ooooo`?o000000?oooooo`000?ooool03Oooool0 -0ol0003oooooo`00000:ooooo`?o00001Oooool00ol0003oooooooooo`05ooooo`03o`000?oooooo -oooo057ooooo001@ooooo`03o`000000003ooooo00[ooooo0ol00008ooooo`Co00000_ooool4o`00 -01Gooooo00?o0000ooooooooool01oooool00ol0003oooooooooo`05ooooo`03o`000?oooooo0000 -00Co00002Oooool00ol0003oooooo`00000=ooooo`?o00000_ooool00ol0003oooooooooo`06oooo -o`03o`000?oooooooooo053ooooo001?ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooool0 -00002?ooool01?l0003oooooo`000?l0000Kooooo`03o`000?oooooooooo00Sooooo00?o0000oooo -ooooool02?ooool00ol0003oooooooooo`03ooooo`Co00001?ooool00ol0003oooooooooo`0?oooo -o`?o00001_ooool00`00003oooooo`00001Booooo`00Coooool00ol0003oooooooooo`08ooooo`;o -00000_ooool00ol0003oooooooooo`08ooooo`03o`000?oooooo000001Wooooo00Go0000oooooooo -ooooooooo`000007ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool02Oooool5o`00 -01;ooooo0_l00004ooooo`0400000?ooooooooooo`00057ooooo001>ooooo`03o`000?oooooooooo -00Oooooo0_l00004ooooo`03o`000?oooooooooo00;ooooo0_l00004ooooo`03o`000?oooooooooo -01Sooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo -00Wooooo00?o0000ooooooooool02Oooool2o`0000;ooooo00?o0000ooooooooool03oooool00ol0 -003oooooo`000004ooooo`0300000?oooooo0000057ooooo001=ooooo`03o`000000003ooooo00Oo -oooo00?o0000ooooooooool01Oooool01?l0003oooooo`000?l0000Qooooo`03o`000?oooooooooo -00;ooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo -00Oooooo00Co0000oooooooooooo00001?ooool2o`0000gooooo00Co0000oooooooooooo00001_oo -ool00ol0003oooooooooo`1>ooooo`00C?ooool00ol000000000ooooo`06ooooo`;o00001_ooool3 -o`0000gooooo00?o0000ooooooooool04oooool00ol0003oooooooooo`03ooooo`03o`000?oooooo -oooo00Gooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`0Aooooo`03o`000?oooooo -oooo00[ooooo00Go0000ooooooooooooooooo`000006ooooo`03o`000?oooooooooo04gooooo001< -ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool01Oooool01?l0003oooooooooool0 -0008ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool04Oooool00ol0003ooooooooo -o`0ooooo`03o`000?oooooo -oooo00Oooooo00?o0000ooooooooool03_ooool2o`0000Wooooo00?o0000ooooooooool00_ooool0 -0ol0003oooooooooo`1:ooooo`00B?ooool01Ol0003ooooooooooooooooo000000?ooooo0_l0000> -ooooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool02_ooool00ol0003oooooooooo`08 -ooooo`03o`000?oooooooooo00Gooooo00?o0000ooooooooool03_ooool00ol0003oooooooooo`0I -ooooo`03o`000?oooooooooo00Sooooo0_l000000oooool00000o`00001oooo -o`;o00006Oooool01?l0003oooooooooooooool2o`0000Sooooo00Co0000ooooo`00003o0000Booo -ool004Kooooo00Co000000000?oooooo00000_ooool2o`0001;ooooo00?o0000ooooooooool01?oo -ool00ol0003oooooooooo`0Booooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool03Ooo -ool01?l0003oooooooooool0000Hooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool0 -1_ooool01?l0003ooooo00000?l0001:ooooo`00A_ooool3o`0000;ooooo00?o0000ooooooooool0 -4_ooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo01;ooooo00?o0000ooooooooool0 -2oooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00cooooo00Go0000oooooooooooo -ooooo`000007ooooo`03o`000?oooooooooo00kooooo00?o0000ooooooooool03Oooool00ol0003o -ooooo`00001:ooooo`00AOooool3o`0001Sooooo00?o0000ooooooooool00oooool00ol0003ooooo -ooooo`0;ooooo`03o`000?oooooooooo00Cooooo00?o0000ooooooooool02oooool00ol0003ooooo -ooooo`05ooooo`03o`000?oooooooooo017ooooo00?o0000ooooooooool01?ooool00ol0003ooooo -ooooo`0>ooooo`03o`000?oooooooooo00Kooooo0ol00005ooooo`03o`000?oooooo000004Wooooo -0014ooooo`;o00006oooool00ol0003oooooooooo`0Aooooo`03o`000?oooooooooo00;ooooo00?o -0000ooooooooool03?ooool00ol0003oooooooooo`05ooooo`03o`000?oooooooooo00[ooooo00?o -0000ooooooooool01Oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00gooooo00?o -0000ooooooooool02Oooool00ol0003oooooooooo`03ooooo`03o`000000003o000004Sooooo0013 -ooooo`;o00007?ooool00ol0003oooooooooo`0Booooo`04o`000?ooooooooooo`0000oooooo00?o -0000ooooooooool01?ooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo00Kooooo00?o -0000ooooooooool05?ooool00ol0003oooooooooo`0ooooo`03o`000?oooooooooo00Oooooo00?o0000 -ooooooooool04Oooool00ol0003oooooooooo`03ooooo`03o`000?oooooooooo01?ooooo00Co0000 -oooooooooooo00002oooool00ol0003oooooooooo`0?ooooo`05o`000?ooool00000ooooool00000 -B?ooool004Wooooo00?o000000000?ooool01Oooool2o`0000Cooooo00?o0000ooooooooool02Ooo -ool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00Wooooo00?o0000ooooooooool02Ooo -ool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool05Ooo -ool00ol0003oooooo`00000;ooooo`03o`000?oooooooooo00Kooooo0_l00006ooooo`05o`000?oo -ool00000ooooool00000BOooool004[ooooo00?o000000000?ooool01_ooool00ol0003ooooooooo -o`0=ooooo`03o`000?oooooooooo00[ooooo00?o0000ooooooooool05_ooool00ol0003ooooooooo -o`04ooooo`05o`000?ooooooooooooooool000006Oooool2o`0000_ooooo00?o0000ooooooooool0 -1?ooool2o`0000Kooooo0_l000001Oooool00000oooooooooooo000004Wooooo001:ooooo`03o`00 -0?ooool0000000Oooooo0_l00004ooooo`;o00001oooool00ol0003oooooooooo`09ooooo`03o`00 -0?oooooooooo01Kooooo00?o0000ooooooooool01Oooool00ol0003oooooooooo`0Kooooo`03o`00 -0?oooooooooo00Wooooo00Co0000oooooooooooooooo0_l00009ooooo`03o`000?oooooooooo00?o -oooo00?o0000ooooooooool0B?ooool004_ooooo00?o0000ooooooooool02?ooool00ol0003ooooo -ooooo`03ooooo`03o`000?oooooooooo00?ooooo0_l0000:ooooo`03o`000?oooooooooo00kooooo -00?o0000ooooooooool01_ooool00ol0003oooooooooo`05ooooo`03o`000?oooooo000001cooooo -00?o0000ooooooooool02?ooool01?l0003oooooo`000?l0000:ooooo`04o`000?oooooooooo0000 -00;ooooo00?o0000ooooooooool0BOooool004_ooooo00?o0000ooooooooool02Oooool2o`0000Wo -oooo0_l0000:ooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool03Oooool00ol0003o -ooooo`00000Mooooo`03o`000?oooooooooo00Gooooo0ol0000ooooo`05o`000?ooooooooooooooool000001?ooool0 -0ol0003oooooooooo`02ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool0C_ooool0 -057ooooo00Co0000ooooooooool000003Oooool2o`000004ooooool0003oooooo`0001Cooooo00?o -0000ooooooooool02Oooool00ol0003oooooooooo`04ooooo`03o`000?oooooooooo00Cooooo0_l0 -0002ooooo`;o00005?ooool00ol0003oooooooooo`02ooooo`05o`000?ooooooooooooooool00000 -0_ooool2o`0000[ooooo00?o0000ooooooooool0Coooool0057ooooo00?o0000ooooooooool04?oo -ool3o`0001Sooooo0ol00004ooooo`05o`000?oooooo0000ooooool000001?ooool3o`0000;ooooo -0_l0000Jooooo`03o`000?oooooooooo00?ooooo00Ko0000oooooooooooo0000ooooool00007oooo -o`0300000?oooooooooo00;ooooo00?o0000ooooooooool0Coooool005;ooooo00?o0000oooooooo -ool04?ooool5o`0001Sooooo00?o0000ooooooooool01ol00002ooooo`;o00009_ooool01Ol0003o -ooooo`000?oooooo000000Oooooo00<00000ooooooooool00_ooool00ol0003oooooooooo`1@oooo -o`00D_ooool01Ol0003oooooooooooooool0000000cooooo00?o0000ooooool000001?ooool7o`00 -01Kooooo0ol00005ooooo`03o`000?oooooooooo02Gooooo0ol00007ooooo`0300000?oooooooooo -00;ooooo00?o0000ooooooooool0DOooool005?ooooo00Go0000oooooooooooooooo0000000;oooo -o`;o000000?oooooo`000?ooool02Oooool7o`0000kooooo00Co0000oooooooooooooooo0_l00003 -ooooo`03o`000?oooooooooo01gooooo00Co0000oooooooooooooooo1_l0000=ooooo`03o`000?oo -oooooooo057ooooo001Dooooo`05o`000?ooooooooooooooo`0000002oooool01?l0003ooooooooo -ool0000@ooooo`Oo00003Oooool01?l0003oooooooooool0000Iooooo`[o00001Oooool00ol0003o -ooooooooo`04ooooo`0300000?oooooooooo00?ooooo00?o0000ooooooooool0D_ooool005Cooooo -00?o0000ooooooooool03Oooool01Ol0003ooooooooooooooooo000001Kooooo1ol00002ooooo`03 -o`000?oooooooooo00;ooooo00?o0000ooooool000003_ooool;o`0000Kooooo00?o0000oooooooo -ool01Oooool2o`0000Gooooo00<00000ooooooooool01?ooool00ol0003oooooooooo`1Booooo`00 -EOooool00ol0003oooooooooo`0;ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0 -5oooool01?l0003oooooooooooooool7o`0000;ooooo00?o0000ooooooooool00_ooool:o`00017o -oooo00?o0000ooooooooool01?ooool00ol0003oooooo`000004ooooo`0300000?oooooooooo00Co -oooo00?o0000ooooooooool0Doooool005Kooooo00Go0000oooooooooooooooo00000008ooooo`03 -o`000?oooooooooo00?ooooo00?o0000ooooooooool05Oooool00ol0003oooooooooo`04ooooo`03 -o`000?oooooooooo00;ooooo1ol0000Qooooo`04o`000?ooooooooooo`0000[ooooo00?o0000oooo -ooooool0E?ooool005Kooooo00?o0000ooooooooool00_ooool00`00003oooooooooo`05ooooo`;o -00001Oooool00ol0003oooooooooo`0Aooooo`03o`000?oooooooooo00Oooooo00?o0000oooooooo -ool01?ooool01?l0003oooooooooool0000Qooooo`05o`000?ooooooooooooooool000002_ooool0 -0ol0003oooooooooo`1Dooooo`00Eoooool00ol0003oooooooooo`02ooooo`0300000?oooooooooo -00?ooooo00?o0000ooooool000001_ooool00ol0003oooooooooo`0?ooooo`03o`000?oooooooooo -00oooooo00?o0000ooooooooool07?ooool00ol0003oooooooooo`02ooooo`03o`000?oooooooooo -00;ooooo00?o0000ooooo`0000001oooool00ol0003oooooooooo`1Eooooo`00Eoooool00ol0003o -ooooooooo`08ooooo`04o`000?ooooooooooo`0000Kooooo00?o0000ooooooooool03Oooool00ol0 -003oooooooooo`0@ooooo`03o`000?oooooooooo00?ooooo0_l0000Gooooo`05o`000?oooooooooo -ooooool000001Oooool00ol0003ooooo00000006ooooo`03o`000?oooooooooo05Kooooo001Hoooo -o`03o`000?oooooooooo00?ooooo00@00000oooooooooooo00000oooool00ol0003oooooooooo`04 -ooooo`03o`000?oooooooooo01Wooooo00?o0000ooooooooool01?ooool00ol0003oooooooooo`05 -ooooo`03o`000?oooooooooo01Cooooo00Co0000oooooooooooo00001_ooool00ol000000000oooo -o`06ooooo`03o`000?oooooooooo05Kooooo001Iooooo`03o`000?oooooooooo00;ooooo00@00000 -oooooooooooo00002oooool00ol0003oooooooooo`08ooooo`;o00003_ooool00ol0003ooooooooo -o`04ooooo`03o`000?oooooooooo01cooooo00?o0000ooooool000001oooool00ol0003ooooooooo -o`05ooooo`03o`000?oooooooooo05Oooooo001Iooooo`03o`000?oooooooooo00?ooooo00<00000 -ooooool000003?ooool00ol0003oooooooooo`06ooooo`03o`000?oooooooooo00oooooo00?o0000 -ooooooooool00oooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo01;ooooo00?o0000 -ooooooooool01?ooool01000003oooooooooool00005ooooo`03o`000?oooooooooo05Sooooo001J -ooooo`03o`000?oooooooooo00;ooooo00<00000o`000?ooool03Oooool00ol0003oooooooooo`0G -ooooo`03o`000?oooooooooo00?ooooo00?o0000ooooooooool02Oooool00ol0003oooooooooo`0A -ooooo`03o`000?oooooooooo00?ooooo00D00000ooooooooooooooooo`000005ooooo`03o`000?oo -oooooooo05Sooooo001Kooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool00oooool0 -0ol0003oooooooooo`06ooooo`04o`000?ooooooooooooooo`;o00006Oooool00ol0003ooooooooo -o`0;ooooo`03o`000?oooooooooo00oooooo00?o0000ooooooooool00oooool00`00003ooooooooo -o`02ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool0FOooool005_ooooo00?o0000 -ooooooooool00_ooool00ol000000000ooooo`03ooooo`03o`000?oooooooooo00Oooooo00?o0000 -ooooool000006oooool00ol0003oooooooooo`0>ooooo`;o00003?ooool00ol0003oooooooooo`09 -ooooo`05o`000?ooooooooooooooool00000G?ooool005cooooo00Ko0000oooooooooooo0000oooo -o`000004ooooo`03o`000?oooooooooo00Sooooo00?o0000ooooooooool05Oooool00ol0003ooooo -ooooo`02ooooo`03o`000?oooooooooo013ooooo00?o0000ooooooooool02?ooool2o`0000_ooooo -00Go0000ooooooooooooooooo`00001Looooo`00G?ooool01?l0003oooooooooool00002ooooo`03 -00000?oooooooooo00Wooooo0_l00002ooooo`03o`000?oooooooooo01Cooooo00?o0000oooooooo -ool00_ooool00ol0003oooooooooo`0Aooooo`03o`000?oooooooooo00Kooooo00?o0000ooooool0 -00001?ooool00`00003oooooooooo`04ooooo`04o`000?ooooooooooo`0005gooooo001Mooooo`03 -o`000?oooooo000000?ooooo00<00000ooooooooool01oooool00ol0003oooooooooo`02ooooo`03 -o`000?oooooooooo01Cooooo00?o0000ooooooooool00_ooool00ol0003oooooooooo`0Iooooo`03 -o`000?oooooooooo00Cooooo00<00000ooooooooool01Oooool00ol0003oooooo`00001Nooooo`00 -G_ooool2o`00000300000?oooooooooo00Wooooo00?o0000ooooooooool01?ooool00ol0003ooooo -ooooo`0Cooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool04oooool3o`0000;ooooo -00?o0000ooooooooool01?ooool00`00003oooooooooo`06ooooo`03o`000?oooooo000005kooooo -001Pooooo`03o`000000003ooooo00;ooooo00<00000ooooool000003?ooool00ol0003ooooooooo -o`0Gooooo`03o`000?oooooooooo01Kooooo0_l0000@ooooo`;o0000Goooool0067ooooo0_l00000 -1?ooool00000000000000003o`0000_ooooo00?o0000ooooooooool05_ooool00ol0003ooooooooo -o`0Fooooo`03o`000?oooooooooo00?ooooo00?o000000000?ooool02?ooool2o`00063ooooo001S -ooooo`04o`000?ooooooooooooooo`<000002oooool00ol0003oooooooooo`0Aooooo`03o`000?oo -oooooooo00;ooooo00?o0000ooooooooool05Oooool01?l0003oooooooooooooool2o`000003oooo -o`00003ooooo00?ooooo0P000002ooooo`0300000?l0003ooooo067ooooo001Tooooo`03o`000?oo -oooooooo00@000002oooool00ol0003oooooooooo`0@ooooo`03o`000?oooooooooo00;ooooo00?o -0000ooooooooool05Oooool00ol0003oooooooooo`02ooooo`0300000?l0003o000000;ooooo0P00 -0003ooooo`;o0000Hoooool006Gooooo0_l00003ooooo`0300000?oooooooooo00<000001oooool0 -0ol0003oooooooooo`0?ooooo`03o`000?oooooooooo00;ooooo00?o0000ooooooooool05?ooool0 -1?l0003oooooooooooooool2000000Wooooo00?o0000ooooooooool0Hoooool006Oooooo00?o0000 -ooooooooool01_ooool00`00003oooooooooo`05ooooo`03o`000?oooooooooo00kooooo00?o0000 -ooooooooool00_ooool00ol0003oooooooooo`0Cooooo`03o`0000000000000000?ooooo0P000006 -ooooo`;o0000I_ooool006Sooooo0_l00002ooooo`8000001Oooool4000000;ooooo00?o0000oooo -ooooool04_ooool00ol0003oooooooooo`0>ooooo`8000000_ooool00ol000000000ooooo`03oooo -o`0300000?oooooooooo00Gooooo00?o0000ooooooooool0I_ooool006[ooooo00Go0000oooooooo -oooooooo0000000:ooooo`03o`0000000000000001;ooooo00?o0000ooooooooool03?ooool20000 -00?ooooo00?o0000ooooooooool00oooool00`00003oooooooooo`04ooooo`;o0000JOooool006_o -oooo0_l00002ooooo`0300000?oooooooooo00Sooooo00?o0000ooooo`0000004Oooool00ol0003o -ooooooooo`06ooooo`@000001_ooool00ol0003oooooooooo`0:ooooo`03o`000?oooooooooo06Wo -oooo001]ooooo`03o`000?oooooooooo00_ooooo00Co0000oooooooooooooooo10000006ooooo`05 -o`000?ooooooooooooooool000001Oooool2000000_ooooo00?o0000ooooooooool00oooool00`00 -003oooooooooo`03ooooo`;o0000K?ooool006kooooo0_l000000oooool00000ooooo`09ooooo`03 -o`000?oooooooooo00Kooooo0`0000000ooooooo0000ooooo`02ooooo`04o`000000003ooooooooo -o`8000003?ooool00ol0003oooooooooo`03ooooo`0300000?oooooooooo00?ooooo00?o0000oooo -ooooool0K?ooool0073ooooo00?o0000ooooo`0000002Oooool00ol0003oooooooooo`09ooooo`03 -00000?l0003ooooo0080000000?o0000ooooooooool03_ooool00ol0003oooooooooo`03ooooo`03 -00000?oooooooooo00;ooooo0_l0001_ooooo`00LOooool00ol0003ooooo00000009ooooo`03o`00 -0?oooooooooo00Wooooo00Go0000ooooooooooooooooo`00000@ooooo`03o`000?oooooooooo00Oo -oooo00?o0000ooooooooool0Koooool007;ooooo0_l0000:ooooo`03o`000?oooooooooo00cooooo -00?o0000ooooooooool03Oooool01Ol0003oooooooooooooool0000000Cooooo0_l0001booooo`00 -M?ooool00ol0003ooooo00000008ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool0 -3?ooool01Ol0003oooooooooooooool0000000Cooooo00?o0000ooooooooool0L_ooool007Gooooo -0_l000000`00003oooooooooo`05ooooo`03o`000?oooooooooo00_ooooo00?o0000ooooooooool0 -2oooool01Ol0003oooooooooooooool0000000?ooooo0_l0001eooooo`00Moooool00ol000000000 -ooooo`06ooooo`03o`000?oooooooooo00Oooooo00@00000oooooooooooo00003?ooool00ol0003o -ooooooooo`05ooooo`03o`000?oooooooooo07Gooooo001hooooo`;o00001oooool00ol0003ooooo -ooooo`06ooooo`0400000?ooooooooooo`0000_ooooo00Co0000ooooooooool000000oooool2o`00 -07Sooooo001jooooo`03o`0000000000000000Gooooo00?o0000ooooooooool01Oooool01000003o -ooooooooool0000:ooooo`04o`000?oooooooooo000000?ooooo00?o0000ooooooooool0N?ooool0 -07_ooooo00?o0000ooooo`0000001?ooool00ol0003oooooooooo`08ooooo`03o`000?oooooooooo -00Oooooo00Co0000ooooooooool000000_ooool2o`0007_ooooo001looooo`;o00001Oooool00ol0 -003oooooooooo`07ooooo`03o`000?oooooooooo00Kooooo00?o0000ooooooooool00oooool00ol0 -003oooooooooo`1kooooo`00O_ooool00ol0003ooooo00000003ooooo`03o`000?oooooooooo00Ko -oooo00?o0000ooooooooool01Oooool01Ol0003ooooo00000000003ooooo00;o0000O_ooool007oo -oooo0_l000001@00003ooooooooooooooooo000000Gooooo00<00000ooooool000001oooool01Ol0 -00000000oooooooooooo0000083ooooo0021ooooo`03o`000000003ooooo00;ooooo00?o0000oooo -ooooool00_ooool00`00003oooooo`000006ooooo`03o`000000003ooooo00;o0000POooool008;o -oooo0_l00002ooooo`03o`000?oooooooooo00;ooooo00<00000o`000?ooool01Oooool01?l0003o -ooooooooool00023ooooo`00Q?ooool01?l000000000ooooool00004ooooo`03o`000?oooooooooo -00?ooooo00Co000000000?l0003o0000Q?ooool008Gooooo0_l000000ooooooo0000ooooo`02oooo -o`03o`000?oooooooooo00;ooooo00?o000000000?l00000Q_ooool008Oooooo00?o0000ooooool0 -00000_ooool01?l0003oooooooooooooool3o`0008Oooooo0028ooooo`;o00000_ooool00ol0003o -ooooooooo`02o`0008Wooooo0029ooooo`;o000000?oooooo`000?ooool00_l0002:ooooo`00Rooo -ool3o`0008cooooo002"], - ImageRangeCache->{{{0, 281}, {281, 0}} -> {-5.00005*^-6, -5.00005*^-6, \ -0.00355875, 0.00355875}}] -}, Closed]] -}, Closed]] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Unfolding the Polytope", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["UnfoldPolytope[facets1] ", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - AnimationCycleOffset->0.0625, - AnimationCycleRepetitions->Infinity] -}, Open ]], - -Cell[CellGroupData[{ - -Cell["Disconnect cddmathlink", "Section", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{ - -Cell["Uninstall[cddml]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[BoxData[ - \("/Users/fukuda/Math/cddmathlink"\)], "Output"] -}, Open ]] -}, Open ]] -}, -FrontEndVersion->"4.1 for Macintosh", -ScreenRectangle->{{0, 1152}, {0, 746}}, -AutoGeneratedPackage->None, -WindowToolbars->{}, -CellGrouping->Manual, -WindowSize->{520, 624}, -WindowMargins->{{274, Automatic}, {9, Automatic}}, -PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, -ShowCellLabel->True, -ShowCellTags->False, -RenderingOptions->{"ObjectDithering"->True, -"RasterDithering"->False} -] - -(******************************************************************* -Cached data follows. If you edit this Notebook file directly, not -using Mathematica, you must remove the line containing CacheID at -the top of the file. The cache data will then be recreated when -you save this file from within Mathematica. -*******************************************************************) - -(*CellTagsOutline -CellTagsIndex->{} -*) - -(*CellTagsIndex -CellTagsIndex->{} -*) - -(*NotebookFileOutline -Notebook[{ -Cell[1705, 50, 133, 4, 252, "Title"], -Cell[1841, 56, 231, 4, 92, "Subtitle"], - -Cell[CellGroupData[{ -Cell[2097, 64, 110, 2, 56, "Section", - InitializationCell->True], -Cell[2210, 68, 119, 2, 27, "Input", - InitializationCell->True], -Cell[2332, 72, 112, 2, 27, "Input", - InitializationCell->True], -Cell[2447, 76, 534, 13, 86, "Text", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[3006, 93, 83, 2, 27, "Input", - InitializationCell->True], -Cell[3092, 97, 969, 16, 299, "Output"] -}, Open ]], -Cell[4076, 116, 112, 2, 27, "Input", - InitializationCell->True], -Cell[4191, 120, 418, 10, 68, "Text", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[4634, 134, 115, 2, 27, "Input", - InitializationCell->True], -Cell[4752, 138, 84, 1, 27, "Output"] -}, Open ]], -Cell[4851, 142, 437, 10, 86, "Text", - InitializationCell->True], -Cell[5291, 154, 99, 2, 27, "Input", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[5415, 160, 94, 2, 27, "Input", - InitializationCell->True], -Cell[5512, 164, 219, 4, 63, "Message"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[5768, 173, 97, 2, 27, "Input", - InitializationCell->True], -Cell[5868, 177, 222, 4, 63, "Message"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ -Cell[6139, 187, 106, 1, 56, "Section"], - -Cell[CellGroupData[{ -Cell[6270, 192, 84, 1, 27, "Input"], -Cell[6357, 195, 726, 11, 187, "Output"] -}, Open ]], -Cell[7098, 209, 176, 4, 50, "Text"], - -Cell[CellGroupData[{ -Cell[7299, 217, 130, 4, 42, "Input"], -Cell[7432, 223, 259, 4, 23, "Print"] -}, Open ]], -Cell[7706, 230, 132, 4, 42, "Input"], - -Cell[CellGroupData[{ -Cell[7863, 238, 75, 1, 27, "Input"], -Cell[7941, 241, 41, 1, 27, "Output"] -}, Open ]], -Cell[7997, 245, 162, 4, 42, "Input"], - -Cell[CellGroupData[{ -Cell[8184, 253, 83, 1, 27, "Input"], -Cell[8270, 256, 1633, 28, 243, "Output"] -}, Open ]], -Cell[9918, 287, 286, 12, 177, "Input"], - -Cell[CellGroupData[{ -Cell[10229, 303, 98, 1, 27, "Input"], -Cell[10330, 306, 739, 10, 187, "Output"] -}, Open ]] -}, Open ]], - -Cell[CellGroupData[{ -Cell[11118, 322, 86, 1, 56, "Section"], - -Cell[CellGroupData[{ -Cell[11229, 327, 77, 1, 46, "Subsection"], - -Cell[CellGroupData[{ -Cell[11331, 332, 167, 8, 70, "Input"], -Cell[11501, 342, 170, 6, 70, "Input"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[11720, 354, 92, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[11837, 359, 260, 11, 147, "Input"], -Cell[12100, 372, 27476, 517, 290, 4617, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[39579, 891, 28078, 525, 290, 4575, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[67660, 1418, 26948, 511, 290, 4571, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[94611, 1931, 26009, 499, 290, 4580, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[120623, 2432, 27636, 519, 290, 4587, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[148262, 2953, 27754, 521, 290, 4563, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[176019, 3476, 27734, 520, 290, 4584, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[203756, 3998, 4691, 234, 290, 4572, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[208450, 4234, 28930, 535, 290, 4589, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[237383, 4771, 4736, 234, 70, 4617, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[242122, 5007, 4694, 234, 70, 4575, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[246819, 5243, 4690, 234, 70, 4571, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[251512, 5479, 4699, 234, 70, 4580, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[256214, 5715, 4706, 234, 290, 4587, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[260923, 5951, 4682, 234, 290, 4563, 230, "GraphicsData", "PostScript", \ -"Graphics", - ImageCacheValid->False], -Cell[265608, 6187, 27734, 520, 290, 4584, 230, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[293345, 6709, 29055, 537, 290, 4572, 230, "GraphicsData", "PostScript", \ -"Graphics"] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[322449, 7252, 106, 1, 30, "Subsection"], - -Cell[CellGroupData[{ -Cell[322580, 7257, 334, 13, 147, "Input"], -Cell[322917, 7272, 34287, 652, 290, 3040, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[357207, 7926, 34393, 657, 290, 3065, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[391603, 8585, 32309, 628, 290, 3030, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[423915, 9215, 31029, 615, 290, 3071, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[454947, 9832, 33813, 646, 290, 3032, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[488763, 10480, 33771, 649, 290, 3047, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[522537, 11131, 34320, 656, 290, 3061, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[556860, 11789, 35334, 665, 290, 2994, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[592197, 12456, 35474, 667, 290, 3032, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[627674, 13125, 33704, 645, 290, 3040, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[661381, 13772, 35106, 666, 290, 3065, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[696490, 14440, 33151, 638, 290, 3030, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[729644, 15080, 31118, 616, 290, 3071, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[760765, 15698, 33999, 648, 290, 3032, 261, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[794767, 16348, 32836, 638, 290, 3047, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[827606, 16988, 33441, 645, 290, 3061, 265, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[861050, 17635, 35108, 663, 290, 2994, 261, "GraphicsData", "PostScript", \ -"Graphics"] -}, Closed]] -}, Closed]] -}, Open ]], - -Cell[CellGroupData[{ -Cell[896219, 18305, 74, 1, 56, "Section"], -Cell[896296, 18308, 179, 4, 27, "Input"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[896512, 18317, 74, 1, 56, "Section"], - -Cell[CellGroupData[{ -Cell[896611, 18322, 66, 1, 27, "Input"], -Cell[896680, 18325, 66, 1, 27, "Output"] -}, Open ]] -}, Open ]] -} -] -*) - - - -(******************************************************************* -End of Mathematica Notebook file. -*******************************************************************) - diff -Nru cddlib-094h/examples-ml/cddml-Zonotope.m cddlib-094j/examples-ml/cddml-Zonotope.m --- cddlib-094h/examples-ml/cddml-Zonotope.m 2002-12-13 04:15:36.000000000 +0000 +++ cddlib-094j/examples-ml/cddml-Zonotope.m 1970-01-01 00:00:00.000000000 +0000 @@ -1,88 +0,0 @@ -(******************************************************************* -This file was generated automatically by the Mathematica front end. -It contains Initialization cells from a Notebook file, which -typically will have the same name as this file except ending in -".nb" instead of ".m". - -This file is intended to be loaded into the Mathematica kernel using -the package loading commands Get or Needs. Doing so is equivalent -to using the Evaluate Initialization Cells menu command in the front -end. - -DO NOT EDIT THIS FILE. This entire file is regenerated -automatically each time the parent Notebook file is saved in the -Mathematica front end. Any changes you make to this file will be -overwritten. -***********************************************************************) - -Off[General::spell1];Off[General::spell] - - -(* Russell Towle's codes to create projections (zonotopes) of -hypercubes. *) - -cross[ {ax_, ay_, az_}, {bx_, by_, bz_} ] := (*cross product*) - {ay bz - az by, az bx - ax bz, ax by - ay bx} - -mag[v_]:= Sqrt[Plus@@(v^2)] (*magnitude of a vector*) - -unit[v_]:= v/Sqrt[v.v] (*make unit vector*) - -tolerance=0.000001; -collinear[ v1_, v2_ ] := (*test for collinearity*) - Apply[And, Map[Abs[#]Normal*) - - - -Notebook[{ - - -Cell[TextData[{ - StyleBox["Mathematica", - FontWeight->"Plain", - FontSlant->"Italic"], - StyleBox[" and cddmathlink\nUsing cddmathlink to compute complex convex \ -hulls and drawing with ", - FontWeight->"Plain"], - StyleBox["Mathematica", - FontWeight->"Plain", - FontSlant->"Italic"], - StyleBox["\nby Komei Fukuda\nwith \na nice zonotope example\nof Russell \ -Towle\n (April 17, 2001)", - FontWeight->"Plain"] -}], "Title", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["Off[General::spell1];Off[General::spell]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ - -(* Russell Towle's codes to create projections (zonotopes) of -hypercubes. *) - -cross[ {ax_, ay_, az_}, {bx_, by_, bz_} ] := (*cross product*) - {ay bz - az by, az bx - ax bz, ax by - ay bx} - -mag[v_]:= Sqrt[Plus@@(v^2)] (*magnitude of a vector*) - -unit[v_]:= v/Sqrt[v.v] (*make unit vector*) - -tolerance=0.000001; -collinear[ v1_, v2_ ] := (*test for collinearity*) - Apply[And, Map[Abs[#]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["\<\ -(* Here I set to a directory where I store -the packages I need *) - -SetDirectory[\"~/Math\"]\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -\"/Users/fukuda/Math\"\ -\>", "\<\ -/Users/fukuda/Math\ -\ -\>"], "Output", - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell[CellGroupData[{Cell["cddml=Install[\"~/Math/cddmathlink\"]", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -LinkObject[\"~/Math/cddmathlink\", 6, 6]\ -\>", \ -"\<\ -LinkObject[~/Math/cddmathlink, 6, 6]\ -\>"], "Output", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell["Needs[\"ExtendGraphics`View3D`\"];", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["<True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["<True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["<True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["<True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -(*the vectors which determine an n-merous polar zonohedron*) -(*3<=n, 0<=pitch<=90 degrees*) - -vectors[n_Integer,pitch_]:= -Table[N[{Cos[Degree pitch] Cos[2Pi i/n], -\tCos[Degree pitch] Sin[2Pi i/n], -\t-Sin[Degree pitch]},15], -\t{i,n}] (* modified by KF, precision 15 added *)\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -(*the pitch at which a polar zonohedron is -an isometric shadow of an n-cube*) - -N[1/Degree * ArcTan[(1/2)^(1/2)],15]; -\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -(*Here, we obtain the vectors for an isometric projection of -a d-cube into cyclic symmetry*) - -dim=8; -gen=Zonotope[vectors[dim, N[ 1/Degree * ArcTan[(1/2)^(1/2)],15 ] ] ]; -genc = Chop[gen,10^(-12)];\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["\<\ -extlist=Map[Prepend[#,1]&,genc]; -{n,d}=Dimensions[extlist]\ -\>", "Input", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -{256, 4}\ -\>", "\<\ -{256, 4}\ -\>"], "Output", - InitializationCell->True, - ImageRegion->{{0, 1}, {0, 1}}]}, Open]]}, Open]], - -Cell[CellGroupData[{Cell["\<\ -{{inelist,equalities}, icd, iad,ecd,ead}= -\tAllFacetsWithAdjacency[n,d,Flatten[extlist]];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["{m,d}=Dimensions[inelist]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -{56, 4}\ -\>", "\<\ -{56, 4}\ -\>"], "Output", - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell[CellGroupData[{Cell["facets=Map[(Part[genc,#]) &, icd];", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["Length[facets]", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -56\ -\>", "\<\ -56\ -\>"], "Output", - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell["facets1=OrderFacets[facets];", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["viewpt={2, -2.4, 1}", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[OutputFormData["\<\ -{2, -2.4, 1}\ -\>", "\<\ -{2, -2.4, 1}\ -\>"], "Output", - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell[CellGroupData[{Cell["\<\ -Show[poly=Graphics3D[Polygon /@ facets1],Boxed->False, -ViewPoint->viewpt];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1.05969 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations --0.05793 1.131557 0.028289 1.131557 [ -[ 0 0 0 0 ] -[ 1 1.05969 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1.05969 L -0 1.05969 L -closepath -clip -newpath -p -P -p -.002 w -.48297 .75416 m .59511 .67945 L .48346 .60071 L p -.722 .54 .643 r -F P -s -P -p -.002 w -.48346 .60071 m .37043 .67388 L .48297 .75416 L p -.722 .54 .643 r -F P -s -P -p -.002 w -.37043 .67388 m .48346 .60071 L .40971 .49714 L p -.787 .68 .746 r -F P -s -P -p -.002 w -.40971 .49714 m .48346 .60071 L .57031 .50212 L p -.714 .663 .798 r -F P -s -P -p -.002 w -.57031 .50212 m .48346 .60071 L .59511 .67945 L p -.651 .564 .744 r -F P -s -P -p -.002 w -.68454 .58172 m .59511 .67945 L .68816 .7386 L p -.53 .386 .63 r -F P -s -P -p -.002 w -.68816 .7386 m .59511 .67945 L .48297 .75416 L p -.608 .341 .488 r -F P -s -P -p -.002 w -.59511 .67945 m .68454 .58172 L .57031 .50212 L p -.651 .564 .744 r -F P -s -P -p -.002 w -.48297 .75416 m .37043 .67388 L .28841 .7295 L p -.786 .48 .472 r -F P -s -P -p -.002 w -.28841 .7295 m .37043 .67388 L .29287 .57062 L p -.886 .679 .617 r -F P -s -P -p -.002 w -.40971 .49714 m .29287 .57062 L .37043 .67388 L p -.787 .68 .746 r -F P -s -P -p -.002 w -.57031 .50212 m .49731 .39421 L .40971 .49714 L p -.714 .663 .798 r -F P -s -P -p -.002 w -.49731 .39421 m .57031 .50212 L .58315 .38397 L p -.651 .641 .827 r -F P -s -P -p -.002 w -.57031 .50212 m .68454 .58172 L .7015 .46563 L p -.575 .572 .812 r -F P -s -P -p -.002 w -.7015 .46563 m .58315 .38397 L .57031 .50212 L p -.575 .572 .812 r -F P -s -P -p -.002 w -.48297 .75416 m .57291 .81714 L .68816 .7386 L p -.608 .341 .488 r -F P -s -P -p -.002 w -.57291 .81714 m .48297 .75416 L .4056 .81382 L p -.66 .291 .334 r -F P -s -P -p -.002 w -.28841 .7295 m .4056 .81382 L .48297 .75416 L p -.786 .48 .472 r -F P -s -P -p -.002 w -.41695 .37811 m .40971 .49714 L .29287 .57062 L p -.824 .791 .821 r -F P -s -P -p -.002 w -.40971 .49714 m .49731 .39421 L .50785 .26916 L p -.757 .735 .832 r -F P -s -P -p -.002 w -.50785 .26916 m .41695 .37811 L .40971 .49714 L p -.757 .735 .832 r -F P -s -P -p -.002 w -.68816 .7386 m .78294 .63809 L .68454 .58172 L p -.53 .386 .63 r -F P -s -P -p -.002 w -.7015 .46563 m .68454 .58172 L .78294 .63809 L p -.418 .424 .759 r -F P -s -P -p -.002 w -.29287 .57062 m .20513 .62282 L .28841 .7295 L p -.886 .679 .617 r -F P -s -P -p -.002 w -.29604 .45247 m .29287 .57062 L .20513 .62282 L p -.93 .872 .758 r -F P -s -P -p -.002 w -.29287 .57062 m .29604 .45247 L .41695 .37811 L p -.824 .791 .821 r -F P -s -P -p -.002 w -.58315 .38397 m .50785 .26916 L .49731 .39421 L p -.651 .641 .827 r -F P -s -P -p -.002 w -.81079 .68732 m .7099 .79274 L .68816 .7386 L p -.189 0 .281 r -F P -s -P -p -.002 w -.68816 .7386 m .78294 .63809 L .81079 .68732 L p -.189 0 .281 r -F P -s -P -p -.002 w -.57291 .81714 m .68816 .7386 L .7099 .79274 L p -.387 .024 .222 r -F P -s -P -p -.002 w -.58315 .38397 m .7015 .46563 L .62873 .35218 L p -.481 .567 .865 r -F P -s -P -p -.002 w -.62873 .35218 m .50785 .26916 L .58315 .38397 L p -.481 .567 .865 r -F P -s -P -p -.002 w -.41091 .87364 m .28671 .78391 L .28841 .7295 L p -.788 .322 .13 r -F P -s -P -p -.002 w -.28841 .7295 m .4056 .81382 L .41091 .87364 L p -.788 .322 .13 r -F P -s -P -p -.002 w -.20513 .62282 m .28841 .7295 L .28671 .78391 L p -.899 .485 .112 r -F P -s -P -p -.002 w -.29604 .45247 m .41695 .37811 L .50785 .26916 L p -.836 .889 .879 r -F P -s -P -p -.002 w -.7099 .79274 m .58813 .87679 L .57291 .81714 L p -.387 .024 .222 r -F P -s -P -p -.002 w -.58813 .87679 m .57291 .81714 L .49662 .8823 L p -.509 .097 .194 r -F P -s -P -p -.002 w -.4056 .81382 m .49662 .8823 L .57291 .81714 L p -.66 .291 .334 r -F P -s -P -p -.002 w -.7311 .40241 m .80422 .51927 L .7015 .46563 L p -.254 .443 .854 r -F P -s -P -p -.002 w -.7015 .46563 m .62873 .35218 L .7311 .40241 L p -.254 .443 .854 r -F P -s -P -p -.002 w -.78294 .63809 m .80422 .51927 L .7015 .46563 L p -.418 .424 .759 r -F P -s -P -p -.002 w -.83448 .56304 m .80422 .51927 L .78294 .63809 L p -0 0 .386 r -F P -s -P -p -.002 w -.78294 .63809 m .81079 .68732 L .83448 .56304 L p -0 0 .386 r -F P -s -P -p -.002 w -.50785 .94906 m .41091 .87364 L .4056 .81382 L p -.688 .228 .153 r -F P -s -P -p -.002 w -.4056 .81382 m .49662 .8823 L .50785 .94906 L p -.688 .228 .153 r -F P -s -P -p -.002 w -.20513 .62282 m .20514 .50089 L .29604 .45247 L p -.93 .872 .758 r -F P -s -P -p -.002 w -.20514 .50089 m .29604 .45247 L .38592 .34334 L p -.847 .994 .841 r -F P -s -P -p -.002 w -.50785 .26916 m .38592 .34334 L .29604 .45247 L p -.836 .889 .879 r -F P -s -P -p -.002 w -.38592 .34334 m .50785 .26916 L .42686 .30886 L p -.562 .927 .769 r -F P -s -P -p -.002 w -.42686 .30886 m .50785 .26916 L .51943 .29676 L p -.284 0 0 r -F P -s -P -p -.002 w -.62873 .35218 m .50785 .26916 L .60442 .31555 L p -.016 .415 .859 r -F P -s -P -p -.002 w -.62265 .34733 m .60442 .31555 L .50785 .26916 L p -.514 0 0 r -F P -s -P -p -.002 w -.50785 .26916 m .51943 .29676 L .62265 .34733 L p -.514 0 0 r -F P -s -P -p -.002 w -.28671 .78391 m .19829 .67219 L .20513 .62282 L p -.899 .485 .112 r -F P -s -P -p -.002 w -.20514 .50089 m .20513 .62282 L .19829 .67219 L p -.789 .66 .107 r -F P -s -P -p -.002 w -.60442 .31555 m .7311 .40241 L .62873 .35218 L p -.016 .415 .859 r -F P -s -P -p -.002 w -.38592 .34334 m .29761 .38735 L .20514 .50089 L p -.847 .994 .841 r -F P -s -P -p -.002 w -.42686 .30886 m .29761 .38735 L .38592 .34334 L p -.562 .927 .769 r -F P -s -P -p -.002 w -.83448 .56304 m .80422 .51927 L .7311 .40241 L p -0 0 .411 r -F P -s -P -p -.002 w -.58813 .87679 m .7099 .79274 L .637 .85965 L p -0 0 0 r -F P -s -P -p -.002 w -.81079 .68732 m .7099 .79274 L .637 .85965 L p -.595 .887 .587 r -F P -s -P -p -.002 w -.49662 .8823 m .50785 .94906 L .58813 .87679 L p -.509 .097 .194 r -F P -s -P -p -.002 w -.50785 .94906 m .41091 .87364 L .28671 .78391 L p -.511 0 0 r -F P -s -P -p -.002 w -.28671 .78391 m .37751 .85486 L .50785 .94906 L p -.511 0 0 r -F P -s -P -p -.002 w -.37751 .85486 m .28671 .78391 L .19829 .67219 L p -0 .255 .765 r -F P -s -P -p -.002 w -.637 .85965 m .50785 .94906 L .58813 .87679 L p -0 0 0 r -F P -s -P -p -.002 w -.7311 .40241 m .75754 .43997 L .83448 .56304 L p -0 0 .411 r -F P -s -P -p -.002 w -.75754 .43997 m .7311 .40241 L .60442 .31555 L p -.602 .038 0 r -F P -s -P -p -.002 w -.60442 .31555 m .62265 .34733 L .75754 .43997 L p -.602 .038 0 r -F P -s -P -p -.002 w -.19829 .67219 m .19804 .54449 L .20514 .50089 L p -.789 .66 .107 r -F P -s -P -p -.002 w -.20514 .50089 m .19804 .54449 L .29635 .42454 L p -0 0 0 r -F P -s -P -p -.002 w -.29635 .42454 m .29761 .38735 L .20514 .50089 L p -0 0 0 r -F P -s -P -p -.002 w -.74149 .75026 m .81079 .68732 L .83448 .56304 L p -.957 .948 .701 r -F P -s -P -p -.002 w -.637 .85965 m .74149 .75026 L .81079 .68732 L p -.595 .887 .587 r -F P -s -P -p -.002 w -.43388 .34043 m .42686 .30886 L .29761 .38735 L p -.103 0 0 r -F P -s -P -p -.002 w -.51943 .29676 m .43388 .34043 L .42686 .30886 L p -.284 0 0 r -F P -s -P -p -.002 w -.53866 .39582 m .62265 .34733 L .51943 .29676 L p -.585 .12 .115 r -F P -s -P -p -.002 w -.51943 .29676 m .43388 .34043 L .53866 .39582 L p -.585 .12 .115 r -F P -s -P -p -.002 w -.29761 .38735 m .29635 .42454 L .43388 .34043 L p -.103 0 0 r -F P -s -P -p -.002 w -.19804 .54449 m .19829 .67219 L .28767 .7401 L p -.259 .329 .746 r -F P -s -P -p -.002 w -.19829 .67219 m .28767 .7401 L .37751 .85486 L p -0 .255 .765 r -F P -s -P -p -.002 w -.637 .85965 m .74149 .75026 L .61128 .83979 L p -.825 .976 .889 r -F P -s -P -p -.002 w -.61128 .83979 m .50785 .94906 L .637 .85965 L p -.825 .976 .889 r -F P -s -P -p -.002 w -.42108 .83616 m .28767 .7401 L .37751 .85486 L p -.345 .53 .894 r -F P -s -P -p -.002 w -.37751 .85486 m .50785 .94906 L .42108 .83616 L p -.345 .53 .894 r -F P -s -P -p -.002 w -.83448 .56304 m .76359 .62196 L .68032 .4939 L p -.938 .703 .556 r -F P -s -P -p -.002 w -.68032 .4939 m .75754 .43997 L .83448 .56304 L p -.938 .703 .556 r -F P -s -P -p -.002 w -.83448 .56304 m .76359 .62196 L .74149 .75026 L p -.957 .948 .701 r -F P -s -P -p -.002 w -.50785 .94906 m .61128 .83979 L .62831 .71304 L p -.766 .781 .865 r -F P -s -P -p -.002 w -.62831 .71304 m .52027 .82957 L .50785 .94906 L p -.766 .781 .865 r -F P -s -P -p -.002 w -.52027 .82957 m .50785 .94906 L .42108 .83616 L p -.627 .657 .86 r -F P -s -P -p -.002 w -.74149 .75026 m .76359 .62196 L .62831 .71304 L p -.849 .856 .847 r -F P -s -P -p -.002 w -.62831 .71304 m .61128 .83979 L .74149 .75026 L p -.849 .856 .847 r -F P -s -P -p -.002 w -.53866 .39582 m .62265 .34733 L .75754 .43997 L p -.794 .422 .353 r -F P -s -P -p -.002 w -.28767 .7401 m .29114 .60922 L .19804 .54449 L p -.259 .329 .746 r -F P -s -P -p -.002 w -.29635 .42454 m .19804 .54449 L .29114 .60922 L p -.454 .307 .59 r -F P -s -P -p -.002 w -.43021 .70836 m .29114 .60922 L .28767 .7401 L p -.521 .562 .838 r -F P -s -P -p -.002 w -.28767 .7401 m .42108 .83616 L .43021 .70836 L p -.521 .562 .838 r -F P -s -P -p -.002 w -.53866 .39582 m .43388 .34043 L .29635 .42454 L p -.553 .238 .388 r -F P -s -P -p -.002 w -.75754 .43997 m .68032 .4939 L .53866 .39582 L p -.794 .422 .353 r -F P -s -P -p -.002 w -.42108 .83616 m .43021 .70836 L .52027 .82957 L p -.627 .657 .86 r -F P -s -P -p -.002 w -.29114 .60922 m .39635 .48497 L .29635 .42454 L p -.454 .307 .59 r -F P -s -P -p -.002 w -.29635 .42454 m .39635 .48497 L .53866 .39582 L p -.553 .238 .388 r -F P -s -P -p -.002 w -.52027 .82957 m .62831 .71304 L .53944 .58546 L p -.713 .685 .821 r -F P -s -P -p -.002 w -.53944 .58546 m .43021 .70836 L .52027 .82957 L p -.713 .685 .821 r -F P -s -P -p -.002 w -.68032 .4939 m .76359 .62196 L .62831 .71304 L p -.808 .709 .755 r -F P -s -P -p -.002 w -.39635 .48497 m .29114 .60922 L .43021 .70836 L p -.634 .56 .753 r -F P -s -P -p -.002 w -.62831 .71304 m .53944 .58546 L .68032 .4939 L p -.808 .709 .755 r -F P -s -P -p -.002 w -.53866 .39582 m .68032 .4939 L .53944 .58546 L p -.726 .528 .623 r -F P -s -P -p -.002 w -.53944 .58546 m .39635 .48497 L .53866 .39582 L p -.726 .528 .623 r -F P -s -P -p -.002 w -.43021 .70836 m .53944 .58546 L .39635 .48497 L p -.634 .56 .753 r -F P -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{269, 285}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False]}, Open]], - -Cell[CellGroupData[{Cell["\<\ -Show[poly0= -\tGraphics3D[ -\tJoin[{PointSize[0.02]}, -\t\tPoint /@ genc] -\t],Boxed->True,ViewPoint->viewpt];\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1.05969 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations --0.05793 1.131557 0.028289 1.131557 [ -[ 0 0 0 0 ] -[ 1 1.05969 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1.05969 L -0 1.05969 L -closepath -clip -newpath -p -.002 w -.07153 .23631 m -.02829 .96071 L -s -.02829 .96071 m -.47161 1.0314 L -s -.47161 1.0314 m -.47437 .41457 L -s -.47437 .41457 m -.07153 .23631 L -s -.55473 .02829 m -.93113 .27045 L -s -.93113 .27045 m -.97171 .97442 L -s -.97171 .97442 m -.56032 .8754 L -s -.56032 .8754 m -.55473 .02829 L -s -.07153 .23631 m -.02829 .96071 L -s -.02829 .96071 m -.56032 .8754 L -s -.56032 .8754 m -.55473 .02829 L -s -.55473 .02829 m -.07153 .23631 L -s -.47437 .41457 m -.93113 .27045 L -s -.93113 .27045 m -.97171 .97442 L -s -.97171 .97442 m -.47161 1.0314 L -s -.47161 1.0314 m -.47437 .41457 L -s -P -p -.02 w -.48346 .60071 Mdot -P -p -.02 w -.59511 .67945 Mdot -P -p -.02 w -.37043 .67388 Mdot -P -p -.02 w -.57031 .50212 Mdot -P -p -.02 w -.48297 .75416 Mdot -P -p -.02 w -.40971 .49714 Mdot -P -p -.02 w -.68454 .58172 Mdot -P -p -.02 w -.52362 .57716 Mdot -P -p -.02 w -.45642 .57525 Mdot -P -p -.02 w -.49307 .48814 Mdot -P -p -.02 w -.29287 .57062 Mdot -P -p -.02 w -.57158 .65643 Mdot -P -p -.02 w -.57158 .65643 Mdot -P -p -.02 w -.60865 .56892 Mdot -P -p -.02 w -.49731 .39421 Mdot -P -p -.02 w -.4077 .65223 Mdot -P -p -.02 w -.4077 .65223 Mdot -P -p -.02 w -.68816 .7386 Mdot -P -p -.02 w -.37623 .56225 Mdot -P -p -.02 w -.6139 .47509 Mdot -P -p -.02 w -.52394 .73486 Mdot -P -p -.02 w -.45536 .7333 Mdot -P -p -.02 w -.58315 .38397 Mdot -P -p -.02 w -.49276 .64466 Mdot -P -p -.02 w -.49276 .64466 Mdot -P -p -.02 w -.37953 .46758 Mdot -P -p -.02 w -.66356 .55498 Mdot -P -p -.02 w -.28841 .7295 Mdot -P -p -.02 w -.41695 .37811 Mdot -P -p -.02 w -.57291 .81714 Mdot -P -p -.02 w -.7015 .46563 Mdot -P -p -.02 w -.61075 .7281 Mdot -P -p -.02 w -.49709 .55011 Mdot -P -p -.02 w -.49709 .55011 Mdot -P -p -.02 w -.49709 .55011 Mdot -P -p -.02 w -.78294 .63809 Mdot -P -p -.02 w -.4056 .81382 Mdot -P -p -.02 w -.53496 .46023 Mdot -P -p -.02 w -.46539 .45797 Mdot -P -p -.02 w -.32864 .54518 Mdot -P -p -.02 w -.37346 .72263 Mdot -P -p -.02 w -.61613 .63368 Mdot -P -p -.02 w -.61613 .63368 Mdot -P -p -.02 w -.54645 .63184 Mdot -P -p -.02 w -.29604 .45247 Mdot -P -p -.02 w -.58474 .54131 Mdot -P -p -.02 w -.58474 .54131 Mdot -P -p -.02 w -.58474 .54131 Mdot -P -p -.02 w -.44733 .62922 Mdot -P -p -.02 w -.49244 .8078 Mdot -P -p -.02 w -.37681 .62736 Mdot -P -p -.02 w -.37681 .62736 Mdot -P -p -.02 w -.50785 .26916 Mdot -P -p -.02 w -.66686 .71666 Mdot -P -p -.02 w -.41502 .53628 Mdot -P -p -.02 w -.41502 .53628 Mdot -P -p -.02 w -.41502 .53628 Mdot -P -p -.02 w -.70561 .62571 Mdot -P -p -.02 w -.70561 .62571 Mdot -P -p -.02 w -.58996 .44401 Mdot -P -p -.02 w -.20513 .62282 Mdot -P -p -.02 w -.49686 .71267 Mdot -P -p -.02 w -.49686 .71267 Mdot -P -p -.02 w -.49686 .71267 Mdot -P -p -.02 w -.62873 .35218 Mdot -P -p -.02 w -.53553 .62116 Mdot -P -p -.02 w -.53553 .62116 Mdot -P -p -.02 w -.41878 .43835 Mdot -P -p -.02 w -.46448 .61925 Mdot -P -p -.02 w -.46448 .61925 Mdot -P -p -.02 w -.71193 .52854 Mdot -P -p -.02 w -.3248 .70862 Mdot -P -p -.02 w -.50327 .52717 Mdot -P -p -.02 w -.61845 .79907 Mdot -P -p -.02 w -.38592 .34334 Mdot -P -p -.02 w -.68034 .43389 Mdot -P -p -.02 w -.29147 .61462 Mdot -P -p -.02 w -.29147 .61462 Mdot -P -p -.02 w -.54038 .52335 Mdot -P -p -.02 w -.5864 .70544 Mdot -P -p -.02 w -.5864 .70544 Mdot -P -p -.02 w -.5864 .70544 Mdot -P -p -.02 w -.62566 .61292 Mdot -P -p -.02 w -.46871 .52118 Mdot -P -p -.02 w -.37398 .79405 Mdot -P -p -.02 w -.50785 .4281 Mdot -P -p -.02 w -.50785 .4281 Mdot -P -p -.02 w -.50785 .4281 Mdot -P -p -.02 w -.50785 .4281 Mdot -P -p -.02 w -.80422 .51927 Mdot -P -p -.02 w -.41301 .7013 Mdot -P -p -.02 w -.41301 .7013 Mdot -P -p -.02 w -.41301 .7013 Mdot -P -p -.02 w -.7099 .79274 Mdot -P -p -.02 w -.29418 .5159 Mdot -P -p -.02 w -.59174 .60749 Mdot -P -p -.02 w -.59174 .60749 Mdot -P -p -.02 w -.33323 .42224 Mdot -P -p -.02 w -.37971 .60624 Mdot -P -p -.02 w -.49662 .8823 Mdot -P -p -.02 w -.63137 .51396 Mdot -P -p -.02 w -.63137 .51396 Mdot -P -p -.02 w -.63137 .51396 Mdot -P -p -.02 w -.53614 .78911 Mdot -P -p -.02 w -.55914 .51175 Mdot -P -p -.02 w -.41683 .60271 Mdot -P -p -.02 w -.41683 .60271 Mdot -P -p -.02 w -.46353 .7876 Mdot -P -p -.02 w -.59888 .41762 Mdot -P -p -.02 w -.71639 .69494 Mdot -P -p -.02 w -.45637 .5086 Mdot -P -p -.02 w -.50317 .69382 Mdot -P -p -.02 w -.38324 .50635 Mdot -P -p -.02 w -.38324 .50635 Mdot -P -p -.02 w -.38324 .50635 Mdot -P -p -.02 w -.68413 .59895 Mdot -P -p -.02 w -.68413 .59895 Mdot -P -p -.02 w -.28671 .78391 Mdot -P -p -.02 w -.4229 .41163 Mdot -P -p -.02 w -.5411 .69067 Mdot -P -p -.02 w -.58813 .87679 Mdot -P -p -.02 w -.72437 .50437 Mdot -P -p -.02 w -.46785 .68889 Mdot -P -p -.02 w -.60442 .31555 Mdot -P -p -.02 w -.20514 .50089 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.50785 .59407 Mdot -P -p -.02 w -.81079 .68732 Mdot -P -p -.02 w -.41091 .87364 Mdot -P -p -.02 w -.548 .49888 Mdot -P -p -.02 w -.28943 .68455 Mdot -P -p -.02 w -.42686 .30886 Mdot -P -p -.02 w -.4743 .49659 Mdot -P -p -.02 w -.59361 .77824 Mdot -P -p -.02 w -.7311 .40241 Mdot -P -p -.02 w -.32934 .58912 Mdot -P -p -.02 w -.32934 .58912 Mdot -P -p -.02 w -.63412 .68295 Mdot -P -p -.02 w -.63412 .68295 Mdot -P -p -.02 w -.63412 .68295 Mdot -P -p -.02 w -.51262 .49248 Mdot -P -p -.02 w -.56029 .68113 Mdot -P -p -.02 w -.29477 .491 Mdot -P -p -.02 w -.41479 .77443 Mdot -P -p -.02 w -.55315 .39623 Mdot -P -p -.02 w -.60092 .58523 Mdot -P -p -.02 w -.60092 .58523 Mdot -P -p -.02 w -.45521 .67854 Mdot -P -p -.02 w -.47878 .39364 Mdot -P -p -.02 w -.38044 .67669 Mdot -P -p -.02 w -.38044 .67669 Mdot -P -p -.02 w -.38044 .67669 Mdot -P -p -.02 w -.51943 .29676 Mdot -P -p -.02 w -.64009 .58151 Mdot -P -p -.02 w -.6881 .77144 Mdot -P -p -.02 w -.42098 .58017 Mdot -P -p -.02 w -.42098 .58017 Mdot -P -p -.02 w -.72925 .67506 Mdot -P -p -.02 w -.29761 .38735 Mdot -P -p -.02 w -.6066 .48241 Mdot -P -p -.02 w -.6066 .48241 Mdot -P -p -.02 w -.6066 .48241 Mdot -P -p -.02 w -.19829 .67219 Mdot -P -p -.02 w -.50785 .76755 Mdot -P -p -.02 w -.50785 .76755 Mdot -P -p -.02 w -.50785 .76755 Mdot -P -p -.02 w -.50785 .76755 Mdot -P -p -.02 w -.64778 .38504 Mdot -P -p -.02 w -.54891 .67054 Mdot -P -p -.02 w -.3841 .57426 Mdot -P -p -.02 w -.42502 .47664 Mdot -P -p -.02 w -.42502 .47664 Mdot -P -p -.02 w -.42502 .47664 Mdot -P -p -.02 w -.47354 .66866 Mdot -P -p -.02 w -.73617 .57238 Mdot -P -p -.02 w -.73617 .57238 Mdot -P -p -.02 w -.32528 .76361 Mdot -P -p -.02 w -.637 .85965 Mdot -P -p -.02 w -.39017 .37595 Mdot -P -p -.02 w -.51272 .66527 Mdot -P -p -.02 w -.70275 .4721 Mdot -P -p -.02 w -.2899 .66405 Mdot -P -p -.02 w -.55419 .56715 Mdot -P -p -.02 w -.55419 .56715 Mdot -P -p -.02 w -.60305 .7605 Mdot -P -p -.02 w -.47811 .56497 Mdot -P -p -.02 w -.47811 .56497 Mdot -P -p -.02 w -.37751 .85486 Mdot -P -p -.02 w -.5197 .4662 Mdot -P -p -.02 w -.5197 .4662 Mdot -P -p -.02 w -.5197 .4662 Mdot -P -p -.02 w -.83448 .56304 Mdot -P -p -.02 w -.41898 .75647 Mdot -P -p -.02 w -.29276 .55965 Mdot -P -p -.02 w -.29276 .55965 Mdot -P -p -.02 w -.60889 .65697 Mdot -P -p -.02 w -.60889 .65697 Mdot -P -p -.02 w -.60889 .65697 Mdot -P -p -.02 w -.33425 .46022 Mdot -P -p -.02 w -.50785 .94906 Mdot -P -p -.02 w -.65102 .55769 Mdot -P -p -.02 w -.65102 .55769 Mdot -P -p -.02 w -.52477 .35938 Mdot -P -p -.02 w -.57432 .55546 Mdot -P -p -.02 w -.4231 .65222 Mdot -P -p -.02 w -.4231 .65222 Mdot -P -p -.02 w -.4231 .65222 Mdot -P -p -.02 w -.74149 .75026 Mdot -P -p -.02 w -.46514 .55228 Mdot -P -p -.02 w -.38742 .55001 Mdot -P -p -.02 w -.38742 .55001 Mdot -P -p -.02 w -.65739 .45101 Mdot -P -p -.02 w -.70731 .64848 Mdot -P -p -.02 w -.55527 .74609 Mdot -P -p -.02 w -.47741 .74434 Mdot -P -p -.02 w -.62265 .34733 Mdot -P -p -.02 w -.19804 .54449 Mdot -P -p -.02 w -.51998 .64361 Mdot -P -p -.02 w -.51998 .64361 Mdot -P -p -.02 w -.51998 .64361 Mdot -P -p -.02 w -.39129 .44225 Mdot -P -p -.02 w -.28767 .7401 Mdot -P -p -.02 w -.43388 .34043 Mdot -P -p -.02 w -.61128 .83979 Mdot -P -p -.02 w -.75754 .43997 Mdot -P -p -.02 w -.33013 .63868 Mdot -P -p -.02 w -.65441 .73854 Mdot -P -p -.02 w -.52517 .53599 Mdot -P -p -.02 w -.52517 .53599 Mdot -P -p -.02 w -.42108 .83616 Mdot -P -p -.02 w -.56833 .43364 Mdot -P -p -.02 w -.48921 .43099 Mdot -P -p -.02 w -.38454 .7324 Mdot -P -p -.02 w -.66097 .63108 Mdot -P -p -.02 w -.29635 .42454 Mdot -P -p -.02 w -.62541 .52579 Mdot -P -p -.02 w -.62541 .52579 Mdot -P -p -.02 w -.52027 .82957 Mdot -P -p -.02 w -.38847 .62385 Mdot -P -p -.02 w -.43209 .51994 Mdot -P -p -.02 w -.43209 .51994 Mdot -P -p -.02 w -.76359 .62196 Mdot -P -p -.02 w -.52559 .7212 Mdot -P -p -.02 w -.56981 .61673 Mdot -P -p -.02 w -.48875 .61455 Mdot -P -p -.02 w -.29114 .60922 Mdot -P -p -.02 w -.62831 .71304 Mdot -P -p -.02 w -.53866 .39582 Mdot -P -p -.02 w -.43021 .70836 Mdot -P -p -.02 w -.68032 .4939 Mdot -P -p -.02 w -.39635 .48497 Mdot -P -p -.02 w -.53944 .58546 Mdot -P -p -.002 w -.55473 .02829 m -.93113 .27045 L -s -.93113 .27045 m -.97171 .97442 L -s -.97171 .97442 m -.56032 .8754 L -s -.56032 .8754 m -.55473 .02829 L -s -.07153 .23631 m -.02829 .96071 L -s -.02829 .96071 m -.56032 .8754 L -s -.56032 .8754 m -.55473 .02829 L -s -.55473 .02829 m -.07153 .23631 L -s -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{266, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False]}, Open]]}, Open]], - -Cell["\<\ -amat=-Map[Drop[#,1]&, inelist]; -bvec=Map[First[#]&, inelist]; -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell["\<\ -skel3D[vp_]:= -\tGraphics3D[ -\t\tVisibleSkeleton[genc, ecd, ead, - \t{amat, bvec}, vp] - ]; -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[CellGroupData[{Cell["\<\ -uvp={20,20,20}; -Show[skel3D[uvp], -\t\tBoxed->False, - \t\tViewPoint -> getMmaViewPoint[uvp,skel3D[uvp]], - \t\tSphericalRegion->True - \t]\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .57327 m -.59131 .62727 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .57327 m -.40869 .62727 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56391 .48472 m -.5 .57327 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43609 .48472 m -.5 .57327 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56391 .48472 m -.65702 .53755 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56504 .37823 m -.56391 .48472 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43609 .48472 m -.34298 .53755 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43496 .37823 m -.43609 .48472 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .39488 m -.56391 .48472 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .39488 m -.43609 .48472 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.5 .39488 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59131 .62727 m -.6628 .64905 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59131 .62727 m -.5 .68322 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65702 .53755 m -.59131 .62727 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40869 .62727 m -.5 .68322 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40869 .62727 m -.3372 .64905 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34298 .53755 m -.40869 .62727 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65702 .53755 m -.732 .55548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65986 .4301 m -.65702 .53755 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34298 .53755 m -.268 .55548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34014 .4301 m -.34298 .53755 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56504 .37823 m -.65986 .4301 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43496 .37823 m -.34014 .4301 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.56504 .37823 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.43496 .37823 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.59435 .33658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.56848 .29273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.5 .27388 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.43152 .29273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .286 m -.40565 .33658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .68322 m -.5687 .70794 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .68322 m -.4313 .70794 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65986 .4301 m -.73638 .44347 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59435 .33658 m -.65986 .4301 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34014 .4301 m -.26362 .44347 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40565 .33658 m -.34014 .4301 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59435 .33658 m -.66846 .34576 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40565 .33658 m -.33154 .34576 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6628 .64905 m -.67231 .65776 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6628 .64905 m -.5687 .70794 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.732 .55548 m -.6628 .64905 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3372 .64905 m -.4313 .70794 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3372 .64905 m -.32769 .65776 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.268 .55548 m -.3372 .64905 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.732 .55548 m -.74566 .55875 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73638 .44347 m -.732 .55548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.268 .55548 m -.25434 .55875 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26362 .44347 m -.268 .55548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56848 .29273 m -.66846 .34576 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56848 .29273 m -.57254 .28043 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43152 .29273 m -.42746 .28043 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43152 .29273 m -.33154 .34576 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5687 .70794 m -.57279 .72032 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5687 .70794 m -.5 .73499 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4313 .70794 m -.5 .73499 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4313 .70794 m -.42721 .72032 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73638 .44347 m -.75058 .44008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66846 .34576 m -.73638 .44347 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26362 .44347 m -.24942 .44008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33154 .34576 m -.26362 .44347 L -s -P -p -.0035 w -.5 .27388 m -.57254 .28043 L -s -P -p -.0035 w -.5 .27388 m -.42746 .28043 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66846 .34576 m -.67866 .33642 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33154 .34576 m -.32134 .33642 L -s -P -p -.0035 w -.67231 .65776 m -.60591 .68344 L -s -P -p -.0035 w -.67231 .65776 m -.57279 .72032 L -s -P -p -.0035 w -.74566 .55875 m -.67231 .65776 L -s -P -p -.0035 w -.32769 .65776 m -.42721 .72032 L -s -P -p -.0035 w -.32769 .65776 m -.39409 .68344 L -s -P -p -.0035 w -.25434 .55875 m -.32769 .65776 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .73499 m -.5 .74969 L -s -P -p -.0035 w -.74566 .55875 m -.68235 .57973 L -s -P -p -.0035 w -.75058 .44008 m -.74566 .55875 L -s -P -p -.0035 w -.25434 .55875 m -.31765 .57973 L -s -P -p -.0035 w -.24942 .44008 m -.25434 .55875 L -s -P -p -.0035 w -.57254 .28043 m -.67866 .33642 L -s -P -p -.0035 w -.57254 .28043 m -.5 .28763 L -s -P -p -.0035 w -.42746 .28043 m -.5 .28763 L -s -P -p -.0035 w -.42746 .28043 m -.32134 .33642 L -s -P -p -.0035 w -.57279 .72032 m -.5 .74969 L -s -P -p -.0035 w -.42721 .72032 m -.5 .74969 L -s -P -p -.0035 w -.75058 .44008 m -.68618 .45548 L -s -P -p -.0035 w -.67866 .33642 m -.75058 .44008 L -s -P -p -.0035 w -.24942 .44008 m -.31382 .45548 L -s -P -p -.0035 w -.32134 .33642 m -.24942 .44008 L -s -P -p -.0035 w -.67866 .33642 m -.61002 .34665 L -s -P -p -.0035 w -.32134 .33642 m -.38998 .34665 L -s -P -p -.0035 w -.60591 .68344 m -.5 .74969 L -s -P -p -.0035 w -.68235 .57973 m -.60591 .68344 L -s -P -p -.0035 w -.39409 .68344 m -.5 .74969 L -s -P -p -.0035 w -.31765 .57973 m -.39409 .68344 L -s -P -p -.0035 w -.68235 .57973 m -.57712 .64438 L -s -P -p -.0035 w -.68618 .45548 m -.68235 .57973 L -s -P -p -.0035 w -.31765 .57973 m -.42288 .64438 L -s -P -p -.0035 w -.31382 .45548 m -.31765 .57973 L -s -P -p -.0035 w -.5 .28763 m -.61002 .34665 L -s -P -p -.0035 w -.5 .28763 m -.38998 .34665 L -s -P -p -.0035 w -.5 .6275 m -.5 .74969 L -s -P -p -.0035 w -.57712 .64438 m -.5 .74969 L -s -P -p -.0035 w -.42288 .64438 m -.5 .74969 L -s -P -p -.0035 w -.57878 .51884 m -.57712 .64438 L -s -P -p -.0035 w -.42122 .51884 m -.42288 .64438 L -s -P -p -.0035 w -.68618 .45548 m -.57878 .51884 L -s -P -p -.0035 w -.61002 .34665 m -.68618 .45548 L -s -P -p -.0035 w -.31382 .45548 m -.42122 .51884 L -s -P -p -.0035 w -.38998 .34665 m -.31382 .45548 L -s -P -p -.0035 w -.61002 .34665 m -.5 .40822 L -s -P -p -.0035 w -.38998 .34665 m -.5 .40822 L -s -P -p -.0035 w -.57878 .51884 m -.5 .6275 L -s -P -p -.0035 w -.42122 .51884 m -.5 .6275 L -s -P -p -.0035 w -.5 .40822 m -.57878 .51884 L -s -P -p -.0035 w -.5 .40822 m -.42122 .51884 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - ImageCacheValid->False], - -Cell[OutputFormData["\<\ -Graphics3D[\"<<>>\"]\ -\>", "\<\ --Graphics3D-\ -\>"], \ -"Output", - ImageRegion->{{0, 1}, {0, 1}}]}, Open]], - -Cell[CellGroupData[{Cell["\<\ -Do[ vp=circle[a,10,2]; -\tShow[skel3D[getUserViewPoint[vp, skel3D[{0,0,0}]]], -\t\tBoxed->False, - \t\tViewPoint -> vp, SphericalRegion->True - \t], - \t{a,Pi/11,Pi,Pi/18} - ] -\ -\>", "Input", - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->8.28333, - AnimationCycleOffset->1.0625, - AnimationCycleRepetitions->Infinity], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47266 .54987 m -.56701 .61307 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47266 .54987 m -.38566 .60959 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56671 .47655 m -.47266 .54987 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38616 .47267 m -.47266 .54987 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56671 .47655 m -.66189 .5394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61504 .3904 m -.56671 .47655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48052 .39879 m -.56671 .47655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38616 .47267 m -.29785 .53195 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48052 .39879 m -.38616 .47267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35661 .38446 m -.38616 .47267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56701 .61307 m -.61607 .66708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56701 .61307 m -.48035 .6738 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66189 .5394 m -.56701 .61307 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5281 .31127 m -.48052 .39879 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45213 .30942 m -.48052 .39879 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66189 .5394 m -.71261 .59234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71165 .45341 m -.66189 .5394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38566 .60959 m -.48035 .6738 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38566 .60959 m -.35532 .66232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29785 .53195 m -.38566 .60959 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61504 .3904 m -.71165 .45341 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5281 .31127 m -.61504 .3904 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58822 .30036 m -.61504 .3904 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29785 .53195 m -.2658 .58359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26685 .44364 m -.29785 .53195 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48035 .6738 m -.52849 .72935 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48035 .6738 m -.45148 .72803 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35661 .38446 m -.26685 .44364 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40325 .29582 m -.35661 .38446 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45213 .30942 m -.35661 .38446 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5281 .31127 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.45213 .30942 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71165 .45341 m -.76379 .50556 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68592 .36358 m -.71165 .45341 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61607 .66708 m -.58943 .72154 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61607 .66708 m -.52849 .72935 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71261 .59234 m -.61607 .66708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71261 .59234 m -.68763 .64558 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.76379 .50556 m -.71261 .59234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58822 .30036 m -.68592 .36358 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.58822 .30036 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35532 .66232 m -.45148 .72803 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35532 .66232 m -.40192 .71829 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2658 .58359 m -.35532 .66232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26685 .44364 m -.23382 .49439 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31289 .35482 m -.26685 .44364 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40325 .29582 m -.31289 .35482 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40325 .29582 L -s -P -p -.0035 w -.5 .2197 m -.59763 .28272 L -s -P -p -.0035 w -.5 .2197 m -.54924 .2686 L -s -P -p -.0035 w -.5 .2197 m -.47102 .26664 L -s -P -p -.0035 w -.5 .2197 m -.41041 .27807 L -s -P -p -.0035 w -.2658 .58359 m -.31116 .63856 L -s -P -p -.0035 w -.23382 .49439 m -.2658 .58359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52849 .72935 m -.5 .78548 L -s -P -p -.0035 w -.68592 .36358 m -.73833 .41494 L -s -P -p -.0035 w -.59763 .28272 m -.68592 .36358 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45148 .72803 m -.5 .78548 L -s -P -p -.0035 w -.76379 .50556 m -.73943 .55788 L -s -P -p -.0035 w -.73833 .41494 m -.76379 .50556 L -s -P -p -.0035 w -.59763 .28272 m -.64885 .33301 L -s -P -p -.0035 w -.31289 .35482 m -.28029 .40457 L -s -P -p -.0035 w -.41041 .27807 m -.31289 .35482 L -s -P -p -.0035 w -.58943 .72154 m -.5 .78548 L -s -P -p -.0035 w -.68763 .64558 m -.58943 .72154 L -s -P -p -.0035 w -.41041 .27807 m -.3795 .32655 L -s -P -p -.0035 w -.68763 .64558 m -.59899 .7089 L -s -P -p -.0035 w -.73943 .55788 m -.68763 .64558 L -s -P -p -.0035 w -.40192 .71829 m -.5 .78548 L -s -P -p -.0035 w -.31116 .63856 m -.40192 .71829 L -s -P -p -.0035 w -.23382 .49439 m -.27926 .5486 L -s -P -p -.0035 w -.28029 .40457 m -.23382 .49439 L -s -P -p -.0035 w -.54924 .2686 m -.64885 .33301 L -s -P -p -.0035 w -.54924 .2686 m -.52066 .31722 L -s -P -p -.0035 w -.31116 .63856 m -.40916 .70557 L -s -P -p -.0035 w -.27926 .5486 m -.31116 .63856 L -s -P -p -.0035 w -.47102 .26664 m -.52066 .31722 L -s -P -p -.0035 w -.47102 .26664 m -.3795 .32655 L -s -P -p -.0035 w -.73833 .41494 m -.71317 .46631 L -s -P -p -.0035 w -.64885 .33301 m -.73833 .41494 L -s -P -p -.0035 w -.54993 .69878 m -.5 .78548 L -s -P -p -.0035 w -.59899 .7089 m -.5 .78548 L -s -P -p -.0035 w -.40916 .70557 m -.5 .78548 L -s -P -p -.0035 w -.47061 .69738 m -.5 .78548 L -s -P -p -.0035 w -.65024 .62107 m -.59899 .7089 L -s -P -p -.0035 w -.73943 .55788 m -.65024 .62107 L -s -P -p -.0035 w -.71317 .46631 m -.73943 .55788 L -s -P -p -.0035 w -.64885 .33301 m -.6219 .38316 L -s -P -p -.0035 w -.37836 .61588 m -.40916 .70557 L -s -P -p -.0035 w -.28029 .40457 m -.32708 .45792 L -s -P -p -.0035 w -.3795 .32655 m -.28029 .40457 L -s -P -p -.0035 w -.3795 .32655 m -.4281 .37868 L -s -P -p -.0035 w -.27926 .5486 m -.37836 .61588 L -s -P -p -.0035 w -.32708 .45792 m -.27926 .5486 L -s -P -p -.0035 w -.65024 .62107 m -.54993 .69878 L -s -P -p -.0035 w -.52086 .60841 m -.54993 .69878 L -s -P -p -.0035 w -.52086 .60841 m -.47061 .69738 L -s -P -p -.0035 w -.37836 .61588 m -.47061 .69738 L -s -P -p -.0035 w -.62248 .52941 m -.65024 .62107 L -s -P -p -.0035 w -.52066 .31722 m -.6219 .38316 L -s -P -p -.0035 w -.52066 .31722 m -.4281 .37868 L -s -P -p -.0035 w -.71317 .46631 m -.62248 .52941 L -s -P -p -.0035 w -.6219 .38316 m -.71317 .46631 L -s -P -p -.0035 w -.42776 .52539 m -.37836 .61588 L -s -P -p -.0035 w -.6219 .38316 m -.52974 .44575 L -s -P -p -.0035 w -.32708 .45792 m -.42776 .52539 L -s -P -p -.0035 w -.4281 .37868 m -.32708 .45792 L -s -P -p -.0035 w -.62248 .52941 m -.52086 .60841 L -s -P -p -.0035 w -.42776 .52539 m -.52086 .60841 L -s -P -p -.0035 w -.4281 .37868 m -.52974 .44575 L -s -P -p -.0035 w -.52974 .44575 m -.62248 .52941 L -s -P -p -.0035 w -.52974 .44575 m -.42776 .52539 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51723 .55004 m -.60587 .61037 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51723 .55004 m -.42396 .61256 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60541 .47354 m -.51723 .55004 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42429 .47598 m -.51723 .55004 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42429 .47598 m -.33009 .53815 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51228 .39892 m -.42429 .47598 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3793 .3894 m -.42429 .47598 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60541 .47354 m -.69528 .53345 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63857 .38565 m -.60541 .47354 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51228 .39892 m -.60541 .47354 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42396 .61256 m -.51239 .67391 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42396 .61256 m -.37821 .66628 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33009 .53815 m -.42396 .61256 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54434 .30984 m -.51228 .39892 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46812 .311 m -.51228 .39892 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60587 .61037 m -.63982 .66328 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60587 .61037 m -.51239 .67391 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.69528 .53345 m -.60587 .61037 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33009 .53815 m -.28266 .59079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28364 .45168 m -.33009 .53815 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.69528 .53345 m -.73095 .58528 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72991 .44552 m -.69528 .53345 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3793 .3894 m -.28364 .45168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40989 .29955 m -.3793 .3894 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46812 .311 m -.3793 .3894 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51239 .67391 m -.54495 .72832 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51239 .67391 m -.46768 .72916 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63857 .38565 m -.72991 .44552 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54434 .30984 m -.63857 .38565 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59549 .29669 m -.63857 .38565 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.46812 .311 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.54434 .30984 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28364 .45168 m -.23485 .50351 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31321 .36197 m -.28364 .45168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.37821 .66628 m -.46768 .72916 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.37821 .66628 m -.40865 .72096 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28266 .59079 m -.37821 .66628 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63982 .66328 m -.5968 .71891 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63982 .66328 m -.54495 .72832 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73095 .58528 m -.63982 .66328 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28266 .59079 m -.3115 .64429 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.23485 .50351 m -.28266 .59079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72991 .44552 m -.76666 .49647 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68754 .35645 m -.72991 .44552 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40989 .29955 m -.31321 .36197 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40989 .29955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59549 .29669 m -.68754 .35645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.59549 .29669 L -s -P -p -.0035 w -.73095 .58528 m -.68927 .63986 L -s -P -p -.0035 w -.76666 .49647 m -.73095 .58528 L -s -P -p -.0035 w -.5 .2197 m -.59141 .2789 L -s -P -p -.0035 w -.5 .2197 m -.53287 .26693 L -s -P -p -.0035 w -.5 .2197 m -.45436 .26816 L -s -P -p -.0035 w -.5 .2197 m -.40352 .28183 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46768 .72916 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54495 .72832 m -.5 .78548 L -s -P -p -.0035 w -.31321 .36197 m -.26429 .41297 L -s -P -p -.0035 w -.40352 .28183 m -.31321 .36197 L -s -P -p -.0035 w -.23485 .50351 m -.26319 .55611 L -s -P -p -.0035 w -.26429 .41297 m -.23485 .50351 L -s -P -p -.0035 w -.68754 .35645 m -.72399 .40643 L -s -P -p -.0035 w -.59141 .2789 m -.68754 .35645 L -s -P -p -.0035 w -.40352 .28183 m -.35589 .33171 L -s -P -p -.0035 w -.40865 .72096 m -.5 .78548 L -s -P -p -.0035 w -.3115 .64429 m -.40865 .72096 L -s -P -p -.0035 w -.59141 .2789 m -.62624 .32764 L -s -P -p -.0035 w -.5968 .71891 m -.5 .78548 L -s -P -p -.0035 w -.68927 .63986 m -.5968 .71891 L -s -P -p -.0035 w -.3115 .64429 m -.40218 .70826 L -s -P -p -.0035 w -.26319 .55611 m -.3115 .64429 L -s -P -p -.0035 w -.76666 .49647 m -.72503 .55026 L -s -P -p -.0035 w -.72399 .40643 m -.76666 .49647 L -s -P -p -.0035 w -.68927 .63986 m -.59268 .70616 L -s -P -p -.0035 w -.72503 .55026 m -.68927 .63986 L -s -P -p -.0035 w -.45436 .26816 m -.48697 .31707 L -s -P -p -.0035 w -.45436 .26816 m -.35589 .33171 L -s -P -p -.0035 w -.53287 .26693 m -.62624 .32764 L -s -P -p -.0035 w -.53287 .26693 m -.48697 .31707 L -s -P -p -.0035 w -.53333 .69758 m -.5 .78548 L -s -P -p -.0035 w -.59268 .70616 m -.5 .78548 L -s -P -p -.0035 w -.40218 .70826 m -.5 .78548 L -s -P -p -.0035 w -.45372 .69847 m -.5 .78548 L -s -P -p -.0035 w -.26429 .41297 m -.29354 .46463 L -s -P -p -.0035 w -.35589 .33171 m -.26429 .41297 L -s -P -p -.0035 w -.35454 .62003 m -.40218 .70826 L -s -P -p -.0035 w -.62743 .61676 m -.59268 .70616 L -s -P -p -.0035 w -.26319 .55611 m -.35454 .62003 L -s -P -p -.0035 w -.29354 .46463 m -.26319 .55611 L -s -P -p -.0035 w -.72399 .40643 m -.68109 .45934 L -s -P -p -.0035 w -.62624 .32764 m -.72399 .40643 L -s -P -p -.0035 w -.35589 .33171 m -.38696 .38216 L -s -P -p -.0035 w -.62624 .32764 m -.58151 .37934 L -s -P -p -.0035 w -.72503 .55026 m -.62743 .61676 L -s -P -p -.0035 w -.68109 .45934 m -.72503 .55026 L -s -P -p -.0035 w -.48685 .60829 m -.45372 .69847 L -s -P -p -.0035 w -.35454 .62003 m -.45372 .69847 L -s -P -p -.0035 w -.62743 .61676 m -.53333 .69758 L -s -P -p -.0035 w -.48685 .60829 m -.53333 .69758 L -s -P -p -.0035 w -.38642 .52851 m -.35454 .62003 L -s -P -p -.0035 w -.48697 .31707 m -.58151 .37934 L -s -P -p -.0035 w -.48697 .31707 m -.38696 .38216 L -s -P -p -.0035 w -.5819 .52598 m -.62743 .61676 L -s -P -p -.0035 w -.29354 .46463 m -.38642 .52851 L -s -P -p -.0035 w -.38696 .38216 m -.29354 .46463 L -s -P -p -.0035 w -.68109 .45934 m -.5819 .52598 L -s -P -p -.0035 w -.58151 .37934 m -.68109 .45934 L -s -P -p -.0035 w -.38696 .38216 m -.48125 .44555 L -s -P -p -.0035 w -.5819 .52598 m -.48685 .60829 L -s -P -p -.0035 w -.38642 .52851 m -.48685 .60829 L -s -P -p -.0035 w -.58151 .37934 m -.48125 .44555 L -s -P -p -.0035 w -.48125 .44555 m -.38642 .52851 L -s -P -p -.0035 w -.48125 .44555 m -.5819 .52598 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56134 .54874 m -.64185 .60649 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56134 .54874 m -.46432 .6143 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64122 .46921 m -.56134 .54874 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .47793 m -.56134 .54874 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .47793 m -.36701 .54317 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54369 .39788 m -.46448 .47793 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40541 .39342 m -.46448 .47793 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46432 .6143 m -.54408 .67308 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46432 .6143 m -.40456 .6695 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36701 .54317 m -.46432 .6143 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36701 .54317 m -.30578 .59731 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30665 .45896 m -.36701 .54317 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64122 .46921 m -.72323 .52645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65813 .38008 m -.64122 .46921 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54369 .39788 m -.64122 .46921 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55929 .30779 m -.54369 .39788 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48503 .31193 m -.54369 .39788 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40541 .39342 m -.30665 .45896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4192 .30296 m -.40541 .39342 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48503 .31193 m -.40541 .39342 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64185 .60649 m -.65956 .65881 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64185 .60649 m -.54408 .67308 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72323 .52645 m -.64185 .60649 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30665 .45896 m -.24385 .5124 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31917 .36896 m -.30665 .45896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54408 .67308 m -.5601 .72685 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54408 .67308 m -.48482 .72982 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.48503 .31193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72323 .52645 m -.74256 .57769 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74146 .43705 m -.72323 .52645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40456 .6695 m -.48482 .72982 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40456 .6695 m -.4181 .7234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30578 .59731 m -.40456 .6695 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30578 .59731 m -.31751 .6499 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.24385 .5124 m -.30578 .59731 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65813 .38008 m -.74146 .43705 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55929 .30779 m -.65813 .38008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5999 .29278 m -.65813 .38008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.55929 .30779 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4192 .30296 m -.31917 .36896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.4192 .30296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31917 .36896 m -.2557 .42175 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39961 .2858 m -.31917 .36896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65956 .65881 m -.60128 .71611 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65956 .65881 m -.5601 .72685 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74256 .57769 m -.65956 .65881 L -s -P -p -.0035 w -.24385 .5124 m -.25457 .56399 L -s -P -p -.0035 w -.2557 .42175 m -.24385 .5124 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5999 .29278 m -.68343 .34932 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5999 .29278 L -s -P -p -.0035 w -.5 .2197 m -.58235 .27538 L -s -P -p -.0035 w -.5 .2197 m -.51546 .26594 L -s -P -p -.0035 w -.5 .2197 m -.43916 .27033 L -s -P -p -.0035 w -.5 .2197 m -.39961 .2858 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48482 .72982 m -.5 .78548 L -s -P -p -.0035 w -.74146 .43705 m -.76139 .48735 L -s -P -p -.0035 w -.68343 .34932 m -.74146 .43705 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5601 .72685 m -.5 .78548 L -s -P -p -.0035 w -.39961 .2858 m -.33692 .33769 L -s -P -p -.0035 w -.74256 .57769 m -.68513 .63415 L -s -P -p -.0035 w -.76139 .48735 m -.74256 .57769 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4181 .7234 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31751 .6499 m -.4181 .7234 L -s -P -p -.0035 w -.31751 .6499 m -.39822 .71111 L -s -P -p -.0035 w -.25457 .56399 m -.31751 .6499 L -s -P -p -.0035 w -.68343 .34932 m -.7025 .39854 L -s -P -p -.0035 w -.58235 .27538 m -.68343 .34932 L -s -P -p -.0035 w -.58235 .27538 m -.59954 .32322 L -s -P -p -.0035 w -.2557 .42175 m -.26679 .47237 L -s -P -p -.0035 w -.33692 .33769 m -.2557 .42175 L -s -P -p -.0035 w -.60128 .71611 m -.5 .78548 L -s -P -p -.0035 w -.68513 .63415 m -.60128 .71611 L -s -P -p -.0035 w -.43916 .27033 m -.45371 .31824 L -s -P -p -.0035 w -.43916 .27033 m -.33692 .33769 L -s -P -p -.0035 w -.25457 .56399 m -.3354 .62482 L -s -P -p -.0035 w -.26679 .47237 m -.25457 .56399 L -s -P -p -.0035 w -.51546 .26594 m -.59954 .32322 L -s -P -p -.0035 w -.51546 .26594 m -.45371 .31824 L -s -P -p -.0035 w -.51567 .69688 m -.5 .78548 L -s -P -p -.0035 w -.5835 .70364 m -.5 .78548 L -s -P -p -.0035 w -.39822 .71111 m -.5 .78548 L -s -P -p -.0035 w -.4383 .70002 m -.5 .78548 L -s -P -p -.0035 w -.3354 .62482 m -.39822 .71111 L -s -P -p -.0035 w -.76139 .48735 m -.70345 .54319 L -s -P -p -.0035 w -.7025 .39854 m -.76139 .48735 L -s -P -p -.0035 w -.33692 .33769 m -.34963 .3871 L -s -P -p -.0035 w -.68513 .63415 m -.5835 .70364 L -s -P -p -.0035 w -.70345 .54319 m -.68513 .63415 L -s -P -p -.0035 w -.60047 .61321 m -.5835 .70364 L -s -P -p -.0035 w -.45327 .60922 m -.4383 .70002 L -s -P -p -.0035 w -.3354 .62482 m -.4383 .70002 L -s -P -p -.0035 w -.34891 .53294 m -.3354 .62482 L -s -P -p -.0035 w -.7025 .39854 m -.64298 .45358 L -s -P -p -.0035 w -.59954 .32322 m -.7025 .39854 L -s -P -p -.0035 w -.59954 .32322 m -.53837 .37708 L -s -P -p -.0035 w -.26679 .47237 m -.34891 .53294 L -s -P -p -.0035 w -.34963 .3871 m -.26679 .47237 L -s -P -p -.0035 w -.60047 .61321 m -.51567 .69688 L -s -P -p -.0035 w -.45327 .60922 m -.51567 .69688 L -s -P -p -.0035 w -.45371 .31824 m -.53837 .37708 L -s -P -p -.0035 w -.45371 .31824 m -.34963 .3871 L -s -P -p -.0035 w -.70345 .54319 m -.60047 .61321 L -s -P -p -.0035 w -.64298 .45358 m -.70345 .54319 L -s -P -p -.0035 w -.34963 .3871 m -.43341 .44708 L -s -P -p -.0035 w -.53855 .52396 m -.60047 .61321 L -s -P -p -.0035 w -.53855 .52396 m -.45327 .60922 L -s -P -p -.0035 w -.34891 .53294 m -.45327 .60922 L -s -P -p -.0035 w -.43341 .44708 m -.34891 .53294 L -s -P -p -.0035 w -.64298 .45358 m -.53855 .52396 L -s -P -p -.0035 w -.53837 .37708 m -.64298 .45358 L -s -P -p -.0035 w -.53837 .37708 m -.43341 .44708 L -s -P -p -.0035 w -.43341 .44708 m -.53855 .52396 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50563 .47845 m -.6038 .54602 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50563 .47845 m -.40755 .5469 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57388 .3957 m -.50563 .47845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43419 .3964 m -.50563 .47845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40755 .5469 m -.50565 .61477 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40755 .5469 m -.33439 .60299 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33513 .46529 m -.40755 .5469 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6038 .54602 m -.67391 .60153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6038 .54602 m -.50565 .61477 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67313 .46367 m -.6038 .54602 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50565 .61477 m -.57454 .67133 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50565 .61477 m -.4336 .67189 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43419 .3964 m -.33513 .46529 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4309 .30593 m -.43419 .3964 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50237 .31218 m -.43419 .3964 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57388 .3957 m -.67313 .46367 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5725 .30517 m -.57388 .3957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50237 .31218 m -.57388 .3957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33513 .46529 m -.26038 .52079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33049 .3756 m -.33513 .46529 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67313 .46367 m -.74484 .51856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67311 .37383 m -.67313 .46367 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33439 .60299 m -.4336 .67189 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33439 .60299 m -.32895 .65522 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26038 .52079 m -.33439 .60299 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67391 .60153 m -.67469 .6538 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67391 .60153 m -.57454 .67133 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74484 .51856 m -.67391 .60153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4336 .67189 m -.5024 .73 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4336 .67189 m -.42996 .72553 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.50237 .31218 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57454 .67133 m -.5735 .72498 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57454 .67133 m -.5024 .73 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4309 .30593 m -.33049 .3756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.4309 .30593 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5725 .30517 m -.67311 .37383 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5725 .30517 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26038 .52079 m -.25351 .57196 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25464 .43066 m -.26038 .52079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33049 .3756 m -.25464 .43066 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39878 .28985 m -.33049 .3756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67311 .37383 m -.74582 .42823 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6013 .28875 m -.67311 .37383 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74484 .51856 m -.74695 .56979 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74582 .42823 m -.74484 .51856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5024 .73 m -.5 .78548 L -s -P -p -.0035 w -.5 .2197 m -.6013 .28875 L -s -P -p -.0035 w -.5 .2197 m -.57072 .27227 L -s -P -p -.0035 w -.5 .2197 m -.49755 .26567 L -s -P -p -.0035 w -.5 .2197 m -.42587 .27307 L -s -P -p -.0035 w -.5 .2197 m -.39878 .28985 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32895 .65522 m -.42996 .72553 L -s -P -p -.0035 w -.32895 .65522 m -.39738 .71401 L -s -P -p -.0035 w -.25351 .57196 m -.32895 .65522 L -s -P -p -.0035 w -.39878 .28985 m -.32313 .34428 L -s -P -p -.0035 w -.6013 .28875 m -.67364 .34243 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67469 .6538 m -.5735 .72498 L -s -P -p -.0035 w -.67469 .6538 m -.6027 .71322 L -s -P -p -.0035 w -.74695 .56979 m -.67469 .6538 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42996 .72553 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5735 .72498 m -.5 .78548 L -s -P -p -.0035 w -.25464 .43066 m -.24757 .48086 L -s -P -p -.0035 w -.32313 .34428 m -.25464 .43066 L -s -P -p -.0035 w -.74582 .42823 m -.74797 .47849 L -s -P -p -.0035 w -.67364 .34243 m -.74582 .42823 L -s -P -p -.0035 w -.25351 .57196 m -.32149 .6301 L -s -P -p -.0035 w -.24757 .48086 m -.25351 .57196 L -s -P -p -.0035 w -.74695 .56979 m -.67526 .62863 L -s -P -p -.0035 w -.74797 .47849 m -.74695 .56979 L -s -P -p -.0035 w -.42587 .27307 m -.42198 .32069 L -s -P -p -.0035 w -.42587 .27307 m -.32313 .34428 L -s -P -p -.0035 w -.57072 .27227 m -.67364 .34243 L -s -P -p -.0035 w -.57072 .27227 m -.56958 .3199 L -s -P -p -.0035 w -.32313 .34428 m -.31729 .39333 L -s -P -p -.0035 w -.39738 .71401 m -.5 .78548 L -s -P -p -.0035 w -.32149 .6301 m -.39738 .71401 L -s -P -p -.0035 w -.6027 .71322 m -.5 .78548 L -s -P -p -.0035 w -.67526 .62863 m -.6027 .71322 L -s -P -p -.0035 w -.67364 .34243 m -.67445 .39152 L -s -P -p -.0035 w -.49752 .69669 m -.5 .78548 L -s -P -p -.0035 w -.57171 .70141 m -.5 .78548 L -s -P -p -.0035 w -.42483 .70199 m -.5 .78548 L -s -P -p -.0035 w -.49755 .26567 m -.56958 .3199 L -s -P -p -.0035 w -.49755 .26567 m -.42198 .32069 L -s -P -p -.0035 w -.24757 .48086 m -.31643 .53852 L -s -P -p -.0035 w -.31729 .39333 m -.24757 .48086 L -s -P -p -.0035 w -.32149 .6301 m -.42483 .70199 L -s -P -p -.0035 w -.31643 .53852 m -.32149 .6301 L -s -P -p -.0035 w -.67526 .62863 m -.57171 .70141 L -s -P -p -.0035 w -.67527 .5369 m -.67526 .62863 L -s -P -p -.0035 w -.74797 .47849 m -.67527 .5369 L -s -P -p -.0035 w -.67445 .39152 m -.74797 .47849 L -s -P -p -.0035 w -.42125 .61118 m -.42483 .70199 L -s -P -p -.0035 w -.57023 .61055 m -.57171 .70141 L -s -P -p -.0035 w -.42198 .32069 m -.49392 .37647 L -s -P -p -.0035 w -.42198 .32069 m -.31729 .39333 L -s -P -p -.0035 w -.57023 .61055 m -.49752 .69669 L -s -P -p -.0035 w -.42125 .61118 m -.49752 .69669 L -s -P -p -.0035 w -.56958 .3199 m -.67445 .39152 L -s -P -p -.0035 w -.56958 .3199 m -.49392 .37647 L -s -P -p -.0035 w -.31729 .39333 m -.38784 .45028 L -s -P -p -.0035 w -.67445 .39152 m -.60005 .44925 L -s -P -p -.0035 w -.31643 .53852 m -.42125 .61118 L -s -P -p -.0035 w -.38784 .45028 m -.31643 .53852 L -s -P -p -.0035 w -.67527 .5369 m -.57023 .61055 L -s -P -p -.0035 w -.60005 .44925 m -.67527 .5369 L -s -P -p -.0035 w -.49389 .52341 m -.42125 .61118 L -s -P -p -.0035 w -.49389 .52341 m -.57023 .61055 L -s -P -p -.0035 w -.49392 .37647 m -.60005 .44925 L -s -P -p -.0035 w -.49392 .37647 m -.38784 .45028 L -s -P -p -.0035 w -.38784 .45028 m -.49389 .52341 L -s -P -p -.0035 w -.60005 .44925 m -.49389 .52341 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45058 .54924 m -.54683 .61395 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45058 .54924 m -.36762 .60766 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54662 .47754 m -.45058 .54924 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3682 .47051 m -.45058 .54924 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54662 .47754 m -.64346 .54193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60201 .39242 m -.54662 .47754 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4648 .39828 m -.54662 .47754 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54683 .61395 m -.60292 .6687 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54683 .61395 m -.46448 .6734 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64346 .54193 m -.54683 .61395 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64346 .54193 m -.7011 .59561 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7002 .45706 m -.64346 .54193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3682 .47051 m -.2838 .52845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34677 .38168 m -.3682 .47051 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4648 .39828 m -.3682 .47051 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44463 .3084 m -.4648 .39828 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51965 .31174 m -.4648 .39828 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36762 .60766 m -.46448 .6734 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36762 .60766 m -.34539 .66009 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2838 .52845 m -.36762 .60766 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60201 .39242 m -.7002 .45706 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58359 .30207 m -.60201 .39242 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51965 .31174 m -.60201 .39242 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .6734 m -.51992 .72969 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .6734 m -.44388 .7273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7002 .45706 m -.75937 .51001 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68301 .36708 m -.7002 .45706 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2838 .52845 m -.25991 .5798 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26099 .4394 m -.2838 .52845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.51965 .31174 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34677 .38168 m -.26099 .4394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40101 .29387 m -.34677 .38168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44463 .3084 m -.34677 .38168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.44463 .3084 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60292 .6687 m -.58473 .72276 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60292 .6687 m -.51992 .72969 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7011 .59561 m -.60292 .6687 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7011 .59561 m -.68468 .64839 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.75937 .51001 m -.7011 .59561 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58359 .30207 m -.68301 .36708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.58359 .30207 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34539 .66009 m -.44388 .7273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34539 .66009 m -.39964 .71689 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25991 .5798 m -.34539 .66009 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68301 .36708 m -.74271 .41933 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59962 .2847 m -.68301 .36708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40101 .29387 m -.31488 .35125 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40101 .29387 L -s -P -p -.0035 w -.26099 .4394 m -.23636 .48982 L -s -P -p -.0035 w -.31488 .35125 m -.26099 .4394 L -s -P -p -.0035 w -.5 .2197 m -.59962 .2847 L -s -P -p -.0035 w -.5 .2197 m -.55687 .26968 L -s -P -p -.0035 w -.5 .2197 m -.47972 .26614 L -s -P -p -.0035 w -.5 .2197 m -.41491 .2763 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51992 .72969 m -.5 .78548 L -s -P -p -.0035 w -.75937 .51001 m -.74383 .56182 L -s -P -p -.0035 w -.74271 .41933 m -.75937 .51001 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44388 .7273 m -.5 .78548 L -s -P -p -.0035 w -.25991 .5798 m -.31316 .6357 L -s -P -p -.0035 w -.23636 .48982 m -.25991 .5798 L -s -P -p -.0035 w -.59962 .2847 m -.6584 .33599 L -s -P -p -.0035 w -.58473 .72276 m -.5 .78548 L -s -P -p -.0035 w -.68468 .64839 m -.58473 .72276 L -s -P -p -.0035 w -.68468 .64839 m -.601 .71032 L -s -P -p -.0035 w -.74383 .56182 m -.68468 .64839 L -s -P -p -.0035 w -.31488 .35125 m -.29096 .40061 L -s -P -p -.0035 w -.41491 .2763 m -.31488 .35125 L -s -P -p -.0035 w -.41491 .2763 m -.39282 .32432 L -s -P -p -.0035 w -.39964 .71689 m -.5 .78548 L -s -P -p -.0035 w -.31316 .6357 m -.39964 .71689 L -s -P -p -.0035 w -.74271 .41933 m -.72664 .47017 L -s -P -p -.0035 w -.6584 .33599 m -.74271 .41933 L -s -P -p -.0035 w -.55687 .26968 m -.6584 .33599 L -s -P -p -.0035 w -.55687 .26968 m -.53732 .31779 L -s -P -p -.0035 w -.23636 .48982 m -.28998 .54505 L -s -P -p -.0035 w -.29096 .40061 m -.23636 .48982 L -s -P -p -.0035 w -.47972 .26614 m -.53732 .31779 L -s -P -p -.0035 w -.47972 .26614 m -.39282 .32432 L -s -P -p -.0035 w -.47944 .69702 m -.5 .78548 L -s -P -p -.0035 w -.55767 .69955 m -.5 .78548 L -s -P -p -.0035 w -.601 .71032 m -.5 .78548 L -s -P -p -.0035 w -.41372 .7043 m -.5 .78548 L -s -P -p -.0035 w -.74383 .56182 m -.65988 .62346 L -s -P -p -.0035 w -.72664 .47017 m -.74383 .56182 L -s -P -p -.0035 w -.65988 .62346 m -.601 .71032 L -s -P -p -.0035 w -.31316 .6357 m -.41372 .7043 L -s -P -p -.0035 w -.28998 .54505 m -.31316 .6357 L -s -P -p -.0035 w -.6584 .33599 m -.64064 .38562 L -s -P -p -.0035 w -.39181 .6141 m -.41372 .7043 L -s -P -p -.0035 w -.29096 .40061 m -.34609 .45502 L -s -P -p -.0035 w -.39282 .32432 m -.29096 .40061 L -s -P -p -.0035 w -.39282 .32432 m -.44967 .37753 L -s -P -p -.0035 w -.53768 .60886 m -.55767 .69955 L -s -P -p -.0035 w -.65988 .62346 m -.55767 .69955 L -s -P -p -.0035 w -.64131 .53161 m -.65988 .62346 L -s -P -p -.0035 w -.53768 .60886 m -.47944 .69702 L -s -P -p -.0035 w -.39181 .6141 m -.47944 .69702 L -s -P -p -.0035 w -.72664 .47017 m -.64131 .53161 L -s -P -p -.0035 w -.64064 .38562 m -.72664 .47017 L -s -P -p -.0035 w -.28998 .54505 m -.39181 .6141 L -s -P -p -.0035 w -.34609 .45502 m -.28998 .54505 L -s -P -p -.0035 w -.53732 .31779 m -.64064 .38562 L -s -P -p -.0035 w -.53732 .31779 m -.44967 .37753 L -s -P -p -.0035 w -.44943 .52436 m -.39181 .6141 L -s -P -p -.0035 w -.64064 .38562 m -.5537 .4465 L -s -P -p -.0035 w -.64131 .53161 m -.53768 .60886 L -s -P -p -.0035 w -.44943 .52436 m -.53768 .60886 L -s -P -p -.0035 w -.5537 .4465 m -.64131 .53161 L -s -P -p -.0035 w -.34609 .45502 m -.44943 .52436 L -s -P -p -.0035 w -.44967 .37753 m -.34609 .45502 L -s -P -p -.0035 w -.44967 .37753 m -.5537 .4465 L -s -P -p -.0035 w -.5537 .4465 m -.44943 .52436 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49493 .55014 m -.58674 .61187 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49493 .55014 m -.40448 .61122 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58635 .47521 m -.49493 .55014 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40491 .47449 m -.49493 .55014 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58635 .47521 m -.67921 .53657 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62726 .38814 m -.58635 .47521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49639 .399 m -.58635 .47521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40491 .47449 m -.31332 .53519 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36748 .38704 m -.40491 .47449 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49639 .399 m -.40491 .47449 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45998 .31029 m -.49639 .399 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53635 .31064 m -.49639 .399 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58674 .61187 m -.6284 .66527 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58674 .61187 m -.49636 .67398 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67921 .53657 m -.58674 .61187 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40448 .61122 m -.49636 .67398 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40448 .61122 m -.36629 .66439 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31332 .53519 m -.40448 .61122 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67921 .53657 m -.72259 .58889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72159 .44955 m -.67921 .53657 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31332 .53519 m -.27341 .58726 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27443 .44774 m -.31332 .53519 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62726 .38814 m -.72159 .44955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5922 .29856 m -.62726 .38814 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53635 .31064 m -.62726 .38814 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49636 .67398 m -.53685 .7289 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49636 .67398 m -.45943 .72865 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36748 .38704 m -.27443 .44774 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40622 .29772 m -.36748 .38704 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45998 .31029 m -.36748 .38704 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.53635 .31064 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.45998 .31029 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72159 .44955 m -.76623 .50104 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68744 .36003 m -.72159 .44955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6284 .66527 m -.59347 .72025 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6284 .66527 m -.53685 .7289 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72259 .58889 m -.6284 .66527 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27443 .44774 m -.23332 .49896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31234 .3584 m -.27443 .44774 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36629 .66439 m -.45943 .72865 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36629 .66439 m -.40493 .71965 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27341 .58726 m -.36629 .66439 L -s -P -p -.0035 w -.72259 .58889 m -.68917 .64273 L -s -P -p -.0035 w -.76623 .50104 m -.72259 .58889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5922 .29856 m -.68744 .36003 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5922 .29856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40622 .29772 m -.31234 .3584 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40622 .29772 L -s -P -p -.0035 w -.27341 .58726 m -.31061 .64143 L -s -P -p -.0035 w -.23332 .49896 m -.27341 .58726 L -s -P -p -.0035 w -.5 .2197 m -.59489 .28078 L -s -P -p -.0035 w -.5 .2197 m -.54122 .26768 L -s -P -p -.0035 w -.5 .2197 m -.46254 .26732 L -s -P -p -.0035 w -.5 .2197 m -.4066 .27992 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53685 .7289 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45943 .72865 m -.5 .78548 L -s -P -p -.0035 w -.68744 .36003 m -.73207 .41063 L -s -P -p -.0035 w -.59489 .28078 m -.68744 .36003 L -s -P -p -.0035 w -.31234 .3584 m -.27138 .4087 L -s -P -p -.0035 w -.4066 .27992 m -.31234 .3584 L -s -P -p -.0035 w -.59489 .28078 m -.6381 .33022 L -s -P -p -.0035 w -.76623 .50104 m -.73315 .55402 L -s -P -p -.0035 w -.73207 .41063 m -.76623 .50104 L -s -P -p -.0035 w -.4066 .27992 m -.36716 .32902 L -s -P -p -.0035 w -.59347 .72025 m -.5 .78548 L -s -P -p -.0035 w -.68917 .64273 m -.59347 .72025 L -s -P -p -.0035 w -.23332 .49896 m -.27031 .55229 L -s -P -p -.0035 w -.27138 .4087 m -.23332 .49896 L -s -P -p -.0035 w -.40493 .71965 m -.5 .78548 L -s -P -p -.0035 w -.31061 .64143 m -.40493 .71965 L -s -P -p -.0035 w -.68917 .64273 m -.59621 .70751 L -s -P -p -.0035 w -.73315 .55402 m -.68917 .64273 L -s -P -p -.0035 w -.31061 .64143 m -.4053 .70689 L -s -P -p -.0035 w -.27031 .55229 m -.31061 .64143 L -s -P -p -.0035 w -.54122 .26768 m -.6381 .33022 L -s -P -p -.0035 w -.54122 .26768 m -.50383 .31698 L -s -P -p -.0035 w -.46254 .26732 m -.50383 .31698 L -s -P -p -.0035 w -.46254 .26732 m -.36716 .32902 L -s -P -p -.0035 w -.46201 .69786 m -.5 .78548 L -s -P -p -.0035 w -.5418 .69812 m -.5 .78548 L -s -P -p -.0035 w -.59621 .70751 m -.5 .78548 L -s -P -p -.0035 w -.4053 .70689 m -.5 .78548 L -s -P -p -.0035 w -.73207 .41063 m -.69795 .46269 L -s -P -p -.0035 w -.6381 .33022 m -.73207 .41063 L -s -P -p -.0035 w -.6394 .61883 m -.59621 .70751 L -s -P -p -.0035 w -.36591 .61787 m -.4053 .70689 L -s -P -p -.0035 w -.27138 .4087 m -.30952 .46113 L -s -P -p -.0035 w -.36716 .32902 m -.27138 .4087 L -s -P -p -.0035 w -.6381 .33022 m -.60214 .38106 L -s -P -p -.0035 w -.73315 .55402 m -.6394 .61883 L -s -P -p -.0035 w -.69795 .46269 m -.73315 .55402 L -s -P -p -.0035 w -.36716 .32902 m -.40714 .38023 L -s -P -p -.0035 w -.27031 .55229 m -.36591 .61787 L -s -P -p -.0035 w -.30952 .46113 m -.27031 .55229 L -s -P -p -.0035 w -.50387 .60821 m -.5418 .69812 L -s -P -p -.0035 w -.6394 .61883 m -.5418 .69812 L -s -P -p -.0035 w -.50387 .60821 m -.46201 .69786 L -s -P -p -.0035 w -.36591 .61787 m -.46201 .69786 L -s -P -p -.0035 w -.60263 .52753 m -.6394 .61883 L -s -P -p -.0035 w -.50383 .31698 m -.60214 .38106 L -s -P -p -.0035 w -.50383 .31698 m -.40714 .38023 L -s -P -p -.0035 w -.4067 .52678 m -.36591 .61787 L -s -P -p -.0035 w -.69795 .46269 m -.60263 .52753 L -s -P -p -.0035 w -.60214 .38106 m -.69795 .46269 L -s -P -p -.0035 w -.30952 .46113 m -.4067 .52678 L -s -P -p -.0035 w -.40714 .38023 m -.30952 .46113 L -s -P -p -.0035 w -.60214 .38106 m -.50552 .44544 L -s -P -p -.0035 w -.40714 .38023 m -.50552 .44544 L -s -P -p -.0035 w -.60263 .52753 m -.50387 .60821 L -s -P -p -.0035 w -.4067 .52678 m -.50387 .60821 L -s -P -p -.0035 w -.50552 .44544 m -.60263 .52753 L -s -P -p -.0035 w -.50552 .44544 m -.4067 .52678 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53942 .54957 m -.62429 .60857 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53942 .54957 m -.44395 .61359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62374 .47153 m -.53942 .54957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4442 .47713 m -.53942 .54957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4442 .47713 m -.34803 .54082 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39197 .39153 m -.4442 .47713 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52808 .39855 m -.4442 .47713 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44395 .61359 m -.52833 .67361 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44395 .61359 m -.391 .66799 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34803 .54082 m -.44395 .61359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62374 .47153 m -.71 .53007 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64889 .38296 m -.62374 .47153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52808 .39855 m -.62374 .47153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34803 .54082 m -.29349 .59415 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29441 .45543 m -.34803 .54082 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47649 .31155 m -.52808 .39855 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55201 .30889 m -.52808 .39855 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62429 .60857 m -.65023 .66112 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62429 .60857 m -.52833 .67361 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71 .53007 m -.62429 .60857 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39197 .39153 m -.29441 .45543 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41423 .3013 m -.39197 .39153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47649 .31155 m -.39197 .39153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52833 .67361 m -.55271 .72764 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52833 .67361 m -.47617 .72955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71 .53007 m -.73763 .58154 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73656 .44134 m -.71 .53007 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29441 .45543 m -.23838 .508 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3155 .3655 m -.29441 .45543 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.47649 .31155 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64889 .38296 m -.73656 .44134 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59807 .29476 m -.64889 .38296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55201 .30889 m -.64889 .38296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.55201 .30889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.391 .66799 m -.47617 .72955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.391 .66799 m -.41305 .72221 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29349 .59415 m -.391 .66799 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29349 .59415 m -.31381 .64712 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.23838 .508 m -.29349 .59415 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41423 .3013 m -.3155 .3655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.41423 .3013 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65023 .66112 m -.59942 .71753 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65023 .66112 m -.55271 .72764 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73763 .58154 m -.65023 .66112 L -s -P -p -.0035 w -.73656 .44134 m -.76505 .49189 L -s -P -p -.0035 w -.6862 .35287 m -.73656 .44134 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59807 .29476 m -.6862 .35287 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.59807 .29476 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3155 .3655 m -.25905 .41733 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40119 .2838 m -.3155 .3655 L -s -P -p -.0035 w -.5 .2197 m -.58722 .2771 L -s -P -p -.0035 w -.5 .2197 m -.52426 .26634 L -s -P -p -.0035 w -.5 .2197 m -.44655 .26917 L -s -P -p -.0035 w -.5 .2197 m -.40119 .2838 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47617 .72955 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55271 .72764 m -.5 .78548 L -s -P -p -.0035 w -.73763 .58154 m -.68792 .637 L -s -P -p -.0035 w -.76505 .49189 m -.73763 .58154 L -s -P -p -.0035 w -.23838 .508 m -.25794 .56002 L -s -P -p -.0035 w -.25905 .41733 m -.23838 .508 L -s -P -p -.0035 w -.40119 .2838 m -.34579 .33461 L -s -P -p -.0035 w -.41305 .72221 m -.5 .78548 L -s -P -p -.0035 w -.31381 .64712 m -.41305 .72221 L -s -P -p -.0035 w -.31381 .64712 m -.39982 .70967 L -s -P -p -.0035 w -.25794 .56002 m -.31381 .64712 L -s -P -p -.0035 w -.6862 .35287 m -.71411 .40239 L -s -P -p -.0035 w -.58722 .2771 m -.6862 .35287 L -s -P -p -.0035 w -.58722 .2771 m -.61335 .3253 L -s -P -p -.0035 w -.59942 .71753 m -.5 .78548 L -s -P -p -.0035 w -.68792 .637 m -.59942 .71753 L -s -P -p -.0035 w -.76505 .49189 m -.71511 .54664 L -s -P -p -.0035 w -.71411 .40239 m -.76505 .49189 L -s -P -p -.0035 w -.25905 .41733 m -.27926 .46839 L -s -P -p -.0035 w -.34579 .33461 m -.25905 .41733 L -s -P -p -.0035 w -.44655 .26917 m -.47022 .31749 L -s -P -p -.0035 w -.44655 .26917 m -.34579 .33461 L -s -P -p -.0035 w -.52426 .26634 m -.61335 .3253 L -s -P -p -.0035 w -.52426 .26634 m -.47022 .31749 L -s -P -p -.0035 w -.4458 .69919 m -.5 .78548 L -s -P -p -.0035 w -.5246 .69717 m -.5 .78548 L -s -P -p -.0035 w -.58844 .70487 m -.5 .78548 L -s -P -p -.0035 w -.39982 .70967 m -.5 .78548 L -s -P -p -.0035 w -.68792 .637 m -.58844 .70487 L -s -P -p -.0035 w -.71511 .54664 m -.68792 .637 L -s -P -p -.0035 w -.34435 .62236 m -.39982 .70967 L -s -P -p -.0035 w -.25794 .56002 m -.34435 .62236 L -s -P -p -.0035 w -.27926 .46839 m -.25794 .56002 L -s -P -p -.0035 w -.34579 .33461 m -.36774 .38446 L -s -P -p -.0035 w -.61442 .61489 m -.58844 .70487 L -s -P -p -.0035 w -.71411 .40239 m -.66272 .4563 L -s -P -p -.0035 w -.61335 .3253 m -.71411 .40239 L -s -P -p -.0035 w -.61335 .3253 m -.5602 .378 L -s -P -p -.0035 w -.46994 .60862 m -.4458 .69919 L -s -P -p -.0035 w -.34435 .62236 m -.4458 .69919 L -s -P -p -.0035 w -.36711 .53057 m -.34435 .62236 L -s -P -p -.0035 w -.46994 .60862 m -.5246 .69717 L -s -P -p -.0035 w -.61442 .61489 m -.5246 .69717 L -s -P -p -.0035 w -.71511 .54664 m -.61442 .61489 L -s -P -p -.0035 w -.66272 .4563 m -.71511 .54664 L -s -P -p -.0035 w -.27926 .46839 m -.36711 .53057 L -s -P -p -.0035 w -.36774 .38446 m -.27926 .46839 L -s -P -p -.0035 w -.47022 .31749 m -.5602 .378 L -s -P -p -.0035 w -.47022 .31749 m -.36774 .38446 L -s -P -p -.0035 w -.56048 .52479 m -.61442 .61489 L -s -P -p -.0035 w -.36774 .38446 m -.45714 .44611 L -s -P -p -.0035 w -.56048 .52479 m -.46994 .60862 L -s -P -p -.0035 w -.36711 .53057 m -.46994 .60862 L -s -P -p -.0035 w -.66272 .4563 m -.56048 .52479 L -s -P -p -.0035 w -.5602 .378 m -.66272 .4563 L -s -P -p -.0035 w -.45714 .44611 m -.36711 .53057 L -s -P -p -.0035 w -.5602 .378 m -.45714 .44611 L -s -P -p -.0035 w -.45714 .44611 m -.56048 .52479 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.485 .47837 m -.58285 .54756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.485 .47837 m -.3869 .54521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41952 .39505 m -.485 .47837 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55899 .39693 m -.485 .47837 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58285 .54756 m -.65843 .60414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58285 .54756 m -.48494 .6147 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65772 .46658 m -.58285 .54756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3869 .54521 m -.48494 .6147 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3869 .54521 m -.31945 .60027 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32026 .46226 m -.3869 .54521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48494 .6147 m -.55952 .67232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48494 .6147 m -.4188 .67081 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55899 .39693 m -.65772 .46658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49368 .31214 m -.55899 .39693 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56614 .30654 m -.55899 .39693 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65772 .46658 m -.73488 .5226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66623 .37703 m -.65772 .46658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41952 .39505 m -.32026 .46226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42478 .3045 m -.41952 .39505 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49368 .31214 m -.41952 .39505 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32026 .46226 m -.25121 .51667 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32418 .37234 m -.32026 .46226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65843 .60414 m -.66774 .65637 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65843 .60414 m -.55952 .67232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73488 .5226 m -.65843 .60414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55952 .67232 m -.56704 .72597 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55952 .67232 m -.49359 .72997 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31945 .60027 m -.4188 .67081 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31945 .60027 m -.32258 .6526 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25121 .51667 m -.31945 .60027 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.49368 .31214 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4188 .67081 m -.49359 .72997 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4188 .67081 m -.42375 .72451 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56614 .30654 m -.66623 .37703 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.56614 .30654 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73488 .5226 m -.74568 .57376 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74456 .43267 m -.73488 .5226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66623 .37703 m -.74456 .43267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60099 .29077 m -.66623 .37703 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42478 .3045 m -.32418 .37234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.42478 .3045 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32418 .37234 m -.25423 .42621 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39881 .28782 m -.32418 .37234 L -s -P -p -.0035 w -.25121 .51667 m -.2531 .56798 L -s -P -p -.0035 w -.25423 .42621 m -.25121 .51667 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49359 .72997 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.60099 .29077 L -s -P -p -.0035 w -.5 .2197 m -.57684 .27377 L -s -P -p -.0035 w -.5 .2197 m -.50653 .26572 L -s -P -p -.0035 w -.5 .2197 m -.43224 .27163 L -s -P -p -.0035 w -.5 .2197 m -.39881 .28782 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66774 .65637 m -.56704 .72597 L -s -P -p -.0035 w -.66774 .65637 m -.60238 .71467 L -s -P -p -.0035 w -.74568 .57376 m -.66774 .65637 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60099 .29077 m -.67924 .34583 L -s -P -p -.0035 w -.39881 .28782 m -.32935 .34092 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56704 .72597 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32258 .6526 m -.42375 .72451 L -s -P -p -.0035 w -.32258 .6526 m -.39741 .71256 L -s -P -p -.0035 w -.2531 .56798 m -.32258 .6526 L -s -P -p -.0035 w -.74456 .43267 m -.75569 .48287 L -s -P -p -.0035 w -.67924 .34583 m -.74456 .43267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42375 .72451 m -.5 .78548 L -s -P -p -.0035 w -.74568 .57376 m -.68091 .63135 L -s -P -p -.0035 w -.75569 .48287 m -.74568 .57376 L -s -P -p -.0035 w -.25423 .42621 m -.2562 .47654 L -s -P -p -.0035 w -.32935 .34092 m -.25423 .42621 L -s -P -p -.0035 w -.57684 .27377 m -.67924 .34583 L -s -P -p -.0035 w -.57684 .27377 m -.5849 .32141 L -s -P -p -.0035 w -.2531 .56798 m -.32776 .62741 L -s -P -p -.0035 w -.2562 .47654 m -.2531 .56798 L -s -P -p -.0035 w -.67924 .34583 m -.68925 .3949 L -s -P -p -.0035 w -.43224 .27163 m -.43759 .31931 L -s -P -p -.0035 w -.43224 .27163 m -.32935 .34092 L -s -P -p -.0035 w -.60238 .71467 m -.5 .78548 L -s -P -p -.0035 w -.68091 .63135 m -.60238 .71467 L -s -P -p -.0035 w -.39741 .71256 m -.5 .78548 L -s -P -p -.0035 w -.32776 .62741 m -.39741 .71256 L -s -P -p -.0035 w -.32935 .34092 m -.33277 .39007 L -s -P -p -.0035 w -.4313 .70096 m -.5 .78548 L -s -P -p -.0035 w -.50662 .69672 m -.5 .78548 L -s -P -p -.0035 w -.57791 .70249 m -.5 .78548 L -s -P -p -.0035 w -.50653 .26572 m -.5849 .32141 L -s -P -p -.0035 w -.50653 .26572 m -.43759 .31931 L -s -P -p -.0035 w -.75569 .48287 m -.69014 .53993 L -s -P -p -.0035 w -.68925 .3949 m -.75569 .48287 L -s -P -p -.0035 w -.68091 .63135 m -.57791 .70249 L -s -P -p -.0035 w -.69014 .53993 m -.68091 .63135 L -s -P -p -.0035 w -.58571 .61177 m -.57791 .70249 L -s -P -p -.0035 w -.32776 .62741 m -.4313 .70096 L -s -P -p -.0035 w -.33198 .5356 m -.32776 .62741 L -s -P -p -.0035 w -.2562 .47654 m -.33198 .5356 L -s -P -p -.0035 w -.33277 .39007 m -.2562 .47654 L -s -P -p -.0035 w -.437 .61008 m -.4313 .70096 L -s -P -p -.0035 w -.5849 .32141 m -.68925 .3949 L -s -P -p -.0035 w -.5849 .32141 m -.51621 .37656 L -s -P -p -.0035 w -.437 .61008 m -.50662 .69672 L -s -P -p -.0035 w -.58571 .61177 m -.50662 .69672 L -s -P -p -.0035 w -.68925 .3949 m -.62203 .45123 L -s -P -p -.0035 w -.43759 .31931 m -.51621 .37656 L -s -P -p -.0035 w -.43759 .31931 m -.33277 .39007 L -s -P -p -.0035 w -.33277 .39007 m -.41024 .44848 L -s -P -p -.0035 w -.69014 .53993 m -.58571 .61177 L -s -P -p -.0035 w -.62203 .45123 m -.69014 .53993 L -s -P -p -.0035 w -.51629 .5235 m -.58571 .61177 L -s -P -p -.0035 w -.33198 .5356 m -.437 .61008 L -s -P -p -.0035 w -.41024 .44848 m -.33198 .5356 L -s -P -p -.0035 w -.51629 .5235 m -.437 .61008 L -s -P -p -.0035 w -.51621 .37656 m -.62203 .45123 L -s -P -p -.0035 w -.51621 .37656 m -.41024 .44848 L -s -P -p -.0035 w -.62203 .45123 m -.51629 .5235 L -s -P -p -.0035 w -.41024 .44848 m -.51629 .5235 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52621 .47817 m -.62405 .54414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52621 .47817 m -.42882 .54825 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44931 .39749 m -.52621 .47817 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58825 .39419 m -.52621 .47817 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42882 .54825 m -.52633 .61452 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42882 .54825 m -.35049 .60546 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35115 .46805 m -.42882 .54825 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62405 .54414 m -.68817 .59868 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62405 .54414 m -.52633 .61452 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68733 .46049 m -.62405 .54414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52633 .61452 m -.58904 .67012 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52633 .61452 m -.44886 .67276 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44931 .39749 m -.35115 .46805 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43754 .30724 m -.44931 .39749 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51105 .31205 m -.44931 .39749 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35115 .46805 m -.27127 .52473 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33804 .37872 m -.35115 .46805 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58825 .39419 m -.68733 .46049 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51105 .31205 m -.58825 .39419 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57834 .30367 m -.58825 .39419 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35049 .60546 m -.44886 .67276 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35049 .60546 m -.33657 .65772 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27127 .52473 m -.35049 .60546 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68733 .46049 m -.75303 .51436 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67872 .37051 m -.68733 .46049 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44886 .67276 m -.5112 .72991 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44886 .67276 m -.43669 .72646 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.51105 .31205 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68817 .59868 m -.68035 .65114 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68817 .59868 m -.58904 .67012 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.75303 .51436 m -.68817 .59868 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58904 .67012 m -.57941 .72391 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58904 .67012 m -.5112 .72991 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27127 .52473 m -.2558 .57591 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25691 .43507 m -.27127 .52473 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43754 .30724 m -.33804 .37872 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.43754 .30724 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33804 .37872 m -.25691 .43507 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39951 .29187 m -.33804 .37872 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57834 .30367 m -.67872 .37051 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.57834 .30367 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67872 .37051 m -.7452 .42378 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60085 .28672 m -.67872 .37051 L -s -P -p -.0035 w -.75303 .51436 m -.74633 .5658 L -s -P -p -.0035 w -.7452 .42378 m -.75303 .51436 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33657 .65772 m -.43669 .72646 L -s -P -p -.0035 w -.33657 .65772 m -.39812 .71546 L -s -P -p -.0035 w -.2558 .57591 m -.33657 .65772 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5112 .72991 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.39951 .29187 L -s -P -p -.0035 w -.5 .2197 m -.60085 .28672 L -s -P -p -.0035 w -.5 .2197 m -.56405 .27091 L -s -P -p -.0035 w -.5 .2197 m -.48859 .26582 L -s -P -p -.0035 w -.5 .2197 m -.42008 .27463 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39951 .29187 m -.3183 .34773 L -s -P -p -.0035 w -.25691 .43507 m -.24095 .4853 L -s -P -p -.0035 w -.3183 .34773 m -.25691 .43507 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43669 .72646 m -.5 .78548 L -s -P -p -.0035 w -.60085 .28672 m -.66668 .33914 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68035 .65114 m -.57941 .72391 L -s -P -p -.0035 w -.68035 .65114 m -.60225 .71176 L -s -P -p -.0035 w -.74633 .5658 m -.68035 .65114 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57941 .72391 m -.5 .78548 L -s -P -p -.0035 w -.2558 .57591 m -.31661 .63287 L -s -P -p -.0035 w -.24095 .4853 m -.2558 .57591 L -s -P -p -.0035 w -.7452 .42378 m -.73826 .47424 L -s -P -p -.0035 w -.66668 .33914 m -.7452 .42378 L -s -P -p -.0035 w -.42008 .27463 m -.40702 .32236 L -s -P -p -.0035 w -.42008 .27463 m -.3183 .34773 L -s -P -p -.0035 w -.3183 .34773 m -.30332 .39685 L -s -P -p -.0035 w -.39812 .71546 m -.5 .78548 L -s -P -p -.0035 w -.31661 .63287 m -.39812 .71546 L -s -P -p -.0035 w -.56405 .27091 m -.66668 .33914 L -s -P -p -.0035 w -.56405 .27091 m -.55367 .31869 L -s -P -p -.0035 w -.74633 .5658 m -.66824 .62599 L -s -P -p -.0035 w -.73826 .47424 m -.74633 .5658 L -s -P -p -.0035 w -.60225 .71176 m -.5 .78548 L -s -P -p -.0035 w -.66824 .62599 m -.60225 .71176 L -s -P -p -.0035 w -.41896 .70311 m -.5 .78548 L -s -P -p -.0035 w -.48843 .69679 m -.5 .78548 L -s -P -p -.0035 w -.56495 .70043 m -.5 .78548 L -s -P -p -.0035 w -.48859 .26582 m -.55367 .31869 L -s -P -p -.0035 w -.48859 .26582 m -.40702 .32236 L -s -P -p -.0035 w -.66668 .33914 m -.6582 .38841 L -s -P -p -.0035 w -.24095 .4853 m -.3024 .54168 L -s -P -p -.0035 w -.30332 .39685 m -.24095 .4853 L -s -P -p -.0035 w -.31661 .63287 m -.41896 .70311 L -s -P -p -.0035 w -.3024 .54168 m -.31661 .63287 L -s -P -p -.0035 w -.40614 .61253 m -.41896 .70311 L -s -P -p -.0035 w -.66824 .62599 m -.56495 .70043 L -s -P -p -.0035 w -.65895 .53412 m -.66824 .62599 L -s -P -p -.0035 w -.55418 .60958 m -.56495 .70043 L -s -P -p -.0035 w -.73826 .47424 m -.65895 .53412 L -s -P -p -.0035 w -.6582 .38841 m -.73826 .47424 L -s -P -p -.0035 w -.40702 .32236 m -.47167 .37679 L -s -P -p -.0035 w -.40702 .32236 m -.30332 .39685 L -s -P -p -.0035 w -.30332 .39685 m -.3664 .45247 L -s -P -p -.0035 w -.40614 .61253 m -.48843 .69679 L -s -P -p -.0035 w -.55418 .60958 m -.48843 .69679 L -s -P -p -.0035 w -.55367 .31869 m -.6582 .38841 L -s -P -p -.0035 w -.55367 .31869 m -.47167 .37679 L -s -P -p -.0035 w -.3024 .54168 m -.40614 .61253 L -s -P -p -.0035 w -.3664 .45247 m -.3024 .54168 L -s -P -p -.0035 w -.6582 .38841 m -.57721 .44767 L -s -P -p -.0035 w -.47154 .5237 m -.40614 .61253 L -s -P -p -.0035 w -.65895 .53412 m -.55418 .60958 L -s -P -p -.0035 w -.57721 .44767 m -.65895 .53412 L -s -P -p -.0035 w -.47154 .5237 m -.55418 .60958 L -s -P -p -.0035 w -.47167 .37679 m -.57721 .44767 L -s -P -p -.0035 w -.47167 .37679 m -.3664 .45247 L -s -P -p -.0035 w -.3664 .45247 m -.47154 .5237 L -s -P -p -.0035 w -.57721 .44767 m -.47154 .5237 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47266 .54987 m -.56701 .61307 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47266 .54987 m -.38566 .60959 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38616 .47267 m -.47266 .54987 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56671 .47655 m -.47266 .54987 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56671 .47655 m -.66189 .5394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48052 .39879 m -.56671 .47655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61504 .3904 m -.56671 .47655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38616 .47267 m -.29785 .53195 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35661 .38446 m -.38616 .47267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48052 .39879 m -.38616 .47267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56701 .61307 m -.61607 .66708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56701 .61307 m -.48035 .6738 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66189 .5394 m -.56701 .61307 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45213 .30942 m -.48052 .39879 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5281 .31127 m -.48052 .39879 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66189 .5394 m -.71261 .59234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71165 .45341 m -.66189 .5394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38566 .60959 m -.48035 .6738 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.38566 .60959 m -.35532 .66232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29785 .53195 m -.38566 .60959 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61504 .3904 m -.71165 .45341 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5281 .31127 m -.61504 .3904 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58822 .30036 m -.61504 .3904 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29785 .53195 m -.2658 .58359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26685 .44364 m -.29785 .53195 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48035 .6738 m -.52849 .72935 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48035 .6738 m -.45148 .72803 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35661 .38446 m -.26685 .44364 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40325 .29582 m -.35661 .38446 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45213 .30942 m -.35661 .38446 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5281 .31127 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.45213 .30942 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71165 .45341 m -.76379 .50556 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68592 .36358 m -.71165 .45341 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61607 .66708 m -.58943 .72154 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.61607 .66708 m -.52849 .72935 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71261 .59234 m -.61607 .66708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71261 .59234 m -.68763 .64558 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.76379 .50556 m -.71261 .59234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58822 .30036 m -.68592 .36358 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.58822 .30036 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35532 .66232 m -.45148 .72803 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.35532 .66232 m -.40192 .71829 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2658 .58359 m -.35532 .66232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26685 .44364 m -.23382 .49439 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31289 .35482 m -.26685 .44364 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40325 .29582 m -.31289 .35482 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40325 .29582 L -s -P -p -.0035 w -.5 .2197 m -.59763 .28272 L -s -P -p -.0035 w -.5 .2197 m -.54924 .2686 L -s -P -p -.0035 w -.5 .2197 m -.47102 .26664 L -s -P -p -.0035 w -.5 .2197 m -.41041 .27807 L -s -P -p -.0035 w -.2658 .58359 m -.31116 .63856 L -s -P -p -.0035 w -.23382 .49439 m -.2658 .58359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52849 .72935 m -.5 .78548 L -s -P -p -.0035 w -.68592 .36358 m -.73833 .41494 L -s -P -p -.0035 w -.59763 .28272 m -.68592 .36358 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45148 .72803 m -.5 .78548 L -s -P -p -.0035 w -.76379 .50556 m -.73943 .55788 L -s -P -p -.0035 w -.73833 .41494 m -.76379 .50556 L -s -P -p -.0035 w -.59763 .28272 m -.64885 .33301 L -s -P -p -.0035 w -.31289 .35482 m -.28029 .40457 L -s -P -p -.0035 w -.41041 .27807 m -.31289 .35482 L -s -P -p -.0035 w -.58943 .72154 m -.5 .78548 L -s -P -p -.0035 w -.68763 .64558 m -.58943 .72154 L -s -P -p -.0035 w -.41041 .27807 m -.3795 .32655 L -s -P -p -.0035 w -.68763 .64558 m -.59899 .7089 L -s -P -p -.0035 w -.73943 .55788 m -.68763 .64558 L -s -P -p -.0035 w -.40192 .71829 m -.5 .78548 L -s -P -p -.0035 w -.31116 .63856 m -.40192 .71829 L -s -P -p -.0035 w -.23382 .49439 m -.27926 .5486 L -s -P -p -.0035 w -.28029 .40457 m -.23382 .49439 L -s -P -p -.0035 w -.54924 .2686 m -.64885 .33301 L -s -P -p -.0035 w -.54924 .2686 m -.52066 .31722 L -s -P -p -.0035 w -.31116 .63856 m -.40916 .70557 L -s -P -p -.0035 w -.27926 .5486 m -.31116 .63856 L -s -P -p -.0035 w -.47102 .26664 m -.52066 .31722 L -s -P -p -.0035 w -.47102 .26664 m -.3795 .32655 L -s -P -p -.0035 w -.73833 .41494 m -.71317 .46631 L -s -P -p -.0035 w -.64885 .33301 m -.73833 .41494 L -s -P -p -.0035 w -.40916 .70557 m -.5 .78548 L -s -P -p -.0035 w -.47061 .69738 m -.5 .78548 L -s -P -p -.0035 w -.54993 .69878 m -.5 .78548 L -s -P -p -.0035 w -.59899 .7089 m -.5 .78548 L -s -P -p -.0035 w -.65024 .62107 m -.59899 .7089 L -s -P -p -.0035 w -.73943 .55788 m -.65024 .62107 L -s -P -p -.0035 w -.71317 .46631 m -.73943 .55788 L -s -P -p -.0035 w -.64885 .33301 m -.6219 .38316 L -s -P -p -.0035 w -.37836 .61588 m -.40916 .70557 L -s -P -p -.0035 w -.28029 .40457 m -.32708 .45792 L -s -P -p -.0035 w -.3795 .32655 m -.28029 .40457 L -s -P -p -.0035 w -.3795 .32655 m -.4281 .37868 L -s -P -p -.0035 w -.27926 .5486 m -.37836 .61588 L -s -P -p -.0035 w -.32708 .45792 m -.27926 .5486 L -s -P -p -.0035 w -.52086 .60841 m -.54993 .69878 L -s -P -p -.0035 w -.65024 .62107 m -.54993 .69878 L -s -P -p -.0035 w -.37836 .61588 m -.47061 .69738 L -s -P -p -.0035 w -.52086 .60841 m -.47061 .69738 L -s -P -p -.0035 w -.62248 .52941 m -.65024 .62107 L -s -P -p -.0035 w -.52066 .31722 m -.6219 .38316 L -s -P -p -.0035 w -.52066 .31722 m -.4281 .37868 L -s -P -p -.0035 w -.71317 .46631 m -.62248 .52941 L -s -P -p -.0035 w -.6219 .38316 m -.71317 .46631 L -s -P -p -.0035 w -.42776 .52539 m -.37836 .61588 L -s -P -p -.0035 w -.6219 .38316 m -.52974 .44575 L -s -P -p -.0035 w -.32708 .45792 m -.42776 .52539 L -s -P -p -.0035 w -.4281 .37868 m -.32708 .45792 L -s -P -p -.0035 w -.42776 .52539 m -.52086 .60841 L -s -P -p -.0035 w -.62248 .52941 m -.52086 .60841 L -s -P -p -.0035 w -.4281 .37868 m -.52974 .44575 L -s -P -p -.0035 w -.52974 .44575 m -.62248 .52941 L -s -P -p -.0035 w -.52974 .44575 m -.42776 .52539 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51723 .55004 m -.60587 .61037 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51723 .55004 m -.42396 .61256 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42429 .47598 m -.51723 .55004 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60541 .47354 m -.51723 .55004 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42429 .47598 m -.33009 .53815 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3793 .3894 m -.42429 .47598 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51228 .39892 m -.42429 .47598 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60541 .47354 m -.69528 .53345 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51228 .39892 m -.60541 .47354 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63857 .38565 m -.60541 .47354 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42396 .61256 m -.51239 .67391 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42396 .61256 m -.37821 .66628 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33009 .53815 m -.42396 .61256 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46812 .311 m -.51228 .39892 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54434 .30984 m -.51228 .39892 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60587 .61037 m -.63982 .66328 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60587 .61037 m -.51239 .67391 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.69528 .53345 m -.60587 .61037 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33009 .53815 m -.28266 .59079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28364 .45168 m -.33009 .53815 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.69528 .53345 m -.73095 .58528 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72991 .44552 m -.69528 .53345 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3793 .3894 m -.28364 .45168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40989 .29955 m -.3793 .3894 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46812 .311 m -.3793 .3894 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51239 .67391 m -.54495 .72832 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51239 .67391 m -.46768 .72916 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63857 .38565 m -.72991 .44552 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54434 .30984 m -.63857 .38565 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59549 .29669 m -.63857 .38565 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.46812 .311 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.54434 .30984 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28364 .45168 m -.23485 .50351 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31321 .36197 m -.28364 .45168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.37821 .66628 m -.46768 .72916 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.37821 .66628 m -.40865 .72096 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28266 .59079 m -.37821 .66628 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63982 .66328 m -.5968 .71891 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.63982 .66328 m -.54495 .72832 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73095 .58528 m -.63982 .66328 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.28266 .59079 m -.3115 .64429 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.23485 .50351 m -.28266 .59079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72991 .44552 m -.76666 .49647 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68754 .35645 m -.72991 .44552 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40989 .29955 m -.31321 .36197 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40989 .29955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59549 .29669 m -.68754 .35645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.59549 .29669 L -s -P -p -.0035 w -.73095 .58528 m -.68927 .63986 L -s -P -p -.0035 w -.76666 .49647 m -.73095 .58528 L -s -P -p -.0035 w -.5 .2197 m -.59141 .2789 L -s -P -p -.0035 w -.5 .2197 m -.53287 .26693 L -s -P -p -.0035 w -.5 .2197 m -.45436 .26816 L -s -P -p -.0035 w -.5 .2197 m -.40352 .28183 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46768 .72916 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54495 .72832 m -.5 .78548 L -s -P -p -.0035 w -.31321 .36197 m -.26429 .41297 L -s -P -p -.0035 w -.40352 .28183 m -.31321 .36197 L -s -P -p -.0035 w -.23485 .50351 m -.26319 .55611 L -s -P -p -.0035 w -.26429 .41297 m -.23485 .50351 L -s -P -p -.0035 w -.68754 .35645 m -.72399 .40643 L -s -P -p -.0035 w -.59141 .2789 m -.68754 .35645 L -s -P -p -.0035 w -.40352 .28183 m -.35589 .33171 L -s -P -p -.0035 w -.40865 .72096 m -.5 .78548 L -s -P -p -.0035 w -.3115 .64429 m -.40865 .72096 L -s -P -p -.0035 w -.59141 .2789 m -.62624 .32764 L -s -P -p -.0035 w -.5968 .71891 m -.5 .78548 L -s -P -p -.0035 w -.68927 .63986 m -.5968 .71891 L -s -P -p -.0035 w -.3115 .64429 m -.40218 .70826 L -s -P -p -.0035 w -.26319 .55611 m -.3115 .64429 L -s -P -p -.0035 w -.76666 .49647 m -.72503 .55026 L -s -P -p -.0035 w -.72399 .40643 m -.76666 .49647 L -s -P -p -.0035 w -.68927 .63986 m -.59268 .70616 L -s -P -p -.0035 w -.72503 .55026 m -.68927 .63986 L -s -P -p -.0035 w -.45436 .26816 m -.48697 .31707 L -s -P -p -.0035 w -.45436 .26816 m -.35589 .33171 L -s -P -p -.0035 w -.53287 .26693 m -.62624 .32764 L -s -P -p -.0035 w -.53287 .26693 m -.48697 .31707 L -s -P -p -.0035 w -.40218 .70826 m -.5 .78548 L -s -P -p -.0035 w -.45372 .69847 m -.5 .78548 L -s -P -p -.0035 w -.53333 .69758 m -.5 .78548 L -s -P -p -.0035 w -.59268 .70616 m -.5 .78548 L -s -P -p -.0035 w -.26429 .41297 m -.29354 .46463 L -s -P -p -.0035 w -.35589 .33171 m -.26429 .41297 L -s -P -p -.0035 w -.35454 .62003 m -.40218 .70826 L -s -P -p -.0035 w -.62743 .61676 m -.59268 .70616 L -s -P -p -.0035 w -.26319 .55611 m -.35454 .62003 L -s -P -p -.0035 w -.29354 .46463 m -.26319 .55611 L -s -P -p -.0035 w -.72399 .40643 m -.68109 .45934 L -s -P -p -.0035 w -.62624 .32764 m -.72399 .40643 L -s -P -p -.0035 w -.35589 .33171 m -.38696 .38216 L -s -P -p -.0035 w -.62624 .32764 m -.58151 .37934 L -s -P -p -.0035 w -.72503 .55026 m -.62743 .61676 L -s -P -p -.0035 w -.68109 .45934 m -.72503 .55026 L -s -P -p -.0035 w -.35454 .62003 m -.45372 .69847 L -s -P -p -.0035 w -.48685 .60829 m -.45372 .69847 L -s -P -p -.0035 w -.48685 .60829 m -.53333 .69758 L -s -P -p -.0035 w -.62743 .61676 m -.53333 .69758 L -s -P -p -.0035 w -.38642 .52851 m -.35454 .62003 L -s -P -p -.0035 w -.48697 .31707 m -.58151 .37934 L -s -P -p -.0035 w -.48697 .31707 m -.38696 .38216 L -s -P -p -.0035 w -.5819 .52598 m -.62743 .61676 L -s -P -p -.0035 w -.29354 .46463 m -.38642 .52851 L -s -P -p -.0035 w -.38696 .38216 m -.29354 .46463 L -s -P -p -.0035 w -.68109 .45934 m -.5819 .52598 L -s -P -p -.0035 w -.58151 .37934 m -.68109 .45934 L -s -P -p -.0035 w -.38696 .38216 m -.48125 .44555 L -s -P -p -.0035 w -.38642 .52851 m -.48685 .60829 L -s -P -p -.0035 w -.5819 .52598 m -.48685 .60829 L -s -P -p -.0035 w -.58151 .37934 m -.48125 .44555 L -s -P -p -.0035 w -.48125 .44555 m -.38642 .52851 L -s -P -p -.0035 w -.48125 .44555 m -.5819 .52598 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56134 .54874 m -.64185 .60649 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56134 .54874 m -.46432 .6143 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .47793 m -.56134 .54874 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64122 .46921 m -.56134 .54874 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .47793 m -.36701 .54317 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40541 .39342 m -.46448 .47793 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54369 .39788 m -.46448 .47793 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46432 .6143 m -.54408 .67308 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46432 .6143 m -.40456 .6695 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36701 .54317 m -.46432 .6143 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36701 .54317 m -.30578 .59731 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30665 .45896 m -.36701 .54317 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64122 .46921 m -.72323 .52645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54369 .39788 m -.64122 .46921 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65813 .38008 m -.64122 .46921 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48503 .31193 m -.54369 .39788 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55929 .30779 m -.54369 .39788 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40541 .39342 m -.30665 .45896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4192 .30296 m -.40541 .39342 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48503 .31193 m -.40541 .39342 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64185 .60649 m -.65956 .65881 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64185 .60649 m -.54408 .67308 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72323 .52645 m -.64185 .60649 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30665 .45896 m -.24385 .5124 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31917 .36896 m -.30665 .45896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54408 .67308 m -.5601 .72685 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54408 .67308 m -.48482 .72982 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.48503 .31193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72323 .52645 m -.74256 .57769 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74146 .43705 m -.72323 .52645 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40456 .6695 m -.48482 .72982 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40456 .6695 m -.4181 .7234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30578 .59731 m -.40456 .6695 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.30578 .59731 m -.31751 .6499 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.24385 .5124 m -.30578 .59731 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65813 .38008 m -.74146 .43705 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55929 .30779 m -.65813 .38008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5999 .29278 m -.65813 .38008 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.55929 .30779 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4192 .30296 m -.31917 .36896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.4192 .30296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31917 .36896 m -.2557 .42175 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39961 .2858 m -.31917 .36896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65956 .65881 m -.60128 .71611 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65956 .65881 m -.5601 .72685 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74256 .57769 m -.65956 .65881 L -s -P -p -.0035 w -.24385 .5124 m -.25457 .56399 L -s -P -p -.0035 w -.2557 .42175 m -.24385 .5124 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5999 .29278 m -.68343 .34932 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5999 .29278 L -s -P -p -.0035 w -.5 .2197 m -.58235 .27538 L -s -P -p -.0035 w -.5 .2197 m -.51546 .26594 L -s -P -p -.0035 w -.5 .2197 m -.43916 .27033 L -s -P -p -.0035 w -.5 .2197 m -.39961 .2858 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48482 .72982 m -.5 .78548 L -s -P -p -.0035 w -.74146 .43705 m -.76139 .48735 L -s -P -p -.0035 w -.68343 .34932 m -.74146 .43705 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5601 .72685 m -.5 .78548 L -s -P -p -.0035 w -.39961 .2858 m -.33692 .33769 L -s -P -p -.0035 w -.74256 .57769 m -.68513 .63415 L -s -P -p -.0035 w -.76139 .48735 m -.74256 .57769 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4181 .7234 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31751 .6499 m -.4181 .7234 L -s -P -p -.0035 w -.31751 .6499 m -.39822 .71111 L -s -P -p -.0035 w -.25457 .56399 m -.31751 .6499 L -s -P -p -.0035 w -.68343 .34932 m -.7025 .39854 L -s -P -p -.0035 w -.58235 .27538 m -.68343 .34932 L -s -P -p -.0035 w -.58235 .27538 m -.59954 .32322 L -s -P -p -.0035 w -.2557 .42175 m -.26679 .47237 L -s -P -p -.0035 w -.33692 .33769 m -.2557 .42175 L -s -P -p -.0035 w -.60128 .71611 m -.5 .78548 L -s -P -p -.0035 w -.68513 .63415 m -.60128 .71611 L -s -P -p -.0035 w -.43916 .27033 m -.45371 .31824 L -s -P -p -.0035 w -.43916 .27033 m -.33692 .33769 L -s -P -p -.0035 w -.25457 .56399 m -.3354 .62482 L -s -P -p -.0035 w -.26679 .47237 m -.25457 .56399 L -s -P -p -.0035 w -.51546 .26594 m -.59954 .32322 L -s -P -p -.0035 w -.51546 .26594 m -.45371 .31824 L -s -P -p -.0035 w -.39822 .71111 m -.5 .78548 L -s -P -p -.0035 w -.4383 .70002 m -.5 .78548 L -s -P -p -.0035 w -.51567 .69688 m -.5 .78548 L -s -P -p -.0035 w -.5835 .70364 m -.5 .78548 L -s -P -p -.0035 w -.3354 .62482 m -.39822 .71111 L -s -P -p -.0035 w -.76139 .48735 m -.70345 .54319 L -s -P -p -.0035 w -.7025 .39854 m -.76139 .48735 L -s -P -p -.0035 w -.33692 .33769 m -.34963 .3871 L -s -P -p -.0035 w -.68513 .63415 m -.5835 .70364 L -s -P -p -.0035 w -.70345 .54319 m -.68513 .63415 L -s -P -p -.0035 w -.60047 .61321 m -.5835 .70364 L -s -P -p -.0035 w -.3354 .62482 m -.4383 .70002 L -s -P -p -.0035 w -.45327 .60922 m -.4383 .70002 L -s -P -p -.0035 w -.34891 .53294 m -.3354 .62482 L -s -P -p -.0035 w -.7025 .39854 m -.64298 .45358 L -s -P -p -.0035 w -.59954 .32322 m -.7025 .39854 L -s -P -p -.0035 w -.59954 .32322 m -.53837 .37708 L -s -P -p -.0035 w -.26679 .47237 m -.34891 .53294 L -s -P -p -.0035 w -.34963 .3871 m -.26679 .47237 L -s -P -p -.0035 w -.45327 .60922 m -.51567 .69688 L -s -P -p -.0035 w -.60047 .61321 m -.51567 .69688 L -s -P -p -.0035 w -.45371 .31824 m -.53837 .37708 L -s -P -p -.0035 w -.45371 .31824 m -.34963 .3871 L -s -P -p -.0035 w -.70345 .54319 m -.60047 .61321 L -s -P -p -.0035 w -.64298 .45358 m -.70345 .54319 L -s -P -p -.0035 w -.34963 .3871 m -.43341 .44708 L -s -P -p -.0035 w -.53855 .52396 m -.60047 .61321 L -s -P -p -.0035 w -.34891 .53294 m -.45327 .60922 L -s -P -p -.0035 w -.53855 .52396 m -.45327 .60922 L -s -P -p -.0035 w -.43341 .44708 m -.34891 .53294 L -s -P -p -.0035 w -.64298 .45358 m -.53855 .52396 L -s -P -p -.0035 w -.53837 .37708 m -.64298 .45358 L -s -P -p -.0035 w -.53837 .37708 m -.43341 .44708 L -s -P -p -.0035 w -.43341 .44708 m -.53855 .52396 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50563 .47845 m -.40755 .5469 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50563 .47845 m -.6038 .54602 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43419 .3964 m -.50563 .47845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57388 .3957 m -.50563 .47845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40755 .5469 m -.33439 .60299 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40755 .5469 m -.50565 .61477 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33513 .46529 m -.40755 .5469 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6038 .54602 m -.67391 .60153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6038 .54602 m -.50565 .61477 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67313 .46367 m -.6038 .54602 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50565 .61477 m -.57454 .67133 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50565 .61477 m -.4336 .67189 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.43419 .3964 m -.33513 .46529 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4309 .30593 m -.43419 .3964 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50237 .31218 m -.43419 .3964 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57388 .3957 m -.67313 .46367 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.50237 .31218 m -.57388 .3957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5725 .30517 m -.57388 .3957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33513 .46529 m -.26038 .52079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33049 .3756 m -.33513 .46529 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67313 .46367 m -.74484 .51856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67311 .37383 m -.67313 .46367 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33439 .60299 m -.32895 .65522 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33439 .60299 m -.4336 .67189 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26038 .52079 m -.33439 .60299 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67391 .60153 m -.67469 .6538 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67391 .60153 m -.57454 .67133 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74484 .51856 m -.67391 .60153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4336 .67189 m -.5024 .73 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4336 .67189 m -.42996 .72553 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.50237 .31218 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57454 .67133 m -.5735 .72498 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.57454 .67133 m -.5024 .73 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4309 .30593 m -.33049 .3756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.4309 .30593 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5725 .30517 m -.67311 .37383 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5725 .30517 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26038 .52079 m -.25351 .57196 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25464 .43066 m -.26038 .52079 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.33049 .3756 m -.25464 .43066 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39878 .28985 m -.33049 .3756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67311 .37383 m -.74582 .42823 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6013 .28875 m -.67311 .37383 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74484 .51856 m -.74695 .56979 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74582 .42823 m -.74484 .51856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5024 .73 m -.5 .78548 L -s -P -p -.0035 w -.5 .2197 m -.57072 .27227 L -s -P -p -.0035 w -.5 .2197 m -.49755 .26567 L -s -P -p -.0035 w -.5 .2197 m -.42587 .27307 L -s -P -p -.0035 w -.5 .2197 m -.39878 .28985 L -s -P -p -.0035 w -.5 .2197 m -.6013 .28875 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32895 .65522 m -.42996 .72553 L -s -P -p -.0035 w -.32895 .65522 m -.39738 .71401 L -s -P -p -.0035 w -.25351 .57196 m -.32895 .65522 L -s -P -p -.0035 w -.39878 .28985 m -.32313 .34428 L -s -P -p -.0035 w -.6013 .28875 m -.67364 .34243 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67469 .6538 m -.5735 .72498 L -s -P -p -.0035 w -.67469 .6538 m -.6027 .71322 L -s -P -p -.0035 w -.74695 .56979 m -.67469 .6538 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42996 .72553 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5735 .72498 m -.5 .78548 L -s -P -p -.0035 w -.25464 .43066 m -.24757 .48086 L -s -P -p -.0035 w -.32313 .34428 m -.25464 .43066 L -s -P -p -.0035 w -.74582 .42823 m -.74797 .47849 L -s -P -p -.0035 w -.67364 .34243 m -.74582 .42823 L -s -P -p -.0035 w -.25351 .57196 m -.32149 .6301 L -s -P -p -.0035 w -.24757 .48086 m -.25351 .57196 L -s -P -p -.0035 w -.74695 .56979 m -.67526 .62863 L -s -P -p -.0035 w -.74797 .47849 m -.74695 .56979 L -s -P -p -.0035 w -.42587 .27307 m -.42198 .32069 L -s -P -p -.0035 w -.42587 .27307 m -.32313 .34428 L -s -P -p -.0035 w -.57072 .27227 m -.56958 .3199 L -s -P -p -.0035 w -.57072 .27227 m -.67364 .34243 L -s -P -p -.0035 w -.32313 .34428 m -.31729 .39333 L -s -P -p -.0035 w -.39738 .71401 m -.5 .78548 L -s -P -p -.0035 w -.32149 .6301 m -.39738 .71401 L -s -P -p -.0035 w -.6027 .71322 m -.5 .78548 L -s -P -p -.0035 w -.67526 .62863 m -.6027 .71322 L -s -P -p -.0035 w -.67364 .34243 m -.67445 .39152 L -s -P -p -.0035 w -.42483 .70199 m -.5 .78548 L -s -P -p -.0035 w -.49752 .69669 m -.5 .78548 L -s -P -p -.0035 w -.57171 .70141 m -.5 .78548 L -s -P -p -.0035 w -.49755 .26567 m -.56958 .3199 L -s -P -p -.0035 w -.49755 .26567 m -.42198 .32069 L -s -P -p -.0035 w -.24757 .48086 m -.31643 .53852 L -s -P -p -.0035 w -.31729 .39333 m -.24757 .48086 L -s -P -p -.0035 w -.32149 .6301 m -.42483 .70199 L -s -P -p -.0035 w -.31643 .53852 m -.32149 .6301 L -s -P -p -.0035 w -.67526 .62863 m -.57171 .70141 L -s -P -p -.0035 w -.67527 .5369 m -.67526 .62863 L -s -P -p -.0035 w -.74797 .47849 m -.67527 .5369 L -s -P -p -.0035 w -.67445 .39152 m -.74797 .47849 L -s -P -p -.0035 w -.42125 .61118 m -.42483 .70199 L -s -P -p -.0035 w -.57023 .61055 m -.57171 .70141 L -s -P -p -.0035 w -.42198 .32069 m -.49392 .37647 L -s -P -p -.0035 w -.42198 .32069 m -.31729 .39333 L -s -P -p -.0035 w -.42125 .61118 m -.49752 .69669 L -s -P -p -.0035 w -.57023 .61055 m -.49752 .69669 L -s -P -p -.0035 w -.56958 .3199 m -.49392 .37647 L -s -P -p -.0035 w -.56958 .3199 m -.67445 .39152 L -s -P -p -.0035 w -.31729 .39333 m -.38784 .45028 L -s -P -p -.0035 w -.67445 .39152 m -.60005 .44925 L -s -P -p -.0035 w -.31643 .53852 m -.42125 .61118 L -s -P -p -.0035 w -.38784 .45028 m -.31643 .53852 L -s -P -p -.0035 w -.67527 .5369 m -.57023 .61055 L -s -P -p -.0035 w -.60005 .44925 m -.67527 .5369 L -s -P -p -.0035 w -.49389 .52341 m -.42125 .61118 L -s -P -p -.0035 w -.49389 .52341 m -.57023 .61055 L -s -P -p -.0035 w -.49392 .37647 m -.38784 .45028 L -s -P -p -.0035 w -.49392 .37647 m -.60005 .44925 L -s -P -p -.0035 w -.38784 .45028 m -.49389 .52341 L -s -P -p -.0035 w -.60005 .44925 m -.49389 .52341 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45058 .54924 m -.36762 .60766 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45058 .54924 m -.54683 .61395 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3682 .47051 m -.45058 .54924 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54662 .47754 m -.45058 .54924 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54662 .47754 m -.64346 .54193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4648 .39828 m -.54662 .47754 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60201 .39242 m -.54662 .47754 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54683 .61395 m -.60292 .6687 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.54683 .61395 m -.46448 .6734 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64346 .54193 m -.54683 .61395 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64346 .54193 m -.7011 .59561 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7002 .45706 m -.64346 .54193 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3682 .47051 m -.2838 .52845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34677 .38168 m -.3682 .47051 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4648 .39828 m -.3682 .47051 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44463 .3084 m -.4648 .39828 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51965 .31174 m -.4648 .39828 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36762 .60766 m -.34539 .66009 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36762 .60766 m -.46448 .6734 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2838 .52845 m -.36762 .60766 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60201 .39242 m -.7002 .45706 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51965 .31174 m -.60201 .39242 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58359 .30207 m -.60201 .39242 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .6734 m -.51992 .72969 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.46448 .6734 m -.44388 .7273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7002 .45706 m -.75937 .51001 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68301 .36708 m -.7002 .45706 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.2838 .52845 m -.25991 .5798 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.26099 .4394 m -.2838 .52845 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.51965 .31174 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34677 .38168 m -.26099 .4394 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40101 .29387 m -.34677 .38168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44463 .3084 m -.34677 .38168 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.44463 .3084 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60292 .6687 m -.58473 .72276 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60292 .6687 m -.51992 .72969 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7011 .59561 m -.60292 .6687 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.7011 .59561 m -.68468 .64839 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.75937 .51001 m -.7011 .59561 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58359 .30207 m -.68301 .36708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.58359 .30207 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34539 .66009 m -.39964 .71689 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34539 .66009 m -.44388 .7273 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25991 .5798 m -.34539 .66009 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68301 .36708 m -.74271 .41933 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59962 .2847 m -.68301 .36708 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40101 .29387 m -.31488 .35125 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40101 .29387 L -s -P -p -.0035 w -.26099 .4394 m -.23636 .48982 L -s -P -p -.0035 w -.31488 .35125 m -.26099 .4394 L -s -P -p -.0035 w -.5 .2197 m -.55687 .26968 L -s -P -p -.0035 w -.5 .2197 m -.47972 .26614 L -s -P -p -.0035 w -.5 .2197 m -.41491 .2763 L -s -P -p -.0035 w -.5 .2197 m -.59962 .2847 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.51992 .72969 m -.5 .78548 L -s -P -p -.0035 w -.75937 .51001 m -.74383 .56182 L -s -P -p -.0035 w -.74271 .41933 m -.75937 .51001 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44388 .7273 m -.5 .78548 L -s -P -p -.0035 w -.25991 .5798 m -.31316 .6357 L -s -P -p -.0035 w -.23636 .48982 m -.25991 .5798 L -s -P -p -.0035 w -.59962 .2847 m -.6584 .33599 L -s -P -p -.0035 w -.58473 .72276 m -.5 .78548 L -s -P -p -.0035 w -.68468 .64839 m -.58473 .72276 L -s -P -p -.0035 w -.68468 .64839 m -.601 .71032 L -s -P -p -.0035 w -.74383 .56182 m -.68468 .64839 L -s -P -p -.0035 w -.31488 .35125 m -.29096 .40061 L -s -P -p -.0035 w -.41491 .2763 m -.31488 .35125 L -s -P -p -.0035 w -.41491 .2763 m -.39282 .32432 L -s -P -p -.0035 w -.39964 .71689 m -.5 .78548 L -s -P -p -.0035 w -.31316 .6357 m -.39964 .71689 L -s -P -p -.0035 w -.74271 .41933 m -.72664 .47017 L -s -P -p -.0035 w -.6584 .33599 m -.74271 .41933 L -s -P -p -.0035 w -.55687 .26968 m -.53732 .31779 L -s -P -p -.0035 w -.55687 .26968 m -.6584 .33599 L -s -P -p -.0035 w -.23636 .48982 m -.28998 .54505 L -s -P -p -.0035 w -.29096 .40061 m -.23636 .48982 L -s -P -p -.0035 w -.47972 .26614 m -.53732 .31779 L -s -P -p -.0035 w -.47972 .26614 m -.39282 .32432 L -s -P -p -.0035 w -.41372 .7043 m -.5 .78548 L -s -P -p -.0035 w -.47944 .69702 m -.5 .78548 L -s -P -p -.0035 w -.55767 .69955 m -.5 .78548 L -s -P -p -.0035 w -.601 .71032 m -.5 .78548 L -s -P -p -.0035 w -.74383 .56182 m -.65988 .62346 L -s -P -p -.0035 w -.72664 .47017 m -.74383 .56182 L -s -P -p -.0035 w -.65988 .62346 m -.601 .71032 L -s -P -p -.0035 w -.31316 .6357 m -.41372 .7043 L -s -P -p -.0035 w -.28998 .54505 m -.31316 .6357 L -s -P -p -.0035 w -.6584 .33599 m -.64064 .38562 L -s -P -p -.0035 w -.39181 .6141 m -.41372 .7043 L -s -P -p -.0035 w -.29096 .40061 m -.34609 .45502 L -s -P -p -.0035 w -.39282 .32432 m -.29096 .40061 L -s -P -p -.0035 w -.39282 .32432 m -.44967 .37753 L -s -P -p -.0035 w -.53768 .60886 m -.55767 .69955 L -s -P -p -.0035 w -.65988 .62346 m -.55767 .69955 L -s -P -p -.0035 w -.64131 .53161 m -.65988 .62346 L -s -P -p -.0035 w -.39181 .6141 m -.47944 .69702 L -s -P -p -.0035 w -.53768 .60886 m -.47944 .69702 L -s -P -p -.0035 w -.72664 .47017 m -.64131 .53161 L -s -P -p -.0035 w -.64064 .38562 m -.72664 .47017 L -s -P -p -.0035 w -.28998 .54505 m -.39181 .6141 L -s -P -p -.0035 w -.34609 .45502 m -.28998 .54505 L -s -P -p -.0035 w -.53732 .31779 m -.44967 .37753 L -s -P -p -.0035 w -.53732 .31779 m -.64064 .38562 L -s -P -p -.0035 w -.44943 .52436 m -.39181 .6141 L -s -P -p -.0035 w -.64064 .38562 m -.5537 .4465 L -s -P -p -.0035 w -.44943 .52436 m -.53768 .60886 L -s -P -p -.0035 w -.64131 .53161 m -.53768 .60886 L -s -P -p -.0035 w -.5537 .4465 m -.64131 .53161 L -s -P -p -.0035 w -.34609 .45502 m -.44943 .52436 L -s -P -p -.0035 w -.44967 .37753 m -.34609 .45502 L -s -P -p -.0035 w -.44967 .37753 m -.5537 .4465 L -s -P -p -.0035 w -.5537 .4465 m -.44943 .52436 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49493 .55014 m -.40448 .61122 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49493 .55014 m -.58674 .61187 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40491 .47449 m -.49493 .55014 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58635 .47521 m -.49493 .55014 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58635 .47521 m -.67921 .53657 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49639 .399 m -.58635 .47521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62726 .38814 m -.58635 .47521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40491 .47449 m -.31332 .53519 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36748 .38704 m -.40491 .47449 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49639 .399 m -.40491 .47449 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45998 .31029 m -.49639 .399 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53635 .31064 m -.49639 .399 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58674 .61187 m -.6284 .66527 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58674 .61187 m -.49636 .67398 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67921 .53657 m -.58674 .61187 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40448 .61122 m -.36629 .66439 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40448 .61122 m -.49636 .67398 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31332 .53519 m -.40448 .61122 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.67921 .53657 m -.72259 .58889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72159 .44955 m -.67921 .53657 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31332 .53519 m -.27341 .58726 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27443 .44774 m -.31332 .53519 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62726 .38814 m -.72159 .44955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53635 .31064 m -.62726 .38814 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5922 .29856 m -.62726 .38814 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49636 .67398 m -.53685 .7289 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49636 .67398 m -.45943 .72865 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36748 .38704 m -.27443 .44774 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40622 .29772 m -.36748 .38704 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45998 .31029 m -.36748 .38704 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.53635 .31064 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.45998 .31029 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72159 .44955 m -.76623 .50104 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.68744 .36003 m -.72159 .44955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6284 .66527 m -.59347 .72025 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.6284 .66527 m -.53685 .7289 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.72259 .58889 m -.6284 .66527 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27443 .44774 m -.23332 .49896 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31234 .3584 m -.27443 .44774 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36629 .66439 m -.40493 .71965 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.36629 .66439 m -.45943 .72865 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.27341 .58726 m -.36629 .66439 L -s -P -p -.0035 w -.72259 .58889 m -.68917 .64273 L -s -P -p -.0035 w -.76623 .50104 m -.72259 .58889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5922 .29856 m -.68744 .36003 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.5922 .29856 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40622 .29772 m -.31234 .3584 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.40622 .29772 L -s -P -p -.0035 w -.27341 .58726 m -.31061 .64143 L -s -P -p -.0035 w -.23332 .49896 m -.27341 .58726 L -s -P -p -.0035 w -.5 .2197 m -.54122 .26768 L -s -P -p -.0035 w -.5 .2197 m -.46254 .26732 L -s -P -p -.0035 w -.5 .2197 m -.4066 .27992 L -s -P -p -.0035 w -.5 .2197 m -.59489 .28078 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53685 .7289 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.45943 .72865 m -.5 .78548 L -s -P -p -.0035 w -.68744 .36003 m -.73207 .41063 L -s -P -p -.0035 w -.59489 .28078 m -.68744 .36003 L -s -P -p -.0035 w -.31234 .3584 m -.27138 .4087 L -s -P -p -.0035 w -.4066 .27992 m -.31234 .3584 L -s -P -p -.0035 w -.59489 .28078 m -.6381 .33022 L -s -P -p -.0035 w -.76623 .50104 m -.73315 .55402 L -s -P -p -.0035 w -.73207 .41063 m -.76623 .50104 L -s -P -p -.0035 w -.4066 .27992 m -.36716 .32902 L -s -P -p -.0035 w -.59347 .72025 m -.5 .78548 L -s -P -p -.0035 w -.68917 .64273 m -.59347 .72025 L -s -P -p -.0035 w -.23332 .49896 m -.27031 .55229 L -s -P -p -.0035 w -.27138 .4087 m -.23332 .49896 L -s -P -p -.0035 w -.40493 .71965 m -.5 .78548 L -s -P -p -.0035 w -.31061 .64143 m -.40493 .71965 L -s -P -p -.0035 w -.68917 .64273 m -.59621 .70751 L -s -P -p -.0035 w -.73315 .55402 m -.68917 .64273 L -s -P -p -.0035 w -.31061 .64143 m -.4053 .70689 L -s -P -p -.0035 w -.27031 .55229 m -.31061 .64143 L -s -P -p -.0035 w -.54122 .26768 m -.50383 .31698 L -s -P -p -.0035 w -.54122 .26768 m -.6381 .33022 L -s -P -p -.0035 w -.46254 .26732 m -.50383 .31698 L -s -P -p -.0035 w -.46254 .26732 m -.36716 .32902 L -s -P -p -.0035 w -.4053 .70689 m -.5 .78548 L -s -P -p -.0035 w -.46201 .69786 m -.5 .78548 L -s -P -p -.0035 w -.5418 .69812 m -.5 .78548 L -s -P -p -.0035 w -.59621 .70751 m -.5 .78548 L -s -P -p -.0035 w -.73207 .41063 m -.69795 .46269 L -s -P -p -.0035 w -.6381 .33022 m -.73207 .41063 L -s -P -p -.0035 w -.6394 .61883 m -.59621 .70751 L -s -P -p -.0035 w -.36591 .61787 m -.4053 .70689 L -s -P -p -.0035 w -.27138 .4087 m -.30952 .46113 L -s -P -p -.0035 w -.36716 .32902 m -.27138 .4087 L -s -P -p -.0035 w -.6381 .33022 m -.60214 .38106 L -s -P -p -.0035 w -.73315 .55402 m -.6394 .61883 L -s -P -p -.0035 w -.69795 .46269 m -.73315 .55402 L -s -P -p -.0035 w -.36716 .32902 m -.40714 .38023 L -s -P -p -.0035 w -.27031 .55229 m -.36591 .61787 L -s -P -p -.0035 w -.30952 .46113 m -.27031 .55229 L -s -P -p -.0035 w -.50387 .60821 m -.5418 .69812 L -s -P -p -.0035 w -.6394 .61883 m -.5418 .69812 L -s -P -p -.0035 w -.36591 .61787 m -.46201 .69786 L -s -P -p -.0035 w -.50387 .60821 m -.46201 .69786 L -s -P -p -.0035 w -.60263 .52753 m -.6394 .61883 L -s -P -p -.0035 w -.50383 .31698 m -.40714 .38023 L -s -P -p -.0035 w -.50383 .31698 m -.60214 .38106 L -s -P -p -.0035 w -.4067 .52678 m -.36591 .61787 L -s -P -p -.0035 w -.69795 .46269 m -.60263 .52753 L -s -P -p -.0035 w -.60214 .38106 m -.69795 .46269 L -s -P -p -.0035 w -.30952 .46113 m -.4067 .52678 L -s -P -p -.0035 w -.40714 .38023 m -.30952 .46113 L -s -P -p -.0035 w -.60214 .38106 m -.50552 .44544 L -s -P -p -.0035 w -.40714 .38023 m -.50552 .44544 L -s -P -p -.0035 w -.4067 .52678 m -.50387 .60821 L -s -P -p -.0035 w -.60263 .52753 m -.50387 .60821 L -s -P -p -.0035 w -.50552 .44544 m -.60263 .52753 L -s -P -p -.0035 w -.50552 .44544 m -.4067 .52678 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53942 .54957 m -.44395 .61359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.53942 .54957 m -.62429 .60857 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4442 .47713 m -.53942 .54957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62374 .47153 m -.53942 .54957 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4442 .47713 m -.34803 .54082 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39197 .39153 m -.4442 .47713 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52808 .39855 m -.4442 .47713 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44395 .61359 m -.391 .66799 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.44395 .61359 m -.52833 .67361 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34803 .54082 m -.44395 .61359 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62374 .47153 m -.71 .53007 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52808 .39855 m -.62374 .47153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64889 .38296 m -.62374 .47153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.34803 .54082 m -.29349 .59415 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29441 .45543 m -.34803 .54082 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47649 .31155 m -.52808 .39855 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55201 .30889 m -.52808 .39855 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62429 .60857 m -.65023 .66112 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.62429 .60857 m -.52833 .67361 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71 .53007 m -.62429 .60857 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39197 .39153 m -.29441 .45543 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41423 .3013 m -.39197 .39153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47649 .31155 m -.39197 .39153 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52833 .67361 m -.55271 .72764 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.52833 .67361 m -.47617 .72955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.71 .53007 m -.73763 .58154 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73656 .44134 m -.71 .53007 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29441 .45543 m -.23838 .508 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3155 .3655 m -.29441 .45543 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.47649 .31155 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.64889 .38296 m -.73656 .44134 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55201 .30889 m -.64889 .38296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59807 .29476 m -.64889 .38296 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.55201 .30889 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.391 .66799 m -.41305 .72221 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.391 .66799 m -.47617 .72955 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29349 .59415 m -.391 .66799 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.29349 .59415 m -.31381 .64712 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.23838 .508 m -.29349 .59415 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41423 .3013 m -.3155 .3655 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.41423 .3013 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65023 .66112 m -.59942 .71753 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65023 .66112 m -.55271 .72764 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73763 .58154 m -.65023 .66112 L -s -P -p -.0035 w -.73656 .44134 m -.76505 .49189 L -s -P -p -.0035 w -.6862 .35287 m -.73656 .44134 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.59807 .29476 m -.6862 .35287 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.59807 .29476 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3155 .3655 m -.25905 .41733 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.40119 .2838 m -.3155 .3655 L -s -P -p -.0035 w -.5 .2197 m -.52426 .26634 L -s -P -p -.0035 w -.5 .2197 m -.44655 .26917 L -s -P -p -.0035 w -.5 .2197 m -.40119 .2838 L -s -P -p -.0035 w -.5 .2197 m -.58722 .2771 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.47617 .72955 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55271 .72764 m -.5 .78548 L -s -P -p -.0035 w -.73763 .58154 m -.68792 .637 L -s -P -p -.0035 w -.76505 .49189 m -.73763 .58154 L -s -P -p -.0035 w -.23838 .508 m -.25794 .56002 L -s -P -p -.0035 w -.25905 .41733 m -.23838 .508 L -s -P -p -.0035 w -.40119 .2838 m -.34579 .33461 L -s -P -p -.0035 w -.41305 .72221 m -.5 .78548 L -s -P -p -.0035 w -.31381 .64712 m -.41305 .72221 L -s -P -p -.0035 w -.31381 .64712 m -.39982 .70967 L -s -P -p -.0035 w -.25794 .56002 m -.31381 .64712 L -s -P -p -.0035 w -.6862 .35287 m -.71411 .40239 L -s -P -p -.0035 w -.58722 .2771 m -.6862 .35287 L -s -P -p -.0035 w -.58722 .2771 m -.61335 .3253 L -s -P -p -.0035 w -.59942 .71753 m -.5 .78548 L -s -P -p -.0035 w -.68792 .637 m -.59942 .71753 L -s -P -p -.0035 w -.76505 .49189 m -.71511 .54664 L -s -P -p -.0035 w -.71411 .40239 m -.76505 .49189 L -s -P -p -.0035 w -.25905 .41733 m -.27926 .46839 L -s -P -p -.0035 w -.34579 .33461 m -.25905 .41733 L -s -P -p -.0035 w -.44655 .26917 m -.47022 .31749 L -s -P -p -.0035 w -.44655 .26917 m -.34579 .33461 L -s -P -p -.0035 w -.52426 .26634 m -.47022 .31749 L -s -P -p -.0035 w -.52426 .26634 m -.61335 .3253 L -s -P -p -.0035 w -.39982 .70967 m -.5 .78548 L -s -P -p -.0035 w -.4458 .69919 m -.5 .78548 L -s -P -p -.0035 w -.5246 .69717 m -.5 .78548 L -s -P -p -.0035 w -.58844 .70487 m -.5 .78548 L -s -P -p -.0035 w -.68792 .637 m -.58844 .70487 L -s -P -p -.0035 w -.71511 .54664 m -.68792 .637 L -s -P -p -.0035 w -.34435 .62236 m -.39982 .70967 L -s -P -p -.0035 w -.25794 .56002 m -.34435 .62236 L -s -P -p -.0035 w -.27926 .46839 m -.25794 .56002 L -s -P -p -.0035 w -.34579 .33461 m -.36774 .38446 L -s -P -p -.0035 w -.61442 .61489 m -.58844 .70487 L -s -P -p -.0035 w -.71411 .40239 m -.66272 .4563 L -s -P -p -.0035 w -.61335 .3253 m -.71411 .40239 L -s -P -p -.0035 w -.61335 .3253 m -.5602 .378 L -s -P -p -.0035 w -.34435 .62236 m -.4458 .69919 L -s -P -p -.0035 w -.46994 .60862 m -.4458 .69919 L -s -P -p -.0035 w -.36711 .53057 m -.34435 .62236 L -s -P -p -.0035 w -.46994 .60862 m -.5246 .69717 L -s -P -p -.0035 w -.61442 .61489 m -.5246 .69717 L -s -P -p -.0035 w -.71511 .54664 m -.61442 .61489 L -s -P -p -.0035 w -.66272 .4563 m -.71511 .54664 L -s -P -p -.0035 w -.27926 .46839 m -.36711 .53057 L -s -P -p -.0035 w -.36774 .38446 m -.27926 .46839 L -s -P -p -.0035 w -.47022 .31749 m -.36774 .38446 L -s -P -p -.0035 w -.47022 .31749 m -.5602 .378 L -s -P -p -.0035 w -.56048 .52479 m -.61442 .61489 L -s -P -p -.0035 w -.36774 .38446 m -.45714 .44611 L -s -P -p -.0035 w -.36711 .53057 m -.46994 .60862 L -s -P -p -.0035 w -.56048 .52479 m -.46994 .60862 L -s -P -p -.0035 w -.66272 .4563 m -.56048 .52479 L -s -P -p -.0035 w -.5602 .378 m -.66272 .4563 L -s -P -p -.0035 w -.45714 .44611 m -.36711 .53057 L -s -P -p -.0035 w -.5602 .378 m -.45714 .44611 L -s -P -p -.0035 w -.45714 .44611 m -.56048 .52479 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - ImageCacheValid->False], - -Cell[GraphicsData["PostScript", "\<\ -%! -%%Creator: Mathematica -%%AspectRatio: 1 -MathPictureStart -%% Graphics3D -/Courier findfont 10 scalefont setfont -% Scaling calculations -0.02381 0.952381 0.02381 0.952381 [ -[ 0 0 0 0 ] -[ 1 1 0 0 ] -] MathScale -% Start of Graphics -1 setlinecap -1 setlinejoin -newpath -[ ] 0 setdash -0 g -0 0 m -1 0 L -1 1 L -0 1 L -closepath -clip -newpath -p -P -p -[ .01 .012 ] 0 setdash -.0025 w -.485 .47837 m -.3869 .54521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.485 .47837 m -.58285 .54756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41952 .39505 m -.485 .47837 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55899 .39693 m -.485 .47837 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58285 .54756 m -.48494 .6147 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.58285 .54756 m -.65843 .60414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65772 .46658 m -.58285 .54756 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3869 .54521 m -.31945 .60027 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.3869 .54521 m -.48494 .6147 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32026 .46226 m -.3869 .54521 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48494 .6147 m -.4188 .67081 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.48494 .6147 m -.55952 .67232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55899 .39693 m -.65772 .46658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49368 .31214 m -.55899 .39693 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56614 .30654 m -.55899 .39693 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65772 .46658 m -.73488 .5226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66623 .37703 m -.65772 .46658 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.41952 .39505 m -.32026 .46226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42478 .3045 m -.41952 .39505 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49368 .31214 m -.41952 .39505 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32026 .46226 m -.25121 .51667 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32418 .37234 m -.32026 .46226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65843 .60414 m -.66774 .65637 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.65843 .60414 m -.55952 .67232 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73488 .5226 m -.65843 .60414 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55952 .67232 m -.56704 .72597 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.55952 .67232 m -.49359 .72997 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31945 .60027 m -.32258 .6526 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.31945 .60027 m -.4188 .67081 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.25121 .51667 m -.31945 .60027 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.49368 .31214 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4188 .67081 m -.42375 .72451 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.4188 .67081 m -.49359 .72997 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56614 .30654 m -.66623 .37703 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.56614 .30654 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.73488 .5226 m -.74568 .57376 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.74456 .43267 m -.73488 .5226 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66623 .37703 m -.74456 .43267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60099 .29077 m -.66623 .37703 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42478 .3045 m -.32418 .37234 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.42478 .3045 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32418 .37234 m -.25423 .42621 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.39881 .28782 m -.32418 .37234 L -s -P -p -.0035 w -.25121 .51667 m -.2531 .56798 L -s -P -p -.0035 w -.25423 .42621 m -.25121 .51667 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.49359 .72997 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.5 .2197 m -.60099 .29077 L -s -P -p -.0035 w -.5 .2197 m -.50653 .26572 L -s -P -p -.0035 w -.5 .2197 m -.43224 .27163 L -s -P -p -.0035 w -.5 .2197 m -.39881 .28782 L -s -P -p -.0035 w -.5 .2197 m -.57684 .27377 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.66774 .65637 m -.56704 .72597 L -s -P -p -.0035 w -.66774 .65637 m -.60238 .71467 L -s -P -p -.0035 w -.74568 .57376 m -.66774 .65637 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.60099 .29077 m -.67924 .34583 L -s -P -p -.0035 w -.39881 .28782 m -.32935 .34092 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.56704 .72597 m -.5 .78548 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.32258 .6526 m -.42375 .72451 L -s -P -p -.0035 w -.32258 .6526 m -.39741 .71256 L -s -P -p -.0035 w -.2531 .56798 m -.32258 .6526 L -s -P -p -.0035 w -.74456 .43267 m -.75569 .48287 L -s -P -p -.0035 w -.67924 .34583 m -.74456 .43267 L -s -P -p -[ .01 .012 ] 0 setdash -.0025 w -.42375 .72451 m -.5 .78548 L -s -P -p -.0035 w -.74568 .57376 m -.68091 .63135 L -s -P -p -.0035 w -.75569 .48287 m -.74568 .57376 L -s -P -p -.0035 w -.25423 .42621 m -.2562 .47654 L -s -P -p -.0035 w -.32935 .34092 m -.25423 .42621 L -s -P -p -.0035 w -.57684 .27377 m -.5849 .32141 L -s -P -p -.0035 w -.57684 .27377 m -.67924 .34583 L -s -P -p -.0035 w -.2531 .56798 m -.32776 .62741 L -s -P -p -.0035 w -.2562 .47654 m -.2531 .56798 L -s -P -p -.0035 w -.67924 .34583 m -.68925 .3949 L -s -P -p -.0035 w -.43224 .27163 m -.43759 .31931 L -s -P -p -.0035 w -.43224 .27163 m -.32935 .34092 L -s -P -p -.0035 w -.60238 .71467 m -.5 .78548 L -s -P -p -.0035 w -.68091 .63135 m -.60238 .71467 L -s -P -p -.0035 w -.39741 .71256 m -.5 .78548 L -s -P -p -.0035 w -.32776 .62741 m -.39741 .71256 L -s -P -p -.0035 w -.32935 .34092 m -.33277 .39007 L -s -P -p -.0035 w -.4313 .70096 m -.5 .78548 L -s -P -p -.0035 w -.50662 .69672 m -.5 .78548 L -s -P -p -.0035 w -.57791 .70249 m -.5 .78548 L -s -P -p -.0035 w -.50653 .26572 m -.43759 .31931 L -s -P -p -.0035 w -.50653 .26572 m -.5849 .32141 L -s -P -p -.0035 w -.75569 .48287 m -.69014 .53993 L -s -P -p -.0035 w -.68925 .3949 m -.75569 .48287 L -s -P -p -.0035 w -.68091 .63135 m -.57791 .70249 L -s -P -p -.0035 w -.69014 .53993 m -.68091 .63135 L -s -P -p -.0035 w -.58571 .61177 m -.57791 .70249 L -s -P -p -.0035 w -.32776 .62741 m -.4313 .70096 L -s -P -p -.0035 w -.33198 .5356 m -.32776 .62741 L -s -P -p -.0035 w -.2562 .47654 m -.33198 .5356 L -s -P -p -.0035 w -.33277 .39007 m -.2562 .47654 L -s -P -p -.0035 w -.437 .61008 m -.4313 .70096 L -s -P -p -.0035 w -.5849 .32141 m -.51621 .37656 L -s -P -p -.0035 w -.5849 .32141 m -.68925 .3949 L -s -P -p -.0035 w -.437 .61008 m -.50662 .69672 L -s -P -p -.0035 w -.58571 .61177 m -.50662 .69672 L -s -P -p -.0035 w -.68925 .3949 m -.62203 .45123 L -s -P -p -.0035 w -.43759 .31931 m -.33277 .39007 L -s -P -p -.0035 w -.43759 .31931 m -.51621 .37656 L -s -P -p -.0035 w -.33277 .39007 m -.41024 .44848 L -s -P -p -.0035 w -.69014 .53993 m -.58571 .61177 L -s -P -p -.0035 w -.62203 .45123 m -.69014 .53993 L -s -P -p -.0035 w -.51629 .5235 m -.58571 .61177 L -s -P -p -.0035 w -.33198 .5356 m -.437 .61008 L -s -P -p -.0035 w -.41024 .44848 m -.33198 .5356 L -s -P -p -.0035 w -.51629 .5235 m -.437 .61008 L -s -P -p -.0035 w -.51621 .37656 m -.41024 .44848 L -s -P -p -.0035 w -.51621 .37656 m -.62203 .45123 L -s -P -p -.0035 w -.62203 .45123 m -.51629 .5235 L -s -P -p -.0035 w -.41024 .44848 m -.51629 .5235 L -s -P -p -P -p -P -% End of Graphics -MathPictureEnd -\ -\>"], "Graphics", - ImageSize->{282, 282}, - ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, - ImageRegion->{{0, 1}, {0, 1}}, - AnimationDisplayTime->0.383333, - AnimationCycleOffset->-0.0625, - AnimationCycleRepetitions->Infinity, - ImageCacheValid->False]}, Open]]}, Open]], - -Cell["UnfoldPolytope[facets1]", "Input", - ImageRegion->{{0, 1}, {0, 1}}] -}, -FrontEndVersion->"4.1 for Macintosh", -ScreenRectangle->{{0, 1152}, {0, 746}}, -AutoGeneratedPackage->Automatic, -WindowToolbars->{}, -CellGrouping->Manual, -WindowSize->{520, 624}, -WindowMargins->{{1, Automatic}, {Automatic, 1}}, -PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, -ShowCellLabel->True, -ShowCellTags->False, -RenderingOptions->{"ObjectDithering"->True, -"RasterDithering"->False} -] - - -(******************************************************************* -Cached data follows. If you edit this Notebook file directly, not -using Mathematica, you must remove the line containing CacheID at -the top of the file. The cache data will then be recreated when -you save this file from within Mathematica. -*******************************************************************) - -(*CellTagsOutline -CellTagsIndex->{} -*) - -(*CellTagsIndex -CellTagsIndex->{} -*) - -(*NotebookFileOutline -Notebook[{ -Cell[1707, 52, 471, 14, 70, "Title"], - -Cell[CellGroupData[{ -Cell[2201, 68, 118, 2, 70, "Input", - InitializationCell->True], -Cell[2322, 72, 900, 30, 70, "Input", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[3245, 104, 177, 7, 70, "Input", - InitializationCell->True], -Cell[3425, 113, 129, 6, 70, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[3586, 121, 115, 2, 70, "Input", - InitializationCell->True], -Cell[3704, 125, 193, 7, 70, "Output", - InitializationCell->True] -}, Open ]], -Cell[3909, 134, 112, 2, 70, "Input", - InitializationCell->True], -Cell[4024, 138, 96, 2, 70, "Input", - InitializationCell->True], -Cell[4123, 142, 96, 2, 70, "Input", - InitializationCell->True], -Cell[4222, 146, 98, 2, 70, "Input", - InitializationCell->True], -Cell[4323, 150, 93, 2, 70, "Input", - InitializationCell->True], -Cell[4419, 154, 363, 11, 70, "Input", - InitializationCell->True], -Cell[4785, 167, 203, 8, 70, "Input", - InitializationCell->True], -Cell[4991, 177, 283, 9, 70, "Input", - InitializationCell->True], - -Cell[CellGroupData[{ -Cell[5297, 188, 144, 5, 70, "Input", - InitializationCell->True], -Cell[5444, 195, 131, 6, 70, "Output", - InitializationCell->True] -}, Open ]] -}, Closed]], - -Cell[CellGroupData[{ -Cell[5616, 203, 147, 4, 70, "Input"], - -Cell[CellGroupData[{ -Cell[5786, 209, 75, 1, 70, "Input"], -Cell[5864, 212, 101, 5, 70, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[5997, 219, 84, 1, 70, "Input"], - -Cell[CellGroupData[{ -Cell[6104, 222, 64, 1, 70, "Input"], -Cell[6171, 225, 91, 5, 70, "Output"] -}, Open ]], -Cell[6274, 232, 78, 1, 70, "Input"], - -Cell[CellGroupData[{ -Cell[6375, 235, 69, 1, 70, "Input"], -Cell[6447, 238, 111, 5, 70, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[6590, 245, 132, 4, 70, "Input"], -Cell[6725, 251, 9789, 822, 70, 9646, 818, "GraphicsData", "PostScript", \ -"Graphics"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[16546, 1075, 164, 7, 70, "Input"], -Cell[16713, 1084, 8790, 1136, 70, 8647, 1132, "GraphicsData", "PostScript", \ -"Graphics"] -}, Open ]] -}, Open ]], -Cell[25524, 2222, 120, 5, 70, "Input"], -Cell[25647, 2229, 158, 8, 70, "Input"], - -Cell[CellGroupData[{ -Cell[25828, 2239, 195, 8, 70, "Input"], -Cell[26026, 2249, 6941, 773, 70, 6798, 769, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[32970, 3024, 121, 6, 70, "Output"] -}, Open ]], - -Cell[CellGroupData[{ -Cell[33123, 3032, 334, 13, 70, "Input"], -Cell[33460, 3047, 6798, 761, 70, 6621, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[40261, 3810, 6811, 761, 70, 6634, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[47075, 4573, 6829, 763, 70, 6652, 758, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[53907, 5338, 6772, 761, 70, 6595, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[60682, 6101, 6762, 761, 70, 6585, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[67447, 6864, 6746, 759, 70, 6569, 754, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[74196, 7625, 6752, 761, 70, 6575, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[80951, 8388, 6773, 761, 70, 6596, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[87727, 9151, 6800, 761, 70, 6623, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[94530, 9914, 6798, 761, 70, 6621, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[101331, 10677, 6811, 761, 70, 6634, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[108145, 11440, 6829, 763, 70, 6652, 758, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[114977, 12205, 6772, 761, 70, 6595, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[121752, 12968, 6762, 761, 70, 6585, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[128517, 13731, 6746, 759, 70, 6569, 754, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[135266, 14492, 6752, 761, 70, 6575, 756, "GraphicsData", "PostScript", \ -"Graphics"], -Cell[142021, 15255, 6845, 763, 70, 6596, 756, "GraphicsData", "PostScript", \ -"Graphics"] -}, Open ]] -}, Closed]], -Cell[148887, 16020, 73, 1, 70, "Input"] -} -] -*) - - - -(******************************************************************* -End of Mathematica Notebook file. -*******************************************************************) diff -Nru cddlib-094h/examples-ml/Combinatorica5.m cddlib-094j/examples-ml/Combinatorica5.m --- cddlib-094h/examples-ml/Combinatorica5.m 2002-12-17 14:35:13.000000000 +0000 +++ cddlib-094j/examples-ml/Combinatorica5.m 1970-01-01 00:00:00.000000000 +0000 @@ -1,3807 +0,0 @@ -(* Combinatorica5.m package, Modified version of Combinatorica.m - Modified by Komei Fukuda November 1998. - Please look for the string "Fukuda" for modified places. -*) - -(* :Title: Combinatorica -*) -(* :Author: - Steven S. Skiena -*) -(* :Summary: - - Implementing Discrete Mathematics: Combinatorics and Graph Theory - with Mathematica - -This package contains all the programs from the book, "Implementing -Discrete Mathematics: Combinatorics and Graph Theory with Mathematica" -by Steven S. Skiena, Addison-Wesley Publishing Co., Advanced Book Program, -350 Bridge Parkway, Redwood City CA 94065. ISBN 0-201-50943-1. -For ordering information, call 1-800-447-2226. - -These programs can be obtained on Macintosh and MS-DOS disks by sending -$15.00 to Discrete Mathematics Disk, Wolfram Research Inc., -PO Box 6059, Champaign, IL 61826-9905. (217)-398-0700. - -Any comments, bug reports, or requests to get on the Combinatorica -mailing list should be forwarded to: - - Steven Skiena - Department of Computer Science - State University of New York - Stony Brook, NY 11794 - - skiena@sbcs.sunysb.edu - - (516)-632-9026 / 8470 -*) -(* :Context: DiscreteMath`Combinatorica` -*) -(* :Package Version: .9 (2/29/92 Beta Release) -*) -(* :Copyright: Copyright 1990, 1991, 1992 by Steven S. Skiena - -This package may be copied in its entirety for nonprofit purposes only. -Sale, other than for the direct cost of the media, is prohibited. This -copyright notice must accompany all copies. - -The author, Wolfram Research, and Addison-Wesley Publishing Company, -Inc. make no representations, express or implied, with respond to this -documentation, of the software it describes and contains, including -without limitations, any implied warranties of mechantability or fitness -for a particular purpose, all of which are expressly disclaimed. The -author, Wolfram Research, or Addison-Wesley, their licensees, -distributors and dealers shall in no event be liable for any indirect, -incidental, or consequential damages. -*) -(* :History: - Version .8 by Steven S. Skiena, July 1991. - Version .7 by Steven S. Skiena, January 1991. - Version .6 by Steven S. Skiena, June 1990. -*) -(* :Keywords: - adjacency, automorphism, chromatic, clique, coloring, - combination, composition, connected components, connectivity, cycle, - de Bruijn, degree, derangement, Dijkstra, Durfee, - embedding, equivalence, Eulerian, Ferrers, - geodesic, graph, Gray code, group, Hamiltonian cycle, Harary, Hasse, - heap, hypercube, interval, inversion, involution, isomorphism, - Josephus, network, - partition, perfect, permutation, planar graph, Polya, pseudograph, - self-loop, sequence, signature, simple, spanning tree, - stable marriage, star, Stirling, - transitive closure, traveling salesman tour, tree, Turan, - vertex cover, wheel, Young tableau -*) -(* :Source: - Steven Skiena: "Implementing Discrete Mathematics: Combinatorics - and Graph Theory with Mathematica", - Addison-Wesley Publishing Co. -*) -(* :Mathematica Version: 2.0 -*) - -BeginPackage["DiscreteMath`Combinatorica`"] - -(* Change: unprotect all Combinatorica functions - by K. Fukuda 930501 *) -Unprotect[ -AcyclicQ, -AddEdge, -AddVertex, -AllPairsShortestPath, -ArticulationVertices, -Automorphisms, -Backtrack, -BiconnectedComponents, -BiconnectedComponents, -BiconnectedQ, -BinarySearch, -BinarySubsets, -BipartiteMatching, -BipartiteQ, -BreadthFirstTraversal, -Bridges, -CartesianProduct, -CatalanNumber, -ChangeEdges, -ChangeVertices, -ChromaticNumber, -ChromaticPolynomial, -CirculantGraph, -CircularVertices, -CliqueQ, -CodeToLabeledTree, -Cofactor, -CompleteQ, -Compositions, -ConnectedComponents, -ConnectedQ, -ConstructTableau, -Contract, -CostOfPath, -Cycle, -DeBruijnSequence, -DegreeSequence, -DeleteCycle, -DeleteEdge, -DeleteFromTableau, -DeleteVertex, -DepthFirstTraversal, -DerangementQ, -Derangements, -Diameter, -Dijkstra, -DilateVertices, -DistinctPermutations, -Distribution, -DurfeeSquare, -Eccentricity, -EdgeChromaticNumber, -EdgeColoring, -EdgeConnectivity, -Edges, -Element, -EmptyGraph, -EmptyQ, -EncroachingListSet, -EquivalenceClasses, -EquivalenceRelationQ, -Equivalences, -EulerianCycle, -EulerianQ, -Eulerian, -ExactRandomGraph, -ExpandGraph, -ExtractCycles, -FerrersDiagram, -FindCycle, -FindSet, -FirstLexicographicTableau, -FromAdjacencyLists, -FromCycles, -FromInversionVector, -FromOrderedPairs, -FromUnorderedPairs, -FromOrderedTriples, -FromUnorderedTriples, -FunctionalGraph, -Girth, -GraphCenter, -GraphComplement, -GraphDifference, -GraphIntersection, -GraphJoin, -GraphPower, -GraphProduct, -GraphSum, -GraphUnion, -GraphicQ, -GrayCode, -GridGraph, -HamiltonianCycle, -HamiltonianQ, -Harary, -HasseDiagram, -HeapSort, -Heapify, -HideCycles, -Hypercube, -IdenticalQ, -IncidenceMatrix, -IndependentSetQ, -Index, -InduceSubgraph, -InitializeUnionFind, -InsertIntoTableau, -IntervalGraph, -InversePermutation, -Inversions, -InvolutionQ, -IsomorphicQ, -IsomorphismQ, -Isomorphism, -Josephus, -KSubsets, -K, -LabeledTreeToCode, -LastLexicographicTableau, -LexicographicPermutations, -LexicographicSubsets, -LineGraph, -LongestIncreasingSubsequence, -M, -MakeGraph, -MakeSimple, -MakeUndirected, -MaximalMatching, -MaximumAntichain, -MaximumClique, -MaximumIndependentSet, -MaximumSpanningTree, -MinimumChainPartition, -MinimumChangePermutations, -MinimumSpanningTree, -MinimumVertexCover, -MultiplicationTable, -NetworkFlowEdges, -NetworkFlow, -NextComposition, -NextKSubset, -NextPartition, -NextPermutation, -NextSubset, -NextTableau, -NormalizeVertices, -NthPair, -NthPermutation, -NthSubset, -NumberOfCompositions, -NumberOfDerangements, -NumberOfInvolutions, -NumberOfPartitions, -NumberOfPermutationsByCycles, -NumberOfSpanningTrees, -NumberOfTableaux, -OrientGraph, -PartialOrderQ, -PartitionQ, -Partitions, -PathConditionGraph, -Path, -PerfectQ, -PermutationGroupQ, -PermutationQ, -Permute, -PlanarQ, -PointsAndLines, -Polya, -PseudographQ, -RadialEmbedding, -Radius, -RandomComposition, -RandomGraph, -RandomHeap, -RandomKSubset, -RandomPartition, -RandomPermutation1, -RandomPermutation2, -RandomPermutation, -RandomSubset, -RandomTableau, -RandomTree, -RandomVertices, -RankGraph, -RankPermutation, -RankSubset, -RankedEmbedding, -ReadGraph, -RealizeDegreeSequence, -RegularGraph, -RegularQ, -RemoveSelfLoops, -RevealCycles, -RootedEmbedding, -RotateVertices, -Runs, -SamenessRelation, -SelectionSort, -SelfComplementaryQ, -ShakeGraph, -ShortestPathSpanningTree, -ShortestPath, -ShowGraph, -ShowLabeledGraph, -ShowWeightedGraph, -ShowWeightedLabeledGraph, -SignaturePermutation, -SimpleQ, -Spectrum, -SpringEmbedding, -SpringEmbeddingDirected, -StableMarriage, -Star, -StirlingFirst, -StirlingSecond, -Strings, -StronglyConnectedComponents, -Subsets, -TableauClasses, -TableauQ, -TableauxToPermutation, -Tableaux, -ToAdjacencyLists, -ToCycles, -ToInversionVector, -ToOrderedPairs, -ToUnorderedPairs, -ToOrderedTriples, -TopologicalSort, -TransitiveClosure, -TransitiveQ, -TransitiveReduction, -TranslateVertices, -TransposePartition, -TransposeTableau, -TravelingSalesmanBounds, -TravelingSalesman, -TreeQ, -TriangleInequalityQ, -Turan, -TwoColoring, -UndirectedQ, -UnionSet, -UnweightedQ, -V, -VertexColoring, -VertexConnectivity, -VertexCoverQ, -Vertices, -WeaklyConnectedComponents, -Wheel, -WriteGraph, -DilworthGraph ] -(* end Change *) - -Graph::usage = "Graph[g,v] is the header for a graph object where g is an adjacency matrix and v is a list of vertices." - -Directed::usage = "Directed is an option to inform certain functions that the graph is directed." - -Undirected::usage = "Undirected is an option to inform certain functions that the graph is undirected." - -Edge::usage = "Edge is an option to inform certain functions to work with edges instead of vertices." - -All::usage = "All is an option to inform certain functions to return all solutions, instead of just the first one." - -AcyclicQ::usage = "AcyclicQ[g] returns True if graph g is acyclic. AcyclicQ[g,Directed] returns True if g is a directed acyclic graph." - -AddEdge::usage = "AddEdge[g,{x,y}] returns graph g with a new undirected edge {x,y}, while AddEdge[g,{x,y},Directed] returns graph g with a new directed edge {x,y}." - -AddVertex::usage = "AddVertex[g] adds a disconnected vertex to graph g." - -AllPairsShortestPath::usage = "AllPairsShortestPath[g] returns a matrix, where the (i,j)th entry is the length of the shortest path in g between vertices i and j." - -ArticulationVertices::usage = "ArticulationVertices[g] returns a list of all articulation vertices in graph g, vertices whose removal will disconnect the graph." - -Automorphisms::usage = "Automorphisms[g] finds the automorphism group of a graph g, the set of isomorphisms of g with itself." - -Backtrack::usage = "Backtrack[s,partialQ,solutionQ] performs a backtrack search of the state space s, expanding a partial solution so long as partialQ is True and returning the first complete solution, as identified by solutionQ." - -BiconnectedComponents::usage = "BiconnectedComponents[g] returns a list of all the biconnected components of graph g." - -BiconnectedComponents::usage = "BiconnectedComponents[g] returns a list of the biconnected components of graph g." - -BiconnectedQ::usage = "BiconnectedQ[g] returns True if graph g is biconnected." - -BinarySearch::usage = "BinarySearch[l,k,f] searches sorted list l for key k and returns the the position of l containing k, with f a function which extracts the key from an element of l." - -BinarySubsets::usage = "BinarySubsets[l] returns all subsets of l ordered according to the binary string defining each subset." - -BipartiteMatching::usage = "BipartiteMatching[g] returns the list of edges associated with a maximum matching in bipartite graph g." - -BipartiteQ::usage = "BipartiteQ[g] returns True if graph g is bipartite." - -BreadthFirstTraversal::usage = "BreadthFirstTraversal[g,v] performs a breadth-first traversal of graph g starting from vertex v, and returns a list of vertices in the order in which they were encountered." - -Bridges::usage = "Bridges[g] returns a list of the bridges of graph g, the edges whose removal disconnects the graph." - -CartesianProduct::usage = "CartesianProduct[l1,l2] returns the Cartesian product of lists l1 and l2." - -CatalanNumber::usage = "CatalanNumber[n] computes the nth Catalan number, for a positive integer n." - -ChangeEdges::usage = "ChangeEdges[g,e] constructs a graph with the adjacency matrix e and the embedding of graph g." - -ChangeVertices::usage = "ChangeVertices[g,v] constructs a graph with the adjacency matrix of graph g and the list v as its embedding." - -ChromaticNumber::usage = "ChromaticNumber[g] computes the chromatic number of the graph, the fewest number of colors necessary to color the graph." - -ChromaticPolynomial::usage = "ChromaticPolynomial[g,z] returns the chromatic polynomial P(z) of graph g, which counts the number of ways to color g with exactly z colors." - -CirculantGraph::usage = "CirculantGraph[n,l] constructs a circulant graph on n vertices, meaning the ith vertex is adjacent to the (i+j)th and (i-j)th vertex, for each j in list l." - -CircularVertices::usage = "CircularVertices[n] constructs a list of n points equally spaced on a circle." - -CliqueQ::usage = "CliqueQ[g,c] returns True if the list of vertices c defines a clique in graph g." - -CodeToLabeledTree::usage = "CodeToLabeledTree[l] constructs the unique labeled tree on n vertices from the Prufer code l, which consists of a list of n-2 integers from 1 to n." - -Cofactor::usage = "Cofactor[m,{i,j}] calculates the (i,j)th cofactor of matrix m." - -CompleteQ::usage = "CompleteQ[g] returns True if graph g is complete." - -Compositions::usage = "Compositions[n,k] returns a list of all compositions of integer n into k parts." - -ConnectedComponents::usage = "ConnectedComponents[g] returns the vertices of graph g partitioned into connected components." - -ConnectedQ::usage = "ConnectedQ[g] returns True if undirected graph g is connected. ConnectedQ[g,Directed] and ConnectedQ[g,Undirected] returns True if g is strongly or weakly connected, respectively." - -ConstructTableau::usage = "ConstructTableau[p] performs the bumping algorithm repeatedly on each element of permutation p, resulting in a distinct Young tableau." - -Contract::usage = "Contract[g,{x,y}] gives the graph resulting from contracting edge {x,y} of graph g." - -CostOfPath::usage = "CostOfPath[g,p] sums up the weights of the edges in graph g defined by the path p." - -Cycle::usage = "Cycle[n] constructs the cycle on n vertices, a 2-regular connected graph." - -DeBruijnSequence::usage = "DeBruijnSequence[a,n] constructs a de Bruijn sequence on the alphabet described by list a, the shortest sequence such that every string of length n on a occurs as a contiguous subrange of the sequence." - -DegreeSequence::usage = "DegreeSequence[g] returns the sorted degree sequence of graph g." - -DeleteCycle::usage = "DeleteCycle[g,c] deletes undirected cycle c from graph g. DeleteCycle[g,c,Directed] deletes directed cycle c from graph g." - -DeleteEdge::usage = "DeleteEdge[g,{x,y}] returns graph g minus undirected edge {x,y}, while DeleteEdge[g,{x,y},Directed] returns graph g minus directed edge {x,y}." - -DeleteFromTableau::usage = "DeleteFromTableau[t,r] deletes the last element of row r from Young tableaux t." - -DeleteVertex::usage = "DeleteVertex[g,v] deletes vertex v from graph g." - -DepthFirstTraversal::usage = "DepthFirstTraversal[g,v] performs a depth-first traversal of graph g starting from vertex v, and returns a list of vertices in the order in which they were encountered." - -DerangementQ::usage = "DerangementQ[p] tests whether permutation p is a derangement, a permutation without a fixed point." - -Derangements::usage = "Derangements[p] constructs all derangements of permutation p." - -Diameter::usage = "Diameter[g] computes the diameter of graph g, the length of the longest shortest path between two vertices of g." - -Dijkstra::usage = "Dijkstra[g,v] returns the shortest path spanning tree and associated distances from vertex v of graph g." - -DilateVertices::usage = "DilateVertices[v,d] multiplies each coordinate of each vertex position in list l by d, thus dilating the embedding." - -DistinctPermutations::usage = "DistinctPermutations[l] returns all permutations of the multiset described by list l." - -Distribution::usage = "Distribution[l,set] lists the frequency of occurrence of each element of set in list l." - -DurfeeSquare::usage = "DurfeeSquare[p] computes the number of rows involved in the Durfee square of partition p, the side of the largest sized square contained within the Ferrers diagram of p." - -Eccentricity::usage = "Eccentricity[g] computes the eccentricity of each vertex v of graph g, the length of the longest shortest path from v." - -EdgeChromaticNumber::usage = "EdgeChromaticNumber[g] computes the fewest number of colors necessary to color each edge of graph g, so that no two edges incident on the same vertex have the same color." - -EdgeColoring::usage = "EdgeColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, edge coloring of graph g." - -EdgeConnectivity::usage = "EdgeConnectivity[g] computes the minimum number of edges whose deletion from graph g disconnects it." - -Edges::usage = "Edges[g] returns the adjacency matrix of graph g." - -Element::usage = "Element[a,l] returns the lth element of nested list a, where l is a list of indices" - -EmptyGraph::usage = "EmptyGraph[n] generates an empty graph on n vertices." - -EmptyQ::usage = "EmptyQ[g] returns True if graph g contains no edges." - -EncroachingListSet::usage = "EncroachingListSet[p] constructs the encroaching list set associated with permutation p." - -EquivalenceClasses::usage = "EquivalenceClasses[r] identifies the equivalence classes among the elements of matrix r." - -EquivalenceRelationQ::usage = "EquivalenceRelationQ[r] returns True if the matrix r defines an equivalence relation. EquivalenceRelationQ[g] tests whether the adjacency matrix of graph g defines an equivalence relation." - -Equivalences::usage = "Equivalences[g,h] lists the vertex equivalence classes between graphs g and h defined by the all-pairs shortest path heuristic." - -EulerianCycle::usage = "EulerianCycle[g] finds an Eulerian circuit of undirected graph g if one exists. EulerianCycle[g,Directed] finds an Eulerian circuit of directed graph g if one exists." - -EulerianQ::usage = "EulerianQ[g] returns True if graph g is Eulerian, meaning there exists a tour which includes each edge exactly once. EulerianQ[g,Directed] returns True if directed graph g is Eulerian." - -Eulerian::usage = "Eulerian[n,k] computes the number of permutations of length n with k runs." - -ExactRandomGraph::usage = "ExactRandomGraph[n,e] constructs a random labeled graph of exactly e edges and n vertices." - -ExpandGraph::usage = "ExpandGraph[g,n] expands graph g to n vertices by adding disconnected vertices." - -ExtractCycles::usage = "ExtractCycles[g] returns a list of edge disjoint cycles in graph g." - -FerrersDiagram::usage = "FerrersDiagram[p] draws a Ferrers diagram of integer partition p." - -FindCycle::usage = "FindCycle[g] finds a list of vertices which define an undirected cycle in graph g. FindCycle[g,Directed] finds a directed cycle in graph g." - -FindSet::usage = "FindSet[n,s] returns the root of the set containing n in union-find data structure s." - -FirstLexicographicTableau::usage = "FirstLexicographicTableau[p] constructs the first Young tableau with shape described by partition p." - -FromAdjacencyLists::usage = "FromAdjacencyLists[l] constructs an adjacency matrix representation for a graph with adjacency lists l, using a circular embedding. FromAdjacencyLists[l,v] uses v as the embedding for the resulting graph." - -FromCycles::usage = "FromCycles[c] restores a cycle structure c to the original permutation." - -FromInversionVector::usage = "FromInversionVector[v] reconstructs the unique permutation with inversion vector v." - -FromOrderedPairs::usage = "FromOrderedPairs[l] constructs an adjacency matrix representation from a list of ordered pairs l, using a circular embedding. FromOrderedPairs[l,v] uses v as the embedding for the resulting graph." - -FromUnorderedPairs::usage = "FromUnorderedPairs[l] constructs an adjacency matrix representation from a list of unordered pairs l, using a circular embedding. FromUnorderedPairs[l,v] uses v as the embedding for the resulting graph." - -FromOrderedTriples::usage = "FromOrderedTriples[l] constructs an adjacency matrix representation from a list of ordered triples l, using a circular embedding." - -FromUnorderedTriples::usage = "FromUnorderedTriples[l] constructs an adjacency matrix representation from a list of ordered triples l, using a circular embedding." - -FunctionalGraph::usage = "FunctionalGraph[f,n] constructs the functional digraph on n vertices defined by integer function f." - -Girth::usage = "Girth[g] computes the length of the shortest cycle in unweighted graph g." - -GraphCenter::usage = "GraphCenter[g] returns a list of the vertices of graph g with minimum eccentricity." - -GraphComplement::usage = "GraphComplement[g] returns the complement of graph g." - -GraphDifference::usage = "GraphDifference[g,h] constructs the graph resulting from subtracting the adjacency matrix of graph g from that of graph h." - -GraphIntersection::usage = "GraphIntersection[g,h] constructs the graph defined by the edges which are in both graph g and graph h." - -GraphJoin::usage = "GraphJoin[g,h] constructs the join of graphs g and h." - -GraphPower::usage = "GraphPower[g,k] computes the kth power of graph g, meaning there is an edge between any pair of vertices of g with a path between them of length at most k." - -GraphProduct::usage = "GraphProduct[g,h] constructs the product of graphs g and h." - -GraphSum::usage = "GraphSum[g,h] constructs the graph resulting from adding the adjacency matrices of graphs g and h." - -GraphUnion::usage = "GraphUnion[g,h] constructs the union of graphs g and h. GraphUnion[n,g] constructs n copies of graph g, where n is an integer." - -GraphicQ::usage = "GraphicQ[s] returns True if the list of integers s is graphic, and thus represents a degree sequence of some graph." - -GrayCode::usage = "GrayCode[l] constructs a binary reflected Gray code on set l." - -GridGraph::usage = "GridGraph[n,m] constructs an n*m grid graph, the product of paths on n and m vertices." - -HamiltonianCycle::usage = "HamiltonianCycle[g] finds a Hamiltonian cycle in graph g if one exists. HamiltonianCycle[g,All] returns all Hamiltonian cycles of graph g." - -HamiltonianQ::usage = "HamiltonianQ[g] returns True if there exists a Hamiltonian cycle in graph g, in other words, if there exists a cycle which visits each vertex exactly once." - -Harary::usage = "Harary[k,n] constructs the minimal k-connected graph on n vertices." - -HasseDiagram::usage = "HasseDiagram[g] constructs a Hasse diagram of the relation defined by directed acyclic graph g." - -HeapSort::usage = "HeapSort[l] performs a heap sort on the items of list l." - -Heapify::usage = "Heapify[p] builds a heap from permutation p." - -HideCycles::usage = "HideCycles[c] canonically encodes the cycle structure c into a unique permutation." - -Hypercube::usage = "Hypercube[n] constructs an n-dimensional hypercube." - -IdenticalQ::usage = "IdenticalQ[g,h] returns True if graphs g and h have identical adjacency matrices." - -IncidenceMatrix::usage = "IncidenceMatrix[g] returns the (0,1) incidence matrix of graph g, which has a row for each vertex and column for each edge and (v,e)=1 if and only if vertex v is incident upon edge e." - -IndependentSetQ::usage = "IndependentSetQ[g,i] returns True if the vertices in list i define an independent set in graph g." - -Index::usage = "Index[p] returns the index of permutation p, the sum of all subscripts j such that p[j] is greater than p[j+1]." - -InduceSubgraph::usage = "InduceSubgraph[g,s] constructs the subgraph of graph g induced by the list of vertices s." - -InitializeUnionFind::usage = "InitializeUnionFind[n] initializes a union-find data structure for n elements." - -InsertIntoTableau::usage = "InsertIntoTableau[e,t] inserts integer e into Young tableau t using the bumping algorithm." - -IntervalGraph::usage = "IntervalGraph[l] constructs the interval graph defined by the list of intervals l." - -InversePermutation::usage = "InversePermutation[p] yields the multiplicative inverse of permutation p." - -Inversions::usage = "Inversions[p] counts the number of inversions in permutation p." - -InvolutionQ::usage = "InvolutionQ[p] returns True if permutation p is its own inverse." - -IsomorphicQ::usage = "IsomorphicQ[g,h] returns True if graphs g and h are isomorphic." - -IsomorphismQ::usage = "IsomorphismQ[g,h,p] tests if permutation p defines an isomorphism between graphs g and h." - -Isomorphism::usage = "Isomorphism[g,h] returns an isomorphism between graphs g and h if one exists." - -Josephus::usage = "Josephus[n,m] generates the inverse of the permutation defined by executing every mth member in a circle of n men." - -KSubsets::usage = "KSubsets[l,k] returns all subsets of set l containing exactly k elements, ordered lexicographically." - -K::usage = "K[n] creates a complete graph on n vertices. K[a,b,c,...,k] creates a complete k-partite graph of the prescribed shape." - -LabeledTreeToCode::usage = "LabeledTreeToCode[g] reduces the tree g to its Prufer code." - -LastLexicographicTableau::usage = "LastLexicographicTableau[p] constructs the last Young tableau with shape described by partition p." - -LexicographicPermutations::usage = "LexicographicPermutations[l] constructs all permutations of list l in lexicographic order." - -LexicographicSubsets::usage = "LexicographicSubsets[l] returns all subsets of set l in lexicographic order." - -LineGraph::usage = "LineGraph[g] constructs the line graph of graph g." - -LongestIncreasingSubsequence::usage = "LongestIncreasingSubsequence[p] find the longest increasing scattered subsequence of permutation p." - -M::usage = "M[g] gives the number of edges in undirected graph g." - -MakeGraph::usage = "MakeGraph[v,f] constructs the binary relation defined by function f on all pairs of elements of list v." - -MakeSimple::usage = "MakeSimple[g] returns an undirected, unweighted graph derived from directed graph g." - -MakeUndirected::usage = "MakeUndirected[g] returns a graph with an undirected edge for each directed edge of graph g." - -MaximalMatching::usage = "MaximalMatching[g] returns the list of edges associated with a maximal matching of graph g." - -MaximumAntichain::usage = "MaximumAntichain[g] returns a largest set of unrelated vertices in partial order g." - -MaximumClique::usage = "MaximumClique[g] finds the largest clique in graph g." - -MaximumIndependentSet::usage = "MaximumIndependentSet[g] finds the largest independent set of graph g." - -MaximumSpanningTree::usage = "MaximumSpanningTree[g] uses Kruskal's algorithm to find a maximum spanning tree of graph g." - -MinimumChainPartition::usage = "MinimumChainPartition[g] partitions partial order g into a minimum number of chains." - -MinimumChangePermutations::usage = "MinimumChangePermutations[l] constructs all permutations of list l such that adjacent permutations differ by only one transposition." - -MinimumSpanningTree::usage = "MinimumSpanningTree[g] uses Kruskal's algorithm to find a minimum spanning tree of graph g." - -MinimumVertexCover::usage = "MinimumVertexCover[g] finds the minimum vertex cover of graph g." - -MultiplicationTable::usage = "MultiplicationTable[l,f] constructs the complete transition table defined by the binary relation function f on the elements of list l." - -NetworkFlowEdges::usage = "NetworkFlowEdges[g,source,sink] returns the adjacency matrix showing the distribution of the maximum flow from source to sink in graph g." - -NetworkFlow::usage = "NetworkFlow[g,source,sink] finds the maximum flow through directed graph g from source to sink." - -NextComposition::usage = "NextComposition[l] constructs the integer composition which follows l in a canonical order." - -NextKSubset::usage = "NextKSubset[l,s] computes the k-subset of list l which appears after k-subsets s in lexicographic order." - -NextPartition::usage = "NextPartition[p] returns the integer partition following p in reverse lexicographic order." - -NextPermutation::usage = "NextPermutation[p] returns the permutation following p in lexicographic order" - -NextSubset::usage = "NextSubset[l,s] constructs the subset of l following subset s in canonical order." - -NextTableau::usage = "NextTableau[t] returns the tableau of shape t which follows t in lexicographic order." - -NormalizeVertices::usage = "NormalizeVertices[v] returns a list of vertices with the same structure as v but with all coordinates of all points between 0 and 1." - -NthPair::usage = "NthPair[n] returns the nth unordered pair of positive integers, when sequenced to minimize the size of the larger integer." - -NthPermutation::usage = "NthPermutation[n,l] returns the nth lexicographic permutation of list l." - -NthSubset::usage = "NthSubset[n,l] returns the nth subset of list l in canonical order." - -NumberOfCompositions::usage = "NumberOfCompositions[n,k] counts the number of distinct compositions of integer n into k parts." - -NumberOfDerangements::usage = "NumberOfDerangements[n] counts the derangements on n elements, the permutations without any fixed points." - -NumberOfInvolutions::usage = "NumberOfInvolutions[n] counts the number of involutions on n elements." - -NumberOfPartitions::usage = "NumberOfPartitions[n] counts the number of distinct integer partitions of n." - -NumberOfPermutationsByCycles::usage = "NumberOfPermutationsByCycles[n,m] returns the number of permutations of length n with exactly m cycles." - -NumberOfSpanningTrees::usage = "NumberOfSpanningTrees[g] computes the number of distinct labeled spanning trees of graph g." - -NumberOfTableaux::usage = "NumberOfTableaux[p] uses the hook length formula to count the number of Young tableaux with shape defined by partition p." - -OrientGraph::usage = "OrientGraph[g] assigns a direction to each edge of a bridgeless, undirected graph g, so that the graph is strongly connected." - -PartialOrderQ::usage = "PartialOrderQ[g] returns True if the binary relation defined by the adjacency matrix of graph g is a partial order, meaning it is transitive, reflexive, and anti-symmetric." - -PartitionQ::usage = "PartitionQ[p] returns True if p is an integer partition." - -Partitions::usage = "Partitions[n] constructs all partitions of integer n in reverse lexicographic order." - -PathConditionGraph::usage = "PathConditionGraph[g] replaces each non-edge of a graph by an infinite cost, so shortest path algorithms work correctly" - -Path::usage = "Path[n] constructs a tree consisting only of a path on n vertices." - -PerfectQ::usage = "PerfectQ[g] returns true is g is a perfect graph, meaning that for every induced subgraph of g the size of the largest clique equals the chromatic number." - -PermutationGroupQ::usage = "PermutationGroupQ[l] returns True if the list of permutations l forms a permutation group." - -PermutationQ::usage = "PermutationQ[p] returns True if p represents a permutation and False otherwise." - -Permute::usage = "Permute[l,p] permutes list l according to permutation p." - -PlanarQ::usage = "PlanarQ[g] returns True if graph g is planar, meaning it can be drawn in the plane so no two edges cross." - -PointsAndLines::usage = "PointsAndLines[g] constructs a partial graphics representation of a graph g." - -Polya::usage = "Polya[g,m] returns the polynomial giving the number of colorings, with m colors, of a structure defined by the permutation group g." - -PseudographQ::usage = "PseudographQ[g] returns True if graph g is a pseudograph, meaning it contains self-loops." - -RadialEmbedding::usage = "RadialEmbedding[g] constructs a radial embedding of graph g, radiating from the center of the graph." - -Radius::usage = "Radius[g] computes the radius of graph g, the minimum eccentricity of any vertex of g." - -RandomComposition::usage = "RandomComposition[n,k] constructs a random composition of integer n into k parts." - -RandomGraph::usage = "RandomGraph[n,p,{l,h}] constructs a random labeled graph on n vertices with an edge probability of p and edge weights of integers drawn uniformly at random from the range (l,h). RandomGraph[n,p,{l,h},Directed] similarly constructs a random directed graph." - -RandomHeap::usage = "RandomHeap[n] constructs a random heap on n elements." - -RandomKSubset::usage = "RandomKSubset[l,k] returns a random subset of set l with exactly k elements." - -RandomPartition::usage = "RandomPartition[n] constructs a random partition of integer n." - -RandomPermutation1::usage = "RandomPermutation1[n] sorts random numbers to generate a random permutation." - -RandomPermutation2::usage = "RandomPermutation2[n] uses random transpositions to generate random permutations." - -RandomPermutation::usage = "RandomPermutation[n] returns a random permutation of length n." - -RandomSubset::usage = "RandomSubset[l] creates a random subset of set l." - -RandomTableau::usage = "RandomTableau[p] constructs a random Young tableau of shape p." - -RandomTree::usage = "RandomTree[n] constructs a random labeled tree on n vertices." - -RandomVertices::usage = "RandomVertices[g] assigns a random embedding to graph g." - -RankGraph::usage = "RankGraph[g,l] partitions the vertices into classes based on the shortest geodesic distance to a member of list l." - -RankPermutation::usage = "RankPermutation[p] computes the rank of permutation p in lexicographic order." - -RankSubset::usage = "RankSubset[l,s] computes the rank, in canonical order, of subset s of set l." - -RankedEmbedding::usage = "RankedEmbedding[g,l] performs a ranked embedding of graph g, with the vertices ranked in terms of geodesic distance from a member of list l." - -ReadGraph::usage = "ReadGraph[f] reads a graph represented as edge lists from file f, and returns the graph as a graph object." - -RealizeDegreeSequence::usage = "RealizeDegreeSequence[s] constructs a semirandom graph with degree sequence s." - -RegularGraph::usage = "RegularGraph[k,n] constructs a semirandom k-regular graph on n vertices, if such a graph exists." - -RegularQ::usage = "RegularQ[g] returns True if g is a regular graph." - -RemoveSelfLoops::usage = "RemoveSelfLoops[g] constructs a graph g with the same edges except for any self-loops." - -RevealCycles::usage = "RevealCycles[p] unveils the canonical hidden cycle structure of permutation p." - -RootedEmbedding::usage = "RootedEmbedding[g,v] constructs a rooted embedding of graph g with vertex v as the root." - -RotateVertices::usage = "RotateVertices[v,theta] rotates each vertex position in list v by theta radians around the origin (0,0)." - -Runs::usage = "Runs[p] partitions p into contiguous increasing subsequences." - -SamenessRelation::usage = "SamenessRelation[l] constructs a binary relation from a list of permutations l which is an equivalence relation if l is a permutation group." - -SelectionSort::usage = "SelectionSort[l,f] sorts list l using ordering function f." - -SelfComplementaryQ::usage = "SelfComplementaryQ[g] returns True if graph g is self-complementary, meaning it is isomorphic to its complement." - -ShakeGraph::usage = "ShakeGraph[g,d] performs a random perturbation of the vertices of graph g, with each vertex moving at most a distance d from its original position." - -ShortestPathSpanningTree::usage = "ShortestPathSpanningTree[g,v] constructs the shortest-path spanning tree originating from v, so that the shortest path in graph g from v to any other vertex is the path in the tree." - -ShortestPath::usage = "ShortestPath[g,start,end] finds the shortest path between vertices start and end in graph g." - -ShowGraph::usage = "ShowGraph[g] displays graph g according to its embedding. ShowGraph[g,Directed] displays directed graph g according to its embedding, with arrows illustrating the orientation of each edge." - -ShowLabeledGraph::usage = "ShowLabeledGraph[g] displays graph g according to its embedding, with each vertex labeled with its vertex number. ShowLabeledGraph[g,l] uses the ith element of list l as the label for vertex i. ShowLabeledGraph[g,l,Directed] displays directed graph g according to its embedding, with arrows illustrating the orientation of each edge." - -ShowWeightedGraph::usage = "ShowWeightedGraph[g] displays graph g according to its embedding. ShowWeitedGraph[g,Directed] displays directed graph g according to its embedding, with arrows illustrating the orientation of each edge." - -ShowWeightedLabeledGraph::usage = "ShowWeightedLabeledGraph[g] displays graph g according to its embedding, with each vertex labeled with its vertex number. ShowWeightedLabeledGraph[g,l] uses the ith element of list l as the label for vertex i. ShowWeightedLabeledGraph[g,l,Directed] displays directed graph g according to its embedding, with arrows illustrating the orientation of each edge." - -SignaturePermutation::usage = "SignaturePermutation[p] gives the signature of permutation p." - -SimpleQ::usage = "SimpleQ[g] returns True if g is a simple graph, meaning it is unweighted and contains no self-loops." - -Spectrum::usage = "Spectrum[g] gives the eigenvalues of graph g." - -SpringEmbedding::usage = "SpringEmbedding[g] beautifies the embedding of graph g by modeling the embedding as a system of springs." - -SpringEmbeddingDirected::usage = "SpringEmbeddingDirected[g] beautifies the embedding of digraph g by modeling the embedding as a system of springs." - -StableMarriage::usage = "StableMarriage[mpref,fpref] finds the male optimal stable marriage defined by lists of permutations describing male and female preferences." - -Star::usage = "Star[n] constructs a star on n vertices, which is a tree with one vertex of degree n-1." - -StirlingFirst::usage = "StirlingFirst[n,k] computes the Stirling numbers of the first kind." - -StirlingSecond::usage = "StirlingSecond[n,k] computes the Stirling numbers of the second kind." - -Strings::usage = "Strings[l,n] constructs all possible strings of length n from the elements of list l." - -StronglyConnectedComponents::usage = "StronglyConnectedComponents[g] returns the strongly connected components of directed graph g." - -Subsets::usage = "Subsets[l] returns all subsets of set l." - -TableauClasses::usage = "TableauClasses[p] partitions the elements of permutation p into classes according to their initial columns during Young tableaux construction." - -TableauQ::usage = "TableauQ[t] returns True if and only if t represents a Young tableau." - -TableauxToPermutation::usage = "TableauxToPermutation[t1,t2] constructs the unique permutation associated with Young tableaux t1 and t2, where both tableaux have the same shape. " - -Tableaux::usage = "Tableaux[p] constructs all tableaux whose shape is given by integer partition p." - -ToAdjacencyLists::usage = "ToAdjacencyLists[g] constructs an adjacency list representation for graph g." - -ToCycles::usage = "ToCycles[p] returns the cycle structure of permutation p." - -ToInversionVector::usage = "ToInversionVector[p] computes the inversion vector associated with permutation p." - -ToOrderedPairs::usage = "ToOrderedPairs[g] constructs a list of ordered pairs representing the edges of undirected graph g." - -ToUnorderedPairs::usage = "ToUnorderedPairs[g] constructs a list of vertex pairs representing graph g, with one pair per undirected edge." - -ToOrderedTriples::usage = "ToOrderedTriples[g] constructs a list of ordered triples representing the edges of weighted directed graph g." - -TopologicalSort::usage = "TopologicalSort[g] returns a permutation of the vertices of directed acyclic graph g such that an edge (i,j) implies vertex i appears before vertex j." - -TransitiveClosure::usage = "TransitiveClosure[g] finds the transitive closure of graph g, the superset of g which contains edge {x,y} iff there is a path from x to y." - -TransitiveQ::usage = "TransitiveQ[g] returns True if graph g defines a transitive relation." - -TransitiveReduction::usage = "TransitiveReduction[g] finds the smallest graph which has the same transitive closure as g." - -TranslateVertices::usage = "TranslateVertices[v,{x,y}] adds the vector {x,y} to each vertex in list v." - -TransposePartition::usage = "TransposePartition[p] reflects a partition p of k parts along the main diagonal, creating a partition with maximum part k." - -TransposeTableau::usage = "TransposeTableau[t] reflects a Young tableau t along the main diagonal, creating a different tableau." - -TravelingSalesmanBounds::usage = "TravelingSalesmanBounds[g] computes upper and lower bounds on the minimum cost traveling salesman tour of graph g." - -TravelingSalesman::usage = "TravelingSalesman[g] finds the optimal traveling salesman tour in graph g." - -TreeQ::usage = "TreeQ[g] returns True if graph g is a tree." - -TriangleInequalityQ::usage = "TriangleInequalityQ[g] returns True if the weight function defined by the adjacency matrix of graph g satisfies the triangle inequality." - -Turan::usage = "Turan[n,p] constructs the Turan graph, the extremal graph on n vertices which does not contain K[p]." - -TwoColoring::usage = "TwoColoring[g] finds a two-coloring of graph g if g is bipartite." - -UndirectedQ::usage = "UndirectedQ[g] returns True if graph g is undirected." - -UnionSet::usage = "UnionSet[a,b,s] merges the sets containing a and b in union-find data structure s." - -UnweightedQ::usage = "UnweightedQ[g] returns True if all entries in the adjacency matrix of graph g are zero or one." - -V::usage = "V[g] gives the order or number of vertices of graph g." - -VertexColoring::usage = "VertexColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, vertex coloring of graph g." - -VertexConnectivity::usage = "VertexConnectivity[g] computes the minimum number of vertices whose deletion from graph g disconnects it." - -VertexCoverQ::usage = "VertexCoverQ[g,c] returns True if the vertices in list c define a vertex cover of graph g." - -Vertices::usage = "Vertices[g] returns the embedding of graph g." - -WeaklyConnectedComponents::usage = "WeaklyConnectedComponents[g] returns the weakly connected components of directed graph g." - -Wheel::usage = "Wheel[n] constructs a wheel on n vertices, which is the join of K[1] and Cycle[n-1]." - -WriteGraph::usage = "WriteGraph[g,f] writes graph g to file f using an edge list representation." - -Begin["`private`"] -PermutationQ[p_List] := (Sort[p] == Range[Length[p]]) - -Permute[l_List,p_?PermutationQ] := l [[ p ]] - -LexicographicPermutations[{l_}] := {{l}} - -LexicographicPermutations[{a_,b_}] := {{a,b},{b,a}} - -LexicographicPermutations[l_List] := - Module[{i,n=Length[l]}, - Apply[ - Join, - Table[ - Map[ - (Prepend[#,l[[i]]])&, - LexicographicPermutations[ - Complement[l,{l[[i]]}] - ] - ], - {i,n} - ] - ] - ] - -RankPermutation[{1}] = 0 - -RankPermutation[p_?PermutationQ] := (p[[1]]-1) (Length[Rest[p]]!) + - RankPermutation[ Map[(If[#>p[[1]], #-1, #])&, Rest[p]] ] - -NthPermutation[n1_Integer,l_List] := - Module[{k, n=n1, s=l, i}, - Table[ - n = Mod[n,(i+1)!]; - k = s [[Quotient[n,i!]+1]]; - s = Complement[s,{k}]; - k, - {i,Length[l]-1,0,-1} - ] - ] - -NextPermutation[p_?PermutationQ] := - NthPermutation[ RankPermutation[p]+1, Sort[p] ] - -RandomPermutation1[n_Integer?Positive] := - Map[ Last, Sort[ Map[({Random[],#})&,Range[n]] ] ] - -RandomPermutation2[n_Integer?Positive] := - Module[{p = Range[n],i,x}, - Do [ - x = Random[Integer,{1,i}]; - {p[[i]],p[[x]]} = {p[[x]],p[[i]]}, - {i,n,2,-1} - ]; - p - ] - -RandomPermutation[n_Integer?Positive] := RandomPermutation1[n] - -MinimumChangePermutations[l_List] := - Module[{i=1,c,p=l,n=Length[l],k}, - c = Table[1,{n}]; - Join[ - {l}, - Table[ - While [ c[[i]] >= i, c[[i]] = 1; i++]; - If[OddQ[i], k=1, k=c[[i]] ]; - {p[[i]],p[[k]]} = {p[[k]],p[[i]]}; - c[[i]]++; - i = 2; - p, - {n!-1} - ] - ] - ] - -Backtrack[space_List,partialQ_,solutionQ_,flag_:One] := - Module[{n=Length[space],all={},done,index,v=2,solution}, - index=Prepend[ Table[0,{n-1}],1]; - While[v > 0, - done = False; - While[!done && (index[[v]] < Length[space[[v]]]), - index[[v]]++; - done = Apply[partialQ,{Solution[space,index,v]}]; - ]; - If [done, v++, index[[v--]]=0 ]; - If [v > n, - solution = Solution[space,index,n]; - If [Apply[solutionQ,{solution}], - If [SameQ[flag,All], - AppendTo[all,solution], - all = solution; v=0 - ] - ]; - v-- - ] - ]; - all - ] - -Solution[space_List,index_List,count_Integer] := - Module[{i}, Table[space[[ i,index[[i]] ]], {i,count}] ] - -DistinctPermutations[s_List] := - Module[{freq,alph=Union[s],n=Length[s]}, - freq = Map[ (Count[s,#])&, alph]; - Map[ - (alph[[#]])&, - Backtrack[ - Table[Range[Length[alph]],{n}], - (Count[#,Last[#]] <= freq[[Last[#]]])&, - (Count[#,Last[#]] <= freq[[Last[#]]])&, - All - ] - ] - ] - -MinOp[l_List,f_] := - Module[{min=First[l]}, - Scan[ (If[ Apply[f,{#,min}], min = #])&, l]; - Return[min]; - ] - -SelectionSort[l_List,f_] := - Module[{where,item,unsorted=l}, - Table[ - item = MinOp[unsorted, f]; - {where} = First[ Position[unsorted,item] ]; - unsorted = Drop[unsorted,{where,where}]; - item, - {Length[l]} - ] - ] - -BinarySearch[l_List,k_Integer] := BinarySearch[l,k,1,Length[l],Identity] -BinarySearch[l_List,k_Integer,f_] := BinarySearch[l,k,1,Length[l],f] - -BinarySearch[l_List,k_Integer,low_Integer,high_Integer,f_] := - Module[{mid = Floor[ (low + high)/2 ]}, - If [low > high, Return[low - 1/2]]; - If [f[ l[[mid]] ] == k, Return[mid]]; - If [f[ l[[mid]] ] > k, - BinarySearch[l,k,1,mid-1,f], - BinarySearch[l,k,mid+1,high,f] - ] - ] - -MultiplicationTable[elems_List,op_] := - Module[{i,j,n=Length[elems],p}, - Table[ - p = Position[elems, Apply[op,{elems[[i]],elems[[j]]}]]; - If [p === {}, 0, p[[1,1]]], - {i,n},{j,n} - ] - ] - -InversePermutation[p_?PermutationQ] := - Module[{inverse=p, i}, - Do[ inverse[[ p[[i]] ]] = i, {i,Length[p]} ]; - inverse - ] - -EquivalenceRelationQ[r_?SquareMatrixQ] := - ReflexiveQ[r] && SymmetricQ[r] && TransitiveQ[r] -EquivalenceRelationQ[g_Graph] := EquivalenceRelationQ[ Edges[g] ] - -SquareMatrixQ[{}] = True -SquareMatrixQ[r_] := MatrixQ[r] && (Length[r] == Length[r[[1]]]) - -ReflexiveQ[r_?SquareMatrixQ] := - Module[{i}, Apply[And, Table[(r[[i,i]]!=0),{i,Length[r]}] ] ] - -TransitiveQ[r_?SquareMatrixQ] := TransitiveQ[ Graph[r,RandomVertices[Length[r]]] ] -TransitiveQ[r_Graph] := IdenticalQ[r,TransitiveClosure[r]] - -SymmetricQ[r_?SquareMatrixQ] := (r === Transpose[r]) - -EquivalenceClasses[r_List?EquivalenceRelationQ] := - ConnectedComponents[ Graph[r,RandomVertices[Length[r]]] ] -EquivalenceClasses[g_Graph?EquivalenceRelationQ] := ConnectedComponents[g] - -PermutationGroupQ[perms_List] := - FreeQ[ MultiplicationTable[perms,Permute], 0] && - EquivalenceRelationQ[SamenessRelation[perms]] - -SamenessRelation[perms_List] := - Module[{positions = Transpose[perms], i, j, n=Length[First[perms]]}, - Table[ - If[ MemberQ[positions[[i]],j], 1, 0], - {i,n}, {j,n} - ] - ] /; perms != {} - -ToCycles[p1_?PermutationQ] := - Module[{p=p1,m,n,cycle,i}, - Select[ - Table[ - m = n = p[[i]]; - cycle = {}; - While[ p[[n]] != 0, - AppendTo[cycle,m=n]; - n = p[[n]]; - p[[m]] = 0 - ]; - cycle, - {i,Length[p]} - ], - (# =!= {})& - ] - ] - -FromCycles[cyc_List] := - Module[{p=Table[0,{Length[Flatten[cyc]]}], pos}, - Scan[ - (pos = Last[#]; - Scan[ Function[c, pos = p[[pos]] = c], #])&, - cyc - ]; - p - ] - -HideCycles[c_List] := - Flatten[ - Sort[ - Map[(RotateLeft[#,Position[#,Min[#]] [[1,1]] - 1])&, c], - (#1[[1]] > #2[[1]])& - ] - ] - -RevealCycles[p_?PermutationQ] := - Module[{start=end=1, cycles={}}, - While [end <= Length[p], - If [p[[start]] > p[[end]], - AppendTo[ cycles, Take[p,{start,end-1}] ]; - start = end, - end++ - ] - ]; - Append[cycles,Take[p,{start,end-1}]] - ] - -NumberOfPermutationsByCycles[n_Integer,m_Integer] := (-1)^(n-m) StirlingS1[n,m] - -StirlingFirst[n_Integer,m_Integer] := StirlingFirst1[n,m] - -StirlingFirst1[n_Integer,0] := If [n == 0, 1, 0] -StirlingFirst1[0,m_Integer] := If [m == 0, 1, 0] - -StirlingFirst1[n_Integer,m_Integer] := StirlingFirst1[n,m] = - (n-1) StirlingFirst1[n-1,m] + StirlingFirst1[n-1, m-1] - -StirlingSecond[n_Integer,m_Integer] := StirlingSecond1[n,m] - -StirlingSecond1[n_Integer,0] := If [n == 0, 1, 0] -StirlingSecond1[0,m_Integer] := If [m == 0, 1, 0] - -StirlingSecond1[n_Integer,m_Integer] := StirlingSecond1[n,m] = - m StirlingSecond1[n-1,m] + StirlingSecond1[n-1,m-1] - -SignaturePermutation[p_?PermutationQ] := (-1) ^ (Length[p]-Length[ToCycles[p]]) - -Polya[g_List,m_] := Apply[ Plus, Map[(m^Length[ToCycles[#]])&,g] ] / Length[g] - -ToInversionVector[p_?PermutationQ] := - Module[{i,inverse=InversePermutation[p]}, - Table[ - Length[ Select[Take[p,inverse[[i]]], (# > i)&] ], - {i,Length[p]-1} - ] - ] - -FromInversionVector[vec_List] := - Module[{n=Length[vec]+1,i,p}, - p={n}; - Do [ - p = Insert[p, i, vec[[i]]+1], - {i,n-1,1,-1} - ]; - p - ] - -Inversions[p_?PermutationQ] := Apply[Plus,ToInversionVector[p]] - -Index[p_?PermutationQ]:= - Module[{i}, - Sum[ If [p[[i]] > p[[i+1]], i, 0], {i,Length[p]-1} ] - ] - -Runs[p_?PermutationQ] := - Map[ - (Apply[Take,{p,{#[[1]]+1,#[[2]]}}])&, - Partition[ - Join[ - {0}, - Select[Range[Length[p]-1], (p[[#]]>p[[#+1]])&], - {Length[p]} - ], - 2, - 1 - ] - ] - -Eulerian[n_Integer,k_Integer] := Eulerian1[n,k] - -Eulerian1[0,k_Integer] := If [k==1, 1, 0] -Eulerian1[n_Integer,k_Integer] := Eulerian1[n,k] = - k Eulerian1[n-1,k] + (n-k+1) Eulerian1[n-1,k-1] - -InvolutionQ[p_?PermutationQ] := p[[p]] == Range[Length[p]] - -NumberOfInvolutions[n_Integer] := - Module[{k}, - n! Sum[1/((n - 2k)! 2^k k!), {k, 0, Quotient[n, 2]}] - ] - -DerangementQ[p_?PermutationQ] := - !(Apply[ Or, Map[( # == p[[#]] )&, Range[Length[p]]] ]) - -NumberOfDerangements[0] = 1; -NumberOfDerangements[n_] := n * NumberOfDerangements[n-1] + (-1)^n - -Derangements[n_Integer] := Derangements[Range[n]] -Derangements[p_?PermutationQ] := Select[ Permutations[p], DerangementQ ] - -Josephus[n_Integer,m_Integer] := - Module[{live=Range[n],next}, - InversePermutation[ - Table[ - next = RotateLeft[live,m-1]; - live = Rest[next]; - First[next], - {n} - ] - ] - ] - -Heapify[p_List] := - Module[{j,heap=p}, - Do [ - heap = Heapify[heap,j], - {j,Quotient[Length[p],2],1,-1} - ]; - heap - ] - -Heapify[p_List, k_Integer] := - Module[{hp=p, i=k, l, n=Length[p]}, - While[ (l = 2 i) <= n, - If[ (l < n) && (hp[[l]] > hp[[l+1]]), l++ ]; - If[ hp[[i]] > hp[[l]], - {hp[[i]],hp[[l]]}={hp[[l]],hp[[i]]}; - i = l, - i = n+1 - ]; - ]; - hp - ] - -RandomHeap[n_Integer] := Heapify[RandomPermutation[n]] - -HeapSort[p_List] := - Module[{heap=Heapify[p],min}, - Append[ - Table[ - min = First[heap]; - heap[[1]] = heap[[n]]; - heap = Heapify[Drop[heap,-1],1]; - min, - {n,Length[p],2,-1} - ], - Max[heap] - ] - ] - -Strings[l_List,0] := { {} } - -Strings[l_List,k_Integer?Positive] := - Module[{oneless = Strings[l,k-1],i,n=Length[l]}, - Apply[Join, Table[ Map[(Prepend[#,l[[i]]])&, oneless], {i,n}] ] - ] - -NthSubset[n_Integer,m_Integer] := NthSubset[n,Range[m]] -NthSubset[n_Integer,l_List] := - l[[ Flatten[ Position[Reverse[IntegerDigits[ Mod[n,2^Length[l]],2]],1] ] ]] - -BinarySubsets[l_List] := - Module[{pos=Reverse[Range[Length[l]]], n=Length[l]}, - Map[(l[[ Reverse[Select[pos*#, Positive]] ]])&, Strings[{0,1},n] ] - ] - -NextSubset[set_List,subset_List] := NthSubset[ RankSubset[set,subset], set ] - -RankSubset[set_List,subset_List] := - Module[{i,n=Length[set]}, - Sum[ 2^(i-1) * If[ MemberQ[subset,set[[i]]], 1, 0], {i,n}] - ] - -RandomSubset[set_List] := NthSubset[Random[Integer,2^(Length[set])-1],set] - -GrayCode[l_List] := GrayCode[l,{{}}] - -GrayCode[{},prev_List] := prev - -GrayCode[l_List,prev_List] := - GrayCode[ - Rest[l], - Join[ prev, Map[(Append[#,First[l]])&,Reverse[prev]] ] - ] - -Subsets[l_List] := GrayCode[l] -Subsets[n_Integer] := GrayCode[Range[n]] - -LexicographicSubsets[l_List] := LexicographicSubsets[l,{{}}] - -LexicographicSubsets[{},s_List] := s - -LexicographicSubsets[l_List,subsets_List] := - LexicographicSubsets[ - Rest[l], - Join[ - subsets, - Map[(Prepend[#,First[l]])&,LexicographicSubsets[Rest[l],{{}}] ] - ] - ] - -KSubsets[l_List,0] := { {} } -KSubsets[l_List,1] := Partition[l,1] -KSubsets[l_List,k_Integer?Positive] := {l} /; (k == Length[l]) -KSubsets[l_List,k_Integer?Positive] := {} /; (k > Length[l]) - -KSubsets[l_List,k_Integer?Positive] := - Join[ - Map[(Prepend[#,First[l]])&, KSubsets[Rest[l],k-1]], - KSubsets[Rest[l],k] - ] - -NextKSubset[set_List,subset_List] := - Take[set,Length[subset]] /; (Take[set,-Length[subset]] === subset) - -NextKSubset[set_List,subset_List] := - Module[{h=1, x=1}, - While [set[[-h]] == subset[[-h]], h++]; - While [set[[x]] =!= subset[[-h]], x++]; - Join[ Drop[subset,-h], Take[set, {x+1,x+h}] ] - ] - -RandomKSubset[n_Integer,k_Integer] := RandomKSubset[Range[n],k] - -RandomKSubset[set_List,k_Integer] := - Module[{s=Range[Length[set]],i,n=Length[set],x}, - set [[ - Sort[ - Table[ - x=Random[Integer,{1,i}]; - {s[[i]],s[[x]]} = {s[[x]],s[[i]]}; - s[[i]], - {i,n,n-k+1,-1} - ] - ] - ]] - ] - -PartitionQ[p_List] := (Min[p]>0) && Apply[And, Map[IntegerQ,p]] - -Partitions[n_Integer] := Partitions[n,n] - -Partitions[n_Integer,_] := {} /; (n<0) -Partitions[0,_] := { {} } -Partitions[n_Integer,1] := { Table[1,{n}] } -Partitions[_,0] := {} - -Partitions[n_Integer,maxpart_Integer] := - Join[ - Map[(Prepend[#,maxpart])&, Partitions[n-maxpart,maxpart]], - Partitions[n,maxpart-1] - ] - -NextPartition[p_List] := Join[Drop[p,-1],{Last[p]-1,1}] /; (Last[p] > 1) - -NextPartition[p_List] := {Apply[Plus,p]} /; (Max[p] == 1) - -NextPartition[p_List] := - Module[{index,k,m}, - {index} = First[ Position[p,1] ]; - k = p[[index-1]] - 1; - m = Apply[Plus,Drop[p,index-1]] + k + 1; - Join[ - Take[p,index-2], - Table[k,{Quotient[m,k]}], - If [Mod[m,k] == 0, {}, {Mod[m,k]}] - ] - ] - -FerrersDiagram[p1_List] := - Module[{i,j,n=Length[p1],p=Sort[p1]}, - Show[ - Graphics[ - Join[ - {PointSize[ Min[0.05,1/(2 Max[p])] ]}, - Table[Point[{i,j}], {j,n}, {i,p[[j]]}] - ], - {AspectRatio -> 1, PlotRange -> All} - ] - ] - ] - -TransposePartition[p_List] := - Module[{s=Select[p,(#>0)&], i, row, r}, - row = Length[s]; - Table [ - r = row; - While [s[[row]]<=i, row--]; - r, - {i,First[s]} - ] - ] - -DurfeeSquare[s_List] := - Module[{i,max=1}, - Do [ - If [s[[i]] >= i, max=i], - {i,2,Min[Length[s],First[s]]} - ]; - max - ] - -DurfeeSquare[{}] := 0 - -NumberOfPartitions[n_Integer] := NumberOfPartitions1[n] - -NumberOfPartitions1[n_Integer] := 0 /; (n < 0) -NumberOfPartitions1[n_Integer] := 1 /; (n == 0) - -NumberOfPartitions1[n_Integer] := NumberOfPartitions1[n] = - Module[{m}, - Sum[ (-1)^(m+1) NumberOfPartitions1[n - m (3m-1)/2] + - (-1)^(m+1) NumberOfPartitions1[n - m (3m+1)/2], - {m, Ceiling[ (1+Sqrt[1.0 + 24n])/6 ], 1, -1} - ] - ] - -RandomPartition[n_Integer?Positive] := - Module[{mult = Table[0,{n}],j,d,m = n}, - While[ m != 0, - {j,d} = NextPartitionElement[m]; - m -= j d; - mult[[d]] += j; - ]; - Flatten[Map[(Table[#,{mult[[#]]}])&,Reverse[Range[n]]]] - ] - -NextPartitionElement[n_Integer] := - Module[{d=0,j,m,z=Random[] n PartitionsP[n],done=False,flag}, - While[!done, - d++; m = n; j = 0; flag = False; - While[ !flag, - j++; m -=d; - If[ m > 0, - z -= d PartitionsP[m]; - If[ z <= 0, flag=done=True], - flag = True; - If[m==0, z -=d; If[z <= 0, done = True]] - ]; - ]; - ]; - {j,d} - ] - -NumberOfCompositions[n_,k_] := Binomial[ n+k-1, n ] - -RandomComposition[n_Integer,k_Integer] := - Map[ - (#[[2]] - #[[1]] - 1)&, - Partition[Join[{0},RandomKSubset[Range[n+k-1],k-1],{n+k}], 2, 1] - ] - -Compositions[n_Integer,k_Integer] := - Map[ - (Map[(#[[2]]-#[[1]]-1)&, Partition[Join[{0},#,{n+k}],2,1] ])&, - KSubsets[Range[n+k-1],k-1] - ] - -NextComposition[l_List] := - Module[{c=l, h=1, t}, - While[c[[h]] == 0, h++]; - {t,c[[h]]} = {c[[h]],0}; - c[[1]] = t - 1; - c[[h+1]]++; - c - ] - -NextComposition[l_List] := - Join[{Apply[Plus,l]},Table[0,{Length[l]-1}]] /; Last[l]==Apply[Plus,l] - -TableauQ[{}] = True -TableauQ[t_List] := - And [ - Apply[ And, Map[(Apply[LessEqual,#])&,t] ], - Apply[ And, Map[(Apply[LessEqual,#])&,TransposeTableau[t]] ], - Apply[ GreaterEqual, Map[Length,t] ], - Apply[ GreaterEqual, Map[Length,TransposeTableau[t]] ] - ] - -TransposeTableau[tb_List] := - Module[{t=Select[tb,(Length[#]>=1)&],row}, - Table[ - row = Map[First,t]; - t = Map[ Rest, Select[t,(Length[#]>1)&] ]; - row, - {Length[First[tb]]} - ] - ] - -ShapeOfTableau[t_List] := Map[Length,t] - -InsertIntoTableau[e_Integer,{}] := { {e} } - -InsertIntoTableau[e_Integer, t1_?TableauQ] := - Module[{item=e,row=0,col,t=t1}, - While [row < Length[t], - row++; - If [Last[t[[row]]] <= item, - AppendTo[t[[row]],item]; - Return[t] - ]; - col = Ceiling[ BinarySearch[t[[row]],item] ]; - {item, t[[row,col]]} = {t[[row,col]], item}; - ]; - Append[t, {item}] - ] - -ConstructTableau[p_List] := ConstructTableau[p,{}] - -ConstructTableau[{},t_List] := t - -ConstructTableau[p_List,t_List] := - ConstructTableau[Rest[p], InsertIntoTableau[First[p],t]] - -DeleteFromTableau[t1_?TableauQ,r_Integer]:= - Module [{t=t1, col, row, item=Last[t1[[r]]]}, - col = Length[t[[r]]]; - If[col == 1, t = Drop[t,-1], t[[r]] = Drop[t[[r]],-1]]; - Do [ - While [t[[row,col]]<=item && Length[t[[row]]]>col, col++]; - If [item < t[[row,col]], col--]; - {item,t[[row,col]]} = {t[[row,col]],item}, - {row,r-1,1,-1} - ]; - t - ] - -TableauxToPermutation[p1_?TableauQ,q1_?TableauQ] := - Module[{p=p1, q=q1, row, firstrow}, - Reverse[ - Table[ - firstrow = First[p]; - row = Position[q, Max[q]] [[1,1]]; - p = DeleteFromTableau[p,row]; - q[[row]] = Drop[ q[[row]], -1]; - If[ p == {}, - First[firstrow], - First[Complement[firstrow,First[p]]] - ], - {Apply[Plus,ShapeOfTableau[p1]]} - ] - ] - ] /; ShapeOfTableau[p1] === ShapeOfTableau[q1] - -LastLexicographicTableau[s_List] := - Module[{c=0}, - Map[(c+=#; Range[c-#+1,c])&, s] - ] - -FirstLexicographicTableau[s_List] := - TransposeTableau[ LastLexicographicTableau[ TransposePartition[s] ] ] - -NextTableau[t_?TableauQ] := - Module[{s,y,row,j,count=0,tj,i,n=Max[t]}, - y = TableauToYVector[t]; - For [j=2, (j=y[[j-1]]), j++]; - If [y[[j]] >= y[[j-1]], - Return[ FirstLexicographicTableau[ ShapeOfTableau[t] ] ] - ]; - s = ShapeOfTableau[ Table[Select[t[[i]],(#<=j)&], {i,Length[t]}] ]; - {row} = Last[ Position[ s, s[[ Position[t,j] [[1,1]] + 1 ]] ] ]; - s[[row]] --; - tj = FirstLexicographicTableau[s]; - If[ Length[tj] < row, - tj = Append[tj,{j}], - tj[[row]] = Append[tj[[row]],j] - ]; - Join[ - Table[ - Join[tj[[i]],Select[t[[i]],(#>j)&]], - {i,Length[tj]} - ], - Table[t[[i]],{i,Length[tj]+1,Length[t]}] - ] - ] - -Tableaux[s_List] := - Module[{t = LastLexicographicTableau[s]}, - Table[ t = NextTableau[t], {NumberOfTableaux[s]} ] - ] - -Tableaux[n_Integer?Positive] := Apply[ Join, Map[ Tableaux, Partitions[n] ] ] - -YVectorToTableau[y_List] := - Module[{k}, - Table[ Flatten[Position[y,k]], {k,Length[Union[y]]}] - ] - -TableauToYVector[t_?TableauQ] := - Module[{i,y=Table[1,{Length[Flatten[t]]}]}, - Do [ Scan[ (y[[#]]=i)&, t[[i]] ], {i,2,Length[t]} ]; - y - ] - -NumberOfTableaux[{}] := 1 -NumberOfTableaux[s_List] := - Module[{row,col,transpose=TransposePartition[s]}, - (Apply[Plus,s])! / - Product [ - (transpose[[col]]-row+s[[row]]-col+1), - {row,Length[s]}, {col,s[[row]]} - ] - ] - -NumberOfTableaux[n_Integer] := Apply[Plus, Map[NumberOfTableaux, Partitions[n]]] - -CatalanNumber[n_] := Binomial[2n,n]/(n+1) /; (n>=0) - -RandomTableau[shape_List] := - Module[{i=j=n=Apply[Plus,shape],done,l,m,h=1,k,y,p=shape}, - y= Join[TransposePartition[shape],Table[0,{n - Max[shape]}]]; - Do[ - {i,j} = RandomSquare[y,p]; done = False; - While [!done, - h = y[[j]] + p[[i]] - i - j; - If[ h != 0, - If[ Random[] < 0.5, - j = Random[Integer,{j,p[[i]]}], - i = Random[Integer,{i,y[[j]]}] - ], - done = True - ]; - ]; - p[[i]]--; y[[j]]--; - y[[m]] = i, - {m,n,1,-1} - ]; - YVectorToTableau[y] - ] - -RandomSquare[y_List,p_List] := - Module[{i=Random[Integer,{1,First[y]}], j=Random[Integer,{1,First[p]}]}, - While[(i > y[[j]]) || (j > p[[i]]), - i = Random[Integer,{1,First[y]}]; - j = Random[Integer,{1,First[p]}] - ]; - {i,j} - ] - -TableauClasses[p_?PermutationQ] := - Module[{classes=Table[{},{Length[p]}],t={}}, - Scan [ - (t = InsertIntoTableau[#,t]; - PrependTo[classes[[Position[First[t],#] [[1,1]] ]], #])&, - p - ]; - Select[classes, (# != {})&] - ] - -LongestIncreasingSubsequence[p_?PermutationQ] := - Module[{c,x,xlast}, - c = TableauClasses[p]; - xlast = x = First[ Last[c] ]; - Append[ - Reverse[ - Map[ - (x = First[ Intersection[#, - Take[p, Position[p,x][[1,1]] ] ] ])&, - Reverse[ Drop[c,-1] ] - ] - ], - xlast - ] - ] - -LongestIncreasingSubsequence[{}] := {} - -AddToEncroachingLists[k_Integer,{}] := {{k}} - -AddToEncroachingLists[k_Integer,l_List] := - Append[l,{k}] /; (k > First[Last[l]]) && (k < Last[Last[l]]) - -AddToEncroachingLists[k_Integer,l1_List] := - Module[{i,l=l1}, - If [k <= First[Last[l]], - i = Ceiling[ BinarySearch[l,k,First] ]; - PrependTo[l[[i]],k], - i = Ceiling[ BinarySearch[l,-k,(-Last[#])&] ]; - AppendTo[l[[i]],k] - ]; - l - ] - -EncroachingListSet[l_List] := EncroachingListSet[l,{}] -EncroachingListSet[{},e_List] := e - -EncroachingListSet[l_List,e_List] := - EncroachingListSet[Rest[l], AddToEncroachingLists[First[l],e] ] - -Edges[Graph[e_,_]] := e - -Vertices[Graph[_,v_]] := v - -V[Graph[e_,_]] := Length[e] - -M[Graph[g_,_],___] := Apply[Plus, Map[(Apply[Plus,#])&,g] ] / 2 -M[Graph[g_,_],Directed] := Apply[Plus, Map[(Apply[Plus,#])&,g] ] - -ChangeVertices[g_Graph,v_List] := Graph[ Edges[g], v ] - -ChangeEdges[g_Graph,e_List] := Graph[ e, Vertices[g] ] - -AddEdge[Graph[g_,v_],{x_,y_},Directed] := - Module[ {gnew=g}, - gnew[[x,y]] ++; - Graph[gnew,v] - ] - -AddEdge[g_Graph,{x_,y_},flag_:Undirected] := - AddEdge[ AddEdge[g, {x,y}, Directed], {y,x}, Directed] - -DeleteEdge[Graph[g_,v_],{x_,y_},Directed] := - Module[ {gnew=g}, - If [ g[[x,y]] > 1, gnew[[x,y]]--, gnew[[x,y]] = 0]; - Graph[gnew,v] - ] - -DeleteEdge[g_Graph,{x_,y_},flag_:Undirected] := - DeleteEdge[ DeleteEdge[g, {x,y}, Directed], {y,x}, Directed] - -AddVertex[g_Graph] := GraphUnion[g, K[1]] - -DeleteVertex[g_Graph,v_Integer] := InduceSubgraph[g,Complement[Range[V[g]],{v}]] - -Spectrum[Graph[g_,_]] := Eigenvalues[g] - -ToAdjacencyLists[Graph[g_,_]] := - Map[ (Flatten[ Position[ #, _?(Function[n, n!=0])] ])&, g ] - -FromAdjacencyLists[e_List] := - Module[{blanks = Table[0,{Length[e]}] }, - Graph[ - Map [ (MapAt[ 1&,blanks,Partition[#,1]])&, e ], - CircularVertices[Length[e]] - ] - ] - -FromAdjacencyLists[e_List,v_List] := ChangeVertices[FromAdjacencyLists[e], v] - -ToOrderedPairs[g_Graph] := Position[ Edges[g], _?(Function[n,n != 0]) ] - -ToUnorderedPairs[g_Graph] := Select[ ToOrderedPairs[g], (#[[1]] < #[[2]])& ] - -FromOrderedPairs[l_List] := - Module[{n=Max[l]}, - Graph[ - MapAt[1&, Table[0,{n},{n}],l], - CircularVertices[n] - ] - ] -FromOrderedPairs[{}] := Graph[{},{}] -FromOrderedPairs[l_List,v_List] := - Graph[ MapAt[1&, Table[0,{Length[v]},{Length[v]}], l], v] - -FromUnorderedPairs[l_List] := MakeUndirected[ FromOrderedPairs[l] ] -FromUnorderedPairs[l_List,v_List] := MakeUndirected[ FromOrderedPairs[l,v] ] - -(* Addition: Extension of From* and ToOrderedPairs -by Fukuda 941006 *) -FromOrderedTriples[tr_List]:= - Block[{graph,pairs,wedges}, - pairs=Transpose[Drop[Transpose[tr],-1]]; - graph=FromOrderedPairs[pairs]; - wedges=Edges[graph]; - Scan[(wedges[[#[[1]],#[[2]]]]=#[[3]])&,tr]; - graph=Graph[wedges,Vertices[graph]] - ] - -FromUnorderedTriples[tr_List]:= - Block[{graph,pairs,wedges}, - pairs=Transpose[Drop[Transpose[tr],-1]]; - graph=FromOrderedPairs[pairs]; - wedges=Edges[graph]; - Scan[(wedges[[#[[1]],#[[2]]]]=#[[3]];wedges[[#[[2]],#[[1]]]]=#[[3]])&,tr]; - graph=Graph[wedges,Vertices[graph]] - ] - -ToOrderedTriples[g_Graph] := - Map[Append[#,Edges[g][[#[[1]],#[[2]]]]]&, Position[ Edges[g], _?(Function[n,n != 0]) ]] -(* end of Addition *) - -PseudographQ[Graph[g_,_]] := - Module[{i}, - Apply[Or, Table[ g[[i,i]]!=0, {i,Length[g]} ]] - ] - -UnweightedQ[Graph[g_,_]] := Apply[ And, Map[(#==0 || #==1)&, Flatten[g] ] ] - -SimpleQ[g_Graph] := (!PseudographQ[g]) && (UnweightedQ[g]) - -RemoveSelfLoops[g_Graph] := - Module[{i,e=Edges[g]}, - Do [ e[[i,i]]=0, {i,V[g]} ]; - Graph[e, Vertices[g]] - ] - -EmptyQ[g_Graph] := Edges[g] == Table[0, {V[g]}, {V[g]}] - -CompleteQ[g_Graph] := Edges[RemoveSelfLoops[g]] == Edges[ K[V[g]] ] - -InduceSubgraph[g_Graph,{}] := Graph[{},{}] - -InduceSubgraph[Graph[g_,v_],s_List] := - Graph[Transpose[Transpose[g[[s]]] [[s]] ],v[[s]]] /; (Length[s]<=Length[g]) - -Contract[g_Graph,{u_Integer,v_Integer}] := - Module[{o,e,i,n=V[g],newg,range=Complement[Range[V[g]],{u,v}]}, - newg = InduceSubgraph[g,range]; - e = Edges[newg]; o = Edges[g]; - Graph[ - Append[ - Table[ - Append[e[[i]], - If[o[[range[[i]],u]]>0 || - o[[range[[i]],v]]>0,1,0] ], - {i,n-2} - ], - Append[ - Map[(If[o[[u,#]]>0||o[[v,#]]>0,1,0])&,range], - 0 - ] - ], - Join[Vertices[newg], {(Vertices[g][[u]]+Vertices[g][[v]])/2}] - ] - ] /; V[g] > 2 - -Contract[g_Graph,_] := K[1] /; V[g] == 2 - -GraphComplement[Graph[g_,v_]] := - RemoveSelfLoops[ Graph[ Map[ (Map[ (If [#==0,1,0])&, #])&, g], v ] ] - -MakeUndirected[Graph[g_,v_]] := - Module[{i,j,n=Length[g]}, - Graph[ Table[If [g[[i,j]]!=0 || g[[j,i]]!=0,1,0],{i,n},{j,n}], v ] - ] - -UndirectedQ[Graph[g_,_]] := (Apply[Plus,Apply[Plus,Abs[g-Transpose[g]]]] == 0) - -MakeSimple[g_Graph] := MakeUndirected[RemoveSelfLoops[g]] - -BFS[g_Graph,start_Integer] := - Module[{e,bfi=Table[0,{V[g]}],cnt=1,edges={},queue={start}}, - e = ToAdjacencyLists[g]; - bfi[[start]] = cnt++; - While[ queue != {}, - {v,queue} = {First[queue],Rest[queue]}; - Scan[ - (If[ bfi[[#]] == 0, - bfi[[#]] = cnt++; - AppendTo[edges,{v,#}]; - AppendTo[queue,#] - ])&, - e[[v]] - ]; - ]; - {edges,bfi} - ] - -BreadthFirstTraversal[g_Graph,s_Integer,Edge] := First[BFS[g,s]] - -BreadthFirstTraversal[g_Graph,s_Integer,___] := InversePermutation[Last[BFS[g,s]]] - -DFS[v_Integer] := - ( dfi[[v]] = cnt++; - AppendTo[visit,v]; - Scan[ (If[dfi[[#]]==0,AppendTo[edges,{v,#}];DFS[#] ])&, e[[v]] ] ) - -DepthFirstTraversal[g_Graph,start_Integer,flag_:Vertex] := - Block[{visit={},e=ToAdjacencyLists[g],edges={},dfi=Table[0,{V[g]}],cnt=1}, - DFS[start]; - If[ flag===Edge, edges, visit] - ] - -ShowGraph[g1_Graph,type_:Undirected] := - Module[{g=NormalizeVertices[g1]}, - Show[ - Graphics[ - Join[ - PointsAndLines[g], - If[SameQ[type,Directed],Arrows[g],{}] - ] - ], - {AspectRatio->1, PlotRange->FindPlotRange[Vertices[g]]} - ] - ] - -(* Addtion: Weighted Graph drawing by - Fukuda 941006 *) -ShowWeightedGraph[g1_Graph,type_:Undirected] := - Module[{g=NormalizeVertices[g1]}, - Show[ - Graphics[ - Join[ - If[SameQ[type,Directed],PointsAndLines[g],PointsAndProportionalLines[g]], - If[SameQ[type,Directed],ProportionalArrows[g],{}] - ] - ], - {AspectRatio->1, PlotRange->FindPlotRange[Vertices[g]]} - ] - ] - - -MinimumEdgeLength[v_List,pairs_List] := - Max[ Select[ - Chop[ Map[(Sqrt[ N[(v[[#[[1]]]]-v[[#[[2]]]]) . - (v[[#[[1]]]]-v[[#[[2]]]])] ])&,pairs] ], - (# > 0)& - ], 0.001 ] - -(* Change: for larger off-set by K. Fukuda 930530 *) -FindPlotRange[v_List] := - Module[{xmin=Min[Map[First,v]], xmax=Max[Map[First,v]], - ymin=Min[Map[Last,v]], ymax=Max[Map[Last,v]]}, - { {xmin - 0.18 Max[1,xmax-xmin], xmax + 0.18 Max[1,xmax-xmin]}, - {ymin - 0.18 Max[1,ymax-ymin], ymax + 0.18 Max[1,ymax-ymin]} } - ] -(* end Change *) - -(* Change: for thiner line and smaller points by - K. Fukuda 960516 *) -PointsAndLines[Graph[e_List,v_List]] := - Module[{pairs=ToOrderedPairs[Graph[e,v]]}, - Join[ - {PointSize[ 0.02 ]}, - Map[Point,Chop[v]], - {Thickness[ 0.0025 ]}, - Map[(Line[Chop[ v[[#]] ]])&,pairs] - ] - ] -PointsAndProportionalLines[Graph[e_List,v_List]] := - Module[{triples=ToOrderedTriples[Graph[e,v]]}, - Join[ - {PointSize[ 0.02 ]}, - Map[Point,Chop[v]], - Map[{Thickness[ 0.0025 * #[[3]]],(Line[Chop[ v[[Drop[#,-1]]] ]])}&,triples] - ] - ] - - -(* End Change *) - -(* Change: Narrower arrow, and different arrow positioning by - K. Fukuda 930604 *) -Arrows[Graph[e_,v_]] := - Module[{pairs=ToOrderedPairs[Graph[e,v]], size, triangle}, - size = Min[0.04, MinimumEdgeLength[v,pairs]/4]; - triangle={ {0,0}, {-size,size/4}, {-size,-size/4} }; - Map[ - (Polygon[ - TranslateVertices[ - RotateVertices[ - triangle, - Arctan[Apply[Subtract,v[[#]]]]+Pi - ], - v[[ #[[2]] ]]*(7/8)+v[[ #[[1]] ]]*(1/8) - ] - ])&, - pairs - ] - ] -(* end of Change *) - -(* Addition: Proportional arrows for weighted graphs by - K. Fukuda 930604 *) -ProportionalArrows[Graph[e_,v_]] := - Module[{triples=ToOrderedTriples[Graph[e,v]], - pairs=ToOrderedPairs[Graph[e,v]],size, triangle}, - size = Min[0.05, MinimumEdgeLength[v,pairs]/3]; - triangle={ {0,0}, {-size,size/4}, {-size,-size/4} }; - Map[ - (Polygon[ - TranslateVertices[ - RotateVertices[ - triangle * #[[3]], - Arctan[Apply[Subtract,v[[Drop[#,-1]]]]]+Pi - ], - v[[ #[[2]] ]]*(7/8)+v[[ #[[1]] ]]*(1/8) - ] - ])&, - triples - ] - ] -(* end of Change *) - -ShowLabeledGraph[g_Graph] := ShowLabeledGraph[g,Range[V[g]]] -ShowLabeledGraph[g1_Graph,labels_List] := - Module[{pairs=ToOrderedPairs[g1], g=NormalizeVertices[g1], v}, - v = Vertices[g]; - Show[ - Graphics[ - Join[ - PointsAndLines[g], - Map[(Line[Chop[ v[[#]] ]])&, pairs], - GraphLabels[v,labels] - ] - ], - {AspectRatio->1, PlotRange->FindPlotRange[v]} - ] - ] - -(* Addition: Directed option for ShowLabeledGraph - by K. Fukuda 930604 *) -ShowLabeledGraph[g1_Graph,labels_List,type_:Undirected] := - Module[{pairs=ToOrderedPairs[g1], g=NormalizeVertices[g1], v}, - v = Vertices[g]; - Show[ - Graphics[ - Join[ - PointsAndLines[g], - If[SameQ[type,Directed],Arrows[g],{}], - Map[(Line[Chop[ v[[#]] ]])&, pairs], - GraphLabels[v,labels] - ] - ], - {AspectRatio->1, PlotRange->FindPlotRange[v]} - ] - ] - -ShowWeightedLabeledGraph[g1_Graph,labels_List,type_:Undirected] := - Module[{pairs=ToOrderedPairs[g1], g=NormalizeVertices[g1], v}, - v = Vertices[g]; - Show[ - Graphics[ - Join[ - If[SameQ[type,Directed],PointsAndLines[g],PointsAndProportionalLines[g]], - If[SameQ[type,Directed],ProportionalArrows[g],{}], - Map[(Line[Chop[ v[[#]] ]])&, pairs], - GraphLabels[v,labels] - ] - ], - {AspectRatio->1, PlotRange->FindPlotRange[v]} - ] - ] - - -(* end Addition *) - -GraphLabels[v_List,l_List] := - Module[{i}, - Table[ Text[ l[[i]],v[[i]]-{0.025,0.025},{0,1} ],{i,Length[v]}] - ] - -CircularVertices[0] := {} - -CircularVertices[n_Integer] := - Module[{i,x = N[2 Pi / n]}, - Chop[ Table[ N[{ (Cos[x i]), (Sin[x i]) }], {i,n} ] ] - ] - -CircularVertices[Graph[g_,_]] := Graph[ g, CircularVertices[ Length[g] ] ] - -RankGraph[g_Graph, start_List] := - Module[ {rank = Table[0,{V[g]}],edges = ToAdjacencyLists[g],v,queue,new}, - Scan[ (rank[[#]] = 1)&, start]; - queue = start; - While [queue != {}, - v = First[queue]; - new = Select[ edges[[v]], (rank[[#]] == 0)&]; - Scan[ (rank[[#]] = rank[[v]]+1)&, new]; - queue = Join[ Rest[queue], new]; - ]; - rank - ] - -RankedEmbedding[g_Graph,start_List] := Graph[ Edges[g],RankedVertices[g,start] ] - -RankedVertices[g_Graph,start_List] := - Module[{i,m,stages,rank,freq = Table[0,{V[g]}]}, - rank = RankGraph[g,start]; - stages = Distribution[ rank ]; - Table[ - m = ++ freq[[ rank[[i]] ]]; - {rank[[i]], (m-1) + (1 - stages[[ rank[[i]] ]])/2 }, - {i,V[g]} - ] - ] - -Distribution[l_List] := Distribution[l, Union[l]] -Distribution[l_List, set_List] := Map[(Count[l,#])&, set] - -Eccentricity[g_Graph] := Map[ Max, AllPairsShortestPath[g] ] -Eccentricity[g_Graph,start_Integer] := Map[ Max, Last[Dijkstra[g,start]] ] - -Diameter[g_Graph] := Max[ Eccentricity[g] ] - -Radius[g_Graph] := Min[ Eccentricity[g] ] - -GraphCenter[g_Graph] := - Module[{eccentricity = Eccentricity[g]}, - Flatten[ Position[eccentricity, Min[eccentricity]] ] - ] - -RadialEmbedding[g_Graph,ct_Integer] := - Module[{center=ct,ang,i,da,theta,n,v,positioned,done,next,e=ToAdjacencyLists[g]}, - ang = Table[{0,2 Pi},{n=V[g]}]; - v = Table[{0,0},{n}]; - positioned = next = done = {center}; - While [next != {}, - center = First[next]; - new = Complement[e[[center]], positioned]; - Do [ - da = (ang[[center,2]]-ang[[center,1]])/Length[new]; - ang[[ new[[i]] ]] = {ang[[center,1]] + (i-1)*da, - ang[[center,1]] + i*da}; - theta = Apply[Plus,ang[[ new[[i]] ]] ]/2; - v[[ new[[i]] ]] = v[[center]] + - N[{Cos[theta],Sin[theta]}], - {i,Length[new]} - ]; - next = Join[Rest[next],new]; - positioned = Union[positioned,new]; - AppendTo[done,center] - ]; - Graph[Edges[g],v] - ] - -RadialEmbedding[g_Graph] := RadialEmbedding[g,First[GraphCenter[g]]]; - -RootedEmbedding[g_Graph,rt_Integer] := - Module[{root=rt,pos,i,x,dx,new,n=V[g],v,done,next,e=ToAdjacencyLists[g]}, - pos = Table[{-Ceiling[Sqrt[n]],Ceiling[Sqrt[n]]},{n}]; - v = Table[{0,0},{n}]; - next = done = {root}; - While [next != {}, - root = First[next]; - new = Complement[e[[root]], done]; - Do [ - dx = (pos[[root,2]]-pos[[root,1]])/Length[new]; - pos[[ new[[i]] ]] = {pos[[root,1]] + (i-1)*dx, - pos[[root,1]] + i*dx}; - x = Apply[Plus,pos[[ new[[i]] ]] ]/2; - v[[ new[[i]] ]] = {x,v[[root,2]]-1}, - {i,Length[new]} - ]; - next = Join[Rest[next],new]; - done = Join[done,new] - ]; - Graph[Edges[g],N[v]] - ] - -TranslateVertices[v_List,{x_,y_}] := Map[ (# + {x,y})&, v ] -TranslateVertices[Graph[g_,v_],{x_,y_}] := Graph[g, TranslateVertices[v,{x,y}] ] - -DilateVertices[v_List,d_] := (d * v) -DilateVertices[Graph[e_,v_],d_] := Graph[e, DilateVertices[v,d]] - -RotateVertices[v_List,t_] := - Module[{d,theta}, - Map[ - (If[# == {0,0}, {0,0}, - d=Sqrt[#[[1]]^2 + #[[2]]^2]; - theta = t + Arctan[#]; - N[{d Cos[theta], d Sin[theta]}] - ])&, - v - ] - ] -RotateVertices[Graph[g_,v_],t_] := Graph[g, RotateVertices[v,t]] - -Arctan[{x_,y_}] := Arctan1[Chop[{x,y}]] -Arctan1[{0,0}] := 0 -Arctan1[{x_,y_}] := ArcTan[x,y] - -(* Change: to normalize in x and y directions independently] - by K. Fukuda 930601 *) -NormalizeVertices[v_List] := - Module[{vx=Transpose[v][[1]],vy=Transpose[v][[2]], - xmin,xmax,ymin,ymax,dx,dy}, - xmin=Min[vx]; xmax=Max[vx]; - ymin=Min[vy]; ymax=Max[vy]; - dx=Max[(xmax-xmin),0.01]; - dy=Max[(ymax-ymin),0.01]; - Map[{(#[[1]]-xmin)/dx,(#[[2]]-ymin)/dy}&,v] - ] -(* end Change *) - -NormalizeVertices[Graph[g_,v_]] := Graph[g, NormalizeVertices[v]] - -ShakeGraph[Graph[e_List,v_List], fract_:0.1] := - Module[{i,d,a}, - Graph[ - e, - Table[ - d = Random[Real,{0,fract}]; - a = Random[Real,{0, 2 N[Pi]}]; - {N[v[[i,1]] + d Cos[a]], N[v[[i,2]] + d Sin[a]]}, - {i,Length[e]} - ] - ] - ] - -CalculateForce[u_Integer,g_Graph,em_List] := - Module[{n=V[g],stc=0.25,gr=10.0,e=Edges[g],f={0.0,0.0},spl=1.0,v,dsquared}, - Do [ - dsquared = Max[0.001, Apply[Plus,(em[[u]]-em[[v]])^2] ]; - f += (1-e[[u,v]]) (gr/dsquared) (em[[u]]-em[[v]]) - - e[[u,v]] stc Log[dsquared/spl] (em[[u]]-em[[v]]), - {v,n} - ]; - f - ] - -SpringEmbedding[g_Graph,step_:10,inc_:0.15] := - Module[{new=old=Vertices[g],n=V[g],i,u,g1=MakeUndirected[g]}, - Do [ - Do [ - new[[u]] = old[[u]]+inc*CalculateForce[u,g1,old], - {u,n} - ]; - old = new, - {i,step} - ]; - Graph[Edges[g],new] - ] - -(* Rewritten for Version 2.0 *) - - -(* Change: A directed spring embedding made by -Fukuda 94-10-05 *) - -SpringEmbeddingDirected[g_Graph,step_:10,inc_:0.15] := - Module[{new=old=Vertices[g],n=V[g],i,u,g1=g}, - Do [ - Do [ - new[[u]] = old[[u]]+inc*CalculateForce[u,g1,old], - {u,n} - ]; - old = new, - {i,step} - ]; - Graph[Edges[g],new] - ] - -(* end of Change *) - -ReadGraph[file_] := - Module[{edgelist={}, v={},x}, - OpenRead[file]; - While[!SameQ[(x = Read[file,Number]), EndOfFile], - AppendTo[v,Read[file,{Number,Number}]]; - AppendTo[edgelist, - Convert[Characters[Read[file,String]]] - ]; - ]; - Close[file]; - FromAdjacencyLists[edgelist,v] - ] - -Toascii[s_String] := First[ ToCharacterCode[s] ] - -Convert[l_List] := - Module[{ch,num,edge={},i=1}, - While[i <= Length[l], - If[ DigitQ[ l[[i]] ], - num = 0; - While[ ((i <= Length[l]) && (DigitQ[l[[i]]])), - num = 10 num + Toascii[l[[i++]]] - Toascii["0"] - ]; - AppendTo[edge,num], - i++ - ]; - ]; - edge - ] - -WriteGraph[g_Graph,file_] := - Module[{edges=ToAdjacencyLists[g],v=N[NormalizeVertices[Vertices[g]]],i,x,y}, - OpenWrite[file]; - Do[ - WriteString[file," ",ToString[i]]; - {x,y} = Chop[ v [[i]] ]; - WriteString[file," ",ToString[x]," ",ToString[y]]; - Scan[ - (WriteString[file," ",ToString[ # ]])&, - edges[[i]] - ]; - Write[file], - {i,V[g]} - ]; - Close[file]; - ] - -GraphUnion[g_Graph,h_Graph] := - Module[{maxg=Max[ Map[First,Vertices[g]] ], minh=Min[ Map[First,Vertices[h]] ]}, - FromOrderedPairs[ - Join[ ToOrderedPairs[g], (ToOrderedPairs[h] + V[g])], - Join[ Vertices[g], Map[({maxg-minh+1,0}+#)&, Vertices[h] ] ] - ] - ] - -GraphUnion[1,g_Graph] := g -GraphUnion[0,g_Graph] := EmptyGraph[0]; -GraphUnion[k_Integer,g_Graph] := GraphUnion[ GraphUnion[k-1,g], g] - -ExpandGraph[g_Graph,n_] := GraphUnion[ g, EmptyGraph[n - V[g]] ] /; V[g] <= n - -GraphIntersection[g_Graph,h_Graph] := - FromOrderedPairs[ - Intersection[ToOrderedPairs[g],ToOrderedPairs[h]], - Vertices[g] - ] /; (V[g] == V[h]) - -GraphDifference[g1_Graph,g2_Graph] := - Graph[Edges[g1] - Edges[g2], Vertices[g1]] /; V[g1]==V[g2] - -GraphSum[g1_Graph,g2_Graph] := - Graph[Edges[g1] + Edges[g2], Vertices[g1]] /; V[g1]==V[g2] - -GraphJoin[g_Graph,h_Graph] := - Module[{maxg=Max[ Abs[ Map[First,Vertices[g]] ] ]}, - FromUnorderedPairs[ - Join[ - ToUnorderedPairs[g], - ToUnorderedPairs[h] + V[g], - CartesianProduct[Range[V[g]],Range[V[h]]+V[g]] - ], - Join[ Vertices[g], Map[({maxg+1,0}+#)&, Vertices[h]]] - ] - ] - -CartesianProduct[a_List,b_List] := - Module[{i,j}, - Flatten[ Table[{a[[i]],b[[j]]},{i,Length[a]},{j,Length[b]}], 1] - ] - -GraphProduct[g_Graph,h_Graph] := - Module[{k,eg=ToOrderedPairs[g],eh=ToOrderedPairs[h],leng=V[g],lenh=V[h]}, - FromOrderedPairs[ - Flatten[ - Join[ - Table[eg+(i-1)*leng, {i,lenh}], - Map[ (Table[ - {leng*(#[[1]]-1)+k, leng*(#[[2]]-1)+k}, - {k,1,leng} - ])&, - eh - ] - ], - 1 - ], - ProductVertices[Vertices[g],Vertices[h]] - ] - ] - -ProductVertices[vg_,vh_] := - Flatten[ - Map[ - (TranslateVertices[ - DilateVertices[vg, 1/(Max[Length[vg],Length[vh]])], - #])&, - RotateVertices[vh,Pi/2] - ], - 1 - ] - -IncidenceMatrix[g_Graph] := - Map[ - ( Join[ - Table[0,{First[#]-1}], {1}, - Table[0,{Last[#]-First[#]-1}], {1}, - Table[0,{V[g]-Last[#]}] - ] )&, - ToUnorderedPairs[g] - ] - -LineGraph[g_Graph] := - Module[{b=IncidenceMatrix[g], edges=ToUnorderedPairs[g], v=Vertices[g]}, - Graph[ - b . Transpose[b] - 2 IdentityMatrix[Length[edges]], - Map[ ( (v[[ #[[1]] ]] + v[[ #[[2]] ]]) / 2 )&, edges] - ] - ] - -K[0] := Graph[{},{}] -K[1] := Graph[{{0}},{{0,0}}] - -K[n_Integer?Positive] := CirculantGraph[n,Range[1,Floor[(n+1)/2]]] - -CirculantGraph[n_Integer?Positive,l_List] := - Module[{i,r}, - r = Prepend[MapAt[1&,Table[0,{n-1}], Map[List,Join[l,n-l]]], 0]; - Graph[ Table[RotateRight[r,i], {i,0,n-1}], CircularVertices[n] ] - ] - -EmptyGraph[n_Integer?Positive] := - Module[{i}, - Graph[ Table[0,{n},{n}], Table[{0,i},{i,(1-n)/2,(n-1)/2}] ] - ] - -K[l__] := - Module[{ll=List[l],t,i,x,row,stages=Length[List[l]]}, - t = FoldList[Plus,0,ll]; - Graph[ - Apply[ - Join, - Table [ - row = Join[ - Table[1, {t[[i-1]]}], - Table[0, {t[[i]]-t[[i-1]]}], - Table[1, {t[[stages+1]]-t[[i]]}] - ]; - Table[row, {ll[[i-1]]}], - {i,2,stages+1} - ] - - ], - Apply [ - Join, - Table[ - Table[{x,i-1+(1-ll[[x]])/2},{i,ll[[x]]}], - {x,stages} - ] - ] - ] - ] /; TrueQ[Apply[And, Map[Positive,List[l]]]] && (Length[List[l]]>1) - -Turan[n_Integer,p_Integer] := - Module[{k = Floor[ n / (p-1) ], r}, - r = n - k (p-1); - Apply[K, Join[ Table[k,{p-1-r}], Table[k+1,{r}] ] ] - ] /; (n > 0 && p > 1) - -Cycle[n_Integer] := CirculantGraph[n,{1}] /; n>=3 - -Star[n_Integer?Positive] := - Module[{g}, - g = Append [ Table[0,{n-1},{n}], Append[ Table[1,{n-1}], 0] ]; - Graph[ - g + Transpose[g], - Append[ CircularVertices[n-1], {0,0}] - ] - ] - -Wheel[n_Integer] := - Module[{i,row = Join[{0,1}, Table[0,{n-4}], {1}]}, - Graph[ - Append[ - Table[ Append[RotateRight[row,i-1],1], {i,n-1}], - Append[ Table[1,{n-1}], 0] - ], - Append[ CircularVertices[n-1], {0,0} ] - ] - ] /; n >= 3 - -Path[1] := K[1] -Path[n_Integer?Positive] := - FromUnorderedPairs[ Partition[Range[n],2,1], Map[({#,0})&,Range[n]] ] - -GridGraph[n_Integer?Positive,m_Integer?Positive] := - GraphProduct[ - ChangeVertices[Path[n], Map[({Max[n,m]*#,0})&,Range[n]]], - Path[m] - ] - -Hypercube[n_Integer] := Hypercube1[n] - -Hypercube1[0] := K[1] -Hypercube1[1] := Path[2] -Hypercube1[2] := Cycle[4] - -Hypercube1[n_Integer] := Hypercube1[n] = - GraphProduct[ - RotateVertices[ Hypercube1[Floor[n/2]], 2Pi/5], - Hypercube1[Ceiling[n/2]] - ] - -LabeledTreeToCode[g_Graph] := - Module[{e=ToAdjacencyLists[g],i,code}, - Table [ - {i} = First[ Position[ Map[Length,e], 1 ] ]; - code = e[[i,1]]; - e[[code]] = Complement[ e[[code]], {i} ]; - e[[i]] = {}; - code, - {V[g]-2} - ] - ] - -CodeToLabeledTree[l_List] := - Module[{m=Range[Length[l]+2],x,i}, - FromUnorderedPairs[ - Append[ - Table[ - x = Min[Complement[m,Drop[l,i-1]]]; - m = Complement[m,{x}]; - {x,l[[i]]}, - {i,Length[l]} - ], - m - ] - ] - ] - -RandomTree[n_Integer?Positive] := - RadialEmbedding[CodeToLabeledTree[ Table[Random[Integer,{1,n}],{n-2}] ], 1] - -RandomGraph[n_Integer,p_] := RandomGraph[n,p,{1,1}] - -RandomGraph[n_Integer,p_,range_List] := - Module[{i,g}, - g = Table[ - Join[ - Table[0,{i}], - Table[ - If[Random[Real]= Length[s]) -GraphicQ[s_List] := (First[s] == 0) /; (Length[s] == 1) -GraphicQ[s_List] := - Module[{m,sorted = Reverse[Sort[s]]}, - m = First[sorted]; - GraphicQ[ Join[ Take[sorted,{2,m+1}]-1, Drop[sorted,m+1] ] ] - ] - -RealizeDegreeSequence[d_List] := - Module[{i,j,v,set,seq,n=Length[d],e}, - seq = Reverse[ Sort[ Table[{d[[i]],i},{i,n}]] ]; - FromUnorderedPairs[ - Flatten[ Table[ - {{k,v},seq} = {First[seq],Rest[seq]}; - While[ !GraphicQ[ - MapAt[ - (# - 1)&, - Map[First,seq], - set = RandomKSubset[Table[{i},{i,n-j}],k] - ] ] - ]; - e = Map[(Prepend[seq[[#,2]],v])&,set]; - seq = Reverse[ Sort[ - MapAt[({#[[1]]-1,#[[2]]})&,seq,set] - ] ]; - e, - {j,Length[d]-1} - ], 1], - CircularVertices[n] - ] - ] /; GraphicQ[d] - -RealizeDegreeSequence[d_List,seed_Integer] := - (SeedRandom[seed]; RealizeDegreeSequence[d]) - -RegularQ[Graph[g_,_]] := Apply[ Equal, Map[(Apply[Plus,#])& , g] ] - -RegularGraph[k_Integer,n_Integer] := RealizeDegreeSequence[Table[k,{n}]] - -MakeGraph[v_List,f_] := - Module[{n=Length[v],i,j}, - Graph [ - Table[If [Apply[f,{v[[i]],v[[j]]}], 1, 0],{i,n},{j,n}], - CircularVertices[n] - ] - ] - -IntervalGraph[l_List] := - MakeGraph[ - l, - ( ((First[#1] <= First[#2]) && (Last[#1] >= First[#2])) || - ((First[#2] <= First[#1]) && (Last[#2] >= First[#1])) )& - ] - -FunctionalGraph[f_,n_] := - Module[{i,x}, - FromOrderedPairs[ - Table[{i, x=Mod[Apply[f,{i}],n]; If[x!=0,x,n]}, {i,n} ], - CircularVertices[n] - ] - ] - -ConnectedComponents[g_Graph] := - Module[{untraversed=Range[V[g]],traversed,comps={}}, - While[untraversed != {}, - traversed = DepthFirstTraversal[g,First[untraversed]]; - AppendTo[comps,traversed]; - untraversed = Complement[untraversed,traversed] - ]; - comps - ] - -ConnectedQ[g_Graph] := Length[ DepthFirstTraversal[g,1] ] == V[g] - -WeaklyConnectedComponents[g_Graph] := ConnectedComponents[ MakeUndirected[g] ] - -ConnectedQ[g_Graph,Undirected] := Length[ WeaklyConnectedComponents[g] ] == 1 - -StronglyConnectedComponents[g_Graph] := - Block[{e=ToAdjacencyLists[g],s,c=1,i,cur={},low=dfs=Table[0,{V[g]}],scc={}}, - While[(s=Select[Range[V[g]],(dfs[[#]]==0)&]) != {}, - SearchStrongComp[First[s]]; - ]; - scc - ] - -SearchStrongComp[v_Integer] := - Block[{r}, - low[[v]]=dfs[[v]]=c++; - PrependTo[cur,v]; - Scan[ - (If[dfs[[#]] == 0, - SearchStrongComp[#]; - low[[v]]=Min[low[[v]],low[[#]]], - If[(dfs[[#]] < dfs[[v]]) && MemberQ[cur,#], - low[[v]]=Min[low[[v]],dfs[[#]] ] - ]; - ])&, - e[[v]] - ]; - If[low[[v]] == dfs[[v]], - {r} = Flatten[Position[cur,v]]; - AppendTo[scc,Take[cur,r]]; - cur = Drop[cur,r]; - ]; - ] - -ConnectedQ[g_Graph,Directed] := Length[ StronglyConnectedComponents[g] ] == 1 - -OrientGraph[g_Graph] := - Module[{pairs,newg,rest,cc,c,i,e}, - pairs = Flatten[Map[(Partition[#,2,1])&,ExtractCycles[g]],1]; - newg = FromUnorderedPairs[pairs,Vertices[g]]; - rest = ToOrderedPairs[ GraphDifference[ g, newg ] ]; - cc = Sort[ConnectedComponents[newg], (Length[#1]>=Length[#2])&]; - c = First[cc]; - Do[ - e = Select[rest,(MemberQ[c,#[[1]]] && - MemberQ[cc[[i]],#[[2]]])&]; - rest = Complement[rest,e,Map[Reverse,e]]; - c = Union[c,cc[[i]]]; - pairs = Join[pairs, Prepend[ Rest[e],Reverse[e[[1]]] ] ], - {i,2,Length[cc]} - ]; - FromOrderedPairs[ - Join[pairs, Select[rest,(#[[1]] > #[[2]])&] ], - Vertices[g] - ] - ] /; SameQ[Bridges[g],{}] - -FindBiconnectedComponents[g_Graph] := - Block[{e=ToAdjacencyLists[g],n=V[g],par,c=0,act={},back,dfs,ap=bcc={}}, - back=dfs=Table[0,{n}]; - par = Table[n+1,{n}]; - Map[(SearchBiConComp[First[#]])&, ConnectedComponents[g]]; - {bcc,Drop[ap, -1]} - ] - -SearchBiConComp[v_Integer] := - Block[{r}, - back[[v]]=dfs[[v]]=++c; - Scan[ - (If[ dfs[[#]] == 0, - If[!MemberQ[act,{v,#}], PrependTo[act,{v,#}]]; - par[[#]] = v; - SearchBiConComp[#]; - If[ back[[#]] >= dfs[[v]], - {r} = Flatten[Position[act,{v,#}]]; - AppendTo[bcc,Union[Flatten[Take[act,r]]]]; - AppendTo[ap,v]; - act = Drop[act,r] - ]; - back[[v]] = Min[ back[[v]],back[[#]] ], - If[# != par[[v]],back[[v]]=Min[dfs[[#]],back[[v]]]] - ])&, - e[[v]] - ]; - ] - -ArticulationVertices[g_Graph] := Union[Last[FindBiconnectedComponents[g]]]; - -Bridges[g_Graph] := Select[BiconnectedComponents[g],(Length[#] == 2)&] - -BiconnectedComponents[g_Graph] := First[FindBiconnectedComponents[g]]; - -BiconnectedQ[g_Graph] := Length[ BiconnectedComponents[g] ] == 1 - -EdgeConnectivity[g_Graph] := - Module[{i}, - Apply[Min, Table[NetworkFlow[g,1,i], {i,2,V[g]}]] - ] - -VertexConnectivityGraph[g_Graph] := - Module[{n=V[g],e}, - e=Table[0,{2 n},{2 n}]; - Scan[ (e[[#-1,#]] = 1)&, 2 Range[n] ]; - Scan[ - (e[[#[[1]], #[[2]]-1]] = e[[#[[2]],#[[1]]-1]] = Infinity)&, - 2 ToUnorderedPairs[g] - ]; - Graph[e,Apply[Join,Map[({#,#})&,Vertices[g]]]] - ] - -VertexConnectivity[g_Graph] := - Module[{p=VertexConnectivityGraph[g],k=V[g],i=0,notedges}, - notedges = ToUnorderedPairs[ GraphComplement[g] ]; - While[ i++ <= k, - k = Min[ - Map[ - (NetworkFlow[p,2 #[[1]],2 #[[2]]-1])&, - Select[notedges,(First[#]==i)&] - ], - k - ] - ]; - k - ] - -Harary[k_?EvenQ, n_Integer] := CirculantGraph[n,Range[k/2]] - -Harary[k_?OddQ, n_?EvenQ] := CirculantGraph[n,Append[Range[k/2],n/2]] - -Harary[k_?OddQ, n_?OddQ] := - Module[{g=Harary[k-1,n],i}, - FromUnorderedPairs[ - Join[ - ToUnorderedPairs[g], - { {1,(n+1)/2}, {1,(n+3)/2} }, - Table [ {i,i+(n+1)/2}, {i,2,(n-1)/2} ] - ], - Vertices[g] - ] - ] - -IdenticalQ[g_Graph,h_Graph] := Edges[g] === Edges[h] - -IsomorphismQ[g_Graph,h_Graph,p_List] := False /; - (V[g]!=V[h]) || !PermutationQ[p] || (Length[p] != V[g]) - -IsomorphismQ[g_Graph,h_Graph,p_List] := IdenticalQ[g, InduceSubgraph[h,p] ] - -Isomorphism[g_Graph,h_Graph,flag_:One] := {} /; (V[g] != V[h]) - -Isomorphism[g_Graph,h_Graph,flag_:One] := - Module[{eg=Edges[g],eh=Edges[h],equiv=Equivalences[g,h]}, - If [!MemberQ[equiv,{}], - Backtrack[ - equiv, - (IdenticalQ[InduceSubgraph[g,Range[Length[#]]], - InduceSubgraph[h,#] ] && - !MemberQ[Drop[#,-1],Last[#]])&, - (IsomorphismQ[g,h,#])&, - flag - ], - {} - ] - ] - -IsomorphicQ[g_Graph,h_Graph] := True /; IdenticalQ[g,h] -IsomorphicQ[g_Graph,h_Graph] := ! SameQ[ Isomorphism[g,h], {}] - -Equivalences[g_Graph,h_Graph] := - Equivalences[ AllPairsShortestPath[g], AllPairsShortestPath[h]] - -Equivalences[g_List,h_List] := - Module[{dg=Map[Sort,g],dh=Map[Sort,h],s,i}, - Table[ - Flatten[Position[dh,_?(Function[s,SameQ[s,dg[[i]] ]])]], - {i,Length[dg]} - ] - ] /; Length[g] == Length[h] - -Automorphisms[g_Graph,flag_:All] := - Module[{s=AllPairsShortestPath[g]}, - Backtrack[ - Equivalences[s,s], - (IdenticalQ[InduceSubgraph[g,Range[Length[#]]], - InduceSubgraph[g,#] ] && - !MemberQ[Drop[#,-1],Last[#]])&, - (IsomorphismQ[g,g,#])&, - flag - ] - ] - -SelfComplementaryQ[g_Graph] := IsomorphicQ[g, GraphComplement[g]] - -FindCycle[g_Graph,flag_:Undirected] := - Module[{edge,n=V[g],x,queue,v,seen,parent}, - edge=ToAdjacencyLists[g]; - For[ v = 1, v <= n, v++, - parent=Table[n+1,{n}]; parent[[v]] = 0; - seen = {}; queue = {v}; - While[ queue != {}, - {x,queue} = {First[queue], Rest[queue]}; - AppendTo[seen,x]; - If[ SameQ[ flag, Undirected], - Scan[ (If[ parent[[x]] != #, parent[[#]]=x])&, edge[[x]] ], - Scan[ (parent[[#]]=x)&, edge[[x]]] - ]; - If[ SameQ[flag,Undirected], - If[ MemberQ[ edge[[x]],v ] && parent[[x]] != v, - Return[ FromParent[parent,x] ] - ], - If[ MemberQ[ edge[[x]],v ], - Return[ FromParent[parent,x] ] - ] - ]; - queue = Join[ Complement[ edge[[x]], seen], queue] - ] - ]; - {} - ] - -FromParent[parent_List,s_Integer] := - Module[{i=s,lst={s}}, - While[!MemberQ[lst,(i=parent[[i]])], PrependTo[lst,i] ]; - PrependTo[lst,i]; - Take[lst, Flatten[Position[lst,i]]] - ] - -AcyclicQ[g_Graph,flag_:Undirected] := SameQ[FindCycle[g,flag],{}] - -TreeQ[g_Graph] := ConnectedQ[g] && (M[g] == V[g]-1) - -ExtractCycles[gi_Graph,flag_:Undirected] := - Module[{g=gi,cycles={},c}, - While[!SameQ[{}, c=FindCycle[g,flag]], - PrependTo[cycles,c]; - g = DeleteCycle[g,c,flag]; - ]; - cycles - ] - -DeleteCycle[g_Graph,cycle_List,flag_:Undirected] := - Module[{newg=g}, - Scan[(newg=DeleteEdge[newg,#,flag])&, Partition[cycle,2,1] ]; - newg - ] - -Girth[g_Graph] := - Module[{v,dist,queue,n=V[g],girth=Infinity,parent,e=ToAdjacencyLists[g],x}, - Do [ - dist = parent = Table[Infinity, {n}]; - dist[[v]] = parent[[v]] = 0; - queue = {v}; - While [queue != {}, - {x,queue} = {First[queue],Rest[queue]}; - Scan[ - (If [ (dist[[#]]+dist[[x]]=2 - -DeBruijnSequence[alph_List,n_Integer] := alph /; n==1 - -HamiltonianQ[g_Graph] := False /; !BiconnectedQ[g] -HamiltonianQ[g_Graph] := HamiltonianCycle[g] != {} - -HamiltonianCycle[g_Graph,flag_:One] := - Module[{s={1},all={},done,adj=Edges[g],e=ToAdjacencyLists[g],x,v,ind,n=V[g]}, - ind=Table[1,{n}]; - While[ Length[s] > 0, - v = Last[s]; - done = False; - While[ ind[[v]] <= Length[e[[v]]] && !done, - If[!MemberQ[s,(x = e[[v,ind[[v]]++]])], done=True] - ]; - If[ done, AppendTo[s,x], s=Drop[s,-1]; ind[[v]] = 1]; - If[(Length[s] == n), - If [(adj[[x,1]]>0), - AppendTo[all,Append[s,First[s]]]; - If [SameQ[flag,All], - s=Drop[s,-1], - all = Flatten[all]; s={} - ], - s = Drop[s,-1] - ] - ] - ]; - all - ] - -TravelingSalesman[g_Graph] := - Module[{v,s={1},sol={},done,cost,g1,e=ToAdjacencyLists[g],x,ind,best,n=V[g]}, - ind=Table[1,{n}]; - g1 = PathConditionGraph[g]; - best = Infinity; - While[ Length[s] > 0, - v = Last[s]; - done = False; - While[ ind[[v]] <= Length[e[[v]]] && !done, - x = e[[v,ind[[v]]++]]; - done = (best > CostOfPath[g1,Append[s,x]]) && - !MemberQ[s,x] - ]; - If[done, AppendTo[s,x], s=Drop[s,-1]; ind[[v]] = 1]; - If[(Length[s] == n), - cost = CostOfPath[g1, Append[s,First[s]]]; - If [(cost < best), sol = s; best = cost ]; - s = Drop[s,-1] - ] - ]; - Append[sol,First[sol]] - ] - -CostOfPath[Graph[g_,_],p_List] := Apply[Plus, Map[(Element[g,#])&,Partition[p,2,1]] ] - -Element[a_List,{index___}] := a[[ index ]] - -TriangleInequalityQ[e_?SquareMatrixQ] := - Module[{i,j,k,n=Length[e],flag=True}, - Do [ - - If[(e[[i,k]]!=0) && (e[[k,j]]!=0) && (e[[i,j]]!=0), - If[e[[i,k]]+e[[k,j]]Infinity]]] - -PartialOrderQ[g_Graph] := ReflexiveQ[g] && AntiSymmetricQ[g] && TransitiveQ[g] - -TransitiveQ[g_Graph] := IdenticalQ[g,TransitiveClosure[g]] - -ReflexiveQ[Graph[g_List,_]] := - Module[{i}, - Apply[And, Table[(g[[i,i]]!=0),{i,Length[g]}] ] - ] - -AntiSymmetricQ[g_Graph] := - Module[{e = Edges[g], g1 = RemoveSelfLoops[g]}, - Apply[And, Map[(Element[e,Reverse[#]]==0)&,ToOrderedPairs[g1]] ] - ] - -TransitiveClosure[g_Graph] := - Module[{i,j,k,e=Edges[g],n=V[g]}, - Do [ - If[ e[[j,i]] != 0, - Do [ - If[ e[[i,k]] != 0, e[[j,k]]=1], - {k,n} - ] - ], - {i,n},{j,n} - ]; - Graph[e,Vertices[g]] - ] - -TransitiveReduction[g_Graph] := - Module[{closure=reduction=Edges[g],i,j,k,n=V[g]}, - Do[ - If[ closure[[i,j]]!=0 && closure[[j,k]]!=0 && - reduction[[i,k]]!=0 && (i!=j) && (j!=k) && (i!=k), - reduction[[i,k]] = 0 - ], - {i,n},{j,n},{k,n} - ]; - Graph[reduction,Vertices[g]] - ] /; AcyclicQ[RemoveSelfLoops[g],Directed] - -TransitiveReduction[g_Graph] := - Module[{reduction=Edges[g],i,j,k,n=V[g]}, - Do[ - If[ reduction[[i,j]]!=0 && reduction[[j,k]]!=0 && - reduction[[i,k]]!=0 && (i!=j) && (j!=k) && (i!=k), - reduction[[i,k]] = 0 - ], - {i,n},{j,n},{k,n} - ]; - Graph[reduction,Vertices[g]] - ] - -HasseDiagram[g_Graph] := - Module[{r,rank,m,stages,freq=Table[0,{V[g]}]}, - r = TransitiveReduction[ RemoveSelfLoops[g] ]; - rank = RankGraph[ - MakeUndirected[r], - Select[Range[V[g]],(InDegree[r,#]==0)&] - ]; - m = Max[rank]; - rank = MapAt[(m)&,rank,Position[OutDegree[r],0]]; - stages = Distribution[ rank ]; - Graph[ - Edges[r], - Table[ - m = ++ freq[[ rank[[i]] ]]; - {(m-1) + (1-stages[[rank[[i]] ]])/2, rank[[i]]}, - {i,V[g]} - ] - ] - ] /; AcyclicQ[RemoveSelfLoops[g],Directed] - -TopologicalSort[g_Graph] := - Module[{g1 = RemoveSelfLoops[g],e,indeg,zeros,v}, - e=ToAdjacencyLists[g1]; - indeg=InDegree[g1]; - zeros = Flatten[ Position[indeg, 0] ]; - Table [ - {v,zeros}={First[zeros],Rest[zeros]}; - Scan[ - ( indeg[[#]]--; - If[indeg[[#]]==0, AppendTo[zeros,#]] )&, - e[[ v ]] - ]; - v, - {V[g]} - ] - ] /; AcyclicQ[RemoveSelfLoops[g],Directed] - -ChromaticPolynomial[g_Graph,z_] := 0 /; Identical[g,K[0]] - -ChromaticPolynomial[g_Graph,z_] := - Module[{i}, Product[z-i, {i,0,V[g]-1}] ] /; CompleteQ[g] - -ChromaticPolynomial[g_Graph,z_] := z ( z - 1 ) ^ (V[g]-1) /; TreeQ[g] - -ChromaticPolynomial[g_Graph,z_] := - If [M[g]>Binomial[V[g],2]/2, ChromaticDense[g,z], ChromaticSparse[g,z]] - -ChromaticSparse[g_Graph,z_] := z^V[g] /; EmptyQ[g] -ChromaticSparse[g_Graph,z_] := - Module[{i=1, v, e=Edges[g], none=Table[0,{V[g]}]}, - While[e[[i]] === none, i++]; - v = Position[e[[i]],1] [[1,1]]; - ChromaticSparse[ DeleteEdge[g,{i,v}], z ] - - ChromaticSparse[ Contract[g,{i,v}], z ] - ] - -ChromaticDense[g_Graph,z_] := ChromaticPolynomial[g,z] /; CompleteQ[g] -ChromaticDense[g_Graph,z_] := - Module[ - {i=1, v, e=Edges[g], all=Join[Table[1,{V[g]-1}],{0}] }, - While[e[[i]] === RotateRight[all,i], i++]; - v = Last[ Position[e[[i]],0] ] [[1]]; - ChromaticDense[ AddEdge[g,{i,v}], z ] + - ChromaticDense[ Contract[g,{i,v}], z ] - ] - -ChromaticNumber[g_Graph] := - Block[{ways, z}, - ways[z_] = ChromaticPolynomial[g,z]; - For [z=0, z<=V[g], z++, - If [ways[z] > 0, Return[z]] - ] - ] - -TwoColoring[g_Graph] := - Module[{queue,elem,edges,col,flag=True,colored=Table[0,{V[g]}]}, - edges = ToAdjacencyLists[g]; - While[ MemberQ[colored,0], - queue = First[ Position[colored,0] ]; - colored[[ First[queue] ]] = 1; - While[ queue != {}, - elem = First[queue]; - col = colored[[elem]]; - Scan[ - (Switch[colored[[ # ]], - col, flag = False, - 0, AppendTo[queue, # ]; - colored[[#]] = Mod[col,2]+1 - ])&, - edges[[elem]] - ]; - queue = Rest[queue]; - ] - ]; - If [!flag, colored[[1]] = 0]; - colored - ] - -BipartiteQ[g_Graph] := ! MemberQ[ TwoColoring[g], 0 ] - -VertexColoring[g_Graph] := - Module[{v,l,n=V[g],e=ToAdjacencyLists[g],x,color=Table[0,{V[g]}]}, - v = Map[(Apply[Plus,#])&, Edges[g]]; - Do[ - l = MaximumColorDegreeVertices[e,color]; - x = First[l]; - Scan[(If[ v[[#]] > v[[x]], x = #])&, l]; - color[[x]] = Min[ - Complement[ Range[n], color[[ e[[x]] ]] ] - ], - {V[g]} - ]; - color - ] - -MaximumColorDegreeVertices[e_List,color_List] := - Module[{n=Length[color],l,i,x}, - l = Table[ Count[e[[i]], _?(Function[x,color[[x]]!=0])], {i,n}]; - Do [ - If [color[[i]]!=0, l[[i]] = -1], - {i,n} - ]; - Flatten[ Position[ l, Max[l] ] ] - ] - -EdgeColoring[g_Graph] := VertexColoring[ LineGraph[g] ] - -EdgeChromaticNumber[g_Graph] := ChromaticNumber[ LineGraph[g] ] - -CliqueQ[g_Graph,clique_List] := - IdenticalQ[ K[Length[clique]], InduceSubgraph[g,clique] ] /; SimpleQ[g] - -MaximumClique[g_Graph] := {} /; g === K[0] - -MaximumClique[g_Graph] := - Module[{d = Degrees[g],i,clique=Null,k}, - i = Max[d]; - While[(SameQ[clique,Null]), - k = K[i+1]; - clique = FirstExample[ - KSubsets[Flatten[Position[d,_?((#>=i)&)]], i+1], - (IdenticalQ[k,InduceSubgraph[g,#]])& - ]; - i--; - ]; - clique - ] - -FirstExample[list_List, predicate_] := Scan[(If [predicate[#],Return[#]])&,list] - -VertexCoverQ[g_Graph,vc_List] := - CliqueQ[ GraphComplement[g], Complement[Range[V[g]], vc] ] - -MinimumVertexCover[g_Graph] := - Complement[ Range[V[g]], MaximumClique[ GraphComplement[g] ] ] - -IndependentSetQ[g_Graph,indep_List] := - VertexCoverQ[ g, Complement[ Range[V[g]], indep] ] - -MaximumIndependentSet[g_Graph] := Complement[Range[V[g]], MinimumVertexCover[g]] - -PerfectQ[g_Graph] := - Apply[ - And, - Map[(ChromaticNumber[#] == Length[MaximumClique[#]])&, - Map[(InduceSubgraph[g,#])&, Subsets[Range[V[g]]] ] ] - ] - -Dijkstra[g_Graph,start_Integer] := First[ Dijkstra[g,{start}] ] - -Dijkstra[g_Graph, l_List] := - Module[{x,start,e=ToAdjacencyLists[g],i,p,parent,untraversed}, - p=Edges[PathConditionGraph[g]]; - Table[ - start = l[[i]]; - parent=untraversed=Range[V[g]]; - dist = p[[start]]; dist[[start]] = 0; - Scan[ (parent[[#]] = start)&, e[[start]] ]; - While[ untraversed != {} , - x = First[untraversed]; - Scan[(If [dist[[#]] dist[[x]]+p[[x,#]], - dist[[#]] = dist[[x]]+p[[x,#]]; - parent[[#]] = x ])&, - e[[x]] - ]; - ]; - {parent, dist}, - {i,Length[l]} - ] - ] - -ShortestPath[g_Graph,s_Integer,e_Integer] := - Module[{parent=First[Dijkstra[g,s]],i=e,lst={e}}, - While[ (i != s) && (i != parent[[i]]), - PrependTo[lst,parent[[i]]]; - i = parent[[i]] - ]; - If[ i == s, lst, {}] - ] - -ShortestPathSpanningTree[g_Graph,s_Integer] := - Module[{parent=First[Dijkstra[g,s]],i}, - FromUnorderedPairs[ - Map[({#,parent[[#]]})&, Complement[Range[V[g]],{s}]], - Vertices[g] - ] - ] - -AllPairsShortestPath[g_Graph] := - Module[{p=Edges[ PathConditionGraph[g] ],i,j,k,n=V[g]}, - Do [ - p = Table[Min[p[[i,k]]+p[[k,j]],p[[i,j]]],{i,n},{j,n}], - {k,n} - ]; - p - ] /; Min[Edges[g]] < 0 - -AllPairsShortestPath[g_Graph] := Map[ Last, Dijkstra[g, Range[V[g]]]] - -PathConditionGraph[Graph[e_,v_]] := RemoveSelfLoops[Graph[ReplaceAll[e,0->Infinity],v]] - -GraphPower[g_Graph,1] := g - -GraphPower[g_Graph,n_Integer] := - Module[{prod=power=p=Edges[g]}, - Do [ - prod = prod . p; - power = prod + power, - {n-1} - ]; - Graph[power, Vertices[g]] - ] - -InitializeUnionFind[n_Integer] := Module[{i}, Table[{i,1},{i,n}] ] - -FindSet[n_Integer,s_List] := If [n == s[[n,1]], n, FindSet[s[[n,1]],s] ] - -UnionSet[a_Integer,b_Integer,s_List] := - Module[{sa=FindSet[a,s], sb=FindSet[b,s], set=s}, - If[ set[[sa,2]] < set[[sb,2]], {sa,sb} = {sb,sa} ]; - set[[sa]] = {sa, Max[ set[[sa,2]], set[[sb,2]]+1 ]}; - set[[sb]] = {sa, set[[sb,2]]}; - set - ] - -MinimumSpanningTree[g_Graph] := - Module[{edges=Edges[g],set=InitializeUnionFind[V[g]]}, - FromUnorderedPairs[ - Select [ - Sort[ - ToUnorderedPairs[g], - (Element[edges,#1]<=Element[edges,#2])& - ], - (If [FindSet[#[[1]],set] != FindSet[#[[2]],set], - set=UnionSet[#[[1]],#[[2]],set]; True, - False - ])& - ], - Vertices[g] - ] - ] /; UndirectedQ[g] - -MaximumSpanningTree[g_Graph] := MinimumSpanningTree[Graph[-Edges[g],Vertices[g]]] - -Cofactor[m_List,{i_Integer,j_Integer}] := - (-1)^(i+j) * Det[ Drop[ Transpose[ Drop[Transpose[m],{j,j}] ], {i,i}] ] - -NumberOfSpanningTrees[Graph[g_List,_]] := - Cofactor[ DiagonalMatrix[Map[(Apply[Plus,#])&,g]] - g, {1,1}] - -NetworkFlow[g_Graph,source_Integer,sink_Integer] := - Block[{flow=NetworkFlowEdges[g,source,sink], i}, - Sum[flow[[i,sink]], {i,V[g]}] - ] - - -NetworkFlowEdges[g_Graph,source_Integer,sink_Integer] := - Block[{e=Edges[g], x, y, flow=Table[0,{V[g]},{V[g]}], p, m}, - While[ !SameQ[p=AugmentingPath[g,source,sink], {}], - m = Min[Map[({x,y}=#[[1]]; - If[SameQ[#[[2]],f],e[[x,y]]-flow[[x,y]], - flow[[x,y]]])&,p]]; - Scan[ - ({x,y}=#[[1]]; - If[ SameQ[#[[2]],f], - flow[[x,y]]+=m,flow[[x,y]]-=m])&, - p - ] - ]; - flow - ] - -AugmentingPath[g_Graph,src_Integer,sink_Integer] := - Block[{l={src},lab=Table[0,{V[g]}],v,c=Edges[g],e=ToAdjacencyLists[g]}, - lab[[src]] = start; - While[l != {} && (lab[[sink]]==0), - {v,l} = {First[l],Rest[l]}; - Scan[ (If[ c[[v,#]] - flow[[v,#]] > 0 && lab[[#]] == 0, - lab[[#]] = {v,f}; AppendTo[l,#]])&, - e[[v]] - ]; - Scan[ (If[ flow[[#,v]] > 0 && lab[[#]] == 0, - lab[[#]] = {v,b}; AppendTo[l,#]] )&, - Select[Range[V[g]],(c[[#,v]] > 0)&] - ]; - ]; - FindPath[lab,src,sink] - ] - -FindPath[l_List,v1_Integer,v2_Integer] := - Block[{x=l[[v2]],y,z=v2,lst={}}, - If[SameQ[x,0], Return[{}]]; - While[!SameQ[x, start], - If[ SameQ[x[[2]],f], - PrependTo[lst,{{ x[[1]], z }, f}], - PrependTo[lst,{{ z, x[[1]] }, b}] - ]; - z = x[[1]]; x = l[[z]]; - ]; - lst - ] - -BipartiteMatching[g_Graph] := - Module[{p,v1,v2,coloring=TwoColoring[g],n=V[g]}, - v1 = Flatten[Position[coloring,1]]; - v2 = Flatten[Position[coloring,2]]; - p = BipartiteMatchingFlowGraph[g,v1,v2]; - flow = NetworkFlowEdges[p,V[g]+1,V[g]+2]; - Select[ToOrderedPairs[Graph[flow,Vertices[p]]], (Max[#]<=n)&] - ] /; BipartiteQ[g] - -BipartiteMatchingFlowGraph[g_Graph,v1_List,v2_List] := - Module[{edges = Table[0,{V[g]+2},{V[g]+2}],i,e=ToAdjacencyLists[g]}, - Do[ - Scan[ (edges[[v1[[i]],#]] = 1)&, e[[ v1[[i]] ]] ], - {i,Length[v1]} - ]; - Scan[(edges[[V[g] + 1, #]] = 1)&, v1]; - Scan[(edges[[#, V[g] + 2]] = 1)&, v2]; - Graph[edges,RandomVertices[V[g] + 2] ] - ] - -MinimumChainPartition[g_Graph] := - ConnectedComponents[ - FromUnorderedPairs[ - Map[(#-{0,V[g]})&, BipartiteMatching[DilworthGraph[g]]], - Vertices[g] - ] - ] - -MaximumAntichain[g_Graph] := MaximumIndependentSet[TransitiveClosure[g]] - -DilworthGraph[g_Graph] := - FromUnorderedPairs[ - Map[ - (#+{0,V[g]})&, - ToOrderedPairs[RemoveSelfLoops[TransitiveReduction[g]]] - ] - ] - -MaximalMatching[g_Graph] := - Module[{match={}}, - Scan[ - (If [Intersection[#,match]=={}, match=Join[match,#]])&, - ToUnorderedPairs[g] - ]; - Partition[match,2] - ] - -StableMarriage[mpref_List,fpref_List] := - Module[{n=Length[mpref],freemen,cur,i,w,husband}, - freemen = Range[n]; - cur = Table[1,{n}]; - husband = Table[n+1,{n}]; - While[ freemen != {}, - {i,freemen}={First[freemen],Rest[freemen]}; - w = mpref[[ i,cur[[i]] ]]; - If[BeforeQ[ fpref[[w]], i, husband[[w]] ], - If[husband[[w]] != n+1, - AppendTo[freemen,husband[[w]] ] - ]; - husband[[w]] = i, - cur[[i]]++; - AppendTo[freemen,i] - ]; - ]; - InversePermutation[ husband ] - ] /; Length[mpref] == Length[fpref] - -BeforeQ[l_List,a_,b_] := - If [First[l]==a, True, If [First[l]==b, False, BeforeQ[Rest[l],a,b] ] ] - -PlanarQ[g_Graph] := - Apply[ - And, - Map[(PlanarQ[InduceSubgraph[g,#]])&, ConnectedComponents[g]] - ] /; !ConnectedQ[g] - -PlanarQ[g_Graph] := False /; (M[g] > 3 V[g]-6) && (V[g] > 2) -PlanarQ[g_Graph] := True /; (M[g] < V[g] + 3) -PlanarQ[g_Graph] := PlanarGivenCycle[ g, Rest[FindCycle[g]] ] - -PlanarGivenCycle[g_Graph, cycle_List] := - Module[{b, j, i}, - {b, j} = FindBridge[g, cycle]; - If[ InterlockQ[j, cycle], - False, - Apply[And, Table[SingleBridgeQ[b[[i]],j[[i]]], {i,Length[b]}]] - ] - ] - -SingleBridgeQ[b_Graph, {_}] := PlanarQ[b] - -SingleBridgeQ[b_Graph, j_List] := - PlanarGivenCycle[ JoinCycle[b,j], - Join[ ShortestPath[b,j[[1]],j[[2]]], Drop[j,2]] ] - -JoinCycle[g1_Graph, cycle_List] := - Module[{g=g1}, - Scan[(g = AddEdge[g,#])&, Partition[cycle,2,1] ]; - AddEdge[g,{First[cycle],Last[cycle]}] - ] - -FindBridge[g_Graph, cycle_List] := - Module[{rg = RemoveCycleEdges[g, cycle], b, bridge, j}, - b = Map[ - (IsolateSubgraph[rg,g,cycle,#])&, - Select[ConnectedComponents[rg], (Intersection[#,cycle]=={})&] - ]; - b = Select[b, (!EmptyQ[#])&]; - j = Join[ - Map[Function[bridge,Select[cycle, MemberQ[Edges[bridge][[#]],1]&] ], b], - Complement[ - Select[ToOrderedPairs[g], - (Length[Intersection[#,cycle]] == 2)&], - Partition[Append[cycle,First[cycle]],2,1] - ] - ]; - {b, j} - ] - -RemoveCycleEdges[g_Graph, c_List] := - FromOrderedPairs[ - Select[ ToOrderedPairs[g], (Intersection[c,#] === {})&], - Vertices[g] - ] - -IsolateSubgraph[g_Graph,orig_Graph,cycle_List,cc_List] := - Module[{eg=ToOrderedPairs[g], og=ToOrderedPairs[orig]}, - FromOrderedPairs[ - Join[ - Select[eg, (Length[Intersection[cc,#]] == 2)&], - Select[og, (Intersection[#,cycle]!={} && - Intersection[#,cc]!={})&] - ], - Vertices[g] - ] - ] - -InterlockQ[ bl_List, c_List ] := - Module[{in = out = {}, code, jp, bridgelist = bl }, - While [ bridgelist != {}, - {jp, bridgelist} = {First[bridgelist],Rest[bridgelist]}; - code = Sort[ Map[(Position[c, #][[1,1]])&, jp] ]; - If[ Apply[ Or, Map[(LockQ[#,code])&, in] ], - If [ Apply[Or, Map[(LockQ[#,code])&, out] ], - Return[True], - AppendTo[out,code] - ], - AppendTo[in,code] - ] - ]; - False - ] - -LockQ[a_List,b_List] := Lock1Q[a,b] || Lock1Q[b,a] - -Lock1Q[a_List,b_List] := - Module[{bk, aj}, - bk = Min[ Select[Drop[b,-1], (#>First[a])&] ]; - aj = Min[ Select[a, (# > bk)&] ]; - (aj < Max[b]) - ] - -End[] - -Protect[ -AcyclicQ, -AddEdge, -AddVertex, -AllPairsShortestPath, -ArticulationVertices, -Automorphisms, -Backtrack, -BiconnectedComponents, -BiconnectedComponents, -BiconnectedQ, -BinarySearch, -BinarySubsets, -BipartiteMatching, -BipartiteQ, -BreadthFirstTraversal, -Bridges, -CartesianProduct, -CatalanNumber, -ChangeEdges, -ChangeVertices, -ChromaticNumber, -ChromaticPolynomial, -CirculantGraph, -CircularVertices, -CliqueQ, -CodeToLabeledTree, -Cofactor, -CompleteQ, -Compositions, -ConnectedComponents, -ConnectedQ, -ConstructTableau, -Contract, -CostOfPath, -Cycle, -DeBruijnSequence, -DegreeSequence, -DeleteCycle, -DeleteEdge, -DeleteFromTableau, -DeleteVertex, -DepthFirstTraversal, -DerangementQ, -Derangements, -Diameter, -Dijkstra, -DilateVertices, -DistinctPermutations, -Distribution, -DurfeeSquare, -Eccentricity, -EdgeChromaticNumber, -EdgeColoring, -EdgeConnectivity, -Edges, -Element, -EmptyGraph, -EmptyQ, -EncroachingListSet, -EquivalenceClasses, -EquivalenceRelationQ, -Equivalences, -EulerianCycle, -EulerianQ, -Eulerian, -ExactRandomGraph, -ExpandGraph, -ExtractCycles, -FerrersDiagram, -FindCycle, -FindSet, -FirstLexicographicTableau, -FromAdjacencyLists, -FromCycles, -FromInversionVector, -FromOrderedPairs, -FromUnorderedPairs, -FromOrderedTriples, -FromUnorderedTriples, -FunctionalGraph, -Girth, -GraphCenter, -GraphComplement, -GraphDifference, -GraphIntersection, -GraphJoin, -GraphPower, -GraphProduct, -GraphSum, -GraphUnion, -GraphicQ, -GrayCode, -GridGraph, -HamiltonianCycle, -HamiltonianQ, -Harary, -HasseDiagram, -HeapSort, -Heapify, -HideCycles, -Hypercube, -IdenticalQ, -IncidenceMatrix, -IndependentSetQ, -Index, -InduceSubgraph, -InitializeUnionFind, -InsertIntoTableau, -IntervalGraph, -InversePermutation, -Inversions, -InvolutionQ, -IsomorphicQ, -IsomorphismQ, -Isomorphism, -Josephus, -KSubsets, -K, -LabeledTreeToCode, -LastLexicographicTableau, -LexicographicPermutations, -LexicographicSubsets, -LineGraph, -LongestIncreasingSubsequence, -M, -MakeGraph, -MakeSimple, -MakeUndirected, -MaximalMatching, -MaximumAntichain, -MaximumClique, -MaximumIndependentSet, -MaximumSpanningTree, -MinimumChainPartition, -MinimumChangePermutations, -MinimumSpanningTree, -MinimumVertexCover, -MultiplicationTable, -NetworkFlowEdges, -NetworkFlow, -NextComposition, -NextKSubset, -NextPartition, -NextPermutation, -NextSubset, -NextTableau, -NormalizeVertices, -NthPair, -NthPermutation, -NthSubset, -NumberOfCompositions, -NumberOfDerangements, -NumberOfInvolutions, -NumberOfPartitions, -NumberOfPermutationsByCycles, -NumberOfSpanningTrees, -NumberOfTableaux, -OrientGraph, -PartialOrderQ, -PartitionQ, -Partitions, -PathConditionGraph, -Path, -PerfectQ, -PermutationGroupQ, -PermutationQ, -Permute, -PlanarQ, -PointsAndLines, -Polya, -PseudographQ, -RadialEmbedding, -Radius, -RandomComposition, -RandomGraph, -RandomHeap, -RandomKSubset, -RandomPartition, -RandomPermutation1, -RandomPermutation2, -RandomPermutation, -RandomSubset, -RandomTableau, -RandomTree, -RandomVertices, -RankGraph, -RankPermutation, -RankSubset, -RankedEmbedding, -ReadGraph, -RealizeDegreeSequence, -RegularGraph, -RegularQ, -RemoveSelfLoops, -RevealCycles, -RootedEmbedding, -RotateVertices, -Runs, -SamenessRelation, -SelectionSort, -SelfComplementaryQ, -ShakeGraph, -ShortestPathSpanningTree, -ShortestPath, -ShowGraph, -ShowLabeledGraph, -ShowWeightedGraph, -ShowWeightedLabeledGraph, -SignaturePermutation, -SimpleQ, -Spectrum, -SpringEmbedding, -SpringEmbeddingDirected, -StableMarriage, -Star, -StirlingFirst, -StirlingSecond, -Strings, -StronglyConnectedComponents, -Subsets, -TableauClasses, -TableauQ, -TableauxToPermutation, -Tableaux, -ToAdjacencyLists, -ToCycles, -ToInversionVector, -ToOrderedPairs, -ToUnorderedPairs, -ToOrderedTriples, -TopologicalSort, -TransitiveClosure, -TransitiveQ, -TransitiveReduction, -TranslateVertices, -TransposePartition, -TransposeTableau, -TravelingSalesmanBounds, -TravelingSalesman, -TreeQ, -TriangleInequalityQ, -Turan, -TwoColoring, -UndirectedQ, -UnionSet, -UnweightedQ, -V, -VertexColoring, -VertexConnectivity, -VertexCoverQ, -Vertices, -WeaklyConnectedComponents, -Wheel, -WriteGraph, -DilworthGraph ] - -EndPackage[ ] Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/examples-ml/.DS_Store.1 and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/examples-ml/.DS_Store.1 differ Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/examples-ml/ExtendGraphics30.tar and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/examples-ml/ExtendGraphics30.tar differ diff -Nru cddlib-094h/examples-ml/IOPolyhedra.m cddlib-094j/examples-ml/IOPolyhedra.m --- cddlib-094h/examples-ml/IOPolyhedra.m 2002-12-17 14:33:28.000000000 +0000 +++ cddlib-094j/examples-ml/IOPolyhedra.m 1970-01-01 00:00:00.000000000 +0000 @@ -1,123 +0,0 @@ -(* IOPolyhedra.m: written by Komei Fukuda; Version-980111 *) - -ReadPolyhedraData[filename_String]:= - Block[{rf,outlist={},row={},m,n,i,val,st=" ",ty}, - rf=OpenRead[filename]; - While[st=!=EndOfFile && st=!="begin", - st=Read[rf,String]; - ]; - {m,n,ty}=Read[rf,{Number,Number,Word}]; - st=Skip[rf,String]; - Print["m=", m,", n=",n, " type=", ty]; - Do[ - If[ty!="rational", - row=Read[rf,Table[Number,{n}]], - row=Read[rf,Table[Word,{n}]];row=ToExpression[row] - ]; - AppendTo[outlist,row], - {i,m} - ]; - Close[rf]; - outlist - ]; - - -ReadIncidenceData[filename_String]:= - Block[{rf,outlist={},row={},m,n,n1,i,val,st=" ",inc,colon}, - rf=OpenRead[filename]; - While[st=!=EndOfFile && st=!="begin", - st=Read[rf,String]; - ]; - {m,n,n1}=Read[rf,{Number,Number,Number}]; - Print["m=", m,", n=",n]; - Do[ - {inc}=Read[rf,{Number}]; - colon=Read[rf,{Word}]; - row=Read[rf,Table[Number,{Abs[inc]}]]; - If[inc>0, - AppendTo[outlist,row], - AppendTo[outlist,Complement[Range[n1],row]] - ], - {i,m} - ]; - Close[rf]; - outlist - ]; - - -ReadAdjacencyData[filename_String]:= - Block[{rf,outlist={},row={},v,num,i,val,st=" ",deg,colon}, - rf=OpenRead[filename]; - While[st=!=EndOfFile && st=!="begin", - st=Read[rf,String]; - ]; - {v}=Read[rf,{Number}]; - Print["v =", v]; - Do[ - {num, deg}=Read[rf,{Number, Number}]; - colon=Read[rf,{Word}]; - If[deg >0, row=Read[rf,Table[Number,{deg}]], row={}]; - AppendTo[outlist,row], - {i,v} - ]; - Close[rf]; - outlist - ]; - - -WritePolyhedraIne[a_List,b_List,filename_String,type_String:"real"]:= - Block[{wf,m,n,i,j,str}, - wf=OpenWrite[filename]; - {m,n}=Dimensions[a]; - Write[wf,OutputForm["H-representation"]]; - Write[wf,OutputForm["begin"]]; - Write[wf,m,OutputForm[" "],n+1,OutputForm[" "],OutputForm[type]]; - Do[ - str=""; - Do[ - If[j==0, - str=StringJoin[str," ",ToString[b[[i]]]], - str=StringJoin[str," ",ToString[-a[[i,j]],FormatType->InputForm]] - ], - {j,0,n} - ]; - Write[wf,OutputForm[str]], - {i,m} - ]; - Write[wf,OutputForm["end"]]; - Write[wf,OutputForm["incidence"]]; - Write[wf,OutputForm["input_incidence"]]; - Write[wf,OutputForm["input_adjacency"]]; - Write[wf,OutputForm["adjacency"]]; - Close[wf]; - ]; - -VEtoIne[a_List,b_List,filename_String]:=WritePolyhedraIne[a,b,filename]; - -WritePolyhedraExt[a_List,filename_String,type_String:"real"]:= - Block[{wf,m,n,i,j,str}, - wf=OpenWrite[filename]; - {m,n}=Dimensions[a]; - Write[wf,OutputForm["V-representation"]]; - Write[wf,OutputForm["begin"]]; - Write[wf,m,OutputForm[" "],n+1,OutputForm[" "],OutputForm[type]]; - Do[ - str=""; - Do[ - If[j==0, - str=StringJoin[str," ",ToString[1]], - str=StringJoin[str," ",ToString[a[[i,j]],FormatType->InputForm]] - ], - {j,0,n} - ]; - Write[wf,OutputForm[str]], - {i,m} - ]; - Write[wf,OutputForm["end"]]; - Write[wf,OutputForm["hull"]]; - Write[wf,OutputForm["incidence"]]; - Write[wf,OutputForm["input_incidence"]]; - Write[wf,OutputForm["input_adjacency"]]; - Write[wf,OutputForm["adjacency"]]; - Close[wf]; - ]; diff -Nru cddlib-094h/examples-ml/PolytopeSkeleton.m cddlib-094j/examples-ml/PolytopeSkeleton.m --- cddlib-094h/examples-ml/PolytopeSkeleton.m 1999-03-14 18:40:29.000000000 +0000 +++ cddlib-094j/examples-ml/PolytopeSkeleton.m 1970-01-01 00:00:00.000000000 +0000 @@ -1,66 +0,0 @@ -(* - PolytopeSkeleton.m, - by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version March 3, 1999. - -- This Needs View3D package --- -*) - -Visible[ineq_Integer, {a_,b_}, viewpoint_]:= - If[N[a[[ineq]].viewpoint] >= N[b[[ineq]]], True, False]; - -Visible[{a_,b_}, viewpoint_]:= - Map[Visible[#,{a,b},viewpoint]&, Range[Length[b]]]; - -VisibleSkeleton[vertices_,ecd_, ead_, {a_, b_},viewpoint_]:= - Block[{grtemp, edgelist, i, visibility, viseges, invisedges, visibles,invisibles}, - edgelist={}; - Do[ edgelist=Join[edgelist,Map[{i, #}&, ead[[i]]]], - {i,1,Length[ead]} - ];edgelist=Select[edgelist,#[[1]]<#[[2]]&]; - visibility=Flatten[Position[Visible[{a, b},viewpoint],True]]; - visedges=Select[edgelist, - (Intersection[visibility,ecd[[#[[1]]]],ecd[[#[[2]]]] ] != {}) &]; - invisedges=Complement[edgelist,visedges]; - visibles=(vertices[[#]]&) /@ visedges; - invisibles=(vertices[[#]]&) /@ invisedges; - grtemp=Join[{Thickness[ 0.0085]}, - Line /@ visibles, - {Thickness[ 0.0035], Dashing[{0.01,0.012}]}, Line /@ invisibles]; - grtemp - ]; - -VisibleSkeleton2[vertices_,ecd_, ead_, flist_,{a_, b_},viewpoint_]:= - Block[{grtemp, edgelist, i, edgelist0, visibility, viseges, invisedges, visibles,invisibles}, - edgelist0={}; - Do[ edgelist0=Join[edgelist0,Map[{i, #}&, ead[[i]]]], - {i,1,Length[ead]} - ];edgelist0=Select[edgelist0,#[[1]]<#[[2]]&]; - edgelist=Select[edgelist0,(Intersection[ecd[[#[[1]]]],ecd[[#[[2]]]],flist] != {})&]; - visibility=Flatten[Position[Visible[{a, b},viewpoint],True]]; - visedges=Select[edgelist, - (Intersection[visibility,ecd[[#[[1]]]],ecd[[#[[2]]]] ] != {}) &]; - invisedges=Complement[edgelist,visedges]; - visibles=(vertices[[#]]&) /@ visedges; - invisibles=(vertices[[#]]&) /@ invisedges; - grtemp=Join[{Thickness[ 0.0085]}, - Line /@ visibles, - {Thickness[ 0.0035], Dashing[{0.01,0.012}]}, Line /@ invisibles]; - grtemp - ]; - -getMmaViewPoint[vp_,gr_]:= - ViewPointFromUser[vp, - FullOptions[gr,PlotRange], - FullOptions[gr,BoxRatios] - ]; - -getUserViewPoint[vp_,gr_]:= - ViewPointToUser[vp, - FullOptions[gr,PlotRange], - FullOptions[gr,BoxRatios] - ]; - -circle[alpha_, r_:2, h_:2]:= - {r*Cos[alpha], r*Sin[alpha], h} - -(* end of PolytopeSkeleton.m *) \ No newline at end of file diff -Nru cddlib-094h/examples-ml/README.cddmathlink cddlib-094j/examples-ml/README.cddmathlink --- cddlib-094h/examples-ml/README.cddmathlink 1999-03-15 15:58:45.000000000 +0000 +++ cddlib-094j/examples-ml/README.cddmathlink 1970-01-01 00:00:00.000000000 +0000 @@ -1,18 +0,0 @@ -1999-03-14 (March 14, 1999) - -You need a properly built cddmathlink binary for the notebooks -in this subdirectory "mma". Go to "makedir" subdirectory, and -use Makefile to build it. I will try to put some prebuilt -binaries in the ftp directory: - -ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlibml_binary/ - -For more information, contact - Komei Fukuda - fukuda@ifor.math.ethz.ch - Zurich :IFOR, ETH Zentrum, CH-8092 Zurich, Switzerland - Lausanne:DMA, EPFL, Ch-1015 Lausanne, Switzerland - homepage: http://www.ifor.math.ethz.ch/staff/fukuda/fukuda.html - -// END of libcdd.readme - diff -Nru cddlib-094h/examples-ml/UnfoldPolytope.m cddlib-094j/examples-ml/UnfoldPolytope.m --- cddlib-094h/examples-ml/UnfoldPolytope.m 2002-12-17 14:32:28.000000000 +0000 +++ cddlib-094j/examples-ml/UnfoldPolytope.m 1970-01-01 00:00:00.000000000 +0000 @@ -1,423 +0,0 @@ -(* - - Unfolding Convex Polytopes - - Version 1.0 Beta - February, 1992 - - Copyright (c) 1992 by - Makoto Namiki - -This package contains Mathematica implementations -of unfolding 3-dimsional polytope. - -This package is copyright 1992 by Makoto Namiki. -This package may be copied in its entirety for -nonprofit purposes only. Sale, other than for -the direct cost of the media, is prohibited. -This copyright notice must accompany all copies. - -The authors make no representations, express or -implied, with respond to this documentation, of -the software it describes and contains, including -without limitations, any implied warranties of -mechantability or fitness for a particular purpose, -all of which are expressly disclaimed. The authors -shall in no event be liable for any indirect, -incidental, or consequential damages. - -This beta release is designed to run under -Version 1.2 & 2.0 of Mathematica. Any comments, -bug reports, or requests to get on the -UnfoldPolytope mailing list should be -forwarded to: - - Makoto Namiki - Department of Information Science, - Tokyo Institute of Technology, Tokyo - 2-12-1 Oh-okayama, Meguro-ku - Tokyo 145, Japan - - +81-3-3726-1111 (Ex. 4131) - namiki@titisna.is.titech.ac.jp - -*) - -BeginPackage["UnfoldPolytope`"] - -UnfoldPolytope::usage="UnfoldPolytope[facets] gives graphics of unfoldings of a polytope which is given as a list of facets."; - -OrderFacets::usage="OrderFacets[facets] returns a correctly order lists of facets."; - -ProperSubsetQ::usage="ProperSubsetQ[t,s] returns True if t is a proper subset of s."; - -MakeEdgesFromFacets::usage="MakeEdgesFromFacets[faces] returns a cordinats of lower faces and a adjacency of faces."; - -MakeFacetsFromZerosets::usage="MakeFacetsFromZerosets[v,z] returns a list of facets consisting of cordinates of vertices, where v denotes a list of vertices and z denotes a list of zerosets."; - -MakeAdjTable::usage="MakeAdjTable[n,l] or MakeAdjTable[n,l,costs] return an adjacency table where l denotes a list of unordered pairs consist of {1,2,...,n} and a costs denotes an adjacency cost."; - -BreadthFirstSearch::usage="BreadthFirstSearch[adj_list,n] gives a incidence matrix representing a tree of a graph obtained by breadth first search from a vertex n, where this graph is given as a incidence matrix of adj_list."; - -DepthFirstSearch::usage="DepththFirstSearch[adj_list,n] gives a incidence matrix representing a tree of a graph obtained by depth first search from a vertex n, where this graph is given as a incidence matrix of adj_list."; - -IntersectionOfList::usage="IntersectionOfList[{l_1,l_2,...l_n}] returns a Intersection[l_1,l_2,...,l_n]."; - -SelectLeaf::usage="SelectLeaf[adj_Mat] returns {i,j} such that node i is a child of node j for adjacent matrix adj_Mat."; - -ProjectVertex::usage="ProjectVetex[v1,v2,v3,v4] returns coordinates which is a projection of v4 onto affine space {v1,v2,v3} around the line {v1,v2}."; - -ProjectFaces::usage="ProjectFaces[child,parent,faces,vervect] argument child is a list of faces, parent is a face, and faces is a list of all faces. This procedure project faces of child onto a face of parent by using ProjectVertices."; - -IntersectOfFaces::usage="IntersectOfFaces[f1_List,f2_List] returns veticeswhich commonly belong to f1 and f2."; - -VectEQ::usage="VectEQ[v1,v2] returns True if v1 == v2 otherwise False"; - -Unfold::usage="Unfold[sptree,tree,maxf] open one of a leaf of Tree of Facet."; - -Zonotope::usage="Zonotope[vlist] returns a list extreme points of zonotope which is defined by vlist, a list of vectors."; - -VerticalVector::usage="VerticalVector[maxf_List] returns a list of Vertical vector of each face."; - -OrderFace::usage="OrderFace[facet]: reorder a facet correctly. - where argument facet consits of {v_1,v_2,..,v_n} - ,v_i is a cordinat of a vetex."; - -Begin["`private`"] - -UnfoldPolytope[facets_List]:= - Block[{odfacets,edg,faAdj,vertices,veAdj, - t,tree,cotree,sptree,i,tr,vervec}, - odfacets = facets; - {edg,faAdj} = MakeEdgesFromFacets[odfacets]; - vertices = Union[Flatten[facets,1]]; - veAdj = Flatten[{Position[vertices,#[[1]]], - Position[vertices,#[[2]]]}]& /@ edg; - t = BreadthFirstSearch[MakeAdjTable[Length[vertices],veAdj],1]; - tree = Flatten[Position[veAdj,#]& /@ Position[t,1]]; - cotree = Complement[Table[i,{i,1,Length[edg]}],tree]; - sptree = MakeAdjTable[Length[odfacets],faAdj[[cotree]]]; - tr = Table[{i},{i,Length[facets]}]; - vervec = VerticalVector[odfacets]; - Show[Graphics3D[Polygon /@ odfacets],Boxed->False]; - Do[{sptree,tr,odfacets,vervec} = Unfold[sptree,tr,N[odfacets],vervec]; - Show[Graphics3D[(Polygon /@ odfacets)],Boxed->False]; - ,{i,1,Length[odfacets]-1}]; - Show[Graphics3D[(Polygon /@ odfacets)],Boxed->False,ViewPoint->vervec[[1]][[1]]]; - ]; - - -OrderFacets[facets_List]:= - Block[{i,edges,facetsAdj,f,out,cyc,cand,cand2cyc,ff}, - {edges,facetsAdj} = MakeEdgesFromFacets[facets]; - out = {}; - For[i=1,i<=Length[facets],i++, - f = edges[[Transpose[Position[facetsAdj,i]][[1]]]]; - cand = Drop[f,1]; - cyc = {First[f]}; - ff = {}; - While[(cand2cyc = Select[cand,(Length[Intersection[Last[cyc],#]]==1)&]) != {}, - AppendTo[ff,Intersection[Last[cyc],cand2cyc[[1]]][[1]]]; - AppendTo[cyc,cand2cyc[[1]]]; - cand = Complement[cand,{cand2cyc[[1]]}]; - ]; - AppendTo[ff,Intersection[Last[cyc],First[cyc]][[1]]]; - AppendTo[out,ff]; - ]; - Return[out]; - ]; - -NonNegativeVectorQ[v_List]:= - Block[{i}, - For[i=1, i<= Length[v], ++i, - If [v[[i]] < 0, Return[False]]; - ]; - Return[True]; - ]; - - -MakeEdgesFromFacets[l_List] := - Block[{i,j,lf={},adj={}}, - For[i=1,i 0, - deg = deg + 1; - par = j; - ]; - ]; - If[deg == 1, - Return[{child,par}]; - ]; - ]; - ] - -ProjectFaces[child_List,par_Integer,face_List,vervec_List]:= - Block[{v1,v2,nch,i,fl}, - {v1,v2} = IntersectOfFaces[face[[child[[1]]]],face[[par]]]; - For[i=1, i<=Length[face[[par]]], ++i, - If[!VectEQ[face[[par]][[i]],v1] && !VectEQ[face[[par]][[i]],v2], - v3 = face[[par]][[i]]; - Break[]; - ]; - ]; - fl = {}; - For[i=1, i<=Length[child], i++, - AppendTo[fl,ProjectVertex[v1,v2,v3,#,vervec]& /@ face[[child[[i]]]]]; - ]; - Return[fl]; - ] - -IntersectOfFaces[f1_List,f2_List]:= - Block[{i,j,lvect}, - lvect = {}; - For[i=1,i<=Length[f1],i++, - For[j=1,j<=Length[f2],j++, - If[VectEQ[f1[[i]],f2[[j]]],AppendTo[lvect,f1[[i]]]]; - ]; - ]; - Return[{lvect[[1]],lvect[[2]]}]; - ] - -VectEQ[v1_List,v2_List]:= - Block[{i}, - For[i=1,i<=Length[v1],i++, - If[v1[[i]] != v2[[i]],Return[False]]; - ]; - Return[True]; - ] - - -ProjectVertex[v1_List,v2_List,v3_List,v4_List,a_List]:= - Block[{x,y}, - If [N[a[[1]].v4] <= a[[2]] + 10^(-10), - x = (v2-v1).(v2-v4)/(v2-v1).(v2-v1)*v1 + (v1-v2).(v1-v4)/(v1-v2).(v1-v2)*v2; - y = (v2-v1).(v2-v3)/(v2-v1).(v2-v1)*v1 + (v1-v2).(v1-v3)/(v1-v2).(v1-v2)*v2; - Return[x + Sqrt[(v4-x).(v4-x)/(y-v3).(y-v3)]*(y-v3)] - ]; - If [N[a[[1]].v4] >= a[[2]] - 10^(-10), - x = (v2-v1).(v2-v4)/(v2-v1).(v2-v1)*v1 + (v1-v2).(v1-v4)/(v1-v2).(v1-v2)*v2; - y = (v2-v1).(v2-v3)/(v2-v1).(v2-v1)*v1 + (v1-v2).(v1-v3)/(v1-v2).(v1-v2)*v2; - Return[x + Sqrt[(v4-x).(v4-x)/(y-v3).(y-v3)]*(v3-y)] - ]; - ] - -Unfold[sptree1_List,tree1_List,maxf1_List,vervec_List]:= - Block[{j,child,par,posch,ch,of,pospa,sptree=sptree1,tree=tree1,maxf=maxf1,vv=vervec}, - {child, par} = SelectLeaf[sptree]; - sptree[[child,par]] = -1; - sptree[[par,child]] = -1; - - {posch} = Transpose[Position[tree,child]][[1]]; - ch = tree[[posch]]; - of = ProjectFaces[ch,par,maxf,vv[[par]]]; - For[j=1, j<=Length[ch],j++, - maxf[[ch[[j]]]] = of[[j]]; - ]; - {pospa} = Transpose[Position[tree,par]][[1]]; - tree[[pospa]] = (AppendTo[tree[[pospa]],#]& /@ ch)[[Length[ch]]]; - tree = Drop[tree,{posch}]; - Return[{sptree,tree,maxf,vv}]; - ] - -Zonotope[vectors_List]:= - Block[{vlist}, - vlist = Sum[(#)[[i]],{i,Length[#]}]& /@ ((vectors * (#)&) /@ Pow[Length[vectors]]); - Return[vlist]; - ] - -Pow[n_Integer]:= - Block[{p,a,b}, - If[n == 1, Return[{{1},{-1}}] - ]; - p = Pow[n-1]; - a = Append[#,1]& /@ p; - b = Append[#,-1]& /@ p; - Return[(AppendTo[a,#]& /@ b)[[Length[b]]]]; - ] - -NonEmptyFaces[zerova_List]:= - Map[Function[Transpose[Position[zerova,#]][[1]]],Union[Flatten[zerova]]] - -VerticalVector[maxf_List]:= - Block[{i,vervec,a1,a2,x,y,z,b,v,vv={}}, - For[i=1,i<=Length[maxf],i++, - a1 = maxf[[i]][[3]]-maxf[[i]][[2]]; - a2 = maxf[[i]][[1]]-maxf[[i]][[3]]; - Clear[x,y,z]; - vervec = {x,y,z}; - {vervec} = vervec /. Solve[{a1.vervec == 0, a2.vervec == 0}]; - x = 1; y = 1; z = 1; - b = vervec.maxf[[i]][[1]]; - v = Complement[Union[Flatten[maxf,1]],maxf[[i]]][[1]]; - If[v.vervec > b, vervec = -vervec; b = -b]; - AppendTo[vv,{vervec,b}]; - ]; - Return[vv]; - ] - -End[] -EndPackage[] diff -Nru cddlib-094h/HISTORY cddlib-094j/HISTORY --- cddlib-094h/HISTORY 2015-04-30 09:49:18.000000000 +0000 +++ cddlib-094j/HISTORY 1970-01-01 00:00:00.000000000 +0000 @@ -1,579 +0,0 @@ -libcdd, cdd & cdd+ HISTORY file (as of April 30, 2015) - -*** libcdd version (date) / changes *** - -Version 094h (April 30, 2015) / - - Thanks to Mathieu Dutour, one minor bug has been fixed. - -Version 094g (March 23, 2012) / - - Thanks to both Anders Jensen and Mathieu Dutour - a few memory leaks in cddlib.c and cddlp.c have been - fixed. Also, some patches sent by Jerry James have - been applied. These were for making the library - shared and more compatible for C++ compilers. - -Version 094f (February 7, 2008) / - - Thanks to Sven Verdoolaege's fixes, - the "configure" script now uses "gcc" as the default - compiler, rather than "g++" in earlier releases, - and the libraries can be linked properly with - both C and C++ programs. - -Version 094e (January 27, 2008) / - - A bug of reporting a wrong (sign) certificate of - an infeasible LP is fixed. This bug reported by - Charles Geyer, occurs if the exact GMP version of - the dd_LPSolve is used with minimization. A bug of - reporting infeasibility of a feasible LP with - column non-full rank LP is fixed. This bug was reported - by Sven Verdoolaege. - -Version 094d (February 12, 2007) / - - A bug of reporting a wrong unbounded direction vector of - a dual inconsistent LP is fixed. This bug occurs only - if the exact GMP version of the dd_LPSolve is used. - For example, this error may occur in scdd_gmp. This - error was reported by Lars Schewe. - -Version 094c (April 23, 2006) / - - A bug for reading a rational number of length longer - than 255 characters have been fixed. This was reported - by Ruriko Yoshida. Now the longest - number is controlled by dd_wordlenmax defined in - cddtypes.h . The longest line is also controlled by - dd_linelenmax . These are currently fixed to - 1024 and 4096. Larger numbers and lines can be - handled by modifying these numbers and recompilation. - -Version 094b (August 25, 2005) / - - A bug for the representation conversion, reported by - Michal Kvasnica, was fixed. The earlier 094* versions - prematurely terminate the conversion when the number - of rows is equal to the number of columns in the input. - This means the earlier 094* do not compute correctly - for simplices, for example. - -Version 094a (August 24, 2005) / - - A bug of dd_LPSolve is fixed. This bug, reported by - Dima Pasechnik, due to a mishandling of cycling of LP - algorithms, is fixed. - -Version 094 (August 4, 2005) / - - dd_MatrixCanonicalize has been added. This reduces - matrix M to a minimal representation by computing - all implicit linearity rows and all redundant rows. - It applies lexicographic sorting of rows to remove - duplicates before applying redundancy removal. - This function combines the two computations together - in more efficient manner than before. - See the new redcheck.c for its use. Several basic - operations for matrices have been added, such as - dd_MatrixRowsRemove and dd_MatrixRowsRemove2. - - The representation conversion dd_DDMatrix2Poly now - handles the empty H-polyhedra properly, by calling - an LP-based emptiness checker before running the double - description algorithm. - - New functions finding specific points in H-polyhedra - are added. dd_ExistsRestrictedFace is a general inequality - system solver with specified equations, inequalities and - strict inequalities. dd_FindRelativeInterior finds - a point in the relative interior of a polyhedron. - - -Version 093d (February 27, 2005) / - - The problem of outputting the running log has been corrected. - This problem and a solution was communicated by Charles Geyer. - Now, a new global dd_boolean variable dd_log (= dd_FALSE by default) - controls log output. An scdd/lcdd bug of terminating with segmentation - fault when an input polyhedron is numerically delicate has been - corrected. This bug was reported by Stefan Volkwein. - -Version 093c (December 26, 2003) / - - A bug of Phase I of the dual simplex method in floating-point - arithmetics is fixed. The problem (bus error) occurred when input data - is not appropriate for floating-point arithmetics. The problem - occurrs even for the GMP executables as the exact LP solver first - tries to detect the terminal basis with float-point arithmetics. - -Version 093b (November 10, 2003) / - - The nonterminating problem of the LP solver has been fixed. - This was due to a cycling of the criss-cross method in - floating-point arithmetics, that is extremely rare. - Also, the phase I of the dual simplex method has been - modified. The auxiliary LP is perhaps less likely to - be degenerate. - -Version 093a (Augst 11, 2003) / - - The LP basis finding procedure dd_FindLPBasis2 has been - updated. The functions dd_Matrix2WeakAdjacency, dd_SRedundant and - dd_SRedundantRows are added. The manual has been updated. - -Version 093 (July 18, 2003) / - - dd_LPSolve with GMP now runs fisrt with floating point arithmetics - and checks with GMP the correctness of the result. New functions dd_Matrix2Adjacency, - dd_FourierElimination, dd_BlockElimination, dd_DDMatrix2Poly2 are added. - Some minor memory leak problems are fixed. (Thanks to the excellent - memory debugger valgrind on linux.) - -Version 092b (October 19, 2002) / - - An illegal memory access for EqualityIndex reported by - Thao Dang is fixed. Another bug of lcdd_gmp which takes - "real" data and return a false result is fixed. It now warns - that input is not correct for the exact arithmetic lcdd_gmp. - This error was reported by Andras Salamon. - -Version 092a (December 19, 2001) / - - Joerg Rambau kindly created an autoconf distribution of - cddlib-092. This version 092a is made from Rambau's - version with a slight modification. For the momoment, - the Mathematica cdd interface, cddmathlink (in src-mathlink), - still needs to be handled in the conventional manner by - editing Makefile. - -Version 092 (December 12, 2001) / - - the default value of dd_almostzero is now set to 1.0E-7 - instead of 1.0E-6. New functions are added for checking - redundancy of H- and V- representations such as - dd_Redundant, dd_RedundantRows, dd_ImplicitLinearity, - dd_ImplicitLinearityRows, and dd_RayShooting. - Also some basic operations on dd_MatrixPtr have been added such as - dd_MatrixAppendTo, dd_MatrixRowRemove, dd_MatrixSubmatrix. - - The names of enumeration type variables have been modified. - Now all names have prefix "dd_", e.g. Rational, Integer are - now dd_Rational and dd_Integer. This applies to TRUE and FALSE, - which are now dd_TRUE and dd_FALSE. - -Version 091d (March 9, 2001) / - - Memory leak in dd_FreeLPData and dd_FreeLPSolution are - fixed. - -Version 091c (February 27, 2001) / - - Bug to terminate before the completion of computation - (to produce a segmentation fault) is fixed. This - bug was reported by Hugh Anderson. - -Version 091b (February 26, 2001) / - - Numerous memory leak bugs with GMP exact arithmetic, - reported by Marc Pfetsch, are fixed. Also, a minor - bug of cddlib to terminate with core dump, reported by - Hugh Anderson, is fixed. The messages printed to - the standard output "stdout" are now sent to "stderr". - This was suggested by Ingo Schurr. - -Version 091a (February 16, 2001) / - - Memory leak problems when GMP is used are fixed for - dd_InitializeAmatrix, dd_CreateMatrix and - dd_Larger. These bugs, reported by Marc Pfetsch, - can be fatal if GMP is used and the functions are - called many times. It has no effect for floating-point - arithmetic computation. - -Version 091 (Sept. 25, 2000) / - - Memory leak in FreeDDMemory (cddcore.c) - is fixed. This bug, which might cause a serious problem, - was reported by Shawn Rusaw. Also, a bug reported by - Istvan Csabai on dynamic row ordering is fixed. This - problem is most likely not affecting anyone, since the - dynamic row ordering option is not available via the - publicly released documentations. David Avis contributed - a sample cddlib code, lcdd.c, which runs like his convex - hull code, lrs. In particular, it is useful to generate - standard output stream for piping in unix. - -Version 090e (July 12, 2000) / - - A bug of reading very large integer values incorrectly - is fixed. The previous versions were truncating very large - integer values to a number representable by long integer. - -Version 090d (June 25, 2000) / - - Serious bugs of dd_CopyOutput, dd_CopyInequalities are fixed. - This bug is found by Istvan Csabai. Earlier versions 090* - output wrong H-representations whenever the RHS constants - are not nonnegative, even though the computation runs - correctly internally. - -Version 090c (June 12, 2000) / - - set_intialize is modified so that it allocates a smallest space even when - a nonpositive length is requested. - The bug of not outputting the origin is fixed - when input is homogeneous inequality system and the cone contains - no extreme rays. Note that cddlib does not output this vertex - when the homogeneous cone has extreme rays, since cddlib outputs - a minimal representation. - - - A new function dd_DDInputAppend is added. - - - dd_DDMatrix2Poly replaces (and combines) the two old functions - dd_Matrix2Poly and dd_DoubleDescription. - - - dd_LPSolutionLoad is renamed as dd_CopyLPSolution. - -Version 090b (June 2, 2000) / - - Thanks to Shawn Rusaw's great help, I could detect and fix many - memory related problems (memory leak, out-of-bounds, etc). - Also, when input is not regular (nonfull or containing line), - cddlib did not generate adjacency/incidence properly and - this version should work more correctly. - -Version 090a (May 30, 2000) / - - a small bug fix in cddarith.c. The bug is reported by Shawn Rusaw. - -Version 090 (May 28, 2000) / - - Major revision over the previous versions. It can be now compiled - with GMP rational (-DGMPRATIONAL) as well as the standard C double. - cdd and lp codes are merged and easily called together. Many functions - and data types are modified and renamed. It comes with a simple - cdd/cdd+-type standalne program scdd which does the standard - representation conversion (*.ine <-> *.ext) and outputs all four - types of auxiliary files (*.icd, *.iad, *.ecd, *ead). Although it - lacks some functions such as preprojection of cdd+, scdd is potentially - the most powerful cdd ever since it runs in the two arithmetics and - it can handle any input. - - Because of the better readability and the overhead of employing - function calls to do GMP arithmetic, the speed is little slower than - cdd+-076 on both arithmetics C double and GMP rational. - -Version 086 (Jan 22, 2000) / - - A bug fixed in dd_LexSmaller that affercted the lexicographic - ordering of input data. This fix is essential for efficiency. - Also several memory leaks have been fixed. Many of these bugs - were found by Mr. Masanori Sato of Tokyo Institute of Technology. - Never released. - -Version 085 (October 4, 1999) / - - It can read rational data. Several minor bugs have been fixed. - The new makefile creates cdd and dplex library archives - libcdd.a and libdplex.a for unix systems. - -Version 080 (March 24, 1999) / - - The first C-library version of cdd. It is stilll very primitive - and has no documentation. See README.libcdd. Unlike the existing - versions of cdd/cdd+, cddlib can deal with essentially any input, - namely, non-full-dimensional convex hull problems and - vertex-free extreme point (i.e. generator) listing problems. Also - it comes with MathLink program cddmathlink that can be called from - Mathematica to perform cdd operations. - - -*** cdd version (date) / changes *** - -Version 0.61a (December, 1997) / - Few minor corrections over 0.61. - -Version 0.61 (December 1, 1997) / - It accepts "H-representation" and "V-representation" statements - which are added to a Polyhedra format (1997). - dp_FindInteriorPoint is added to dplex. Some small bugs are - fixed in dplex. - -Version 0.60 (August 27, 1996) / - The following changes are equivalent to ones that had been made - for cdd+-074. - The default output file names have been changed to be consistent - with the transformation. To avoid confusion, *.ine file should - be used only for a system of linear inequalities, and *.ext file - only for a set of extreme points and rays. Accordingly, - the files *.ead (previously *.adj) and *.ecd (previously *.icd) - are reserved for the adjacency and incidence files for the extremal - vertices/rays. - Similarly, *.iad (previously *.iad) and *.icd (previously none) - are reserved for the adjacency and incidence files for the inequality - data. - - The LP code is now independent of cdd, and rewritten as a C library. - This library is called dplex, and contains two algorithms, - the dual simplex and the criss-cross method. - -Version C0.56 (August 7, 1995) / - Some compilation problem associated with incompatible set_type - variables in setoper.c is fixed. Various minor bugs are fixed. - The output format of incidence file is slightly modified. (See - the Reference Manual cddman.tex). - -Version C0.55a (December 18, 1994) / - The broken "preprojection" option in Version 0.55 is fixed. - -Version C0.55 (December 5, 1994) / - Set operation library setoper has been modified to use - the optimized set_card function by David Bremner. It is expected - that cdd runs much faster for problems with large row sizes. - The package organization has been changed. Now the package - consists of four C-programs, cdd.c, cddio.c, cddarith.c and setoper.c. - New options verify_input, equality and strict_inequality are added. - Also new options, lineshelling and row_decomposition are added but - these options are still not in very reliable form and not - recommended to use. Some newly found (minor) bugs are fixed. - -Version C0.54 (October 30, 1994) / - The partial_enumeration option is renamed as "equality" option. - A new option of "strict_inequality" is added to enumerate those - vertices/rays satisfying some specified inequalities with strict - inequality. Some bugs in reporting progress of iteration is fixed. - -Version C0.53 (July 29, 1994) / - - Some imcompatibility of cdd and domcheck has been fixed. Namely, one can - write any comments after each inequality data as long as it is written in - the same line as the last number (i.e., a_{id}, for each i) of each ith - inequality data. Anything written after the last number will be ignored. - Also, random ordering option is added for specifying the ordering of - rows (inequalities). - -Version C0.52b (March 28, 1994) / - - The slowness problem of Version C0.52(a) is fixed. - -Version C0.51d (March 28, 1994) / - - Because of the slowness of Version 0.52* due to unknown reasons, this version - has been produced for a temporary replacement. This version fixes the bug - mentioned in Version C0.52 release. - -Version C0.52a (March 28, 1994) / - - A bug of Version C0.52 generating unnecessary information when - maximize, minimize and find_interior are chosen is fixed. - -Version C0.52 (March 21, 1994) / - - A bug of Version C0.51c generating segmentation fault when the option - preprojection is used is fixed. This bug was reported by Alexander Bockmayr of - Max-Planck Institute. - - Some structural changes in the programs, cdd.c and cddarith.c, have been made - mainly for a future planning of adding an option to decompose a problem into - smaller subproblems. - -Version C0.51c (March 15, 1994) / - - A bug of Version C0.51b (mishandling of homogeneous inputs, i.e. zero RHS) - is fixed. This bug was reported by Alexander Bockmayr of - Max-Planck Institute. - -Version C0.51b (March 9, 1994) / - - A bug of Version C0.51a (mishandling of non full-dimensional - polyhedron) is fixed. The bug was reported by Alexander Bockmayr of - Max-Planck Institute. - -Version C0.51a (Feb. 16, 1994) / - - A bug of Version C0.51 (mishandling of empty polyhedron) is fixed. - -Version C0.51 (Feb. 12, 1994) / - - Some bugs of Version C0.50 has been fixed. - - The option "algebraic" for selecting the algebraic adjacency computation - is deleted. The reason is the combinatorial adjacency computation - is almost always faster. - - The option "minimize" is implemented to minimize a linear function over - the polytope. Previously, only "maximize" was supported. - - The option "find_interior" has been added to compute an interior point of - the input polyhedron. - -Version C0.50 (Feb. 7, 1994) / - - Major upgrade to implement a new data structure to store adjacencies of rays. - The adjacency record lists, Edges(iteration), are used to store only necessary - adjacencies for each iteration. This version runs much faster unless - a dynamic ordering of rows (i.e. maxcutoff or mincutoff) is chosen. - The users are strongly discouraged to use these dynamic ordering options. - -Version C0.38(Jan. 31, 1994) / - - Bmatrix struct has been modified to store only the row pointers. Thus the program - does not use any 2-dim arrays, and uses mainly dynamic allocation memory as much - as necessary irrespective of the declared maximum size MMAX times NMAX. - Thus, even in Macintosh computers large problems can be solved. - - CrissCrossSolve LP solver has been updated to output dual solutions as well. - -Version C0.37(Jan. 25, 1994) / - - Amatrix struct has been modified to store only the row pointers. - -Version C0.36(Jan. 23, 1994) / - - RayRecord struct has been modified to store only a pointer for a ZeroSet so that - the necessary space for the set is allocated each time. This saves a space for - storing each RayRecord ZeroSet. For this modification, the setoper library - must have been changed so that set_initialize allocates the minimum space. - Note that this new version (Jan. 23, 1994) does not work with the older cdd - programs. - -Version C0.35(Jan. 23, 1994) / - - RayRecord struct has been modified to store only a pointer for a Ray vector so that - the necessary space for the vector is allocated each time. This saves a space for - storing each RayRecord. - -Version C0.34(Jan. 22, 1994) / - - adjacency option has been added to output the adjacency list of output. - -Version C0.33(Jan. 16, 1994) / - - partial_enumeration option has been added. By this option, one can enumerate all vertices - and rays which are lying on a selected set of inequalities. The input - ------------- - begin - m n Type - b -A1 -A2 - end - partial_enumeration - 4 1 4 6 7 - ------------- - restricts the enumeration for those lying on the 1st, 4th, 6th & 7th hyperplanes. - -Version C0.32(Jan. 11, 1994) / - - "preprojection" option has been added. This option can be considered as a preprocessing - of orthogonal projection of the polyhedon to a subset of variables. That is, if the inequality - inequality system is of form A1 x1 + A2 x2 <= b, and the variable indices for x2, say 1, 4, 6, 7, - are listed in the input file as - ------------- - begin - m n Type - b -A1 -A2 - end - preprojection - 4 1 4 6 7 - ------------- - Then, cdd will output the inequality system, A1 x1 <= b, together with the list R of extremal - rays of the homogeneous cone {z: z >=0 and z A2 = 0 }. Consequently, the inequality system - {r A1 x1 <= r b for each r in R} represents the projection of the original polyhedron onto - x1-space with possible redundancy. The supplementary C program (written by F. Margot) - will be used to obtain a minimal system from these two outputs. - -Version C0.31(December 20, 1993) / - - The main program cdd.c has been divided into two parts, cdd.c and cddarith.c, the latter - contains all the procedures dealing with floating point numbers and operations. - - LP solver CrissCrossSolve has been added. Now the option "maximize" can be used to - optimize any linear function over the polyhedron. - - The setoper library has been updated to accomodate set_card(set) function. - -Version C0.27(December 8, 1993) / - - It uses a new versions of setoper.h and setoper.c (Dec 8, 1993 version) which have - set complemen procedure set_compl. - -Version C0.26b(December 8, 1993) / - - FindBasis and ComputeRank have been replaced with new programs which do not copy - Amatrix (for save storage and time). Accordingly, the procedure CopyAmarix has been - removed. - -Version C0.26 (November 29, 1993) / - - FindBasis has been modified to be faster when the number of inequalities is large. - - addition of #incidence option for outputting the cardinality of active - hyperplanes instead of the set of all active hyperplanes at each vertex. - - InitBasisAtBottom option has been added to select the last set of rows - as the initial basis (determining a simplex cone/polytope). - This option is {\em not\/} default. See User's manual. - - -Version C0.25 (November 28, 1993) - - The bug for mishandling the empty polyhedra input is fixed. - Accordingly, the new variable CompStatus (Completion Status) - has been added. - - - The procedure AddNewHyperplane and EvaluateARay have been completely - changed. EvaluateARay computes A(hnew) * Ray for each Rays, and sort - the linked list of rays so that the hnew-infeasible rays will be - put consecutively from FirstRay. - - -Version C0.24 (November 27, 1993) / - - Modified to be able to deal with column size (nn) larger than 32. - - Bugs of LexMin, LexMax ordering options are fixed. - -Version C0.23a, b (November 23, 1993) / - - Few small bugs of C0.23 have been fixed. - - Up to this version, the program can deal with column size at most 32. - -Version C0.23 (November 22, 1993) / - - First release of cdd. - -Version C0.22 (November 21, 1993) / - - File open procedures have been updated. - -Version C0.21 (November 10, 1993) / - - The first version of cdd created by translating pdd.p (0.21) with - Dave Gillespie's p2c translator and by modifying the c-code. The set operation - libraries setoper.c, setoper.h (Nov.14, 1993) were created to make the code run - without any p2c libraries. - -*** cdd+ version (date) / changes *** - -cdd+ Version 0.77beta (April 20, 2003) / - This version is made so that it can be compiled with - newer gcc. such as gcc 3.1.*. - -cdd+ Version 0.76 (March 17, 1999) / - This is functionally the same as Ver. 075. This version can - be compiled to run with GNU's GMP rational arithmetic library using - Polymake's GMP-wrappers. cddr+ with GMP runs much faster than - the previous versions of cddr+ (with g++ Rational library). - -cdd+ Version 0.75 (November 30, 1997) / - This is a maintenance update of the previous version to employ the - new 1997 Polyhedra format (introducing H-representation and - V-representation statements). Three options for accuracy control - is added: "zero_tolerance", "round_output_off" and "output_digits". - -cdd+ Version 0.74 (June 17, 1996) / - Few minor bug fixes were made. - -cdd+ Version 0.74beta2 (June 5, 1996) / - Also "vertex_listing_external" and "facet_listing_external" - are added. These options do "vertex_listing" and "facet_listing" - against the external file which can be huge. These options are - useful when one has a small candidate set of vertices (or inequalities) - and a large set of perhaps-redundant points (or inequalities). - The external file must be named as "test.ext.external" (test.ine.external) - if the candidate input file is test.ext (test.ine). - -cdd+ Version 0.74beta (June 4, 1996) / - The option "vertex_listing" is added. - The dual simplex method uses the standard Phase I instead of - the criss-cross method. Consequently the LP code is faster. - -cdd+ Version 0.74alpha (March 30, 1996) / - The default output file names have been changed to be consistent - with the transformation. To avoid confusion, *.ine file should - be used only for a system of linear inequalities, and *.ext file - only for a set of extreme points and rays. Accordingly, - the files *.ead (previously *.adj) and *.ecd (previously *.icd) - are reserved for the adjacency and incidence files for the extremal - vertices/rays. - Similarly, *.iad (previously *.iad) and *.icd (previously none) - are reserved for the adjacency and incidence files for the inequality - data. - - Also, when a file with default file name exists in the current - directory, the default extension name will be doubled. For instance, - if test.ine is input and test.ext exists, then the extreme points - and rays will be written in the file test.ext.ext. The program - does not check "test.ext.ext" exists, and thus such a file - will be overwritten if exists. - -cdd+ Version 0.73 (Septembe 6, 1995) / - A new option "input_adjacency" has been added. - The output format of incidence file is slightly modified. (See - the Reference Manual cddman.tex). This incidence file format is compatible - with cdd-056 and we will try not to change the format any more. - -cdd+ Version 0.72a (April 16, 1995) / - Cycling bug of Version 072 of LP maximize and minimize has been - fixed. -cdd+ Version 0.72 (April 16, 1995) / - The option "postanalysis" is added. This option is to be used - after *.ext file is obtained. When this option is set - with adjacency and/or incidence options, one can get - adjacency and incidence files from both *.ine and *.ext - files. Thus it is not necessary to generate *.adj and *.icd - files together with *.ext file. - -cdd+ Version 0.71 (April 15, 1995) / - Two new functions (through options) are added. The option - "facet_listing" checks whether each input inequality determines - a facet or not. The second option "tope_listing" generates - all full-dimensional regions (topes) of the associated - arrangement of hyperplanes by reverse search algorithm. - Also, the option "show_tableau" is added to illustrate - how the criss-cross method works in the tableau (dictornary) - form. Criss-cross LP solver is now sensitive to ordering - options, lexmin, minindex, radom, etc. - - cdd+ Version 0.70 (April 3, 1995) / - The first C++ version of cdd which can run on both floating-point - and rational (exact) arithmetics. The basic functions are - identical to cdd-055. This version requires GNU gcc compilers - (2.6.0 or higher) and a compatible g++lib. - - ---- end of file: cddHISTORY --- - diff -Nru cddlib-094h/INSTALL cddlib-094j/INSTALL --- cddlib-094h/INSTALL 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/INSTALL 2018-05-21 15:58:45.000000000 +0000 @@ -1,85 +1,107 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software +Foundation, Inc. - This file is free documentation; the Free Software Foundation gives -unlimited permission to copy, distribute and modify it. + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. Basic Installation ================== - Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following -more-detailed instructions are generic; see the `README' file for -instructions specific to this package. + Briefly, the shell command './configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the 'README' file for +instructions specific to this package. Some packages provide this +'INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. - The `configure' shell script attempts to guess correct values for + The 'configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that +those values to create a 'Makefile' in each directory of the package. +It may also create one or more '.h' files containing system-dependent +definitions. Finally, it creates a shell script 'config.status' that you can run in the future to recreate the current configuration, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). +file 'config.log' containing compiler output (useful mainly for +debugging 'configure'). - It can also use an optional file (typically called `config.cache' -and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. Caching is -disabled by default to prevent problems with accidental use of stale -cache files. + It can also use an optional file (typically called 'config.cache' and +enabled with '--cache-file=config.cache' or simply '-C') that saves the +results of its tests to speed up reconfiguring. Caching is disabled by +default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can +to figure out how 'configure' could check whether to do them, and mail +diffs or instructions to the address given in the 'README' so they can be considered for the next release. If you are using the cache, and at -some point `config.cache' contains results you don't want to keep, you +some point 'config.cache' contains results you don't want to keep, you may remove or edit it. - The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You need `configure.ac' if -you want to change it or regenerate `configure' using a newer version -of `autoconf'. + The file 'configure.ac' (or 'configure.in') is used to create +'configure' by a program called 'autoconf'. You need 'configure.ac' if +you want to change it or regenerate 'configure' using a newer version of +'autoconf'. -The simplest way to compile this package is: + The simplest way to compile this package is: - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. + 1. 'cd' to the directory containing the package's source code and type + './configure' to configure the package for your system. - Running `configure' might take a while. While running, it prints + Running 'configure' might take a while. While running, it prints some messages telling which features it is checking for. - 2. Type `make' to compile the package. + 2. Type 'make' to compile the package. - 3. Optionally, type `make check' to run any self-tests that come with - the package. + 3. Optionally, type 'make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. - 4. Type `make install' to install the programs and any data files and - documentation. - - 5. You can remove the program binaries and object files from the - source code directory by typing `make clean'. To also remove the - files that `configure' created (so you can compile the package for - a different kind of computer), type `make distclean'. There is - also a `make maintainer-clean' target, but that is intended mainly + 4. Type 'make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the 'make install' phase executed with root + privileges. + + 5. Optionally, type 'make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior 'make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing 'make clean'. To also remove the + files that 'configure' created (so you can compile the package for + a different kind of computer), type 'make distclean'. There is + also a 'make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. - 6. Often, you can also type `make uninstall' to remove the installed - files again. + 7. Often, you can also type 'make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide 'make + distcheck', which can by used by developers to test that all other + targets like 'make install' and 'make uninstall' work correctly. + This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that -the `configure' script does not know about. Run `./configure --help' +the 'configure' script does not know about. Run './configure --help' for details on some of the pertinent environment variables. - You can give `configure' initial values for configuration parameters -by setting variables in the command line or in the environment. Here -is an example: + You can give 'configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here is +an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix @@ -90,20 +112,21 @@ You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their -own directory. To do this, you can use GNU `make'. `cd' to the +own directory. To do this, you can use GNU 'make'. 'cd' to the directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. +the 'configure' script. 'configure' automatically checks for the source +code in the directory that 'configure' is in and in '..'. This is known +as a "VPATH" build. - With a non-GNU `make', it is safer to compile the package for one + With a non-GNU 'make', it is safer to compile the package for one architecture at a time in the source code directory. After you have -installed the package for one architecture, use `make distclean' before +installed the package for one architecture, use 'make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or -"universal" binaries--by specifying multiple `-arch' options to the -compiler but only a single `-arch' option to the preprocessor. Like +"universal" binaries--by specifying multiple '-arch' options to the +compiler but only a single '-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ @@ -112,61 +135,104 @@ This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results -using the `lipo' tool if you have problems. +using the 'lipo' tool if you have problems. Installation Names ================== - By default, `make install' installs the package's commands under -`/usr/local/bin', include files under `/usr/local/include', etc. You -can specify an installation prefix other than `/usr/local' by giving -`configure' the option `--prefix=PREFIX'. + By default, 'make install' installs the package's commands under +'/usr/local/bin', include files under '/usr/local/include', etc. You +can specify an installation prefix other than '/usr/local' by giving +'configure' the option '--prefix=PREFIX', where PREFIX must be an +absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you -pass the option `--exec-prefix=PREFIX' to `configure', the package uses +pass the option '--exec-prefix=PREFIX' to 'configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give -options like `--bindir=DIR' to specify different values for particular -kinds of files. Run `configure --help' for a list of the directories -you can set and what kinds of files go in them. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. +options like '--bindir=DIR' to specify different values for particular +kinds of files. Run 'configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the default +for these options is expressed in terms of '${prefix}', so that +specifying just '--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to 'configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +'make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, 'make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +'${prefix}'. Any directories that were specified during 'configure', +but not in terms of '${prefix}', must each be overridden at install time +for the entire installation to be relocated. The approach of makefile +variable overrides for each directory variable is required by the GNU +Coding Standards, and ideally causes no recompilation. However, some +platforms have known limitations with the semantics of shared libraries +that end up requiring recompilation when using this method, particularly +noticeable in packages that use GNU Libtool. + + The second method involves providing the 'DESTDIR' variable. For +example, 'make install DESTDIR=/alternate/directory' will prepend +'/alternate/directory' before all installation names. The approach of +'DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of '${prefix}' +at 'configure' time. Optional Features ================= - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving 'configure' the +option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. + + Some packages pay attention to '--enable-FEATURE' options to +'configure', where FEATURE indicates an optional part of the package. +They may also pay attention to '--with-PACKAGE' options, where PACKAGE +is something like 'gnu-as' or 'x' (for the X Window System). The +'README' should mention any '--enable-' and '--with-' options that the package recognizes. - For packages that use the X Window System, `configure' can usually + For packages that use the X Window System, 'configure' can usually find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. +you can use the 'configure' options '--x-includes=DIR' and +'--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of 'make' will be. For these packages, running './configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with 'make V=1'; while running './configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with 'make V=0'. Particular systems ================== - On HP-UX, the default C compiler is not ANSI C compatible. If GNU -CC is not installed, it is recommended to use the following options in + On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC +is not installed, it is recommended to use the following options in order to use an ANSI C compiler: - ./configure CC="cc -Ae" + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. + HP-UX 'make' updates targets which have the same time stamps as their +prerequisites, which makes it generally unusable when shipped generated +files such as 'configure' are involved. Use GNU 'make' instead. + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot -parse its `' header file. The option `-nodtk' can be used as -a workaround. If GNU CC is not installed, it is therefore recommended -to try +parse its '' header file. The option '-nodtk' can be used as a +workaround. If GNU CC is not installed, it is therefore recommended to +try ./configure CC="cc" @@ -174,118 +240,129 @@ ./configure CC="cc -nodtk" + On Solaris, don't put '/usr/ucb' early in your 'PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in '/usr/bin'. So, if you need '/usr/ucb' +in your 'PATH', put it _after_ '/usr/bin'. + + On Haiku, software installed for all users goes in '/boot/common', +not '/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + Specifying the System Type ========================== - There may be some features `configure' cannot figure out + There may be some features 'configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the -_same_ architectures, `configure' can figure that out, but if it prints +_same_ architectures, 'configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the -`--build=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name which has the form: +'--build=TYPE' option. TYPE can either be a short name for the system +type, such as 'sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: - OS KERNEL-OS + OS + KERNEL-OS - See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't + See the file 'config.sub' for the possible values of each field. If +'config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should -use the option `--target=TYPE' to select the type of system they will +use the option '--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will -eventually be run) with `--host=TYPE'. +eventually be run) with '--host=TYPE'. Sharing Defaults ================ - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. + If you want to set default values for 'configure' scripts to share, +you can create a site shell script called 'config.site' that gives +default values for variables like 'CC', 'cache_file', and 'prefix'. +'configure' looks for 'PREFIX/share/config.site' if it exists, then +'PREFIX/etc/config.site' if it exists. Or, you can set the +'CONFIG_SITE' environment variable to the location of the site script. +A warning: not all 'configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the -environment passed to `configure'. However, some packages may run +environment passed to 'configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set -them in the `configure' command line, using `VAR=value'. For example: +them in the 'configure' command line, using 'VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc -causes the specified `gcc' to be used as the C compiler (unless it is +causes the specified 'gcc' to be used as the C compiler (unless it is overridden in the site shell script). -Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: +Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an +Autoconf limitation. Until the limitation is lifted, you can use this +workaround: - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash -`configure' Invocation +'configure' Invocation ====================== - `configure' recognizes the following options to control how it + 'configure' recognizes the following options to control how it operates. -`--help' -`-h' - Print a summary of all of the options to `configure', and exit. +'--help' +'-h' + Print a summary of all of the options to 'configure', and exit. -`--help=short' -`--help=recursive' +'--help=short' +'--help=recursive' Print a summary of the options unique to this package's - `configure', and exit. The `short' variant lists options used - only in the top level, while the `recursive' variant lists options - also present in any nested packages. - -`--version' -`-V' - Print the version of Autoconf used to generate the `configure' + 'configure', and exit. The 'short' variant lists options used only + in the top level, while the 'recursive' variant lists options also + present in any nested packages. + +'--version' +'-V' + Print the version of Autoconf used to generate the 'configure' script, and exit. -`--cache-file=FILE' +'--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, - traditionally `config.cache'. FILE defaults to `/dev/null' to + traditionally 'config.cache'. FILE defaults to '/dev/null' to disable caching. -`--config-cache' -`-C' - Alias for `--cache-file=config.cache'. - -`--quiet' -`--silent' -`-q' +'--config-cache' +'-C' + Alias for '--cache-file=config.cache'. + +'--quiet' +'--silent' +'-q' Do not print messages saying which checks are being made. To - suppress all normal output, redirect it to `/dev/null' (any error + suppress all normal output, redirect it to '/dev/null' (any error messages will still be shown). -`--srcdir=DIR' +'--srcdir=DIR' Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. + 'configure' can determine that directory automatically. -`--prefix=DIR' - Use DIR as the installation prefix. *Note Installation Names:: - for more details, including other options available for fine-tuning - the installation locations. +'--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: for + more details, including other options available for fine-tuning the + installation locations. -`--no-create' -`-n' +'--no-create' +'-n' Run the configure checks, but stop before creating any output files. -`configure' also accepts some other, not widely useful, options. Run -`configure --help' for more details. - +'configure' also accepts some other, not widely useful, options. Run +'configure --help' for more details. diff -Nru cddlib-094h/install-sh cddlib-094j/install-sh --- cddlib-094h/install-sh 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/install-sh 2018-05-21 15:58:45.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2016-01-11.22; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -35,25 +35,21 @@ # 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 +# '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. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# 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 +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ 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. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,42 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + 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. @@ -186,6 +186,10 @@ fi shift # arg dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac done fi @@ -194,13 +198,26 @@ echo "$0: no input file specified." >&2 exit 1 fi - # It's OK to call `install-sh -d' without argument. + # 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 + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. @@ -211,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -228,9 +245,9 @@ for src do - # Protect names starting with `-'. + # Protect names problematic for 'test' and other utilities. case $src in - -*) src=./$src;; + -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then @@ -252,51 +269,20 @@ 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 + if test "$is_target_a_directory" = never; 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' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -307,74 +293,74 @@ 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;; + # 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-writable 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" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -384,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - -*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test -z "$d" && continue + test X"$d" = X && 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/ + 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 + # 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 @@ -465,15 +449,12 @@ # 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 && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -486,24 +467,24 @@ # 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 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" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 @@ -515,5 +496,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" # End: diff -Nru cddlib-094h/lib-src/cddcore.c cddlib-094j/lib-src/cddcore.c --- cddlib-094h/lib-src/cddcore.c 2015-04-30 09:33:53.000000000 +0000 +++ cddlib-094j/lib-src/cddcore.c 2018-05-23 14:10:18.000000000 +0000 @@ -1,6 +1,6 @@ /* cddcore.c: Core Procedures for cddlib written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* cddlib : C-library of the double description method for @@ -12,6 +12,7 @@ #include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ #include "cdd.h" +#include "splitmix64.h" #include #include #include @@ -35,7 +36,7 @@ last_m=cone->m; } - if (dd_debug) localdebug=dd_TRUE; + localdebug=dd_debug; *adjacent = dd_TRUE; set_int(Face1, (*RP1)->ZeroSet, (*RP2)->ZeroSet); set_int(Face, Face1, cone->AddedHalfspaces); @@ -177,7 +178,7 @@ dd_init(temp); RR=cone->LastRay; - if (dd_debug) localdebug=dd_TRUE; + localdebug=dd_debug; *feasible = dd_TRUE; *weaklyfeasible = dd_TRUE; set_initialize(&(RR->ZeroSet),cone->m); @@ -1856,12 +1857,12 @@ void dd_RandomPermutation(dd_rowindex OV, long t, unsigned int seed) { long k,j,ovj; - double u,xk,r,rand_max=(double) RAND_MAX; + double u,xk,r,rand_max=(double) UINT64_MAX; dd_boolean localdebug=dd_FALSE; - srand(seed); + srand_splitmix64(seed); for (j=t; j>1 ; j--) { - r=rand(); + r=rand_splitmix64(); u=r/rand_max; xk=(double)(j*u +1); k=(long)xk; @@ -1921,7 +1922,7 @@ long rr; dd_boolean found, localdebug=dd_FALSE; - if (dd_debug) localdebug=dd_TRUE; + localdebug=dd_debug; found=dd_TRUE; rr=set_card(PriorityRows); if (localdebug) set_fwrite(stderr,PriorityRows); diff -Nru cddlib-094h/lib-src/cdd_f.h cddlib-094j/lib-src/cdd_f.h --- cddlib-094h/lib-src/cdd_f.h 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/lib-src/cdd_f.h 2018-05-11 15:06:13.000000000 +0000 @@ -0,0 +1,291 @@ +/* generated automatically from cdd.h */ +/* cdd.h: Header file for cddlib.c + written by Komei Fukuda, fukuda@math.ethz.ch + Version 0.94i, March 9, 2018 +*/ + +/* cddlib.c : C-Implementation of the double description method for + computing all vertices and extreme rays of the polyhedron + P= {x : b - A x >= 0}. + Please read COPYING (GNU General Public Licence) and + the manual cddlibman.tex for detail. +*/ + +#ifndef __CDD_HF +#define __CDD_HF +#endif /* __CDD_HF */ + +#ifndef _CDDMP_HF +#include "cddmp_f.h" +#endif /* _CDDMP_HF */ + +#ifndef _CDDTYPES_HF +#include "cddtypes_f.h" +#endif /* _CDDTYPES_HF */ + +#ifdef ddf_GMPRATIONAL +#ifndef __CDD_HF +#include "cdd_f.h" +#endif +#endif + +/* GLOBAL CONSTANTS and STATISTICS VARIABLES (to be set by ddf_set_global_constants() */ +extern myfloat ddf_zero; +extern myfloat ddf_one; +extern myfloat ddf_purezero; +extern myfloat ddf_minuszero; +extern myfloat ddf_minusone; + +extern time_t ddf_statStartTime; /* cddlib starting time */ +extern long ddf_statBApivots; /* basis finding pivots */ +extern long ddf_statCCpivots; /* criss-cross pivots */ +extern long ddf_statDS1pivots; /* phase 1 pivots */ +extern long ddf_statDS2pivots; /* phase 2 pivots */ +extern long ddf_statACpivots; /* anticycling (cc) pivots */ +#ifdef ddf_GMPRATIONAL +extern long ddf_statBSpivots; /* basis status checking pivots */ +#endif +extern ddf_LPSolverType ddf_choiceLPSolverDefault; /* Default LP solver Algorithm */ +extern ddf_LPSolverType ddf_choiceRedcheckAlgorithm; /* Redundancy Checking Algorithm */ +extern ddf_boolean ddf_choiceLexicoPivotQ; /* whether to use the lexicographic pivot */ + + /* to be used to avoid creating temporary spaces for myfloat */ +#define ddf_almostzero 1.0E-7 + +/* ---------- FUNCTIONS MEANT TO BE PUBLIC ---------- */ + +#if defined(__cplusplus) +extern "C" { +#endif + +/* basic matrix manipulations */ +void ddf_InitializeArow(ddf_colrange,ddf_Arow *); +void ddf_InitializeAmatrix(ddf_rowrange,ddf_colrange,ddf_Amatrix *); +void ddf_InitializeBmatrix(ddf_colrange, ddf_Bmatrix *); +ddf_SetFamilyPtr ddf_CreateSetFamily(ddf_bigrange,ddf_bigrange); +void ddf_FreeSetFamily(ddf_SetFamilyPtr); +ddf_MatrixPtr ddf_CreateMatrix(ddf_rowrange,ddf_colrange); +void ddf_FreeAmatrix(ddf_rowrange,ddf_colrange,ddf_Amatrix); +void ddf_FreeArow(ddf_colrange, ddf_Arow); +void ddf_FreeBmatrix(ddf_colrange,ddf_Bmatrix); +void ddf_FreeDDMemory(ddf_PolyhedraPtr); +void ddf_FreePolyhedra(ddf_PolyhedraPtr); +void ddf_FreeMatrix(ddf_MatrixPtr); +void ddf_SetToIdentity(ddf_colrange, ddf_Bmatrix); + +/* sign recognitions */ +ddf_boolean ddf_Nonnegative(myfloat); +ddf_boolean ddf_Nonpositive(myfloat); +ddf_boolean ddf_Positive(myfloat); +ddf_boolean ddf_Negative(myfloat); +ddf_boolean ddf_EqualToZero(myfloat); +ddf_boolean ddf_Nonzero(myfloat); +ddf_boolean ddf_Equal(myfloat,myfloat); +ddf_boolean ddf_Larger(myfloat,myfloat); +ddf_boolean ddf_Smaller(myfloat,myfloat); +void ddf_abs(myfloat, myfloat); +void ddf_LinearComb(myfloat, myfloat, myfloat, myfloat, myfloat); +void ddf_InnerProduct(myfloat, ddf_colrange, ddf_Arow, ddf_Arow); + +/* major cddlib operations */ +ddf_MatrixPtr ddf_CopyInput(ddf_PolyhedraPtr); +ddf_MatrixPtr ddf_CopyOutput(ddf_PolyhedraPtr); +ddf_MatrixPtr ddf_CopyInequalities(ddf_PolyhedraPtr); +ddf_MatrixPtr ddf_CopyGenerators(ddf_PolyhedraPtr); +ddf_SetFamilyPtr ddf_CopyIncidence(ddf_PolyhedraPtr); +ddf_SetFamilyPtr ddf_CopyAdjacency(ddf_PolyhedraPtr); +ddf_SetFamilyPtr ddf_CopyInputIncidence(ddf_PolyhedraPtr); +ddf_SetFamilyPtr ddf_CopyInputAdjacency(ddf_PolyhedraPtr); +ddf_boolean ddf_DDFile2File(char *ifile, char *ofile, ddf_ErrorType *err); +ddf_boolean ddf_DDInputAppend(ddf_PolyhedraPtr*, ddf_MatrixPtr, ddf_ErrorType*); +ddf_MatrixPtr ddf_PolyFile2Matrix(FILE *f, ddf_ErrorType *); + +ddf_PolyhedraPtr ddf_DDMatrix2Poly(ddf_MatrixPtr, ddf_ErrorType *); +ddf_PolyhedraPtr ddf_DDMatrix2Poly2(ddf_MatrixPtr, ddf_RowOrderType, ddf_ErrorType *); +ddf_boolean ddf_Redundant(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 092 */ +ddf_rowset ddf_RedundantRows(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ +ddf_boolean ddf_SRedundant(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 093a */ +ddf_rowset ddf_SRedundantRows(ddf_MatrixPtr, ddf_ErrorType *); /* 093a */ +ddf_rowset ddf_RedundantRowsViaShooting(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ +ddf_rowrange ddf_RayShooting(ddf_MatrixPtr, ddf_Arow intpt, ddf_Arow direction); /* 092 */ + /* 092, find the first inequality "hit" by a ray from an intpt. */ +ddf_boolean ddf_ImplicitLinearity(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 092 */ +ddf_rowset ddf_ImplicitLinearityRows(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ +int ddf_FreeOfImplicitLinearity(ddf_MatrixPtr, ddf_Arow, ddf_rowset *, ddf_ErrorType *) ; /* 094 */ +ddf_boolean ddf_MatrixCanonicalizeLinearity(ddf_MatrixPtr *, ddf_rowset *,ddf_rowindex *, ddf_ErrorType *); /* 094 */ +ddf_boolean ddf_MatrixCanonicalize(ddf_MatrixPtr *, ddf_rowset *, ddf_rowset *, ddf_rowindex *, ddf_ErrorType *); /* 094 */ +ddf_boolean ddf_MatrixRedundancyRemove(ddf_MatrixPtr *M, ddf_rowset *redset,ddf_rowindex *newpos, ddf_ErrorType *); /* 094 */ +ddf_boolean ddf_FindRelativeInterior(ddf_MatrixPtr, ddf_rowset *, ddf_rowset *, ddf_LPSolutionPtr *, ddf_ErrorType *); /* 094 */ +ddf_boolean ddf_ExistsRestrictedFace(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_ErrorType *); /* 0.94 */ +ddf_boolean ddf_ExistsRestrictedFace2(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_LPSolutionPtr *, ddf_ErrorType *); /* 0.94 */ + +ddf_SetFamilyPtr ddf_Matrix2Adjacency(ddf_MatrixPtr, ddf_ErrorType *); /* 093 */ +ddf_SetFamilyPtr ddf_Matrix2WeakAdjacency(ddf_MatrixPtr, ddf_ErrorType *); /* 093a */ +long ddf_MatrixRank(ddf_MatrixPtr, ddf_rowset, ddf_colset, ddf_rowset *, ddf_colset *); + +/* Matrix Basic Operations */ +ddf_MatrixPtr ddf_MatrixCopy(ddf_MatrixPtr); /* a new name for ddf_CopyMatrix */ +ddf_MatrixPtr ddf_CopyMatrix(ddf_MatrixPtr); /* 090c, kept for compatibility */ +ddf_MatrixPtr ddf_MatrixNormalizedCopy(ddf_MatrixPtr); /* 094 */ +ddf_MatrixPtr ddf_MatrixNormalizedSortedCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ +ddf_MatrixPtr ddf_MatrixUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ +ddf_MatrixPtr ddf_MatrixNormalizedSortedUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ +ddf_MatrixPtr ddf_MatrixSortedUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ + +ddf_MatrixPtr ddf_MatrixAppend(ddf_MatrixPtr, ddf_MatrixPtr); /* a name for ddf_AppendMatrix */ +ddf_MatrixPtr ddf_AppendMatrix(ddf_MatrixPtr, ddf_MatrixPtr); /* 090c, kept for compatibility */ + +int ddf_MatrixAppendTo(ddf_MatrixPtr*, ddf_MatrixPtr); /* 092 */ +int ddf_Remove(ddf_MatrixPtr*, ddf_rowrange); /* 092 */ +ddf_MatrixPtr ddf_MatrixSubmatrix(ddf_MatrixPtr, ddf_rowset delset); /* 092 */ +ddf_MatrixPtr ddf_MatrixSubmatrix2(ddf_MatrixPtr, ddf_rowset delset,ddf_rowindex*); /* 094. It returns new row positions. */ +ddf_MatrixPtr ddf_MatrixSubmatrix2L(ddf_MatrixPtr, ddf_rowset delset,ddf_rowindex*); /* 094. Linearity shifted up. */ +int ddf_MatrixShiftupLinearity(ddf_MatrixPtr *,ddf_rowindex *); /* 094 */ +int ddf_MatrixRowRemove(ddf_MatrixPtr *M, ddf_rowrange r); /* 092 */ +int ddf_MatrixRowRemove2(ddf_MatrixPtr *M, ddf_rowrange r,ddf_rowindex*); /* 094*/ +int ddf_MatrixRowsRemove(ddf_MatrixPtr *M, ddf_rowset delset); /* 094 */ +int ddf_MatrixRowsRemove2(ddf_MatrixPtr *M, ddf_rowset delset,ddf_rowindex*); /* 094 */ + +/* input/output */ +void ddf_SetInputFile(FILE **f,ddf_DataFileType inputfile, ddf_ErrorType *); +void ddf_SetWriteFileName(ddf_DataFileType, ddf_DataFileType, char, ddf_RepresentationType); + +void ddf_WriteAmatrix(FILE *, ddf_Amatrix, ddf_rowrange, ddf_colrange); +void ddf_WriteArow(FILE *f, ddf_Arow a, ddf_colrange); +void ddf_WriteBmatrix(FILE *, ddf_colrange, ddf_Bmatrix T); +void ddf_WriteMatrix(FILE *, ddf_MatrixPtr); +void ddf_MatrixIntegerFilter(ddf_MatrixPtr); +void ddf_WriteReal(FILE *, myfloat); +void ddf_WriteNumber(FILE *f, myfloat x); + /* write a number depending on the arithmetic used. */ +void ddf_WritePolyFile(FILE *, ddf_PolyhedraPtr); +void ddf_WriteRunningMode(FILE *, ddf_PolyhedraPtr); +void ddf_WriteErrorMessages(FILE *, ddf_ErrorType); +void ddf_WriteSetFamily(FILE *, ddf_SetFamilyPtr); +void ddf_WriteSetFamilyCompressed(FILE *, ddf_SetFamilyPtr); +void ddf_WriteProgramDescription(FILE *); +void ddf_WriteDDTimes(FILE *, ddf_PolyhedraPtr); +void ddf_WriteTimes(FILE *, time_t, time_t); +void ddf_WriteIncidence(FILE *, ddf_PolyhedraPtr); +void ddf_WriteAdjacency(FILE *, ddf_PolyhedraPtr); +void ddf_WriteInputAdjacency(FILE *, ddf_PolyhedraPtr); +void ddf_WriteInputIncidence(FILE *, ddf_PolyhedraPtr); + +/* functions and types for LP solving */ + +ddf_LPPtr ddf_Matrix2LP(ddf_MatrixPtr, ddf_ErrorType *); + /* Load a matrix to create an LP object. */ + +ddf_LPPtr ddf_Matrix2Feasibility(ddf_MatrixPtr, ddf_ErrorType *); + /* Load a matrix to create an LP object for feasibility (obj == 0) .*/ /* 094 */ + +ddf_LPPtr ddf_Matrix2Feasibility2(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_ErrorType *); + /* Load a matrix to create an LP object for feasibility with additional equality and + strict inequality constraints. */ /* 094 */ + +ddf_boolean ddf_LPSolve(ddf_LPPtr,ddf_LPSolverType,ddf_ErrorType *); +ddf_boolean ddf_LPSolve0(ddf_LPPtr,ddf_LPSolverType,ddf_ErrorType *); +void ddf_CrissCrossSolve(ddf_LPPtr lp,ddf_ErrorType *); +void ddf_DualSimplexSolve(ddf_LPPtr lp,ddf_ErrorType *); + +ddf_LPPtr ddf_MakeLPforInteriorFinding(ddf_LPPtr); +ddf_LPSolutionPtr ddf_CopyLPSolution(ddf_LPPtr); /* 0.90c */ +void ddf_WriteLP(FILE *, ddf_LPPtr); /* 092 */ + +ddf_LPPtr ddf_CreateLPData(ddf_LPObjectiveType,ddf_NumberType,ddf_rowrange,ddf_colrange); +int ddf_LPReverseRow(ddf_LPPtr, ddf_rowrange); + /* reverse the i-th row (1 <= i <= no. of rows) */ +int ddf_LPReplaceRow(ddf_LPPtr, ddf_rowrange, ddf_Arow); + /* replace the i-th row (1 <= i <= no. of rows) */ +ddf_Arow ddf_LPCopyRow(ddf_LPPtr, ddf_rowrange); + /* copy the i-th row (1 <= i <= no. of rows) */ + +void ddf_FreeLPData(ddf_LPPtr); +void ddf_FreeLPSolution(ddf_LPSolutionPtr); + +void ddf_WriteLPResult(FILE *, ddf_LPPtr, ddf_ErrorType); +void ddf_WriteLPErrorMessages(FILE *, ddf_ErrorType); +void ddf_WriteLPTimes(FILE *, ddf_LPPtr); +void ddf_WriteLPStats(FILE *f); +void ddf_WriteLPMode(FILE *f); + +ddf_MatrixPtr ddf_FourierElimination(ddf_MatrixPtr,ddf_ErrorType *); +ddf_MatrixPtr ddf_BlockElimination(ddf_MatrixPtr, ddf_colset, ddf_ErrorType *); + +#if defined(__cplusplus) +} +#endif + +/* ---------- FUNCTIONS MEANT TO BE NON-PUBLIC ---------- */ +void ddf_QuickSort(ddf_rowindex, long, long, ddf_Amatrix, long); +void ddf_RandomPermutation(ddf_rowindex, long, unsigned int seed); +void ddf_UniqueRows(ddf_rowindex, long, long, ddf_Amatrix, long, ddf_rowset, long *); + +ddf_boolean ddf_DoubleDescription(ddf_PolyhedraPtr, ddf_ErrorType*); +ddf_boolean ddf_DoubleDescription2(ddf_PolyhedraPtr, ddf_RowOrderType, ddf_ErrorType *); + +void ddf_FreeDDMemory0(ddf_ConePtr); +void ddf_fread_rational_value (FILE *f, myfloat value); +void ddf_sread_rational_value (const char *s, myfloat value); +void ddf_AddNewHalfspace1(ddf_ConePtr, ddf_rowrange); +void ddf_AddNewHalfspace2(ddf_ConePtr, ddf_rowrange); +void ddf_AddRay(ddf_ConePtr, myfloat *); +void ddf_AddArtificialRay(ddf_ConePtr); +void ddf_AValue(myfloat*,ddf_colrange, ddf_Amatrix, myfloat *, ddf_rowrange); +void ddf_CheckAdjacency(ddf_ConePtr, ddf_RayPtr*, ddf_RayPtr*, ddf_boolean *); +void ddf_CheckEquality(ddf_colrange, ddf_RayPtr *, ddf_RayPtr *, ddf_boolean *); +void ddf_ComputeRowOrderVector(ddf_ConePtr); +void ddf_ConditionalAddEdge(ddf_ConePtr,ddf_RayPtr, ddf_RayPtr, ddf_RayPtr); +void ddf_CopyArow(myfloat *, myfloat *, ddf_colrange); +void ddf_CopyNormalizedAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange); +void ddf_CopyNormalizedArow(myfloat *, myfloat *, ddf_colrange); +void ddf_CopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange); +void ddf_PermuteCopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange, ddf_rowindex); +void ddf_PermutePartialCopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange, ddf_rowindex,ddf_rowrange, ddf_rowrange); +void ddf_CopyBmatrix(ddf_colrange, ddf_Bmatrix T, ddf_Bmatrix TCOPY); +void ddf_CopyRay(myfloat *, ddf_colrange, ddf_RayPtr, + ddf_RepresentationType, ddf_colindex); +void ddf_CreateInitialEdges(ddf_ConePtr); +void ddf_CreateNewRay(ddf_ConePtr, ddf_RayPtr, ddf_RayPtr, ddf_rowrange); +void ddf_Eliminate(ddf_ConePtr, ddf_RayPtr*); +void ddf_EvaluateARay1(ddf_rowrange, ddf_ConePtr); +void ddf_EvaluateARay2(ddf_rowrange, ddf_ConePtr); +void ddf_FeasibilityIndices(long *, long *, ddf_rowrange, ddf_ConePtr); +void ddf_FindBasis(ddf_ConePtr, long *rank); +void ddf_FindInitialRays(ddf_ConePtr, ddf_boolean *); +void ddf_ColumnReduce(ddf_ConePtr); +void ddf_GaussianColumnPivot(ddf_rowrange, ddf_colrange, ddf_Amatrix, ddf_Bmatrix, ddf_rowrange, ddf_colrange); +ddf_boolean ddf_LexSmaller(myfloat *, myfloat *, long); +ddf_boolean ddf_LexLarger(myfloat *, myfloat *, long); +ddf_boolean ddf_LexEqual(myfloat *, myfloat *, long); +void ddf_Normalize(ddf_colrange, myfloat *); +void ddf_MatrixIntegerFilter(ddf_MatrixPtr); +void ddf_ProcessCommandLine(FILE*,ddf_MatrixPtr, const char *); +void ddf_SelectNextHalfspace(ddf_ConePtr, ddf_rowset, ddf_rowrange *); +void ddf_SelectPivot2(ddf_rowrange,ddf_colrange,ddf_Amatrix, +ddf_Bmatrix,ddf_RowOrderType,ddf_rowindex, ddf_rowset,ddf_rowrange,ddf_rowset, +ddf_colset,ddf_rowrange *,ddf_colrange *,ddf_boolean *); +void ddf_SelectPreorderedNext(ddf_ConePtr, ddf_rowset, ddf_rowrange *); +void ddf_SetInequalitySets(ddf_ConePtr); +void ddf_SnapToInteger(myfloat, myfloat); +void ddf_StoreRay1(ddf_ConePtr, myfloat *, ddf_boolean *); +void ddf_StoreRay2(ddf_ConePtr, myfloat *, ddf_boolean *, ddf_boolean *); +void ddf_TableauEntry(myfloat *, ddf_rowrange, ddf_colrange, ddf_Amatrix, ddf_Bmatrix T, ddf_rowrange, ddf_colrange); +void ddf_UpdateEdges(ddf_ConePtr, ddf_RayPtr, ddf_RayPtr); +void ddf_UpdateRowOrderVector(ddf_ConePtr, ddf_rowset PriorityRows); +void ddf_WriteRay(FILE *, ddf_colrange, ddf_RayPtr, + ddf_RepresentationType, ddf_colindex); +void ddf_ZeroIndexSet(ddf_rowrange, ddf_colrange, ddf_Amatrix, myfloat *, ddf_rowset); + +/* New functions to handle data loading, NON-PUBLIC */ +ddf_NumberType ddf_GetNumberType(const char *); +ddf_ConePtr ddf_ConeDataLoad(ddf_PolyhedraPtr); +ddf_PolyhedraPtr ddf_CreatePolyhedraData(ddf_rowrange, ddf_colrange); +ddf_boolean ddf_InitializeConeData(ddf_rowrange, ddf_colrange, ddf_ConePtr*); +ddf_boolean ddf_AppendMatrix2Poly(ddf_PolyhedraPtr*, ddf_MatrixPtr); + + + + + +/* end of cddlib.h */ diff -Nru cddlib-094h/lib-src/cdd.h cddlib-094j/lib-src/cdd.h --- cddlib-094h/lib-src/cdd.h 2015-04-30 09:37:09.000000000 +0000 +++ cddlib-094j/lib-src/cdd.h 2018-04-25 11:58:10.000000000 +0000 @@ -1,6 +1,6 @@ /* cdd.h: Header file for cddlib.c written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* cddlib.c : C-Implementation of the double description method for diff -Nru cddlib-094h/lib-src/cddio.c cddlib-094j/lib-src/cddio.c --- cddlib-094h/lib-src/cddio.c 2015-04-30 09:34:12.000000000 +0000 +++ cddlib-094j/lib-src/cddio.c 2018-06-21 14:11:04.000000000 +0000 @@ -1,6 +1,6 @@ /* cddio.c: Basic Input and Output Procedures for cddlib written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* cddlib : C-library of the double description method for @@ -495,6 +495,7 @@ if (set_member(i+1,M2->linset)) set_addelem(M->linset,m1+i+1); } M->numbtype=(*M1)->numbtype; + M->representation=(*M1)->representation; dd_FreeMatrix(*M1); *M1=M; success=1; diff -Nru cddlib-094h/lib-src/cddlib.c cddlib-094j/lib-src/cddlib.c --- cddlib-094h/lib-src/cddlib.c 2015-04-30 09:34:48.000000000 +0000 +++ cddlib-094j/lib-src/cddlib.c 2018-04-25 11:58:10.000000000 +0000 @@ -1,6 +1,6 @@ /* cddlib.c: cdd library (library version of cdd) written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd */ diff -Nru cddlib-094h/lib-src/cddlp.c cddlib-094j/lib-src/cddlp.c --- cddlib-094h/lib-src/cddlp.c 2015-04-30 09:35:24.000000000 +0000 +++ cddlib-094j/lib-src/cddlp.c 2018-05-23 14:10:18.000000000 +0000 @@ -1,6 +1,6 @@ /* cddlp.c: dual simplex method c-code written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* cddlp.c : C-Implementation of the dual simplex method for @@ -13,6 +13,7 @@ #include "setoper.h" /* set operation library header (Ver. May 18, 2000 or later) */ #include "cdd.h" +#include "splitmix64.h" #include #include #include @@ -1752,12 +1753,12 @@ void dd_RandomPermutation2(dd_rowindex OV,long t,unsigned int seed) { long k,j,ovj; - double u,xk,r,rand_max=(double) RAND_MAX; + double u,xk,r,rand_max=(double) UINT64_MAX; int localdebug=dd_FALSE; - srand(seed); + srand_splitmix64(seed); for (j=t; j>1 ; j--) { - r=rand(); + r=rand_splitmix64(); u=r/rand_max; xk=(double)(j*u +1); k=(long)xk; @@ -2570,7 +2571,7 @@ dd_rowset redset; dd_MatrixPtr Mcopy; dd_Arow cvec; /* certificate */ - dd_boolean localdebug=dd_TRUE; + dd_boolean localdebug=dd_FALSE; m=M->rowsize; if (M->representation==dd_Generator){ @@ -2874,7 +2875,7 @@ dd_LPSolutionPtr lps; dd_ErrorType err; dd_LPSolverType solver=dd_DualSimplex; - dd_boolean localdebug=dd_TRUE; + dd_boolean localdebug=dd_FALSE; m=M->rowsize; d=M->colsize; diff -Nru cddlib-094h/lib-src/cddmp.c cddlib-094j/lib-src/cddmp.c --- cddlib-094h/lib-src/cddmp.c 2015-04-30 09:36:27.000000000 +0000 +++ cddlib-094j/lib-src/cddmp.c 2018-04-25 11:58:10.000000000 +0000 @@ -1,6 +1,6 @@ /* cddmp.c (cddlib arithmetic operations using gmp) written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* 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 diff -Nru cddlib-094h/lib-src/cddmp_f.h cddlib-094j/lib-src/cddmp_f.h --- cddlib-094h/lib-src/cddmp_f.h 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/lib-src/cddmp_f.h 2018-05-11 15:06:13.000000000 +0000 @@ -0,0 +1,129 @@ +/* generated automatically from cddmp.h */ +/* cddmp.h (cddlib arithmetic operations using gmp) + written by Komei Fukuda, fukuda@math.ethz.ch + Version 0.94i, March 9, 2018 +*/ + +/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#ifndef _CDDMP_HF +#define _CDDMP_HF +#endif /* _CDDMP_HF */ + +/**********************************/ +/* MACROS */ +/* dependent on mp implementation */ +/**********************************/ + +#if defined ddf_GMPRATIONAL + #include "gmp.h" + #define ddf_ddf_ARITHMETIC "GMP rational" + #define ddf_init(a) mpq_init(a) + #define ddf_clear(a) mpq_clear(a) + #define ddf_set(a, b) mpq_set(a,b) + #define ddf_set_si(a, b) dddf_mpq_set_si(a,b) /* defined in cddgmp.c */ + #define ddf_set_si2(a, b, c) mpq_set_si(a,b,c) /* gmp 3.1 or higher */ + #define ddf_set_d(a, b) mpq_set_d(a,b) /* gmp 3.1 or higher */ + #define ddf_add(a, b, c) mpq_add(a,b,c) + #define ddf_sub(a, b, c) mpq_sub(a,b,c) + #define ddf_mul(a, b, c) mpq_mul(a,b,c) + #define ddf_div(a, b, c) mpq_div(a,b,c) + #define ddf_neg(a, b) mpq_neg(a,b) + #define ddf_inv(a, b) mpq_inv(a,b) + #define ddf_cmp(a, b) mpq_cmp(a,b) + /* returns pos if a>b, 0 if a=b, negative if ab, 0 if a=b, negative if ab, 0 if a=b, negative if a= 0}. + Please read COPYING (GNU General Public Licence) and + the manual cddlibman.tex for detail. +*/ + +#ifndef _CDDTYPES_HF +#define _CDDTYPES_HF +#endif /* _CDDTYPES_HF */ + +#define ddf_COPYRIGHT "Copyright (C) 1996, Komei Fukuda, fukuda@ifor.math.ethz.ch" +#define ddf_DDVERSION "Version 0.94g (March 23, 2012)" +#include + +#define ddf_wordlenmax 1024 +#define ddf_linelenmax 4096 +#define ddf_datawidth 10 +#define ddf_filenamelen 255 + +#define ddf_FALSE 0 +#define ddf_TRUE 1 + +typedef int ddf_boolean; + +typedef long ddf_rowrange; +typedef long ddf_colrange; +typedef long ddf_bigrange; + +typedef set_type ddf_rowset; +typedef set_type ddf_colset; +typedef long *ddf_rowindex; +typedef int *ddf_rowflag; +typedef long *ddf_colindex; +typedef myfloat **ddf_Amatrix; +typedef myfloat *ddf_Arow; +typedef set_type *ddf_SetVector; +typedef myfloat **ddf_Bmatrix; +typedef set_type *ddf_Aincidence; + +/* typedef char ddf_FilenameType[ddf_filenamelen]; deleted 000505*/ +typedef char ddf_DataFileType[ddf_filenamelen]; +typedef char ddf_LineType[ddf_linelenmax]; +typedef char ddf_WordType[ddf_wordlenmax]; + +typedef struct ddf_raydata *ddf_RayPtr; + +typedef struct ddf_raydata { + myfloat *Ray; + ddf_rowset ZeroSet; + ddf_rowrange FirstInfeasIndex; /* the first inequality the ray violates */ + ddf_boolean feasible; /* flag to store the feasibility */ + myfloat ARay; /* temporary area to store some row of A*Ray */ + ddf_RayPtr Next; +} ddf_RayType; + +typedef struct ddf_adjacencydata *ddf_AdjacencyPtr; +typedef struct ddf_adjacencydata { + ddf_RayPtr Ray1, Ray2; + ddf_AdjacencyPtr Next; +} ddf_AdjacencyType; + +typedef enum { + ddf_Combinatorial, ddf_Algebraic +} ddf_AdjacencyTestType; + +typedef enum { + ddf_MaxIndex, ddf_MinIndex, ddf_MinCutoff, ddf_MaxCutoff, ddf_MixCutoff, + ddf_LexMin, ddf_LexMax, ddf_RandomRow +} ddf_RowOrderType; + +typedef enum { + ddf_Unknown=0, ddf_Real, ddf_Rational, ddf_Integer +} ddf_NumberType; + +typedef enum { + ddf_Unspecified=0, ddf_Inequality, ddf_Generator +} ddf_RepresentationType; + +typedef enum { + ddf_IneToGen, ddf_GenToIne, ddf_LPMax, ddf_LPMin, ddf_InteriorFind +} ddf_ConversionType; + +typedef enum { + ddf_IncOff=0, ddf_IncCardinality, ddf_IncSet +} ddf_IncidenceOutputType; + +typedef enum { + ddf_AdjOff=0, ddf_AdjacencyList, ddf_AdjacencyDegree +} ddf_AdjacencyOutputType; + +typedef enum { + ddf_Auto, ddf_SemiAuto, ddf_Manual +} ddf_FileInputModeType; + /* Auto if a input filename is specified by command arguments */ + +typedef enum { + ddf_DimensionTooLarge, ddf_ImproperInputFormat, + ddf_NegativeMatrixSize, ddf_EmptyVrepresentation, ddf_EmptyHrepresentation, ddf_EmptyRepresentation, + ddf_IFileNotFound, ddf_OFileNotOpen, ddf_NoLPObjective, ddf_NoRealNumberSupport, + ddf_NotAvailForH, ddf_NotAvailForV, ddf_CannotHandleLinearity, + ddf_RowIndexOutOfRange, ddf_ColIndexOutOfRange, + ddf_LPCycling, ddf_NumericallyInconsistent, + ddf_NoError +} ddf_ErrorType; + +typedef enum { + ddf_InProgress, ddf_AllFound, ddf_RegionEmpty +} ddf_CompStatusType; + +/* --- LP types ---- */ + +typedef enum { + ddf_LPnone=0, ddf_LPmax, ddf_LPmin +} ddf_LPObjectiveType; + +typedef enum { + ddf_CrissCross, ddf_DualSimplex +} ddf_LPSolverType; + +typedef enum { + ddf_LPSundecided, ddf_Optimal, ddf_Inconsistent, ddf_DualInconsistent, + ddf_StrucInconsistent, ddf_StrucDualInconsistent, + ddf_Unbounded, ddf_DualUnbounded +} ddf_LPStatusType; + +typedef struct ddf_lpsolution *ddf_LPSolutionPtr; +typedef struct ddf_lpsolution { + ddf_DataFileType filename; + ddf_LPObjectiveType objective; + ddf_LPSolverType solver; + ddf_rowrange m; + ddf_colrange d; + ddf_NumberType numbtype; + + ddf_LPStatusType LPS; /* the current solution status */ + myfloat optvalue; /* optimal value */ + ddf_Arow sol; /* primal solution */ + ddf_Arow dsol; /* dual solution */ + ddf_colindex nbindex; /* current basis represented by nonbasic indices */ + ddf_rowrange re; /* row index as a certificate in the case of inconsistency */ + ddf_colrange se; /* col index as a certificate in the case of dual inconsistency */ + long pivots[5]; + /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, + pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ + long total_pivots; +} ddf_LPSolutionType; + + +typedef struct ddf_lpdata *ddf_LPPtr; +typedef struct ddf_lpdata { + ddf_DataFileType filename; + ddf_LPObjectiveType objective; + ddf_LPSolverType solver; + ddf_boolean Homogeneous; + /* The first column except for the obj row is all zeros. */ + ddf_rowrange m; + ddf_colrange d; + ddf_Amatrix A; + ddf_Bmatrix B; + ddf_rowrange objrow; + ddf_colrange rhscol; + ddf_NumberType numbtype; + ddf_rowrange eqnumber; /* the number of equalities */ + ddf_rowset equalityset; + + ddf_boolean redcheck_extensive; /* Apply the extensive redundancy check. */ + ddf_rowrange ired; /* the row index for the redundancy checking */ + ddf_rowset redset_extra; /* a set of rows that are newly recognized redundan by the extensive search. */ + ddf_rowset redset_accum; /* the accumulated set of rows that are recognized redundant */ + ddf_rowset posset_extra; /* a set of rows that are recognized non-linearity */ + + ddf_boolean lexicopivot; /* flag to use the lexicogrphic pivot rule (symbolic perturbation). */ + + ddf_LPStatusType LPS; /* the current solution status */ + ddf_rowrange m_alloc; /* the allocated row size of matrix A */ + ddf_colrange d_alloc; /* the allocated col size of matrix A */ + myfloat optvalue; /* optimal value */ + ddf_Arow sol; /* primal solution */ + ddf_Arow dsol; /* dual solution */ + ddf_colindex nbindex; /* current basis represented by nonbasic indices */ + ddf_rowrange re; /* row index as a certificate in the case of inconsistency */ + ddf_colrange se; /* col index as a certificate in the case of dual inconsistency */ + long pivots[5]; + /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, + pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ + long total_pivots; + int use_given_basis; /* switch to indicate the use of the given basis */ + ddf_colindex given_nbindex; /* given basis represented by nonbasic indices */ + time_t starttime; + time_t endtime; +} ddf_LPType; + + +/*---- end of LP Types ----- */ + + +typedef struct ddf_matrixdata *ddf_MatrixPtr; +typedef struct ddf_matrixdata { + ddf_rowrange rowsize; + ddf_rowset linset; + /* a subset of rows of linearity (ie, generators of + linearity space for V-representation, and equations + for H-representation. */ + ddf_colrange colsize; + ddf_RepresentationType representation; + ddf_NumberType numbtype; + ddf_Amatrix matrix; + ddf_LPObjectiveType objective; + ddf_Arow rowvec; +} ddf_MatrixType; + +typedef struct ddf_setfamily *ddf_SetFamilyPtr; +typedef struct ddf_setfamily { + ddf_bigrange famsize; + ddf_bigrange setsize; + ddf_SetVector set; +} ddf_SetFamilyType; + + +typedef struct ddf_nodedata *ddf_NodePtr; +typedef struct ddf_nodedata {ddf_bigrange key; ddf_NodePtr next;} ddf_NodeType; + +typedef struct ddf_graphdata *ddf_GraphPtr; +typedef struct ddf_graphdata { + ddf_bigrange vsize; + ddf_NodePtr *adjlist; /* should be initialized to have vsize components */ +} ddf_GraphType; + + +typedef struct ddf_polyhedradata *ddf_PolyhedraPtr; +typedef struct ddf_conedata *ddf_ConePtr; + +typedef struct ddf_polyhedradata { + ddf_RepresentationType representation; /* given representation */ + ddf_boolean homogeneous; + ddf_colrange d; + ddf_rowrange m; + ddf_Amatrix A; /* Inequality System: m times d matrix */ + ddf_NumberType numbtype; + ddf_ConePtr child; /* pointing to the homogenized cone data */ + ddf_rowrange m_alloc; /* allocated row size of matrix A */ + ddf_colrange d_alloc; /* allocated col size of matrix A */ + ddf_Arow c; /* cost vector */ + + ddf_rowflag EqualityIndex; + /* ith component is 1 if it is equality, -1 if it is strict inequality, 0 otherwise. */ + + ddf_boolean IsEmpty; /* This is to tell whether the set is empty or not */ + + ddf_boolean NondegAssumed; + ddf_boolean InitBasisAtBottom; + ddf_boolean RestrictedEnumeration; + ddf_boolean RelaxedEnumeration; + + ddf_rowrange m1; + /* = m or m+1 (when representation=Inequality && !homogeneous) + This data is written after ddf_ConeDataLoad is called. This + determines the size of Ainc. */ + ddf_boolean AincGenerated; + /* Indicates whether Ainc, Ared, Adom are all computed. + All the variables below are valid only when this is TRUE */ + ddf_colrange ldim; /* linearity dimension */ + ddf_bigrange n; + /* the size of output = total number of rays + in the computed cone + linearity dimension */ + ddf_Aincidence Ainc; + /* incidence of input and output */ + ddf_rowset Ared; + /* redundant set of rows whose removal results in a minimal system */ + ddf_rowset Adom; + /* dominant set of rows (those containing all rays). */ + +} ddf_PolyhedraType; + + +typedef struct ddf_conedata { + ddf_RepresentationType representation; + ddf_rowrange m; + ddf_colrange d; + ddf_Amatrix A; + ddf_NumberType numbtype; + ddf_PolyhedraPtr parent; /* pointing to the original polyhedra data */ + ddf_rowrange m_alloc; /* allocated row size of matrix A */ + ddf_colrange d_alloc; /* allocated col size of matrix A */ + +/* CONTROL: variables to control computation */ + ddf_rowrange Iteration; + ddf_RowOrderType HalfspaceOrder; + ddf_RayPtr FirstRay, LastRay, ArtificialRay; /* The second description: Generator */ + ddf_RayPtr PosHead, ZeroHead, NegHead, PosLast, ZeroLast, NegLast; + ddf_AdjacencyType **Edges; /* adjacency relation storage for iteration k */ + unsigned int rseed; /* random seed for random row permutation */ + + ddf_boolean ColReduced; /* flag to indicate that a column basis is computed and reduced */ + ddf_bigrange LinearityDim; + /* the dimension of the linearity space (when input is H), and + the size of a minimal system of equations to determine the space (when V). */ + ddf_colrange d_orig; /* the size d of the original matrix A */ + ddf_colindex newcol; /* the size d of the original matrix A */ + + ddf_colindex InitialRayIndex; /* InitialRayIndex[s] (s>=1) stores the corr. row index */ + ddf_rowindex OrderVector; + ddf_boolean RecomputeRowOrder; + ddf_boolean PreOrderedRun; + ddf_rowset GroundSet, EqualitySet, NonequalitySet, + AddedHalfspaces, WeaklyAddedHalfspaces, InitialHalfspaces; + long RayCount, FeasibleRayCount, WeaklyFeasibleRayCount, + TotalRayCount, ZeroRayCount; + long EdgeCount, TotalEdgeCount; + long count_int,count_int_good,count_int_bad; /* no. of intersection operations */ + + ddf_Bmatrix B; + ddf_Bmatrix Bsave; /* a copy of the dual basis inverse used to reduce the matrix A */ + +/* STATES: variables to represent current state. */ + ddf_ErrorType Error; + ddf_CompStatusType CompStatus; /* Computation Status */ + time_t starttime, endtime; +} ddf_ConeType; + +/* Global Variables */ +extern ddf_boolean ddf_debug; +extern ddf_boolean ddf_log; + +/* end of cddtypes.h */ diff -Nru cddlib-094h/lib-src/cddtypes.h cddlib-094j/lib-src/cddtypes.h --- cddlib-094h/lib-src/cddtypes.h 2015-04-30 09:37:54.000000000 +0000 +++ cddlib-094j/lib-src/cddtypes.h 2018-04-25 11:58:10.000000000 +0000 @@ -1,6 +1,6 @@ /* cddtypes.h: Header file for cddlib.c written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 + Version 0.94i, March 9, 2018 */ /* cddlib.c : C-Implementation of the double description method for Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/lib-src/.DS_Store.1 and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/lib-src/.DS_Store.1 differ diff -Nru cddlib-094h/lib-src/Makefile.am cddlib-094j/lib-src/Makefile.am --- cddlib-094h/lib-src/Makefile.am 2012-03-23 08:43:56.000000000 +0000 +++ cddlib-094j/lib-src/Makefile.am 2018-05-23 14:10:18.000000000 +0000 @@ -8,12 +8,15 @@ cddlib.c \ cddproj.c \ setoper.c +libcdd_la_CPPFLAGS = -UGMPRATIONAL + +AM_LDFLAGS = -version-info $(libcdd_version_info) $(CDD_LDFLAGS) include_HEADERS = \ cdd.h \ cddmp.h \ cddtypes.h \ -setoper.h +setoper.h \ +splitmix64.h -AM_CPPFLAGS = -UGMPRATIONAL -AM_LDFLAGS = -version-info 0:0:0 +include ./Makefile.gmp.am diff -Nru cddlib-094h/lib-src/Makefile.gmp.am cddlib-094j/lib-src/Makefile.gmp.am --- cddlib-094h/lib-src/Makefile.gmp.am 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/lib-src/Makefile.gmp.am 2018-05-23 14:10:18.000000000 +0000 @@ -0,0 +1,57 @@ +if GMP + +lib_LTLIBRARIES += libcddgmp.la + +include_HEADERS += \ +cdd_f.h \ +cddmp_f.h \ +cddtypes_f.h + +libcddgmp_la_SOURCES = $(libcdd_la_SOURCES) +libcddgmp_la_CPPFLAGS = -DGMPRATIONAL +libcddgmp_la_LDFLAGS = -lgmp +# do not ship generated source files +nodist_libcddgmp_la_SOURCES = \ +cddcore_f.c \ +cddlp_f.c \ +cddmp_f.c \ +cddio_f.c \ +cddlib_f.c \ +cddproj_f.c + +# Since the _f.h and _f.c are autogenerated, we need them to be generated +# before any other compilation takes place. +BUILT_SOURCES = cdd_f.h cddmp_f.h cddtypes_f.h $(nodist_libcddgmp_la_SOURCES) +CLEANFILES = $(BUILT_SOURCES) + +# The _f.h and _f.c files are generated from the .h and .c files by the +# following sed/awk script. +define SED_GMP + sed -e 's/dd_/ddf_/g' \ + -e 's/cddf_/cdd_/g' \ + -e 's/mytype/myfloat/g' \ + -e 's/#include "cdd.h"/#include "cdd_f.h"/' \ + -e 's/#include "cddtypes.h"/#include "cddtypes_f.h"/' \ + -e 's/#include "cddmp.h"/#include "cddmp_f.h"/' \ + -e 's/__CDD_H/__CDD_HF/' \ + -e 's/__CDD_HFF/__CDD_HF/' \ + -e 's/__CDDMP_H/_CDDMP_HF/' \ + -e 's/__CDDTYPES_H/_CDDTYPES_HF/' \ + -e 's/GMPRATIONAL/ddf_GMPRATIONAL/g' \ + -e 's/ARITHMETIC/ddf_ARITHMETIC/g' \ + -e 's/CDOUBLE/ddf_CDOUBLE/g' \ + $< | awk 'BEGIN{print "/* generated automatically from $< */"}1' \ + > $@ +endef + + +SUFFIXES = _f.h _f.c +# A rule to create a _f.h from a .h +.h_f.h: + $(SED_GMP) + +# A rule to create a _f.c from a .c +.c_f.c: + $(SED_GMP) + +endif diff -Nru cddlib-094h/lib-src/Makefile.in cddlib-094j/lib-src/Makefile.in --- cddlib-094h/lib-src/Makefile.in 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/lib-src/Makefile.in 2018-06-11 07:21:08.000000000 +0000 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 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. @@ -16,9 +16,65 @@ VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 @@ -33,62 +89,167 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +@GMP_TRUE@am__append_1 = libcddgmp.la +@GMP_TRUE@am__append_2 = \ +@GMP_TRUE@cdd_f.h \ +@GMP_TRUE@cddmp_f.h \ +@GMP_TRUE@cddtypes_f.h + subdir = lib-src -DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +DIST_COMMON = $(srcdir)/Makefile.am $(am__include_HEADERS_DIST) \ + $(am__DIST_COMMON) +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 = `echo $$p | sed -e 's|^.*/||'`; +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__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" -libLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) libcdd_la_LIBADD = -am_libcdd_la_OBJECTS = cddcore.lo cddlp.lo cddmp.lo cddio.lo cddlib.lo \ - cddproj.lo setoper.lo +am_libcdd_la_OBJECTS = libcdd_la-cddcore.lo libcdd_la-cddlp.lo \ + libcdd_la-cddmp.lo libcdd_la-cddio.lo libcdd_la-cddlib.lo \ + libcdd_la-cddproj.lo libcdd_la-setoper.lo libcdd_la_OBJECTS = $(am_libcdd_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libcddgmp_la_LIBADD = +am__libcddgmp_la_SOURCES_DIST = cddcore.c cddlp.c cddmp.c cddio.c \ + cddlib.c cddproj.c setoper.c +am__objects_1 = libcddgmp_la-cddcore.lo libcddgmp_la-cddlp.lo \ + libcddgmp_la-cddmp.lo libcddgmp_la-cddio.lo \ + libcddgmp_la-cddlib.lo libcddgmp_la-cddproj.lo \ + libcddgmp_la-setoper.lo +@GMP_TRUE@am_libcddgmp_la_OBJECTS = $(am__objects_1) +@GMP_TRUE@nodist_libcddgmp_la_OBJECTS = libcddgmp_la-cddcore_f.lo \ +@GMP_TRUE@ libcddgmp_la-cddlp_f.lo libcddgmp_la-cddmp_f.lo \ +@GMP_TRUE@ libcddgmp_la-cddio_f.lo libcddgmp_la-cddlib_f.lo \ +@GMP_TRUE@ libcddgmp_la-cddproj_f.lo +libcddgmp_la_OBJECTS = $(am_libcddgmp_la_OBJECTS) \ + $(nodist_libcddgmp_la_OBJECTS) +libcddgmp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libcddgmp_la_LDFLAGS) $(LDFLAGS) -o $@ +@GMP_TRUE@am_libcddgmp_la_rpath = -rpath $(libdir) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = 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) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(libcdd_la_SOURCES) -DIST_SOURCES = $(libcdd_la_SOURCES) -includeHEADERS_INSTALL = $(INSTALL_HEADER) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(libcdd_la_SOURCES) $(libcddgmp_la_SOURCES) \ + $(nodist_libcddgmp_la_SOURCES) +DIST_SOURCES = $(libcdd_la_SOURCES) $(am__libcddgmp_la_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__include_HEADERS_DIST = cdd.h cddmp.h cddtypes.h setoper.h \ + splitmix64.h cdd_f.h cddmp_f.h cddtypes_f.h HEADERS = $(include_HEADERS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/./Makefile.gmp.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ +AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ +CDD_LDFLAGS = @CDD_LDFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -111,7 +272,9 @@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ @@ -124,6 +287,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ @@ -136,6 +300,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -154,6 +319,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ +dvips = @dvips@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ @@ -164,15 +330,18 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +latex = @latex@ +latex2html = @latex2html@ +libcdd_version_info = @libcdd_version_info@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ +pdflatex = @pdflatex@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ @@ -184,7 +353,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -lib_LTLIBRARIES = libcdd.la +lib_LTLIBRARIES = libcdd.la $(am__append_1) libcdd_la_SOURCES = \ cddcore.c \ cddlp.c \ @@ -194,19 +363,34 @@ cddproj.c \ setoper.c -include_HEADERS = \ -cdd.h \ -cddmp.h \ -cddtypes.h \ -setoper.h - -AM_CPPFLAGS = -UGMPRATIONAL -AM_LDFLAGS = -version-info 0:0:0 -all: all-am +libcdd_la_CPPFLAGS = -UGMPRATIONAL +AM_LDFLAGS = -version-info $(libcdd_version_info) $(CDD_LDFLAGS) +include_HEADERS = cdd.h cddmp.h cddtypes.h setoper.h splitmix64.h \ + $(am__append_2) +@GMP_TRUE@libcddgmp_la_SOURCES = $(libcdd_la_SOURCES) +@GMP_TRUE@libcddgmp_la_CPPFLAGS = -DGMPRATIONAL +@GMP_TRUE@libcddgmp_la_LDFLAGS = -lgmp +# do not ship generated source files +@GMP_TRUE@nodist_libcddgmp_la_SOURCES = \ +@GMP_TRUE@cddcore_f.c \ +@GMP_TRUE@cddlp_f.c \ +@GMP_TRUE@cddmp_f.c \ +@GMP_TRUE@cddio_f.c \ +@GMP_TRUE@cddlib_f.c \ +@GMP_TRUE@cddproj_f.c + + +# Since the _f.h and _f.c are autogenerated, we need them to be generated +# before any other compilation takes place. +@GMP_TRUE@BUILT_SOURCES = cdd_f.h cddmp_f.h cddtypes_f.h $(nodist_libcddgmp_la_SOURCES) +@GMP_TRUE@CLEANFILES = $(BUILT_SOURCES) +@GMP_TRUE@SUFFIXES = _f.h _f.c +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +.SUFFIXES: _f.h _f.c .c .h .lo .o .obj +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/./Makefile.gmp.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -215,10 +399,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib-src/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu lib-src/Makefile -.PRECIOUS: Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib-src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu lib-src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -227,6 +410,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/./Makefile.gmp.am $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -235,35 +419,48 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ if test -f $$p; then \ - f=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ + list2="$$list2 $$p"; \ else :; fi; \ - done + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + 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)'; for p in $$list; do \ - p=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ + @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 -libcdd.la: $(libcdd_la_OBJECTS) $(libcdd_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libcdd_la_OBJECTS) $(libcdd_la_LIBADD) $(LIBS) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libcdd.la: $(libcdd_la_OBJECTS) $(libcdd_la_DEPENDENCIES) $(EXTRA_libcdd_la_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libcdd_la_OBJECTS) $(libcdd_la_LIBADD) $(LIBS) + +libcddgmp.la: $(libcddgmp_la_OBJECTS) $(libcddgmp_la_DEPENDENCIES) $(EXTRA_libcddgmp_la_DEPENDENCIES) + $(AM_V_CCLD)$(libcddgmp_la_LINK) $(am_libcddgmp_la_rpath) $(libcddgmp_la_OBJECTS) $(libcddgmp_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -271,34 +468,187 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddcore.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlib.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddmp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddproj.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setoper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddcore.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddlib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddlp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddmp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-cddproj.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcdd_la-setoper.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddcore.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddcore_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddio.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddio_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddlib.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddlib_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddlp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddlp_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddmp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddmp_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddproj.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-cddproj_f.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcddgmp_la-setoper.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +libcdd_la-cddcore.lo: cddcore.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddcore.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddcore.Tpo -c -o libcdd_la-cddcore.lo `test -f 'cddcore.c' || echo '$(srcdir)/'`cddcore.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddcore.Tpo $(DEPDIR)/libcdd_la-cddcore.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddcore.c' object='libcdd_la-cddcore.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddcore.lo `test -f 'cddcore.c' || echo '$(srcdir)/'`cddcore.c + +libcdd_la-cddlp.lo: cddlp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddlp.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddlp.Tpo -c -o libcdd_la-cddlp.lo `test -f 'cddlp.c' || echo '$(srcdir)/'`cddlp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddlp.Tpo $(DEPDIR)/libcdd_la-cddlp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlp.c' object='libcdd_la-cddlp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddlp.lo `test -f 'cddlp.c' || echo '$(srcdir)/'`cddlp.c + +libcdd_la-cddmp.lo: cddmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddmp.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddmp.Tpo -c -o libcdd_la-cddmp.lo `test -f 'cddmp.c' || echo '$(srcdir)/'`cddmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddmp.Tpo $(DEPDIR)/libcdd_la-cddmp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddmp.c' object='libcdd_la-cddmp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddmp.lo `test -f 'cddmp.c' || echo '$(srcdir)/'`cddmp.c + +libcdd_la-cddio.lo: cddio.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddio.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddio.Tpo -c -o libcdd_la-cddio.lo `test -f 'cddio.c' || echo '$(srcdir)/'`cddio.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddio.Tpo $(DEPDIR)/libcdd_la-cddio.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddio.c' object='libcdd_la-cddio.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddio.lo `test -f 'cddio.c' || echo '$(srcdir)/'`cddio.c + +libcdd_la-cddlib.lo: cddlib.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddlib.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddlib.Tpo -c -o libcdd_la-cddlib.lo `test -f 'cddlib.c' || echo '$(srcdir)/'`cddlib.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddlib.Tpo $(DEPDIR)/libcdd_la-cddlib.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlib.c' object='libcdd_la-cddlib.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddlib.lo `test -f 'cddlib.c' || echo '$(srcdir)/'`cddlib.c + +libcdd_la-cddproj.lo: cddproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-cddproj.lo -MD -MP -MF $(DEPDIR)/libcdd_la-cddproj.Tpo -c -o libcdd_la-cddproj.lo `test -f 'cddproj.c' || echo '$(srcdir)/'`cddproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-cddproj.Tpo $(DEPDIR)/libcdd_la-cddproj.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddproj.c' object='libcdd_la-cddproj.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-cddproj.lo `test -f 'cddproj.c' || echo '$(srcdir)/'`cddproj.c + +libcdd_la-setoper.lo: setoper.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcdd_la-setoper.lo -MD -MP -MF $(DEPDIR)/libcdd_la-setoper.Tpo -c -o libcdd_la-setoper.lo `test -f 'setoper.c' || echo '$(srcdir)/'`setoper.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcdd_la-setoper.Tpo $(DEPDIR)/libcdd_la-setoper.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setoper.c' object='libcdd_la-setoper.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcdd_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcdd_la-setoper.lo `test -f 'setoper.c' || echo '$(srcdir)/'`setoper.c + +libcddgmp_la-cddcore.lo: cddcore.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddcore.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddcore.Tpo -c -o libcddgmp_la-cddcore.lo `test -f 'cddcore.c' || echo '$(srcdir)/'`cddcore.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddcore.Tpo $(DEPDIR)/libcddgmp_la-cddcore.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddcore.c' object='libcddgmp_la-cddcore.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddcore.lo `test -f 'cddcore.c' || echo '$(srcdir)/'`cddcore.c + +libcddgmp_la-cddlp.lo: cddlp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddlp.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddlp.Tpo -c -o libcddgmp_la-cddlp.lo `test -f 'cddlp.c' || echo '$(srcdir)/'`cddlp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddlp.Tpo $(DEPDIR)/libcddgmp_la-cddlp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlp.c' object='libcddgmp_la-cddlp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddlp.lo `test -f 'cddlp.c' || echo '$(srcdir)/'`cddlp.c + +libcddgmp_la-cddmp.lo: cddmp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddmp.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddmp.Tpo -c -o libcddgmp_la-cddmp.lo `test -f 'cddmp.c' || echo '$(srcdir)/'`cddmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddmp.Tpo $(DEPDIR)/libcddgmp_la-cddmp.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddmp.c' object='libcddgmp_la-cddmp.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddmp.lo `test -f 'cddmp.c' || echo '$(srcdir)/'`cddmp.c + +libcddgmp_la-cddio.lo: cddio.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddio.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddio.Tpo -c -o libcddgmp_la-cddio.lo `test -f 'cddio.c' || echo '$(srcdir)/'`cddio.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddio.Tpo $(DEPDIR)/libcddgmp_la-cddio.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddio.c' object='libcddgmp_la-cddio.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddio.lo `test -f 'cddio.c' || echo '$(srcdir)/'`cddio.c + +libcddgmp_la-cddlib.lo: cddlib.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddlib.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddlib.Tpo -c -o libcddgmp_la-cddlib.lo `test -f 'cddlib.c' || echo '$(srcdir)/'`cddlib.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddlib.Tpo $(DEPDIR)/libcddgmp_la-cddlib.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlib.c' object='libcddgmp_la-cddlib.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddlib.lo `test -f 'cddlib.c' || echo '$(srcdir)/'`cddlib.c + +libcddgmp_la-cddproj.lo: cddproj.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddproj.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddproj.Tpo -c -o libcddgmp_la-cddproj.lo `test -f 'cddproj.c' || echo '$(srcdir)/'`cddproj.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddproj.Tpo $(DEPDIR)/libcddgmp_la-cddproj.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddproj.c' object='libcddgmp_la-cddproj.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddproj.lo `test -f 'cddproj.c' || echo '$(srcdir)/'`cddproj.c + +libcddgmp_la-setoper.lo: setoper.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-setoper.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-setoper.Tpo -c -o libcddgmp_la-setoper.lo `test -f 'setoper.c' || echo '$(srcdir)/'`setoper.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-setoper.Tpo $(DEPDIR)/libcddgmp_la-setoper.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='setoper.c' object='libcddgmp_la-setoper.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-setoper.lo `test -f 'setoper.c' || echo '$(srcdir)/'`setoper.c + +libcddgmp_la-cddcore_f.lo: cddcore_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddcore_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddcore_f.Tpo -c -o libcddgmp_la-cddcore_f.lo `test -f 'cddcore_f.c' || echo '$(srcdir)/'`cddcore_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddcore_f.Tpo $(DEPDIR)/libcddgmp_la-cddcore_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddcore_f.c' object='libcddgmp_la-cddcore_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddcore_f.lo `test -f 'cddcore_f.c' || echo '$(srcdir)/'`cddcore_f.c + +libcddgmp_la-cddlp_f.lo: cddlp_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddlp_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddlp_f.Tpo -c -o libcddgmp_la-cddlp_f.lo `test -f 'cddlp_f.c' || echo '$(srcdir)/'`cddlp_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddlp_f.Tpo $(DEPDIR)/libcddgmp_la-cddlp_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlp_f.c' object='libcddgmp_la-cddlp_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddlp_f.lo `test -f 'cddlp_f.c' || echo '$(srcdir)/'`cddlp_f.c + +libcddgmp_la-cddmp_f.lo: cddmp_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddmp_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddmp_f.Tpo -c -o libcddgmp_la-cddmp_f.lo `test -f 'cddmp_f.c' || echo '$(srcdir)/'`cddmp_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddmp_f.Tpo $(DEPDIR)/libcddgmp_la-cddmp_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddmp_f.c' object='libcddgmp_la-cddmp_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddmp_f.lo `test -f 'cddmp_f.c' || echo '$(srcdir)/'`cddmp_f.c + +libcddgmp_la-cddio_f.lo: cddio_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddio_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddio_f.Tpo -c -o libcddgmp_la-cddio_f.lo `test -f 'cddio_f.c' || echo '$(srcdir)/'`cddio_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddio_f.Tpo $(DEPDIR)/libcddgmp_la-cddio_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddio_f.c' object='libcddgmp_la-cddio_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddio_f.lo `test -f 'cddio_f.c' || echo '$(srcdir)/'`cddio_f.c + +libcddgmp_la-cddlib_f.lo: cddlib_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddlib_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddlib_f.Tpo -c -o libcddgmp_la-cddlib_f.lo `test -f 'cddlib_f.c' || echo '$(srcdir)/'`cddlib_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddlib_f.Tpo $(DEPDIR)/libcddgmp_la-cddlib_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddlib_f.c' object='libcddgmp_la-cddlib_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddlib_f.lo `test -f 'cddlib_f.c' || echo '$(srcdir)/'`cddlib_f.c + +libcddgmp_la-cddproj_f.lo: cddproj_f.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcddgmp_la-cddproj_f.lo -MD -MP -MF $(DEPDIR)/libcddgmp_la-cddproj_f.Tpo -c -o libcddgmp_la-cddproj_f.lo `test -f 'cddproj_f.c' || echo '$(srcdir)/'`cddproj_f.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcddgmp_la-cddproj_f.Tpo $(DEPDIR)/libcddgmp_la-cddproj_f.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddproj_f.c' object='libcddgmp_la-cddproj_f.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcddgmp_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libcddgmp_la-cddproj_f.lo `test -f 'cddproj_f.c' || echo '$(srcdir)/'`cddproj_f.c mostlyclean-libtool: -rm -f *.lo @@ -307,65 +657,74 @@ -rm -rf .libs _libs install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) - test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" - @list='$(include_HEADERS)'; for p in $$list; do \ + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ + fi; \ + for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ - $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) - @list='$(include_HEADERS)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ - rm -f "$(DESTDIR)$(includedir)/$$f"; \ - done + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags -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) - tags=; \ +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + 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) - tags=; \ - 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)$$tags$$unique" \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -386,24 +745,30 @@ 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 -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am -check: check-am +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done -install: install-am +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am @@ -413,20 +778,28 @@ 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 + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 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." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ @@ -444,6 +817,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -452,18 +827,28 @@ install-dvi: install-dvi-am +install-dvi-am: + install-exec-am: install-libLTLIBRARIES 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 @@ -486,23 +871,54 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES -.MAKE: install-am install-strip +.MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES 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-includeHEADERS install-info \ - install-info-am install-libLTLIBRARIES install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ + ctags-am 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-includeHEADERS install-info install-info-am \ + install-libLTLIBRARIES 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-includeHEADERS \ + tags tags-am uninstall uninstall-am uninstall-includeHEADERS \ uninstall-libLTLIBRARIES +.PRECIOUS: Makefile + + +# The _f.h and _f.c files are generated from the .h and .c files by the +# following sed/awk script. +@GMP_TRUE@define SED_GMP +@GMP_TRUE@ sed -e 's/dd_/ddf_/g' \ +@GMP_TRUE@ -e 's/cddf_/cdd_/g' \ +@GMP_TRUE@ -e 's/mytype/myfloat/g' \ +@GMP_TRUE@ -e 's/#include "cdd.h"/#include "cdd_f.h"/' \ +@GMP_TRUE@ -e 's/#include "cddtypes.h"/#include "cddtypes_f.h"/' \ +@GMP_TRUE@ -e 's/#include "cddmp.h"/#include "cddmp_f.h"/' \ +@GMP_TRUE@ -e 's/__CDD_H/__CDD_HF/' \ +@GMP_TRUE@ -e 's/__CDD_HFF/__CDD_HF/' \ +@GMP_TRUE@ -e 's/__CDDMP_H/_CDDMP_HF/' \ +@GMP_TRUE@ -e 's/__CDDTYPES_H/_CDDTYPES_HF/' \ +@GMP_TRUE@ -e 's/GMPRATIONAL/ddf_GMPRATIONAL/g' \ +@GMP_TRUE@ -e 's/ARITHMETIC/ddf_ARITHMETIC/g' \ +@GMP_TRUE@ -e 's/CDOUBLE/ddf_CDOUBLE/g' \ +@GMP_TRUE@ $< | awk 'BEGIN{print "/* generated automatically from $< */"}1' \ +@GMP_TRUE@ > $@ +@GMP_TRUE@endef +# A rule to create a _f.h from a .h +@GMP_TRUE@.h_f.h: +@GMP_TRUE@ $(SED_GMP) + +# A rule to create a _f.c from a .c +@GMP_TRUE@.c_f.c: +@GMP_TRUE@ $(SED_GMP) + # 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: diff -Nru cddlib-094h/lib-src/splitmix64.h cddlib-094j/lib-src/splitmix64.h --- cddlib-094h/lib-src/splitmix64.h 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/lib-src/splitmix64.h 2018-05-23 14:10:18.000000000 +0000 @@ -0,0 +1,27 @@ +/* + * A fast portable random number generator. + * + * Adapted version of splitmix64.c originally published by Sebastiano + * Vigna to the public domain. + * http://xoroshiro.di.unimi.it/splitmix64.c +*/ + +#ifndef __SPLITMIX64_H +#define __SPLITMIX64_H + +#include + +static uint64_t x; /* The state can be seeded with any value. */ + +static void srand_splitmix64(uint64_t seed) { + x = seed; +} + +static uint64_t rand_splitmix64() { + uint64_t z = (x += 0x9e3779b97f4a7c15); + z = (z ^ (z >> 30)) * 0xbf58476d1ce4e5b9; + z = (z ^ (z >> 27)) * 0x94d049bb133111eb; + return z ^ (z >> 31); +} + +#endif // __SPLITMIX64_H diff -Nru cddlib-094h/lib-src-gmp/cddcore.c cddlib-094j/lib-src-gmp/cddcore.c --- cddlib-094h/lib-src-gmp/cddcore.c 2015-04-30 09:33:53.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddcore.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,2110 +0,0 @@ -/* cddcore.c: Core Procedures for cddlib - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib : C-library of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd.h" -#include -#include -#include -#include -#include - -void dd_CheckAdjacency(dd_ConePtr cone, - dd_RayPtr *RP1, dd_RayPtr *RP2, dd_boolean *adjacent) -{ - dd_RayPtr TempRay; - dd_boolean localdebug=dd_FALSE; - static dd_rowset Face, Face1; - static dd_rowrange last_m=0; - - if (last_m!=cone->m) { - if (last_m>0){ - set_free(Face); set_free(Face1); - } - set_initialize(&Face, cone->m); - set_initialize(&Face1, cone->m); - last_m=cone->m; - } - - if (dd_debug) localdebug=dd_TRUE; - *adjacent = dd_TRUE; - set_int(Face1, (*RP1)->ZeroSet, (*RP2)->ZeroSet); - set_int(Face, Face1, cone->AddedHalfspaces); - if (set_card(Face)< cone->d - 2) { - *adjacent = dd_FALSE; - if (localdebug) { - fprintf(stderr,"non adjacent: set_card(face) %ld < %ld = cone->d.\n", - set_card(Face),cone->d); - } - return; - } - else if (cone->parent->NondegAssumed) { - *adjacent = dd_TRUE; - return; - } - TempRay = cone->FirstRay; - while (TempRay != NULL && *adjacent) { - if (TempRay != *RP1 && TempRay != *RP2) { - set_int(Face1, TempRay->ZeroSet, cone->AddedHalfspaces); - if (set_subset(Face, Face1)) *adjacent = dd_FALSE; - } - TempRay = TempRay->Next; - } -} - -void dd_Eliminate(dd_ConePtr cone, dd_RayPtr*Ptr) -{ - /*eliminate the record pointed by Ptr^.Next*/ - dd_RayPtr TempPtr; - dd_colrange j; - - TempPtr = (*Ptr)->Next; - (*Ptr)->Next = (*Ptr)->Next->Next; - if (TempPtr == cone->FirstRay) /*Update the first pointer*/ - cone->FirstRay = (*Ptr)->Next; - if (TempPtr == cone->LastRay) /*Update the last pointer*/ - cone->LastRay = *Ptr; - - /* Added, Marc Pfetsch 010219 */ - for (j=0;j < cone->d;j++) -dd_clear(TempPtr->Ray[j]); - dd_clear(TempPtr->ARay); - - free(TempPtr->Ray); /* free the ray vector memory */ - set_free(TempPtr->ZeroSet); /* free the ZeroSet memory */ - free(TempPtr); /* free the dd_Ray structure memory */ - cone->RayCount--; -} - -void dd_SetInequalitySets(dd_ConePtr cone) -{ - dd_rowrange i; - - set_emptyset(cone->GroundSet); - set_emptyset(cone->EqualitySet); - set_emptyset(cone->NonequalitySet); - for (i = 1; i <= (cone->parent->m); i++){ - set_addelem(cone->GroundSet, i); - if (cone->parent->EqualityIndex[i]==1) set_addelem(cone->EqualitySet,i); - if (cone->parent->EqualityIndex[i]==-1) set_addelem(cone->NonequalitySet,i); - } -} - - -void dd_AValue(mytype *val, dd_colrange d_size, dd_Amatrix A, mytype *p, dd_rowrange i) -{ - /*return the ith component of the vector A x p */ - dd_colrange j; - mytype x; - - dd_init(x); - dd_set(*val,dd_purezero); - /* Changed by Marc Pfetsch 010219 */ - - for (j = 0; j < d_size; j++){ - dd_mul(x,A[i - 1][j], p[j]); - dd_add(*val, *val, x); - } - dd_clear(x); -} - -void dd_StoreRay1(dd_ConePtr cone, mytype *p, dd_boolean *feasible) -{ /* Original ray storing routine when RelaxedEnumeration is dd_FALSE */ - dd_rowrange i,k,fii=cone->m+1; - dd_colrange j; - mytype temp; - dd_RayPtr RR; - dd_boolean localdebug=dd_debug; - - dd_init(temp); - RR=cone->LastRay; - *feasible = dd_TRUE; - set_initialize(&(RR->ZeroSet),cone->m); - for (j = 0; j < cone->d; j++){ - dd_set(RR->Ray[j],p[j]); - } - for (i = 1; i <= cone->m; i++) { - k=cone->OrderVector[i]; - dd_AValue(&temp, cone->d, cone->A, p, k); - if (localdebug) { - fprintf(stderr,"dd_StoreRay1: dd_AValue at row %ld =",k); - dd_WriteNumber(stderr, temp); - fprintf(stderr,"\n"); - } - if (dd_EqualToZero(temp)) { - set_addelem(RR->ZeroSet, k); - if (localdebug) { - fprintf(stderr,"recognized zero!\n"); - } - } - if (dd_Negative(temp)){ - if (localdebug) { - fprintf(stderr,"recognized negative!\n"); - } - *feasible = dd_FALSE; - if (fii>cone->m) fii=i; /* the first violating inequality index */ - if (localdebug) { - fprintf(stderr,"this ray is not feasible, neg comp = %ld\n", fii); - dd_WriteNumber(stderr, temp); fprintf(stderr,"\n"); - } - } - } - RR->FirstInfeasIndex=fii; - RR->feasible = *feasible; - dd_clear(temp); -} - -void dd_StoreRay2(dd_ConePtr cone, mytype *p, - dd_boolean *feasible, dd_boolean *weaklyfeasible) - /* Ray storing routine when RelaxedEnumeration is dd_TRUE. - weaklyfeasible is true iff it is feasible with - the strict_inequality conditions deleted. */ -{ - dd_RayPtr RR; - dd_rowrange i,k,fii=cone->m+1; - dd_colrange j; - mytype temp; - dd_boolean localdebug=dd_debug; - - dd_init(temp); - RR=cone->LastRay; - if (dd_debug) localdebug=dd_TRUE; - *feasible = dd_TRUE; - *weaklyfeasible = dd_TRUE; - set_initialize(&(RR->ZeroSet),cone->m); - for (j = 0; j < cone->d; j++){ - dd_set(RR->Ray[j],p[j]); - } - for (i = 1; i <= cone->m; i++) { - k=cone->OrderVector[i]; - dd_AValue(&temp, cone->d, cone->A, p, k); - if (dd_EqualToZero(temp)){ - set_addelem(RR->ZeroSet, k); - if (cone->parent->EqualityIndex[k]==-1) - *feasible=dd_FALSE; /* strict inequality required */ - } -/* if (temp < -zero){ */ - if (dd_Negative(temp)){ - *feasible = dd_FALSE; - if (fii>cone->m && cone->parent->EqualityIndex[k]>=0) { - fii=i; /* the first violating inequality index */ - *weaklyfeasible=dd_FALSE; - } - } - } - RR->FirstInfeasIndex=fii; - RR->feasible = *feasible; - dd_clear(temp); -} - - -void dd_AddRay(dd_ConePtr cone, mytype *p) -{ - dd_boolean feasible, weaklyfeasible; - dd_colrange j; - - if (cone->FirstRay == NULL) { - cone->FirstRay = (dd_RayPtr) malloc(sizeof(dd_RayType)); - cone->FirstRay->Ray = (mytype *) calloc(cone->d, sizeof(mytype)); - for (j=0; jd; j++) dd_init(cone->FirstRay->Ray[j]); - dd_init(cone->FirstRay->ARay); - if (dd_debug) - fprintf(stderr,"Create the first ray pointer\n"); - cone->LastRay = cone->FirstRay; - cone->ArtificialRay->Next = cone->FirstRay; - } else { - cone->LastRay->Next = (dd_RayPtr) malloc(sizeof(dd_RayType)); - cone->LastRay->Next->Ray = (mytype *) calloc(cone->d, sizeof(mytype)); - for (j=0; jd; j++) dd_init(cone->LastRay->Next->Ray[j]); - dd_init(cone->LastRay->Next->ARay); - if (dd_debug) fprintf(stderr,"Create a new ray pointer\n"); - cone->LastRay = cone->LastRay->Next; - } - cone->LastRay->Next = NULL; - cone->RayCount++; - cone->TotalRayCount++; - if (dd_debug) { - if (cone->TotalRayCount % 100 == 0) { - fprintf(stderr,"*Rays (Total, Currently Active, Feasible) =%8ld%8ld%8ld\n", - cone->TotalRayCount, cone->RayCount, cone->FeasibleRayCount); - } - } - if (cone->parent->RelaxedEnumeration){ - dd_StoreRay2(cone, p, &feasible, &weaklyfeasible); - if (weaklyfeasible) (cone->WeaklyFeasibleRayCount)++; - } else { - dd_StoreRay1(cone, p, &feasible); - if (feasible) (cone->WeaklyFeasibleRayCount)++; - /* weaklyfeasible is equiv. to feasible in this case. */ - } - if (!feasible) return; - else { - (cone->FeasibleRayCount)++; - } -} - -void dd_AddArtificialRay(dd_ConePtr cone) -{ - dd_Arow zerovector; - dd_colrange j,d1; - dd_boolean feasible; - - if (cone->d<=0) d1=1; else d1=cone->d; - dd_InitializeArow(d1, &zerovector); - if (cone->ArtificialRay != NULL) { - fprintf(stderr,"Warning !!! FirstRay in not nil. Illegal Call\n"); - free(zerovector); /* 086 */ - return; - } - cone->ArtificialRay = (dd_RayPtr) malloc(sizeof(dd_RayType)); - cone->ArtificialRay->Ray = (mytype *) calloc(d1, sizeof(mytype)); - for (j=0; jArtificialRay->Ray[j]); - dd_init(cone->ArtificialRay->ARay); - - if (dd_debug) fprintf(stderr,"Create the artificial ray pointer\n"); - - cone->LastRay=cone->ArtificialRay; - dd_StoreRay1(cone, zerovector, &feasible); - /* This stores a vector to the record pointed by cone->LastRay */ - cone->ArtificialRay->Next = NULL; - for (j = 0; j < d1; j++){ - dd_clear(zerovector[j]); - } - free(zerovector); /* 086 */ -} - -void dd_ConditionalAddEdge(dd_ConePtr cone, - dd_RayPtr Ray1, dd_RayPtr Ray2, dd_RayPtr ValidFirstRay) -{ - long it,it_row,fii1,fii2,fmin,fmax; - dd_boolean adjacent,lastchance; - dd_RayPtr TempRay,Rmin,Rmax; - dd_AdjacencyType *NewEdge; - dd_boolean localdebug=dd_FALSE; - dd_rowset ZSmin, ZSmax; - static dd_rowset Face, Face1; - static dd_rowrange last_m=0; - - if (last_m!=cone->m) { - if (last_m>0){ - set_free(Face); set_free(Face1); - } - set_initialize(&Face, cone->m); - set_initialize(&Face1, cone->m); - last_m=cone->m; - } - - fii1=Ray1->FirstInfeasIndex; - fii2=Ray2->FirstInfeasIndex; - if (fii1ZeroSet; - ZSmax = Rmax->ZeroSet; - if (localdebug) { - fprintf(stderr,"dd_ConditionalAddEdge: FMIN = %ld (row%ld) FMAX=%ld\n", - fmin, cone->OrderVector[fmin], fmax); - } - if (fmin==fmax){ - if (localdebug) fprintf(stderr,"dd_ConditionalAddEdge: equal FII value-> No edge added\n"); - } - else if (set_member(cone->OrderVector[fmin],ZSmax)){ - if (localdebug) fprintf(stderr,"dd_ConditionalAddEdge: No strong separation -> No edge added\n"); - } - else { /* the pair will be separated at the iteration fmin */ - lastchance=dd_TRUE; - /* flag to check it will be the last chance to store the edge candidate */ - set_int(Face1, ZSmax, ZSmin); - (cone->count_int)++; - if (localdebug){ - fprintf(stderr,"Face: "); - for (it=1; it<=cone->m; it++) { - it_row=cone->OrderVector[it]; - if (set_member(it_row, Face1)) fprintf(stderr,"%ld ",it_row); - } - fprintf(stderr,"\n"); - } - for (it=cone->Iteration+1; it < fmin && lastchance; it++){ - it_row=cone->OrderVector[it]; - if (cone->parent->EqualityIndex[it_row]>=0 && set_member(it_row, Face1)){ - lastchance=dd_FALSE; - (cone->count_int_bad)++; - if (localdebug){ - fprintf(stderr,"There will be another chance iteration %ld (row %ld) to store the pair\n", it, it_row); - } - } - } - if (lastchance){ - adjacent = dd_TRUE; - (cone->count_int_good)++; - /* adjacent checking */ - set_int(Face, Face1, cone->AddedHalfspaces); - if (localdebug){ - fprintf(stderr,"Check adjacency\n"); - fprintf(stderr,"AddedHalfspaces: "); set_fwrite(stderr,cone->AddedHalfspaces); - fprintf(stderr,"Face: "); - for (it=1; it<=cone->m; it++) { - it_row=cone->OrderVector[it]; - if (set_member(it_row, Face)) fprintf(stderr,"%ld ",it_row); - } - fprintf(stderr,"\n"); - } - if (set_card(Face)< cone->d - 2) { - adjacent = dd_FALSE; - } - else if (cone->parent->NondegAssumed) { - adjacent = dd_TRUE; - } - else{ - TempRay = ValidFirstRay; /* the first ray for adjacency checking */ - while (TempRay != NULL && adjacent) { - if (TempRay != Ray1 && TempRay != Ray2) { - set_int(Face1, TempRay->ZeroSet, cone->AddedHalfspaces); - if (set_subset(Face, Face1)) { - if (localdebug) set_fwrite(stderr,Face1); - adjacent = dd_FALSE; - } - } - TempRay = TempRay->Next; - } - } - if (adjacent){ - if (localdebug) fprintf(stderr,"The pair is adjacent and the pair must be stored for iteration %ld (row%ld)\n", - fmin, cone->OrderVector[fmin]); - NewEdge=(dd_AdjacencyPtr) malloc(sizeof *NewEdge); - NewEdge->Ray1=Rmax; /* save the one remains in iteration fmin in the first */ - NewEdge->Ray2=Rmin; /* save the one deleted in iteration fmin in the second */ - NewEdge->Next=NULL; - (cone->EdgeCount)++; - (cone->TotalEdgeCount)++; - if (cone->Edges[fmin]==NULL){ - cone->Edges[fmin]=NewEdge; - if (localdebug) fprintf(stderr,"Create a new edge list of %ld\n", fmin); - }else{ - NewEdge->Next=cone->Edges[fmin]; - cone->Edges[fmin]=NewEdge; - } - } - } - } -} - -void dd_CreateInitialEdges(dd_ConePtr cone) -{ - dd_RayPtr Ptr1, Ptr2; - dd_rowrange fii1,fii2; - long count=0; - dd_boolean adj,localdebug=dd_FALSE; - - cone->Iteration=cone->d; /* CHECK */ - if (cone->FirstRay ==NULL || cone->LastRay==NULL){ - /* fprintf(stderr,"Warning: dd_ CreateInitialEdges called with NULL pointer(s)\n"); */ - goto _L99; - } - Ptr1=cone->FirstRay; - while(Ptr1!=cone->LastRay && Ptr1!=NULL){ - fii1=Ptr1->FirstInfeasIndex; - Ptr2=Ptr1->Next; - while(Ptr2!=NULL){ - fii2=Ptr2->FirstInfeasIndex; - count++; - if (localdebug) fprintf(stderr,"dd_ CreateInitialEdges: edge %ld \n",count); - dd_CheckAdjacency(cone, &Ptr1, &Ptr2, &adj); - if (fii1!=fii2 && adj) - dd_ConditionalAddEdge(cone, Ptr1, Ptr2, cone->FirstRay); - Ptr2=Ptr2->Next; - } - Ptr1=Ptr1->Next; - } -_L99:; -} - - -void dd_UpdateEdges(dd_ConePtr cone, dd_RayPtr RRbegin, dd_RayPtr RRend) -/* This procedure must be called after the ray list is sorted - by dd_EvaluateARay2 so that FirstInfeasIndex's are monotonically - increasing. -*/ -{ - dd_RayPtr Ptr1, Ptr2begin, Ptr2; - dd_rowrange fii1; - dd_boolean ptr2found,quit,localdebug=dd_FALSE; - long count=0,pos1, pos2; - float workleft,prevworkleft=110.0,totalpairs; - - totalpairs=(cone->ZeroRayCount-1.0)*(cone->ZeroRayCount-2.0)+1.0; - Ptr2begin = NULL; - if (RRbegin ==NULL || RRend==NULL){ - if (1) fprintf(stderr,"Warning: dd_UpdateEdges called with NULL pointer(s)\n"); - goto _L99; - } - Ptr1=RRbegin; - pos1=1; - do{ - ptr2found=dd_FALSE; - quit=dd_FALSE; - fii1=Ptr1->FirstInfeasIndex; - pos2=2; - for (Ptr2=Ptr1->Next; !ptr2found && !quit; Ptr2=Ptr2->Next,pos2++){ - if (Ptr2->FirstInfeasIndex > fii1){ - Ptr2begin=Ptr2; - ptr2found=dd_TRUE; - } - else if (Ptr2==RRend) quit=dd_TRUE; - } - if (ptr2found){ - quit=dd_FALSE; - for (Ptr2=Ptr2begin; !quit ; Ptr2=Ptr2->Next){ - count++; - if (localdebug) fprintf(stderr,"dd_UpdateEdges: edge %ld \n",count); - dd_ConditionalAddEdge(cone, Ptr1,Ptr2,RRbegin); - if (Ptr2==RRend || Ptr2->Next==NULL) quit=dd_TRUE; - } - } - Ptr1=Ptr1->Next; - pos1++; - workleft = 100.0 * (cone->ZeroRayCount-pos1) * (cone->ZeroRayCount - pos1-1.0) / totalpairs; - if (cone->ZeroRayCount>=500 && dd_debug && pos1%10 ==0 && prevworkleft-workleft>=10 ) { - fprintf(stderr,"*Work of iteration %5ld(/%ld): %4ld/%4ld => %4.1f%% left\n", - cone->Iteration, cone->m, pos1, cone->ZeroRayCount, workleft); - prevworkleft=workleft; - } - }while(Ptr1!=RRend && Ptr1!=NULL); -_L99:; -} - -void dd_FreeDDMemory0(dd_ConePtr cone) -{ - dd_RayPtr Ptr, PrevPtr; - long count; - dd_colrange j; - dd_boolean localdebug=dd_FALSE; - - /* THIS SHOULD BE REWRITTEN carefully */ - PrevPtr=cone->ArtificialRay; - if (PrevPtr!=NULL){ - count=0; - for (Ptr=cone->ArtificialRay->Next; Ptr!=NULL; Ptr=Ptr->Next){ - /* Added Marc Pfetsch 2/19/01 */ - for (j=0;j < cone->d;j++) -dd_clear(PrevPtr->Ray[j]); - dd_clear(PrevPtr->ARay); - - free(PrevPtr->Ray); - free(PrevPtr->ZeroSet); - free(PrevPtr); - count++; - PrevPtr=Ptr; - }; - cone->FirstRay=NULL; - /* Added Marc Pfetsch 010219 */ - for (j=0;j < cone->d;j++) -dd_clear(cone->LastRay->Ray[j]); - dd_clear(cone->LastRay->ARay); - - free(cone->LastRay->Ray); - cone->LastRay->Ray = NULL; - set_free(cone->LastRay->ZeroSet); - cone->LastRay->ZeroSet = NULL; - free(cone->LastRay); - cone->LastRay = NULL; - cone->ArtificialRay=NULL; - if (localdebug) fprintf(stderr,"%ld ray storage spaces freed\n",count); - } -/* must add (by Sato) */ - free(cone->Edges); - - set_free(cone->GroundSet); - set_free(cone->EqualitySet); - set_free(cone->NonequalitySet); - set_free(cone->AddedHalfspaces); - set_free(cone->WeaklyAddedHalfspaces); - set_free(cone->InitialHalfspaces); - free(cone->InitialRayIndex); - free(cone->OrderVector); - free(cone->newcol); - -/* Fixed by Shawn Rusaw. Originally it was cone->d instead of cone->d_alloc */ - dd_FreeBmatrix(cone->d_alloc,cone->B); - dd_FreeBmatrix(cone->d_alloc,cone->Bsave); - -/* Fixed by Marc Pfetsch 010219*/ - dd_FreeAmatrix(cone->m_alloc,cone->d_alloc,cone->A); - cone->A = NULL; - - free(cone); -} - -void dd_FreeDDMemory(dd_PolyhedraPtr poly) -{ - dd_FreeDDMemory0(poly->child); - poly->child=NULL; -} - -void dd_FreePolyhedra(dd_PolyhedraPtr poly) -{ - dd_bigrange i; - - if ((poly)->child != NULL) dd_FreeDDMemory(poly); - dd_FreeAmatrix((poly)->m_alloc,poly->d_alloc, poly->A); - dd_FreeArow((poly)->d_alloc,(poly)->c); - free((poly)->EqualityIndex); - if (poly->AincGenerated){ - for (i=1; i<=poly->m1; i++){ - set_free(poly->Ainc[i-1]); - } - free(poly->Ainc); - set_free(poly->Ared); - set_free(poly->Adom); - poly->Ainc=NULL; - } - - free(poly); -} - -void dd_Normalize(dd_colrange d_size, mytype *V) -{ - long j,jmin=0; - mytype temp,min; - dd_boolean nonzerofound=dd_FALSE; - - if (d_size>0){ - dd_init(min); dd_init(temp); - dd_abs(min,V[0]); jmin=0; /* set the minmizer to 0 */ - if (dd_Positive(min)) nonzerofound=dd_TRUE; - for (j = 1; j < d_size; j++) { - dd_abs(temp,V[j]); - if (dd_Positive(temp)){ - if (!nonzerofound || dd_Smaller(temp,min)){ - nonzerofound=dd_TRUE; - dd_set(min, temp); jmin=j; - } - } - } - if (dd_Positive(min)){ - for (j = 0; j < d_size; j++) dd_div(V[j], V[j], min); - } - dd_clear(min); dd_clear(temp); - } -} - - -void dd_ZeroIndexSet(dd_rowrange m_size, dd_colrange d_size, dd_Amatrix A, mytype *x, dd_rowset ZS) -{ - dd_rowrange i; - mytype temp; - - /* Changed by Marc Pfetsch 010219 */ - dd_init(temp); - set_emptyset(ZS); - for (i = 1; i <= m_size; i++) { - dd_AValue(&temp, d_size, A, x, i); - if (dd_EqualToZero(temp)) set_addelem(ZS, i); - } - - /* Changed by Marc Pfetsch 010219 */ - dd_clear(temp); -} - -void dd_CopyBmatrix(dd_colrange d_size, dd_Bmatrix T, dd_Bmatrix TCOPY) -{ - dd_rowrange i; - dd_colrange j; - - for (i=0; i < d_size; i++) { - for (j=0; j < d_size; j++) { - dd_set(TCOPY[i][j],T[i][j]); - } - } -} - - -void dd_CopyArow(mytype *acopy, mytype *a, dd_colrange d) -{ - dd_colrange j; - - for (j = 0; j < d; j++) { - dd_set(acopy[j],a[j]); - } -} - -void dd_CopyNormalizedArow(mytype *acopy, mytype *a, dd_colrange d) -{ - dd_CopyArow(acopy, a, d); - dd_Normalize(d,acopy); -} - -void dd_CopyAmatrix(mytype **Acopy, mytype **A, dd_rowrange m, dd_colrange d) -{ - dd_rowrange i; - - for (i = 0; i< m; i++) { - dd_CopyArow(Acopy[i],A[i],d); - } -} - -void dd_CopyNormalizedAmatrix(mytype **Acopy, mytype **A, dd_rowrange m, dd_colrange d) -{ - dd_rowrange i; - - for (i = 0; i< m; i++) { - dd_CopyNormalizedArow(Acopy[i],A[i],d); - } -} - -void dd_PermuteCopyAmatrix(mytype **Acopy, mytype **A, dd_rowrange m, dd_colrange d, dd_rowindex roworder) -{ - dd_rowrange i; - - for (i = 1; i<= m; i++) { - dd_CopyArow(Acopy[i-1],A[roworder[i]-1],d); - } -} - -void dd_PermutePartialCopyAmatrix(mytype **Acopy, mytype **A, dd_rowrange m, dd_colrange d, dd_rowindex roworder,dd_rowrange p, dd_rowrange q) -{ - /* copy the rows of A whose roworder is positive. roworder[i] is the row index of the copied row. */ - dd_rowrange i,k; - - k=0; - for (i = 1; i<= m; i++) { - if (roworder[i]>0) dd_CopyArow(Acopy[roworder[i]-1],A[i-1],d); - } -} - -void dd_InitializeArow(dd_colrange d,dd_Arow *a) -{ - dd_colrange j; - - if (d>0) *a=(mytype*) calloc(d,sizeof(mytype)); - for (j = 0; j < d; j++) { - dd_init((*a)[j]); - } -} - -void dd_InitializeAmatrix(dd_rowrange m,dd_colrange d,dd_Amatrix *A) -{ - dd_rowrange i; - - if (m>0) (*A)=(mytype**) calloc(m,sizeof(mytype*)); - for (i = 0; i < m; i++) { - dd_InitializeArow(d,&((*A)[i])); - } -} - -void dd_FreeAmatrix(dd_rowrange m,dd_colrange d,dd_Amatrix A) -{ - dd_rowrange i; - dd_colrange j; - - for (i = 0; i < m; i++) { - for (j = 0; j < d; j++) { - dd_clear(A[i][j]); - } - } - if (A!=NULL) { - for (i = 0; i < m; i++) { - free(A[i]); - } - free(A); - } -} - -void dd_FreeArow(dd_colrange d, dd_Arow a) -{ - dd_colrange j; - - for (j = 0; j < d; j++) { - dd_clear(a[j]); - } - free(a); -} - - -void dd_InitializeBmatrix(dd_colrange d,dd_Bmatrix *B) -{ - dd_colrange i,j; - - (*B)=(mytype**) calloc(d,sizeof(mytype*)); - for (j = 0; j < d; j++) { - (*B)[j]=(mytype*) calloc(d,sizeof(mytype)); - } - for (i = 0; i < d; i++) { - for (j = 0; j < d; j++) { - dd_init((*B)[i][j]); - } - } -} - -void dd_FreeBmatrix(dd_colrange d,dd_Bmatrix B) -{ - dd_colrange i,j; - - for (i = 0; i < d; i++) { - for (j = 0; j < d; j++) { - dd_clear(B[i][j]); - } - } - if (B!=NULL) { - for (j = 0; j < d; j++) { - free(B[j]); - } - free(B); - } -} - -dd_SetFamilyPtr dd_CreateSetFamily(dd_bigrange fsize, dd_bigrange ssize) -{ - dd_SetFamilyPtr F; - dd_bigrange i,f0,f1,s0,s1; - - if (fsize<=0) { - f0=0; f1=1; - /* if fsize<=0, the fsize is set to zero and the created size is one */ - } else { - f0=fsize; f1=fsize; - } - if (ssize<=0) { - s0=0; s1=1; - /* if ssize<=0, the ssize is set to zero and the created size is one */ - } else { - s0=ssize; s1=ssize; - } - - F=(dd_SetFamilyPtr) malloc (sizeof(dd_SetFamilyType)); - F->set=(set_type*) calloc(f1,sizeof(set_type)); - for (i=0; iset[i]), s1); - } - F->famsize=f0; - F->setsize=s0; - return F; -} - - -void dd_FreeSetFamily(dd_SetFamilyPtr F) -{ - dd_bigrange i,f1; - - if (F!=NULL){ - if (F->famsize<=0) f1=1; else f1=F->famsize; - /* the smallest created size is one */ - for (i=0; iset[i]); - } - free(F->set); - free(F); - } -} - -dd_MatrixPtr dd_CreateMatrix(dd_rowrange m_size,dd_colrange d_size) -{ - dd_MatrixPtr M; - dd_rowrange m0,m1; - dd_colrange d0,d1; - - if (m_size<=0){ - m0=0; m1=1; - /* if m_size <=0, the number of rows is set to zero, the actual size is 1 */ - } else { - m0=m_size; m1=m_size; - } - if (d_size<=0){ - d0=0; d1=1; - /* if d_size <=0, the number of cols is set to zero, the actual size is 1 */ - } else { - d0=d_size; d1=d_size; - } - M=(dd_MatrixPtr) malloc (sizeof(dd_MatrixType)); - dd_InitializeAmatrix(m1,d1,&(M->matrix)); - dd_InitializeArow(d1,&(M->rowvec)); - M->rowsize=m0; - set_initialize(&(M->linset), m1); - M->colsize=d0; - M->objective=dd_LPnone; - M->numbtype=dd_Unknown; - M->representation=dd_Unspecified; - return M; -} - -void dd_FreeMatrix(dd_MatrixPtr M) -{ - dd_rowrange m1; - dd_colrange d1; - - if (M!=NULL) { - if (M->rowsize<=0) m1=1; else m1=M->rowsize; - if (M->colsize<=0) d1=1; else d1=M->colsize; - if (M!=NULL) { - dd_FreeAmatrix(m1,d1,M->matrix); - dd_FreeArow(d1,M->rowvec); - set_free(M->linset); - free(M); - } - } -} - -void dd_SetToIdentity(dd_colrange d_size, dd_Bmatrix T) -{ - dd_colrange j1, j2; - - for (j1 = 1; j1 <= d_size; j1++) { - for (j2 = 1; j2 <= d_size; j2++) { - if (j1 == j2) - dd_set(T[j1 - 1][j2 - 1],dd_one); - else - dd_set(T[j1 - 1][j2 - 1],dd_purezero); - } - } -} - -void dd_ColumnReduce(dd_ConePtr cone) -{ - dd_colrange j,j1=0; - dd_rowrange i; - dd_boolean localdebug=dd_FALSE; - - for (j=1;j<=cone->d;j++) { - if (cone->InitialRayIndex[j]>0){ - j1=j1+1; - if (j1m; i++) dd_set(cone->A[i-1][j1-1],cone->A[i-1][j-1]); - cone->newcol[j]=j1; - if (localdebug){ - fprintf(stderr,"shifting the column %ld to column %ld\n", j, j1); - } - /* shifting forward */ - } - } else { - cone->newcol[j]=0; - if (localdebug) { - fprintf(stderr,"a generator (or an equation) of the linearity space: "); - for (i=1; i<=cone->d; i++) dd_WriteNumber(stderr, cone->B[i-1][j-1]); - fprintf(stderr,"\n"); - } - } - } - cone->d=j1; /* update the dimension. cone->d_orig remembers the old. */ - dd_CopyBmatrix(cone->d_orig, cone->B, cone->Bsave); - /* save the dual basis inverse as Bsave. This matrix contains the linearity space generators. */ - cone->ColReduced=dd_TRUE; -} - -long dd_MatrixRank(dd_MatrixPtr M, dd_rowset ignoredrows, dd_colset ignoredcols, dd_rowset *rowbasis, dd_colset *colbasis) -{ - dd_boolean stop, chosen, localdebug=dd_debug; - dd_rowset NopivotRow,PriorityRow; - dd_colset ColSelected; - dd_Bmatrix B; - dd_rowindex roworder; - dd_rowrange r; - dd_colrange s; - long rank; - - rank = 0; - stop = dd_FALSE; - set_initialize(&ColSelected, M->colsize); - set_initialize(&NopivotRow, M->rowsize); - set_initialize(rowbasis, M->rowsize); - set_initialize(colbasis, M->colsize); - set_initialize(&PriorityRow, M->rowsize); - set_copy(NopivotRow,ignoredrows); - set_copy(ColSelected,ignoredcols); - dd_InitializeBmatrix(M->colsize, &B); - dd_SetToIdentity(M->colsize, B); - roworder=(long *)calloc(M->rowsize+1,sizeof(long)); - for (r=0; rrowsize; r++){roworder[r+1]=r+1; - } - - do { /* Find a set of rows for a basis */ - dd_SelectPivot2(M->rowsize, M->colsize,M->matrix,B,dd_MinIndex,roworder, - PriorityRow,M->rowsize, NopivotRow, ColSelected, &r, &s, &chosen); - if (dd_debug && chosen) - fprintf(stderr,"Procedure dd_MatrixRank: pivot on (r,s) =(%ld, %ld).\n", r, s); - if (chosen) { - set_addelem(NopivotRow, r); - set_addelem(*rowbasis, r); - set_addelem(ColSelected, s); - set_addelem(*colbasis, s); - rank++; - dd_GaussianColumnPivot(M->rowsize, M->colsize, M->matrix, B, r, s); - if (localdebug) dd_WriteBmatrix(stderr,M->colsize,B); - } else { - stop=dd_TRUE; - } - if (rank==M->colsize) stop = dd_TRUE; - } while (!stop); - dd_FreeBmatrix(M->colsize,B); - free(roworder); - set_free(ColSelected); - set_free(NopivotRow); - set_free(PriorityRow); - return rank; -} - - -void dd_FindBasis(dd_ConePtr cone, long *rank) -{ - dd_boolean stop, chosen, localdebug=dd_debug; - dd_rowset NopivotRow; - dd_colset ColSelected; - dd_rowrange r; - dd_colrange j,s; - - *rank = 0; - stop = dd_FALSE; - for (j=0;j<=cone->d;j++) cone->InitialRayIndex[j]=0; - set_emptyset(cone->InitialHalfspaces); - set_initialize(&ColSelected, cone->d); - set_initialize(&NopivotRow, cone->m); - set_copy(NopivotRow,cone->NonequalitySet); - dd_SetToIdentity(cone->d, cone->B); - do { /* Find a set of rows for a basis */ - dd_SelectPivot2(cone->m, cone->d,cone->A,cone->B,cone->HalfspaceOrder,cone->OrderVector, - cone->EqualitySet,cone->m, NopivotRow, ColSelected, &r, &s, &chosen); - if (dd_debug && chosen) - fprintf(stderr,"Procedure dd_FindBasis: pivot on (r,s) =(%ld, %ld).\n", r, s); - if (chosen) { - set_addelem(cone->InitialHalfspaces, r); - set_addelem(NopivotRow, r); - set_addelem(ColSelected, s); - cone->InitialRayIndex[s]=r; /* cone->InitialRayIndex[s] stores the corr. row index */ - (*rank)++; - dd_GaussianColumnPivot(cone->m, cone->d, cone->A, cone->B, r, s); - if (localdebug) dd_WriteBmatrix(stderr,cone->d,cone->B); - } else { - stop=dd_TRUE; - } - if (*rank==cone->d) stop = dd_TRUE; - } while (!stop); - set_free(ColSelected); - set_free(NopivotRow); -} - - -void dd_FindInitialRays(dd_ConePtr cone, dd_boolean *found) -{ - dd_rowset CandidateRows; - dd_rowrange i; - long rank; - dd_RowOrderType roworder_save=dd_LexMin; - - *found = dd_FALSE; - set_initialize(&CandidateRows, cone->m); - if (cone->parent->InitBasisAtBottom==dd_TRUE) { - roworder_save=cone->HalfspaceOrder; - cone->HalfspaceOrder=dd_MaxIndex; - cone->PreOrderedRun=dd_FALSE; - } - else cone->PreOrderedRun=dd_TRUE; - if (dd_debug) dd_WriteBmatrix(stderr, cone->d, cone->B); - for (i = 1; i <= cone->m; i++) - if (!set_member(i,cone->NonequalitySet)) set_addelem(CandidateRows, i); - /*all rows not in NonequalitySet are candidates for initial cone*/ - dd_FindBasis(cone, &rank); - if (dd_debug) dd_WriteBmatrix(stderr, cone->d, cone->B); - if (dd_debug) fprintf(stderr,"dd_FindInitialRays: rank of Amatrix = %ld\n", rank); - cone->LinearityDim=cone->d - rank; - if (dd_debug) fprintf(stderr,"Linearity Dimension = %ld\n", cone->LinearityDim); - if (cone->LinearityDim > 0) { - dd_ColumnReduce(cone); - dd_FindBasis(cone, &rank); - } - if (!set_subset(cone->EqualitySet,cone->InitialHalfspaces)) { - if (dd_debug) { - fprintf(stderr,"Equality set is dependent. Equality Set and an initial basis:\n"); - set_fwrite(stderr,cone->EqualitySet); - set_fwrite(stderr,cone->InitialHalfspaces); - }; - } - *found = dd_TRUE; - set_free(CandidateRows); - if (cone->parent->InitBasisAtBottom==dd_TRUE) { - cone->HalfspaceOrder=roworder_save; - } - if (cone->HalfspaceOrder==dd_MaxCutoff|| - cone->HalfspaceOrder==dd_MinCutoff|| - cone->HalfspaceOrder==dd_MixCutoff){ - cone->PreOrderedRun=dd_FALSE; - } else cone->PreOrderedRun=dd_TRUE; -} - -void dd_CheckEquality(dd_colrange d_size, dd_RayPtr*RP1, dd_RayPtr*RP2, dd_boolean *equal) -{ - long j; - - if (dd_debug) - fprintf(stderr,"Check equality of two rays\n"); - *equal = dd_TRUE; - j = 1; - while (j <= d_size && *equal) { - if (!dd_Equal((*RP1)->Ray[j - 1],(*RP2)->Ray[j - 1])) - *equal = dd_FALSE; - j++; - } - if (*equal) - fprintf(stderr,"Equal records found !!!!\n"); -} - -void dd_CreateNewRay(dd_ConePtr cone, - dd_RayPtr Ptr1, dd_RayPtr Ptr2, dd_rowrange ii) -{ - /*Create a new ray by taking a linear combination of two rays*/ - dd_colrange j; - mytype a1, a2, v1, v2; - static dd_Arow NewRay; - static dd_colrange last_d=0; - dd_boolean localdebug=dd_debug; - - dd_init(a1); dd_init(a2); dd_init(v1); dd_init(v2); - if (last_d!=cone->d){ - if (last_d>0) { - for (j=0; jd,sizeof(mytype)); - for (j=0; jd; j++) dd_init(NewRay[j]); - last_d=cone->d; - } - - dd_AValue(&a1, cone->d, cone->A, Ptr1->Ray, ii); - dd_AValue(&a2, cone->d, cone->A, Ptr2->Ray, ii); - if (localdebug) { - fprintf(stderr,"CreatNewRay: Ray1 ="); dd_WriteArow(stderr, Ptr1->Ray, cone->d); - fprintf(stderr,"CreatNewRay: Ray2 ="); dd_WriteArow(stderr, Ptr2->Ray, cone->d); - } - dd_abs(v1,a1); - dd_abs(v2,a2); - if (localdebug){ - fprintf(stderr,"dd_AValue1 and ABS"); dd_WriteNumber(stderr,a1); dd_WriteNumber(stderr,v1); fprintf(stderr,"\n"); - fprintf(stderr,"dd_AValue2 and ABS"); dd_WriteNumber(stderr,a2); dd_WriteNumber(stderr,v2); fprintf(stderr,"\n"); - } - for (j = 0; j < cone->d; j++){ - dd_LinearComb(NewRay[j], Ptr1->Ray[j],v2,Ptr2->Ray[j],v1); - } - if (localdebug) { - fprintf(stderr,"CreatNewRay: New ray ="); dd_WriteArow(stderr, NewRay, cone->d); - } - dd_Normalize(cone->d, NewRay); - if (localdebug) { - fprintf(stderr,"CreatNewRay: dd_Normalized ray ="); dd_WriteArow(stderr, NewRay, cone->d); - } - dd_AddRay(cone, NewRay); - dd_clear(a1); dd_clear(a2); dd_clear(v1); dd_clear(v2); -} - -void dd_EvaluateARay1(dd_rowrange i, dd_ConePtr cone) -/* Evaluate the ith component of the vector A x RD.Ray - and rearrange the linked list so that - the infeasible rays with respect to i will be - placed consecutively from First - */ -{ - dd_colrange j; - mytype temp,tnext; - dd_RayPtr Ptr, PrevPtr, TempPtr; - - dd_init(temp); dd_init(tnext); - Ptr = cone->FirstRay; - PrevPtr = cone->ArtificialRay; - if (PrevPtr->Next != Ptr) { - fprintf(stderr,"Error. Artificial Ray does not point to FirstRay!!!\n"); - } - while (Ptr != NULL) { - dd_set(temp,dd_purezero); - for (j = 0; j < cone->d; j++){ - dd_mul(tnext,cone->A[i - 1][j],Ptr->Ray[j]); - dd_add(temp,temp,tnext); - } - dd_set(Ptr->ARay,temp); -/* if ( temp <= -zero && Ptr != cone->FirstRay) {*/ - if ( dd_Negative(temp) && Ptr != cone->FirstRay) { - /* fprintf(stderr,"Moving an infeasible record w.r.t. %ld to FirstRay\n",i); */ - if (Ptr==cone->LastRay) cone->LastRay=PrevPtr; - TempPtr=Ptr; - Ptr = Ptr->Next; - PrevPtr->Next = Ptr; - cone->ArtificialRay->Next = TempPtr; - TempPtr->Next = cone->FirstRay; - cone->FirstRay = TempPtr; - } - else { - PrevPtr = Ptr; - Ptr = Ptr->Next; - } - } - dd_clear(temp); dd_clear(tnext); -} - -void dd_EvaluateARay2(dd_rowrange i, dd_ConePtr cone) -/* Evaluate the ith component of the vector A x RD.Ray - and rearrange the linked list so that - the infeasible rays with respect to i will be - placed consecutively from First. Also for all feasible rays, - "positive" rays and "zero" rays will be placed consecutively. - */ -{ - dd_colrange j; - mytype temp,tnext; - dd_RayPtr Ptr, NextPtr; - dd_boolean zerofound=dd_FALSE,negfound=dd_FALSE,posfound=dd_FALSE; - - if (cone==NULL || cone->TotalRayCount<=0) goto _L99; - dd_init(temp); dd_init(tnext); - cone->PosHead=NULL;cone->ZeroHead=NULL;cone->NegHead=NULL; - cone->PosLast=NULL;cone->ZeroLast=NULL;cone->NegLast=NULL; - Ptr = cone->FirstRay; - while (Ptr != NULL) { - NextPtr=Ptr->Next; /* remember the Next record */ - Ptr->Next=NULL; /* then clear the Next pointer */ - dd_set(temp,dd_purezero); - for (j = 0; j < cone->d; j++){ - dd_mul(tnext,cone->A[i - 1][j],Ptr->Ray[j]); - dd_add(temp,temp,tnext); - } - dd_set(Ptr->ARay,temp); -/* if ( temp < -zero) {*/ - if ( dd_Negative(temp)) { - if (!negfound){ - negfound=dd_TRUE; - cone->NegHead=Ptr; - cone->NegLast=Ptr; - } - else{ - Ptr->Next=cone->NegHead; - cone->NegHead=Ptr; - } - } -/* else if (temp > zero){*/ - else if (dd_Positive(temp)){ - if (!posfound){ - posfound=dd_TRUE; - cone->PosHead=Ptr; - cone->PosLast=Ptr; - } - else{ - Ptr->Next=cone->PosHead; - cone->PosHead=Ptr; - } - } - else { - if (!zerofound){ - zerofound=dd_TRUE; - cone->ZeroHead=Ptr; - cone->ZeroLast=Ptr; - } - else{ - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - } - } - Ptr=NextPtr; - } - /* joining three neg, pos and zero lists */ - if (negfound){ /* -list nonempty */ - cone->FirstRay=cone->NegHead; - if (posfound){ /* -list & +list nonempty */ - cone->NegLast->Next=cone->PosHead; - if (zerofound){ /* -list, +list, 0list all nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* -list, +list nonempty but 0list empty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* -list nonempty & +list empty */ - if (zerofound){ /* -list,0list nonempty & +list empty */ - cone->NegLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else { /* -list nonempty & +list,0list empty */ - cone->LastRay=cone->NegLast; - } - } - } - else if (posfound){ /* -list empty & +list nonempty */ - cone->FirstRay=cone->PosHead; - if (zerofound){ /* -list empty & +list,0list nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* -list,0list empty & +list nonempty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* -list,+list empty & 0list nonempty */ - cone->FirstRay=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - cone->ArtificialRay->Next=cone->FirstRay; - cone->LastRay->Next=NULL; - dd_clear(temp); dd_clear(tnext); - _L99:; -} - -void dd_DeleteNegativeRays(dd_ConePtr cone) -/* Eliminate the infeasible rays with respect to i which - are supposed to be consecutive from the head of the dd_Ray list, - and sort the zero list assumed to be consecutive at the - end of the list. - */ -{ - dd_rowrange fii,fiitest; - mytype temp; - dd_RayPtr Ptr, PrevPtr,NextPtr,ZeroPtr1,ZeroPtr0; - dd_boolean found, completed, zerofound=dd_FALSE,negfound=dd_FALSE,posfound=dd_FALSE; - dd_boolean localdebug=dd_FALSE; - - dd_init(temp); - cone->PosHead=NULL;cone->ZeroHead=NULL;cone->NegHead=NULL; - cone->PosLast=NULL;cone->ZeroLast=NULL;cone->NegLast=NULL; - - /* Delete the infeasible rays */ - PrevPtr= cone->ArtificialRay; - Ptr = cone->FirstRay; - if (PrevPtr->Next != Ptr) - fprintf(stderr,"Error at dd_DeleteNegativeRays: ArtificialRay does not point the FirstRay.\n"); - completed=dd_FALSE; - while (Ptr != NULL && !completed){ -/* if ( (Ptr->ARay) < -zero ){ */ - if ( dd_Negative(Ptr->ARay)){ - dd_Eliminate(cone, &PrevPtr); - Ptr=PrevPtr->Next; - } - else{ - completed=dd_TRUE; - } - } - - /* Sort the zero rays */ - Ptr = cone->FirstRay; - cone->ZeroRayCount=0; - while (Ptr != NULL) { - NextPtr=Ptr->Next; /* remember the Next record */ - dd_set(temp,Ptr->ARay); - if (localdebug) {fprintf(stderr,"Ptr->ARay :"); dd_WriteNumber(stderr, temp);} -/* if ( temp < -zero) {*/ - if ( dd_Negative(temp)) { - if (!negfound){ - fprintf(stderr,"Error: An infeasible ray found after their removal\n"); - negfound=dd_TRUE; - } - } -/* else if (temp > zero){*/ - else if (dd_Positive(temp)){ - if (!posfound){ - posfound=dd_TRUE; - cone->PosHead=Ptr; - cone->PosLast=Ptr; - } - else{ - cone->PosLast=Ptr; - } - } - else { - (cone->ZeroRayCount)++; - if (!zerofound){ - zerofound=dd_TRUE; - cone->ZeroHead=Ptr; - cone->ZeroLast=Ptr; - cone->ZeroLast->Next=NULL; - } - else{/* Find a right position to store the record sorted w.r.t. FirstInfeasIndex */ - fii=Ptr->FirstInfeasIndex; - found=dd_FALSE; - ZeroPtr1=NULL; - for (ZeroPtr0=cone->ZeroHead; !found && ZeroPtr0!=NULL ; ZeroPtr0=ZeroPtr0->Next){ - fiitest=ZeroPtr0->FirstInfeasIndex; - if (fiitest >= fii){ - found=dd_TRUE; - } - else ZeroPtr1=ZeroPtr0; - } - /* fprintf(stderr,"insert position found \n %d index %ld\n",found, fiitest); */ - if (!found){ /* the new record must be stored at the end of list */ - cone->ZeroLast->Next=Ptr; - cone->ZeroLast=Ptr; - cone->ZeroLast->Next=NULL; - } - else{ - if (ZeroPtr1==NULL){ /* store the new one at the head, and update the head ptr */ - /* fprintf(stderr,"Insert at the head\n"); */ - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - } - else{ /* store the new one inbetween ZeroPtr1 and 0 */ - /* fprintf(stderr,"Insert inbetween\n"); */ - Ptr->Next=ZeroPtr1->Next; - ZeroPtr1->Next=Ptr; - } - } - /* - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - */ - } - } - Ptr=NextPtr; - } - /* joining the pos and zero lists */ - if (posfound){ /* -list empty & +list nonempty */ - cone->FirstRay=cone->PosHead; - if (zerofound){ /* +list,0list nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* 0list empty & +list nonempty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* +list empty & 0list nonempty */ - cone->FirstRay=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - cone->ArtificialRay->Next=cone->FirstRay; - cone->LastRay->Next=NULL; - dd_clear(temp); -} - -void dd_FeasibilityIndices(long *fnum, long *infnum, dd_rowrange i, dd_ConePtr cone) -{ - /*Evaluate the number of feasible rays and infeasible rays*/ - /* w.r.t the hyperplane i*/ - dd_colrange j; - mytype temp, tnext; - dd_RayPtr Ptr; - - dd_init(temp); dd_init(tnext); - *fnum = 0; - *infnum = 0; - Ptr = cone->FirstRay; - while (Ptr != NULL) { - dd_set(temp,dd_purezero); - for (j = 0; j < cone->d; j++){ - dd_mul(tnext, cone->A[i - 1][j],Ptr->Ray[j]); - dd_add(temp, temp, tnext); - } - if (dd_Nonnegative(temp)) - (*fnum)++; - else - (*infnum)++; - Ptr = Ptr->Next; - } - dd_clear(temp); dd_clear(tnext); -} - -dd_boolean dd_LexSmaller(mytype *v1, mytype *v2, long dmax) -{ /* dmax is the size of vectors v1,v2 */ - dd_boolean determined, smaller; - dd_colrange j; - - smaller = dd_FALSE; - determined = dd_FALSE; - j = 1; - do { - if (!dd_Equal(v1[j - 1],v2[j - 1])) { /* 086 */ - if (dd_Smaller(v1[j - 1],v2[j - 1])) { /*086 */ - smaller = dd_TRUE; - } - determined = dd_TRUE; - } else - j++; - } while (!(determined) && (j <= dmax)); - return smaller; -} - - -dd_boolean dd_LexLarger(mytype *v1, mytype *v2, long dmax) -{ - return dd_LexSmaller(v2, v1, dmax); -} - -dd_boolean dd_LexEqual(mytype *v1, mytype *v2, long dmax) -{ /* dmax is the size of vectors v1,v2 */ - dd_boolean determined, equal; - dd_colrange j; - - equal = dd_TRUE; - determined = dd_FALSE; - j = 1; - do { - if (!dd_Equal(v1[j - 1],v2[j - 1])) { /* 093c */ - equal = dd_FALSE; - determined = dd_TRUE; - } else { - j++; - } - } while (!(determined) && (j <= dmax)); - return equal; -} - -void dd_AddNewHalfspace1(dd_ConePtr cone, dd_rowrange hnew) -/* This procedure 1 must be used with PreorderedRun=dd_FALSE - This procedure is the most elementary implementation of - DD and can be used with any type of ordering, including - dynamic ordering of rows, e.g. MaxCutoff, MinCutoff. - The memory requirement is minimum because it does not - store any adjacency among the rays. -*/ -{ - dd_RayPtr RayPtr0,RayPtr1,RayPtr2,RayPtr2s,RayPtr3; - long pos1, pos2; - double prevprogress, progress; - mytype value1, value2; - dd_boolean adj, equal, completed; - - dd_init(value1); dd_init(value2); - dd_EvaluateARay1(hnew, cone); - /*Check feasibility of rays w.r.t. hnew - and put all infeasible ones consecutively */ - - RayPtr0 = cone->ArtificialRay; /*Pointer pointing RayPrt1*/ - RayPtr1 = cone->FirstRay; /*1st hnew-infeasible ray to scan and compare with feasible rays*/ - dd_set(value1,cone->FirstRay->ARay); - if (dd_Nonnegative(value1)) { - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=dd_AllFound; - goto _L99; /* Sicne there is no hnew-infeasible ray and nothing to do */ - } - else { - RayPtr2s = RayPtr1->Next;/* RayPtr2s must point the first feasible ray */ - pos2=1; - while (RayPtr2s!=NULL && dd_Negative(RayPtr2s->ARay)) { - RayPtr2s = RayPtr2s->Next; - pos2++; - } - } - if (RayPtr2s==NULL) { - cone->FirstRay=NULL; - cone->ArtificialRay->Next=cone->FirstRay; - cone->RayCount=0; - cone->CompStatus=dd_AllFound; - goto _L99; /* All rays are infeasible, and the computation must stop */ - } - RayPtr2 = RayPtr2s; /*2nd feasible ray to scan and compare with 1st*/ - RayPtr3 = cone->LastRay; /*Last feasible for scanning*/ - prevprogress=-10.0; - pos1 = 1; - completed=dd_FALSE; - while ((RayPtr1 != RayPtr2s) && !completed) { - dd_set(value1,RayPtr1->ARay); - dd_set(value2,RayPtr2->ARay); - dd_CheckEquality(cone->d, &RayPtr1, &RayPtr2, &equal); - if ((dd_Positive(value1) && dd_Negative(value2)) || (dd_Negative(value1) && dd_Positive(value2))){ - dd_CheckAdjacency(cone, &RayPtr1, &RayPtr2, &adj); - if (adj) dd_CreateNewRay(cone, RayPtr1, RayPtr2, hnew); - } - if (RayPtr2 != RayPtr3) { - RayPtr2 = RayPtr2->Next; - continue; - } - if (dd_Negative(value1) || equal) { - dd_Eliminate(cone, &RayPtr0); - RayPtr1 = RayPtr0->Next; - RayPtr2 = RayPtr2s; - } else { - completed=dd_TRUE; - } - pos1++; - progress = 100.0 * ((double)pos1 / pos2) * (2.0 * pos2 - pos1) / pos2; - if (progress-prevprogress>=10 && pos1%10==0 && dd_debug) { - fprintf(stderr,"*Progress of iteration %5ld(/%ld): %4ld/%4ld => %4.1f%% done\n", - cone->Iteration, cone->m, pos1, pos2, progress); - prevprogress=progress; - } - } - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=dd_AllFound; - _L99:; - dd_clear(value1); dd_clear(value2); -} - -void dd_AddNewHalfspace2(dd_ConePtr cone, dd_rowrange hnew) -/* This procedure must be used under PreOrderedRun mode */ -{ - dd_RayPtr RayPtr0,RayPtr1,RayPtr2; - dd_AdjacencyType *EdgePtr, *EdgePtr0; - long pos1; - dd_rowrange fii1, fii2; - dd_boolean localdebug=dd_FALSE; - - dd_EvaluateARay2(hnew, cone); - /* Check feasibility of rays w.r.t. hnew - and sort them. ( -rays, +rays, 0rays)*/ - - if (cone->PosHead==NULL && cone->ZeroHead==NULL) { - cone->FirstRay=NULL; - cone->ArtificialRay->Next=cone->FirstRay; - cone->RayCount=0; - cone->CompStatus=dd_AllFound; - goto _L99; /* All rays are infeasible, and the computation must stop */ - } - - if (localdebug){ - pos1=0; - fprintf(stderr,"(pos, FirstInfeasIndex, A Ray)=\n"); - for (RayPtr0=cone->FirstRay; RayPtr0!=NULL; RayPtr0=RayPtr0->Next){ - pos1++; - fprintf(stderr,"(%ld,%ld,",pos1,RayPtr0->FirstInfeasIndex); - dd_WriteNumber(stderr,RayPtr0->ARay); - fprintf(stderr,") "); - } - fprintf(stderr,"\n"); - } - - if (cone->ZeroHead==NULL) cone->ZeroHead=cone->LastRay; - - EdgePtr=cone->Edges[cone->Iteration]; - while (EdgePtr!=NULL){ - RayPtr1=EdgePtr->Ray1; - RayPtr2=EdgePtr->Ray2; - fii1=RayPtr1->FirstInfeasIndex; - dd_CreateNewRay(cone, RayPtr1, RayPtr2, hnew); - fii2=cone->LastRay->FirstInfeasIndex; - if (fii1 != fii2) - dd_ConditionalAddEdge(cone,RayPtr1,cone->LastRay,cone->PosHead); - EdgePtr0=EdgePtr; - EdgePtr=EdgePtr->Next; - free(EdgePtr0); - (cone->EdgeCount)--; - } - cone->Edges[cone->Iteration]=NULL; - - dd_DeleteNegativeRays(cone); - - set_addelem(cone->AddedHalfspaces, hnew); - - if (cone->Iterationm){ - if (cone->ZeroHead!=NULL && cone->ZeroHead!=cone->LastRay){ - if (cone->ZeroRayCount>200 && dd_debug) fprintf(stderr,"*New edges being scanned...\n"); - dd_UpdateEdges(cone, cone->ZeroHead, cone->LastRay); - } - } - - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=dd_AllFound; -_L99:; -} - - -void dd_SelectNextHalfspace0(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*A natural way to choose the next hyperplane. Simply the largest index*/ - long i; - dd_boolean determined; - - i = cone->m; - determined = dd_FALSE; - do { - if (set_member(i, excluded)) - i--; - else - determined = dd_TRUE; - } while (!determined && i>=1); - if (determined) - *hnext = i; - else - *hnext = 0; -} - -void dd_SelectNextHalfspace1(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Natural way to choose the next hyperplane. Simply the least index*/ - long i; - dd_boolean determined; - - i = 1; - determined = dd_FALSE; - do { - if (set_member(i, excluded)) - i++; - else - determined = dd_TRUE; - } while (!determined && i<=cone->m); - if (determined) - *hnext = i; - else - *hnext=0; -} - -void dd_SelectNextHalfspace2(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Choose the next hyperplane with maximum infeasibility*/ - long i, fea, inf, infmin, fi=0; /*feasibility and infeasibility numbers*/ - - infmin = cone->RayCount + 1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - dd_FeasibilityIndices(&fea, &inf, i, cone); - if (inf < infmin) { - infmin = inf; - fi = fea; - *hnext = i; - } - } - } - if (dd_debug) { - fprintf(stderr,"*infeasible rays (min) =%5ld, #feas rays =%5ld\n", infmin, fi); - } -} - -void dd_SelectNextHalfspace3(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Choose the next hyperplane with maximum infeasibility*/ - long i, fea, inf, infmax, fi=0; /*feasibility and infeasibility numbers*/ - dd_boolean localdebug=dd_debug; - - infmax = -1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - dd_FeasibilityIndices(&fea, &inf, i, cone); - if (inf > infmax) { - infmax = inf; - fi = fea; - *hnext = i; - } - } - } - if (localdebug) { - fprintf(stderr,"*infeasible rays (max) =%5ld, #feas rays =%5ld\n", infmax, fi); - } -} - -void dd_SelectNextHalfspace4(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Choose the next hyperplane with the most unbalanced cut*/ - long i, fea, inf, max, tmax, fi=0, infi=0; - /*feasibility and infeasibility numbers*/ - - max = -1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - dd_FeasibilityIndices(&fea, &inf, i, cone); - if (fea <= inf) - tmax = inf; - else - tmax = fea; - if (tmax > max) { - max = tmax; - fi = fea; - infi = inf; - *hnext = i; - } - } - } - if (!dd_debug) - return; - if (max == fi) { - fprintf(stderr,"*infeasible rays (min) =%5ld, #feas rays =%5ld\n", infi, fi); - } else { - fprintf(stderr,"*infeasible rays (max) =%5ld, #feas rays =%5ld\n", infi, fi); - } -} - -void dd_SelectNextHalfspace5(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Choose the next hyperplane which is lexico-min*/ - long i, minindex; - mytype *v1, *v2; - - minindex = 0; - v1 = NULL; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - v2 = cone->A[i - 1]; - if (minindex == 0) { - minindex = i; - v1=v2; - } else if (dd_LexSmaller(v2,v1,cone->d)) { - minindex = i; - v1=v2; - } - } - } - *hnext = minindex; -} - - -void dd_SelectNextHalfspace6(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hnext) -{ - /*Choose the next hyperplane which is lexico-max*/ - long i, maxindex; - mytype *v1, *v2; - - maxindex = 0; - v1 = NULL; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - v2= cone->A[i - 1]; - if (maxindex == 0) { - maxindex = i; - v1=v2; - } else if (dd_LexLarger(v2, v1, cone->d)) { - maxindex = i; - v1=v2; - } - } - } - *hnext = maxindex; -} - -void dd_UniqueRows(dd_rowindex OV, long p, long r, dd_Amatrix A, long dmax, dd_rowset preferred, long *uniqrows) -{ - /* Select a subset of rows of A (with range [p, q] up to dimension dmax) by removing duplicates. - When a row subset preferred is nonempty, those row indices in the set have priority. If - two priority rows define the same row vector, one is chosen. - For a selected unique row i, OV[i] returns a new position of the unique row i. - For other nonuniqu row i, OV[i] returns a negative of the original row j dominating i. - Thus the original contents of OV[p..r] will be rewritten. Other components remain the same. - *uniqrows returns the number of unique rows. -*/ - long i,iuniq,j; - mytype *x; - dd_boolean localdebug=dd_FALSE; - - if (p<=0 || p > r) goto _L99; - iuniq=p; j=1; /* the first unique row candidate */ - x=A[p-1]; - OV[p]=j; /* tentative row index of the candidate */ - for (i=p+1;i<=r; i++){ - if (!dd_LexEqual(x,A[i-1],dmax)) { - /* a new row vector found. */ - iuniq=i; - j=j+1; - OV[i]=j; /* Tentatively register the row i. */ - x=A[i-1]; - } else { - /* rows are equal */ - if (set_member(i, preferred) && !set_member(iuniq, preferred)){ - OV[iuniq]=-i; /* the row iuniq is dominated by the row i */ - iuniq=i; /* the row i is preferred. Change the candidate. */ - OV[i]=j; /* the row i is tentatively registered. */ - x=A[i-1]; - } else { - OV[i]=-iuniq; /* the row iuniq is dominated by the row i */ - } - } - } - *uniqrows=j; - if (localdebug){ - printf("The number of unique rows are %ld\n with order vector",*uniqrows); - for (i=p;i<=r; i++){ - printf(" %ld:%ld ",i,OV[i]); - } - printf("\n"); - } - _L99:; -} - -long dd_Partition(dd_rowindex OV, long p, long r, dd_Amatrix A, long dmax) -{ - mytype *x; - long i,j,ovi; - - x=A[OV[p]-1]; - - i=p-1; - j=r+1; - while (dd_TRUE){ - do{ - j--; - } while (dd_LexLarger(A[OV[j]-1],x,dmax)); - do{ - i++; - } while (dd_LexSmaller(A[OV[i]-1],x,dmax)); - if (i1 ; j--) { - r=rand(); - u=r/rand_max; - xk=(double)(j*u +1); - k=(long)xk; - if (localdebug) fprintf(stderr,"u=%g, k=%ld, r=%g, randmax= %g\n",u,k,r,rand_max); - ovj=OV[j]; - OV[j]=OV[k]; - OV[k]=ovj; - if (localdebug) fprintf(stderr,"row %ld is exchanged with %ld\n",j,k); - } -} - -void dd_ComputeRowOrderVector(dd_ConePtr cone) -{ - long i,itemp; - - cone->OrderVector[0]=0; - switch (cone->HalfspaceOrder){ - case dd_MaxIndex: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=cone->m-i+1; - break; - - case dd_MinIndex: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - break; - - case dd_LexMin: case dd_MinCutoff: case dd_MixCutoff: case dd_MaxCutoff: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - dd_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - dd_QuickSort(cone->OrderVector, 1, cone->m, cone->A, cone->d); - break; - - case dd_LexMax: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - dd_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - dd_QuickSort(cone->OrderVector, 1, cone->m, cone->A, cone->d); - for(i=1; i<=cone->m/2;i++){ /* just reverse the order */ - itemp=cone->OrderVector[i]; - cone->OrderVector[i]=cone->OrderVector[cone->m-i+1]; - cone->OrderVector[cone->m-i+1]=itemp; - } - break; - - case dd_RandomRow: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - dd_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - break; - - } -} - -void dd_UpdateRowOrderVector(dd_ConePtr cone, dd_rowset PriorityRows) -/* Update the RowOrder vector to shift selected rows -in highest order. -*/ -{ - dd_rowrange i,j,k,j1=0,oj=0; - long rr; - dd_boolean found, localdebug=dd_FALSE; - - if (dd_debug) localdebug=dd_TRUE; - found=dd_TRUE; - rr=set_card(PriorityRows); - if (localdebug) set_fwrite(stderr,PriorityRows); - for (i=1; i<=rr; i++){ - found=dd_FALSE; - for (j=i; j<=cone->m && !found; j++){ - oj=cone->OrderVector[j]; - if (set_member(oj, PriorityRows)){ - found=dd_TRUE; - if (localdebug) fprintf(stderr,"%ldth in sorted list (row %ld) is in PriorityRows\n", j, oj); - j1=j; - } - } - if (found){ - if (j1>i) { - /* shift everything lower: ov[i]->cone->ov[i+1]..ov[j1-1]->cone->ov[j1] */ - for (k=j1; k>=i; k--) cone->OrderVector[k]=cone->OrderVector[k-1]; - cone->OrderVector[i]=oj; - if (localdebug){ - fprintf(stderr,"OrderVector updated to:\n"); - for (j = 1; j <= cone->m; j++) fprintf(stderr," %2ld", cone->OrderVector[j]); - fprintf(stderr,"\n"); - } - } - } else { - fprintf(stderr,"UpdateRowOrder: Error.\n"); - goto _L99; - } - } -_L99:; -} - -void dd_SelectPreorderedNext(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hh) -{ - dd_rowrange i,k; - - *hh=0; - for (i=1; i<=cone->m && *hh==0; i++){ - k=cone->OrderVector[i]; - if (!set_member(k, excluded)) *hh=k ; - } -} - -void dd_SelectNextHalfspace(dd_ConePtr cone, dd_rowset excluded, dd_rowrange *hh) -{ - if (cone->PreOrderedRun){ - if (dd_debug) { - fprintf(stderr,"debug dd_SelectNextHalfspace: Use PreorderNext\n"); - } - dd_SelectPreorderedNext(cone, excluded, hh); - } - else { - if (dd_debug) { - fprintf(stderr,"debug dd_SelectNextHalfspace: Use DynamicOrderedNext\n"); - } - - switch (cone->HalfspaceOrder) { - - case dd_MaxIndex: - dd_SelectNextHalfspace0(cone, excluded, hh); - break; - - case dd_MinIndex: - dd_SelectNextHalfspace1(cone, excluded, hh); - break; - - case dd_MinCutoff: - dd_SelectNextHalfspace2(cone, excluded, hh); - break; - - case dd_MaxCutoff: - dd_SelectNextHalfspace3(cone, excluded, hh); - break; - - case dd_MixCutoff: - dd_SelectNextHalfspace4(cone, excluded, hh); - break; - - default: - dd_SelectNextHalfspace0(cone, excluded, hh); - break; - } - } -} - -dd_boolean dd_Nonnegative(mytype val) -{ -/* if (val>=-dd_zero) return dd_TRUE; */ - if (dd_cmp(val,dd_minuszero)>=0) return dd_TRUE; - else return dd_FALSE; -} - -dd_boolean dd_Nonpositive(mytype val) -{ -/* if (val<=dd_zero) return dd_TRUE; */ - if (dd_cmp(val,dd_zero)<=0) return dd_TRUE; - else return dd_FALSE; -} - -dd_boolean dd_Positive(mytype val) -{ - return !dd_Nonpositive(val); -} - -dd_boolean dd_Negative(mytype val) -{ - return !dd_Nonnegative(val); -} - -dd_boolean dd_EqualToZero(mytype val) -{ - return (dd_Nonnegative(val) && dd_Nonpositive(val)); -} - -dd_boolean dd_Nonzero(mytype val) -{ - return (dd_Positive(val) || dd_Negative(val)); -} - -dd_boolean dd_Equal(mytype val1,mytype val2) -{ - return (!dd_Larger(val1,val2) && !dd_Smaller(val1,val2)); -} - -dd_boolean dd_Larger(mytype val1,mytype val2) -{ - mytype temp; - dd_boolean answer; - - dd_init(temp); - dd_sub(temp,val1, val2); - answer=dd_Positive(temp); - dd_clear(temp); - return answer; -} - -dd_boolean dd_Smaller(mytype val1,mytype val2) -{ - return dd_Larger(val2,val1); -} - -void dd_abs(mytype absval, mytype val) -{ - if (dd_Negative(val)) dd_neg(absval,val); - else dd_set(absval,val); -} - -void dd_LinearComb(mytype lc, mytype v1, mytype c1, mytype v2, mytype c2) -/* lc := v1 * c1 + v2 * c2 */ -{ - mytype temp; - - dd_init(temp); - dd_mul(lc,v1,c1); - dd_mul(temp,v2,c2); - dd_add(lc,lc,temp); - dd_clear(temp); -} - -void dd_InnerProduct(mytype prod, dd_colrange d, dd_Arow v1, dd_Arow v2) -{ - mytype temp; - dd_colrange j; - dd_boolean localdebug=dd_FALSE; - - dd_init(temp); - dd_set_si(prod, 0); - for (j = 0; j < d; j++){ - dd_mul(temp,v1[j],v2[j]); - dd_add(prod,prod,temp); - } - if (localdebug) { - fprintf(stderr,"InnerProduct:\n"); - dd_WriteArow(stderr, v1, d); - dd_WriteArow(stderr, v2, d); - fprintf(stderr,"prod ="); - dd_WriteNumber(stderr, prod); - fprintf(stderr,"\n"); - } - - dd_clear(temp); -} - -/* end of cddcore.c */ - - diff -Nru cddlib-094h/lib-src-gmp/cddcore_f.c cddlib-094j/lib-src-gmp/cddcore_f.c --- cddlib-094h/lib-src-gmp/cddcore_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddcore_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,2110 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddcore.c: Core Procedures for cddlib - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib : C-library of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd_f.h" -#include -#include -#include -#include -#include - -void ddf_CheckAdjacency(ddf_ConePtr cone, - ddf_RayPtr *RP1, ddf_RayPtr *RP2, ddf_boolean *adjacent) -{ - ddf_RayPtr TempRay; - ddf_boolean localdebug=ddf_FALSE; - static ddf_rowset Face, Face1; - static ddf_rowrange last_m=0; - - if (last_m!=cone->m) { - if (last_m>0){ - set_free(Face); set_free(Face1); - } - set_initialize(&Face, cone->m); - set_initialize(&Face1, cone->m); - last_m=cone->m; - } - - if (ddf_debug) localdebug=ddf_TRUE; - *adjacent = ddf_TRUE; - set_int(Face1, (*RP1)->ZeroSet, (*RP2)->ZeroSet); - set_int(Face, Face1, cone->AddedHalfspaces); - if (set_card(Face)< cone->d - 2) { - *adjacent = ddf_FALSE; - if (localdebug) { - fprintf(stderr,"non adjacent: set_card(face) %ld < %ld = cone->d.\n", - set_card(Face),cone->d); - } - return; - } - else if (cone->parent->NondegAssumed) { - *adjacent = ddf_TRUE; - return; - } - TempRay = cone->FirstRay; - while (TempRay != NULL && *adjacent) { - if (TempRay != *RP1 && TempRay != *RP2) { - set_int(Face1, TempRay->ZeroSet, cone->AddedHalfspaces); - if (set_subset(Face, Face1)) *adjacent = ddf_FALSE; - } - TempRay = TempRay->Next; - } -} - -void ddf_Eliminate(ddf_ConePtr cone, ddf_RayPtr*Ptr) -{ - /*eliminate the record pointed by Ptr^.Next*/ - ddf_RayPtr TempPtr; - ddf_colrange j; - - TempPtr = (*Ptr)->Next; - (*Ptr)->Next = (*Ptr)->Next->Next; - if (TempPtr == cone->FirstRay) /*Update the first pointer*/ - cone->FirstRay = (*Ptr)->Next; - if (TempPtr == cone->LastRay) /*Update the last pointer*/ - cone->LastRay = *Ptr; - - /* Added, Marc Pfetsch 010219 */ - for (j=0;j < cone->d;j++) -ddf_clear(TempPtr->Ray[j]); - ddf_clear(TempPtr->ARay); - - free(TempPtr->Ray); /* free the ray vector memory */ - set_free(TempPtr->ZeroSet); /* free the ZeroSet memory */ - free(TempPtr); /* free the ddf_Ray structure memory */ - cone->RayCount--; -} - -void ddf_SetInequalitySets(ddf_ConePtr cone) -{ - ddf_rowrange i; - - set_emptyset(cone->GroundSet); - set_emptyset(cone->EqualitySet); - set_emptyset(cone->NonequalitySet); - for (i = 1; i <= (cone->parent->m); i++){ - set_addelem(cone->GroundSet, i); - if (cone->parent->EqualityIndex[i]==1) set_addelem(cone->EqualitySet,i); - if (cone->parent->EqualityIndex[i]==-1) set_addelem(cone->NonequalitySet,i); - } -} - - -void ddf_AValue(myfloat *val, ddf_colrange d_size, ddf_Amatrix A, myfloat *p, ddf_rowrange i) -{ - /*return the ith component of the vector A x p */ - ddf_colrange j; - myfloat x; - - ddf_init(x); - ddf_set(*val,ddf_purezero); - /* Changed by Marc Pfetsch 010219 */ - - for (j = 0; j < d_size; j++){ - ddf_mul(x,A[i - 1][j], p[j]); - ddf_add(*val, *val, x); - } - ddf_clear(x); -} - -void ddf_StoreRay1(ddf_ConePtr cone, myfloat *p, ddf_boolean *feasible) -{ /* Original ray storing routine when RelaxedEnumeration is ddf_FALSE */ - ddf_rowrange i,k,fii=cone->m+1; - ddf_colrange j; - myfloat temp; - ddf_RayPtr RR; - ddf_boolean localdebug=ddf_debug; - - ddf_init(temp); - RR=cone->LastRay; - *feasible = ddf_TRUE; - set_initialize(&(RR->ZeroSet),cone->m); - for (j = 0; j < cone->d; j++){ - ddf_set(RR->Ray[j],p[j]); - } - for (i = 1; i <= cone->m; i++) { - k=cone->OrderVector[i]; - ddf_AValue(&temp, cone->d, cone->A, p, k); - if (localdebug) { - fprintf(stderr,"ddf_StoreRay1: ddf_AValue at row %ld =",k); - ddf_WriteNumber(stderr, temp); - fprintf(stderr,"\n"); - } - if (ddf_EqualToZero(temp)) { - set_addelem(RR->ZeroSet, k); - if (localdebug) { - fprintf(stderr,"recognized zero!\n"); - } - } - if (ddf_Negative(temp)){ - if (localdebug) { - fprintf(stderr,"recognized negative!\n"); - } - *feasible = ddf_FALSE; - if (fii>cone->m) fii=i; /* the first violating inequality index */ - if (localdebug) { - fprintf(stderr,"this ray is not feasible, neg comp = %ld\n", fii); - ddf_WriteNumber(stderr, temp); fprintf(stderr,"\n"); - } - } - } - RR->FirstInfeasIndex=fii; - RR->feasible = *feasible; - ddf_clear(temp); -} - -void ddf_StoreRay2(ddf_ConePtr cone, myfloat *p, - ddf_boolean *feasible, ddf_boolean *weaklyfeasible) - /* Ray storing routine when RelaxedEnumeration is ddf_TRUE. - weaklyfeasible is true iff it is feasible with - the strict_inequality conditions deleted. */ -{ - ddf_RayPtr RR; - ddf_rowrange i,k,fii=cone->m+1; - ddf_colrange j; - myfloat temp; - ddf_boolean localdebug=ddf_debug; - - ddf_init(temp); - RR=cone->LastRay; - if (ddf_debug) localdebug=ddf_TRUE; - *feasible = ddf_TRUE; - *weaklyfeasible = ddf_TRUE; - set_initialize(&(RR->ZeroSet),cone->m); - for (j = 0; j < cone->d; j++){ - ddf_set(RR->Ray[j],p[j]); - } - for (i = 1; i <= cone->m; i++) { - k=cone->OrderVector[i]; - ddf_AValue(&temp, cone->d, cone->A, p, k); - if (ddf_EqualToZero(temp)){ - set_addelem(RR->ZeroSet, k); - if (cone->parent->EqualityIndex[k]==-1) - *feasible=ddf_FALSE; /* strict inequality required */ - } -/* if (temp < -zero){ */ - if (ddf_Negative(temp)){ - *feasible = ddf_FALSE; - if (fii>cone->m && cone->parent->EqualityIndex[k]>=0) { - fii=i; /* the first violating inequality index */ - *weaklyfeasible=ddf_FALSE; - } - } - } - RR->FirstInfeasIndex=fii; - RR->feasible = *feasible; - ddf_clear(temp); -} - - -void ddf_AddRay(ddf_ConePtr cone, myfloat *p) -{ - ddf_boolean feasible, weaklyfeasible; - ddf_colrange j; - - if (cone->FirstRay == NULL) { - cone->FirstRay = (ddf_RayPtr) malloc(sizeof(ddf_RayType)); - cone->FirstRay->Ray = (myfloat *) calloc(cone->d, sizeof(myfloat)); - for (j=0; jd; j++) ddf_init(cone->FirstRay->Ray[j]); - ddf_init(cone->FirstRay->ARay); - if (ddf_debug) - fprintf(stderr,"Create the first ray pointer\n"); - cone->LastRay = cone->FirstRay; - cone->ArtificialRay->Next = cone->FirstRay; - } else { - cone->LastRay->Next = (ddf_RayPtr) malloc(sizeof(ddf_RayType)); - cone->LastRay->Next->Ray = (myfloat *) calloc(cone->d, sizeof(myfloat)); - for (j=0; jd; j++) ddf_init(cone->LastRay->Next->Ray[j]); - ddf_init(cone->LastRay->Next->ARay); - if (ddf_debug) fprintf(stderr,"Create a new ray pointer\n"); - cone->LastRay = cone->LastRay->Next; - } - cone->LastRay->Next = NULL; - cone->RayCount++; - cone->TotalRayCount++; - if (ddf_debug) { - if (cone->TotalRayCount % 100 == 0) { - fprintf(stderr,"*Rays (Total, Currently Active, Feasible) =%8ld%8ld%8ld\n", - cone->TotalRayCount, cone->RayCount, cone->FeasibleRayCount); - } - } - if (cone->parent->RelaxedEnumeration){ - ddf_StoreRay2(cone, p, &feasible, &weaklyfeasible); - if (weaklyfeasible) (cone->WeaklyFeasibleRayCount)++; - } else { - ddf_StoreRay1(cone, p, &feasible); - if (feasible) (cone->WeaklyFeasibleRayCount)++; - /* weaklyfeasible is equiv. to feasible in this case. */ - } - if (!feasible) return; - else { - (cone->FeasibleRayCount)++; - } -} - -void ddf_AddArtificialRay(ddf_ConePtr cone) -{ - ddf_Arow zerovector; - ddf_colrange j,d1; - ddf_boolean feasible; - - if (cone->d<=0) d1=1; else d1=cone->d; - ddf_InitializeArow(d1, &zerovector); - if (cone->ArtificialRay != NULL) { - fprintf(stderr,"Warning !!! FirstRay in not nil. Illegal Call\n"); - free(zerovector); /* 086 */ - return; - } - cone->ArtificialRay = (ddf_RayPtr) malloc(sizeof(ddf_RayType)); - cone->ArtificialRay->Ray = (myfloat *) calloc(d1, sizeof(myfloat)); - for (j=0; jArtificialRay->Ray[j]); - ddf_init(cone->ArtificialRay->ARay); - - if (ddf_debug) fprintf(stderr,"Create the artificial ray pointer\n"); - - cone->LastRay=cone->ArtificialRay; - ddf_StoreRay1(cone, zerovector, &feasible); - /* This stores a vector to the record pointed by cone->LastRay */ - cone->ArtificialRay->Next = NULL; - for (j = 0; j < d1; j++){ - ddf_clear(zerovector[j]); - } - free(zerovector); /* 086 */ -} - -void ddf_ConditionalAddEdge(ddf_ConePtr cone, - ddf_RayPtr Ray1, ddf_RayPtr Ray2, ddf_RayPtr ValidFirstRay) -{ - long it,it_row,fii1,fii2,fmin,fmax; - ddf_boolean adjacent,lastchance; - ddf_RayPtr TempRay,Rmin,Rmax; - ddf_AdjacencyType *NewEdge; - ddf_boolean localdebug=ddf_FALSE; - ddf_rowset ZSmin, ZSmax; - static ddf_rowset Face, Face1; - static ddf_rowrange last_m=0; - - if (last_m!=cone->m) { - if (last_m>0){ - set_free(Face); set_free(Face1); - } - set_initialize(&Face, cone->m); - set_initialize(&Face1, cone->m); - last_m=cone->m; - } - - fii1=Ray1->FirstInfeasIndex; - fii2=Ray2->FirstInfeasIndex; - if (fii1ZeroSet; - ZSmax = Rmax->ZeroSet; - if (localdebug) { - fprintf(stderr,"ddf_ConditionalAddEdge: FMIN = %ld (row%ld) FMAX=%ld\n", - fmin, cone->OrderVector[fmin], fmax); - } - if (fmin==fmax){ - if (localdebug) fprintf(stderr,"ddf_ConditionalAddEdge: equal FII value-> No edge added\n"); - } - else if (set_member(cone->OrderVector[fmin],ZSmax)){ - if (localdebug) fprintf(stderr,"ddf_ConditionalAddEdge: No strong separation -> No edge added\n"); - } - else { /* the pair will be separated at the iteration fmin */ - lastchance=ddf_TRUE; - /* flag to check it will be the last chance to store the edge candidate */ - set_int(Face1, ZSmax, ZSmin); - (cone->count_int)++; - if (localdebug){ - fprintf(stderr,"Face: "); - for (it=1; it<=cone->m; it++) { - it_row=cone->OrderVector[it]; - if (set_member(it_row, Face1)) fprintf(stderr,"%ld ",it_row); - } - fprintf(stderr,"\n"); - } - for (it=cone->Iteration+1; it < fmin && lastchance; it++){ - it_row=cone->OrderVector[it]; - if (cone->parent->EqualityIndex[it_row]>=0 && set_member(it_row, Face1)){ - lastchance=ddf_FALSE; - (cone->count_int_bad)++; - if (localdebug){ - fprintf(stderr,"There will be another chance iteration %ld (row %ld) to store the pair\n", it, it_row); - } - } - } - if (lastchance){ - adjacent = ddf_TRUE; - (cone->count_int_good)++; - /* adjacent checking */ - set_int(Face, Face1, cone->AddedHalfspaces); - if (localdebug){ - fprintf(stderr,"Check adjacency\n"); - fprintf(stderr,"AddedHalfspaces: "); set_fwrite(stderr,cone->AddedHalfspaces); - fprintf(stderr,"Face: "); - for (it=1; it<=cone->m; it++) { - it_row=cone->OrderVector[it]; - if (set_member(it_row, Face)) fprintf(stderr,"%ld ",it_row); - } - fprintf(stderr,"\n"); - } - if (set_card(Face)< cone->d - 2) { - adjacent = ddf_FALSE; - } - else if (cone->parent->NondegAssumed) { - adjacent = ddf_TRUE; - } - else{ - TempRay = ValidFirstRay; /* the first ray for adjacency checking */ - while (TempRay != NULL && adjacent) { - if (TempRay != Ray1 && TempRay != Ray2) { - set_int(Face1, TempRay->ZeroSet, cone->AddedHalfspaces); - if (set_subset(Face, Face1)) { - if (localdebug) set_fwrite(stderr,Face1); - adjacent = ddf_FALSE; - } - } - TempRay = TempRay->Next; - } - } - if (adjacent){ - if (localdebug) fprintf(stderr,"The pair is adjacent and the pair must be stored for iteration %ld (row%ld)\n", - fmin, cone->OrderVector[fmin]); - NewEdge=(ddf_AdjacencyPtr) malloc(sizeof *NewEdge); - NewEdge->Ray1=Rmax; /* save the one remains in iteration fmin in the first */ - NewEdge->Ray2=Rmin; /* save the one deleted in iteration fmin in the second */ - NewEdge->Next=NULL; - (cone->EdgeCount)++; - (cone->TotalEdgeCount)++; - if (cone->Edges[fmin]==NULL){ - cone->Edges[fmin]=NewEdge; - if (localdebug) fprintf(stderr,"Create a new edge list of %ld\n", fmin); - }else{ - NewEdge->Next=cone->Edges[fmin]; - cone->Edges[fmin]=NewEdge; - } - } - } - } -} - -void ddf_CreateInitialEdges(ddf_ConePtr cone) -{ - ddf_RayPtr Ptr1, Ptr2; - ddf_rowrange fii1,fii2; - long count=0; - ddf_boolean adj,localdebug=ddf_FALSE; - - cone->Iteration=cone->d; /* CHECK */ - if (cone->FirstRay ==NULL || cone->LastRay==NULL){ - /* fprintf(stderr,"Warning: ddf_ CreateInitialEdges called with NULL pointer(s)\n"); */ - goto _L99; - } - Ptr1=cone->FirstRay; - while(Ptr1!=cone->LastRay && Ptr1!=NULL){ - fii1=Ptr1->FirstInfeasIndex; - Ptr2=Ptr1->Next; - while(Ptr2!=NULL){ - fii2=Ptr2->FirstInfeasIndex; - count++; - if (localdebug) fprintf(stderr,"ddf_ CreateInitialEdges: edge %ld \n",count); - ddf_CheckAdjacency(cone, &Ptr1, &Ptr2, &adj); - if (fii1!=fii2 && adj) - ddf_ConditionalAddEdge(cone, Ptr1, Ptr2, cone->FirstRay); - Ptr2=Ptr2->Next; - } - Ptr1=Ptr1->Next; - } -_L99:; -} - - -void ddf_UpdateEdges(ddf_ConePtr cone, ddf_RayPtr RRbegin, ddf_RayPtr RRend) -/* This procedure must be called after the ray list is sorted - by ddf_EvaluateARay2 so that FirstInfeasIndex's are monotonically - increasing. -*/ -{ - ddf_RayPtr Ptr1, Ptr2begin, Ptr2; - ddf_rowrange fii1; - ddf_boolean ptr2found,quit,localdebug=ddf_FALSE; - long count=0,pos1, pos2; - float workleft,prevworkleft=110.0,totalpairs; - - totalpairs=(cone->ZeroRayCount-1.0)*(cone->ZeroRayCount-2.0)+1.0; - Ptr2begin = NULL; - if (RRbegin ==NULL || RRend==NULL){ - if (1) fprintf(stderr,"Warning: ddf_UpdateEdges called with NULL pointer(s)\n"); - goto _L99; - } - Ptr1=RRbegin; - pos1=1; - do{ - ptr2found=ddf_FALSE; - quit=ddf_FALSE; - fii1=Ptr1->FirstInfeasIndex; - pos2=2; - for (Ptr2=Ptr1->Next; !ptr2found && !quit; Ptr2=Ptr2->Next,pos2++){ - if (Ptr2->FirstInfeasIndex > fii1){ - Ptr2begin=Ptr2; - ptr2found=ddf_TRUE; - } - else if (Ptr2==RRend) quit=ddf_TRUE; - } - if (ptr2found){ - quit=ddf_FALSE; - for (Ptr2=Ptr2begin; !quit ; Ptr2=Ptr2->Next){ - count++; - if (localdebug) fprintf(stderr,"ddf_UpdateEdges: edge %ld \n",count); - ddf_ConditionalAddEdge(cone, Ptr1,Ptr2,RRbegin); - if (Ptr2==RRend || Ptr2->Next==NULL) quit=ddf_TRUE; - } - } - Ptr1=Ptr1->Next; - pos1++; - workleft = 100.0 * (cone->ZeroRayCount-pos1) * (cone->ZeroRayCount - pos1-1.0) / totalpairs; - if (cone->ZeroRayCount>=500 && ddf_debug && pos1%10 ==0 && prevworkleft-workleft>=10 ) { - fprintf(stderr,"*Work of iteration %5ld(/%ld): %4ld/%4ld => %4.1f%% left\n", - cone->Iteration, cone->m, pos1, cone->ZeroRayCount, workleft); - prevworkleft=workleft; - } - }while(Ptr1!=RRend && Ptr1!=NULL); -_L99:; -} - -void ddf_FreeDDMemory0(ddf_ConePtr cone) -{ - ddf_RayPtr Ptr, PrevPtr; - long count; - ddf_colrange j; - ddf_boolean localdebug=ddf_FALSE; - - /* THIS SHOULD BE REWRITTEN carefully */ - PrevPtr=cone->ArtificialRay; - if (PrevPtr!=NULL){ - count=0; - for (Ptr=cone->ArtificialRay->Next; Ptr!=NULL; Ptr=Ptr->Next){ - /* Added Marc Pfetsch 2/19/01 */ - for (j=0;j < cone->d;j++) -ddf_clear(PrevPtr->Ray[j]); - ddf_clear(PrevPtr->ARay); - - free(PrevPtr->Ray); - free(PrevPtr->ZeroSet); - free(PrevPtr); - count++; - PrevPtr=Ptr; - }; - cone->FirstRay=NULL; - /* Added Marc Pfetsch 010219 */ - for (j=0;j < cone->d;j++) -ddf_clear(cone->LastRay->Ray[j]); - ddf_clear(cone->LastRay->ARay); - - free(cone->LastRay->Ray); - cone->LastRay->Ray = NULL; - set_free(cone->LastRay->ZeroSet); - cone->LastRay->ZeroSet = NULL; - free(cone->LastRay); - cone->LastRay = NULL; - cone->ArtificialRay=NULL; - if (localdebug) fprintf(stderr,"%ld ray storage spaces freed\n",count); - } -/* must add (by Sato) */ - free(cone->Edges); - - set_free(cone->GroundSet); - set_free(cone->EqualitySet); - set_free(cone->NonequalitySet); - set_free(cone->AddedHalfspaces); - set_free(cone->WeaklyAddedHalfspaces); - set_free(cone->InitialHalfspaces); - free(cone->InitialRayIndex); - free(cone->OrderVector); - free(cone->newcol); - -/* Fixed by Shawn Rusaw. Originally it was cone->d instead of cone->d_alloc */ - ddf_FreeBmatrix(cone->d_alloc,cone->B); - ddf_FreeBmatrix(cone->d_alloc,cone->Bsave); - -/* Fixed by Marc Pfetsch 010219*/ - ddf_FreeAmatrix(cone->m_alloc,cone->d_alloc,cone->A); - cone->A = NULL; - - free(cone); -} - -void ddf_FreeDDMemory(ddf_PolyhedraPtr poly) -{ - ddf_FreeDDMemory0(poly->child); - poly->child=NULL; -} - -void ddf_FreePolyhedra(ddf_PolyhedraPtr poly) -{ - ddf_bigrange i; - - if ((poly)->child != NULL) ddf_FreeDDMemory(poly); - ddf_FreeAmatrix((poly)->m_alloc,poly->d_alloc, poly->A); - ddf_FreeArow((poly)->d_alloc,(poly)->c); - free((poly)->EqualityIndex); - if (poly->AincGenerated){ - for (i=1; i<=poly->m1; i++){ - set_free(poly->Ainc[i-1]); - } - free(poly->Ainc); - set_free(poly->Ared); - set_free(poly->Adom); - poly->Ainc=NULL; - } - - free(poly); -} - -void ddf_Normalize(ddf_colrange d_size, myfloat *V) -{ - long j,jmin=0; - myfloat temp,min; - ddf_boolean nonzerofound=ddf_FALSE; - - if (d_size>0){ - ddf_init(min); ddf_init(temp); - ddf_abs(min,V[0]); jmin=0; /* set the minmizer to 0 */ - if (ddf_Positive(min)) nonzerofound=ddf_TRUE; - for (j = 1; j < d_size; j++) { - ddf_abs(temp,V[j]); - if (ddf_Positive(temp)){ - if (!nonzerofound || ddf_Smaller(temp,min)){ - nonzerofound=ddf_TRUE; - ddf_set(min, temp); jmin=j; - } - } - } - if (ddf_Positive(min)){ - for (j = 0; j < d_size; j++) ddf_div(V[j], V[j], min); - } - ddf_clear(min); ddf_clear(temp); - } -} - - -void ddf_ZeroIndexSet(ddf_rowrange m_size, ddf_colrange d_size, ddf_Amatrix A, myfloat *x, ddf_rowset ZS) -{ - ddf_rowrange i; - myfloat temp; - - /* Changed by Marc Pfetsch 010219 */ - ddf_init(temp); - set_emptyset(ZS); - for (i = 1; i <= m_size; i++) { - ddf_AValue(&temp, d_size, A, x, i); - if (ddf_EqualToZero(temp)) set_addelem(ZS, i); - } - - /* Changed by Marc Pfetsch 010219 */ - ddf_clear(temp); -} - -void ddf_CopyBmatrix(ddf_colrange d_size, ddf_Bmatrix T, ddf_Bmatrix TCOPY) -{ - ddf_rowrange i; - ddf_colrange j; - - for (i=0; i < d_size; i++) { - for (j=0; j < d_size; j++) { - ddf_set(TCOPY[i][j],T[i][j]); - } - } -} - - -void ddf_CopyArow(myfloat *acopy, myfloat *a, ddf_colrange d) -{ - ddf_colrange j; - - for (j = 0; j < d; j++) { - ddf_set(acopy[j],a[j]); - } -} - -void ddf_CopyNormalizedArow(myfloat *acopy, myfloat *a, ddf_colrange d) -{ - ddf_CopyArow(acopy, a, d); - ddf_Normalize(d,acopy); -} - -void ddf_CopyAmatrix(myfloat **Acopy, myfloat **A, ddf_rowrange m, ddf_colrange d) -{ - ddf_rowrange i; - - for (i = 0; i< m; i++) { - ddf_CopyArow(Acopy[i],A[i],d); - } -} - -void ddf_CopyNormalizedAmatrix(myfloat **Acopy, myfloat **A, ddf_rowrange m, ddf_colrange d) -{ - ddf_rowrange i; - - for (i = 0; i< m; i++) { - ddf_CopyNormalizedArow(Acopy[i],A[i],d); - } -} - -void ddf_PermuteCopyAmatrix(myfloat **Acopy, myfloat **A, ddf_rowrange m, ddf_colrange d, ddf_rowindex roworder) -{ - ddf_rowrange i; - - for (i = 1; i<= m; i++) { - ddf_CopyArow(Acopy[i-1],A[roworder[i]-1],d); - } -} - -void ddf_PermutePartialCopyAmatrix(myfloat **Acopy, myfloat **A, ddf_rowrange m, ddf_colrange d, ddf_rowindex roworder,ddf_rowrange p, ddf_rowrange q) -{ - /* copy the rows of A whose roworder is positive. roworder[i] is the row index of the copied row. */ - ddf_rowrange i,k; - - k=0; - for (i = 1; i<= m; i++) { - if (roworder[i]>0) ddf_CopyArow(Acopy[roworder[i]-1],A[i-1],d); - } -} - -void ddf_InitializeArow(ddf_colrange d,ddf_Arow *a) -{ - ddf_colrange j; - - if (d>0) *a=(myfloat*) calloc(d,sizeof(myfloat)); - for (j = 0; j < d; j++) { - ddf_init((*a)[j]); - } -} - -void ddf_InitializeAmatrix(ddf_rowrange m,ddf_colrange d,ddf_Amatrix *A) -{ - ddf_rowrange i; - - if (m>0) (*A)=(myfloat**) calloc(m,sizeof(myfloat*)); - for (i = 0; i < m; i++) { - ddf_InitializeArow(d,&((*A)[i])); - } -} - -void ddf_FreeAmatrix(ddf_rowrange m,ddf_colrange d,ddf_Amatrix A) -{ - ddf_rowrange i; - ddf_colrange j; - - for (i = 0; i < m; i++) { - for (j = 0; j < d; j++) { - ddf_clear(A[i][j]); - } - } - if (A!=NULL) { - for (i = 0; i < m; i++) { - free(A[i]); - } - free(A); - } -} - -void ddf_FreeArow(ddf_colrange d, ddf_Arow a) -{ - ddf_colrange j; - - for (j = 0; j < d; j++) { - ddf_clear(a[j]); - } - free(a); -} - - -void ddf_InitializeBmatrix(ddf_colrange d,ddf_Bmatrix *B) -{ - ddf_colrange i,j; - - (*B)=(myfloat**) calloc(d,sizeof(myfloat*)); - for (j = 0; j < d; j++) { - (*B)[j]=(myfloat*) calloc(d,sizeof(myfloat)); - } - for (i = 0; i < d; i++) { - for (j = 0; j < d; j++) { - ddf_init((*B)[i][j]); - } - } -} - -void ddf_FreeBmatrix(ddf_colrange d,ddf_Bmatrix B) -{ - ddf_colrange i,j; - - for (i = 0; i < d; i++) { - for (j = 0; j < d; j++) { - ddf_clear(B[i][j]); - } - } - if (B!=NULL) { - for (j = 0; j < d; j++) { - free(B[j]); - } - free(B); - } -} - -ddf_SetFamilyPtr ddf_CreateSetFamily(ddf_bigrange fsize, ddf_bigrange ssize) -{ - ddf_SetFamilyPtr F; - ddf_bigrange i,f0,f1,s0,s1; - - if (fsize<=0) { - f0=0; f1=1; - /* if fsize<=0, the fsize is set to zero and the created size is one */ - } else { - f0=fsize; f1=fsize; - } - if (ssize<=0) { - s0=0; s1=1; - /* if ssize<=0, the ssize is set to zero and the created size is one */ - } else { - s0=ssize; s1=ssize; - } - - F=(ddf_SetFamilyPtr) malloc (sizeof(ddf_SetFamilyType)); - F->set=(set_type*) calloc(f1,sizeof(set_type)); - for (i=0; iset[i]), s1); - } - F->famsize=f0; - F->setsize=s0; - return F; -} - - -void ddf_FreeSetFamily(ddf_SetFamilyPtr F) -{ - ddf_bigrange i,f1; - - if (F!=NULL){ - if (F->famsize<=0) f1=1; else f1=F->famsize; - /* the smallest created size is one */ - for (i=0; iset[i]); - } - free(F->set); - free(F); - } -} - -ddf_MatrixPtr ddf_CreateMatrix(ddf_rowrange m_size,ddf_colrange d_size) -{ - ddf_MatrixPtr M; - ddf_rowrange m0,m1; - ddf_colrange d0,d1; - - if (m_size<=0){ - m0=0; m1=1; - /* if m_size <=0, the number of rows is set to zero, the actual size is 1 */ - } else { - m0=m_size; m1=m_size; - } - if (d_size<=0){ - d0=0; d1=1; - /* if d_size <=0, the number of cols is set to zero, the actual size is 1 */ - } else { - d0=d_size; d1=d_size; - } - M=(ddf_MatrixPtr) malloc (sizeof(ddf_MatrixType)); - ddf_InitializeAmatrix(m1,d1,&(M->matrix)); - ddf_InitializeArow(d1,&(M->rowvec)); - M->rowsize=m0; - set_initialize(&(M->linset), m1); - M->colsize=d0; - M->objective=ddf_LPnone; - M->numbtype=ddf_Unknown; - M->representation=ddf_Unspecified; - return M; -} - -void ddf_FreeMatrix(ddf_MatrixPtr M) -{ - ddf_rowrange m1; - ddf_colrange d1; - - if (M!=NULL) { - if (M->rowsize<=0) m1=1; else m1=M->rowsize; - if (M->colsize<=0) d1=1; else d1=M->colsize; - if (M!=NULL) { - ddf_FreeAmatrix(m1,d1,M->matrix); - ddf_FreeArow(d1,M->rowvec); - set_free(M->linset); - free(M); - } - } -} - -void ddf_SetToIdentity(ddf_colrange d_size, ddf_Bmatrix T) -{ - ddf_colrange j1, j2; - - for (j1 = 1; j1 <= d_size; j1++) { - for (j2 = 1; j2 <= d_size; j2++) { - if (j1 == j2) - ddf_set(T[j1 - 1][j2 - 1],ddf_one); - else - ddf_set(T[j1 - 1][j2 - 1],ddf_purezero); - } - } -} - -void ddf_ColumnReduce(ddf_ConePtr cone) -{ - ddf_colrange j,j1=0; - ddf_rowrange i; - ddf_boolean localdebug=ddf_FALSE; - - for (j=1;j<=cone->d;j++) { - if (cone->InitialRayIndex[j]>0){ - j1=j1+1; - if (j1m; i++) ddf_set(cone->A[i-1][j1-1],cone->A[i-1][j-1]); - cone->newcol[j]=j1; - if (localdebug){ - fprintf(stderr,"shifting the column %ld to column %ld\n", j, j1); - } - /* shifting forward */ - } - } else { - cone->newcol[j]=0; - if (localdebug) { - fprintf(stderr,"a generator (or an equation) of the linearity space: "); - for (i=1; i<=cone->d; i++) ddf_WriteNumber(stderr, cone->B[i-1][j-1]); - fprintf(stderr,"\n"); - } - } - } - cone->d=j1; /* update the dimension. cone->d_orig remembers the old. */ - ddf_CopyBmatrix(cone->d_orig, cone->B, cone->Bsave); - /* save the dual basis inverse as Bsave. This matrix contains the linearity space generators. */ - cone->ColReduced=ddf_TRUE; -} - -long ddf_MatrixRank(ddf_MatrixPtr M, ddf_rowset ignoredrows, ddf_colset ignoredcols, ddf_rowset *rowbasis, ddf_colset *colbasis) -{ - ddf_boolean stop, chosen, localdebug=ddf_debug; - ddf_rowset NopivotRow,PriorityRow; - ddf_colset ColSelected; - ddf_Bmatrix B; - ddf_rowindex roworder; - ddf_rowrange r; - ddf_colrange s; - long rank; - - rank = 0; - stop = ddf_FALSE; - set_initialize(&ColSelected, M->colsize); - set_initialize(&NopivotRow, M->rowsize); - set_initialize(rowbasis, M->rowsize); - set_initialize(colbasis, M->colsize); - set_initialize(&PriorityRow, M->rowsize); - set_copy(NopivotRow,ignoredrows); - set_copy(ColSelected,ignoredcols); - ddf_InitializeBmatrix(M->colsize, &B); - ddf_SetToIdentity(M->colsize, B); - roworder=(long *)calloc(M->rowsize+1,sizeof(long)); - for (r=0; rrowsize; r++){roworder[r+1]=r+1; - } - - do { /* Find a set of rows for a basis */ - ddf_SelectPivot2(M->rowsize, M->colsize,M->matrix,B,ddf_MinIndex,roworder, - PriorityRow,M->rowsize, NopivotRow, ColSelected, &r, &s, &chosen); - if (ddf_debug && chosen) - fprintf(stderr,"Procedure ddf_MatrixRank: pivot on (r,s) =(%ld, %ld).\n", r, s); - if (chosen) { - set_addelem(NopivotRow, r); - set_addelem(*rowbasis, r); - set_addelem(ColSelected, s); - set_addelem(*colbasis, s); - rank++; - ddf_GaussianColumnPivot(M->rowsize, M->colsize, M->matrix, B, r, s); - if (localdebug) ddf_WriteBmatrix(stderr,M->colsize,B); - } else { - stop=ddf_TRUE; - } - if (rank==M->colsize) stop = ddf_TRUE; - } while (!stop); - ddf_FreeBmatrix(M->colsize,B); - free(roworder); - set_free(ColSelected); - set_free(NopivotRow); - set_free(PriorityRow); - return rank; -} - - -void ddf_FindBasis(ddf_ConePtr cone, long *rank) -{ - ddf_boolean stop, chosen, localdebug=ddf_debug; - ddf_rowset NopivotRow; - ddf_colset ColSelected; - ddf_rowrange r; - ddf_colrange j,s; - - *rank = 0; - stop = ddf_FALSE; - for (j=0;j<=cone->d;j++) cone->InitialRayIndex[j]=0; - set_emptyset(cone->InitialHalfspaces); - set_initialize(&ColSelected, cone->d); - set_initialize(&NopivotRow, cone->m); - set_copy(NopivotRow,cone->NonequalitySet); - ddf_SetToIdentity(cone->d, cone->B); - do { /* Find a set of rows for a basis */ - ddf_SelectPivot2(cone->m, cone->d,cone->A,cone->B,cone->HalfspaceOrder,cone->OrderVector, - cone->EqualitySet,cone->m, NopivotRow, ColSelected, &r, &s, &chosen); - if (ddf_debug && chosen) - fprintf(stderr,"Procedure ddf_FindBasis: pivot on (r,s) =(%ld, %ld).\n", r, s); - if (chosen) { - set_addelem(cone->InitialHalfspaces, r); - set_addelem(NopivotRow, r); - set_addelem(ColSelected, s); - cone->InitialRayIndex[s]=r; /* cone->InitialRayIndex[s] stores the corr. row index */ - (*rank)++; - ddf_GaussianColumnPivot(cone->m, cone->d, cone->A, cone->B, r, s); - if (localdebug) ddf_WriteBmatrix(stderr,cone->d,cone->B); - } else { - stop=ddf_TRUE; - } - if (*rank==cone->d) stop = ddf_TRUE; - } while (!stop); - set_free(ColSelected); - set_free(NopivotRow); -} - - -void ddf_FindInitialRays(ddf_ConePtr cone, ddf_boolean *found) -{ - ddf_rowset CandidateRows; - ddf_rowrange i; - long rank; - ddf_RowOrderType roworder_save=ddf_LexMin; - - *found = ddf_FALSE; - set_initialize(&CandidateRows, cone->m); - if (cone->parent->InitBasisAtBottom==ddf_TRUE) { - roworder_save=cone->HalfspaceOrder; - cone->HalfspaceOrder=ddf_MaxIndex; - cone->PreOrderedRun=ddf_FALSE; - } - else cone->PreOrderedRun=ddf_TRUE; - if (ddf_debug) ddf_WriteBmatrix(stderr, cone->d, cone->B); - for (i = 1; i <= cone->m; i++) - if (!set_member(i,cone->NonequalitySet)) set_addelem(CandidateRows, i); - /*all rows not in NonequalitySet are candidates for initial cone*/ - ddf_FindBasis(cone, &rank); - if (ddf_debug) ddf_WriteBmatrix(stderr, cone->d, cone->B); - if (ddf_debug) fprintf(stderr,"ddf_FindInitialRays: rank of Amatrix = %ld\n", rank); - cone->LinearityDim=cone->d - rank; - if (ddf_debug) fprintf(stderr,"Linearity Dimension = %ld\n", cone->LinearityDim); - if (cone->LinearityDim > 0) { - ddf_ColumnReduce(cone); - ddf_FindBasis(cone, &rank); - } - if (!set_subset(cone->EqualitySet,cone->InitialHalfspaces)) { - if (ddf_debug) { - fprintf(stderr,"Equality set is dependent. Equality Set and an initial basis:\n"); - set_fwrite(stderr,cone->EqualitySet); - set_fwrite(stderr,cone->InitialHalfspaces); - }; - } - *found = ddf_TRUE; - set_free(CandidateRows); - if (cone->parent->InitBasisAtBottom==ddf_TRUE) { - cone->HalfspaceOrder=roworder_save; - } - if (cone->HalfspaceOrder==ddf_MaxCutoff|| - cone->HalfspaceOrder==ddf_MinCutoff|| - cone->HalfspaceOrder==ddf_MixCutoff){ - cone->PreOrderedRun=ddf_FALSE; - } else cone->PreOrderedRun=ddf_TRUE; -} - -void ddf_CheckEquality(ddf_colrange d_size, ddf_RayPtr*RP1, ddf_RayPtr*RP2, ddf_boolean *equal) -{ - long j; - - if (ddf_debug) - fprintf(stderr,"Check equality of two rays\n"); - *equal = ddf_TRUE; - j = 1; - while (j <= d_size && *equal) { - if (!ddf_Equal((*RP1)->Ray[j - 1],(*RP2)->Ray[j - 1])) - *equal = ddf_FALSE; - j++; - } - if (*equal) - fprintf(stderr,"Equal records found !!!!\n"); -} - -void ddf_CreateNewRay(ddf_ConePtr cone, - ddf_RayPtr Ptr1, ddf_RayPtr Ptr2, ddf_rowrange ii) -{ - /*Create a new ray by taking a linear combination of two rays*/ - ddf_colrange j; - myfloat a1, a2, v1, v2; - static ddf_Arow NewRay; - static ddf_colrange last_d=0; - ddf_boolean localdebug=ddf_debug; - - ddf_init(a1); ddf_init(a2); ddf_init(v1); ddf_init(v2); - if (last_d!=cone->d){ - if (last_d>0) { - for (j=0; jd,sizeof(myfloat)); - for (j=0; jd; j++) ddf_init(NewRay[j]); - last_d=cone->d; - } - - ddf_AValue(&a1, cone->d, cone->A, Ptr1->Ray, ii); - ddf_AValue(&a2, cone->d, cone->A, Ptr2->Ray, ii); - if (localdebug) { - fprintf(stderr,"CreatNewRay: Ray1 ="); ddf_WriteArow(stderr, Ptr1->Ray, cone->d); - fprintf(stderr,"CreatNewRay: Ray2 ="); ddf_WriteArow(stderr, Ptr2->Ray, cone->d); - } - ddf_abs(v1,a1); - ddf_abs(v2,a2); - if (localdebug){ - fprintf(stderr,"ddf_AValue1 and ABS"); ddf_WriteNumber(stderr,a1); ddf_WriteNumber(stderr,v1); fprintf(stderr,"\n"); - fprintf(stderr,"ddf_AValue2 and ABS"); ddf_WriteNumber(stderr,a2); ddf_WriteNumber(stderr,v2); fprintf(stderr,"\n"); - } - for (j = 0; j < cone->d; j++){ - ddf_LinearComb(NewRay[j], Ptr1->Ray[j],v2,Ptr2->Ray[j],v1); - } - if (localdebug) { - fprintf(stderr,"CreatNewRay: New ray ="); ddf_WriteArow(stderr, NewRay, cone->d); - } - ddf_Normalize(cone->d, NewRay); - if (localdebug) { - fprintf(stderr,"CreatNewRay: ddf_Normalized ray ="); ddf_WriteArow(stderr, NewRay, cone->d); - } - ddf_AddRay(cone, NewRay); - ddf_clear(a1); ddf_clear(a2); ddf_clear(v1); ddf_clear(v2); -} - -void ddf_EvaluateARay1(ddf_rowrange i, ddf_ConePtr cone) -/* Evaluate the ith component of the vector A x RD.Ray - and rearrange the linked list so that - the infeasible rays with respect to i will be - placed consecutively from First - */ -{ - ddf_colrange j; - myfloat temp,tnext; - ddf_RayPtr Ptr, PrevPtr, TempPtr; - - ddf_init(temp); ddf_init(tnext); - Ptr = cone->FirstRay; - PrevPtr = cone->ArtificialRay; - if (PrevPtr->Next != Ptr) { - fprintf(stderr,"Error. Artificial Ray does not point to FirstRay!!!\n"); - } - while (Ptr != NULL) { - ddf_set(temp,ddf_purezero); - for (j = 0; j < cone->d; j++){ - ddf_mul(tnext,cone->A[i - 1][j],Ptr->Ray[j]); - ddf_add(temp,temp,tnext); - } - ddf_set(Ptr->ARay,temp); -/* if ( temp <= -zero && Ptr != cone->FirstRay) {*/ - if ( ddf_Negative(temp) && Ptr != cone->FirstRay) { - /* fprintf(stderr,"Moving an infeasible record w.r.t. %ld to FirstRay\n",i); */ - if (Ptr==cone->LastRay) cone->LastRay=PrevPtr; - TempPtr=Ptr; - Ptr = Ptr->Next; - PrevPtr->Next = Ptr; - cone->ArtificialRay->Next = TempPtr; - TempPtr->Next = cone->FirstRay; - cone->FirstRay = TempPtr; - } - else { - PrevPtr = Ptr; - Ptr = Ptr->Next; - } - } - ddf_clear(temp); ddf_clear(tnext); -} - -void ddf_EvaluateARay2(ddf_rowrange i, ddf_ConePtr cone) -/* Evaluate the ith component of the vector A x RD.Ray - and rearrange the linked list so that - the infeasible rays with respect to i will be - placed consecutively from First. Also for all feasible rays, - "positive" rays and "zero" rays will be placed consecutively. - */ -{ - ddf_colrange j; - myfloat temp,tnext; - ddf_RayPtr Ptr, NextPtr; - ddf_boolean zerofound=ddf_FALSE,negfound=ddf_FALSE,posfound=ddf_FALSE; - - if (cone==NULL || cone->TotalRayCount<=0) goto _L99; - ddf_init(temp); ddf_init(tnext); - cone->PosHead=NULL;cone->ZeroHead=NULL;cone->NegHead=NULL; - cone->PosLast=NULL;cone->ZeroLast=NULL;cone->NegLast=NULL; - Ptr = cone->FirstRay; - while (Ptr != NULL) { - NextPtr=Ptr->Next; /* remember the Next record */ - Ptr->Next=NULL; /* then clear the Next pointer */ - ddf_set(temp,ddf_purezero); - for (j = 0; j < cone->d; j++){ - ddf_mul(tnext,cone->A[i - 1][j],Ptr->Ray[j]); - ddf_add(temp,temp,tnext); - } - ddf_set(Ptr->ARay,temp); -/* if ( temp < -zero) {*/ - if ( ddf_Negative(temp)) { - if (!negfound){ - negfound=ddf_TRUE; - cone->NegHead=Ptr; - cone->NegLast=Ptr; - } - else{ - Ptr->Next=cone->NegHead; - cone->NegHead=Ptr; - } - } -/* else if (temp > zero){*/ - else if (ddf_Positive(temp)){ - if (!posfound){ - posfound=ddf_TRUE; - cone->PosHead=Ptr; - cone->PosLast=Ptr; - } - else{ - Ptr->Next=cone->PosHead; - cone->PosHead=Ptr; - } - } - else { - if (!zerofound){ - zerofound=ddf_TRUE; - cone->ZeroHead=Ptr; - cone->ZeroLast=Ptr; - } - else{ - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - } - } - Ptr=NextPtr; - } - /* joining three neg, pos and zero lists */ - if (negfound){ /* -list nonempty */ - cone->FirstRay=cone->NegHead; - if (posfound){ /* -list & +list nonempty */ - cone->NegLast->Next=cone->PosHead; - if (zerofound){ /* -list, +list, 0list all nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* -list, +list nonempty but 0list empty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* -list nonempty & +list empty */ - if (zerofound){ /* -list,0list nonempty & +list empty */ - cone->NegLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else { /* -list nonempty & +list,0list empty */ - cone->LastRay=cone->NegLast; - } - } - } - else if (posfound){ /* -list empty & +list nonempty */ - cone->FirstRay=cone->PosHead; - if (zerofound){ /* -list empty & +list,0list nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* -list,0list empty & +list nonempty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* -list,+list empty & 0list nonempty */ - cone->FirstRay=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - cone->ArtificialRay->Next=cone->FirstRay; - cone->LastRay->Next=NULL; - ddf_clear(temp); ddf_clear(tnext); - _L99:; -} - -void ddf_DeleteNegativeRays(ddf_ConePtr cone) -/* Eliminate the infeasible rays with respect to i which - are supposed to be consecutive from the head of the ddf_Ray list, - and sort the zero list assumed to be consecutive at the - end of the list. - */ -{ - ddf_rowrange fii,fiitest; - myfloat temp; - ddf_RayPtr Ptr, PrevPtr,NextPtr,ZeroPtr1,ZeroPtr0; - ddf_boolean found, completed, zerofound=ddf_FALSE,negfound=ddf_FALSE,posfound=ddf_FALSE; - ddf_boolean localdebug=ddf_FALSE; - - ddf_init(temp); - cone->PosHead=NULL;cone->ZeroHead=NULL;cone->NegHead=NULL; - cone->PosLast=NULL;cone->ZeroLast=NULL;cone->NegLast=NULL; - - /* Delete the infeasible rays */ - PrevPtr= cone->ArtificialRay; - Ptr = cone->FirstRay; - if (PrevPtr->Next != Ptr) - fprintf(stderr,"Error at ddf_DeleteNegativeRays: ArtificialRay does not point the FirstRay.\n"); - completed=ddf_FALSE; - while (Ptr != NULL && !completed){ -/* if ( (Ptr->ARay) < -zero ){ */ - if ( ddf_Negative(Ptr->ARay)){ - ddf_Eliminate(cone, &PrevPtr); - Ptr=PrevPtr->Next; - } - else{ - completed=ddf_TRUE; - } - } - - /* Sort the zero rays */ - Ptr = cone->FirstRay; - cone->ZeroRayCount=0; - while (Ptr != NULL) { - NextPtr=Ptr->Next; /* remember the Next record */ - ddf_set(temp,Ptr->ARay); - if (localdebug) {fprintf(stderr,"Ptr->ARay :"); ddf_WriteNumber(stderr, temp);} -/* if ( temp < -zero) {*/ - if ( ddf_Negative(temp)) { - if (!negfound){ - fprintf(stderr,"Error: An infeasible ray found after their removal\n"); - negfound=ddf_TRUE; - } - } -/* else if (temp > zero){*/ - else if (ddf_Positive(temp)){ - if (!posfound){ - posfound=ddf_TRUE; - cone->PosHead=Ptr; - cone->PosLast=Ptr; - } - else{ - cone->PosLast=Ptr; - } - } - else { - (cone->ZeroRayCount)++; - if (!zerofound){ - zerofound=ddf_TRUE; - cone->ZeroHead=Ptr; - cone->ZeroLast=Ptr; - cone->ZeroLast->Next=NULL; - } - else{/* Find a right position to store the record sorted w.r.t. FirstInfeasIndex */ - fii=Ptr->FirstInfeasIndex; - found=ddf_FALSE; - ZeroPtr1=NULL; - for (ZeroPtr0=cone->ZeroHead; !found && ZeroPtr0!=NULL ; ZeroPtr0=ZeroPtr0->Next){ - fiitest=ZeroPtr0->FirstInfeasIndex; - if (fiitest >= fii){ - found=ddf_TRUE; - } - else ZeroPtr1=ZeroPtr0; - } - /* fprintf(stderr,"insert position found \n %d index %ld\n",found, fiitest); */ - if (!found){ /* the new record must be stored at the end of list */ - cone->ZeroLast->Next=Ptr; - cone->ZeroLast=Ptr; - cone->ZeroLast->Next=NULL; - } - else{ - if (ZeroPtr1==NULL){ /* store the new one at the head, and update the head ptr */ - /* fprintf(stderr,"Insert at the head\n"); */ - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - } - else{ /* store the new one inbetween ZeroPtr1 and 0 */ - /* fprintf(stderr,"Insert inbetween\n"); */ - Ptr->Next=ZeroPtr1->Next; - ZeroPtr1->Next=Ptr; - } - } - /* - Ptr->Next=cone->ZeroHead; - cone->ZeroHead=Ptr; - */ - } - } - Ptr=NextPtr; - } - /* joining the pos and zero lists */ - if (posfound){ /* -list empty & +list nonempty */ - cone->FirstRay=cone->PosHead; - if (zerofound){ /* +list,0list nonempty */ - cone->PosLast->Next=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - else{ /* 0list empty & +list nonempty */ - cone->LastRay=cone->PosLast; - } - } - else{ /* +list empty & 0list nonempty */ - cone->FirstRay=cone->ZeroHead; - cone->LastRay=cone->ZeroLast; - } - cone->ArtificialRay->Next=cone->FirstRay; - cone->LastRay->Next=NULL; - ddf_clear(temp); -} - -void ddf_FeasibilityIndices(long *fnum, long *infnum, ddf_rowrange i, ddf_ConePtr cone) -{ - /*Evaluate the number of feasible rays and infeasible rays*/ - /* w.r.t the hyperplane i*/ - ddf_colrange j; - myfloat temp, tnext; - ddf_RayPtr Ptr; - - ddf_init(temp); ddf_init(tnext); - *fnum = 0; - *infnum = 0; - Ptr = cone->FirstRay; - while (Ptr != NULL) { - ddf_set(temp,ddf_purezero); - for (j = 0; j < cone->d; j++){ - ddf_mul(tnext, cone->A[i - 1][j],Ptr->Ray[j]); - ddf_add(temp, temp, tnext); - } - if (ddf_Nonnegative(temp)) - (*fnum)++; - else - (*infnum)++; - Ptr = Ptr->Next; - } - ddf_clear(temp); ddf_clear(tnext); -} - -ddf_boolean ddf_LexSmaller(myfloat *v1, myfloat *v2, long dmax) -{ /* dmax is the size of vectors v1,v2 */ - ddf_boolean determined, smaller; - ddf_colrange j; - - smaller = ddf_FALSE; - determined = ddf_FALSE; - j = 1; - do { - if (!ddf_Equal(v1[j - 1],v2[j - 1])) { /* 086 */ - if (ddf_Smaller(v1[j - 1],v2[j - 1])) { /*086 */ - smaller = ddf_TRUE; - } - determined = ddf_TRUE; - } else - j++; - } while (!(determined) && (j <= dmax)); - return smaller; -} - - -ddf_boolean ddf_LexLarger(myfloat *v1, myfloat *v2, long dmax) -{ - return ddf_LexSmaller(v2, v1, dmax); -} - -ddf_boolean ddf_LexEqual(myfloat *v1, myfloat *v2, long dmax) -{ /* dmax is the size of vectors v1,v2 */ - ddf_boolean determined, equal; - ddf_colrange j; - - equal = ddf_TRUE; - determined = ddf_FALSE; - j = 1; - do { - if (!ddf_Equal(v1[j - 1],v2[j - 1])) { /* 093c */ - equal = ddf_FALSE; - determined = ddf_TRUE; - } else { - j++; - } - } while (!(determined) && (j <= dmax)); - return equal; -} - -void ddf_AddNewHalfspace1(ddf_ConePtr cone, ddf_rowrange hnew) -/* This procedure 1 must be used with PreorderedRun=ddf_FALSE - This procedure is the most elementary implementation of - DD and can be used with any type of ordering, including - dynamic ordering of rows, e.g. MaxCutoff, MinCutoff. - The memory requirement is minimum because it does not - store any adjacency among the rays. -*/ -{ - ddf_RayPtr RayPtr0,RayPtr1,RayPtr2,RayPtr2s,RayPtr3; - long pos1, pos2; - double prevprogress, progress; - myfloat value1, value2; - ddf_boolean adj, equal, completed; - - ddf_init(value1); ddf_init(value2); - ddf_EvaluateARay1(hnew, cone); - /*Check feasibility of rays w.r.t. hnew - and put all infeasible ones consecutively */ - - RayPtr0 = cone->ArtificialRay; /*Pointer pointing RayPrt1*/ - RayPtr1 = cone->FirstRay; /*1st hnew-infeasible ray to scan and compare with feasible rays*/ - ddf_set(value1,cone->FirstRay->ARay); - if (ddf_Nonnegative(value1)) { - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=ddf_AllFound; - goto _L99; /* Sicne there is no hnew-infeasible ray and nothing to do */ - } - else { - RayPtr2s = RayPtr1->Next;/* RayPtr2s must point the first feasible ray */ - pos2=1; - while (RayPtr2s!=NULL && ddf_Negative(RayPtr2s->ARay)) { - RayPtr2s = RayPtr2s->Next; - pos2++; - } - } - if (RayPtr2s==NULL) { - cone->FirstRay=NULL; - cone->ArtificialRay->Next=cone->FirstRay; - cone->RayCount=0; - cone->CompStatus=ddf_AllFound; - goto _L99; /* All rays are infeasible, and the computation must stop */ - } - RayPtr2 = RayPtr2s; /*2nd feasible ray to scan and compare with 1st*/ - RayPtr3 = cone->LastRay; /*Last feasible for scanning*/ - prevprogress=-10.0; - pos1 = 1; - completed=ddf_FALSE; - while ((RayPtr1 != RayPtr2s) && !completed) { - ddf_set(value1,RayPtr1->ARay); - ddf_set(value2,RayPtr2->ARay); - ddf_CheckEquality(cone->d, &RayPtr1, &RayPtr2, &equal); - if ((ddf_Positive(value1) && ddf_Negative(value2)) || (ddf_Negative(value1) && ddf_Positive(value2))){ - ddf_CheckAdjacency(cone, &RayPtr1, &RayPtr2, &adj); - if (adj) ddf_CreateNewRay(cone, RayPtr1, RayPtr2, hnew); - } - if (RayPtr2 != RayPtr3) { - RayPtr2 = RayPtr2->Next; - continue; - } - if (ddf_Negative(value1) || equal) { - ddf_Eliminate(cone, &RayPtr0); - RayPtr1 = RayPtr0->Next; - RayPtr2 = RayPtr2s; - } else { - completed=ddf_TRUE; - } - pos1++; - progress = 100.0 * ((double)pos1 / pos2) * (2.0 * pos2 - pos1) / pos2; - if (progress-prevprogress>=10 && pos1%10==0 && ddf_debug) { - fprintf(stderr,"*Progress of iteration %5ld(/%ld): %4ld/%4ld => %4.1f%% done\n", - cone->Iteration, cone->m, pos1, pos2, progress); - prevprogress=progress; - } - } - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=ddf_AllFound; - _L99:; - ddf_clear(value1); ddf_clear(value2); -} - -void ddf_AddNewHalfspace2(ddf_ConePtr cone, ddf_rowrange hnew) -/* This procedure must be used under PreOrderedRun mode */ -{ - ddf_RayPtr RayPtr0,RayPtr1,RayPtr2; - ddf_AdjacencyType *EdgePtr, *EdgePtr0; - long pos1; - ddf_rowrange fii1, fii2; - ddf_boolean localdebug=ddf_FALSE; - - ddf_EvaluateARay2(hnew, cone); - /* Check feasibility of rays w.r.t. hnew - and sort them. ( -rays, +rays, 0rays)*/ - - if (cone->PosHead==NULL && cone->ZeroHead==NULL) { - cone->FirstRay=NULL; - cone->ArtificialRay->Next=cone->FirstRay; - cone->RayCount=0; - cone->CompStatus=ddf_AllFound; - goto _L99; /* All rays are infeasible, and the computation must stop */ - } - - if (localdebug){ - pos1=0; - fprintf(stderr,"(pos, FirstInfeasIndex, A Ray)=\n"); - for (RayPtr0=cone->FirstRay; RayPtr0!=NULL; RayPtr0=RayPtr0->Next){ - pos1++; - fprintf(stderr,"(%ld,%ld,",pos1,RayPtr0->FirstInfeasIndex); - ddf_WriteNumber(stderr,RayPtr0->ARay); - fprintf(stderr,") "); - } - fprintf(stderr,"\n"); - } - - if (cone->ZeroHead==NULL) cone->ZeroHead=cone->LastRay; - - EdgePtr=cone->Edges[cone->Iteration]; - while (EdgePtr!=NULL){ - RayPtr1=EdgePtr->Ray1; - RayPtr2=EdgePtr->Ray2; - fii1=RayPtr1->FirstInfeasIndex; - ddf_CreateNewRay(cone, RayPtr1, RayPtr2, hnew); - fii2=cone->LastRay->FirstInfeasIndex; - if (fii1 != fii2) - ddf_ConditionalAddEdge(cone,RayPtr1,cone->LastRay,cone->PosHead); - EdgePtr0=EdgePtr; - EdgePtr=EdgePtr->Next; - free(EdgePtr0); - (cone->EdgeCount)--; - } - cone->Edges[cone->Iteration]=NULL; - - ddf_DeleteNegativeRays(cone); - - set_addelem(cone->AddedHalfspaces, hnew); - - if (cone->Iterationm){ - if (cone->ZeroHead!=NULL && cone->ZeroHead!=cone->LastRay){ - if (cone->ZeroRayCount>200 && ddf_debug) fprintf(stderr,"*New edges being scanned...\n"); - ddf_UpdateEdges(cone, cone->ZeroHead, cone->LastRay); - } - } - - if (cone->RayCount==cone->WeaklyFeasibleRayCount) cone->CompStatus=ddf_AllFound; -_L99:; -} - - -void ddf_SelectNextHalfspace0(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*A natural way to choose the next hyperplane. Simply the largest index*/ - long i; - ddf_boolean determined; - - i = cone->m; - determined = ddf_FALSE; - do { - if (set_member(i, excluded)) - i--; - else - determined = ddf_TRUE; - } while (!determined && i>=1); - if (determined) - *hnext = i; - else - *hnext = 0; -} - -void ddf_SelectNextHalfspace1(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Natural way to choose the next hyperplane. Simply the least index*/ - long i; - ddf_boolean determined; - - i = 1; - determined = ddf_FALSE; - do { - if (set_member(i, excluded)) - i++; - else - determined = ddf_TRUE; - } while (!determined && i<=cone->m); - if (determined) - *hnext = i; - else - *hnext=0; -} - -void ddf_SelectNextHalfspace2(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Choose the next hyperplane with maximum infeasibility*/ - long i, fea, inf, infmin, fi=0; /*feasibility and infeasibility numbers*/ - - infmin = cone->RayCount + 1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - ddf_FeasibilityIndices(&fea, &inf, i, cone); - if (inf < infmin) { - infmin = inf; - fi = fea; - *hnext = i; - } - } - } - if (ddf_debug) { - fprintf(stderr,"*infeasible rays (min) =%5ld, #feas rays =%5ld\n", infmin, fi); - } -} - -void ddf_SelectNextHalfspace3(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Choose the next hyperplane with maximum infeasibility*/ - long i, fea, inf, infmax, fi=0; /*feasibility and infeasibility numbers*/ - ddf_boolean localdebug=ddf_debug; - - infmax = -1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - ddf_FeasibilityIndices(&fea, &inf, i, cone); - if (inf > infmax) { - infmax = inf; - fi = fea; - *hnext = i; - } - } - } - if (localdebug) { - fprintf(stderr,"*infeasible rays (max) =%5ld, #feas rays =%5ld\n", infmax, fi); - } -} - -void ddf_SelectNextHalfspace4(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Choose the next hyperplane with the most unbalanced cut*/ - long i, fea, inf, max, tmax, fi=0, infi=0; - /*feasibility and infeasibility numbers*/ - - max = -1; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - ddf_FeasibilityIndices(&fea, &inf, i, cone); - if (fea <= inf) - tmax = inf; - else - tmax = fea; - if (tmax > max) { - max = tmax; - fi = fea; - infi = inf; - *hnext = i; - } - } - } - if (!ddf_debug) - return; - if (max == fi) { - fprintf(stderr,"*infeasible rays (min) =%5ld, #feas rays =%5ld\n", infi, fi); - } else { - fprintf(stderr,"*infeasible rays (max) =%5ld, #feas rays =%5ld\n", infi, fi); - } -} - -void ddf_SelectNextHalfspace5(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Choose the next hyperplane which is lexico-min*/ - long i, minindex; - myfloat *v1, *v2; - - minindex = 0; - v1 = NULL; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - v2 = cone->A[i - 1]; - if (minindex == 0) { - minindex = i; - v1=v2; - } else if (ddf_LexSmaller(v2,v1,cone->d)) { - minindex = i; - v1=v2; - } - } - } - *hnext = minindex; -} - - -void ddf_SelectNextHalfspace6(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hnext) -{ - /*Choose the next hyperplane which is lexico-max*/ - long i, maxindex; - myfloat *v1, *v2; - - maxindex = 0; - v1 = NULL; - for (i = 1; i <= cone->m; i++) { - if (!set_member(i, excluded)) { - v2= cone->A[i - 1]; - if (maxindex == 0) { - maxindex = i; - v1=v2; - } else if (ddf_LexLarger(v2, v1, cone->d)) { - maxindex = i; - v1=v2; - } - } - } - *hnext = maxindex; -} - -void ddf_UniqueRows(ddf_rowindex OV, long p, long r, ddf_Amatrix A, long dmax, ddf_rowset preferred, long *uniqrows) -{ - /* Select a subset of rows of A (with range [p, q] up to dimension dmax) by removing duplicates. - When a row subset preferred is nonempty, those row indices in the set have priority. If - two priority rows define the same row vector, one is chosen. - For a selected unique row i, OV[i] returns a new position of the unique row i. - For other nonuniqu row i, OV[i] returns a negative of the original row j dominating i. - Thus the original contents of OV[p..r] will be rewritten. Other components remain the same. - *uniqrows returns the number of unique rows. -*/ - long i,iuniq,j; - myfloat *x; - ddf_boolean localdebug=ddf_FALSE; - - if (p<=0 || p > r) goto _L99; - iuniq=p; j=1; /* the first unique row candidate */ - x=A[p-1]; - OV[p]=j; /* tentative row index of the candidate */ - for (i=p+1;i<=r; i++){ - if (!ddf_LexEqual(x,A[i-1],dmax)) { - /* a new row vector found. */ - iuniq=i; - j=j+1; - OV[i]=j; /* Tentatively register the row i. */ - x=A[i-1]; - } else { - /* rows are equal */ - if (set_member(i, preferred) && !set_member(iuniq, preferred)){ - OV[iuniq]=-i; /* the row iuniq is dominated by the row i */ - iuniq=i; /* the row i is preferred. Change the candidate. */ - OV[i]=j; /* the row i is tentatively registered. */ - x=A[i-1]; - } else { - OV[i]=-iuniq; /* the row iuniq is dominated by the row i */ - } - } - } - *uniqrows=j; - if (localdebug){ - printf("The number of unique rows are %ld\n with order vector",*uniqrows); - for (i=p;i<=r; i++){ - printf(" %ld:%ld ",i,OV[i]); - } - printf("\n"); - } - _L99:; -} - -long ddf_Partition(ddf_rowindex OV, long p, long r, ddf_Amatrix A, long dmax) -{ - myfloat *x; - long i,j,ovi; - - x=A[OV[p]-1]; - - i=p-1; - j=r+1; - while (ddf_TRUE){ - do{ - j--; - } while (ddf_LexLarger(A[OV[j]-1],x,dmax)); - do{ - i++; - } while (ddf_LexSmaller(A[OV[i]-1],x,dmax)); - if (i1 ; j--) { - r=rand(); - u=r/rand_max; - xk=(double)(j*u +1); - k=(long)xk; - if (localdebug) fprintf(stderr,"u=%g, k=%ld, r=%g, randmax= %g\n",u,k,r,rand_max); - ovj=OV[j]; - OV[j]=OV[k]; - OV[k]=ovj; - if (localdebug) fprintf(stderr,"row %ld is exchanged with %ld\n",j,k); - } -} - -void ddf_ComputeRowOrderVector(ddf_ConePtr cone) -{ - long i,itemp; - - cone->OrderVector[0]=0; - switch (cone->HalfspaceOrder){ - case ddf_MaxIndex: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=cone->m-i+1; - break; - - case ddf_MinIndex: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - break; - - case ddf_LexMin: case ddf_MinCutoff: case ddf_MixCutoff: case ddf_MaxCutoff: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - ddf_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - ddf_QuickSort(cone->OrderVector, 1, cone->m, cone->A, cone->d); - break; - - case ddf_LexMax: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - ddf_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - ddf_QuickSort(cone->OrderVector, 1, cone->m, cone->A, cone->d); - for(i=1; i<=cone->m/2;i++){ /* just reverse the order */ - itemp=cone->OrderVector[i]; - cone->OrderVector[i]=cone->OrderVector[cone->m-i+1]; - cone->OrderVector[cone->m-i+1]=itemp; - } - break; - - case ddf_RandomRow: - for(i=1; i<=cone->m; i++) cone->OrderVector[i]=i; - ddf_RandomPermutation(cone->OrderVector, cone->m, cone->rseed); - break; - - } -} - -void ddf_UpdateRowOrderVector(ddf_ConePtr cone, ddf_rowset PriorityRows) -/* Update the RowOrder vector to shift selected rows -in highest order. -*/ -{ - ddf_rowrange i,j,k,j1=0,oj=0; - long rr; - ddf_boolean found, localdebug=ddf_FALSE; - - if (ddf_debug) localdebug=ddf_TRUE; - found=ddf_TRUE; - rr=set_card(PriorityRows); - if (localdebug) set_fwrite(stderr,PriorityRows); - for (i=1; i<=rr; i++){ - found=ddf_FALSE; - for (j=i; j<=cone->m && !found; j++){ - oj=cone->OrderVector[j]; - if (set_member(oj, PriorityRows)){ - found=ddf_TRUE; - if (localdebug) fprintf(stderr,"%ldth in sorted list (row %ld) is in PriorityRows\n", j, oj); - j1=j; - } - } - if (found){ - if (j1>i) { - /* shift everything lower: ov[i]->cone->ov[i+1]..ov[j1-1]->cone->ov[j1] */ - for (k=j1; k>=i; k--) cone->OrderVector[k]=cone->OrderVector[k-1]; - cone->OrderVector[i]=oj; - if (localdebug){ - fprintf(stderr,"OrderVector updated to:\n"); - for (j = 1; j <= cone->m; j++) fprintf(stderr," %2ld", cone->OrderVector[j]); - fprintf(stderr,"\n"); - } - } - } else { - fprintf(stderr,"UpdateRowOrder: Error.\n"); - goto _L99; - } - } -_L99:; -} - -void ddf_SelectPreorderedNext(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hh) -{ - ddf_rowrange i,k; - - *hh=0; - for (i=1; i<=cone->m && *hh==0; i++){ - k=cone->OrderVector[i]; - if (!set_member(k, excluded)) *hh=k ; - } -} - -void ddf_SelectNextHalfspace(ddf_ConePtr cone, ddf_rowset excluded, ddf_rowrange *hh) -{ - if (cone->PreOrderedRun){ - if (ddf_debug) { - fprintf(stderr,"debug ddf_SelectNextHalfspace: Use PreorderNext\n"); - } - ddf_SelectPreorderedNext(cone, excluded, hh); - } - else { - if (ddf_debug) { - fprintf(stderr,"debug ddf_SelectNextHalfspace: Use DynamicOrderedNext\n"); - } - - switch (cone->HalfspaceOrder) { - - case ddf_MaxIndex: - ddf_SelectNextHalfspace0(cone, excluded, hh); - break; - - case ddf_MinIndex: - ddf_SelectNextHalfspace1(cone, excluded, hh); - break; - - case ddf_MinCutoff: - ddf_SelectNextHalfspace2(cone, excluded, hh); - break; - - case ddf_MaxCutoff: - ddf_SelectNextHalfspace3(cone, excluded, hh); - break; - - case ddf_MixCutoff: - ddf_SelectNextHalfspace4(cone, excluded, hh); - break; - - default: - ddf_SelectNextHalfspace0(cone, excluded, hh); - break; - } - } -} - -ddf_boolean ddf_Nonnegative(myfloat val) -{ -/* if (val>=-ddf_zero) return ddf_TRUE; */ - if (ddf_cmp(val,ddf_minuszero)>=0) return ddf_TRUE; - else return ddf_FALSE; -} - -ddf_boolean ddf_Nonpositive(myfloat val) -{ -/* if (val<=ddf_zero) return ddf_TRUE; */ - if (ddf_cmp(val,ddf_zero)<=0) return ddf_TRUE; - else return ddf_FALSE; -} - -ddf_boolean ddf_Positive(myfloat val) -{ - return !ddf_Nonpositive(val); -} - -ddf_boolean ddf_Negative(myfloat val) -{ - return !ddf_Nonnegative(val); -} - -ddf_boolean ddf_EqualToZero(myfloat val) -{ - return (ddf_Nonnegative(val) && ddf_Nonpositive(val)); -} - -ddf_boolean ddf_Nonzero(myfloat val) -{ - return (ddf_Positive(val) || ddf_Negative(val)); -} - -ddf_boolean ddf_Equal(myfloat val1,myfloat val2) -{ - return (!ddf_Larger(val1,val2) && !ddf_Smaller(val1,val2)); -} - -ddf_boolean ddf_Larger(myfloat val1,myfloat val2) -{ - myfloat temp; - ddf_boolean answer; - - ddf_init(temp); - ddf_sub(temp,val1, val2); - answer=ddf_Positive(temp); - ddf_clear(temp); - return answer; -} - -ddf_boolean ddf_Smaller(myfloat val1,myfloat val2) -{ - return ddf_Larger(val2,val1); -} - -void ddf_abs(myfloat absval, myfloat val) -{ - if (ddf_Negative(val)) ddf_neg(absval,val); - else ddf_set(absval,val); -} - -void ddf_LinearComb(myfloat lc, myfloat v1, myfloat c1, myfloat v2, myfloat c2) -/* lc := v1 * c1 + v2 * c2 */ -{ - myfloat temp; - - ddf_init(temp); - ddf_mul(lc,v1,c1); - ddf_mul(temp,v2,c2); - ddf_add(lc,lc,temp); - ddf_clear(temp); -} - -void ddf_InnerProduct(myfloat prod, ddf_colrange d, ddf_Arow v1, ddf_Arow v2) -{ - myfloat temp; - ddf_colrange j; - ddf_boolean localdebug=ddf_FALSE; - - ddf_init(temp); - ddf_set_si(prod, 0); - for (j = 0; j < d; j++){ - ddf_mul(temp,v1[j],v2[j]); - ddf_add(prod,prod,temp); - } - if (localdebug) { - fprintf(stderr,"InnerProduct:\n"); - ddf_WriteArow(stderr, v1, d); - ddf_WriteArow(stderr, v2, d); - fprintf(stderr,"prod ="); - ddf_WriteNumber(stderr, prod); - fprintf(stderr,"\n"); - } - - ddf_clear(temp); -} - -/* end of cddcore.c */ - - diff -Nru cddlib-094h/lib-src-gmp/cdd_f.h cddlib-094j/lib-src-gmp/cdd_f.h --- cddlib-094h/lib-src-gmp/cdd_f.h 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cdd_f.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,290 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cdd.h: Header file for cddlib.c - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib.c : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#ifndef __CDD_HF -#define __CDD_HF -#endif /* __CDD_HF */ - -#ifndef _CDDMP_HF -#include "cddmp_f.h" -#endif /* _CDDMP_HF */ - -#ifndef _CDDTYPES_HF -#include "cddtypes_f.h" -#endif /* _CDDTYPES_HF */ - -#ifdef ddf_GMPRATIONAL -#ifndef __CDD_HF -#include "cdd_f.h" -#endif -#endif - -/* GLOBAL CONSTANTS and STATISTICS VARIABLES (to be set by ddf_set_global_constants() */ -extern myfloat ddf_zero; -extern myfloat ddf_one; -extern myfloat ddf_purezero; -extern myfloat ddf_minuszero; -extern myfloat ddf_minusone; - -extern time_t ddf_statStartTime; /* cddlib starting time */ -extern long ddf_statBApivots; /* basis finding pivots */ -extern long ddf_statCCpivots; /* criss-cross pivots */ -extern long ddf_statDS1pivots; /* phase 1 pivots */ -extern long ddf_statDS2pivots; /* phase 2 pivots */ -extern long ddf_statACpivots; /* anticycling (cc) pivots */ -#ifdef ddf_GMPRATIONAL -extern long ddf_statBSpivots; /* basis status checking pivots */ -#endif -extern ddf_LPSolverType ddf_choiceLPSolverDefault; /* Default LP solver Algorithm */ -extern ddf_LPSolverType ddf_choiceRedcheckAlgorithm; /* Redundancy Checking Algorithm */ -extern ddf_boolean ddf_choiceLexicoPivotQ; /* whether to use the lexicographic pivot */ - - /* to be used to avoid creating temporary spaces for myfloat */ -#define ddf_almostzero 1.0E-7 - -/* ---------- FUNCTIONS MEANT TO BE PUBLIC ---------- */ - -#if defined(__cplusplus) -extern "C" { -#endif - -/* basic matrix manipulations */ -void ddf_InitializeArow(ddf_colrange,ddf_Arow *); -void ddf_InitializeAmatrix(ddf_rowrange,ddf_colrange,ddf_Amatrix *); -void ddf_InitializeBmatrix(ddf_colrange, ddf_Bmatrix *); -ddf_SetFamilyPtr ddf_CreateSetFamily(ddf_bigrange,ddf_bigrange); -void ddf_FreeSetFamily(ddf_SetFamilyPtr); -ddf_MatrixPtr ddf_CreateMatrix(ddf_rowrange,ddf_colrange); -void ddf_FreeAmatrix(ddf_rowrange,ddf_colrange,ddf_Amatrix); -void ddf_FreeArow(ddf_colrange, ddf_Arow); -void ddf_FreeBmatrix(ddf_colrange,ddf_Bmatrix); -void ddf_FreeDDMemory(ddf_PolyhedraPtr); -void ddf_FreePolyhedra(ddf_PolyhedraPtr); -void ddf_FreeMatrix(ddf_MatrixPtr); -void ddf_SetToIdentity(ddf_colrange, ddf_Bmatrix); - -/* sign recognitions */ -ddf_boolean ddf_Nonnegative(myfloat); -ddf_boolean ddf_Nonpositive(myfloat); -ddf_boolean ddf_Positive(myfloat); -ddf_boolean ddf_Negative(myfloat); -ddf_boolean ddf_EqualToZero(myfloat); -ddf_boolean ddf_Nonzero(myfloat); -ddf_boolean ddf_Equal(myfloat,myfloat); -ddf_boolean ddf_Larger(myfloat,myfloat); -ddf_boolean ddf_Smaller(myfloat,myfloat); -void ddf_abs(myfloat, myfloat); -void ddf_LinearComb(myfloat, myfloat, myfloat, myfloat, myfloat); -void ddf_InnerProduct(myfloat, ddf_colrange, ddf_Arow, ddf_Arow); - -/* major cddlib operations */ -ddf_MatrixPtr ddf_CopyInput(ddf_PolyhedraPtr); -ddf_MatrixPtr ddf_CopyOutput(ddf_PolyhedraPtr); -ddf_MatrixPtr ddf_CopyInequalities(ddf_PolyhedraPtr); -ddf_MatrixPtr ddf_CopyGenerators(ddf_PolyhedraPtr); -ddf_SetFamilyPtr ddf_CopyIncidence(ddf_PolyhedraPtr); -ddf_SetFamilyPtr ddf_CopyAdjacency(ddf_PolyhedraPtr); -ddf_SetFamilyPtr ddf_CopyInputIncidence(ddf_PolyhedraPtr); -ddf_SetFamilyPtr ddf_CopyInputAdjacency(ddf_PolyhedraPtr); -ddf_boolean ddf_DDFile2File(char *ifile, char *ofile, ddf_ErrorType *err); -ddf_boolean ddf_DDInputAppend(ddf_PolyhedraPtr*, ddf_MatrixPtr, ddf_ErrorType*); -ddf_MatrixPtr ddf_PolyFile2Matrix(FILE *f, ddf_ErrorType *); - -ddf_PolyhedraPtr ddf_DDMatrix2Poly(ddf_MatrixPtr, ddf_ErrorType *); -ddf_PolyhedraPtr ddf_DDMatrix2Poly2(ddf_MatrixPtr, ddf_RowOrderType, ddf_ErrorType *); -ddf_boolean ddf_Redundant(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 092 */ -ddf_rowset ddf_RedundantRows(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ -ddf_boolean ddf_SRedundant(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 093a */ -ddf_rowset ddf_SRedundantRows(ddf_MatrixPtr, ddf_ErrorType *); /* 093a */ -ddf_rowset ddf_RedundantRowsViaShooting(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ -ddf_rowrange ddf_RayShooting(ddf_MatrixPtr, ddf_Arow intpt, ddf_Arow direction); /* 092 */ - /* 092, find the first inequality "hit" by a ray from an intpt. */ -ddf_boolean ddf_ImplicitLinearity(ddf_MatrixPtr, ddf_rowrange, ddf_Arow, ddf_ErrorType *); /* 092 */ -ddf_rowset ddf_ImplicitLinearityRows(ddf_MatrixPtr, ddf_ErrorType *); /* 092 */ -int ddf_FreeOfImplicitLinearity(ddf_MatrixPtr, ddf_Arow, ddf_rowset *, ddf_ErrorType *) ; /* 094 */ -ddf_boolean ddf_MatrixCanonicalizeLinearity(ddf_MatrixPtr *, ddf_rowset *,ddf_rowindex *, ddf_ErrorType *); /* 094 */ -ddf_boolean ddf_MatrixCanonicalize(ddf_MatrixPtr *, ddf_rowset *, ddf_rowset *, ddf_rowindex *, ddf_ErrorType *); /* 094 */ -ddf_boolean ddf_MatrixRedundancyRemove(ddf_MatrixPtr *M, ddf_rowset *redset,ddf_rowindex *newpos, ddf_ErrorType *); /* 094 */ -ddf_boolean ddf_FindRelativeInterior(ddf_MatrixPtr, ddf_rowset *, ddf_rowset *, ddf_LPSolutionPtr *, ddf_ErrorType *); /* 094 */ -ddf_boolean ddf_ExistsRestrictedFace(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_ErrorType *); /* 0.94 */ -ddf_boolean ddf_ExistsRestrictedFace2(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_LPSolutionPtr *, ddf_ErrorType *); /* 0.94 */ - -ddf_SetFamilyPtr ddf_Matrix2Adjacency(ddf_MatrixPtr, ddf_ErrorType *); /* 093 */ -ddf_SetFamilyPtr ddf_Matrix2WeakAdjacency(ddf_MatrixPtr, ddf_ErrorType *); /* 093a */ -long ddf_MatrixRank(ddf_MatrixPtr, ddf_rowset, ddf_colset, ddf_rowset *, ddf_colset *); - -/* Matrix Basic Operations */ -ddf_MatrixPtr ddf_MatrixCopy(ddf_MatrixPtr); /* a new name for ddf_CopyMatrix */ -ddf_MatrixPtr ddf_CopyMatrix(ddf_MatrixPtr); /* 090c, kept for compatibility */ -ddf_MatrixPtr ddf_MatrixNormalizedCopy(ddf_MatrixPtr); /* 094 */ -ddf_MatrixPtr ddf_MatrixNormalizedSortedCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ -ddf_MatrixPtr ddf_MatrixUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ -ddf_MatrixPtr ddf_MatrixNormalizedSortedUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ -ddf_MatrixPtr ddf_MatrixSortedUniqueCopy(ddf_MatrixPtr,ddf_rowindex*); /* 094 */ - -ddf_MatrixPtr ddf_MatrixAppend(ddf_MatrixPtr, ddf_MatrixPtr); /* a name for ddf_AppendMatrix */ -ddf_MatrixPtr ddf_AppendMatrix(ddf_MatrixPtr, ddf_MatrixPtr); /* 090c, kept for compatibility */ - -int ddf_MatrixAppendTo(ddf_MatrixPtr*, ddf_MatrixPtr); /* 092 */ -int ddf_Remove(ddf_MatrixPtr*, ddf_rowrange); /* 092 */ -ddf_MatrixPtr ddf_MatrixSubmatrix(ddf_MatrixPtr, ddf_rowset delset); /* 092 */ -ddf_MatrixPtr ddf_MatrixSubmatrix2(ddf_MatrixPtr, ddf_rowset delset,ddf_rowindex*); /* 094. It returns new row positions. */ -ddf_MatrixPtr ddf_MatrixSubmatrix2L(ddf_MatrixPtr, ddf_rowset delset,ddf_rowindex*); /* 094. Linearity shifted up. */ -int ddf_MatrixShiftupLinearity(ddf_MatrixPtr *,ddf_rowindex *); /* 094 */ -int ddf_MatrixRowRemove(ddf_MatrixPtr *M, ddf_rowrange r); /* 092 */ -int ddf_MatrixRowRemove2(ddf_MatrixPtr *M, ddf_rowrange r,ddf_rowindex*); /* 094*/ -int ddf_MatrixRowsRemove(ddf_MatrixPtr *M, ddf_rowset delset); /* 094 */ -int ddf_MatrixRowsRemove2(ddf_MatrixPtr *M, ddf_rowset delset,ddf_rowindex*); /* 094 */ - -/* input/output */ -void ddf_SetInputFile(FILE **f,ddf_DataFileType inputfile, ddf_ErrorType *); -void ddf_SetWriteFileName(ddf_DataFileType, ddf_DataFileType, char, ddf_RepresentationType); - -void ddf_WriteAmatrix(FILE *, ddf_Amatrix, ddf_rowrange, ddf_colrange); -void ddf_WriteArow(FILE *f, ddf_Arow a, ddf_colrange); -void ddf_WriteBmatrix(FILE *, ddf_colrange, ddf_Bmatrix T); -void ddf_WriteMatrix(FILE *, ddf_MatrixPtr); -void ddf_MatrixIntegerFilter(ddf_MatrixPtr); -void ddf_WriteReal(FILE *, myfloat); -void ddf_WriteNumber(FILE *f, myfloat x); - /* write a number depending on the arithmetic used. */ -void ddf_WritePolyFile(FILE *, ddf_PolyhedraPtr); -void ddf_WriteRunningMode(FILE *, ddf_PolyhedraPtr); -void ddf_WriteErrorMessages(FILE *, ddf_ErrorType); -void ddf_WriteSetFamily(FILE *, ddf_SetFamilyPtr); -void ddf_WriteSetFamilyCompressed(FILE *, ddf_SetFamilyPtr); -void ddf_WriteProgramDescription(FILE *); -void ddf_WriteDDTimes(FILE *, ddf_PolyhedraPtr); -void ddf_WriteTimes(FILE *, time_t, time_t); -void ddf_WriteIncidence(FILE *, ddf_PolyhedraPtr); -void ddf_WriteAdjacency(FILE *, ddf_PolyhedraPtr); -void ddf_WriteInputAdjacency(FILE *, ddf_PolyhedraPtr); -void ddf_WriteInputIncidence(FILE *, ddf_PolyhedraPtr); - -/* functions and types for LP solving */ - -ddf_LPPtr ddf_Matrix2LP(ddf_MatrixPtr, ddf_ErrorType *); - /* Load a matrix to create an LP object. */ - -ddf_LPPtr ddf_Matrix2Feasibility(ddf_MatrixPtr, ddf_ErrorType *); - /* Load a matrix to create an LP object for feasibility (obj == 0) .*/ /* 094 */ - -ddf_LPPtr ddf_Matrix2Feasibility2(ddf_MatrixPtr, ddf_rowset, ddf_rowset, ddf_ErrorType *); - /* Load a matrix to create an LP object for feasibility with additional equality and - strict inequality constraints. */ /* 094 */ - -ddf_boolean ddf_LPSolve(ddf_LPPtr,ddf_LPSolverType,ddf_ErrorType *); -ddf_boolean ddf_LPSolve0(ddf_LPPtr,ddf_LPSolverType,ddf_ErrorType *); -void ddf_CrissCrossSolve(ddf_LPPtr lp,ddf_ErrorType *); -void ddf_DualSimplexSolve(ddf_LPPtr lp,ddf_ErrorType *); - -ddf_LPPtr ddf_MakeLPforInteriorFinding(ddf_LPPtr); -ddf_LPSolutionPtr ddf_CopyLPSolution(ddf_LPPtr); /* 0.90c */ -void ddf_WriteLP(FILE *, ddf_LPPtr); /* 092 */ - -ddf_LPPtr ddf_CreateLPData(ddf_LPObjectiveType,ddf_NumberType,ddf_rowrange,ddf_colrange); -int ddf_LPReverseRow(ddf_LPPtr, ddf_rowrange); - /* reverse the i-th row (1 <= i <= no. of rows) */ -int ddf_LPReplaceRow(ddf_LPPtr, ddf_rowrange, ddf_Arow); - /* replace the i-th row (1 <= i <= no. of rows) */ -ddf_Arow ddf_LPCopyRow(ddf_LPPtr, ddf_rowrange); - /* copy the i-th row (1 <= i <= no. of rows) */ - -void ddf_FreeLPData(ddf_LPPtr); -void ddf_FreeLPSolution(ddf_LPSolutionPtr); - -void ddf_WriteLPResult(FILE *, ddf_LPPtr, ddf_ErrorType); -void ddf_WriteLPErrorMessages(FILE *, ddf_ErrorType); -void ddf_WriteLPTimes(FILE *, ddf_LPPtr); -void ddf_WriteLPStats(FILE *f); -void ddf_WriteLPMode(FILE *f); - -ddf_MatrixPtr ddf_FourierElimination(ddf_MatrixPtr,ddf_ErrorType *); -ddf_MatrixPtr ddf_BlockElimination(ddf_MatrixPtr, ddf_colset, ddf_ErrorType *); - -#if defined(__cplusplus) -} -#endif - -/* ---------- FUNCTIONS MEANT TO BE NON-PUBLIC ---------- */ -void ddf_QuickSort(ddf_rowindex, long, long, ddf_Amatrix, long); -void ddf_RandomPermutation(ddf_rowindex, long, unsigned int seed); -void ddf_UniqueRows(ddf_rowindex, long, long, ddf_Amatrix, long, ddf_rowset, long *); - -ddf_boolean ddf_DoubleDescription(ddf_PolyhedraPtr, ddf_ErrorType*); -ddf_boolean ddf_DoubleDescription2(ddf_PolyhedraPtr, ddf_RowOrderType, ddf_ErrorType *); - -void ddf_FreeDDMemory0(ddf_ConePtr); -void ddf_fread_rational_value (FILE *f, myfloat value); -void ddf_sread_rational_value (const char *s, myfloat value); -void ddf_AddNewHalfspace1(ddf_ConePtr, ddf_rowrange); -void ddf_AddNewHalfspace2(ddf_ConePtr, ddf_rowrange); -void ddf_AddRay(ddf_ConePtr, myfloat *); -void ddf_AddArtificialRay(ddf_ConePtr); -void ddf_AValue(myfloat*,ddf_colrange, ddf_Amatrix, myfloat *, ddf_rowrange); -void ddf_CheckAdjacency(ddf_ConePtr, ddf_RayPtr*, ddf_RayPtr*, ddf_boolean *); -void ddf_CheckEquality(ddf_colrange, ddf_RayPtr *, ddf_RayPtr *, ddf_boolean *); -void ddf_ComputeRowOrderVector(ddf_ConePtr); -void ddf_ConditionalAddEdge(ddf_ConePtr,ddf_RayPtr, ddf_RayPtr, ddf_RayPtr); -void ddf_CopyArow(myfloat *, myfloat *, ddf_colrange); -void ddf_CopyNormalizedAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange); -void ddf_CopyNormalizedArow(myfloat *, myfloat *, ddf_colrange); -void ddf_CopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange); -void ddf_PermuteCopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange, ddf_rowindex); -void ddf_PermutePartialCopyAmatrix(myfloat **, myfloat **, ddf_rowrange, ddf_colrange, ddf_rowindex,ddf_rowrange, ddf_rowrange); -void ddf_CopyBmatrix(ddf_colrange, ddf_Bmatrix T, ddf_Bmatrix TCOPY); -void ddf_CopyRay(myfloat *, ddf_colrange, ddf_RayPtr, - ddf_RepresentationType, ddf_colindex); -void ddf_CreateInitialEdges(ddf_ConePtr); -void ddf_CreateNewRay(ddf_ConePtr, ddf_RayPtr, ddf_RayPtr, ddf_rowrange); -void ddf_Eliminate(ddf_ConePtr, ddf_RayPtr*); -void ddf_EvaluateARay1(ddf_rowrange, ddf_ConePtr); -void ddf_EvaluateARay2(ddf_rowrange, ddf_ConePtr); -void ddf_FeasibilityIndices(long *, long *, ddf_rowrange, ddf_ConePtr); -void ddf_FindBasis(ddf_ConePtr, long *rank); -void ddf_FindInitialRays(ddf_ConePtr, ddf_boolean *); -void ddf_ColumnReduce(ddf_ConePtr); -void ddf_GaussianColumnPivot(ddf_rowrange, ddf_colrange, ddf_Amatrix, ddf_Bmatrix, ddf_rowrange, ddf_colrange); -ddf_boolean ddf_LexSmaller(myfloat *, myfloat *, long); -ddf_boolean ddf_LexLarger(myfloat *, myfloat *, long); -ddf_boolean ddf_LexEqual(myfloat *, myfloat *, long); -void ddf_Normalize(ddf_colrange, myfloat *); -void ddf_MatrixIntegerFilter(ddf_MatrixPtr); -void ddf_ProcessCommandLine(FILE*,ddf_MatrixPtr, const char *); -void ddf_SelectNextHalfspace(ddf_ConePtr, ddf_rowset, ddf_rowrange *); -void ddf_SelectPivot2(ddf_rowrange,ddf_colrange,ddf_Amatrix, -ddf_Bmatrix,ddf_RowOrderType,ddf_rowindex, ddf_rowset,ddf_rowrange,ddf_rowset, -ddf_colset,ddf_rowrange *,ddf_colrange *,ddf_boolean *); -void ddf_SelectPreorderedNext(ddf_ConePtr, ddf_rowset, ddf_rowrange *); -void ddf_SetInequalitySets(ddf_ConePtr); -void ddf_SnapToInteger(myfloat, myfloat); -void ddf_StoreRay1(ddf_ConePtr, myfloat *, ddf_boolean *); -void ddf_StoreRay2(ddf_ConePtr, myfloat *, ddf_boolean *, ddf_boolean *); -void ddf_TableauEntry(myfloat *, ddf_rowrange, ddf_colrange, ddf_Amatrix, ddf_Bmatrix T, ddf_rowrange, ddf_colrange); -void ddf_UpdateEdges(ddf_ConePtr, ddf_RayPtr, ddf_RayPtr); -void ddf_UpdateRowOrderVector(ddf_ConePtr, ddf_rowset PriorityRows); -void ddf_WriteRay(FILE *, ddf_colrange, ddf_RayPtr, - ddf_RepresentationType, ddf_colindex); -void ddf_ZeroIndexSet(ddf_rowrange, ddf_colrange, ddf_Amatrix, myfloat *, ddf_rowset); - -/* New functions to handle data loading, NON-PUBLIC */ -ddf_NumberType ddf_GetNumberType(const char *); -ddf_ConePtr ddf_ConeDataLoad(ddf_PolyhedraPtr); -ddf_PolyhedraPtr ddf_CreatePolyhedraData(ddf_rowrange, ddf_colrange); -ddf_boolean ddf_InitializeConeData(ddf_rowrange, ddf_colrange, ddf_ConePtr*); -ddf_boolean ddf_AppendMatrix2Poly(ddf_PolyhedraPtr*, ddf_MatrixPtr); - - - - - -/* end of cddlib.h */ diff -Nru cddlib-094h/lib-src-gmp/cdd.h cddlib-094j/lib-src-gmp/cdd.h --- cddlib-094h/lib-src-gmp/cdd.h 2015-04-30 09:37:09.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cdd.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,290 +0,0 @@ -/* cdd.h: Header file for cddlib.c - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib.c : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#ifndef __CDD_H -#define __CDD_H -#endif /* __CDD_H */ - -#ifndef __CDDMP_H -#include "cddmp.h" -#endif /* __CDDMP_H */ - -#ifndef __CDDTYPES_H -#include "cddtypes.h" -#endif /* __CDDTYPES_H */ - -#ifdef GMPRATIONAL -#ifndef __CDD_HF -#include "cdd_f.h" -#endif -#endif - -/* GLOBAL CONSTANTS and STATISTICS VARIABLES (to be set by dd_set_global_constants() */ -extern mytype dd_zero; -extern mytype dd_one; -extern mytype dd_purezero; -extern mytype dd_minuszero; -extern mytype dd_minusone; - -extern time_t dd_statStartTime; /* cddlib starting time */ -extern long dd_statBApivots; /* basis finding pivots */ -extern long dd_statCCpivots; /* criss-cross pivots */ -extern long dd_statDS1pivots; /* phase 1 pivots */ -extern long dd_statDS2pivots; /* phase 2 pivots */ -extern long dd_statACpivots; /* anticycling (cc) pivots */ -#ifdef GMPRATIONAL -extern long dd_statBSpivots; /* basis status checking pivots */ -#endif -extern dd_LPSolverType dd_choiceLPSolverDefault; /* Default LP solver Algorithm */ -extern dd_LPSolverType dd_choiceRedcheckAlgorithm; /* Redundancy Checking Algorithm */ -extern dd_boolean dd_choiceLexicoPivotQ; /* whether to use the lexicographic pivot */ - - /* to be used to avoid creating temporary spaces for mytype */ -#define dd_almostzero 1.0E-7 - -/* ---------- FUNCTIONS MEANT TO BE PUBLIC ---------- */ - -#if defined(__cplusplus) -extern "C" { -#endif - -/* basic matrix manipulations */ -void dd_InitializeArow(dd_colrange,dd_Arow *); -void dd_InitializeAmatrix(dd_rowrange,dd_colrange,dd_Amatrix *); -void dd_InitializeBmatrix(dd_colrange, dd_Bmatrix *); -dd_SetFamilyPtr dd_CreateSetFamily(dd_bigrange,dd_bigrange); -void dd_FreeSetFamily(dd_SetFamilyPtr); -dd_MatrixPtr dd_CreateMatrix(dd_rowrange,dd_colrange); -void dd_FreeAmatrix(dd_rowrange,dd_colrange,dd_Amatrix); -void dd_FreeArow(dd_colrange, dd_Arow); -void dd_FreeBmatrix(dd_colrange,dd_Bmatrix); -void dd_FreeDDMemory(dd_PolyhedraPtr); -void dd_FreePolyhedra(dd_PolyhedraPtr); -void dd_FreeMatrix(dd_MatrixPtr); -void dd_SetToIdentity(dd_colrange, dd_Bmatrix); - -/* sign recognitions */ -dd_boolean dd_Nonnegative(mytype); -dd_boolean dd_Nonpositive(mytype); -dd_boolean dd_Positive(mytype); -dd_boolean dd_Negative(mytype); -dd_boolean dd_EqualToZero(mytype); -dd_boolean dd_Nonzero(mytype); -dd_boolean dd_Equal(mytype,mytype); -dd_boolean dd_Larger(mytype,mytype); -dd_boolean dd_Smaller(mytype,mytype); -void dd_abs(mytype, mytype); -void dd_LinearComb(mytype, mytype, mytype, mytype, mytype); -void dd_InnerProduct(mytype, dd_colrange, dd_Arow, dd_Arow); - -/* major cddlib operations */ -dd_MatrixPtr dd_CopyInput(dd_PolyhedraPtr); -dd_MatrixPtr dd_CopyOutput(dd_PolyhedraPtr); -dd_MatrixPtr dd_CopyInequalities(dd_PolyhedraPtr); -dd_MatrixPtr dd_CopyGenerators(dd_PolyhedraPtr); -dd_SetFamilyPtr dd_CopyIncidence(dd_PolyhedraPtr); -dd_SetFamilyPtr dd_CopyAdjacency(dd_PolyhedraPtr); -dd_SetFamilyPtr dd_CopyInputIncidence(dd_PolyhedraPtr); -dd_SetFamilyPtr dd_CopyInputAdjacency(dd_PolyhedraPtr); -dd_boolean dd_DDFile2File(char *ifile, char *ofile, dd_ErrorType *err); -dd_boolean dd_DDInputAppend(dd_PolyhedraPtr*, dd_MatrixPtr, dd_ErrorType*); -dd_MatrixPtr dd_PolyFile2Matrix(FILE *f, dd_ErrorType *); - -dd_PolyhedraPtr dd_DDMatrix2Poly(dd_MatrixPtr, dd_ErrorType *); -dd_PolyhedraPtr dd_DDMatrix2Poly2(dd_MatrixPtr, dd_RowOrderType, dd_ErrorType *); -dd_boolean dd_Redundant(dd_MatrixPtr, dd_rowrange, dd_Arow, dd_ErrorType *); /* 092 */ -dd_rowset dd_RedundantRows(dd_MatrixPtr, dd_ErrorType *); /* 092 */ -dd_boolean dd_SRedundant(dd_MatrixPtr, dd_rowrange, dd_Arow, dd_ErrorType *); /* 093a */ -dd_rowset dd_SRedundantRows(dd_MatrixPtr, dd_ErrorType *); /* 093a */ -dd_rowset dd_RedundantRowsViaShooting(dd_MatrixPtr, dd_ErrorType *); /* 092 */ -dd_rowrange dd_RayShooting(dd_MatrixPtr, dd_Arow intpt, dd_Arow direction); /* 092 */ - /* 092, find the first inequality "hit" by a ray from an intpt. */ -dd_boolean dd_ImplicitLinearity(dd_MatrixPtr, dd_rowrange, dd_Arow, dd_ErrorType *); /* 092 */ -dd_rowset dd_ImplicitLinearityRows(dd_MatrixPtr, dd_ErrorType *); /* 092 */ -int dd_FreeOfImplicitLinearity(dd_MatrixPtr, dd_Arow, dd_rowset *, dd_ErrorType *) ; /* 094 */ -dd_boolean dd_MatrixCanonicalizeLinearity(dd_MatrixPtr *, dd_rowset *,dd_rowindex *, dd_ErrorType *); /* 094 */ -dd_boolean dd_MatrixCanonicalize(dd_MatrixPtr *, dd_rowset *, dd_rowset *, dd_rowindex *, dd_ErrorType *); /* 094 */ -dd_boolean dd_MatrixRedundancyRemove(dd_MatrixPtr *M, dd_rowset *redset,dd_rowindex *newpos, dd_ErrorType *); /* 094 */ -dd_boolean dd_FindRelativeInterior(dd_MatrixPtr, dd_rowset *, dd_rowset *, dd_LPSolutionPtr *, dd_ErrorType *); /* 094 */ -dd_boolean dd_ExistsRestrictedFace(dd_MatrixPtr, dd_rowset, dd_rowset, dd_ErrorType *); /* 0.94 */ -dd_boolean dd_ExistsRestrictedFace2(dd_MatrixPtr, dd_rowset, dd_rowset, dd_LPSolutionPtr *, dd_ErrorType *); /* 0.94 */ - -dd_SetFamilyPtr dd_Matrix2Adjacency(dd_MatrixPtr, dd_ErrorType *); /* 093 */ -dd_SetFamilyPtr dd_Matrix2WeakAdjacency(dd_MatrixPtr, dd_ErrorType *); /* 093a */ -long dd_MatrixRank(dd_MatrixPtr, dd_rowset, dd_colset, dd_rowset *, dd_colset *); - -/* Matrix Basic Operations */ -dd_MatrixPtr dd_MatrixCopy(dd_MatrixPtr); /* a new name for dd_CopyMatrix */ -dd_MatrixPtr dd_CopyMatrix(dd_MatrixPtr); /* 090c, kept for compatibility */ -dd_MatrixPtr dd_MatrixNormalizedCopy(dd_MatrixPtr); /* 094 */ -dd_MatrixPtr dd_MatrixNormalizedSortedCopy(dd_MatrixPtr,dd_rowindex*); /* 094 */ -dd_MatrixPtr dd_MatrixUniqueCopy(dd_MatrixPtr,dd_rowindex*); /* 094 */ -dd_MatrixPtr dd_MatrixNormalizedSortedUniqueCopy(dd_MatrixPtr,dd_rowindex*); /* 094 */ -dd_MatrixPtr dd_MatrixSortedUniqueCopy(dd_MatrixPtr,dd_rowindex*); /* 094 */ - -dd_MatrixPtr dd_MatrixAppend(dd_MatrixPtr, dd_MatrixPtr); /* a name for dd_AppendMatrix */ -dd_MatrixPtr dd_AppendMatrix(dd_MatrixPtr, dd_MatrixPtr); /* 090c, kept for compatibility */ - -int dd_MatrixAppendTo(dd_MatrixPtr*, dd_MatrixPtr); /* 092 */ -int dd_Remove(dd_MatrixPtr*, dd_rowrange); /* 092 */ -dd_MatrixPtr dd_MatrixSubmatrix(dd_MatrixPtr, dd_rowset delset); /* 092 */ -dd_MatrixPtr dd_MatrixSubmatrix2(dd_MatrixPtr, dd_rowset delset,dd_rowindex*); /* 094. It returns new row positions. */ -dd_MatrixPtr dd_MatrixSubmatrix2L(dd_MatrixPtr, dd_rowset delset,dd_rowindex*); /* 094. Linearity shifted up. */ -int dd_MatrixShiftupLinearity(dd_MatrixPtr *,dd_rowindex *); /* 094 */ -int dd_MatrixRowRemove(dd_MatrixPtr *M, dd_rowrange r); /* 092 */ -int dd_MatrixRowRemove2(dd_MatrixPtr *M, dd_rowrange r,dd_rowindex*); /* 094*/ -int dd_MatrixRowsRemove(dd_MatrixPtr *M, dd_rowset delset); /* 094 */ -int dd_MatrixRowsRemove2(dd_MatrixPtr *M, dd_rowset delset,dd_rowindex*); /* 094 */ - -/* input/output */ -void dd_SetInputFile(FILE **f,dd_DataFileType inputfile, dd_ErrorType *); -void dd_SetWriteFileName(dd_DataFileType, dd_DataFileType, char, dd_RepresentationType); - -void dd_WriteAmatrix(FILE *, dd_Amatrix, dd_rowrange, dd_colrange); -void dd_WriteArow(FILE *f, dd_Arow a, dd_colrange); -void dd_WriteBmatrix(FILE *, dd_colrange, dd_Bmatrix T); -void dd_WriteMatrix(FILE *, dd_MatrixPtr); -void dd_MatrixIntegerFilter(dd_MatrixPtr); -void dd_WriteReal(FILE *, mytype); -void dd_WriteNumber(FILE *f, mytype x); - /* write a number depending on the arithmetic used. */ -void dd_WritePolyFile(FILE *, dd_PolyhedraPtr); -void dd_WriteRunningMode(FILE *, dd_PolyhedraPtr); -void dd_WriteErrorMessages(FILE *, dd_ErrorType); -void dd_WriteSetFamily(FILE *, dd_SetFamilyPtr); -void dd_WriteSetFamilyCompressed(FILE *, dd_SetFamilyPtr); -void dd_WriteProgramDescription(FILE *); -void dd_WriteDDTimes(FILE *, dd_PolyhedraPtr); -void dd_WriteTimes(FILE *, time_t, time_t); -void dd_WriteIncidence(FILE *, dd_PolyhedraPtr); -void dd_WriteAdjacency(FILE *, dd_PolyhedraPtr); -void dd_WriteInputAdjacency(FILE *, dd_PolyhedraPtr); -void dd_WriteInputIncidence(FILE *, dd_PolyhedraPtr); - -/* functions and types for LP solving */ - -dd_LPPtr dd_Matrix2LP(dd_MatrixPtr, dd_ErrorType *); - /* Load a matrix to create an LP object. */ - -dd_LPPtr dd_Matrix2Feasibility(dd_MatrixPtr, dd_ErrorType *); - /* Load a matrix to create an LP object for feasibility (obj == 0) .*/ /* 094 */ - -dd_LPPtr dd_Matrix2Feasibility2(dd_MatrixPtr, dd_rowset, dd_rowset, dd_ErrorType *); - /* Load a matrix to create an LP object for feasibility with additional equality and - strict inequality constraints. */ /* 094 */ - -dd_boolean dd_LPSolve(dd_LPPtr,dd_LPSolverType,dd_ErrorType *); -dd_boolean dd_LPSolve0(dd_LPPtr,dd_LPSolverType,dd_ErrorType *); -void dd_CrissCrossSolve(dd_LPPtr lp,dd_ErrorType *); -void dd_DualSimplexSolve(dd_LPPtr lp,dd_ErrorType *); - -dd_LPPtr dd_MakeLPforInteriorFinding(dd_LPPtr); -dd_LPSolutionPtr dd_CopyLPSolution(dd_LPPtr); /* 0.90c */ -void dd_WriteLP(FILE *, dd_LPPtr); /* 092 */ - -dd_LPPtr dd_CreateLPData(dd_LPObjectiveType,dd_NumberType,dd_rowrange,dd_colrange); -int dd_LPReverseRow(dd_LPPtr, dd_rowrange); - /* reverse the i-th row (1 <= i <= no. of rows) */ -int dd_LPReplaceRow(dd_LPPtr, dd_rowrange, dd_Arow); - /* replace the i-th row (1 <= i <= no. of rows) */ -dd_Arow dd_LPCopyRow(dd_LPPtr, dd_rowrange); - /* copy the i-th row (1 <= i <= no. of rows) */ - -void dd_FreeLPData(dd_LPPtr); -void dd_FreeLPSolution(dd_LPSolutionPtr); - -void dd_WriteLPResult(FILE *, dd_LPPtr, dd_ErrorType); -void dd_WriteLPErrorMessages(FILE *, dd_ErrorType); -void dd_WriteLPTimes(FILE *, dd_LPPtr); -void dd_WriteLPStats(FILE *f); -void dd_WriteLPMode(FILE *f); - -dd_MatrixPtr dd_FourierElimination(dd_MatrixPtr,dd_ErrorType *); -dd_MatrixPtr dd_BlockElimination(dd_MatrixPtr, dd_colset, dd_ErrorType *); - -#if defined(__cplusplus) -} -#endif - -/* ---------- FUNCTIONS MEANT TO BE NON-PUBLIC ---------- */ -void dd_QuickSort(dd_rowindex, long, long, dd_Amatrix, long); -void dd_RandomPermutation(dd_rowindex, long, unsigned int seed); -void dd_UniqueRows(dd_rowindex, long, long, dd_Amatrix, long, dd_rowset, long *); - -dd_boolean dd_DoubleDescription(dd_PolyhedraPtr, dd_ErrorType*); -dd_boolean dd_DoubleDescription2(dd_PolyhedraPtr, dd_RowOrderType, dd_ErrorType *); - -void dd_FreeDDMemory0(dd_ConePtr); -void dd_fread_rational_value (FILE *f, mytype value); -void dd_sread_rational_value (const char *s, mytype value); -void dd_AddNewHalfspace1(dd_ConePtr, dd_rowrange); -void dd_AddNewHalfspace2(dd_ConePtr, dd_rowrange); -void dd_AddRay(dd_ConePtr, mytype *); -void dd_AddArtificialRay(dd_ConePtr); -void dd_AValue(mytype*,dd_colrange, dd_Amatrix, mytype *, dd_rowrange); -void dd_CheckAdjacency(dd_ConePtr, dd_RayPtr*, dd_RayPtr*, dd_boolean *); -void dd_CheckEquality(dd_colrange, dd_RayPtr *, dd_RayPtr *, dd_boolean *); -void dd_ComputeRowOrderVector(dd_ConePtr); -void dd_ConditionalAddEdge(dd_ConePtr,dd_RayPtr, dd_RayPtr, dd_RayPtr); -void dd_CopyArow(mytype *, mytype *, dd_colrange); -void dd_CopyNormalizedAmatrix(mytype **, mytype **, dd_rowrange, dd_colrange); -void dd_CopyNormalizedArow(mytype *, mytype *, dd_colrange); -void dd_CopyAmatrix(mytype **, mytype **, dd_rowrange, dd_colrange); -void dd_PermuteCopyAmatrix(mytype **, mytype **, dd_rowrange, dd_colrange, dd_rowindex); -void dd_PermutePartialCopyAmatrix(mytype **, mytype **, dd_rowrange, dd_colrange, dd_rowindex,dd_rowrange, dd_rowrange); -void dd_CopyBmatrix(dd_colrange, dd_Bmatrix T, dd_Bmatrix TCOPY); -void dd_CopyRay(mytype *, dd_colrange, dd_RayPtr, - dd_RepresentationType, dd_colindex); -void dd_CreateInitialEdges(dd_ConePtr); -void dd_CreateNewRay(dd_ConePtr, dd_RayPtr, dd_RayPtr, dd_rowrange); -void dd_Eliminate(dd_ConePtr, dd_RayPtr*); -void dd_EvaluateARay1(dd_rowrange, dd_ConePtr); -void dd_EvaluateARay2(dd_rowrange, dd_ConePtr); -void dd_FeasibilityIndices(long *, long *, dd_rowrange, dd_ConePtr); -void dd_FindBasis(dd_ConePtr, long *rank); -void dd_FindInitialRays(dd_ConePtr, dd_boolean *); -void dd_ColumnReduce(dd_ConePtr); -void dd_GaussianColumnPivot(dd_rowrange, dd_colrange, dd_Amatrix, dd_Bmatrix, dd_rowrange, dd_colrange); -dd_boolean dd_LexSmaller(mytype *, mytype *, long); -dd_boolean dd_LexLarger(mytype *, mytype *, long); -dd_boolean dd_LexEqual(mytype *, mytype *, long); -void dd_Normalize(dd_colrange, mytype *); -void dd_MatrixIntegerFilter(dd_MatrixPtr); -void dd_ProcessCommandLine(FILE*,dd_MatrixPtr, const char *); -void dd_SelectNextHalfspace(dd_ConePtr, dd_rowset, dd_rowrange *); -void dd_SelectPivot2(dd_rowrange,dd_colrange,dd_Amatrix, -dd_Bmatrix,dd_RowOrderType,dd_rowindex, dd_rowset,dd_rowrange,dd_rowset, -dd_colset,dd_rowrange *,dd_colrange *,dd_boolean *); -void dd_SelectPreorderedNext(dd_ConePtr, dd_rowset, dd_rowrange *); -void dd_SetInequalitySets(dd_ConePtr); -void dd_SnapToInteger(mytype, mytype); -void dd_StoreRay1(dd_ConePtr, mytype *, dd_boolean *); -void dd_StoreRay2(dd_ConePtr, mytype *, dd_boolean *, dd_boolean *); -void dd_TableauEntry(mytype *, dd_rowrange, dd_colrange, dd_Amatrix, dd_Bmatrix T, dd_rowrange, dd_colrange); -void dd_UpdateEdges(dd_ConePtr, dd_RayPtr, dd_RayPtr); -void dd_UpdateRowOrderVector(dd_ConePtr, dd_rowset PriorityRows); -void dd_WriteRay(FILE *, dd_colrange, dd_RayPtr, - dd_RepresentationType, dd_colindex); -void dd_ZeroIndexSet(dd_rowrange, dd_colrange, dd_Amatrix, mytype *, dd_rowset); - -/* New functions to handle data loading, NON-PUBLIC */ -dd_NumberType dd_GetNumberType(const char *); -dd_ConePtr dd_ConeDataLoad(dd_PolyhedraPtr); -dd_PolyhedraPtr dd_CreatePolyhedraData(dd_rowrange, dd_colrange); -dd_boolean dd_InitializeConeData(dd_rowrange, dd_colrange, dd_ConePtr*); -dd_boolean dd_AppendMatrix2Poly(dd_PolyhedraPtr*, dd_MatrixPtr); - - - - - -/* end of cddlib.h */ diff -Nru cddlib-094h/lib-src-gmp/cddio.c cddlib-094j/lib-src-gmp/cddio.c --- cddlib-094h/lib-src-gmp/cddio.c 2015-04-30 09:34:12.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddio.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,2021 +0,0 @@ -/* cddio.c: Basic Input and Output Procedures for cddlib - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib : C-library of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd.h" -#include -#include -#include -#include -#include - -/* void dd_fread_rational_value (FILE *, mytype *); */ -void dd_SetLinearity(dd_MatrixPtr, char *); - -void dd_SetInputFile(FILE **f,dd_DataFileType inputfile,dd_ErrorType *Error) -{ - int opened=0,stop,quit=0; - int i,dotpos=0,trial=0; - char ch; - char *tempname; - - - *Error=dd_NoError; - while (!opened && !quit) { - fprintf(stderr,"\n>> Input file: "); - scanf("%s",inputfile); - ch=getchar(); - stop=dd_FALSE; - for (i=0; i5) { - *Error=dd_IFileNotFound; - quit=1; - } - } - } -} - -void dd_SetWriteFileName(dd_DataFileType inputfile, dd_DataFileType outfile, char cflag, dd_RepresentationType rep) -{ - char *extension; - dd_DataFileType ifilehead=""; - int i,dotpos; - - switch (cflag) { - case 'o': - switch (rep) { - case dd_Generator: - extension=".ine"; break; /* output file for ine data */ - case dd_Inequality: - extension=".ext"; break; /* output file for ext data */ - default: - extension=".xxx";break; - } - break; - - case 'a': /* decide for output adjacence */ - if (rep==dd_Inequality) - extension=".ead"; /* adjacency file for ext data */ - else - extension=".iad"; /* adjacency file for ine data */ - break; - case 'i': /* decide for output incidence */ - if (rep==dd_Inequality) - extension=".ecd"; /* ext incidence file */ - else - extension=".icd"; /* ine incidence file */ - break; - case 'n': /* decide for input incidence */ - if (rep==dd_Inequality) - extension=".icd"; /* ine incidence file */ - else - extension=".ecd"; /* ext incidence file */ - break; - case 'j': /* decide for input adjacency */ - if (rep==dd_Inequality) - extension=".iad"; /* ine adjacency file */ - else - extension=".ead"; /* ext adjacency file */ - break; - case 'l': - extension=".ddl";break; /* log file */ - case 'd': - extension=".dex";break; /* decomposition output */ - case 'p': - extension="sub.ine";break; /* preprojection sub inequality file */ - case 'v': - extension=".solved";break; /* verify_input file */ - case 's': - extension=".lps";break; /* LP solution file */ - default: - extension=".xxx";break; - } - dotpos=-1; - for (i=0; i< strlen(inputfile); i++){ - if (inputfile[i]=='.') dotpos=i; - } - if (dotpos>1) strncpy(ifilehead, inputfile, dotpos); - else strcpy(ifilehead,inputfile); - if (strlen(inputfile)<=0) strcpy(ifilehead,"tempcdd"); - strcpy(outfile,ifilehead); - strcat(outfile,extension); - if (strcmp(inputfile, outfile)==0) { - strcpy(outfile,inputfile); - strcat(outfile,extension); - } -/* fprintf(stderr,"outfile name = %s\n",outfile); */ -} - - -dd_NumberType dd_GetNumberType(const char *line) -{ - dd_NumberType nt; - - if (strncmp(line, "integer", 7)==0) { - nt = dd_Integer; - } - else if (strncmp(line, "rational", 8)==0) { - nt = dd_Rational; - } - else if (strncmp(line, "real", 4)==0) { - nt = dd_Real; - } - else { - nt=dd_Unknown; - } - return nt; -} - -void dd_ProcessCommandLine(FILE *f, dd_MatrixPtr M, const char *line) -{ - char newline[dd_linelenmax]; - dd_colrange j; - mytype value; - - dd_init(value); - if (strncmp(line, "hull", 4)==0) { - M->representation = dd_Generator; - } - if (strncmp(line, "debug", 5)==0) { - dd_debug = dd_TRUE; -#ifdef GMPRATIONAL - ddf_debug = ddf_TRUE; -#endif - } - if (strncmp(line, "partial_enum", 12)==0 || - strncmp(line, "equality", 8)==0 || - strncmp(line, "linearity", 9)==0 ) { - fgets(newline,dd_linelenmax,f); - dd_SetLinearity(M,newline); - } - if (strncmp(line, "maximize", 8)==0 || - strncmp(line, "minimize", 8)==0) { - if (strncmp(line, "maximize", 8)==0) M->objective=dd_LPmax; - else M->objective=dd_LPmin; - for (j = 1; j <= M->colsize; j++) { - if (M->numbtype==dd_Real) { -#if !defined(GMPRATIONAL) - double rvalue; - fscanf(f, "%lf", &rvalue); - dd_set_d(value, rvalue); -#endif - } else { - dd_fread_rational_value (f, value); - } - dd_set(M->rowvec[j - 1],value); - if (dd_debug) {fprintf(stderr,"cost(%5ld) =",j); dd_WriteNumber(stderr,value);} - } /*of j*/ - } - dd_clear(value); -} - -dd_boolean dd_AppendMatrix2Poly(dd_PolyhedraPtr *poly, dd_MatrixPtr M) -{ - dd_boolean success=dd_FALSE; - dd_MatrixPtr Mpoly,Mnew=NULL; - dd_ErrorType err; - - if ((*poly)!=NULL && (*poly)->m >=0 && (*poly)->d>=0 && - (*poly)->d==M->colsize && M->rowsize>0){ - Mpoly=dd_CopyInput(*poly); - Mnew=dd_AppendMatrix(Mpoly, M); - dd_FreePolyhedra(*poly); - *poly=dd_DDMatrix2Poly(Mnew,&err); - dd_FreeMatrix(Mpoly); - dd_FreeMatrix(Mnew); - if (err==dd_NoError) success=dd_TRUE; - } - return success; -} - -dd_MatrixPtr dd_MatrixCopy(dd_MatrixPtr M) -{ - dd_MatrixPtr Mcopy=NULL; - dd_rowrange m; - dd_colrange d; - - m= M->rowsize; - d= M->colsize; - if (m >=0 && d >=0){ - Mcopy=dd_CreateMatrix(m, d); - dd_CopyAmatrix(Mcopy->matrix, M->matrix, m, d); - dd_CopyArow(Mcopy->rowvec, M->rowvec, d); - set_copy(Mcopy->linset,M->linset); - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - return Mcopy; -} - -dd_MatrixPtr dd_CopyMatrix(dd_MatrixPtr M) -{ - return dd_MatrixCopy(M); -} - -dd_MatrixPtr dd_MatrixNormalizedCopy(dd_MatrixPtr M) -{ - dd_MatrixPtr Mcopy=NULL; - dd_rowrange m; - dd_colrange d; - - m= M->rowsize; - d= M->colsize; - if (m >=0 && d >=0){ - Mcopy=dd_CreateMatrix(m, d); - dd_CopyNormalizedAmatrix(Mcopy->matrix, M->matrix, m, d); - dd_CopyArow(Mcopy->rowvec, M->rowvec, d); - set_copy(Mcopy->linset,M->linset); - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - return Mcopy; -} - - -dd_MatrixPtr dd_MatrixAppend(dd_MatrixPtr M1, dd_MatrixPtr M2) -{ - dd_MatrixPtr M=NULL; - dd_rowrange i, m,m1,m2; - dd_colrange j, d,d1,d2; - - m1=M1->rowsize; - d1=M1->colsize; - m2=M2->rowsize; - d2=M2->colsize; - - m=m1+m2; - d=d1; - - if (d1>=0 && d1==d2 && m1>=0 && m2>=0){ - M=dd_CreateMatrix(m, d); - dd_CopyAmatrix(M->matrix, M1->matrix, m1, d); - dd_CopyArow(M->rowvec, M1->rowvec, d); - for (i=0; ilinset)) set_addelem(M->linset,i+1); - } - for (i=0; imatrix[m1+i][j],M2->matrix[i][j]); - /* append the second matrix */ - if (set_member(i+1,M2->linset)) set_addelem(M->linset,m1+i+1); - } - M->numbtype=M1->numbtype; - } - return M; -} - -dd_MatrixPtr dd_MatrixNormalizedSortedCopy(dd_MatrixPtr M,dd_rowindex *newpos) /* 094 */ -{ - /* Sort the rows of Amatrix lexicographically, and return a link to this sorted copy. - The vector newpos is allocated, where newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). */ - dd_MatrixPtr Mcopy=NULL,Mnorm=NULL; - dd_rowrange m,i; - dd_colrange d; - dd_rowindex roworder; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - roworder=(long *)calloc(m+1,sizeof(long)); - *newpos=(long *)calloc(m+1,sizeof(long)); - if (m >=0 && d >=0){ - Mnorm=dd_MatrixNormalizedCopy(M); - Mcopy=dd_CreateMatrix(m, d); - for(i=1; i<=m; i++) roworder[i]=i; - - dd_RandomPermutation(roworder, m, 123); - dd_QuickSort(roworder,1,m,Mnorm->matrix,d); - - dd_PermuteCopyAmatrix(Mcopy->matrix, Mnorm->matrix, m, d, roworder); - dd_CopyArow(Mcopy->rowvec, M->rowvec, d); - for(i=1; i<=m; i++) { - if (set_member(roworder[i],M->linset)) set_addelem(Mcopy->linset, i); - (*newpos)[roworder[i]]=i; - } - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - dd_FreeMatrix(Mnorm); - } - free(roworder); - return Mcopy; -} - -dd_MatrixPtr dd_MatrixUniqueCopy(dd_MatrixPtr M,dd_rowindex *newpos) -{ - /* Remove row duplicates, and return a link to this sorted copy. - Linearity rows have priority over the other rows. - It is better to call this after sorting with dd_MatrixNormalizedSortedCopy. - The vector newpos is allocated, where *newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). *newpos[i] is negative if the original - row is dominated by -*newpos[i] and eliminated in the new copy. - */ - dd_MatrixPtr Mcopy=NULL; - dd_rowrange m,i,uniqrows; - dd_rowset preferredrows; - dd_colrange d; - dd_rowindex roworder; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - preferredrows=M->linset; - roworder=(long *)calloc(m+1,sizeof(long)); - if (m >=0 && d >=0){ - for(i=1; i<=m; i++) roworder[i]=i; - dd_UniqueRows(roworder, 1, m, M->matrix, d,preferredrows, &uniqrows); - - Mcopy=dd_CreateMatrix(uniqrows, d); - dd_PermutePartialCopyAmatrix(Mcopy->matrix, M->matrix, m, d, roworder,1,m); - dd_CopyArow(Mcopy->rowvec, M->rowvec, d); - for(i=1; i<=m; i++) { - if (roworder[i]>0 && set_member(i,M->linset)) set_addelem(Mcopy->linset, roworder[i]); - } - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - *newpos=roworder; - return Mcopy; -} - - -dd_MatrixPtr dd_MatrixNormalizedSortedUniqueCopy(dd_MatrixPtr M,dd_rowindex *newpos) /* 094 */ -{ - /* Sort and remove row duplicates, and return a link to this sorted copy. - Linearity rows have priority over the other rows. - It is better to call this after sorting with dd_MatrixNormalizedSortedCopy. - The vector newpos is allocated, where *newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). *newpos[i] is negative if the original - row is dominated by -*newpos[i] and eliminated in the new copy. - */ - dd_MatrixPtr M1=NULL,M2=NULL; - dd_rowrange m,i; - dd_colrange d; - dd_rowindex newpos1=NULL,newpos1r=NULL,newpos2=NULL; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - *newpos=(long *)calloc(m+1,sizeof(long)); - newpos1r=(long *)calloc(m+1,sizeof(long)); - if (m>=0 && d>=0){ - M1=dd_MatrixNormalizedSortedCopy(M,&newpos1); - for (i=1; i<=m;i++) newpos1r[newpos1[i]]=i; /* reverse of newpos1 */ - M2=dd_MatrixUniqueCopy(M1,&newpos2); - set_emptyset(M2->linset); - for(i=1; i<=m; i++) { - if (newpos2[newpos1[i]]>0){ - printf("newpos1[%ld]=%ld, newpos2[newpos1[%ld]]=%ld\n",i,newpos1[i], i,newpos2[newpos1[i]]); - if (set_member(i,M->linset)) set_addelem(M2->linset, newpos2[newpos1[i]]); - (*newpos)[i]=newpos2[newpos1[i]]; - } else { - (*newpos)[i]=-newpos1r[-newpos2[newpos1[i]]]; - } - } - dd_FreeMatrix(M1);free(newpos1);free(newpos2);free(newpos1r); - } - - return M2; -} - -dd_MatrixPtr dd_MatrixSortedUniqueCopy(dd_MatrixPtr M,dd_rowindex *newpos) /* 094 */ -{ - /* Same as dd_MatrixNormalizedSortedUniqueCopy except that it returns a unnormalized origial data - with original ordering. - */ - dd_MatrixPtr M1=NULL,M2=NULL; - dd_rowrange m,i,k,ii; - dd_colrange d; - dd_rowindex newpos1=NULL,newpos1r=NULL,newpos2=NULL; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - *newpos=(long *)calloc(m+1,sizeof(long)); - newpos1r=(long *)calloc(m+1,sizeof(long)); - if (m>=0 && d>=0){ - M1=dd_MatrixNormalizedSortedCopy(M,&newpos1); - for (i=1; i<=m;i++) newpos1r[newpos1[i]]=i; /* reverse of newpos1 */ - M2=dd_MatrixUniqueCopy(M1,&newpos2); - dd_FreeMatrix(M1); - set_emptyset(M2->linset); - for(i=1; i<=m; i++) { - if (newpos2[newpos1[i]]>0){ - if (set_member(i,M->linset)) set_addelem(M2->linset, newpos2[newpos1[i]]); - (*newpos)[i]=newpos2[newpos1[i]]; - } else { - (*newpos)[i]=-newpos1r[-newpos2[newpos1[i]]]; - } - } - - ii=0; - set_emptyset(M2->linset); - for (i = 1; i<=m ; i++) { - k=(*newpos)[i]; - if (k>0) { - ii+=1; - (*newpos)[i]=ii; - dd_CopyArow(M2->matrix[ii-1],M->matrix[i-1],d); - if (set_member(i,M->linset)) set_addelem(M2->linset, ii); - } - } - - free(newpos1);free(newpos2);free(newpos1r); - } - - return M2; -} - -dd_MatrixPtr dd_AppendMatrix(dd_MatrixPtr M1, dd_MatrixPtr M2) -{ - return dd_MatrixAppend(M1,M2); -} - -int dd_MatrixAppendTo(dd_MatrixPtr *M1, dd_MatrixPtr M2) -{ - dd_MatrixPtr M=NULL; - dd_rowrange i, m,m1,m2; - dd_colrange j, d,d1,d2; - dd_boolean success=0; - - m1=(*M1)->rowsize; - d1=(*M1)->colsize; - m2=M2->rowsize; - d2=M2->colsize; - - m=m1+m2; - d=d1; - - if (d1>=0 && d1==d2 && m1>=0 && m2>=0){ - M=dd_CreateMatrix(m, d); - dd_CopyAmatrix(M->matrix, (*M1)->matrix, m1, d); - dd_CopyArow(M->rowvec, (*M1)->rowvec, d); - for (i=0; ilinset)) set_addelem(M->linset,i+1); - } - for (i=0; imatrix[m1+i][j],M2->matrix[i][j]); - /* append the second matrix */ - if (set_member(i+1,M2->linset)) set_addelem(M->linset,m1+i+1); - } - M->numbtype=(*M1)->numbtype; - dd_FreeMatrix(*M1); - *M1=M; - success=1; - } - return success; -} - -int dd_MatrixRowRemove(dd_MatrixPtr *M, dd_rowrange r) /* 092 */ -{ - dd_rowrange i,m; - dd_colrange d; - dd_boolean success=0; - - m=(*M)->rowsize; - d=(*M)->colsize; - - if (r >= 1 && r <=m){ - (*M)->rowsize=m-1; - dd_FreeArow(d, (*M)->matrix[r-1]); - set_delelem((*M)->linset,r); - /* slide the row headers */ - for (i=r; imatrix[i-1]=(*M)->matrix[i]; - if (set_member(i+1, (*M)->linset)){ - set_delelem((*M)->linset,i+1); - set_addelem((*M)->linset,i); - } - } - success=1; - } - return success; -} - -int dd_MatrixRowRemove2(dd_MatrixPtr *M, dd_rowrange r, dd_rowindex *newpos) /* 094 */ -{ - dd_rowrange i,m; - dd_colrange d; - dd_boolean success=0; - dd_rowindex roworder; - - m=(*M)->rowsize; - d=(*M)->colsize; - - if (r >= 1 && r <=m){ - roworder=(long *)calloc(m+1,sizeof(long)); - (*M)->rowsize=m-1; - dd_FreeArow(d, (*M)->matrix[r-1]); - set_delelem((*M)->linset,r); - /* slide the row headers */ - for (i=1; imatrix[i-1]=(*M)->matrix[i]; - roworder[i+1]=i; - if (set_member(i+1, (*M)->linset)){ - set_delelem((*M)->linset,i+1); - set_addelem((*M)->linset,i); - } - } - success=1; - } - return success; -} - -dd_MatrixPtr dd_MatrixSubmatrix(dd_MatrixPtr M, dd_rowset delset) /* 092 */ -{ - dd_MatrixPtr Msub=NULL; - dd_rowrange i,isub=1, m,msub; - dd_colrange d; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=dd_CreateMatrix(msub, d); - for (i=1; i<=m; i++){ - if (!set_member(i,delset)){ - dd_CopyArow(Msub->matrix[isub-1], M->matrix[i-1], d); - if (set_member(i, M->linset)){ - set_addelem(Msub->linset,isub); - } - isub++; - } - } - dd_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - -dd_MatrixPtr dd_MatrixSubmatrix2(dd_MatrixPtr M, dd_rowset delset,dd_rowindex *newpos) /* 092 */ -{ /* returns a pointer to a new matrix which is a submatrix of M with rows in delset - removed. *newpos[i] returns the position of the original row i in the new matrix. - It is -1 if and only if it is deleted. - */ - - dd_MatrixPtr Msub=NULL; - dd_rowrange i,isub=1, m,msub; - dd_colrange d; - dd_rowindex roworder; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - roworder=(long *)calloc(m+1,sizeof(long)); - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=dd_CreateMatrix(msub, d); - for (i=1; i<=m; i++){ - if (set_member(i,delset)){ - roworder[i]=0; /* zero means the row i is removed */ - } else { - dd_CopyArow(Msub->matrix[isub-1], M->matrix[i-1], d); - if (set_member(i, M->linset)){ - set_addelem(Msub->linset,isub); - } - roworder[i]=isub; - isub++; - } - } - *newpos=roworder; - dd_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - - -dd_MatrixPtr dd_MatrixSubmatrix2L(dd_MatrixPtr M, dd_rowset delset,dd_rowindex *newpos) /* 094 */ -{ /* This is same as dd_MatrixSubmatrix2 except that the linearity rows will be shifted up - so that they are at the top of the matrix. - */ - dd_MatrixPtr Msub=NULL; - dd_rowrange i,iL, iI, m,msub; - dd_colrange d; - dd_rowindex roworder; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - roworder=(long *)calloc(m+1,sizeof(long)); - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=dd_CreateMatrix(msub, d); - iL=1; iI=set_card(M->linset)+1; /* starting positions */ - for (i=1; i<=m; i++){ - if (set_member(i,delset)){ - roworder[i]=0; /* zero means the row i is removed */ - } else { - if (set_member(i,M->linset)){ - dd_CopyArow(Msub->matrix[iL-1], M->matrix[i-1], d); - set_delelem(Msub->linset,i); - set_addelem(Msub->linset,iL); - roworder[i]=iL; - iL+=1; - } else { - dd_CopyArow(Msub->matrix[iI-1], M->matrix[i-1], d); - roworder[i]=iI; - iI+=1; - } - } - } - *newpos=roworder; - dd_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - -int dd_MatrixRowsRemove(dd_MatrixPtr *M, dd_rowset delset) /* 094 */ -{ - dd_MatrixPtr Msub=NULL; - int success; - - Msub=dd_MatrixSubmatrix(*M, delset); - dd_FreeMatrix(*M); - *M=Msub; - success=1; - return success; -} - -int dd_MatrixRowsRemove2(dd_MatrixPtr *M, dd_rowset delset,dd_rowindex *newpos) /* 094 */ -{ - dd_MatrixPtr Msub=NULL; - int success; - - Msub=dd_MatrixSubmatrix2(*M, delset,newpos); - dd_FreeMatrix(*M); - *M=Msub; - success=1; - return success; -} - -int dd_MatrixShiftupLinearity(dd_MatrixPtr *M,dd_rowindex *newpos) /* 094 */ -{ - dd_MatrixPtr Msub=NULL; - int success; - dd_rowset delset; - - set_initialize(&delset,(*M)->rowsize); /* emptyset */ - Msub=dd_MatrixSubmatrix2L(*M, delset,newpos); - dd_FreeMatrix(*M); - *M=Msub; - - set_free(delset); - success=1; - return success; -} - -dd_PolyhedraPtr dd_CreatePolyhedraData(dd_rowrange m, dd_colrange d) -{ - dd_rowrange i; - dd_PolyhedraPtr poly=NULL; - - poly=(dd_PolyhedraPtr) malloc (sizeof(dd_PolyhedraType)); - poly->child =NULL; /* this links the homogenized cone data */ - poly->m =m; - poly->d =d; - poly->n =-1; /* the size of output is not known */ - poly->m_alloc =m+2; /* the allocated row size of matrix A */ - poly->d_alloc =d; /* the allocated col size of matrix A */ - poly->ldim =0; /* initialize the linearity dimension */ - poly->numbtype=dd_Real; - dd_InitializeAmatrix(poly->m_alloc,poly->d_alloc,&(poly->A)); - dd_InitializeArow(d,&(poly->c)); /* cost vector */ - poly->representation =dd_Inequality; - poly->homogeneous =dd_FALSE; - - poly->EqualityIndex=(int *)calloc(m+2, sizeof(int)); - /* size increased to m+2 in 092b because it is used by the child cone, - This is a bug fix suggested by Thao Dang. */ - /* ith component is 1 if it is equality, -1 if it is strict inequality, 0 otherwise. */ - for (i = 0; i <= m+1; i++) poly->EqualityIndex[i]=0; - - poly->IsEmpty = -1; /* initially set to -1, neither TRUE nor FALSE, meaning unknown */ - - poly->NondegAssumed = dd_FALSE; - poly->InitBasisAtBottom = dd_FALSE; - poly->RestrictedEnumeration = dd_FALSE; - poly->RelaxedEnumeration = dd_FALSE; - - poly->AincGenerated=dd_FALSE; /* Ainc is a set array to store the input incidence. */ - - return poly; -} - -dd_boolean dd_InitializeConeData(dd_rowrange m, dd_colrange d, dd_ConePtr *cone) -{ - dd_boolean success=dd_TRUE; - dd_colrange j; - - (*cone)=(dd_ConePtr)calloc(1, sizeof(dd_ConeType)); - -/* INPUT: A given representation of a cone: inequality */ - (*cone)->m=m; - (*cone)->d=d; - (*cone)->m_alloc=m+2; /* allocated row size of matrix A */ - (*cone)->d_alloc=d; /* allocated col size of matrix A, B and Bsave */ - (*cone)->numbtype=dd_Real; - (*cone)->parent=NULL; - -/* CONTROL: variables to control computation */ - (*cone)->Iteration=0; - - (*cone)->HalfspaceOrder=dd_LexMin; - - (*cone)->ArtificialRay=NULL; - (*cone)->FirstRay=NULL; - (*cone)->LastRay=NULL; /* The second description: Generator */ - (*cone)->PosHead=NULL; - (*cone)->ZeroHead=NULL; - (*cone)->NegHead=NULL; - (*cone)->PosLast=NULL; - (*cone)->ZeroLast=NULL; - (*cone)->NegLast=NULL; - (*cone)->RecomputeRowOrder = dd_TRUE; - (*cone)->PreOrderedRun = dd_FALSE; - set_initialize(&((*cone)->GroundSet),(*cone)->m_alloc); - set_initialize(&((*cone)->EqualitySet),(*cone)->m_alloc); - set_initialize(&((*cone)->NonequalitySet),(*cone)->m_alloc); - set_initialize(&((*cone)->AddedHalfspaces),(*cone)->m_alloc); - set_initialize(&((*cone)->WeaklyAddedHalfspaces),(*cone)->m_alloc); - set_initialize(&((*cone)->InitialHalfspaces),(*cone)->m_alloc); - (*cone)->RayCount=0; - (*cone)->FeasibleRayCount=0; - (*cone)->WeaklyFeasibleRayCount=0; - (*cone)->TotalRayCount=0; - (*cone)->ZeroRayCount=0; - (*cone)->EdgeCount=0; - (*cone)->TotalEdgeCount=0; - (*cone)->count_int=0; - (*cone)->count_int_good=0; - (*cone)->count_int_bad=0; - (*cone)->rseed=1; /* random seed for random row permutation */ - - dd_InitializeBmatrix((*cone)->d_alloc, &((*cone)->B)); - dd_InitializeBmatrix((*cone)->d_alloc, &((*cone)->Bsave)); - dd_InitializeAmatrix((*cone)->m_alloc,(*cone)->d_alloc,&((*cone)->A)); - - (*cone)->Edges - =(dd_AdjacencyType**) calloc((*cone)->m_alloc,sizeof(dd_AdjacencyType*)); - for (j=0; j<(*cone)->m_alloc; j++) (*cone)->Edges[j]=NULL; /* 094h */ - (*cone)->InitialRayIndex=(long*)calloc(d+1,sizeof(long)); - (*cone)->OrderVector=(long*)calloc((*cone)->m_alloc+1,sizeof(long)); - - (*cone)->newcol=(long*)calloc(((*cone)->d)+1,sizeof(long)); - for (j=0; j<=(*cone)->d; j++) (*cone)->newcol[j]=j; /* identity map, initially */ - (*cone)->LinearityDim = -2; /* -2 if it is not computed */ - (*cone)->ColReduced = dd_FALSE; - (*cone)->d_orig = d; - -/* STATES: variables to represent current state. */ -/*(*cone)->Error; - (*cone)->CompStatus; - (*cone)->starttime; - (*cone)->endtime; -*/ - - return success; -} - -dd_ConePtr dd_ConeDataLoad(dd_PolyhedraPtr poly) -{ - dd_ConePtr cone=NULL; - dd_colrange d,j; - dd_rowrange m,i; - - m=poly->m; - d=poly->d; - if (!(poly->homogeneous) && poly->representation==dd_Inequality){ - m=poly->m+1; - } - poly->m1=m; - - dd_InitializeConeData(m, d, &cone); - cone->representation=poly->representation; - -/* Points to the original polyhedra data, and reversely */ - cone->parent=poly; - poly->child=cone; - - for (i=1; i<=poly->m; i++) - for (j=1; j<=cone->d; j++) - dd_set(cone->A[i-1][j-1],poly->A[i-1][j-1]); - - if (poly->representation==dd_Inequality && !(poly->homogeneous)){ - dd_set(cone->A[m-1][0],dd_one); - for (j=2; j<=d; j++) dd_set(cone->A[m-1][j-1],dd_purezero); - } - - return cone; -} - -void dd_SetLinearity(dd_MatrixPtr M, char *line) -{ - int i=0; - dd_rowrange eqsize,var; - char *next; - const char ct[]=", "; /* allows separators "," and " ". */ - - next=strtok(line,ct); - eqsize=atol(next); - while (i < eqsize && (next=strtok(NULL,ct))!=NULL) { - var=atol(next); - set_addelem(M->linset,var); i++; - } - if (i!=eqsize) { - fprintf(stderr,"* Warning: there are inconsistencies in linearity setting.\n"); - } - return; -} - -dd_MatrixPtr dd_PolyFile2Matrix (FILE *f, dd_ErrorType *Error) -{ - dd_MatrixPtr M=NULL; - dd_rowrange m_input,i; - dd_colrange d_input,j; - dd_RepresentationType rep=dd_Inequality; - mytype value; - dd_boolean found=dd_FALSE, newformat=dd_FALSE, successful=dd_FALSE, linearity=dd_FALSE; - char command[dd_linelenmax], comsave[dd_linelenmax], numbtype[dd_wordlenmax]; - dd_NumberType NT; -#if !defined(GMPRATIONAL) - double rvalue; -#endif - - dd_init(value); - (*Error)=dd_NoError; - while (!found) - { - if (fscanf(f,"%s",command)==EOF) { - (*Error)=dd_ImproperInputFormat; - goto _L99; - } - else { - if (strncmp(command, "V-representation", 16)==0) { - rep=dd_Generator; newformat=dd_TRUE; - } - if (strncmp(command, "H-representation", 16)==0){ - rep=dd_Inequality; newformat=dd_TRUE; - } - if (strncmp(command, "partial_enum", 12)==0 || - strncmp(command, "equality", 8)==0 || - strncmp(command, "linearity", 9)==0 ) { - linearity=dd_TRUE; - fgets(comsave,dd_linelenmax,f); - } - if (strncmp(command, "begin", 5)==0) found=dd_TRUE; - } - } - fscanf(f, "%ld %ld %s", &m_input, &d_input, numbtype); - fprintf(stderr,"size = %ld x %ld\nNumber Type = %s\n", m_input, d_input, numbtype); - NT=dd_GetNumberType(numbtype); - if (NT==dd_Unknown) { - (*Error)=dd_ImproperInputFormat; - goto _L99; - } - M=dd_CreateMatrix(m_input, d_input); - M->representation=rep; - M->numbtype=NT; - - for (i = 1; i <= m_input; i++) { - for (j = 1; j <= d_input; j++) { - if (NT==dd_Real) { -#if defined GMPRATIONAL - *Error=dd_NoRealNumberSupport; - goto _L99; -#else - fscanf(f, "%lf", &rvalue); - dd_set_d(value, rvalue); -#endif - } else { - dd_fread_rational_value (f, value); - } - dd_set(M->matrix[i-1][j - 1],value); - if (dd_debug) {fprintf(stderr,"a(%3ld,%5ld) = ",i,j); dd_WriteNumber(stderr,value);} - } /*of j*/ - } /*of i*/ - if (fscanf(f,"%s",command)==EOF) { - (*Error)=dd_ImproperInputFormat; - goto _L99; - } - else if (strncmp(command, "end", 3)!=0) { - if (dd_debug) fprintf(stderr,"'end' missing or illegal extra data: %s\n",command); - (*Error)=dd_ImproperInputFormat; - goto _L99; - } - - successful=dd_TRUE; - if (linearity) { - dd_SetLinearity(M,comsave); - } - while (!feof(f)) { - fscanf(f,"%s", command); - dd_ProcessCommandLine(f, M, command); - fgets(command,dd_linelenmax,f); /* skip the CR/LF */ - } - -_L99: ; - dd_clear(value); - /* if (f!=NULL) fclose(f); */ - return M; -} - - -dd_PolyhedraPtr dd_DDMatrix2Poly(dd_MatrixPtr M, dd_ErrorType *err) -{ - dd_rowrange i; - dd_colrange j; - dd_PolyhedraPtr poly=NULL; - - *err=dd_NoError; - if (M->rowsize<0 || M->colsize<0){ - *err=dd_NegativeMatrixSize; - goto _L99; - } - poly=dd_CreatePolyhedraData(M->rowsize, M->colsize); - poly->representation=M->representation; - poly->homogeneous=dd_TRUE; - - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - poly->EqualityIndex[i]=1; - } - for (j = 1; j <= M->colsize; j++) { - dd_set(poly->A[i-1][j-1], M->matrix[i-1][j-1]); - if (j==1 && dd_Nonzero(M->matrix[i-1][j-1])) poly->homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - dd_DoubleDescription(poly,err); -_L99: - return poly; -} - -dd_PolyhedraPtr dd_DDMatrix2Poly2(dd_MatrixPtr M, dd_RowOrderType horder, dd_ErrorType *err) -{ - dd_rowrange i; - dd_colrange j; - dd_PolyhedraPtr poly=NULL; - - *err=dd_NoError; - if (M->rowsize<0 || M->colsize<0){ - *err=dd_NegativeMatrixSize; - goto _L99; - } - poly=dd_CreatePolyhedraData(M->rowsize, M->colsize); - poly->representation=M->representation; - poly->homogeneous=dd_TRUE; - - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - poly->EqualityIndex[i]=1; - } - for (j = 1; j <= M->colsize; j++) { - dd_set(poly->A[i-1][j-1], M->matrix[i-1][j-1]); - if (j==1 && dd_Nonzero(M->matrix[i-1][j-1])) poly->homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - dd_DoubleDescription2(poly, horder, err); -_L99: - return poly; -} - -void dd_MatrixIntegerFilter(dd_MatrixPtr M) -{ /* setting an almost integer to the integer. */ - dd_rowrange i; - dd_colrange j; - mytype x; - - dd_init(x); - for (i=0; i< M->rowsize; i++) - for (j=0; j< M->colsize; j++){ - dd_SnapToInteger(x, M->matrix[i][j]); - dd_set(M->matrix[i][j],x); - } - dd_clear(x); -} - -void dd_CopyRay(mytype *a, dd_colrange d_origsize, dd_RayPtr RR, - dd_RepresentationType rep, dd_colindex reducedcol) -{ - long j,j1; - mytype b; - - dd_init(b); - for (j = 1; j <= d_origsize; j++){ - j1=reducedcol[j]; - if (j1>0){ - dd_set(a[j-1],RR->Ray[j1-1]); - /* the original column j is mapped to j1, and thus - copy the corresponding component */ - } else { - dd_set(a[j-1],dd_purezero); - /* original column is redundant and removed for computation */ - } - } - - dd_set(b,a[0]); - if (rep==dd_Generator && dd_Nonzero(b)){ - dd_set(a[0],dd_one); - for (j = 2; j <= d_origsize; j++) - dd_div(a[j-1],a[j-1],b); /* normalization for generators */ - } - dd_clear(b); -} - -void dd_WriteRay(FILE *f, dd_colrange d_origsize, dd_RayPtr RR, dd_RepresentationType rep, dd_colindex reducedcol) -{ - dd_colrange j; - static dd_colrange d_last=0; - static dd_Arow a; - - if (d_last< d_origsize){ - if (d_last>0) free(a); - dd_InitializeArow(d_origsize+1, &a); - d_last=d_origsize+1; - } - - dd_CopyRay(a, d_origsize, RR, rep, reducedcol); - for (j = 0; j < d_origsize; j++) dd_WriteNumber(f, a[j]); - fprintf(f, "\n"); -} - -void dd_WriteArow(FILE *f, dd_Arow a, dd_colrange d) -{ - dd_colrange j; - - for (j = 0; j < d; j++) dd_WriteNumber(f, a[j]); - fprintf(f, "\n"); -} - -void dd_WriteAmatrix(FILE *f, dd_Amatrix A, long rowmax, long colmax) -{ - long i,j; - - if (A==NULL){ - fprintf(f, "WriteAmatrix: The requested matrix is empty\n"); - goto _L99; - } - fprintf(f, "begin\n"); -#if defined GMPRATIONAL - fprintf(f, " %ld %ld rational\n",rowmax, colmax); -#else - fprintf(f, " %ld %ld real\n",rowmax, colmax); -#endif - for (i=1; i <= rowmax; i++) { - for (j=1; j <= colmax; j++) { - dd_WriteNumber(f, A[i-1][j-1]); - } - fprintf(f,"\n"); - } - fprintf(f, "end\n"); -_L99:; -} - -void dd_WriteBmatrix(FILE *f, dd_colrange d_size, dd_Bmatrix B) -{ - dd_colrange j1, j2; - - if (B==NULL){ - fprintf(f, "WriteBmatrix: The requested matrix is empty\n"); - goto _L99; - } - for (j1 = 0; j1 < d_size; j1++) { - for (j2 = 0; j2 < d_size; j2++) { - dd_WriteNumber(f, B[j1][j2]); - } /*of j2*/ - putc('\n', f); - } /*of j1*/ - putc('\n', f); -_L99:; -} - -void dd_WriteSetFamily(FILE *f, dd_SetFamilyPtr F) -{ - dd_bigrange i; - - if (F==NULL){ - fprintf(f, "WriteSetFamily: The requested family is empty\n"); - goto _L99; - } - fprintf(f,"begin\n"); - fprintf(f," %ld %ld\n", F->famsize, F->setsize); - for (i=0; ifamsize; i++) { - fprintf(f, " %ld %ld : ", i+1, set_card(F->set[i])); - set_fwrite(f, F->set[i]); - } - fprintf(f,"end\n"); -_L99:; -} - -void dd_WriteSetFamilyCompressed(FILE *f, dd_SetFamilyPtr F) -{ - dd_bigrange i,card; - - if (F==NULL){ - fprintf(f, "WriteSetFamily: The requested family is empty\n"); - goto _L99; - } - fprintf(f,"begin\n"); - fprintf(f," %ld %ld\n", F->famsize, F->setsize); - for (i=0; ifamsize; i++) { - card=set_card(F->set[i]); - if (F->setsize - card >= card){ - fprintf(f, " %ld %ld : ", i+1, card); - set_fwrite(f, F->set[i]); - } else { - fprintf(f, " %ld %ld : ", i+1, -card); - set_fwrite_compl(f, F->set[i]); - } - } - fprintf(f,"end\n"); -_L99:; -} - -void dd_WriteMatrix(FILE *f, dd_MatrixPtr M) -{ - dd_rowrange i, linsize; - - if (M==NULL){ - fprintf(f, "WriteMatrix: The requested matrix is empty\n"); - goto _L99; - } - switch (M->representation) { - case dd_Inequality: - fprintf(f, "H-representation\n"); break; - case dd_Generator: - fprintf(f, "V-representation\n"); break; - case dd_Unspecified: - break; - } - linsize=set_card(M->linset); - if (linsize>0) { - fprintf(f, "linearity %ld ", linsize); - for (i=1; i<=M->rowsize; i++) - if (set_member(i, M->linset)) fprintf(f, " %ld", i); - fprintf(f, "\n"); - } - dd_WriteAmatrix(f, M->matrix, M->rowsize, M->colsize); - if (M->objective!=dd_LPnone){ - if (M->objective==dd_LPmax) - fprintf(f, "maximize\n"); - else - fprintf(f, "minimize\n"); - dd_WriteArow(f, M->rowvec, M->colsize); - } -_L99:; -} - -void dd_WriteLP(FILE *f, dd_LPPtr lp) -{ - if (lp==NULL){ - fprintf(f, "WriteLP: The requested lp is empty\n"); - goto _L99; - } - fprintf(f, "H-representation\n"); - - dd_WriteAmatrix(f, lp->A, (lp->m)-1, lp->d); - if (lp->objective!=dd_LPnone){ - if (lp->objective==dd_LPmax) - fprintf(f, "maximize\n"); - else - fprintf(f, "minimize\n"); - dd_WriteArow(f, lp->A[lp->objrow-1], lp->d); - } -_L99:; -} - - -void dd_SnapToInteger(mytype y, mytype x) -{ - /* this is broken. It does nothing. */ - dd_set(y,x); -} - - -void dd_WriteReal(FILE *f, mytype x) -{ - long ix1,ix2,ix; - double ax; - - ax=dd_get_d(x); - ix1= (long) (fabs(ax) * 10000. + 0.5); - ix2= (long) (fabs(ax) + 0.5); - ix2= ix2*10000; - if ( ix1 == ix2) { - if (dd_Positive(x)) { - ix = (long)(ax + 0.5); - } else { - ix = (long)(-ax + 0.5); - ix = -ix; - } - fprintf(f, " %2ld", ix); - } else - fprintf(f, " % .9E",ax); -} - -void dd_WriteNumber(FILE *f, mytype x) -{ -#if defined GMPRATIONAL - fprintf(f," "); - mpq_out_str(f, 10, x); -#else - dd_WriteReal(f, x); -#endif -} - - -void dd_WriteIncidence(FILE *f, dd_PolyhedraPtr poly) -{ - dd_SetFamilyPtr I; - - switch (poly->representation) { - case dd_Inequality: - fprintf(f, "ecd_file: Incidence of generators and inequalities\n"); - break; - case dd_Generator: - fprintf(f, "icd_file: Incidence of inequalities and generators\n"); - break; - - default: - break; - } - I=dd_CopyIncidence(poly); - dd_WriteSetFamilyCompressed(f,I); - dd_FreeSetFamily(I); -} - -void dd_WriteAdjacency(FILE *f, dd_PolyhedraPtr poly) -{ - dd_SetFamilyPtr A; - - switch (poly->representation) { - case dd_Inequality: - fprintf(f, "ead_file: Adjacency of generators\n"); - break; - case dd_Generator: - fprintf(f, "iad_file: Adjacency of inequalities\n"); - break; - - default: - break; - } - A=dd_CopyAdjacency(poly); - dd_WriteSetFamilyCompressed(f,A); - dd_FreeSetFamily(A); -} - - -void dd_ComputeAinc(dd_PolyhedraPtr poly) -{ -/* This generates the input incidence array poly->Ainc, and - two sets: poly->Ared, poly->Adom. -*/ - dd_bigrange k; - dd_rowrange i,m1; - dd_colrange j; - dd_boolean redundant; - dd_MatrixPtr M=NULL; - mytype sum,temp; - - dd_init(sum); dd_init(temp); - if (poly->AincGenerated==dd_TRUE) goto _L99; - - M=dd_CopyOutput(poly); - poly->n=M->rowsize; - m1=poly->m1; - /* this number is same as poly->m, except when - poly is given by nonhomogeneous inequalty: - !(poly->homogeneous) && poly->representation==Inequality, - it is poly->m+1. See dd_ConeDataLoad. - */ - poly->Ainc=(set_type*)calloc(m1, sizeof(set_type)); - for(i=1; i<=m1; i++) set_initialize(&(poly->Ainc[i-1]),poly->n); - set_initialize(&(poly->Ared), m1); - set_initialize(&(poly->Adom), m1); - - for (k=1; k<=poly->n; k++){ - for (i=1; i<=poly->m; i++){ - dd_set(sum,dd_purezero); - for (j=1; j<=poly->d; j++){ - dd_mul(temp,poly->A[i-1][j-1],M->matrix[k-1][j-1]); - dd_add(sum,sum,temp); - } - if (dd_EqualToZero(sum)) { - set_addelem(poly->Ainc[i-1], k); - } - } - if (!(poly->homogeneous) && poly->representation==dd_Inequality){ - if (dd_EqualToZero(M->matrix[k-1][0])) { - set_addelem(poly->Ainc[m1-1], k); /* added infinity inequality (1,0,0,...,0) */ - } - } - } - - for (i=1; i<=m1; i++){ - if (set_card(poly->Ainc[i-1])==M->rowsize){ - set_addelem(poly->Adom, i); - } - } - for (i=m1; i>=1; i--){ - if (set_card(poly->Ainc[i-1])==0){ - redundant=dd_TRUE; - set_addelem(poly->Ared, i); - }else { - redundant=dd_FALSE; - for (k=1; k<=m1; k++) { - if (k!=i && !set_member(k, poly->Ared) && !set_member(k, poly->Adom) && - set_subset(poly->Ainc[i-1], poly->Ainc[k-1])){ - if (!redundant){ - redundant=dd_TRUE; - } - set_addelem(poly->Ared, i); - } - } - } - } - dd_FreeMatrix(M); - poly->AincGenerated=dd_TRUE; -_L99:; - dd_clear(sum); dd_clear(temp); -} - -dd_boolean dd_InputAdjacentQ(dd_PolyhedraPtr poly, - dd_rowrange i1, dd_rowrange i2) -/* Before calling this function, RedundantSet must be - a set of row indices whose removal results in a minimal - nonredundant system to represent the input polyhedron, - DominantSet must be the set of row indices which are - active at every extreme points/rays. -*/ -{ - dd_boolean adj=dd_TRUE; - dd_rowrange i; - static set_type common; - static long lastn=0; - - if (poly->AincGenerated==dd_FALSE) dd_ComputeAinc(poly); - if (lastn!=poly->n){ - if (lastn >0) set_free(common); - set_initialize(&common, poly->n); - lastn=poly->n; - } - if (set_member(i1, poly->Ared) || set_member(i2, poly->Ared)){ - adj=dd_FALSE; - goto _L99; - } - if (set_member(i1, poly->Adom) || set_member(i2, poly->Adom)){ - // dominant inequality is considered adjacencent to all others. - adj=dd_TRUE; - goto _L99; - } - set_int(common, poly->Ainc[i1-1], poly->Ainc[i2-1]); - i=0; - while (im1 && adj==dd_TRUE){ - i++; - if (i!=i1 && i!=i2 && !set_member(i, poly->Ared) && - !set_member(i, poly->Adom) && set_subset(common,poly->Ainc[i-1])){ - adj=dd_FALSE; - } - } -_L99:; - return adj; -} - - -void dd_WriteInputIncidence(FILE *f, dd_PolyhedraPtr poly) -{ - dd_SetFamilyPtr I; - - if (poly->AincGenerated==dd_FALSE) dd_ComputeAinc(poly); - switch (poly->representation) { - case dd_Inequality: - fprintf(f,"icd_file: Incidence of inequalities and generators\n"); - break; - - case dd_Generator: - fprintf(f,"ecd_file: Incidence of generators and inequalities\n"); - break; - - default: - break; - } - - I=dd_CopyInputIncidence(poly); - dd_WriteSetFamilyCompressed(f,I); - dd_FreeSetFamily(I); -} - -void dd_WriteInputAdjacency(FILE *f, dd_PolyhedraPtr poly) -{ - dd_SetFamilyPtr A; - - if (poly->AincGenerated==dd_FALSE){ - dd_ComputeAinc(poly); - } - switch (poly->representation) { - case dd_Inequality: - fprintf(f, "iad_file: Adjacency of inequalities\n"); - break; - - case dd_Generator: - fprintf(f, "ead_file: Adjacency of generators\n"); - break; - - default: - break; - } - A=dd_CopyInputAdjacency(poly); - dd_WriteSetFamilyCompressed(f,A); - dd_FreeSetFamily(A); -} - - -void dd_WriteProgramDescription(FILE *f) -{ - fprintf(f, "* cddlib: a double description library:%s\n", dd_DDVERSION); - fprintf(f, "* compiled for %s arithmetic.\n", dd_ARITHMETIC); - fprintf(f,"* %s\n",dd_COPYRIGHT); -} - -void dd_WriteTimes(FILE *f, time_t starttime, time_t endtime) -{ - long ptime,ptime_sec,ptime_minu, ptime_hour; - -/* - ptime=difftime(endtime,starttime); - This function is ANSI standard, but not available sometime -*/ - ptime=(endtime - starttime); - /* This is to replace the line above, but it may not give - correct time in seconds */ - ptime_hour=ptime/3600; - ptime_minu=(ptime-ptime_hour*3600)/60; - ptime_sec=ptime%60; - fprintf(f,"* Computation started at %s",asctime(localtime(&starttime))); - fprintf(f,"* ended at %s",asctime(localtime(&endtime))); - fprintf(f,"* Total processor time = %ld seconds\n",ptime); - fprintf(f,"* = %ld h %ld m %ld s\n",ptime_hour, ptime_minu, ptime_sec); -} - -void dd_WriteDDTimes(FILE *f, dd_PolyhedraPtr poly) -{ - dd_WriteTimes(f,poly->child->starttime,poly->child->endtime); -} - -void dd_WriteLPTimes(FILE *f, dd_LPPtr lp) -{ - dd_WriteTimes(f,lp->starttime,lp->endtime); -} - -void dd_WriteLPStats(FILE *f) -{ - time_t currenttime; - - time(¤ttime); - - fprintf(f, "\n*--- Statistics of pivots ---\n"); -#if defined GMPRATIONAL - fprintf(f, "* f0 = %ld (float basis finding pivots)\n",ddf_statBApivots); - fprintf(f, "* fc = %ld (float CC pivots)\n",ddf_statCCpivots); - fprintf(f, "* f1 = %ld (float dual simplex phase I pivots)\n",ddf_statDS1pivots); - fprintf(f, "* f2 = %ld (float dual simplex phase II pivots)\n",ddf_statDS2pivots); - fprintf(f, "* f3 = %ld (float anticycling CC pivots)\n",ddf_statACpivots); - fprintf(f, "* e0 = %ld (exact basis finding pivots)\n",dd_statBApivots); - fprintf(f, "* ec = %ld (exact CC pivots)\n",dd_statCCpivots); - fprintf(f, "* e1 = %ld (exact dual simplex phase I pivots)\n",dd_statDS1pivots); - fprintf(f, "* e2 = %ld (exact dual simplex phase II pivots)\n",dd_statDS2pivots); - fprintf(f, "* e3 = %ld (exact anticycling CC pivots)\n",dd_statACpivots); - fprintf(f, "* e4 = %ld (exact basis verification pivots)\n",dd_statBSpivots); -#else - fprintf(f, "f0 = %ld (float basis finding pivots)\n",dd_statBApivots); - fprintf(f, "fc = %ld (float CC pivots)\n",dd_statCCpivots); - fprintf(f, "f1 = %ld (float dual simplex phase I pivots)\n",dd_statDS1pivots); - fprintf(f, "f2 = %ld (float dual simplex phase II pivots)\n",dd_statDS2pivots); - fprintf(f, "f3 = %ld (float anticycling CC pivots)\n",dd_statACpivots); -#endif - dd_WriteLPMode(f); - dd_WriteTimes(f,dd_statStartTime, currenttime); -} - -void dd_WriteLPMode(FILE *f) -{ - fprintf(f, "\n* LP solver: "); - switch (dd_choiceLPSolverDefault) { - case dd_DualSimplex: - fprintf(f, "DualSimplex\n"); - break; - case dd_CrissCross: - fprintf(f, "Criss-Cross\n"); - break; - default: break; - } - - fprintf(f, "* Redundancy cheking solver: "); - switch (dd_choiceRedcheckAlgorithm) { - case dd_DualSimplex: - fprintf(f, "DualSimplex\n"); - break; - case dd_CrissCross: - fprintf(f, "Criss-Cross\n"); - break; - default: break; - } - - fprintf(f, "* Lexicographic pivot: "); - if (dd_choiceLexicoPivotQ) fprintf(f, " on\n"); - else fprintf(f, " off\n"); - -} - - -void dd_WriteRunningMode(FILE *f, dd_PolyhedraPtr poly) -{ - if (poly->child!=NULL){ - fprintf(f,"* roworder: "); - switch (poly->child->HalfspaceOrder) { - - case dd_MinIndex: - fprintf(f, "minindex\n"); - break; - - case dd_MaxIndex: - fprintf(f, "maxindex\n"); - break; - - case dd_MinCutoff: - fprintf(f, "mincutoff\n"); - break; - - case dd_MaxCutoff: - fprintf(f, "maxcutoff\n"); - break; - - case dd_MixCutoff: - fprintf(f, "mixcutoff\n"); - break; - - case dd_LexMin: - fprintf(f, "lexmin\n"); - break; - - case dd_LexMax: - fprintf(f, "lexmax\n"); - break; - - case dd_RandomRow: - fprintf(f, "random %d\n",poly->child->rseed); - break; - - default: break; - } - } -} - - -void dd_WriteCompletionStatus(FILE *f, dd_ConePtr cone) -{ - if (cone->Iterationm && cone->CompStatus==dd_AllFound) { - fprintf(f,"*Computation completed at Iteration %4ld.\n", cone->Iteration); - } - if (cone->CompStatus == dd_RegionEmpty) { - fprintf(f,"*Computation completed at Iteration %4ld because the region found empty.\n",cone->Iteration); - } -} - -void dd_WritePolyFile(FILE *f, dd_PolyhedraPtr poly) -{ - dd_WriteAmatrix(f,poly->A,poly->m,poly->d); -} - - -void dd_WriteErrorMessages(FILE *f, dd_ErrorType Error) -{ - switch (Error) { - - case dd_DimensionTooLarge: - fprintf(f, "*Input Error: Input matrix is too large:\n"); - fprintf(f, "*Please increase MMAX and/or NMAX in the source code and recompile.\n"); - break; - - case dd_IFileNotFound: - fprintf(f, "*Input Error: Specified input file does not exist.\n"); - break; - - case dd_OFileNotOpen: - fprintf(f, "*Output Error: Specified output file cannot be opened.\n"); - break; - - case dd_NegativeMatrixSize: - fprintf(f, "*Input Error: Input matrix has a negative size:\n"); - fprintf(f, "*Please check rowsize or colsize.\n"); - break; - - case dd_ImproperInputFormat: - fprintf(f,"*Input Error: Input format is not correct.\n"); - fprintf(f,"*Format:\n"); - fprintf(f," begin\n"); - fprintf(f," m n NumberType(real, rational or integer)\n"); - fprintf(f," b -A\n"); - fprintf(f," end\n"); - break; - - case dd_EmptyVrepresentation: - fprintf(f, "*Input Error: V-representation is empty:\n"); - fprintf(f, "*cddlib does not accept this trivial case for which output can be any inconsistent system.\n"); - break; - - case dd_EmptyHrepresentation: - fprintf(f, "*Input Error: H-representation is empty.\n"); - break; - - case dd_EmptyRepresentation: - fprintf(f, "*Input Error: Representation is empty.\n"); - break; - - case dd_NoLPObjective: - fprintf(f, "*LP Error: No LP objective (max or min) is set.\n"); - break; - - case dd_NoRealNumberSupport: - fprintf(f, "*LP Error: The binary (with GMP Rational) does not support Real number input.\n"); - fprintf(f, " : Use a binary compiled without -DGMPRATIONAL option.\n"); - break; - - case dd_NotAvailForH: - fprintf(f, "*Error: A function is called with H-rep which does not support an H-representation.\n"); - break; - - case dd_NotAvailForV: - fprintf(f, "*Error: A function is called with V-rep which does not support an V-representation.\n"); - break; - - case dd_CannotHandleLinearity: - fprintf(f, "*Error: The function called cannot handle linearity.\n"); - break; - - case dd_RowIndexOutOfRange: - fprintf(f, "*Error: Specified row index is out of range\n"); - break; - - case dd_ColIndexOutOfRange: - fprintf(f, "*Error: Specified column index is out of range\n"); - break; - - case dd_LPCycling: - fprintf(f, "*Error: Possibly an LP cycling occurs. Use the Criss-Cross method.\n"); - break; - - case dd_NumericallyInconsistent: - fprintf(f, "*Error: Numerical inconsistency is found. Use the GMP exact arithmetic.\n"); - break; - - case dd_NoError: - fprintf(f,"*No Error found.\n"); - break; - } -} - - -dd_SetFamilyPtr dd_CopyIncidence(dd_PolyhedraPtr poly) -{ - dd_SetFamilyPtr F=NULL; - dd_bigrange k; - dd_rowrange i; - - if (poly->child==NULL || poly->child->CompStatus!=dd_AllFound) goto _L99; - if (poly->AincGenerated==dd_FALSE) dd_ComputeAinc(poly); - F=dd_CreateSetFamily(poly->n, poly->m1); - for (i=1; i<=poly->m1; i++) - for (k=1; k<=poly->n; k++) - if (set_member(k,poly->Ainc[i-1])) set_addelem(F->set[k-1],i); -_L99:; - return F; -} - -dd_SetFamilyPtr dd_CopyInputIncidence(dd_PolyhedraPtr poly) -{ - dd_rowrange i; - dd_SetFamilyPtr F=NULL; - - if (poly->child==NULL || poly->child->CompStatus!=dd_AllFound) goto _L99; - if (poly->AincGenerated==dd_FALSE) dd_ComputeAinc(poly); - F=dd_CreateSetFamily(poly->m1, poly->n); - for(i=0; i< poly->m1; i++){ - set_copy(F->set[i], poly->Ainc[i]); - } -_L99:; - return F; -} - -dd_SetFamilyPtr dd_CopyAdjacency(dd_PolyhedraPtr poly) -{ - dd_RayPtr RayPtr1,RayPtr2; - dd_SetFamilyPtr F=NULL; - long pos1, pos2; - dd_bigrange lstart,k,n; - set_type linset,allset; - dd_boolean adj; - - if (poly->n==0 && poly->homogeneous && poly->representation==dd_Inequality){ - n=1; /* the origin (the unique vertex) should be output. */ - } else n=poly->n; - set_initialize(&linset, n); - set_initialize(&allset, n); - if (poly->child==NULL || poly->child->CompStatus!=dd_AllFound) goto _L99; - F=dd_CreateSetFamily(n, n); - if (n<=0) goto _L99; - poly->child->LastRay->Next=NULL; - for (RayPtr1=poly->child->FirstRay, pos1=1;RayPtr1 != NULL; - RayPtr1 = RayPtr1->Next, pos1++){ - for (RayPtr2=poly->child->FirstRay, pos2=1; RayPtr2 != NULL; - RayPtr2 = RayPtr2->Next, pos2++){ - if (RayPtr1!=RayPtr2){ - dd_CheckAdjacency(poly->child, &RayPtr1, &RayPtr2, &adj); - if (adj){ - set_addelem(F->set[pos1-1], pos2); - } - } - } - } - lstart=poly->n - poly->ldim + 1; - set_compl(allset,allset); /* allset is set to the ground set. */ - for (k=lstart; k<=poly->n; k++){ - set_addelem(linset,k); /* linearity set */ - set_copy(F->set[k-1],allset); /* linearity generator is adjacent to all */ - } - for (k=1; kset[k-1],F->set[k-1],linset); - /* every generator is adjacent to all linearity generators */ - } -_L99:; - set_free(allset); set_free(linset); - return F; -} - -dd_SetFamilyPtr dd_CopyInputAdjacency(dd_PolyhedraPtr poly) -{ - dd_rowrange i,j; - dd_SetFamilyPtr F=NULL; - - if (poly->child==NULL || poly->child->CompStatus!=dd_AllFound) goto _L99; - if (poly->AincGenerated==dd_FALSE) dd_ComputeAinc(poly); - F=dd_CreateSetFamily(poly->m1, poly->m1); - for (i=1; i<=poly->m1; i++){ - for (j=1; j<=poly->m1; j++){ - if (i!=j && dd_InputAdjacentQ(poly, i, j)) { - set_addelem(F->set[i-1],j); - } - } - } -_L99:; - return F; -} - -dd_MatrixPtr dd_CopyOutput(dd_PolyhedraPtr poly) -{ - dd_RayPtr RayPtr; - dd_MatrixPtr M=NULL; - dd_rowrange i=0,total; - dd_colrange j,j1; - mytype b; - dd_RepresentationType outputrep=dd_Inequality; - dd_boolean outputorigin=dd_FALSE; - - dd_init(b); - total=poly->child->LinearityDim + poly->child->FeasibleRayCount; - - if (poly->child->d<=0 || poly->child->newcol[1]==0) total=total-1; - if (poly->representation==dd_Inequality) outputrep=dd_Generator; - if (total==0 && poly->homogeneous && poly->representation==dd_Inequality){ - total=1; - outputorigin=dd_TRUE; - /* the origin (the unique vertex) should be output. */ - } - if (poly->child==NULL || poly->child->CompStatus!=dd_AllFound) goto _L99; - - M=dd_CreateMatrix(total, poly->d); - RayPtr = poly->child->FirstRay; - while (RayPtr != NULL) { - if (RayPtr->feasible) { - dd_CopyRay(M->matrix[i], poly->d, RayPtr, outputrep, poly->child->newcol); - i++; /* 086 */ - } - RayPtr = RayPtr->Next; - } - for (j=2; j<=poly->d; j++){ - if (poly->child->newcol[j]==0){ - /* original column j is dependent on others and removed for the cone */ - dd_set(b,poly->child->Bsave[0][j-1]); - if (outputrep==dd_Generator && dd_Positive(b)){ - dd_set(M->matrix[i][0],dd_one); /* dd_Normalize */ - for (j1=1; j1d; j1++) - dd_div(M->matrix[i][j1],(poly->child->Bsave[j1][j-1]),b); - } else { - for (j1=0; j1d; j1++) - dd_set(M->matrix[i][j1],poly->child->Bsave[j1][j-1]); - } - set_addelem(M->linset, i+1); - i++; - } - } - if (outputorigin){ - /* output the origin for homogeneous H-polyhedron with no rays. */ - dd_set(M->matrix[0][0],dd_one); - for (j=1; jd; j++){ - dd_set(M->matrix[0][j],dd_purezero); - } - } - dd_MatrixIntegerFilter(M); - if (poly->representation==dd_Inequality) - M->representation=dd_Generator; - else - M->representation=dd_Inequality; -_L99:; - dd_clear(b); - return M; -} - -dd_MatrixPtr dd_CopyInput(dd_PolyhedraPtr poly) -{ - dd_MatrixPtr M=NULL; - dd_rowrange i; - - M=dd_CreateMatrix(poly->m, poly->d); - dd_CopyAmatrix(M->matrix, poly->A, poly->m, poly->d); - for (i=1; i<=poly->m; i++) - if (poly->EqualityIndex[i]==1) set_addelem(M->linset,i); - dd_MatrixIntegerFilter(M); - if (poly->representation==dd_Generator) - M->representation=dd_Generator; - else - M->representation=dd_Inequality; - return M; -} - -dd_MatrixPtr dd_CopyGenerators(dd_PolyhedraPtr poly) -{ - dd_MatrixPtr M=NULL; - - if (poly->representation==dd_Generator){ - M=dd_CopyInput(poly); - } else { - M=dd_CopyOutput(poly); - } - return M; -} - -dd_MatrixPtr dd_CopyInequalities(dd_PolyhedraPtr poly) -{ - dd_MatrixPtr M=NULL; - - if (poly->representation==dd_Inequality){ - M=dd_CopyInput(poly); - } else { - M=dd_CopyOutput(poly); - } - return M; -} - -/****************************************************************************************/ -/* rational number (a/b) read is taken from Vinci by Benno Bueeler and Andreas Enge */ -/****************************************************************************************/ -void dd_sread_rational_value (const char *s, mytype value) - /* reads a rational value from the specified string "s" and assigns it to "value" */ - -{ - char *numerator_s=NULL, *denominator_s=NULL, *position; - int sign = 1; - double numerator, denominator; -#if defined GMPRATIONAL - mpz_t znum, zden; -#else - double rvalue; -#endif - - /* determine the sign of the number */ - numerator_s = s; - if (s [0] == '-') - { sign = -1; - numerator_s++; - } - else if (s [0] == '+') - numerator_s++; - - /* look for a sign '/' and eventually split the number in numerator and denominator */ - position = strchr (numerator_s, '/'); - if (position != NULL) - { *position = '\0'; /* terminates the numerator */ - denominator_s = position + 1; - }; - - /* determine the floating point values of numerator and denominator */ - numerator=atol (numerator_s); - - if (position != NULL) - { - denominator=atol (denominator_s); - } - else denominator = 1; - -/* - fprintf(stderr,"\nrational_read: numerator %f\n",numerator); - fprintf(stderr,"rational_read: denominator %f\n",denominator); - fprintf(stderr,"rational_read: sign %d\n",sign); -*/ - -#if defined GMPRATIONAL - mpz_init_set_str(znum,numerator_s,10); - if (sign<0) mpz_neg(znum,znum); - mpz_init(zden); mpz_set_ui(zden,1); - if (denominator_s!=NULL) mpz_init_set_str(zden,denominator_s,10); - mpq_set_num(value,znum); mpq_set_den(value,zden); - mpq_canonicalize(value); - mpz_clear(znum); mpz_clear(zden); - /* num=(long)sign * numerator; */ - /* den=(unsigned long) denominator; */ - /* mpq_set_si(value, num, den); */ -#elif defined GMPFLOAT - rvalue=sign * numerator/ (signed long) denominator; - mpf_set_d(value, rvalue); -#else - rvalue=sign * numerator/ (signed long) denominator; - ddd_set_d(value, rvalue); -#endif - if (dd_debug) { - fprintf(stderr,"rational_read: "); - dd_WriteNumber(stderr,value); fprintf(stderr,"\n"); - } -} - - -void dd_fread_rational_value (FILE *f, mytype value) - /* reads a rational value from the specified file "f" and assigns it to "value" */ - -{ - char number_s [dd_wordlenmax]; - mytype rational_value; - - dd_init(rational_value); - fscanf(f, "%s ", number_s); - dd_sread_rational_value (number_s, rational_value); - dd_set(value,rational_value); - dd_clear(rational_value); -} - -/****************************************************************************************/ - - -/* end of cddio.c */ - diff -Nru cddlib-094h/lib-src-gmp/cddio_f.c cddlib-094j/lib-src-gmp/cddio_f.c --- cddlib-094h/lib-src-gmp/cddio_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddio_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,2021 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddio.c: Basic Input and Output Procedures for cddlib - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib : C-library of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd_f.h" -#include -#include -#include -#include -#include - -/* void ddf_fread_rational_value (FILE *, myfloat *); */ -void ddf_SetLinearity(ddf_MatrixPtr, char *); - -void ddf_SetInputFile(FILE **f,ddf_DataFileType inputfile,ddf_ErrorType *Error) -{ - int opened=0,stop,quit=0; - int i,dotpos=0,trial=0; - char ch; - char *tempname; - - - *Error=ddf_NoError; - while (!opened && !quit) { - fprintf(stderr,"\n>> Input file: "); - scanf("%s",inputfile); - ch=getchar(); - stop=ddf_FALSE; - for (i=0; i5) { - *Error=ddf_IFileNotFound; - quit=1; - } - } - } -} - -void ddf_SetWriteFileName(ddf_DataFileType inputfile, ddf_DataFileType outfile, char cflag, ddf_RepresentationType rep) -{ - char *extension; - ddf_DataFileType ifilehead=""; - int i,dotpos; - - switch (cflag) { - case 'o': - switch (rep) { - case ddf_Generator: - extension=".ine"; break; /* output file for ine data */ - case ddf_Inequality: - extension=".ext"; break; /* output file for ext data */ - default: - extension=".xxx";break; - } - break; - - case 'a': /* decide for output adjacence */ - if (rep==ddf_Inequality) - extension=".ead"; /* adjacency file for ext data */ - else - extension=".iad"; /* adjacency file for ine data */ - break; - case 'i': /* decide for output incidence */ - if (rep==ddf_Inequality) - extension=".ecd"; /* ext incidence file */ - else - extension=".icd"; /* ine incidence file */ - break; - case 'n': /* decide for input incidence */ - if (rep==ddf_Inequality) - extension=".icd"; /* ine incidence file */ - else - extension=".ecd"; /* ext incidence file */ - break; - case 'j': /* decide for input adjacency */ - if (rep==ddf_Inequality) - extension=".iad"; /* ine adjacency file */ - else - extension=".ead"; /* ext adjacency file */ - break; - case 'l': - extension=".ddl";break; /* log file */ - case 'd': - extension=".dex";break; /* decomposition output */ - case 'p': - extension="sub.ine";break; /* preprojection sub inequality file */ - case 'v': - extension=".solved";break; /* verify_input file */ - case 's': - extension=".lps";break; /* LP solution file */ - default: - extension=".xxx";break; - } - dotpos=-1; - for (i=0; i< strlen(inputfile); i++){ - if (inputfile[i]=='.') dotpos=i; - } - if (dotpos>1) strncpy(ifilehead, inputfile, dotpos); - else strcpy(ifilehead,inputfile); - if (strlen(inputfile)<=0) strcpy(ifilehead,"tempcdd"); - strcpy(outfile,ifilehead); - strcat(outfile,extension); - if (strcmp(inputfile, outfile)==0) { - strcpy(outfile,inputfile); - strcat(outfile,extension); - } -/* fprintf(stderr,"outfile name = %s\n",outfile); */ -} - - -ddf_NumberType ddf_GetNumberType(const char *line) -{ - ddf_NumberType nt; - - if (strncmp(line, "integer", 7)==0) { - nt = ddf_Integer; - } - else if (strncmp(line, "rational", 8)==0) { - nt = ddf_Rational; - } - else if (strncmp(line, "real", 4)==0) { - nt = ddf_Real; - } - else { - nt=ddf_Unknown; - } - return nt; -} - -void ddf_ProcessCommandLine(FILE *f, ddf_MatrixPtr M, const char *line) -{ - char newline[ddf_linelenmax]; - ddf_colrange j; - myfloat value; - - ddf_init(value); - if (strncmp(line, "hull", 4)==0) { - M->representation = ddf_Generator; - } - if (strncmp(line, "debug", 5)==0) { - ddf_debug = ddf_TRUE; -#ifdef ddf_GMPRATIONAL - ddf_debug = ddf_TRUE; -#endif - } - if (strncmp(line, "partial_enum", 12)==0 || - strncmp(line, "equality", 8)==0 || - strncmp(line, "linearity", 9)==0 ) { - fgets(newline,ddf_linelenmax,f); - ddf_SetLinearity(M,newline); - } - if (strncmp(line, "maximize", 8)==0 || - strncmp(line, "minimize", 8)==0) { - if (strncmp(line, "maximize", 8)==0) M->objective=ddf_LPmax; - else M->objective=ddf_LPmin; - for (j = 1; j <= M->colsize; j++) { - if (M->numbtype==ddf_Real) { -#if !defined(ddf_GMPRATIONAL) - double rvalue; - fscanf(f, "%lf", &rvalue); - ddf_set_d(value, rvalue); -#endif - } else { - ddf_fread_rational_value (f, value); - } - ddf_set(M->rowvec[j - 1],value); - if (ddf_debug) {fprintf(stderr,"cost(%5ld) =",j); ddf_WriteNumber(stderr,value);} - } /*of j*/ - } - ddf_clear(value); -} - -ddf_boolean ddf_AppendMatrix2Poly(ddf_PolyhedraPtr *poly, ddf_MatrixPtr M) -{ - ddf_boolean success=ddf_FALSE; - ddf_MatrixPtr Mpoly,Mnew=NULL; - ddf_ErrorType err; - - if ((*poly)!=NULL && (*poly)->m >=0 && (*poly)->d>=0 && - (*poly)->d==M->colsize && M->rowsize>0){ - Mpoly=ddf_CopyInput(*poly); - Mnew=ddf_AppendMatrix(Mpoly, M); - ddf_FreePolyhedra(*poly); - *poly=ddf_DDMatrix2Poly(Mnew,&err); - ddf_FreeMatrix(Mpoly); - ddf_FreeMatrix(Mnew); - if (err==ddf_NoError) success=ddf_TRUE; - } - return success; -} - -ddf_MatrixPtr ddf_MatrixCopy(ddf_MatrixPtr M) -{ - ddf_MatrixPtr Mcopy=NULL; - ddf_rowrange m; - ddf_colrange d; - - m= M->rowsize; - d= M->colsize; - if (m >=0 && d >=0){ - Mcopy=ddf_CreateMatrix(m, d); - ddf_CopyAmatrix(Mcopy->matrix, M->matrix, m, d); - ddf_CopyArow(Mcopy->rowvec, M->rowvec, d); - set_copy(Mcopy->linset,M->linset); - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - return Mcopy; -} - -ddf_MatrixPtr ddf_CopyMatrix(ddf_MatrixPtr M) -{ - return ddf_MatrixCopy(M); -} - -ddf_MatrixPtr ddf_MatrixNormalizedCopy(ddf_MatrixPtr M) -{ - ddf_MatrixPtr Mcopy=NULL; - ddf_rowrange m; - ddf_colrange d; - - m= M->rowsize; - d= M->colsize; - if (m >=0 && d >=0){ - Mcopy=ddf_CreateMatrix(m, d); - ddf_CopyNormalizedAmatrix(Mcopy->matrix, M->matrix, m, d); - ddf_CopyArow(Mcopy->rowvec, M->rowvec, d); - set_copy(Mcopy->linset,M->linset); - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - return Mcopy; -} - - -ddf_MatrixPtr ddf_MatrixAppend(ddf_MatrixPtr M1, ddf_MatrixPtr M2) -{ - ddf_MatrixPtr M=NULL; - ddf_rowrange i, m,m1,m2; - ddf_colrange j, d,d1,d2; - - m1=M1->rowsize; - d1=M1->colsize; - m2=M2->rowsize; - d2=M2->colsize; - - m=m1+m2; - d=d1; - - if (d1>=0 && d1==d2 && m1>=0 && m2>=0){ - M=ddf_CreateMatrix(m, d); - ddf_CopyAmatrix(M->matrix, M1->matrix, m1, d); - ddf_CopyArow(M->rowvec, M1->rowvec, d); - for (i=0; ilinset)) set_addelem(M->linset,i+1); - } - for (i=0; imatrix[m1+i][j],M2->matrix[i][j]); - /* append the second matrix */ - if (set_member(i+1,M2->linset)) set_addelem(M->linset,m1+i+1); - } - M->numbtype=M1->numbtype; - } - return M; -} - -ddf_MatrixPtr ddf_MatrixNormalizedSortedCopy(ddf_MatrixPtr M,ddf_rowindex *newpos) /* 094 */ -{ - /* Sort the rows of Amatrix lexicographically, and return a link to this sorted copy. - The vector newpos is allocated, where newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). */ - ddf_MatrixPtr Mcopy=NULL,Mnorm=NULL; - ddf_rowrange m,i; - ddf_colrange d; - ddf_rowindex roworder; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - roworder=(long *)calloc(m+1,sizeof(long)); - *newpos=(long *)calloc(m+1,sizeof(long)); - if (m >=0 && d >=0){ - Mnorm=ddf_MatrixNormalizedCopy(M); - Mcopy=ddf_CreateMatrix(m, d); - for(i=1; i<=m; i++) roworder[i]=i; - - ddf_RandomPermutation(roworder, m, 123); - ddf_QuickSort(roworder,1,m,Mnorm->matrix,d); - - ddf_PermuteCopyAmatrix(Mcopy->matrix, Mnorm->matrix, m, d, roworder); - ddf_CopyArow(Mcopy->rowvec, M->rowvec, d); - for(i=1; i<=m; i++) { - if (set_member(roworder[i],M->linset)) set_addelem(Mcopy->linset, i); - (*newpos)[roworder[i]]=i; - } - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - ddf_FreeMatrix(Mnorm); - } - free(roworder); - return Mcopy; -} - -ddf_MatrixPtr ddf_MatrixUniqueCopy(ddf_MatrixPtr M,ddf_rowindex *newpos) -{ - /* Remove row duplicates, and return a link to this sorted copy. - Linearity rows have priority over the other rows. - It is better to call this after sorting with ddf_MatrixNormalizedSortedCopy. - The vector newpos is allocated, where *newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). *newpos[i] is negative if the original - row is dominated by -*newpos[i] and eliminated in the new copy. - */ - ddf_MatrixPtr Mcopy=NULL; - ddf_rowrange m,i,uniqrows; - ddf_rowset preferredrows; - ddf_colrange d; - ddf_rowindex roworder; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - preferredrows=M->linset; - roworder=(long *)calloc(m+1,sizeof(long)); - if (m >=0 && d >=0){ - for(i=1; i<=m; i++) roworder[i]=i; - ddf_UniqueRows(roworder, 1, m, M->matrix, d,preferredrows, &uniqrows); - - Mcopy=ddf_CreateMatrix(uniqrows, d); - ddf_PermutePartialCopyAmatrix(Mcopy->matrix, M->matrix, m, d, roworder,1,m); - ddf_CopyArow(Mcopy->rowvec, M->rowvec, d); - for(i=1; i<=m; i++) { - if (roworder[i]>0 && set_member(i,M->linset)) set_addelem(Mcopy->linset, roworder[i]); - } - Mcopy->numbtype=M->numbtype; - Mcopy->representation=M->representation; - Mcopy->objective=M->objective; - } - *newpos=roworder; - return Mcopy; -} - - -ddf_MatrixPtr ddf_MatrixNormalizedSortedUniqueCopy(ddf_MatrixPtr M,ddf_rowindex *newpos) /* 094 */ -{ - /* Sort and remove row duplicates, and return a link to this sorted copy. - Linearity rows have priority over the other rows. - It is better to call this after sorting with ddf_MatrixNormalizedSortedCopy. - The vector newpos is allocated, where *newpos[i] returns the new row index - of the original row i (i=1,...,M->rowsize). *newpos[i] is negative if the original - row is dominated by -*newpos[i] and eliminated in the new copy. - */ - ddf_MatrixPtr M1=NULL,M2=NULL; - ddf_rowrange m,i; - ddf_colrange d; - ddf_rowindex newpos1=NULL,newpos1r=NULL,newpos2=NULL; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - *newpos=(long *)calloc(m+1,sizeof(long)); - newpos1r=(long *)calloc(m+1,sizeof(long)); - if (m>=0 && d>=0){ - M1=ddf_MatrixNormalizedSortedCopy(M,&newpos1); - for (i=1; i<=m;i++) newpos1r[newpos1[i]]=i; /* reverse of newpos1 */ - M2=ddf_MatrixUniqueCopy(M1,&newpos2); - set_emptyset(M2->linset); - for(i=1; i<=m; i++) { - if (newpos2[newpos1[i]]>0){ - printf("newpos1[%ld]=%ld, newpos2[newpos1[%ld]]=%ld\n",i,newpos1[i], i,newpos2[newpos1[i]]); - if (set_member(i,M->linset)) set_addelem(M2->linset, newpos2[newpos1[i]]); - (*newpos)[i]=newpos2[newpos1[i]]; - } else { - (*newpos)[i]=-newpos1r[-newpos2[newpos1[i]]]; - } - } - ddf_FreeMatrix(M1);free(newpos1);free(newpos2);free(newpos1r); - } - - return M2; -} - -ddf_MatrixPtr ddf_MatrixSortedUniqueCopy(ddf_MatrixPtr M,ddf_rowindex *newpos) /* 094 */ -{ - /* Same as ddf_MatrixNormalizedSortedUniqueCopy except that it returns a unnormalized origial data - with original ordering. - */ - ddf_MatrixPtr M1=NULL,M2=NULL; - ddf_rowrange m,i,k,ii; - ddf_colrange d; - ddf_rowindex newpos1=NULL,newpos1r=NULL,newpos2=NULL; - - /* if (newpos!=NULL) free(newpos); */ - m= M->rowsize; - d= M->colsize; - *newpos=(long *)calloc(m+1,sizeof(long)); - newpos1r=(long *)calloc(m+1,sizeof(long)); - if (m>=0 && d>=0){ - M1=ddf_MatrixNormalizedSortedCopy(M,&newpos1); - for (i=1; i<=m;i++) newpos1r[newpos1[i]]=i; /* reverse of newpos1 */ - M2=ddf_MatrixUniqueCopy(M1,&newpos2); - ddf_FreeMatrix(M1); - set_emptyset(M2->linset); - for(i=1; i<=m; i++) { - if (newpos2[newpos1[i]]>0){ - if (set_member(i,M->linset)) set_addelem(M2->linset, newpos2[newpos1[i]]); - (*newpos)[i]=newpos2[newpos1[i]]; - } else { - (*newpos)[i]=-newpos1r[-newpos2[newpos1[i]]]; - } - } - - ii=0; - set_emptyset(M2->linset); - for (i = 1; i<=m ; i++) { - k=(*newpos)[i]; - if (k>0) { - ii+=1; - (*newpos)[i]=ii; - ddf_CopyArow(M2->matrix[ii-1],M->matrix[i-1],d); - if (set_member(i,M->linset)) set_addelem(M2->linset, ii); - } - } - - free(newpos1);free(newpos2);free(newpos1r); - } - - return M2; -} - -ddf_MatrixPtr ddf_AppendMatrix(ddf_MatrixPtr M1, ddf_MatrixPtr M2) -{ - return ddf_MatrixAppend(M1,M2); -} - -int ddf_MatrixAppendTo(ddf_MatrixPtr *M1, ddf_MatrixPtr M2) -{ - ddf_MatrixPtr M=NULL; - ddf_rowrange i, m,m1,m2; - ddf_colrange j, d,d1,d2; - ddf_boolean success=0; - - m1=(*M1)->rowsize; - d1=(*M1)->colsize; - m2=M2->rowsize; - d2=M2->colsize; - - m=m1+m2; - d=d1; - - if (d1>=0 && d1==d2 && m1>=0 && m2>=0){ - M=ddf_CreateMatrix(m, d); - ddf_CopyAmatrix(M->matrix, (*M1)->matrix, m1, d); - ddf_CopyArow(M->rowvec, (*M1)->rowvec, d); - for (i=0; ilinset)) set_addelem(M->linset,i+1); - } - for (i=0; imatrix[m1+i][j],M2->matrix[i][j]); - /* append the second matrix */ - if (set_member(i+1,M2->linset)) set_addelem(M->linset,m1+i+1); - } - M->numbtype=(*M1)->numbtype; - ddf_FreeMatrix(*M1); - *M1=M; - success=1; - } - return success; -} - -int ddf_MatrixRowRemove(ddf_MatrixPtr *M, ddf_rowrange r) /* 092 */ -{ - ddf_rowrange i,m; - ddf_colrange d; - ddf_boolean success=0; - - m=(*M)->rowsize; - d=(*M)->colsize; - - if (r >= 1 && r <=m){ - (*M)->rowsize=m-1; - ddf_FreeArow(d, (*M)->matrix[r-1]); - set_delelem((*M)->linset,r); - /* slide the row headers */ - for (i=r; imatrix[i-1]=(*M)->matrix[i]; - if (set_member(i+1, (*M)->linset)){ - set_delelem((*M)->linset,i+1); - set_addelem((*M)->linset,i); - } - } - success=1; - } - return success; -} - -int ddf_MatrixRowRemove2(ddf_MatrixPtr *M, ddf_rowrange r, ddf_rowindex *newpos) /* 094 */ -{ - ddf_rowrange i,m; - ddf_colrange d; - ddf_boolean success=0; - ddf_rowindex roworder; - - m=(*M)->rowsize; - d=(*M)->colsize; - - if (r >= 1 && r <=m){ - roworder=(long *)calloc(m+1,sizeof(long)); - (*M)->rowsize=m-1; - ddf_FreeArow(d, (*M)->matrix[r-1]); - set_delelem((*M)->linset,r); - /* slide the row headers */ - for (i=1; imatrix[i-1]=(*M)->matrix[i]; - roworder[i+1]=i; - if (set_member(i+1, (*M)->linset)){ - set_delelem((*M)->linset,i+1); - set_addelem((*M)->linset,i); - } - } - success=1; - } - return success; -} - -ddf_MatrixPtr ddf_MatrixSubmatrix(ddf_MatrixPtr M, ddf_rowset delset) /* 092 */ -{ - ddf_MatrixPtr Msub=NULL; - ddf_rowrange i,isub=1, m,msub; - ddf_colrange d; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=ddf_CreateMatrix(msub, d); - for (i=1; i<=m; i++){ - if (!set_member(i,delset)){ - ddf_CopyArow(Msub->matrix[isub-1], M->matrix[i-1], d); - if (set_member(i, M->linset)){ - set_addelem(Msub->linset,isub); - } - isub++; - } - } - ddf_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - -ddf_MatrixPtr ddf_MatrixSubmatrix2(ddf_MatrixPtr M, ddf_rowset delset,ddf_rowindex *newpos) /* 092 */ -{ /* returns a pointer to a new matrix which is a submatrix of M with rows in delset - removed. *newpos[i] returns the position of the original row i in the new matrix. - It is -1 if and only if it is deleted. - */ - - ddf_MatrixPtr Msub=NULL; - ddf_rowrange i,isub=1, m,msub; - ddf_colrange d; - ddf_rowindex roworder; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - roworder=(long *)calloc(m+1,sizeof(long)); - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=ddf_CreateMatrix(msub, d); - for (i=1; i<=m; i++){ - if (set_member(i,delset)){ - roworder[i]=0; /* zero means the row i is removed */ - } else { - ddf_CopyArow(Msub->matrix[isub-1], M->matrix[i-1], d); - if (set_member(i, M->linset)){ - set_addelem(Msub->linset,isub); - } - roworder[i]=isub; - isub++; - } - } - *newpos=roworder; - ddf_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - - -ddf_MatrixPtr ddf_MatrixSubmatrix2L(ddf_MatrixPtr M, ddf_rowset delset,ddf_rowindex *newpos) /* 094 */ -{ /* This is same as ddf_MatrixSubmatrix2 except that the linearity rows will be shifted up - so that they are at the top of the matrix. - */ - ddf_MatrixPtr Msub=NULL; - ddf_rowrange i,iL, iI, m,msub; - ddf_colrange d; - ddf_rowindex roworder; - - m= M->rowsize; - d= M->colsize; - msub=m; - if (m >=0 && d >=0){ - roworder=(long *)calloc(m+1,sizeof(long)); - for (i=1; i<=m; i++) { - if (set_member(i,delset)) msub-=1; - } - Msub=ddf_CreateMatrix(msub, d); - iL=1; iI=set_card(M->linset)+1; /* starting positions */ - for (i=1; i<=m; i++){ - if (set_member(i,delset)){ - roworder[i]=0; /* zero means the row i is removed */ - } else { - if (set_member(i,M->linset)){ - ddf_CopyArow(Msub->matrix[iL-1], M->matrix[i-1], d); - set_delelem(Msub->linset,i); - set_addelem(Msub->linset,iL); - roworder[i]=iL; - iL+=1; - } else { - ddf_CopyArow(Msub->matrix[iI-1], M->matrix[i-1], d); - roworder[i]=iI; - iI+=1; - } - } - } - *newpos=roworder; - ddf_CopyArow(Msub->rowvec, M->rowvec, d); - Msub->numbtype=M->numbtype; - Msub->representation=M->representation; - Msub->objective=M->objective; - } - return Msub; -} - -int ddf_MatrixRowsRemove(ddf_MatrixPtr *M, ddf_rowset delset) /* 094 */ -{ - ddf_MatrixPtr Msub=NULL; - int success; - - Msub=ddf_MatrixSubmatrix(*M, delset); - ddf_FreeMatrix(*M); - *M=Msub; - success=1; - return success; -} - -int ddf_MatrixRowsRemove2(ddf_MatrixPtr *M, ddf_rowset delset,ddf_rowindex *newpos) /* 094 */ -{ - ddf_MatrixPtr Msub=NULL; - int success; - - Msub=ddf_MatrixSubmatrix2(*M, delset,newpos); - ddf_FreeMatrix(*M); - *M=Msub; - success=1; - return success; -} - -int ddf_MatrixShiftupLinearity(ddf_MatrixPtr *M,ddf_rowindex *newpos) /* 094 */ -{ - ddf_MatrixPtr Msub=NULL; - int success; - ddf_rowset delset; - - set_initialize(&delset,(*M)->rowsize); /* emptyset */ - Msub=ddf_MatrixSubmatrix2L(*M, delset,newpos); - ddf_FreeMatrix(*M); - *M=Msub; - - set_free(delset); - success=1; - return success; -} - -ddf_PolyhedraPtr ddf_CreatePolyhedraData(ddf_rowrange m, ddf_colrange d) -{ - ddf_rowrange i; - ddf_PolyhedraPtr poly=NULL; - - poly=(ddf_PolyhedraPtr) malloc (sizeof(ddf_PolyhedraType)); - poly->child =NULL; /* this links the homogenized cone data */ - poly->m =m; - poly->d =d; - poly->n =-1; /* the size of output is not known */ - poly->m_alloc =m+2; /* the allocated row size of matrix A */ - poly->d_alloc =d; /* the allocated col size of matrix A */ - poly->ldim =0; /* initialize the linearity dimension */ - poly->numbtype=ddf_Real; - ddf_InitializeAmatrix(poly->m_alloc,poly->d_alloc,&(poly->A)); - ddf_InitializeArow(d,&(poly->c)); /* cost vector */ - poly->representation =ddf_Inequality; - poly->homogeneous =ddf_FALSE; - - poly->EqualityIndex=(int *)calloc(m+2, sizeof(int)); - /* size increased to m+2 in 092b because it is used by the child cone, - This is a bug fix suggested by Thao Dang. */ - /* ith component is 1 if it is equality, -1 if it is strict inequality, 0 otherwise. */ - for (i = 0; i <= m+1; i++) poly->EqualityIndex[i]=0; - - poly->IsEmpty = -1; /* initially set to -1, neither TRUE nor FALSE, meaning unknown */ - - poly->NondegAssumed = ddf_FALSE; - poly->InitBasisAtBottom = ddf_FALSE; - poly->RestrictedEnumeration = ddf_FALSE; - poly->RelaxedEnumeration = ddf_FALSE; - - poly->AincGenerated=ddf_FALSE; /* Ainc is a set array to store the input incidence. */ - - return poly; -} - -ddf_boolean ddf_InitializeConeData(ddf_rowrange m, ddf_colrange d, ddf_ConePtr *cone) -{ - ddf_boolean success=ddf_TRUE; - ddf_colrange j; - - (*cone)=(ddf_ConePtr)calloc(1, sizeof(ddf_ConeType)); - -/* INPUT: A given representation of a cone: inequality */ - (*cone)->m=m; - (*cone)->d=d; - (*cone)->m_alloc=m+2; /* allocated row size of matrix A */ - (*cone)->d_alloc=d; /* allocated col size of matrix A, B and Bsave */ - (*cone)->numbtype=ddf_Real; - (*cone)->parent=NULL; - -/* CONTROL: variables to control computation */ - (*cone)->Iteration=0; - - (*cone)->HalfspaceOrder=ddf_LexMin; - - (*cone)->ArtificialRay=NULL; - (*cone)->FirstRay=NULL; - (*cone)->LastRay=NULL; /* The second description: Generator */ - (*cone)->PosHead=NULL; - (*cone)->ZeroHead=NULL; - (*cone)->NegHead=NULL; - (*cone)->PosLast=NULL; - (*cone)->ZeroLast=NULL; - (*cone)->NegLast=NULL; - (*cone)->RecomputeRowOrder = ddf_TRUE; - (*cone)->PreOrderedRun = ddf_FALSE; - set_initialize(&((*cone)->GroundSet),(*cone)->m_alloc); - set_initialize(&((*cone)->EqualitySet),(*cone)->m_alloc); - set_initialize(&((*cone)->NonequalitySet),(*cone)->m_alloc); - set_initialize(&((*cone)->AddedHalfspaces),(*cone)->m_alloc); - set_initialize(&((*cone)->WeaklyAddedHalfspaces),(*cone)->m_alloc); - set_initialize(&((*cone)->InitialHalfspaces),(*cone)->m_alloc); - (*cone)->RayCount=0; - (*cone)->FeasibleRayCount=0; - (*cone)->WeaklyFeasibleRayCount=0; - (*cone)->TotalRayCount=0; - (*cone)->ZeroRayCount=0; - (*cone)->EdgeCount=0; - (*cone)->TotalEdgeCount=0; - (*cone)->count_int=0; - (*cone)->count_int_good=0; - (*cone)->count_int_bad=0; - (*cone)->rseed=1; /* random seed for random row permutation */ - - ddf_InitializeBmatrix((*cone)->d_alloc, &((*cone)->B)); - ddf_InitializeBmatrix((*cone)->d_alloc, &((*cone)->Bsave)); - ddf_InitializeAmatrix((*cone)->m_alloc,(*cone)->d_alloc,&((*cone)->A)); - - (*cone)->Edges - =(ddf_AdjacencyType**) calloc((*cone)->m_alloc,sizeof(ddf_AdjacencyType*)); - for (j=0; j<(*cone)->m_alloc; j++) (*cone)->Edges[j]=NULL; /* 094h */ - (*cone)->InitialRayIndex=(long*)calloc(d+1,sizeof(long)); - (*cone)->OrderVector=(long*)calloc((*cone)->m_alloc+1,sizeof(long)); - - (*cone)->newcol=(long*)calloc(((*cone)->d)+1,sizeof(long)); - for (j=0; j<=(*cone)->d; j++) (*cone)->newcol[j]=j; /* identity map, initially */ - (*cone)->LinearityDim = -2; /* -2 if it is not computed */ - (*cone)->ColReduced = ddf_FALSE; - (*cone)->d_orig = d; - -/* STATES: variables to represent current state. */ -/*(*cone)->Error; - (*cone)->CompStatus; - (*cone)->starttime; - (*cone)->endtime; -*/ - - return success; -} - -ddf_ConePtr ddf_ConeDataLoad(ddf_PolyhedraPtr poly) -{ - ddf_ConePtr cone=NULL; - ddf_colrange d,j; - ddf_rowrange m,i; - - m=poly->m; - d=poly->d; - if (!(poly->homogeneous) && poly->representation==ddf_Inequality){ - m=poly->m+1; - } - poly->m1=m; - - ddf_InitializeConeData(m, d, &cone); - cone->representation=poly->representation; - -/* Points to the original polyhedra data, and reversely */ - cone->parent=poly; - poly->child=cone; - - for (i=1; i<=poly->m; i++) - for (j=1; j<=cone->d; j++) - ddf_set(cone->A[i-1][j-1],poly->A[i-1][j-1]); - - if (poly->representation==ddf_Inequality && !(poly->homogeneous)){ - ddf_set(cone->A[m-1][0],ddf_one); - for (j=2; j<=d; j++) ddf_set(cone->A[m-1][j-1],ddf_purezero); - } - - return cone; -} - -void ddf_SetLinearity(ddf_MatrixPtr M, char *line) -{ - int i=0; - ddf_rowrange eqsize,var; - char *next; - const char ct[]=", "; /* allows separators "," and " ". */ - - next=strtok(line,ct); - eqsize=atol(next); - while (i < eqsize && (next=strtok(NULL,ct))!=NULL) { - var=atol(next); - set_addelem(M->linset,var); i++; - } - if (i!=eqsize) { - fprintf(stderr,"* Warning: there are inconsistencies in linearity setting.\n"); - } - return; -} - -ddf_MatrixPtr ddf_PolyFile2Matrix (FILE *f, ddf_ErrorType *Error) -{ - ddf_MatrixPtr M=NULL; - ddf_rowrange m_input,i; - ddf_colrange d_input,j; - ddf_RepresentationType rep=ddf_Inequality; - myfloat value; - ddf_boolean found=ddf_FALSE, newformat=ddf_FALSE, successful=ddf_FALSE, linearity=ddf_FALSE; - char command[ddf_linelenmax], comsave[ddf_linelenmax], numbtype[ddf_wordlenmax]; - ddf_NumberType NT; -#if !defined(ddf_GMPRATIONAL) - double rvalue; -#endif - - ddf_init(value); - (*Error)=ddf_NoError; - while (!found) - { - if (fscanf(f,"%s",command)==EOF) { - (*Error)=ddf_ImproperInputFormat; - goto _L99; - } - else { - if (strncmp(command, "V-representation", 16)==0) { - rep=ddf_Generator; newformat=ddf_TRUE; - } - if (strncmp(command, "H-representation", 16)==0){ - rep=ddf_Inequality; newformat=ddf_TRUE; - } - if (strncmp(command, "partial_enum", 12)==0 || - strncmp(command, "equality", 8)==0 || - strncmp(command, "linearity", 9)==0 ) { - linearity=ddf_TRUE; - fgets(comsave,ddf_linelenmax,f); - } - if (strncmp(command, "begin", 5)==0) found=ddf_TRUE; - } - } - fscanf(f, "%ld %ld %s", &m_input, &d_input, numbtype); - fprintf(stderr,"size = %ld x %ld\nNumber Type = %s\n", m_input, d_input, numbtype); - NT=ddf_GetNumberType(numbtype); - if (NT==ddf_Unknown) { - (*Error)=ddf_ImproperInputFormat; - goto _L99; - } - M=ddf_CreateMatrix(m_input, d_input); - M->representation=rep; - M->numbtype=NT; - - for (i = 1; i <= m_input; i++) { - for (j = 1; j <= d_input; j++) { - if (NT==ddf_Real) { -#if defined ddf_GMPRATIONAL - *Error=ddf_NoRealNumberSupport; - goto _L99; -#else - fscanf(f, "%lf", &rvalue); - ddf_set_d(value, rvalue); -#endif - } else { - ddf_fread_rational_value (f, value); - } - ddf_set(M->matrix[i-1][j - 1],value); - if (ddf_debug) {fprintf(stderr,"a(%3ld,%5ld) = ",i,j); ddf_WriteNumber(stderr,value);} - } /*of j*/ - } /*of i*/ - if (fscanf(f,"%s",command)==EOF) { - (*Error)=ddf_ImproperInputFormat; - goto _L99; - } - else if (strncmp(command, "end", 3)!=0) { - if (ddf_debug) fprintf(stderr,"'end' missing or illegal extra data: %s\n",command); - (*Error)=ddf_ImproperInputFormat; - goto _L99; - } - - successful=ddf_TRUE; - if (linearity) { - ddf_SetLinearity(M,comsave); - } - while (!feof(f)) { - fscanf(f,"%s", command); - ddf_ProcessCommandLine(f, M, command); - fgets(command,ddf_linelenmax,f); /* skip the CR/LF */ - } - -_L99: ; - ddf_clear(value); - /* if (f!=NULL) fclose(f); */ - return M; -} - - -ddf_PolyhedraPtr ddf_DDMatrix2Poly(ddf_MatrixPtr M, ddf_ErrorType *err) -{ - ddf_rowrange i; - ddf_colrange j; - ddf_PolyhedraPtr poly=NULL; - - *err=ddf_NoError; - if (M->rowsize<0 || M->colsize<0){ - *err=ddf_NegativeMatrixSize; - goto _L99; - } - poly=ddf_CreatePolyhedraData(M->rowsize, M->colsize); - poly->representation=M->representation; - poly->homogeneous=ddf_TRUE; - - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - poly->EqualityIndex[i]=1; - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(poly->A[i-1][j-1], M->matrix[i-1][j-1]); - if (j==1 && ddf_Nonzero(M->matrix[i-1][j-1])) poly->homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - ddf_DoubleDescription(poly,err); -_L99: - return poly; -} - -ddf_PolyhedraPtr ddf_DDMatrix2Poly2(ddf_MatrixPtr M, ddf_RowOrderType horder, ddf_ErrorType *err) -{ - ddf_rowrange i; - ddf_colrange j; - ddf_PolyhedraPtr poly=NULL; - - *err=ddf_NoError; - if (M->rowsize<0 || M->colsize<0){ - *err=ddf_NegativeMatrixSize; - goto _L99; - } - poly=ddf_CreatePolyhedraData(M->rowsize, M->colsize); - poly->representation=M->representation; - poly->homogeneous=ddf_TRUE; - - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - poly->EqualityIndex[i]=1; - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(poly->A[i-1][j-1], M->matrix[i-1][j-1]); - if (j==1 && ddf_Nonzero(M->matrix[i-1][j-1])) poly->homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - ddf_DoubleDescription2(poly, horder, err); -_L99: - return poly; -} - -void ddf_MatrixIntegerFilter(ddf_MatrixPtr M) -{ /* setting an almost integer to the integer. */ - ddf_rowrange i; - ddf_colrange j; - myfloat x; - - ddf_init(x); - for (i=0; i< M->rowsize; i++) - for (j=0; j< M->colsize; j++){ - ddf_SnapToInteger(x, M->matrix[i][j]); - ddf_set(M->matrix[i][j],x); - } - ddf_clear(x); -} - -void ddf_CopyRay(myfloat *a, ddf_colrange d_origsize, ddf_RayPtr RR, - ddf_RepresentationType rep, ddf_colindex reducedcol) -{ - long j,j1; - myfloat b; - - ddf_init(b); - for (j = 1; j <= d_origsize; j++){ - j1=reducedcol[j]; - if (j1>0){ - ddf_set(a[j-1],RR->Ray[j1-1]); - /* the original column j is mapped to j1, and thus - copy the corresponding component */ - } else { - ddf_set(a[j-1],ddf_purezero); - /* original column is redundant and removed for computation */ - } - } - - ddf_set(b,a[0]); - if (rep==ddf_Generator && ddf_Nonzero(b)){ - ddf_set(a[0],ddf_one); - for (j = 2; j <= d_origsize; j++) - ddf_div(a[j-1],a[j-1],b); /* normalization for generators */ - } - ddf_clear(b); -} - -void ddf_WriteRay(FILE *f, ddf_colrange d_origsize, ddf_RayPtr RR, ddf_RepresentationType rep, ddf_colindex reducedcol) -{ - ddf_colrange j; - static ddf_colrange d_last=0; - static ddf_Arow a; - - if (d_last< d_origsize){ - if (d_last>0) free(a); - ddf_InitializeArow(d_origsize+1, &a); - d_last=d_origsize+1; - } - - ddf_CopyRay(a, d_origsize, RR, rep, reducedcol); - for (j = 0; j < d_origsize; j++) ddf_WriteNumber(f, a[j]); - fprintf(f, "\n"); -} - -void ddf_WriteArow(FILE *f, ddf_Arow a, ddf_colrange d) -{ - ddf_colrange j; - - for (j = 0; j < d; j++) ddf_WriteNumber(f, a[j]); - fprintf(f, "\n"); -} - -void ddf_WriteAmatrix(FILE *f, ddf_Amatrix A, long rowmax, long colmax) -{ - long i,j; - - if (A==NULL){ - fprintf(f, "WriteAmatrix: The requested matrix is empty\n"); - goto _L99; - } - fprintf(f, "begin\n"); -#if defined ddf_GMPRATIONAL - fprintf(f, " %ld %ld rational\n",rowmax, colmax); -#else - fprintf(f, " %ld %ld real\n",rowmax, colmax); -#endif - for (i=1; i <= rowmax; i++) { - for (j=1; j <= colmax; j++) { - ddf_WriteNumber(f, A[i-1][j-1]); - } - fprintf(f,"\n"); - } - fprintf(f, "end\n"); -_L99:; -} - -void ddf_WriteBmatrix(FILE *f, ddf_colrange d_size, ddf_Bmatrix B) -{ - ddf_colrange j1, j2; - - if (B==NULL){ - fprintf(f, "WriteBmatrix: The requested matrix is empty\n"); - goto _L99; - } - for (j1 = 0; j1 < d_size; j1++) { - for (j2 = 0; j2 < d_size; j2++) { - ddf_WriteNumber(f, B[j1][j2]); - } /*of j2*/ - putc('\n', f); - } /*of j1*/ - putc('\n', f); -_L99:; -} - -void ddf_WriteSetFamily(FILE *f, ddf_SetFamilyPtr F) -{ - ddf_bigrange i; - - if (F==NULL){ - fprintf(f, "WriteSetFamily: The requested family is empty\n"); - goto _L99; - } - fprintf(f,"begin\n"); - fprintf(f," %ld %ld\n", F->famsize, F->setsize); - for (i=0; ifamsize; i++) { - fprintf(f, " %ld %ld : ", i+1, set_card(F->set[i])); - set_fwrite(f, F->set[i]); - } - fprintf(f,"end\n"); -_L99:; -} - -void ddf_WriteSetFamilyCompressed(FILE *f, ddf_SetFamilyPtr F) -{ - ddf_bigrange i,card; - - if (F==NULL){ - fprintf(f, "WriteSetFamily: The requested family is empty\n"); - goto _L99; - } - fprintf(f,"begin\n"); - fprintf(f," %ld %ld\n", F->famsize, F->setsize); - for (i=0; ifamsize; i++) { - card=set_card(F->set[i]); - if (F->setsize - card >= card){ - fprintf(f, " %ld %ld : ", i+1, card); - set_fwrite(f, F->set[i]); - } else { - fprintf(f, " %ld %ld : ", i+1, -card); - set_fwrite_compl(f, F->set[i]); - } - } - fprintf(f,"end\n"); -_L99:; -} - -void ddf_WriteMatrix(FILE *f, ddf_MatrixPtr M) -{ - ddf_rowrange i, linsize; - - if (M==NULL){ - fprintf(f, "WriteMatrix: The requested matrix is empty\n"); - goto _L99; - } - switch (M->representation) { - case ddf_Inequality: - fprintf(f, "H-representation\n"); break; - case ddf_Generator: - fprintf(f, "V-representation\n"); break; - case ddf_Unspecified: - break; - } - linsize=set_card(M->linset); - if (linsize>0) { - fprintf(f, "linearity %ld ", linsize); - for (i=1; i<=M->rowsize; i++) - if (set_member(i, M->linset)) fprintf(f, " %ld", i); - fprintf(f, "\n"); - } - ddf_WriteAmatrix(f, M->matrix, M->rowsize, M->colsize); - if (M->objective!=ddf_LPnone){ - if (M->objective==ddf_LPmax) - fprintf(f, "maximize\n"); - else - fprintf(f, "minimize\n"); - ddf_WriteArow(f, M->rowvec, M->colsize); - } -_L99:; -} - -void ddf_WriteLP(FILE *f, ddf_LPPtr lp) -{ - if (lp==NULL){ - fprintf(f, "WriteLP: The requested lp is empty\n"); - goto _L99; - } - fprintf(f, "H-representation\n"); - - ddf_WriteAmatrix(f, lp->A, (lp->m)-1, lp->d); - if (lp->objective!=ddf_LPnone){ - if (lp->objective==ddf_LPmax) - fprintf(f, "maximize\n"); - else - fprintf(f, "minimize\n"); - ddf_WriteArow(f, lp->A[lp->objrow-1], lp->d); - } -_L99:; -} - - -void ddf_SnapToInteger(myfloat y, myfloat x) -{ - /* this is broken. It does nothing. */ - ddf_set(y,x); -} - - -void ddf_WriteReal(FILE *f, myfloat x) -{ - long ix1,ix2,ix; - double ax; - - ax=ddf_get_d(x); - ix1= (long) (fabs(ax) * 10000. + 0.5); - ix2= (long) (fabs(ax) + 0.5); - ix2= ix2*10000; - if ( ix1 == ix2) { - if (ddf_Positive(x)) { - ix = (long)(ax + 0.5); - } else { - ix = (long)(-ax + 0.5); - ix = -ix; - } - fprintf(f, " %2ld", ix); - } else - fprintf(f, " % .9E",ax); -} - -void ddf_WriteNumber(FILE *f, myfloat x) -{ -#if defined ddf_GMPRATIONAL - fprintf(f," "); - mpq_out_str(f, 10, x); -#else - ddf_WriteReal(f, x); -#endif -} - - -void ddf_WriteIncidence(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_SetFamilyPtr I; - - switch (poly->representation) { - case ddf_Inequality: - fprintf(f, "ecd_file: Incidence of generators and inequalities\n"); - break; - case ddf_Generator: - fprintf(f, "icd_file: Incidence of inequalities and generators\n"); - break; - - default: - break; - } - I=ddf_CopyIncidence(poly); - ddf_WriteSetFamilyCompressed(f,I); - ddf_FreeSetFamily(I); -} - -void ddf_WriteAdjacency(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_SetFamilyPtr A; - - switch (poly->representation) { - case ddf_Inequality: - fprintf(f, "ead_file: Adjacency of generators\n"); - break; - case ddf_Generator: - fprintf(f, "iad_file: Adjacency of inequalities\n"); - break; - - default: - break; - } - A=ddf_CopyAdjacency(poly); - ddf_WriteSetFamilyCompressed(f,A); - ddf_FreeSetFamily(A); -} - - -void ddf_ComputeAinc(ddf_PolyhedraPtr poly) -{ -/* This generates the input incidence array poly->Ainc, and - two sets: poly->Ared, poly->Adom. -*/ - ddf_bigrange k; - ddf_rowrange i,m1; - ddf_colrange j; - ddf_boolean redundant; - ddf_MatrixPtr M=NULL; - myfloat sum,temp; - - ddf_init(sum); ddf_init(temp); - if (poly->AincGenerated==ddf_TRUE) goto _L99; - - M=ddf_CopyOutput(poly); - poly->n=M->rowsize; - m1=poly->m1; - /* this number is same as poly->m, except when - poly is given by nonhomogeneous inequalty: - !(poly->homogeneous) && poly->representation==Inequality, - it is poly->m+1. See ddf_ConeDataLoad. - */ - poly->Ainc=(set_type*)calloc(m1, sizeof(set_type)); - for(i=1; i<=m1; i++) set_initialize(&(poly->Ainc[i-1]),poly->n); - set_initialize(&(poly->Ared), m1); - set_initialize(&(poly->Adom), m1); - - for (k=1; k<=poly->n; k++){ - for (i=1; i<=poly->m; i++){ - ddf_set(sum,ddf_purezero); - for (j=1; j<=poly->d; j++){ - ddf_mul(temp,poly->A[i-1][j-1],M->matrix[k-1][j-1]); - ddf_add(sum,sum,temp); - } - if (ddf_EqualToZero(sum)) { - set_addelem(poly->Ainc[i-1], k); - } - } - if (!(poly->homogeneous) && poly->representation==ddf_Inequality){ - if (ddf_EqualToZero(M->matrix[k-1][0])) { - set_addelem(poly->Ainc[m1-1], k); /* added infinity inequality (1,0,0,...,0) */ - } - } - } - - for (i=1; i<=m1; i++){ - if (set_card(poly->Ainc[i-1])==M->rowsize){ - set_addelem(poly->Adom, i); - } - } - for (i=m1; i>=1; i--){ - if (set_card(poly->Ainc[i-1])==0){ - redundant=ddf_TRUE; - set_addelem(poly->Ared, i); - }else { - redundant=ddf_FALSE; - for (k=1; k<=m1; k++) { - if (k!=i && !set_member(k, poly->Ared) && !set_member(k, poly->Adom) && - set_subset(poly->Ainc[i-1], poly->Ainc[k-1])){ - if (!redundant){ - redundant=ddf_TRUE; - } - set_addelem(poly->Ared, i); - } - } - } - } - ddf_FreeMatrix(M); - poly->AincGenerated=ddf_TRUE; -_L99:; - ddf_clear(sum); ddf_clear(temp); -} - -ddf_boolean ddf_InputAdjacentQ(ddf_PolyhedraPtr poly, - ddf_rowrange i1, ddf_rowrange i2) -/* Before calling this function, RedundantSet must be - a set of row indices whose removal results in a minimal - nonredundant system to represent the input polyhedron, - DominantSet must be the set of row indices which are - active at every extreme points/rays. -*/ -{ - ddf_boolean adj=ddf_TRUE; - ddf_rowrange i; - static set_type common; - static long lastn=0; - - if (poly->AincGenerated==ddf_FALSE) ddf_ComputeAinc(poly); - if (lastn!=poly->n){ - if (lastn >0) set_free(common); - set_initialize(&common, poly->n); - lastn=poly->n; - } - if (set_member(i1, poly->Ared) || set_member(i2, poly->Ared)){ - adj=ddf_FALSE; - goto _L99; - } - if (set_member(i1, poly->Adom) || set_member(i2, poly->Adom)){ - // dominant inequality is considered adjacencent to all others. - adj=ddf_TRUE; - goto _L99; - } - set_int(common, poly->Ainc[i1-1], poly->Ainc[i2-1]); - i=0; - while (im1 && adj==ddf_TRUE){ - i++; - if (i!=i1 && i!=i2 && !set_member(i, poly->Ared) && - !set_member(i, poly->Adom) && set_subset(common,poly->Ainc[i-1])){ - adj=ddf_FALSE; - } - } -_L99:; - return adj; -} - - -void ddf_WriteInputIncidence(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_SetFamilyPtr I; - - if (poly->AincGenerated==ddf_FALSE) ddf_ComputeAinc(poly); - switch (poly->representation) { - case ddf_Inequality: - fprintf(f,"icd_file: Incidence of inequalities and generators\n"); - break; - - case ddf_Generator: - fprintf(f,"ecd_file: Incidence of generators and inequalities\n"); - break; - - default: - break; - } - - I=ddf_CopyInputIncidence(poly); - ddf_WriteSetFamilyCompressed(f,I); - ddf_FreeSetFamily(I); -} - -void ddf_WriteInputAdjacency(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_SetFamilyPtr A; - - if (poly->AincGenerated==ddf_FALSE){ - ddf_ComputeAinc(poly); - } - switch (poly->representation) { - case ddf_Inequality: - fprintf(f, "iad_file: Adjacency of inequalities\n"); - break; - - case ddf_Generator: - fprintf(f, "ead_file: Adjacency of generators\n"); - break; - - default: - break; - } - A=ddf_CopyInputAdjacency(poly); - ddf_WriteSetFamilyCompressed(f,A); - ddf_FreeSetFamily(A); -} - - -void ddf_WriteProgramDescription(FILE *f) -{ - fprintf(f, "* cddlib: a double description library:%s\n", ddf_DDVERSION); - fprintf(f, "* compiled for %s arithmetic.\n", ddf_ddf_ARITHMETIC); - fprintf(f,"* %s\n",ddf_COPYRIGHT); -} - -void ddf_WriteTimes(FILE *f, time_t starttime, time_t endtime) -{ - long ptime,ptime_sec,ptime_minu, ptime_hour; - -/* - ptime=difftime(endtime,starttime); - This function is ANSI standard, but not available sometime -*/ - ptime=(endtime - starttime); - /* This is to replace the line above, but it may not give - correct time in seconds */ - ptime_hour=ptime/3600; - ptime_minu=(ptime-ptime_hour*3600)/60; - ptime_sec=ptime%60; - fprintf(f,"* Computation started at %s",asctime(localtime(&starttime))); - fprintf(f,"* ended at %s",asctime(localtime(&endtime))); - fprintf(f,"* Total processor time = %ld seconds\n",ptime); - fprintf(f,"* = %ld h %ld m %ld s\n",ptime_hour, ptime_minu, ptime_sec); -} - -void ddf_WriteDDTimes(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_WriteTimes(f,poly->child->starttime,poly->child->endtime); -} - -void ddf_WriteLPTimes(FILE *f, ddf_LPPtr lp) -{ - ddf_WriteTimes(f,lp->starttime,lp->endtime); -} - -void ddf_WriteLPStats(FILE *f) -{ - time_t currenttime; - - time(¤ttime); - - fprintf(f, "\n*--- Statistics of pivots ---\n"); -#if defined ddf_GMPRATIONAL - fprintf(f, "* f0 = %ld (float basis finding pivots)\n",ddf_statBApivots); - fprintf(f, "* fc = %ld (float CC pivots)\n",ddf_statCCpivots); - fprintf(f, "* f1 = %ld (float dual simplex phase I pivots)\n",ddf_statDS1pivots); - fprintf(f, "* f2 = %ld (float dual simplex phase II pivots)\n",ddf_statDS2pivots); - fprintf(f, "* f3 = %ld (float anticycling CC pivots)\n",ddf_statACpivots); - fprintf(f, "* e0 = %ld (exact basis finding pivots)\n",ddf_statBApivots); - fprintf(f, "* ec = %ld (exact CC pivots)\n",ddf_statCCpivots); - fprintf(f, "* e1 = %ld (exact dual simplex phase I pivots)\n",ddf_statDS1pivots); - fprintf(f, "* e2 = %ld (exact dual simplex phase II pivots)\n",ddf_statDS2pivots); - fprintf(f, "* e3 = %ld (exact anticycling CC pivots)\n",ddf_statACpivots); - fprintf(f, "* e4 = %ld (exact basis verification pivots)\n",ddf_statBSpivots); -#else - fprintf(f, "f0 = %ld (float basis finding pivots)\n",ddf_statBApivots); - fprintf(f, "fc = %ld (float CC pivots)\n",ddf_statCCpivots); - fprintf(f, "f1 = %ld (float dual simplex phase I pivots)\n",ddf_statDS1pivots); - fprintf(f, "f2 = %ld (float dual simplex phase II pivots)\n",ddf_statDS2pivots); - fprintf(f, "f3 = %ld (float anticycling CC pivots)\n",ddf_statACpivots); -#endif - ddf_WriteLPMode(f); - ddf_WriteTimes(f,ddf_statStartTime, currenttime); -} - -void ddf_WriteLPMode(FILE *f) -{ - fprintf(f, "\n* LP solver: "); - switch (ddf_choiceLPSolverDefault) { - case ddf_DualSimplex: - fprintf(f, "DualSimplex\n"); - break; - case ddf_CrissCross: - fprintf(f, "Criss-Cross\n"); - break; - default: break; - } - - fprintf(f, "* Redundancy cheking solver: "); - switch (ddf_choiceRedcheckAlgorithm) { - case ddf_DualSimplex: - fprintf(f, "DualSimplex\n"); - break; - case ddf_CrissCross: - fprintf(f, "Criss-Cross\n"); - break; - default: break; - } - - fprintf(f, "* Lexicographic pivot: "); - if (ddf_choiceLexicoPivotQ) fprintf(f, " on\n"); - else fprintf(f, " off\n"); - -} - - -void ddf_WriteRunningMode(FILE *f, ddf_PolyhedraPtr poly) -{ - if (poly->child!=NULL){ - fprintf(f,"* roworder: "); - switch (poly->child->HalfspaceOrder) { - - case ddf_MinIndex: - fprintf(f, "minindex\n"); - break; - - case ddf_MaxIndex: - fprintf(f, "maxindex\n"); - break; - - case ddf_MinCutoff: - fprintf(f, "mincutoff\n"); - break; - - case ddf_MaxCutoff: - fprintf(f, "maxcutoff\n"); - break; - - case ddf_MixCutoff: - fprintf(f, "mixcutoff\n"); - break; - - case ddf_LexMin: - fprintf(f, "lexmin\n"); - break; - - case ddf_LexMax: - fprintf(f, "lexmax\n"); - break; - - case ddf_RandomRow: - fprintf(f, "random %d\n",poly->child->rseed); - break; - - default: break; - } - } -} - - -void ddf_WriteCompletionStatus(FILE *f, ddf_ConePtr cone) -{ - if (cone->Iterationm && cone->CompStatus==ddf_AllFound) { - fprintf(f,"*Computation completed at Iteration %4ld.\n", cone->Iteration); - } - if (cone->CompStatus == ddf_RegionEmpty) { - fprintf(f,"*Computation completed at Iteration %4ld because the region found empty.\n",cone->Iteration); - } -} - -void ddf_WritePolyFile(FILE *f, ddf_PolyhedraPtr poly) -{ - ddf_WriteAmatrix(f,poly->A,poly->m,poly->d); -} - - -void ddf_WriteErrorMessages(FILE *f, ddf_ErrorType Error) -{ - switch (Error) { - - case ddf_DimensionTooLarge: - fprintf(f, "*Input Error: Input matrix is too large:\n"); - fprintf(f, "*Please increase MMAX and/or NMAX in the source code and recompile.\n"); - break; - - case ddf_IFileNotFound: - fprintf(f, "*Input Error: Specified input file does not exist.\n"); - break; - - case ddf_OFileNotOpen: - fprintf(f, "*Output Error: Specified output file cannot be opened.\n"); - break; - - case ddf_NegativeMatrixSize: - fprintf(f, "*Input Error: Input matrix has a negative size:\n"); - fprintf(f, "*Please check rowsize or colsize.\n"); - break; - - case ddf_ImproperInputFormat: - fprintf(f,"*Input Error: Input format is not correct.\n"); - fprintf(f,"*Format:\n"); - fprintf(f," begin\n"); - fprintf(f," m n NumberType(real, rational or integer)\n"); - fprintf(f," b -A\n"); - fprintf(f," end\n"); - break; - - case ddf_EmptyVrepresentation: - fprintf(f, "*Input Error: V-representation is empty:\n"); - fprintf(f, "*cddlib does not accept this trivial case for which output can be any inconsistent system.\n"); - break; - - case ddf_EmptyHrepresentation: - fprintf(f, "*Input Error: H-representation is empty.\n"); - break; - - case ddf_EmptyRepresentation: - fprintf(f, "*Input Error: Representation is empty.\n"); - break; - - case ddf_NoLPObjective: - fprintf(f, "*LP Error: No LP objective (max or min) is set.\n"); - break; - - case ddf_NoRealNumberSupport: - fprintf(f, "*LP Error: The binary (with GMP Rational) does not support Real number input.\n"); - fprintf(f, " : Use a binary compiled without -Dddf_GMPRATIONAL option.\n"); - break; - - case ddf_NotAvailForH: - fprintf(f, "*Error: A function is called with H-rep which does not support an H-representation.\n"); - break; - - case ddf_NotAvailForV: - fprintf(f, "*Error: A function is called with V-rep which does not support an V-representation.\n"); - break; - - case ddf_CannotHandleLinearity: - fprintf(f, "*Error: The function called cannot handle linearity.\n"); - break; - - case ddf_RowIndexOutOfRange: - fprintf(f, "*Error: Specified row index is out of range\n"); - break; - - case ddf_ColIndexOutOfRange: - fprintf(f, "*Error: Specified column index is out of range\n"); - break; - - case ddf_LPCycling: - fprintf(f, "*Error: Possibly an LP cycling occurs. Use the Criss-Cross method.\n"); - break; - - case ddf_NumericallyInconsistent: - fprintf(f, "*Error: Numerical inconsistency is found. Use the GMP exact arithmetic.\n"); - break; - - case ddf_NoError: - fprintf(f,"*No Error found.\n"); - break; - } -} - - -ddf_SetFamilyPtr ddf_CopyIncidence(ddf_PolyhedraPtr poly) -{ - ddf_SetFamilyPtr F=NULL; - ddf_bigrange k; - ddf_rowrange i; - - if (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound) goto _L99; - if (poly->AincGenerated==ddf_FALSE) ddf_ComputeAinc(poly); - F=ddf_CreateSetFamily(poly->n, poly->m1); - for (i=1; i<=poly->m1; i++) - for (k=1; k<=poly->n; k++) - if (set_member(k,poly->Ainc[i-1])) set_addelem(F->set[k-1],i); -_L99:; - return F; -} - -ddf_SetFamilyPtr ddf_CopyInputIncidence(ddf_PolyhedraPtr poly) -{ - ddf_rowrange i; - ddf_SetFamilyPtr F=NULL; - - if (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound) goto _L99; - if (poly->AincGenerated==ddf_FALSE) ddf_ComputeAinc(poly); - F=ddf_CreateSetFamily(poly->m1, poly->n); - for(i=0; i< poly->m1; i++){ - set_copy(F->set[i], poly->Ainc[i]); - } -_L99:; - return F; -} - -ddf_SetFamilyPtr ddf_CopyAdjacency(ddf_PolyhedraPtr poly) -{ - ddf_RayPtr RayPtr1,RayPtr2; - ddf_SetFamilyPtr F=NULL; - long pos1, pos2; - ddf_bigrange lstart,k,n; - set_type linset,allset; - ddf_boolean adj; - - if (poly->n==0 && poly->homogeneous && poly->representation==ddf_Inequality){ - n=1; /* the origin (the unique vertex) should be output. */ - } else n=poly->n; - set_initialize(&linset, n); - set_initialize(&allset, n); - if (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound) goto _L99; - F=ddf_CreateSetFamily(n, n); - if (n<=0) goto _L99; - poly->child->LastRay->Next=NULL; - for (RayPtr1=poly->child->FirstRay, pos1=1;RayPtr1 != NULL; - RayPtr1 = RayPtr1->Next, pos1++){ - for (RayPtr2=poly->child->FirstRay, pos2=1; RayPtr2 != NULL; - RayPtr2 = RayPtr2->Next, pos2++){ - if (RayPtr1!=RayPtr2){ - ddf_CheckAdjacency(poly->child, &RayPtr1, &RayPtr2, &adj); - if (adj){ - set_addelem(F->set[pos1-1], pos2); - } - } - } - } - lstart=poly->n - poly->ldim + 1; - set_compl(allset,allset); /* allset is set to the ground set. */ - for (k=lstart; k<=poly->n; k++){ - set_addelem(linset,k); /* linearity set */ - set_copy(F->set[k-1],allset); /* linearity generator is adjacent to all */ - } - for (k=1; kset[k-1],F->set[k-1],linset); - /* every generator is adjacent to all linearity generators */ - } -_L99:; - set_free(allset); set_free(linset); - return F; -} - -ddf_SetFamilyPtr ddf_CopyInputAdjacency(ddf_PolyhedraPtr poly) -{ - ddf_rowrange i,j; - ddf_SetFamilyPtr F=NULL; - - if (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound) goto _L99; - if (poly->AincGenerated==ddf_FALSE) ddf_ComputeAinc(poly); - F=ddf_CreateSetFamily(poly->m1, poly->m1); - for (i=1; i<=poly->m1; i++){ - for (j=1; j<=poly->m1; j++){ - if (i!=j && ddf_InputAdjacentQ(poly, i, j)) { - set_addelem(F->set[i-1],j); - } - } - } -_L99:; - return F; -} - -ddf_MatrixPtr ddf_CopyOutput(ddf_PolyhedraPtr poly) -{ - ddf_RayPtr RayPtr; - ddf_MatrixPtr M=NULL; - ddf_rowrange i=0,total; - ddf_colrange j,j1; - myfloat b; - ddf_RepresentationType outputrep=ddf_Inequality; - ddf_boolean outputorigin=ddf_FALSE; - - ddf_init(b); - total=poly->child->LinearityDim + poly->child->FeasibleRayCount; - - if (poly->child->d<=0 || poly->child->newcol[1]==0) total=total-1; - if (poly->representation==ddf_Inequality) outputrep=ddf_Generator; - if (total==0 && poly->homogeneous && poly->representation==ddf_Inequality){ - total=1; - outputorigin=ddf_TRUE; - /* the origin (the unique vertex) should be output. */ - } - if (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound) goto _L99; - - M=ddf_CreateMatrix(total, poly->d); - RayPtr = poly->child->FirstRay; - while (RayPtr != NULL) { - if (RayPtr->feasible) { - ddf_CopyRay(M->matrix[i], poly->d, RayPtr, outputrep, poly->child->newcol); - i++; /* 086 */ - } - RayPtr = RayPtr->Next; - } - for (j=2; j<=poly->d; j++){ - if (poly->child->newcol[j]==0){ - /* original column j is dependent on others and removed for the cone */ - ddf_set(b,poly->child->Bsave[0][j-1]); - if (outputrep==ddf_Generator && ddf_Positive(b)){ - ddf_set(M->matrix[i][0],ddf_one); /* ddf_Normalize */ - for (j1=1; j1d; j1++) - ddf_div(M->matrix[i][j1],(poly->child->Bsave[j1][j-1]),b); - } else { - for (j1=0; j1d; j1++) - ddf_set(M->matrix[i][j1],poly->child->Bsave[j1][j-1]); - } - set_addelem(M->linset, i+1); - i++; - } - } - if (outputorigin){ - /* output the origin for homogeneous H-polyhedron with no rays. */ - ddf_set(M->matrix[0][0],ddf_one); - for (j=1; jd; j++){ - ddf_set(M->matrix[0][j],ddf_purezero); - } - } - ddf_MatrixIntegerFilter(M); - if (poly->representation==ddf_Inequality) - M->representation=ddf_Generator; - else - M->representation=ddf_Inequality; -_L99:; - ddf_clear(b); - return M; -} - -ddf_MatrixPtr ddf_CopyInput(ddf_PolyhedraPtr poly) -{ - ddf_MatrixPtr M=NULL; - ddf_rowrange i; - - M=ddf_CreateMatrix(poly->m, poly->d); - ddf_CopyAmatrix(M->matrix, poly->A, poly->m, poly->d); - for (i=1; i<=poly->m; i++) - if (poly->EqualityIndex[i]==1) set_addelem(M->linset,i); - ddf_MatrixIntegerFilter(M); - if (poly->representation==ddf_Generator) - M->representation=ddf_Generator; - else - M->representation=ddf_Inequality; - return M; -} - -ddf_MatrixPtr ddf_CopyGenerators(ddf_PolyhedraPtr poly) -{ - ddf_MatrixPtr M=NULL; - - if (poly->representation==ddf_Generator){ - M=ddf_CopyInput(poly); - } else { - M=ddf_CopyOutput(poly); - } - return M; -} - -ddf_MatrixPtr ddf_CopyInequalities(ddf_PolyhedraPtr poly) -{ - ddf_MatrixPtr M=NULL; - - if (poly->representation==ddf_Inequality){ - M=ddf_CopyInput(poly); - } else { - M=ddf_CopyOutput(poly); - } - return M; -} - -/****************************************************************************************/ -/* rational number (a/b) read is taken from Vinci by Benno Bueeler and Andreas Enge */ -/****************************************************************************************/ -void ddf_sread_rational_value (const char *s, myfloat value) - /* reads a rational value from the specified string "s" and assigns it to "value" */ - -{ - char *numerator_s=NULL, *denominator_s=NULL, *position; - int sign = 1; - double numerator, denominator; -#if defined ddf_GMPRATIONAL - mpz_t znum, zden; -#else - double rvalue; -#endif - - /* determine the sign of the number */ - numerator_s = s; - if (s [0] == '-') - { sign = -1; - numerator_s++; - } - else if (s [0] == '+') - numerator_s++; - - /* look for a sign '/' and eventually split the number in numerator and denominator */ - position = strchr (numerator_s, '/'); - if (position != NULL) - { *position = '\0'; /* terminates the numerator */ - denominator_s = position + 1; - }; - - /* determine the floating point values of numerator and denominator */ - numerator=atol (numerator_s); - - if (position != NULL) - { - denominator=atol (denominator_s); - } - else denominator = 1; - -/* - fprintf(stderr,"\nrational_read: numerator %f\n",numerator); - fprintf(stderr,"rational_read: denominator %f\n",denominator); - fprintf(stderr,"rational_read: sign %d\n",sign); -*/ - -#if defined ddf_GMPRATIONAL - mpz_init_set_str(znum,numerator_s,10); - if (sign<0) mpz_neg(znum,znum); - mpz_init(zden); mpz_set_ui(zden,1); - if (denominator_s!=NULL) mpz_init_set_str(zden,denominator_s,10); - mpq_set_num(value,znum); mpq_set_den(value,zden); - mpq_canonicalize(value); - mpz_clear(znum); mpz_clear(zden); - /* num=(long)sign * numerator; */ - /* den=(unsigned long) denominator; */ - /* mpq_set_si(value, num, den); */ -#elif defined GMPFLOAT - rvalue=sign * numerator/ (signed long) denominator; - mpf_set_d(value, rvalue); -#else - rvalue=sign * numerator/ (signed long) denominator; - dddf_set_d(value, rvalue); -#endif - if (ddf_debug) { - fprintf(stderr,"rational_read: "); - ddf_WriteNumber(stderr,value); fprintf(stderr,"\n"); - } -} - - -void ddf_fread_rational_value (FILE *f, myfloat value) - /* reads a rational value from the specified file "f" and assigns it to "value" */ - -{ - char number_s [ddf_wordlenmax]; - myfloat rational_value; - - ddf_init(rational_value); - fscanf(f, "%s ", number_s); - ddf_sread_rational_value (number_s, rational_value); - ddf_set(value,rational_value); - ddf_clear(rational_value); -} - -/****************************************************************************************/ - - -/* end of cddio.c */ - diff -Nru cddlib-094h/lib-src-gmp/cddlib.c cddlib-094j/lib-src-gmp/cddlib.c --- cddlib-094h/lib-src-gmp/cddlib.c 2015-04-30 09:34:48.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddlib.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,392 +0,0 @@ -/* cddlib.c: cdd library (library version of cdd) - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* cdd : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -/* The first version C0.21 was created on November 10,1993 - with Dave Gillespie's p2c translator - from the Pascal program pdd.p written by Komei Fukuda. -*/ - -#include "setoper.h" - /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd.h" -#include -#include -#include -#include -#include - -/* Global Variables */ -dd_boolean dd_debug =dd_FALSE; -dd_boolean dd_log =dd_FALSE; -/* GLOBAL CONSTANTS and STATICS VARIABLES (to be set by dd_set_global_constants() */ -mytype dd_zero; -mytype dd_one; -mytype dd_purezero; -mytype dd_minuszero; -mytype dd_minusone; - -time_t dd_statStartTime; /* cddlib starting time */ -long dd_statBApivots; /* basis finding pivots */ -long dd_statCCpivots; /* criss-cross pivots */ -long dd_statDS1pivots; /* phase 1 pivots */ -long dd_statDS2pivots; /* phase 2 pivots */ -long dd_statACpivots; /* anticycling (cc) pivots */ -#ifdef GMPRATIONAL -long dd_statBSpivots; /* basis status checking pivots */ -#endif -dd_LPSolverType dd_choiceLPSolverDefault; /* Default LP solver Algorithm */ -dd_LPSolverType dd_choiceRedcheckAlgorithm; /* Redundancy Checking Algorithm */ -dd_boolean dd_choiceLexicoPivotQ; /* whether to use the lexicographic pivot */ - -/* #include THINK C PROFILER */ -/* #include THINK C PROFILER */ - -void dd_DDInit(dd_ConePtr cone) -{ - cone->Error=dd_NoError; - cone->CompStatus=dd_InProgress; - cone->RayCount = 0; - cone->TotalRayCount = 0; - cone->FeasibleRayCount = 0; - cone->WeaklyFeasibleRayCount = 0; - cone->EdgeCount=0; /* active edge count */ - cone->TotalEdgeCount=0; /* active edge count */ - dd_SetInequalitySets(cone); - dd_ComputeRowOrderVector(cone); - cone->RecomputeRowOrder=dd_FALSE; -} - -void dd_DDMain(dd_ConePtr cone) -{ - dd_rowrange hh, itemp, otemp; - dd_boolean locallog=dd_log; /* if dd_log=dd_FALSE, no log will be written. */ - - if (cone->d<=0){ - cone->Iteration=cone->m; - cone->FeasibleRayCount=0; - cone->CompStatus=dd_AllFound; - goto _L99; - } - if (locallog) { - fprintf(stderr,"(Initially added rows ) = "); - set_fwrite(stderr,cone->InitialHalfspaces); - } - while (cone->Iteration <= cone->m) { - dd_SelectNextHalfspace(cone, cone->WeaklyAddedHalfspaces, &hh); - if (set_member(hh,cone->NonequalitySet)){ /* Skip the row hh */ - if (dd_debug) { - fprintf(stderr,"*The row # %3ld should be inactive and thus skipped.\n", hh); - } - set_addelem(cone->WeaklyAddedHalfspaces, hh); - } else { - if (cone->PreOrderedRun) - dd_AddNewHalfspace2(cone, hh); - else{ - dd_AddNewHalfspace1(cone, hh); - } - set_addelem(cone->AddedHalfspaces, hh); - set_addelem(cone->WeaklyAddedHalfspaces, hh); - } - if (!cone->PreOrderedRun){ - for (itemp=1; cone->OrderVector[itemp]!=hh; itemp++); - otemp=cone->OrderVector[cone->Iteration]; - cone->OrderVector[cone->Iteration]=hh; - /* store the dynamic ordering in ordervec */ - cone->OrderVector[itemp]=otemp; - /* store the dynamic ordering in ordervec */ - } - if (locallog){ - fprintf(stderr,"(Iter, Row, #Total, #Curr, #Feas)= %5ld %5ld %9ld %6ld %6ld\n", - cone->Iteration, hh, cone->TotalRayCount, cone->RayCount, - cone->FeasibleRayCount); - } - if (cone->CompStatus==dd_AllFound||cone->CompStatus==dd_RegionEmpty) { - set_addelem(cone->AddedHalfspaces, hh); - goto _L99; - } - (cone->Iteration)++; - } - _L99:; - if (cone->d<=0 || cone->newcol[1]==0){ /* fixing the number of output */ - cone->parent->n=cone->LinearityDim + cone->FeasibleRayCount -1; - cone->parent->ldim=cone->LinearityDim - 1; - } else { - cone->parent->n=cone->LinearityDim + cone->FeasibleRayCount; - cone->parent->ldim=cone->LinearityDim; - } -} - - -void dd_InitialDataSetup(dd_ConePtr cone) -{ - long j, r; - dd_rowset ZSet; - static dd_Arow Vector1,Vector2; - static dd_colrange last_d=0; - - if (last_d < cone->d){ - if (last_d>0) { - for (j=0; jd,sizeof(mytype)); - Vector2=(mytype*)calloc(cone->d,sizeof(mytype)); - for (j=0; jd; j++){ - dd_init(Vector1[j]); - dd_init(Vector2[j]); - } - last_d=cone->d; - } - - cone->RecomputeRowOrder=dd_FALSE; - cone->ArtificialRay = NULL; - cone->FirstRay = NULL; - cone->LastRay = NULL; - set_initialize(&ZSet,cone->m); - dd_AddArtificialRay(cone); - set_copy(cone->AddedHalfspaces, cone->InitialHalfspaces); - set_copy(cone->WeaklyAddedHalfspaces, cone->InitialHalfspaces); - dd_UpdateRowOrderVector(cone, cone->InitialHalfspaces); - for (r = 1; r <= cone->d; r++) { - for (j = 0; j < cone->d; j++){ - dd_set(Vector1[j], cone->B[j][r-1]); - dd_neg(Vector2[j], cone->B[j][r-1]); - } - dd_Normalize(cone->d, Vector1); - dd_Normalize(cone->d, Vector2); - dd_ZeroIndexSet(cone->m, cone->d, cone->A, Vector1, ZSet); - if (set_subset(cone->EqualitySet, ZSet)){ - if (dd_debug) { - fprintf(stderr,"add an initial ray with zero set:"); - set_fwrite(stderr,ZSet); - } - dd_AddRay(cone, Vector1); - if (cone->InitialRayIndex[r]==0) { - dd_AddRay(cone, Vector2); - if (dd_debug) { - fprintf(stderr,"and add its negative also.\n"); - } - } - } - } - dd_CreateInitialEdges(cone); - cone->Iteration = cone->d + 1; - if (cone->Iteration > cone->m) cone->CompStatus=dd_AllFound; /* 0.94b */ - set_free(ZSet); -} - -dd_boolean dd_CheckEmptiness(dd_PolyhedraPtr poly, dd_ErrorType *err) -{ - dd_rowset R, S; - dd_MatrixPtr M=NULL; - dd_boolean answer=dd_FALSE; - - *err=dd_NoError; - - if (poly->representation==dd_Inequality){ - M=dd_CopyInequalities(poly); - set_initialize(&R, M->rowsize); - set_initialize(&S, M->rowsize); - if (!dd_ExistsRestrictedFace(M, R, S, err)){ - poly->child->CompStatus=dd_AllFound; - poly->IsEmpty=dd_TRUE; - poly->n=0; - answer=dd_TRUE; - } - set_free(R); - set_free(S); - dd_FreeMatrix(M); - } else if (poly->representation==dd_Generator && poly->m<=0){ - *err=dd_EmptyVrepresentation; - poly->IsEmpty=dd_TRUE; - poly->child->CompStatus=dd_AllFound; - answer=dd_TRUE; - poly->child->Error=*err; - } - - return answer; -} - - -dd_boolean dd_DoubleDescription(dd_PolyhedraPtr poly, dd_ErrorType *err) -{ - dd_ConePtr cone=NULL; - dd_boolean found=dd_FALSE; - - *err=dd_NoError; - - if (poly!=NULL && (poly->child==NULL || poly->child->CompStatus!=dd_AllFound)){ - cone=dd_ConeDataLoad(poly); - /* create a cone associated with poly by homogenization */ - time(&cone->starttime); - dd_DDInit(cone); - if (poly->representation==dd_Generator && poly->m<=0){ - *err=dd_EmptyVrepresentation; - cone->Error=*err; - goto _L99; - } - /* Check emptiness of the polyhedron */ - dd_CheckEmptiness(poly,err); - - if (cone->CompStatus!=dd_AllFound){ - dd_FindInitialRays(cone, &found); - if (found) { - dd_InitialDataSetup(cone); - if (cone->CompStatus==dd_AllFound) goto _L99; - dd_DDMain(cone); - if (cone->FeasibleRayCount!=cone->RayCount) *err=dd_NumericallyInconsistent; /* cddlib-093d */ - } - } - time(&cone->endtime); - } - -_L99: ; - - return found; -} - -dd_boolean dd_DoubleDescription2(dd_PolyhedraPtr poly, dd_RowOrderType horder, dd_ErrorType *err) -{ - dd_ConePtr cone=NULL; - dd_boolean found=dd_FALSE; - - *err=dd_NoError; - - if (poly!=NULL && (poly->child==NULL || poly->child->CompStatus!=dd_AllFound)){ - cone=dd_ConeDataLoad(poly); - /* create a cone associated with poly by homogenization */ - cone->HalfspaceOrder=horder; /* set the row order */ - time(&cone->starttime); - dd_DDInit(cone); - if (poly->representation==dd_Generator && poly->m<=0){ - *err=dd_EmptyVrepresentation; - cone->Error=*err; - goto _L99; - } - /* Check emptiness of the polyhedron */ - dd_CheckEmptiness(poly,err); - - if (cone->CompStatus!=dd_AllFound){ - dd_FindInitialRays(cone, &found); - if (found) { - dd_InitialDataSetup(cone); - if (cone->CompStatus==dd_AllFound) goto _L99; - dd_DDMain(cone); - if (cone->FeasibleRayCount!=cone->RayCount) *err=dd_NumericallyInconsistent; /* cddlib-093d */ - } - } - time(&cone->endtime); - } - -_L99: ; - - return found; -} - -dd_boolean dd_DDInputAppend(dd_PolyhedraPtr *poly, dd_MatrixPtr M, - dd_ErrorType *err) -{ - /* This is imcomplete. It simply solves the problem from scratch. */ - dd_boolean found; - dd_ErrorType error; - - if ((*poly)->child!=NULL) dd_FreeDDMemory(*poly); - dd_AppendMatrix2Poly(poly, M); - (*poly)->representation=dd_Inequality; - found=dd_DoubleDescription(*poly, &error); - *err=error; - return found; -} - -dd_boolean dd_DDFile2File(char *ifile, char *ofile, dd_ErrorType *err) -{ - /* The representation conversion from an input file to an outfile. */ - /* modified by D. Avis to allow stdin/stdout */ - dd_boolean found=dd_TRUE; - FILE *reading=NULL,*writing=NULL; - dd_PolyhedraPtr poly; - dd_MatrixPtr M, A, G; - - if (strcmp(ifile,"**stdin") == 0 ) - reading = stdin; - else if ( ( reading = fopen(ifile, "r") )!= NULL) { - fprintf(stderr,"input file %s is open\n", ifile); - } - else{ - fprintf(stderr,"The input file %s not found\n",ifile); - found=dd_FALSE; - *err=dd_IFileNotFound; - goto _L99; - } - - if (found){ - if (strcmp(ofile,"**stdout") == 0 ) - writing = stdout; - else if ( (writing = fopen(ofile, "w") ) != NULL){ - fprintf(stderr,"output file %s is open\n",ofile); - found=dd_TRUE; - } else { - fprintf(stderr,"The output file %s cannot be opened\n",ofile); - found=dd_FALSE; - *err=dd_OFileNotOpen; - goto _L99; - } - } - - M=dd_PolyFile2Matrix(reading, err); - if (*err!=dd_NoError){ - goto _L99; - } poly=dd_DDMatrix2Poly(M, err); /* compute the second representation */ dd_FreeMatrix(M); - - if (*err==dd_NoError) { - dd_WriteRunningMode(writing, poly); - A=dd_CopyInequalities(poly); - G=dd_CopyGenerators(poly); - - if (poly->representation==dd_Inequality) { - dd_WriteMatrix(writing,G); - } else { - dd_WriteMatrix(writing,A); - } - - dd_FreePolyhedra(poly); - dd_FreeMatrix(A); - dd_FreeMatrix(G); - } - -_L99: ; - if (*err!=dd_NoError) dd_WriteErrorMessages(stderr,*err); - if (reading!=NULL) fclose(reading); - if (writing!=NULL) fclose(writing); - return found; -} - -/* end of cddlib.c */ diff -Nru cddlib-094h/lib-src-gmp/cddlib_f.c cddlib-094j/lib-src-gmp/cddlib_f.c --- cddlib-094h/lib-src-gmp/cddlib_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddlib_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,392 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddlib.c: cdd library (library version of cdd) - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* cdd : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -/* The first version C0.21 was created on November 10,1993 - with Dave Gillespie's p2c translator - from the Pascal program pdd.p written by Komei Fukuda. -*/ - -#include "setoper.h" - /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd_f.h" -#include -#include -#include -#include -#include - -/* Global Variables */ -ddf_boolean ddf_debug =ddf_FALSE; -ddf_boolean ddf_log =ddf_FALSE; -/* GLOBAL CONSTANTS and STATICS VARIABLES (to be set by ddf_set_global_constants() */ -myfloat ddf_zero; -myfloat ddf_one; -myfloat ddf_purezero; -myfloat ddf_minuszero; -myfloat ddf_minusone; - -time_t ddf_statStartTime; /* cddlib starting time */ -long ddf_statBApivots; /* basis finding pivots */ -long ddf_statCCpivots; /* criss-cross pivots */ -long ddf_statDS1pivots; /* phase 1 pivots */ -long ddf_statDS2pivots; /* phase 2 pivots */ -long ddf_statACpivots; /* anticycling (cc) pivots */ -#ifdef ddf_GMPRATIONAL -long ddf_statBSpivots; /* basis status checking pivots */ -#endif -ddf_LPSolverType ddf_choiceLPSolverDefault; /* Default LP solver Algorithm */ -ddf_LPSolverType ddf_choiceRedcheckAlgorithm; /* Redundancy Checking Algorithm */ -ddf_boolean ddf_choiceLexicoPivotQ; /* whether to use the lexicographic pivot */ - -/* #include THINK C PROFILER */ -/* #include THINK C PROFILER */ - -void ddf_DDInit(ddf_ConePtr cone) -{ - cone->Error=ddf_NoError; - cone->CompStatus=ddf_InProgress; - cone->RayCount = 0; - cone->TotalRayCount = 0; - cone->FeasibleRayCount = 0; - cone->WeaklyFeasibleRayCount = 0; - cone->EdgeCount=0; /* active edge count */ - cone->TotalEdgeCount=0; /* active edge count */ - ddf_SetInequalitySets(cone); - ddf_ComputeRowOrderVector(cone); - cone->RecomputeRowOrder=ddf_FALSE; -} - -void ddf_DDMain(ddf_ConePtr cone) -{ - ddf_rowrange hh, itemp, otemp; - ddf_boolean locallog=ddf_log; /* if ddf_log=ddf_FALSE, no log will be written. */ - - if (cone->d<=0){ - cone->Iteration=cone->m; - cone->FeasibleRayCount=0; - cone->CompStatus=ddf_AllFound; - goto _L99; - } - if (locallog) { - fprintf(stderr,"(Initially added rows ) = "); - set_fwrite(stderr,cone->InitialHalfspaces); - } - while (cone->Iteration <= cone->m) { - ddf_SelectNextHalfspace(cone, cone->WeaklyAddedHalfspaces, &hh); - if (set_member(hh,cone->NonequalitySet)){ /* Skip the row hh */ - if (ddf_debug) { - fprintf(stderr,"*The row # %3ld should be inactive and thus skipped.\n", hh); - } - set_addelem(cone->WeaklyAddedHalfspaces, hh); - } else { - if (cone->PreOrderedRun) - ddf_AddNewHalfspace2(cone, hh); - else{ - ddf_AddNewHalfspace1(cone, hh); - } - set_addelem(cone->AddedHalfspaces, hh); - set_addelem(cone->WeaklyAddedHalfspaces, hh); - } - if (!cone->PreOrderedRun){ - for (itemp=1; cone->OrderVector[itemp]!=hh; itemp++); - otemp=cone->OrderVector[cone->Iteration]; - cone->OrderVector[cone->Iteration]=hh; - /* store the dynamic ordering in ordervec */ - cone->OrderVector[itemp]=otemp; - /* store the dynamic ordering in ordervec */ - } - if (locallog){ - fprintf(stderr,"(Iter, Row, #Total, #Curr, #Feas)= %5ld %5ld %9ld %6ld %6ld\n", - cone->Iteration, hh, cone->TotalRayCount, cone->RayCount, - cone->FeasibleRayCount); - } - if (cone->CompStatus==ddf_AllFound||cone->CompStatus==ddf_RegionEmpty) { - set_addelem(cone->AddedHalfspaces, hh); - goto _L99; - } - (cone->Iteration)++; - } - _L99:; - if (cone->d<=0 || cone->newcol[1]==0){ /* fixing the number of output */ - cone->parent->n=cone->LinearityDim + cone->FeasibleRayCount -1; - cone->parent->ldim=cone->LinearityDim - 1; - } else { - cone->parent->n=cone->LinearityDim + cone->FeasibleRayCount; - cone->parent->ldim=cone->LinearityDim; - } -} - - -void ddf_InitialDataSetup(ddf_ConePtr cone) -{ - long j, r; - ddf_rowset ZSet; - static ddf_Arow Vector1,Vector2; - static ddf_colrange last_d=0; - - if (last_d < cone->d){ - if (last_d>0) { - for (j=0; jd,sizeof(myfloat)); - Vector2=(myfloat*)calloc(cone->d,sizeof(myfloat)); - for (j=0; jd; j++){ - ddf_init(Vector1[j]); - ddf_init(Vector2[j]); - } - last_d=cone->d; - } - - cone->RecomputeRowOrder=ddf_FALSE; - cone->ArtificialRay = NULL; - cone->FirstRay = NULL; - cone->LastRay = NULL; - set_initialize(&ZSet,cone->m); - ddf_AddArtificialRay(cone); - set_copy(cone->AddedHalfspaces, cone->InitialHalfspaces); - set_copy(cone->WeaklyAddedHalfspaces, cone->InitialHalfspaces); - ddf_UpdateRowOrderVector(cone, cone->InitialHalfspaces); - for (r = 1; r <= cone->d; r++) { - for (j = 0; j < cone->d; j++){ - ddf_set(Vector1[j], cone->B[j][r-1]); - ddf_neg(Vector2[j], cone->B[j][r-1]); - } - ddf_Normalize(cone->d, Vector1); - ddf_Normalize(cone->d, Vector2); - ddf_ZeroIndexSet(cone->m, cone->d, cone->A, Vector1, ZSet); - if (set_subset(cone->EqualitySet, ZSet)){ - if (ddf_debug) { - fprintf(stderr,"add an initial ray with zero set:"); - set_fwrite(stderr,ZSet); - } - ddf_AddRay(cone, Vector1); - if (cone->InitialRayIndex[r]==0) { - ddf_AddRay(cone, Vector2); - if (ddf_debug) { - fprintf(stderr,"and add its negative also.\n"); - } - } - } - } - ddf_CreateInitialEdges(cone); - cone->Iteration = cone->d + 1; - if (cone->Iteration > cone->m) cone->CompStatus=ddf_AllFound; /* 0.94b */ - set_free(ZSet); -} - -ddf_boolean ddf_CheckEmptiness(ddf_PolyhedraPtr poly, ddf_ErrorType *err) -{ - ddf_rowset R, S; - ddf_MatrixPtr M=NULL; - ddf_boolean answer=ddf_FALSE; - - *err=ddf_NoError; - - if (poly->representation==ddf_Inequality){ - M=ddf_CopyInequalities(poly); - set_initialize(&R, M->rowsize); - set_initialize(&S, M->rowsize); - if (!ddf_ExistsRestrictedFace(M, R, S, err)){ - poly->child->CompStatus=ddf_AllFound; - poly->IsEmpty=ddf_TRUE; - poly->n=0; - answer=ddf_TRUE; - } - set_free(R); - set_free(S); - ddf_FreeMatrix(M); - } else if (poly->representation==ddf_Generator && poly->m<=0){ - *err=ddf_EmptyVrepresentation; - poly->IsEmpty=ddf_TRUE; - poly->child->CompStatus=ddf_AllFound; - answer=ddf_TRUE; - poly->child->Error=*err; - } - - return answer; -} - - -ddf_boolean ddf_DoubleDescription(ddf_PolyhedraPtr poly, ddf_ErrorType *err) -{ - ddf_ConePtr cone=NULL; - ddf_boolean found=ddf_FALSE; - - *err=ddf_NoError; - - if (poly!=NULL && (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound)){ - cone=ddf_ConeDataLoad(poly); - /* create a cone associated with poly by homogenization */ - time(&cone->starttime); - ddf_DDInit(cone); - if (poly->representation==ddf_Generator && poly->m<=0){ - *err=ddf_EmptyVrepresentation; - cone->Error=*err; - goto _L99; - } - /* Check emptiness of the polyhedron */ - ddf_CheckEmptiness(poly,err); - - if (cone->CompStatus!=ddf_AllFound){ - ddf_FindInitialRays(cone, &found); - if (found) { - ddf_InitialDataSetup(cone); - if (cone->CompStatus==ddf_AllFound) goto _L99; - ddf_DDMain(cone); - if (cone->FeasibleRayCount!=cone->RayCount) *err=ddf_NumericallyInconsistent; /* cddlib-093d */ - } - } - time(&cone->endtime); - } - -_L99: ; - - return found; -} - -ddf_boolean ddf_DoubleDescription2(ddf_PolyhedraPtr poly, ddf_RowOrderType horder, ddf_ErrorType *err) -{ - ddf_ConePtr cone=NULL; - ddf_boolean found=ddf_FALSE; - - *err=ddf_NoError; - - if (poly!=NULL && (poly->child==NULL || poly->child->CompStatus!=ddf_AllFound)){ - cone=ddf_ConeDataLoad(poly); - /* create a cone associated with poly by homogenization */ - cone->HalfspaceOrder=horder; /* set the row order */ - time(&cone->starttime); - ddf_DDInit(cone); - if (poly->representation==ddf_Generator && poly->m<=0){ - *err=ddf_EmptyVrepresentation; - cone->Error=*err; - goto _L99; - } - /* Check emptiness of the polyhedron */ - ddf_CheckEmptiness(poly,err); - - if (cone->CompStatus!=ddf_AllFound){ - ddf_FindInitialRays(cone, &found); - if (found) { - ddf_InitialDataSetup(cone); - if (cone->CompStatus==ddf_AllFound) goto _L99; - ddf_DDMain(cone); - if (cone->FeasibleRayCount!=cone->RayCount) *err=ddf_NumericallyInconsistent; /* cddlib-093d */ - } - } - time(&cone->endtime); - } - -_L99: ; - - return found; -} - -ddf_boolean ddf_DDInputAppend(ddf_PolyhedraPtr *poly, ddf_MatrixPtr M, - ddf_ErrorType *err) -{ - /* This is imcomplete. It simply solves the problem from scratch. */ - ddf_boolean found; - ddf_ErrorType error; - - if ((*poly)->child!=NULL) ddf_FreeDDMemory(*poly); - ddf_AppendMatrix2Poly(poly, M); - (*poly)->representation=ddf_Inequality; - found=ddf_DoubleDescription(*poly, &error); - *err=error; - return found; -} - -ddf_boolean ddf_DDFile2File(char *ifile, char *ofile, ddf_ErrorType *err) -{ - /* The representation conversion from an input file to an outfile. */ - /* modified by D. Avis to allow stdin/stdout */ - ddf_boolean found=ddf_TRUE; - FILE *reading=NULL,*writing=NULL; - ddf_PolyhedraPtr poly; - ddf_MatrixPtr M, A, G; - - if (strcmp(ifile,"**stdin") == 0 ) - reading = stdin; - else if ( ( reading = fopen(ifile, "r") )!= NULL) { - fprintf(stderr,"input file %s is open\n", ifile); - } - else{ - fprintf(stderr,"The input file %s not found\n",ifile); - found=ddf_FALSE; - *err=ddf_IFileNotFound; - goto _L99; - } - - if (found){ - if (strcmp(ofile,"**stdout") == 0 ) - writing = stdout; - else if ( (writing = fopen(ofile, "w") ) != NULL){ - fprintf(stderr,"output file %s is open\n",ofile); - found=ddf_TRUE; - } else { - fprintf(stderr,"The output file %s cannot be opened\n",ofile); - found=ddf_FALSE; - *err=ddf_OFileNotOpen; - goto _L99; - } - } - - M=ddf_PolyFile2Matrix(reading, err); - if (*err!=ddf_NoError){ - goto _L99; - } poly=ddf_DDMatrix2Poly(M, err); /* compute the second representation */ ddf_FreeMatrix(M); - - if (*err==ddf_NoError) { - ddf_WriteRunningMode(writing, poly); - A=ddf_CopyInequalities(poly); - G=ddf_CopyGenerators(poly); - - if (poly->representation==ddf_Inequality) { - ddf_WriteMatrix(writing,G); - } else { - ddf_WriteMatrix(writing,A); - } - - ddf_FreePolyhedra(poly); - ddf_FreeMatrix(A); - ddf_FreeMatrix(G); - } - -_L99: ; - if (*err!=ddf_NoError) ddf_WriteErrorMessages(stderr,*err); - if (reading!=NULL) fclose(reading); - if (writing!=NULL) fclose(writing); - return found; -} - -/* end of cddlib.c */ diff -Nru cddlib-094h/lib-src-gmp/cddlp.c cddlib-094j/lib-src-gmp/cddlp.c --- cddlib-094h/lib-src-gmp/cddlp.c 2015-04-30 09:35:24.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddlp.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,3779 +0,0 @@ -/* cddlp.c: dual simplex method c-code - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlp.c : C-Implementation of the dual simplex method for - solving an LP: max/min A_(m-1).x subject to x in P, where - P= {x : A_i.x >= 0, i=0,...,m-2, and x_0=1}, and - A_i is the i-th row of an m x n matrix A. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. May 18, 2000 or later) */ -#include "cdd.h" -#include -#include -#include -#include -#include - -#if defined GMPRATIONAL -#include "cdd_f.h" -#endif - -#define dd_CDDLPVERSION "Version 0.94b (August 25, 2005)" - -#define dd_FALSE 0 -#define dd_TRUE 1 - -typedef set_type rowset; /* set_type defined in setoper.h */ -typedef set_type colset; - -void dd_CrissCrossSolve(dd_LPPtr lp,dd_ErrorType *); -void dd_DualSimplexSolve(dd_LPPtr lp,dd_ErrorType *); -void dd_CrissCrossMinimize(dd_LPPtr,dd_ErrorType *); -void dd_CrissCrossMaximize(dd_LPPtr,dd_ErrorType *); -void dd_DualSimplexMinimize(dd_LPPtr,dd_ErrorType *); -void dd_DualSimplexMaximize(dd_LPPtr,dd_ErrorType *); -void dd_FindLPBasis(dd_rowrange,dd_colrange,dd_Amatrix,dd_Bmatrix,dd_rowindex,dd_rowset, - dd_colindex,dd_rowindex,dd_rowrange,dd_colrange, - dd_colrange *,int *,dd_LPStatusType *,long *); -void dd_FindDualFeasibleBasis(dd_rowrange,dd_colrange,dd_Amatrix,dd_Bmatrix,dd_rowindex, - dd_colindex,long *,dd_rowrange,dd_colrange,dd_boolean, - dd_colrange *,dd_ErrorType *,dd_LPStatusType *,long *, long maxpivots); - - -#ifdef GMPRATIONAL -void dd_BasisStatus(ddf_LPPtr lpf, dd_LPPtr lp, dd_boolean*); -void dd_BasisStatusMinimize(dd_rowrange,dd_colrange, dd_Amatrix,dd_Bmatrix,dd_rowset, - dd_rowrange,dd_colrange,ddf_LPStatusType,mytype *,dd_Arow,dd_Arow,dd_rowset,ddf_colindex, - ddf_rowrange,ddf_colrange,dd_colrange *,long *, int *, int *); -void dd_BasisStatusMaximize(dd_rowrange,dd_colrange,dd_Amatrix,dd_Bmatrix,dd_rowset, - dd_rowrange,dd_colrange,ddf_LPStatusType,mytype *,dd_Arow,dd_Arow,dd_rowset,ddf_colindex, - ddf_rowrange,ddf_colrange,dd_colrange *,long *, int *, int *); -#endif - -void dd_WriteBmatrix(FILE *f,dd_colrange d_size,dd_Bmatrix T); -void dd_SetNumberType(char *line,dd_NumberType *number,dd_ErrorType *Error); -void dd_ComputeRowOrderVector2(dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A, - dd_rowindex OV,dd_RowOrderType ho,unsigned int rseed); -void dd_SelectPreorderedNext2(dd_rowrange m_size,dd_colrange d_size, - rowset excluded,dd_rowindex OV,dd_rowrange *hnext); -void dd_SetSolutions(dd_rowrange,dd_colrange, - dd_Amatrix,dd_Bmatrix,dd_rowrange,dd_colrange,dd_LPStatusType, - mytype *,dd_Arow,dd_Arow,dd_rowset,dd_colindex,dd_rowrange,dd_colrange,dd_rowindex); - -void dd_WriteTableau(FILE *,dd_rowrange,dd_colrange,dd_Amatrix,dd_Bmatrix, - dd_colindex,dd_rowindex); - -void dd_WriteSignTableau(FILE *,dd_rowrange,dd_colrange,dd_Amatrix,dd_Bmatrix, - dd_colindex,dd_rowindex); - - -dd_LPSolutionPtr dd_CopyLPSolution(dd_LPPtr lp) -{ - dd_LPSolutionPtr lps; - dd_colrange j; - long i; - - lps=(dd_LPSolutionPtr) calloc(1,sizeof(dd_LPSolutionType)); - for (i=1; i<=dd_filenamelen; i++) lps->filename[i-1]=lp->filename[i-1]; - lps->objective=lp->objective; - lps->solver=lp->solver; - lps->m=lp->m; - lps->d=lp->d; - lps->numbtype=lp->numbtype; - - lps->LPS=lp->LPS; /* the current solution status */ - dd_init(lps->optvalue); - dd_set(lps->optvalue,lp->optvalue); /* optimal value */ - dd_InitializeArow(lp->d+1,&(lps->sol)); - dd_InitializeArow(lp->d+1,&(lps->dsol)); - lps->nbindex=(long*) calloc((lp->d)+1,sizeof(long)); /* dual solution */ - for (j=0; j<=lp->d; j++){ - dd_set(lps->sol[j],lp->sol[j]); - dd_set(lps->dsol[j],lp->dsol[j]); - lps->nbindex[j]=lp->nbindex[j]; - } - lps->pivots[0]=lp->pivots[0]; - lps->pivots[1]=lp->pivots[1]; - lps->pivots[2]=lp->pivots[2]; - lps->pivots[3]=lp->pivots[3]; - lps->pivots[4]=lp->pivots[4]; - lps->total_pivots=lp->total_pivots; - - return lps; -} - - -dd_LPPtr dd_CreateLPData(dd_LPObjectiveType obj, - dd_NumberType nt,dd_rowrange m,dd_colrange d) -{ - dd_LPType *lp; - - lp=(dd_LPPtr) calloc(1,sizeof(dd_LPType)); - lp->solver=dd_choiceLPSolverDefault; /* set the default lp solver */ - lp->d=d; - lp->m=m; - lp->numbtype=nt; - lp->objrow=m; - lp->rhscol=1L; - lp->objective=dd_LPnone; - lp->LPS=dd_LPSundecided; - lp->eqnumber=0; /* the number of equalities */ - - lp->nbindex=(long*) calloc(d+1,sizeof(long)); - lp->given_nbindex=(long*) calloc(d+1,sizeof(long)); - set_initialize(&(lp->equalityset),m); - /* i must be in the set iff i-th row is equality . */ - - lp->redcheck_extensive=dd_FALSE; /* this is on only for RedundantExtensive */ - lp->ired=0; - set_initialize(&(lp->redset_extra),m); - /* i is in the set if i-th row is newly recognized redundant (during the checking the row ired). */ - set_initialize(&(lp->redset_accum),m); - /* i is in the set if i-th row is recognized redundant (during the checking the row ired). */ - set_initialize(&(lp->posset_extra),m); - /* i is in the set if i-th row is recognized non-linearity (during the course of computation). */ - lp->lexicopivot=dd_choiceLexicoPivotQ; /* dd_choice... is set in dd_set_global_constants() */ - - lp->m_alloc=lp->m+2; - lp->d_alloc=lp->d+2; - lp->objective=obj; - dd_InitializeBmatrix(lp->d_alloc,&(lp->B)); - dd_InitializeAmatrix(lp->m_alloc,lp->d_alloc,&(lp->A)); - dd_InitializeArow(lp->d_alloc,&(lp->sol)); - dd_InitializeArow(lp->d_alloc,&(lp->dsol)); - dd_init(lp->optvalue); - return lp; -} - - -dd_LPPtr dd_Matrix2LP(dd_MatrixPtr M, dd_ErrorType *err) -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPType *lp; - dd_boolean localdebug=dd_FALSE; - - *err=dd_NoError; - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize; - if (localdebug) fprintf(stderr,"number of equalities = %ld\n", linc); - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_TRUE; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && dd_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[m-1][j-1],M->rowvec[j-1]); /* objective row */ - } /*of j*/ - - return lp; -} - -dd_LPPtr dd_Matrix2Feasibility(dd_MatrixPtr M, dd_ErrorType *err) -/* Load a matrix to create an LP object for feasibility. It is - essentially the dd_Matrix2LP except that the objject function - is set to identically ZERO (maximization). - -*/ - /* 094 */ -{ - dd_rowrange m, linc; - dd_colrange j; - dd_LPType *lp; - - *err=dd_NoError; - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - - lp=dd_Matrix2LP(M, err); - lp->objective = dd_LPmax; /* since the objective is zero, this is not important */ - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[m-1][j-1],dd_purezero); /* set the objective to zero. */ - } /*of j*/ - - return lp; -} - -dd_LPPtr dd_Matrix2Feasibility2(dd_MatrixPtr M, dd_rowset R, dd_rowset S, dd_ErrorType *err) -/* Load a matrix to create an LP object for feasibility with additional equality and - strict inequality constraints given by R and S. There are three types of inequalities: - - b_r + A_r x = 0 Linearity (Equations) specified by M - b_s + A_s x > 0 Strict Inequalities specified by row index set S - b_t + A_t x >= 0 The rest inequalities in M - - Where the linearity is considered here as the union of linearity specified by - M and the additional set R. When S contains any linearity rows, those - rows are considered linearity (equation). Thus S does not overlide linearity. - To find a feasible solution, we set an LP - - maximize z - subject to - b_r + A_r x = 0 all r in Linearity - b_s + A_s x - z >= 0 for all s in S - b_t + A_t x >= 0 for all the rest rows t - 1 - z >= 0 to make the LP bounded. - - Clearly, the feasibility problem has a solution iff the LP has a positive optimal value. - The variable z will be the last variable x_{d+1}. - -*/ -/* 094 */ -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPType *lp; - dd_rowset L; - dd_boolean localdebug=dd_FALSE; - - *err=dd_NoError; - set_initialize(&L, M->rowsize); - set_uni(L,M->linset,R); - linc=set_card(L); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize+1; - if (localdebug) fprintf(stderr,"number of equalities = %ld\n", linc); - - lp=dd_CreateLPData(dd_LPmax, M->numbtype, m, d); - lp->Homogeneous = dd_TRUE; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, L)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } else if (set_member(i, S)) { - dd_set(lp->A[i-1][M->colsize],dd_minusone); - } - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && dd_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= d; j++) { - dd_set(lp->A[m-2][j-1],dd_purezero); /* initialize */ - } /*of j*/ - dd_set(lp->A[m-2][0],dd_one); /* the bounding constraint. */ - dd_set(lp->A[m-2][M->colsize],dd_minusone); /* the bounding constraint. */ - for (j = 1; j <= d; j++) { - dd_set(lp->A[m-1][j-1],dd_purezero); /* initialize */ - } /*of j*/ - dd_set(lp->A[m-1][M->colsize],dd_one); /* maximize z */ - - set_free(L); - return lp; -} - - - -void dd_FreeLPData(dd_LPPtr lp) -{ - if ((lp)!=NULL){ - dd_clear(lp->optvalue); - dd_FreeArow(lp->d_alloc,lp->dsol); - dd_FreeArow(lp->d_alloc,lp->sol); - dd_FreeBmatrix(lp->d_alloc,lp->B); - dd_FreeAmatrix(lp->m_alloc,lp->d_alloc,lp->A); - set_free(lp->equalityset); - set_free(lp->redset_extra); - set_free(lp->redset_accum); - set_free(lp->posset_extra); - free(lp->nbindex); - free(lp->given_nbindex); - free(lp); - } -} - -void dd_FreeLPSolution(dd_LPSolutionPtr lps) -{ - if (lps!=NULL){ - free(lps->nbindex); - dd_FreeArow(lps->d+1,lps->dsol); - dd_FreeArow(lps->d+1,lps->sol); - dd_clear(lps->optvalue); - - free(lps); - } -} - -int dd_LPReverseRow(dd_LPPtr lp, dd_rowrange i) -{ - dd_colrange j; - int success=0; - - if (i>=1 && i<=lp->m){ - lp->LPS=dd_LPSundecided; - for (j=1; j<=lp->d; j++) { - dd_neg(lp->A[i-1][j-1],lp->A[i-1][j-1]); - /* negating the i-th constraint of A */ - } - success=1; - } - return success; -} - -int dd_LPReplaceRow(dd_LPPtr lp, dd_rowrange i, dd_Arow a) -{ - dd_colrange j; - int success=0; - - if (i>=1 && i<=lp->m){ - lp->LPS=dd_LPSundecided; - for (j=1; j<=lp->d; j++) { - dd_set(lp->A[i-1][j-1],a[j-1]); - /* replacing the i-th constraint by a */ - } - success=1; - } - return success; -} - -dd_Arow dd_LPCopyRow(dd_LPPtr lp, dd_rowrange i) -{ - dd_colrange j; - dd_Arow a; - - if (i>=1 && i<=lp->m){ - dd_InitializeArow(lp->d, &a); - for (j=1; j<=lp->d; j++) { - dd_set(a[j-1],lp->A[i-1][j-1]); - /* copying the i-th row to a */ - } - } - return a; -} - - -void dd_SetNumberType(char *line,dd_NumberType *number,dd_ErrorType *Error) -{ - if (strncmp(line,"integer",7)==0) { - *number = dd_Integer; - return; - } - else if (strncmp(line,"rational",8)==0) { - *number = dd_Rational; - return; - } - else if (strncmp(line,"real",4)==0) { - *number = dd_Real; - return; - } - else { - *number=dd_Unknown; - *Error=dd_ImproperInputFormat; - } -} - - -void dd_WriteTableau(FILE *f,dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_colindex nbindex,dd_rowindex bflag) -/* Write the tableau A.T */ -{ - dd_colrange j; - dd_rowrange i; - mytype x; - - dd_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) { - fprintf(f," %ld",nbindex[j]); - } fprintf(f,"\n"); - for (j=1; j<= d_size+1; j++) { - fprintf(f," ----"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - dd_TableauEntry(&x,m_size,d_size,A,T,i,j); - dd_WriteNumber(f,x); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - dd_clear(x); -} - -void dd_WriteSignTableau(FILE *f,dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_colindex nbindex,dd_rowindex bflag) -/* Write the sign tableau A.T */ -{ - dd_colrange j; - dd_rowrange i; - mytype x; - - dd_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) { - fprintf(f,"%3ld",nbindex[j]); - } fprintf(f,"\n ------- | "); - for (j=1; j<= d_size; j++) { - fprintf(f,"---"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - dd_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (dd_Positive(x)) fprintf(f, " +"); - else if (dd_Negative(x)) fprintf(f, " -"); - else fprintf(f, " 0"); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - dd_clear(x); -} - -void dd_WriteSignTableau2(FILE *f,dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_colindex nbindex_ref, dd_colindex nbindex,dd_rowindex bflag) -/* Write the sign tableau A.T and the reference basis */ -{ - dd_colrange j; - dd_rowrange i; - mytype x; - - dd_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) fprintf(f,"%3ld",nbindex_ref[j]); - fprintf(f,"\n |"); - for (j=1; j<= d_size; j++) { - fprintf(f,"%3ld",nbindex[j]); - } fprintf(f,"\n ------- | "); - for (j=1; j<= d_size; j++) { - fprintf(f,"---"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - dd_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (dd_Positive(x)) fprintf(f, " +"); - else if (dd_Negative(x)) fprintf(f, " -"); - else fprintf(f, " 0"); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - dd_clear(x); -} - - -void dd_GetRedundancyInformation(dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_colindex nbindex,dd_rowindex bflag, dd_rowset redset) -/* Some basic variables that are forced to be nonnegative will be output. These are - variables whose dictionary row components are all nonnegative. */ -{ - dd_colrange j; - dd_rowrange i; - mytype x; - dd_boolean red=dd_FALSE,localdebug=dd_FALSE; - long numbred=0; - - dd_init(x); - for (i=1; i<= m_size; i++) { - red=dd_TRUE; - for (j=1; j<= d_size; j++) { - dd_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (red && dd_Negative(x)) red=dd_FALSE; - } - if (bflag[i]<0 && red) { - numbred+=1; - set_addelem(redset,i); - } - } - if (localdebug) fprintf(stderr,"\ndd_GetRedundancyInformation: %ld redundant rows over %ld\n",numbred, m_size); - dd_clear(x); -} - - -void dd_SelectDualSimplexPivot(dd_rowrange m_size,dd_colrange d_size, - int Phase1,dd_Amatrix A,dd_Bmatrix T,dd_rowindex OV, - dd_colindex nbindex_ref, dd_colindex nbindex,dd_rowindex bflag, - dd_rowrange objrow,dd_colrange rhscol, dd_boolean lexicopivot, - dd_rowrange *r,dd_colrange *s,int *selected,dd_LPStatusType *lps) -{ - /* selects a dual simplex pivot (*r,*s) if the current - basis is dual feasible and not optimal. If not dual feasible, - the procedure returns *selected=dd_FALSE and *lps=LPSundecided. - If Phase1=dd_TRUE, the RHS column will be considered as the negative - of the column of the largest variable (==m_size). For this case, it is assumed - that the caller used the auxiliary row (with variable m_size) to make the current - dictionary dual feasible before calling this routine so that the nonbasic - column for m_size corresponds to the auxiliary variable. - */ - dd_boolean colselected=dd_FALSE,rowselected=dd_FALSE, - dualfeasible=dd_TRUE,localdebug=dd_FALSE; - dd_rowrange i,iref; - dd_colrange j,k; - mytype val,valn, minval,rat,minrat; - static dd_Arow rcost; - static dd_colrange d_last=0; - static dd_colset tieset,stieset; /* store the column indices with tie */ - - dd_init(val); dd_init(valn); dd_init(minval); dd_init(rat); dd_init(minrat); - if (d_last0) { - for (j=1; j<=d_last; j++){ dd_clear(rcost[j-1]);} - free(rcost); - set_free(tieset); - set_free(stieset); - } - rcost=(mytype*) calloc(d_size,sizeof(mytype)); - for (j=1; j<=d_size; j++){ dd_init(rcost[j-1]);} - set_initialize(&tieset,d_size); - set_initialize(&stieset,d_size); - d_last=d_size; - } - - *r=0; *s=0; - *selected=dd_FALSE; - *lps=dd_LPSundecided; - for (j=1; j<=d_size; j++){ - if (j!=rhscol){ - dd_TableauEntry(&(rcost[j-1]),m_size,d_size,A,T,objrow,j); - if (dd_Positive(rcost[j-1])) { - dualfeasible=dd_FALSE; - } - } - } - if (dualfeasible){ - while ((*lps==dd_LPSundecided) && (!rowselected) && (!colselected)) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - if (Phase1){ - dd_TableauEntry(&val, m_size,d_size,A,T,i,bflag[m_size]); - dd_neg(val,val); - /* for dual Phase I. The RHS (dual objective) is the negative of the auxiliary variable column. */ - } - else {dd_TableauEntry(&val,m_size,d_size,A,T,i,rhscol);} - if (dd_Smaller(val,minval)) { - *r=i; - dd_set(minval,val); - } - } - } - if (dd_Nonnegative(minval)) { - *lps=dd_Optimal; - } - else { - rowselected=dd_TRUE; - set_emptyset(tieset); - for (j=1; j<=d_size; j++){ - dd_TableauEntry(&val,m_size,d_size,A,T,*r,j); - if (j!=rhscol && dd_Positive(val)) { - dd_div(rat,rcost[j-1],val); - dd_neg(rat,rat); - if (*s==0 || dd_Smaller(rat,minrat)){ - dd_set(minrat,rat); - *s=j; - set_emptyset(tieset); - set_addelem(tieset, j); - } else if (dd_Equal(rat,minrat)){ - set_addelem(tieset,j); - } - } - } - if (*s>0) { - if (!lexicopivot || set_card(tieset)==1){ - colselected=dd_TRUE; *selected=dd_TRUE; - } else { /* lexicographic rule with respect to the given reference cobasis. */ - if (localdebug) {printf("Tie occurred at:"); set_write(tieset); printf("\n"); - dd_WriteTableau(stderr,m_size,d_size,A,T,nbindex,bflag); - } - *s=0; - k=2; /* k runs through the column indices except RHS. */ - do { - iref=nbindex_ref[k]; /* iref runs though the reference basic indices */ - if (iref>0) { - j=bflag[iref]; - if (j>0) { - if (set_member(j,tieset) && set_card(tieset)==1) { - *s=j; - colselected=dd_TRUE; - } else { - set_delelem(tieset, j); - /* iref is cobasic, and the corresponding col is not the pivot column except it is the last one. */ - } - } else { - *s=0; - for (j=1; j<=d_size; j++){ - if (set_member(j,tieset)) { - dd_TableauEntry(&val,m_size,d_size,A,T,*r,j); - dd_TableauEntry(&valn,m_size,d_size,A,T,iref,j); - if (j!=rhscol && dd_Positive(val)) { - dd_div(rat,valn,val); - if (*s==0 || dd_Smaller(rat,minrat)){ - dd_set(minrat,rat); - *s=j; - set_emptyset(stieset); - set_addelem(stieset, j); - } else if (dd_Equal(rat,minrat)){ - set_addelem(stieset,j); - } - } - } - } - set_copy(tieset,stieset); - if (set_card(tieset)==1) colselected=dd_TRUE; - } - } - k+=1; - } while (!colselected && k<=d_size); - *selected=dd_TRUE; - } - } else *lps=dd_Inconsistent; - } - } /* end of while */ - } - if (localdebug) { - if (Phase1) fprintf(stderr,"Phase 1 : select %ld,%ld\n",*r,*s); - else fprintf(stderr,"Phase 2 : select %ld,%ld\n",*r,*s); - } - dd_clear(val); dd_clear(valn); dd_clear(minval); dd_clear(rat); dd_clear(minrat); -} - -void dd_TableauEntry(mytype *x,dd_rowrange m_size, dd_colrange d_size, dd_Amatrix X, dd_Bmatrix T, - dd_rowrange r, dd_colrange s) -/* Compute the (r,s) entry of X.T */ -{ - dd_colrange j; - mytype temp; - - dd_init(temp); - dd_set(*x,dd_purezero); - for (j=0; j< d_size; j++) { - dd_mul(temp,X[r-1][j], T[j][s-1]); - dd_add(*x, *x, temp); - } - dd_clear(temp); -} - -void dd_SelectPivot2(dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_RowOrderType roworder,dd_rowindex ordervec, rowset equalityset, - dd_rowrange rowmax,rowset NopivotRow, - colset NopivotCol,dd_rowrange *r,dd_colrange *s, - dd_boolean *selected) -/* Select a position (*r,*s) in the matrix A.T such that (A.T)[*r][*s] is nonzero - The choice is feasible, i.e., not on NopivotRow and NopivotCol, and - best with respect to the specified roworder - */ -{ - int stop; - dd_rowrange i,rtemp; - rowset rowexcluded; - mytype Xtemp; - dd_boolean localdebug=dd_FALSE; - - stop = dd_FALSE; - localdebug=dd_debug; - dd_init(Xtemp); - set_initialize(&rowexcluded,m_size); - set_copy(rowexcluded,NopivotRow); - for (i=rowmax+1;i<=m_size;i++) { - set_addelem(rowexcluded,i); /* cannot pivot on any row > rmax */ - } - *selected = dd_FALSE; - do { - rtemp=0; i=1; - while (i<=m_size && rtemp==0) { /* equalityset vars have highest priorities */ - if (set_member(i,equalityset) && !set_member(i,rowexcluded)){ - if (localdebug) fprintf(stderr,"marked set %ld chosen as a candidate\n",i); - rtemp=i; - } - i++; - } - if (rtemp==0) dd_SelectPreorderedNext2(m_size,d_size,rowexcluded,ordervec,&rtemp);; - if (rtemp>=1) { - *r=rtemp; - *s=1; - while (*s <= d_size && !*selected) { - dd_TableauEntry(&Xtemp,m_size,d_size,A,T,*r,*s); - if (!set_member(*s,NopivotCol) && dd_Nonzero(Xtemp)) { - *selected = dd_TRUE; - stop = dd_TRUE; - } else { - (*s)++; - } - } - if (!*selected) { - set_addelem(rowexcluded,rtemp); - } - } - else { - *r = 0; - *s = 0; - stop = dd_TRUE; - } - } while (!stop); - set_free(rowexcluded); dd_clear(Xtemp); -} - -void dd_GaussianColumnPivot(dd_rowrange m_size, dd_colrange d_size, - dd_Amatrix X, dd_Bmatrix T, dd_rowrange r, dd_colrange s) -/* Update the Transformation matrix T with the pivot operation on (r,s) - This procedure performs a implicit pivot operation on the matrix X by - updating the dual basis inverse T. - */ -{ - dd_colrange j, j1; - mytype Xtemp0, Xtemp1, Xtemp; - static dd_Arow Rtemp; - static dd_colrange last_d=0; - - dd_init(Xtemp0); dd_init(Xtemp1); dd_init(Xtemp); - if (last_d!=d_size){ - if (last_d>0) { - for (j=1; j<=last_d; j++) dd_clear(Rtemp[j-1]); - free(Rtemp); - } - Rtemp=(mytype*)calloc(d_size,sizeof(mytype)); - for (j=1; j<=d_size; j++) dd_init(Rtemp[j-1]); - last_d=d_size; - } - - for (j=1; j<=d_size; j++) { - dd_TableauEntry(&(Rtemp[j-1]), m_size, d_size, X, T, r,j); - } - dd_set(Xtemp0,Rtemp[s-1]); - for (j = 1; j <= d_size; j++) { - if (j != s) { - dd_div(Xtemp,Rtemp[j-1],Xtemp0); - dd_set(Xtemp1,dd_purezero); - for (j1 = 1; j1 <= d_size; j1++){ - dd_mul(Xtemp1,Xtemp,T[j1-1][s - 1]); - dd_sub(T[j1-1][j-1],T[j1-1][j-1],Xtemp1); - /* T[j1-1][j-1] -= T[j1-1][s - 1] * Xtemp / Xtemp0; */ - } - } - } - for (j = 1; j <= d_size; j++) - dd_div(T[j-1][s - 1],T[j-1][s - 1],Xtemp0); - - dd_clear(Xtemp0); dd_clear(Xtemp1); dd_clear(Xtemp); -} - -void dd_GaussianColumnPivot2(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A,dd_Bmatrix T,dd_colindex nbindex,dd_rowindex bflag,dd_rowrange r,dd_colrange s) -/* Update the Transformation matrix T with the pivot operation on (r,s) - This procedure performs a implicit pivot operation on the matrix A by - updating the dual basis inverse T. - */ -{ - int localdebug=dd_FALSE; - long entering; - - if (dd_debug) localdebug=dd_debug; - dd_GaussianColumnPivot(m_size,d_size,A,T,r,s); - entering=nbindex[s]; - bflag[r]=s; /* the nonbasic variable r corresponds to column s */ - nbindex[s]=r; /* the nonbasic variable on s column is r */ - - if (entering>0) bflag[entering]=-1; - /* original variables have negative index and should not affect the row index */ - - if (localdebug) { - fprintf(stderr,"dd_GaussianColumnPivot2\n"); - fprintf(stderr," pivot: (leaving, entering) = (%ld, %ld)\n", r,entering); - fprintf(stderr, " bflag[%ld] is set to %ld\n", r, s); - } -} - - -void dd_ResetTableau(dd_rowrange m_size,dd_colrange d_size,dd_Bmatrix T, - dd_colindex nbindex,dd_rowindex bflag,dd_rowrange objrow,dd_colrange rhscol) -{ - dd_rowrange i; - dd_colrange j; - - /* Initialize T and nbindex */ - for (j=1; j<=d_size; j++) nbindex[j]=-j; - nbindex[rhscol]=0; - /* RHS is already in nonbasis and is considered to be associated - with the zero-th row of input. */ - dd_SetToIdentity(d_size,T); - - /* Set the bflag according to nbindex */ - for (i=1; i<=m_size; i++) bflag[i]=-1; - /* all basic variables have index -1 */ - bflag[objrow]= 0; - /* bflag of the objective variable is 0, - different from other basic variables which have -1 */ - for (j=1; j<=d_size; j++) if (nbindex[j]>0) bflag[nbindex[j]]=j; - /* bflag of a nonbasic variable is its column number */ - -} - -void dd_SelectCrissCrossPivot(dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A,dd_Bmatrix T, - dd_rowindex bflag,dd_rowrange objrow,dd_colrange rhscol, - dd_rowrange *r,dd_colrange *s, - int *selected,dd_LPStatusType *lps) -{ - int colselected=dd_FALSE,rowselected=dd_FALSE; - dd_rowrange i; - mytype val; - - dd_init(val); - *selected=dd_FALSE; - *lps=dd_LPSundecided; - while ((*lps==dd_LPSundecided) && (!rowselected) && (!colselected)) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - dd_TableauEntry(&val,m_size,d_size,A,T,i,rhscol); - if (dd_Negative(val)) { - rowselected=dd_TRUE; - *r=i; - break; - } - } - else if (bflag[i] >0) { /* i is nonbasic variable */ - dd_TableauEntry(&val,m_size,d_size,A,T,objrow,bflag[i]); - if (dd_Positive(val)) { - colselected=dd_TRUE; - *s=bflag[i]; - break; - } - } - } - if ((!rowselected) && (!colselected)) { - *lps=dd_Optimal; - return; - } - else if (rowselected) { - for (i=1; i<=m_size; i++) { - if (bflag[i] >0) { /* i is nonbasic variable */ - dd_TableauEntry(&val,m_size,d_size,A,T,*r,bflag[i]); - if (dd_Positive(val)) { - colselected=dd_TRUE; - *s=bflag[i]; - *selected=dd_TRUE; - break; - } - } - } - } - else if (colselected) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - dd_TableauEntry(&val,m_size,d_size,A,T,i,*s); - if (dd_Negative(val)) { - rowselected=dd_TRUE; - *r=i; - *selected=dd_TRUE; - break; - } - } - } - } - if (!rowselected) { - *lps=dd_DualInconsistent; - } - else if (!colselected) { - *lps=dd_Inconsistent; - } - } - dd_clear(val); -} - -void dd_CrissCrossSolve(dd_LPPtr lp, dd_ErrorType *err) -{ - switch (lp->objective) { - case dd_LPmax: - dd_CrissCrossMaximize(lp,err); - break; - - case dd_LPmin: - dd_CrissCrossMinimize(lp,err); - break; - - case dd_LPnone: *err=dd_NoLPObjective; break; - } - -} - -void dd_DualSimplexSolve(dd_LPPtr lp, dd_ErrorType *err) -{ - switch (lp->objective) { - case dd_LPmax: - dd_DualSimplexMaximize(lp,err); - break; - - case dd_LPmin: - dd_DualSimplexMinimize(lp,err); - break; - - case dd_LPnone: *err=dd_NoLPObjective; break; - } -} - -#ifdef GMPRATIONAL - -dd_LPStatusType LPSf2LPS(ddf_LPStatusType lpsf) -{ - dd_LPStatusType lps=dd_LPSundecided; - - switch (lpsf) { - case ddf_LPSundecided: lps=dd_LPSundecided; break; - case ddf_Optimal: lps=dd_Optimal; break; - case ddf_Inconsistent: lps=dd_Inconsistent; break; - case ddf_DualInconsistent: lps=dd_DualInconsistent; break; - case ddf_StrucInconsistent: lps=dd_StrucInconsistent; break; - case ddf_StrucDualInconsistent: lps=dd_StrucDualInconsistent; break; - case ddf_Unbounded: lps=dd_Unbounded; break; - case ddf_DualUnbounded: lps=dd_DualUnbounded; break; - } - return lps; -} - - -void dd_BasisStatus(ddf_LPPtr lpf, dd_LPPtr lp, dd_boolean *LPScorrect) -{ - int i; - dd_colrange se, j; - dd_boolean basisfound; - - switch (lp->objective) { - case dd_LPmax: - dd_BasisStatusMaximize(lp->m,lp->d,lp->A,lp->B,lp->equalityset,lp->objrow,lp->rhscol, - lpf->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lpf->nbindex,lpf->re,lpf->se,&se,lp->pivots, - &basisfound, LPScorrect); - if (*LPScorrect) { - /* printf("BasisStatus Check: the current basis is verified with GMP\n"); */ - lp->LPS=LPSf2LPS(lpf->LPS); - lp->re=lpf->re; - lp->se=se; - for (j=1; j<=lp->d; j++) lp->nbindex[j]=lpf->nbindex[j]; - } - for (i=1; i<=5; i++) lp->pivots[i-1]+=lpf->pivots[i-1]; - break; - case dd_LPmin: - dd_BasisStatusMinimize(lp->m,lp->d,lp->A,lp->B,lp->equalityset,lp->objrow,lp->rhscol, - lpf->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lpf->nbindex,lpf->re,lpf->se,&se,lp->pivots, - &basisfound, LPScorrect); - if (*LPScorrect) { - /* printf("BasisStatus Check: the current basis is verified with GMP\n"); */ - lp->LPS=LPSf2LPS(lpf->LPS); - lp->re=lpf->re; - lp->se=se; - for (j=1; j<=lp->d; j++) lp->nbindex[j]=lpf->nbindex[j]; - } - for (i=1; i<=5; i++) lp->pivots[i-1]+=lpf->pivots[i-1]; - break; - case dd_LPnone: break; - } -} -#endif - -void dd_FindLPBasis(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A, dd_Bmatrix T,dd_rowindex OV,dd_rowset equalityset, dd_colindex nbindex, - dd_rowindex bflag,dd_rowrange objrow,dd_colrange rhscol, - dd_colrange *cs,int *found,dd_LPStatusType *lps,long *pivot_no) -{ - /* Find a LP basis using Gaussian pivots. - If the problem has an LP basis, - the procedure returns *found=dd_TRUE,*lps=LPSundecided and an LP basis. - If the constraint matrix A (excluding the rhs and objective) is not - column independent, there are two cases. If the dependency gives a dual - inconsistency, this returns *found=dd_FALSE, *lps=dd_StrucDualInconsistent and - the evidence column *s. Otherwise, this returns *found=dd_TRUE, - *lps=LPSundecided and an LP basis of size less than d_size. Columns j - that do not belong to the basis (i.e. cannot be chosen as pivot because - they are all zero) will be indicated in nbindex vector: nbindex[j] will - be negative and set to -j. - */ - int chosen,stop; - long pivots_p0=0,rank; - colset ColSelected; - rowset RowSelected; - mytype val; - - dd_rowrange r; - dd_colrange j,s; - - dd_init(val); - *found=dd_FALSE; *cs=0; rank=0; - stop=dd_FALSE; - *lps=dd_LPSundecided; - - set_initialize(&RowSelected,m_size); - set_initialize(&ColSelected,d_size); - set_addelem(RowSelected,objrow); - set_addelem(ColSelected,rhscol); - - stop=dd_FALSE; - do { /* Find a LP basis */ - dd_SelectPivot2(m_size,d_size,A,T,dd_MinIndex,OV,equalityset, - m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) { - set_addelem(RowSelected,r); - set_addelem(ColSelected,s); - dd_GaussianColumnPivot2(m_size,d_size,A,T,nbindex,bflag,r,s); - pivots_p0++; - rank++; - } else { - for (j=1;j<=d_size && *lps==dd_LPSundecided; j++) { - if (j!=rhscol && nbindex[j]<0){ - dd_TableauEntry(&val,m_size,d_size,A,T,objrow,j); - if (dd_Nonzero(val)){ /* dual inconsistent */ - *lps=dd_StrucDualInconsistent; - *cs=j; - /* dual inconsistent because the nonzero reduced cost */ - } - } - } - if (*lps==dd_LPSundecided) *found=dd_TRUE; - /* dependent columns but not dual inconsistent. */ - stop=dd_TRUE; - } - /* printf("d_size=%ld, rank=%ld\n",d_size,rank); */ - if (rank==d_size-1) { - stop = dd_TRUE; - *found=dd_TRUE; - } - } while (!stop); - - *pivot_no=pivots_p0; - dd_statBApivots+=pivots_p0; - set_free(RowSelected); - set_free(ColSelected); - dd_clear(val); -} - - -void dd_FindLPBasis2(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A, dd_Bmatrix T,dd_rowindex OV,dd_rowset equalityset, dd_colindex nbindex, - dd_rowindex bflag,dd_rowrange objrow,dd_colrange rhscol, - dd_colrange *cs,int *found,long *pivot_no) -{ - /* Similar to dd_FindLPBasis but it is much simpler. This tries to recompute T for - the specified basis given by nbindex. It will return *found=dd_FALSE if the specified - basis is not a basis. - */ - int chosen,stop; - long pivots_p0=0,rank; - dd_colset ColSelected,DependentCols; - dd_rowset RowSelected, NopivotRow; - mytype val; - dd_boolean localdebug=dd_FALSE; - - dd_rowrange r,negcount=0; - dd_colrange j,s; - - dd_init(val); - *found=dd_FALSE; *cs=0; rank=0; - - set_initialize(&RowSelected,m_size); - set_initialize(&DependentCols,d_size); - set_initialize(&ColSelected,d_size); - set_initialize(&NopivotRow,m_size); - set_addelem(RowSelected,objrow); - set_addelem(ColSelected,rhscol); - set_compl(NopivotRow, NopivotRow); /* set NopivotRow to be the groundset */ - - for (j=2; j<=d_size; j++) - if (nbindex[j]>0) - set_delelem(NopivotRow, nbindex[j]); - else if (nbindex[j]<0){ - negcount++; - set_addelem(DependentCols, -nbindex[j]); - set_addelem(ColSelected, -nbindex[j]); - } - - set_uni(RowSelected, RowSelected, NopivotRow); /* RowSelected is the set of rows not allowed to poviot on */ - - stop=dd_FALSE; - do { /* Find a LP basis */ - dd_SelectPivot2(m_size,d_size,A,T,dd_MinIndex,OV,equalityset, m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) { - set_addelem(RowSelected,r); - set_addelem(ColSelected,s); - - dd_GaussianColumnPivot2(m_size,d_size,A,T,nbindex,bflag,r,s); - if (localdebug && m_size <=10){ - dd_WriteBmatrix(stderr,d_size,T); - dd_WriteTableau(stderr,m_size,d_size,A,T,nbindex,bflag); - } - pivots_p0++; - rank++; - } else{ - *found=dd_FALSE; /* cannot pivot on any of the spacified positions. */ - stop=dd_TRUE; - } - if (rank==d_size-1-negcount) { - if (negcount){ - /* Now it tries to pivot on rows that are supposed to be dependent. */ - set_diff(ColSelected, ColSelected, DependentCols); - dd_SelectPivot2(m_size,d_size,A,T,dd_MinIndex,OV,equalityset, m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) *found=dd_FALSE; /* not supposed to be independent */ - else *found=dd_TRUE; - if (localdebug){ - printf("Try to check the dependent cols:"); - set_write(DependentCols); - if (chosen) printf("They are not dependent. Can still pivot on (%ld, %ld)\n",r, s); - else printf("They are indeed dependent.\n"); - } - } else { - *found=dd_TRUE; - } - stop = dd_TRUE; - } - } while (!stop); - - for (j=1; j<=d_size; j++) if (nbindex[j]>0) bflag[nbindex[j]]=j; - *pivot_no=pivots_p0; - set_free(RowSelected); - set_free(ColSelected); - set_free(NopivotRow); - set_free(DependentCols); - dd_clear(val); -} - -void dd_FindDualFeasibleBasis(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A,dd_Bmatrix T,dd_rowindex OV, - dd_colindex nbindex,dd_rowindex bflag,dd_rowrange objrow,dd_colrange rhscol, dd_boolean lexicopivot, - dd_colrange *s,dd_ErrorType *err,dd_LPStatusType *lps,long *pivot_no, long maxpivots) -{ - /* Find a dual feasible basis using Phase I of Dual Simplex method. - If the problem is dual feasible, - the procedure returns *err=NoError, *lps=LPSundecided and a dual feasible - basis. If the problem is dual infeasible, this returns - *err=NoError, *lps=DualInconsistent and the evidence column *s. - Caution: matrix A must have at least one extra row: the row space A[m_size] must - have been allocated. - */ - dd_boolean phase1,dualfeasible=dd_TRUE; - dd_boolean localdebug=dd_FALSE,chosen,stop; - dd_LPStatusType LPSphase1; - long pivots_p1=0; - dd_rowrange i,r_val; - dd_colrange j,l,ms=0,s_val,local_m_size; - mytype x,val,maxcost,axvalue,maxratio; - static dd_colrange d_last=0; - static dd_Arow rcost; - static dd_colindex nbindex_ref; /* to be used to store the initial feasible basis for lexico rule */ - - mytype scaling,svalue; /* random scaling mytype value */ - mytype minval; - - if (dd_debug) localdebug=dd_debug; - dd_init(x); dd_init(val); dd_init(scaling); dd_init(svalue); dd_init(axvalue); - dd_init(maxcost); dd_set(maxcost,dd_minuszero); - dd_init(maxratio); dd_set(maxratio,dd_minuszero); - if (d_last0) { - for (j=1; j<=d_last; j++){ dd_clear(rcost[j-1]);} - free(rcost); - free(nbindex_ref); - } - rcost=(mytype*) calloc(d_size,sizeof(mytype)); - nbindex_ref=(long*) calloc(d_size+1,sizeof(long)); - for (j=1; j<=d_size; j++){ dd_init(rcost[j-1]);} - d_last=d_size; - } - - *err=dd_NoError; *lps=dd_LPSundecided; *s=0; - local_m_size=m_size+1; /* increase m_size by 1 */ - - ms=0; /* ms will be the index of column which has the largest reduced cost */ - for (j=1; j<=d_size; j++){ - if (j!=rhscol){ - dd_TableauEntry(&(rcost[j-1]),local_m_size,d_size,A,T,objrow,j); - if (dd_Larger(rcost[j-1],maxcost)) {dd_set(maxcost,rcost[j-1]); ms = j;} - } - } - if (dd_Positive(maxcost)) dualfeasible=dd_FALSE; - - if (!dualfeasible){ - for (j=1; j<=d_size; j++){ - dd_set(A[local_m_size-1][j-1], dd_purezero); - for (l=1; l<=d_size; l++){ - if (nbindex[l]>0) { - dd_set_si(scaling,l+10); - dd_mul(svalue,A[nbindex[l]-1][j-1],scaling); - dd_sub(A[local_m_size-1][j-1],A[local_m_size-1][j-1],svalue); - /* To make the auxiliary row (0,-11,-12,...,-d-10). - It is likely to be better than (0, -1, -1, ..., -1) - to avoid a degenerate LP. Version 093c. */ - } - } - } - - if (localdebug){ - fprintf(stderr,"\ndd_FindDualFeasibleBasis: curruent basis is not dual feasible.\n"); - fprintf(stderr,"because of the column %ld assoc. with var %ld dual cost =", - ms,nbindex[ms]); - dd_WriteNumber(stderr, maxcost); - if (localdebug) { - if (m_size <=100 && d_size <=30){ - printf("\ndd_FindDualFeasibleBasis: the starting dictionary.\n"); - dd_WriteTableau(stdout,m_size+1,d_size,A,T,nbindex,bflag); - } - } - } - - ms=0; - /* Ratio Test: ms will be now the index of column which has the largest reduced cost - over the auxiliary row entry */ - for (j=1; j<=d_size; j++){ - if ((j!=rhscol) && dd_Positive(rcost[j-1])){ - dd_TableauEntry(&axvalue,local_m_size,d_size,A,T,local_m_size,j); - if (dd_Nonnegative(axvalue)) { - *err=dd_NumericallyInconsistent; - /* This should not happen as they are set negative above. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"dd_FindDualFeasibleBasis: Numerical Inconsistency detected.\n"); - goto _L99; - } - dd_neg(axvalue,axvalue); - dd_div(axvalue,rcost[j-1],axvalue); /* axvalue is the negative of ratio that is to be maximized. */ - if (dd_Larger(axvalue,maxratio)) { - dd_set(maxratio,axvalue); - ms = j; - } - } - } - - if (ms==0) { - *err=dd_NumericallyInconsistent; /* This should not happen. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"dd_FindDualFeasibleBasis: Numerical Inconsistency detected.\n"); - goto _L99; - } - - /* Pivot on (local_m_size,ms) so that the dual basic solution becomes feasible */ - dd_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,local_m_size,ms); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\ndd_FindDualFeasibleBasis: Pivot on %ld %ld.\n",local_m_size,ms); - } - - for (j=1; j<=d_size; j++) nbindex_ref[j]=nbindex[j]; - /* set the reference basis to be the current feasible basis. */ - if (localdebug){ - fprintf(stderr, "Store the current feasible basis:"); - for (j=1; j<=d_size; j++) fprintf(stderr, " %ld", nbindex_ref[j]); - fprintf(stderr, "\n"); - if (m_size <=100 && d_size <=30) - dd_WriteSignTableau2(stdout,m_size+1,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - phase1=dd_TRUE; stop=dd_FALSE; - do { /* Dual Simplex Phase I */ - chosen=dd_FALSE; LPSphase1=dd_LPSundecided; - if (pivots_p1>maxpivots) { - *err=dd_LPCycling; - fprintf(stderr,"max number %ld of pivots performed in Phase I. Switch to the anticycling phase.\n", maxpivots); - goto _L99; /* failure due to max no. of pivots performed */ - } - dd_SelectDualSimplexPivot(local_m_size,d_size,phase1,A,T,OV,nbindex_ref,nbindex,bflag, - objrow,rhscol,lexicopivot,&r_val,&s_val,&chosen,&LPSphase1); - if (!chosen) { - /* The current dictionary is terminal. There are two cases: - dd_TableauEntry(local_m_size,d_size,A,T,objrow,ms) is negative or zero. - The first case implies dual infeasible, - and the latter implies dual feasible but local_m_size is still in nonbasis. - We must pivot in the auxiliary variable local_m_size. - */ - dd_TableauEntry(&x,local_m_size,d_size,A,T,objrow,ms); - if (dd_Negative(x)){ - *err=dd_NoError; *lps=dd_DualInconsistent; *s=ms; - } - if (localdebug) { - fprintf(stderr,"\ndd_FindDualFeasibleBasis: the auxiliary variable was forced to enter the basis (# pivots = %ld).\n",pivots_p1); - fprintf(stderr," -- objrow %ld, ms %ld entry: ",objrow,ms); - dd_WriteNumber(stderr, x); fprintf(stderr,"\n"); - if (dd_Negative(x)){ - fprintf(stderr,"->The basis is dual inconsistent. Terminate.\n"); - } else { - fprintf(stderr,"->The basis is feasible. Go to phase II.\n"); - } - } - - dd_init(minval); - r_val=0; - for (i=1; i<=local_m_size; i++){ - if (bflag[i]<0) { - /* i is basic and not the objective variable */ - dd_TableauEntry(&val,local_m_size,d_size,A,T,i,ms); /* auxiliary column*/ - if (dd_Smaller(val, minval)) { - r_val=i; - dd_set(minval,val); - } - } - } - dd_clear(minval); - - if (r_val==0) { - *err=dd_NumericallyInconsistent; /* This should not happen. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"dd_FindDualFeasibleBasis: Numerical Inconsistency detected (r_val is 0).\n"); - goto _L99; - } - - dd_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,r_val,ms); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\ndd_FindDualFeasibleBasis: make the %ld-th pivot on %ld %ld to force the auxiliary variable to enter the basis.\n",pivots_p1,r_val,ms); - if (m_size <=100 && d_size <=30) - dd_WriteSignTableau2(stdout,m_size+1,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - stop=dd_TRUE; - - } else { - dd_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,r_val,s_val); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\ndd_FindDualFeasibleBasis: make a %ld-th pivot on %ld %ld\n",pivots_p1,r_val,s_val); - if (m_size <=100 && d_size <=30) - dd_WriteSignTableau2(stdout,local_m_size,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - - if (bflag[local_m_size]<0) { - stop=dd_TRUE; - if (localdebug) - fprintf(stderr,"\nDualSimplex Phase I: the auxiliary variable entered the basis (# pivots = %ld).\nGo to phase II\n",pivots_p1); - } - } - } while(!stop); - } -_L99: - *pivot_no=pivots_p1; - dd_statDS1pivots+=pivots_p1; - dd_clear(x); dd_clear(val); dd_clear(maxcost); dd_clear(maxratio); - dd_clear(scaling); dd_clear(svalue); dd_clear(axvalue); -} - -void dd_DualSimplexMinimize(dd_LPPtr lp,dd_ErrorType *err) -{ - dd_colrange j; - - *err=dd_NoError; - for (j=1; j<=lp->d; j++) - dd_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - dd_DualSimplexMaximize(lp,err); - dd_neg(lp->optvalue,lp->optvalue); - for (j=1; j<=lp->d; j++){ - if (lp->LPS!=dd_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - dd_neg(lp->dsol[j-1],lp->dsol[j-1]); - } - dd_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - } -} - -void dd_DualSimplexMaximize(dd_LPPtr lp,dd_ErrorType *err) -/* -When LP is inconsistent then lp->re returns the evidence row. -When LP is dual-inconsistent then lp->se returns the evidence column. -*/ -{ - int stop,chosen,phase1,found; - long pivots_ds=0,pivots_p0=0,pivots_p1=0,pivots_pc=0,maxpivots,maxpivfactor=20; - dd_boolean localdebug=dd_FALSE,localdebug1=dd_FALSE; - -#if !defined GMPRATIONAL - long maxccpivots,maxccpivfactor=100; - /* criss-cross should not cycle, but with floating-point arithmetics, it happens - (very rarely). Jorg Rambau reported such an LP, in August 2003. Thanks Jorg! - */ -#endif - - dd_rowrange i,r; - dd_colrange j,s; - static dd_rowindex bflag; - static long mlast=0,nlast=0; - static dd_rowindex OrderVector; /* the permutation vector to store a preordered row indeces */ - static dd_colindex nbindex_ref; /* to be used to store the initial feasible basis for lexico rule */ - - double redpercent=0,redpercent_prev=0,redgain=0; - unsigned int rseed=1; - - /* *err=dd_NoError; */ - if (dd_debug) localdebug=dd_debug; - set_emptyset(lp->redset_extra); - for (i=0; i<= 4; i++) lp->pivots[i]=0; - maxpivots=maxpivfactor*lp->d; /* maximum pivots to be performed before cc pivot is applied. */ -#if !defined GMPRATIONAL - maxccpivots=maxccpivfactor*lp->d; /* maximum pivots to be performed with emergency cc pivots. */ -#endif - if (mlast!=lp->m || nlast!=lp->d){ - if (mlast>0) { /* called previously with different lp->m */ - free(OrderVector); - free(bflag); - free(nbindex_ref); - } - OrderVector=(long *)calloc(lp->m+1,sizeof(*OrderVector)); - bflag=(long *) calloc(lp->m+2,sizeof(*bflag)); /* one more element for an auxiliary variable */ - nbindex_ref=(long*) calloc(lp->d+1,sizeof(long)); - mlast=lp->m;nlast=lp->d; - } - /* Initializing control variables. */ - dd_ComputeRowOrderVector2(lp->m,lp->d,lp->A,OrderVector,dd_MinIndex,rseed); - - lp->re=0; lp->se=0; - - dd_ResetTableau(lp->m,lp->d,lp->B,lp->nbindex,bflag,lp->objrow,lp->rhscol); - - dd_FindLPBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->equalityset,lp->nbindex,bflag, - lp->objrow,lp->rhscol,&s,&found,&(lp->LPS),&pivots_p0); - lp->pivots[0]=pivots_p0; - - if (!found){ - lp->se=s; - goto _L99; - /* No LP basis is found, and thus Inconsistent. - Output the evidence column. */ - } - - dd_FindDualFeasibleBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->nbindex,bflag, - lp->objrow,lp->rhscol,lp->lexicopivot,&s, err,&(lp->LPS),&pivots_p1, maxpivots); - lp->pivots[1]=pivots_p1; - - for (j=1; j<=lp->d; j++) nbindex_ref[j]=lp->nbindex[j]; - /* set the reference basis to be the current feasible basis. */ - if (localdebug){ - fprintf(stderr, "dd_DualSimplexMaximize: Store the current feasible basis:"); - for (j=1; j<=lp->d; j++) fprintf(stderr, " %ld", nbindex_ref[j]); - fprintf(stderr, "\n"); - if (lp->m <=100 && lp->d <=30) - dd_WriteSignTableau2(stdout,lp->m+1,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - - if (*err==dd_LPCycling || *err==dd_NumericallyInconsistent){ - if (localdebug) fprintf(stderr, "Phase I failed and thus switch to the Criss-Cross method\n"); - dd_CrissCrossMaximize(lp,err); - return; - } - - if (lp->LPS==dd_DualInconsistent){ - lp->se=s; - goto _L99; - /* No dual feasible basis is found, and thus DualInconsistent. - Output the evidence column. */ - } - - /* Dual Simplex Method */ - stop=dd_FALSE; - do { - chosen=dd_FALSE; lp->LPS=dd_LPSundecided; phase1=dd_FALSE; - if (pivots_dsm,lp->d,phase1,lp->A,lp->B,OrderVector,nbindex_ref,lp->nbindex,bflag, - lp->objrow,lp->rhscol,lp->lexicopivot,&r,&s,&chosen,&(lp->LPS)); - } - if (chosen) { - pivots_ds=pivots_ds+1; - if (lp->redcheck_extensive) { - dd_GetRedundancyInformation(lp->m,lp->d,lp->A,lp->B,lp->nbindex, bflag, lp->redset_extra); - set_uni(lp->redset_accum, lp->redset_accum,lp->redset_extra); - redpercent=100*(double)set_card(lp->redset_extra)/(double)lp->m; - redgain=redpercent-redpercent_prev; - redpercent_prev=redpercent; - if (localdebug1){ - fprintf(stderr,"\ndd_DualSimplexMaximize: Phase II pivot %ld on (%ld, %ld).\n",pivots_ds,r,s); - fprintf(stderr," redundancy %f percent: redset size = %ld\n",redpercent,set_card(lp->redset_extra)); - } - } - } - if (!chosen && lp->LPS==dd_LPSundecided) { - if (localdebug1){ - fprintf(stderr,"Warning: an emergency CC pivot in Phase II is performed\n"); - /* In principle this should not be executed because we already have dual feasibility - attained and dual simplex pivot should have been chosen. This might occur - under floating point computation, or the case of cycling. - */ - if (localdebug && lp->m <=100 && lp->d <=30){ - fprintf(stderr,"\ndd_DualSimplexMaximize: The current dictionary.\n"); - dd_WriteSignTableau2(stdout,lp->m,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - } - -#if !defined GMPRATIONAL - if (pivots_pc>maxccpivots) { - *err=dd_LPCycling; - stop=dd_TRUE; - goto _L99; - } -#endif - - dd_SelectCrissCrossPivot(lp->m,lp->d,lp->A,lp->B,bflag, - lp->objrow,lp->rhscol,&r,&s,&chosen,&(lp->LPS)); - if (chosen) pivots_pc=pivots_pc+1; - } - if (chosen) { - dd_GaussianColumnPivot2(lp->m,lp->d,lp->A,lp->B,lp->nbindex,bflag,r,s); - if (localdebug && lp->m <=100 && lp->d <=30){ - fprintf(stderr,"\ndd_DualSimplexMaximize: The current dictionary.\n"); - dd_WriteSignTableau2(stdout,lp->m,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - } else { - switch (lp->LPS){ - case dd_Inconsistent: lp->re=r; - case dd_DualInconsistent: lp->se=s; - - default: break; - } - stop=dd_TRUE; - } - } while(!stop); -_L99: - lp->pivots[2]=pivots_ds; - lp->pivots[3]=pivots_pc; - dd_statDS2pivots+=pivots_ds; - dd_statACpivots+=pivots_pc; - - dd_SetSolutions(lp->m,lp->d,lp->A,lp->B,lp->objrow,lp->rhscol,lp->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lp->nbindex,lp->re,lp->se,bflag); - -} - - - -void dd_CrissCrossMinimize(dd_LPPtr lp,dd_ErrorType *err) -{ - dd_colrange j; - - *err=dd_NoError; - for (j=1; j<=lp->d; j++) - dd_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - dd_CrissCrossMaximize(lp,err); - dd_neg(lp->optvalue,lp->optvalue); - for (j=1; j<=lp->d; j++){ - if (lp->LPS!=dd_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - dd_neg(lp->dsol[j-1],lp->dsol[j-1]); - } - dd_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - } -} - -void dd_CrissCrossMaximize(dd_LPPtr lp,dd_ErrorType *err) -/* -When LP is inconsistent then lp->re returns the evidence row. -When LP is dual-inconsistent then lp->se returns the evidence column. -*/ -{ - int stop,chosen,found; - long pivots0,pivots1; -#if !defined GMPRATIONAL - long maxpivots,maxpivfactor=1000; - /* criss-cross should not cycle, but with floating-point arithmetics, it happens - (very rarely). Jorg Rambau reported such an LP, in August 2003. Thanks Jorg! - */ -#endif - - dd_rowrange i,r; - dd_colrange s; - static dd_rowindex bflag; - static long mlast=0; - static dd_rowindex OrderVector; /* the permutation vector to store a preordered row indeces */ - unsigned int rseed=1; - dd_colindex nbtemp; - - *err=dd_NoError; -#if !defined GMPRATIONAL - maxpivots=maxpivfactor*lp->d; /* maximum pivots to be performed when floating-point arithmetics is used. */ -#endif - nbtemp=(long *) calloc(lp->d+1,sizeof(long)); - for (i=0; i<= 4; i++) lp->pivots[i]=0; - if (bflag==NULL || mlast!=lp->m){ - if (mlast!=lp->m && mlast>0) { - free(bflag); /* called previously with different lp->m */ - free(OrderVector); - } - bflag=(long *) calloc(lp->m+1,sizeof(long)); - OrderVector=(long *)calloc(lp->m+1,sizeof(long)); - /* initialize only for the first time or when a larger space is needed */ - - mlast=lp->m; - } - /* Initializing control variables. */ - dd_ComputeRowOrderVector2(lp->m,lp->d,lp->A,OrderVector,dd_MinIndex,rseed); - - lp->re=0; lp->se=0; pivots1=0; - - dd_ResetTableau(lp->m,lp->d,lp->B,lp->nbindex,bflag,lp->objrow,lp->rhscol); - - dd_FindLPBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->equalityset, - lp->nbindex,bflag,lp->objrow,lp->rhscol,&s,&found,&(lp->LPS),&pivots0); - lp->pivots[0]+=pivots0; - - if (!found){ - lp->se=s; - goto _L99; - /* No LP basis is found, and thus Inconsistent. - Output the evidence column. */ - } - - stop=dd_FALSE; - do { /* Criss-Cross Method */ -#if !defined GMPRATIONAL - if (pivots1>maxpivots) { - *err=dd_LPCycling; - fprintf(stderr,"max number %ld of pivots performed by the criss-cross method. Most likely due to the floating-point arithmetics error.\n", maxpivots); - goto _L99; /* failure due to max no. of pivots performed */ - } -#endif - - dd_SelectCrissCrossPivot(lp->m,lp->d,lp->A,lp->B,bflag, - lp->objrow,lp->rhscol,&r,&s,&chosen,&(lp->LPS)); - if (chosen) { - dd_GaussianColumnPivot2(lp->m,lp->d,lp->A,lp->B,lp->nbindex,bflag,r,s); - pivots1++; - } else { - switch (lp->LPS){ - case dd_Inconsistent: lp->re=r; - case dd_DualInconsistent: lp->se=s; - - default: break; - } - stop=dd_TRUE; - } - } while(!stop); - -_L99: - lp->pivots[1]+=pivots1; - dd_statCCpivots+=pivots1; - dd_SetSolutions(lp->m,lp->d,lp->A,lp->B, - lp->objrow,lp->rhscol,lp->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lp->nbindex,lp->re,lp->se,bflag); - free(nbtemp); -} - -void dd_SetSolutions(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A,dd_Bmatrix T, - dd_rowrange objrow,dd_colrange rhscol,dd_LPStatusType LPS, - mytype *optvalue,dd_Arow sol,dd_Arow dsol,dd_rowset posset, dd_colindex nbindex, - dd_rowrange re,dd_colrange se,dd_rowindex bflag) -/* -Assign the solution vectors to sol,dsol,*optvalue after solving -the LP. -*/ -{ - dd_rowrange i; - dd_colrange j; - mytype x,sw; - int localdebug=dd_FALSE; - - dd_init(x); dd_init(sw); - if (localdebug) fprintf(stderr,"SetSolutions:\n"); - switch (LPS){ - case dd_Optimal: - for (j=1;j<=d_size; j++) { - dd_set(sol[j-1],T[j-1][rhscol-1]); - dd_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - dd_neg(dsol[j-1],x); - dd_TableauEntry(optvalue,m_size,d_size,A,T,objrow,rhscol); - if (localdebug) {fprintf(stderr,"dsol[%ld]= ",nbindex[j]); dd_WriteNumber(stderr, dsol[j-1]); } - } - for (i=1; i<=m_size; i++) { - if (bflag[i]==-1) { /* i is a basic variable */ - dd_TableauEntry(&x,m_size,d_size,A,T,i,rhscol); - if (dd_Positive(x)) set_addelem(posset, i); - } - } - - break; - case dd_Inconsistent: - if (localdebug) fprintf(stderr,"SetSolutions: LP is inconsistent.\n"); - for (j=1;j<=d_size; j++) { - dd_set(sol[j-1],T[j-1][rhscol-1]); - dd_TableauEntry(&x,m_size,d_size,A,T,re,j); - dd_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]=",nbindex[j]); - dd_WriteNumber(stderr,dsol[j-1]); - fprintf(stderr,"\n"); - } - } - break; - - case dd_DualInconsistent: - if (localdebug) printf( "SetSolutions: LP is dual inconsistent.\n"); - for (j=1;j<=d_size; j++) { - dd_set(sol[j-1],T[j-1][se-1]); - dd_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - dd_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]=",nbindex[j]); - dd_WriteNumber(stderr,dsol[j-1]); - fprintf(stderr,"\n"); - } - } - break; - - case dd_StrucDualInconsistent: - dd_TableauEntry(&x,m_size,d_size,A,T,objrow,se); - if (dd_Positive(x)) dd_set(sw,dd_one); - else dd_neg(sw,dd_one); - for (j=1;j<=d_size; j++) { - dd_mul(sol[j-1],sw,T[j-1][se-1]); - dd_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - dd_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]= ",nbindex[j]);dd_WriteNumber(stderr,dsol[j-1]);} - } - if (localdebug) fprintf(stderr,"SetSolutions: LP is dual inconsistent.\n"); - break; - - default:break; - } - dd_clear(x); dd_clear(sw); -} - - -void dd_RandomPermutation2(dd_rowindex OV,long t,unsigned int seed) -{ - long k,j,ovj; - double u,xk,r,rand_max=(double) RAND_MAX; - int localdebug=dd_FALSE; - - srand(seed); - for (j=t; j>1 ; j--) { - r=rand(); - u=r/rand_max; - xk=(double)(j*u +1); - k=(long)xk; - if (localdebug) fprintf(stderr,"u=%g, k=%ld, r=%g, randmax= %g\n",u,k,r,rand_max); - ovj=OV[j]; - OV[j]=OV[k]; - OV[k]=ovj; - if (localdebug) fprintf(stderr,"row %ld is exchanged with %ld\n",j,k); - } -} - -void dd_ComputeRowOrderVector2(dd_rowrange m_size,dd_colrange d_size,dd_Amatrix A, - dd_rowindex OV,dd_RowOrderType ho,unsigned int rseed) -{ - long i,itemp; - - OV[0]=0; - switch (ho){ - case dd_MaxIndex: - for(i=1; i<=m_size; i++) OV[i]=m_size-i+1; - break; - - case dd_LexMin: - for(i=1; i<=m_size; i++) OV[i]=i; - dd_QuickSort(OV,1,m_size,A,d_size); - break; - - case dd_LexMax: - for(i=1; i<=m_size; i++) OV[i]=i; - dd_QuickSort(OV,1,m_size,A,d_size); - for(i=1; i<=m_size/2;i++){ /* just reverse the order */ - itemp=OV[i]; - OV[i]=OV[m_size-i+1]; - OV[m_size-i+1]=itemp; - } - break; - - case dd_RandomRow: - for(i=1; i<=m_size; i++) OV[i]=i; - if (rseed<=0) rseed=1; - dd_RandomPermutation2(OV,m_size,rseed); - break; - - case dd_MinIndex: - for(i=1; i<=m_size; i++) OV[i]=i; - break; - - default: - for(i=1; i<=m_size; i++) OV[i]=i; - break; - } -} - -void dd_SelectPreorderedNext2(dd_rowrange m_size,dd_colrange d_size, - rowset excluded,dd_rowindex OV,dd_rowrange *hnext) -{ - dd_rowrange i,k; - - *hnext=0; - for (i=1; i<=m_size && *hnext==0; i++){ - k=OV[i]; - if (!set_member(k,excluded)) *hnext=k ; - } -} - -#ifdef GMPRATIONAL - -ddf_LPObjectiveType Obj2Obj(dd_LPObjectiveType obj) -{ - ddf_LPObjectiveType objf=ddf_LPnone; - - switch (obj) { - case dd_LPnone: objf=ddf_LPnone; break; - case dd_LPmax: objf=ddf_LPmax; break; - case dd_LPmin: objf=ddf_LPmin; break; - } - return objf; -} - -ddf_LPPtr dd_LPgmp2LPf(dd_LPPtr lp) -{ - dd_rowrange i; - dd_colrange j; - ddf_LPType *lpf; - double val; - dd_boolean localdebug=dd_FALSE; - - if (localdebug) fprintf(stderr,"Converting a GMP-LP to a float-LP.\n"); - - lpf=ddf_CreateLPData(Obj2Obj(lp->objective), ddf_Real, lp->m, lp->d); - lpf->Homogeneous = lp->Homogeneous; - lpf->eqnumber=lp->eqnumber; /* this records the number of equations */ - - for (i = 1; i <= lp->m; i++) { - if (set_member(i, lp->equalityset)) set_addelem(lpf->equalityset,i); - /* it is equality. Its reversed row will not be in this set */ - for (j = 1; j <= lp->d; j++) { - val=mpq_get_d(lp->A[i-1][j-1]); - ddf_set_d(lpf->A[i-1][j-1],val); - } /*of j*/ - } /*of i*/ - - return lpf; -} - - -#endif - - -dd_boolean dd_LPSolve(dd_LPPtr lp,dd_LPSolverType solver,dd_ErrorType *err) -/* -The current version of dd_LPSolve that solves an LP with floating-arithmetics first -and then with the specified arithimetics if it is GMP. - -When LP is inconsistent then *re returns the evidence row. -When LP is dual-inconsistent then *se returns the evidence column. -*/ -{ - int i; - dd_boolean found=dd_FALSE; -#ifdef GMPRATIONAL - ddf_LPPtr lpf; - ddf_ErrorType errf; - dd_boolean LPScorrect=dd_FALSE; - dd_boolean localdebug=dd_FALSE; - if (dd_debug) localdebug=dd_debug; -#endif - - *err=dd_NoError; - lp->solver=solver; - - time(&lp->starttime); - -#ifndef GMPRATIONAL - switch (lp->solver) { - case dd_CrissCross: - dd_CrissCrossSolve(lp,err); - break; - case dd_DualSimplex: - dd_DualSimplexSolve(lp,err); - break; - } -#else - lpf=dd_LPgmp2LPf(lp); - switch (lp->solver) { - case dd_CrissCross: - ddf_CrissCrossSolve(lpf,&errf); /* First, run with double float. */ - if (errf==ddf_NoError){ /* 094a: fix for a bug reported by Dima Pasechnik */ - dd_BasisStatus(lpf,lp, &LPScorrect); /* Check the basis. */ - } else {LPScorrect=dd_FALSE;} - if (!LPScorrect) { - if (localdebug) printf("BasisStatus: the current basis is NOT verified with GMP. Rerun with GMP.\n"); - dd_CrissCrossSolve(lp,err); /* Rerun with GMP if fails. */ - } else { - if (localdebug) printf("BasisStatus: the current basis is verified with GMP. The LP Solved.\n"); - } - break; - case dd_DualSimplex: - ddf_DualSimplexSolve(lpf,&errf); /* First, run with double float. */ - if (errf==ddf_NoError){ /* 094a: fix for a bug reported by Dima Pasechnik */ - dd_BasisStatus(lpf,lp, &LPScorrect); /* Check the basis. */ - } else {LPScorrect=dd_FALSE;} - if (!LPScorrect){ - if (localdebug) printf("BasisStatus: the current basis is NOT verified with GMP. Rerun with GMP.\n"); - dd_DualSimplexSolve(lp,err); /* Rerun with GMP if fails. */ - if (localdebug){ - printf("*total number pivots = %ld (ph0 = %ld, ph1 = %ld, ph2 = %ld, ph3 = %ld, ph4 = %ld)\n", - lp->total_pivots,lp->pivots[0],lp->pivots[1],lp->pivots[2],lp->pivots[3],lp->pivots[4]); - ddf_WriteLPResult(stdout, lpf, errf); - dd_WriteLP(stdout, lp); - } - } else { - if (localdebug) printf("BasisStatus: the current basis is verified with GMP. The LP Solved.\n"); - } - break; - } - ddf_FreeLPData(lpf); -#endif - - time(&lp->endtime); - lp->total_pivots=0; - for (i=0; i<=4; i++) lp->total_pivots+=lp->pivots[i]; - if (*err==dd_NoError) found=dd_TRUE; - return found; -} - - -dd_boolean dd_LPSolve0(dd_LPPtr lp,dd_LPSolverType solver,dd_ErrorType *err) -/* -The original version of dd_LPSolve that solves an LP with specified arithimetics. - -When LP is inconsistent then *re returns the evidence row. -When LP is dual-inconsistent then *se returns the evidence column. -*/ -{ - int i; - dd_boolean found=dd_FALSE; - - *err=dd_NoError; - lp->solver=solver; - time(&lp->starttime); - - switch (lp->solver) { - case dd_CrissCross: - dd_CrissCrossSolve(lp,err); - break; - case dd_DualSimplex: - dd_DualSimplexSolve(lp,err); - break; - } - - time(&lp->endtime); - lp->total_pivots=0; - for (i=0; i<=4; i++) lp->total_pivots+=lp->pivots[i]; - if (*err==dd_NoError) found=dd_TRUE; - return found; -} - - -dd_LPPtr dd_MakeLPforInteriorFinding(dd_LPPtr lp) -/* Delete the objective row, - add an extra column with -1's to the matrix A, - add an extra row with (bceil, 0,...,0,-1), - add an objective row with (0,...,0,1), and - rows & columns, and change m_size and d_size accordingly, to output new_A. - This sets up the LP: - maximize x_{d+1} - s.t. A x + x_{d+1} <= b - x_{d+1} <= bm * bmax, - where bm is set to 2 by default, and bmax=max{1, b[1],...,b[m_size]}. - Note that the equalitions (linearity) in the input lp will be ignored. -*/ -{ - dd_rowrange m; - dd_colrange d; - dd_NumberType numbtype; - dd_LPObjectiveType obj; - dd_LPType *lpnew; - dd_rowrange i; - dd_colrange j; - mytype bm,bmax,bceil; - int localdebug=dd_FALSE; - - dd_init(bm); dd_init(bmax); dd_init(bceil); - dd_add(bm,dd_one,dd_one); dd_set(bmax,dd_one); - numbtype=lp->numbtype; - m=lp->m+1; - d=lp->d+1; - obj=dd_LPmax; - - lpnew=dd_CreateLPData(obj, numbtype, m, d); - - for (i=1; i<=lp->m; i++) { - if (dd_Larger(lp->A[i-1][lp->rhscol-1],bmax)) - dd_set(bmax,lp->A[i-1][lp->rhscol-1]); - } - dd_mul(bceil,bm,bmax); - if (localdebug) {fprintf(stderr,"bceil is set to "); dd_WriteNumber(stderr, bceil);} - - for (i=1; i <= lp->m; i++) { - for (j=1; j <= lp->d; j++) { - dd_set(lpnew->A[i-1][j-1],lp->A[i-1][j-1]); - } - } - - for (i=1;i<=lp->m; i++){ - dd_neg(lpnew->A[i-1][lp->d],dd_one); /* new column with all minus one's */ - } - - for (j=1;j<=lp->d;j++){ - dd_set(lpnew->A[m-2][j-1],dd_purezero); /* new row (bceil, 0,...,0,-1) */ - } - dd_set(lpnew->A[m-2][0],bceil); /* new row (bceil, 0,...,0,-1) */ - - for (j=1;j<= d-1;j++) { - dd_set(lpnew->A[m-1][j-1],dd_purezero); /* new obj row with (0,...,0,1) */ - } - dd_set(lpnew->A[m-1][d-1],dd_one); /* new obj row with (0,...,0,1) */ - - if (localdebug) dd_WriteAmatrix(stderr, lp->A, lp->m, lp->d); - if (localdebug) dd_WriteAmatrix(stderr, lpnew->A, lpnew->m, lpnew->d); - dd_clear(bm); dd_clear(bmax); dd_clear(bceil); - - return lpnew; -} - - -void dd_WriteLPResult(FILE *f,dd_LPPtr lp,dd_ErrorType err) -{ - long j; - - fprintf(f,"* cdd LP solver result\n"); - - if (err!=dd_NoError) { - dd_WriteErrorMessages(f,err); - goto _L99; - } - - dd_WriteProgramDescription(f); - - fprintf(f,"* #constraints = %ld\n",lp->m-1); - fprintf(f,"* #variables = %ld\n",lp->d-1); - - switch (lp->solver) { - case dd_DualSimplex: - fprintf(f,"* Algorithm: dual simplex algorithm\n");break; - case dd_CrissCross: - fprintf(f,"* Algorithm: criss-cross method\n");break; - } - - switch (lp->objective) { - case dd_LPmax: - fprintf(f,"* maximization is chosen\n");break; - case dd_LPmin: - fprintf(f,"* minimization is chosen\n");break; - case dd_LPnone: - fprintf(f,"* no objective type (max or min) is chosen\n");break; - } - - if (lp->objective==dd_LPmax||lp->objective==dd_LPmin){ - fprintf(f,"* Objective function is\n"); - for (j=0; jd; j++){ - if (j>0 && dd_Nonnegative(lp->A[lp->objrow-1][j]) ) fprintf(f," +"); - if (j>0 && (j % 5) == 0) fprintf(f,"\n"); - dd_WriteNumber(f,lp->A[lp->objrow-1][j]); - if (j>0) fprintf(f," X[%3ld]",j); - } - fprintf(f,"\n"); - } - - switch (lp->LPS){ - case dd_Optimal: - fprintf(f,"* LP status: a dual pair (x,y) of optimal solutions found.\n"); - fprintf(f,"begin\n"); - fprintf(f," primal_solution\n"); - for (j=1; jd; j++) { - fprintf(f," %3ld : ",j); - dd_WriteNumber(f,lp->sol[j]); - fprintf(f,"\n"); - } - fprintf(f," dual_solution\n"); - for (j=1; jd; j++){ - if (lp->nbindex[j+1]>0) { - fprintf(f," %3ld : ",lp->nbindex[j+1]); - dd_WriteNumber(f,lp->dsol[j]); fprintf(f,"\n"); - } - } - fprintf(f," optimal_value : "); dd_WriteNumber(f,lp->optvalue); - fprintf(f,"\nend\n"); - break; - - case dd_Inconsistent: - fprintf(f,"* LP status: LP is inconsistent.\n"); - fprintf(f,"* The positive combination of original inequalities with\n"); - fprintf(f,"* the following coefficients will prove the inconsistency.\n"); - fprintf(f,"begin\n"); - fprintf(f," dual_direction\n"); - fprintf(f," %3ld : ",lp->re); - dd_WriteNumber(f,dd_one); fprintf(f,"\n"); - for (j=1; jd; j++){ - if (lp->nbindex[j+1]>0) { - fprintf(f," %3ld : ",lp->nbindex[j+1]); - dd_WriteNumber(f,lp->dsol[j]); fprintf(f,"\n"); - } - } - fprintf(f,"end\n"); - break; - - case dd_DualInconsistent: case dd_StrucDualInconsistent: - fprintf(f,"* LP status: LP is dual inconsistent.\n"); - fprintf(f,"* The linear combination of columns with\n"); - fprintf(f,"* the following coefficients will prove the dual inconsistency.\n"); - fprintf(f,"* (It is also an unbounded direction for the primal LP.)\n"); - fprintf(f,"begin\n"); - fprintf(f," primal_direction\n"); - for (j=1; jd; j++) { - fprintf(f," %3ld : ",j); - dd_WriteNumber(f,lp->sol[j]); - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - break; - - default: - break; - } - fprintf(f,"* number of pivot operations = %ld (ph0 = %ld, ph1 = %ld, ph2 = %ld, ph3 = %ld, ph4 = %ld)\n",lp->total_pivots,lp->pivots[0],lp->pivots[1],lp->pivots[2],lp->pivots[3],lp->pivots[4]); - dd_WriteLPTimes(f, lp); -_L99:; -} - -dd_LPPtr dd_CreateLP_H_ImplicitLinearity(dd_MatrixPtr M) -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPPtr lp; - dd_boolean localdebug=dd_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize+1; - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_TRUE; - lp->objective = dd_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=dd_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - } else { - dd_set(lp->A[i-1][d-1],dd_minusone); /* b_I + A_I x - 1 z >= 0 (z=x_d) */ - } - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && dd_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - dd_set(lp->A[m-2][0],dd_one); dd_set(lp->A[m-2][d-1],dd_minusone); - /* make the LP bounded. */ - - dd_set(lp->A[m-1][d-1],dd_one); - /* objective is to maximize z. */ - - if (localdebug) { - fprintf(stderr,"dd_CreateLP_H_ImplicitLinearity: an new lp is\n"); - dd_WriteLP(stderr,lp); - } - - return lp; -} - -dd_LPPtr dd_CreateLP_V_ImplicitLinearity(dd_MatrixPtr M) -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPPtr lp; - dd_boolean localdebug=dd_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=(M->colsize)+2; - /* Two more columns. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_FALSE; - lp->objective = dd_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=dd_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - dd_set(lp->A[i-1][0],dd_purezero); /* It is almost completely degerate LP */ - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } else { - dd_set(lp->A[i-1][d-1],dd_minusone); /* b_I x_0 + A_I x - 1 z >= 0 (z=x_d) */ - } - for (j = 2; j <= (M->colsize)+1; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - } /*of i*/ - dd_set(lp->A[m-2][0],dd_one); dd_set(lp->A[m-2][d-1],dd_minusone); - /* make the LP bounded. */ - dd_set(lp->A[m-1][d-1],dd_one); - /* objective is to maximize z. */ - - if (localdebug) { - fprintf(stderr,"dd_CreateLP_V_ImplicitLinearity: an new lp is\n"); - dd_WriteLP(stderr,lp); - } - - return lp; -} - - -dd_LPPtr dd_CreateLP_H_Redundancy(dd_MatrixPtr M, dd_rowrange itest) -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPPtr lp; - dd_boolean localdebug=dd_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize; - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_TRUE; - lp->objective = dd_LPmin; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=dd_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && dd_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = dd_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= M->colsize; j++) { - dd_set(lp->A[m-1][j-1],M->matrix[itest-1][j-1]); - /* objective is to violate the inequality in question. */ - } /*of j*/ - dd_add(lp->A[itest-1][0],lp->A[itest-1][0],dd_one); /* relax the original inequality by one */ - - return lp; -} - - -dd_LPPtr dd_CreateLP_V_Redundancy(dd_MatrixPtr M, dd_rowrange itest) -{ - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPPtr lp; - dd_boolean localdebug=dd_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=(M->colsize)+1; - /* One more column. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_FALSE; - lp->objective = dd_LPmin; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=dd_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (i==itest){ - dd_set(lp->A[i-1][0],dd_one); /* this is to make the LP bounded, ie. the min >= -1 */ - } else { - dd_set(lp->A[i-1][0],dd_purezero); /* It is almost completely degerate LP */ - } - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 2; j <= (M->colsize)+1; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - } /*of i*/ - for (j = 2; j <= (M->colsize)+1; j++) { - dd_set(lp->A[m-1][j-1],M->matrix[itest-1][j-2]); - /* objective is to violate the inequality in question. */ - } /*of j*/ - dd_set(lp->A[m-1][0],dd_purezero); /* the constant term for the objective is zero */ - - if (localdebug) dd_WriteLP(stdout, lp); - - return lp; -} - - -dd_LPPtr dd_CreateLP_V_SRedundancy(dd_MatrixPtr M, dd_rowrange itest) -{ -/* - V-representation (=boundary problem) - g* = maximize - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} (the sum of slacks) - subject to - b_itest x_0 + A_itest x = 0 (the point has to lie on the boundary) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators in one side) - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} x <= 1 (to make an LP bounded) - b_L x_0 + A_L x = 0. (linearity generators) - - The redundant row is strongly redundant if and only if g* is zero. -*/ - - dd_rowrange m, i, irev, linc; - dd_colrange d, j; - dd_LPPtr lp; - dd_boolean localdebug=dd_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+2; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. - Two extra constraints are for the first equation and the bouding inequality. - */ - d=(M->colsize)+1; - /* One more column. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=dd_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = dd_FALSE; - lp->objective = dd_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (i==itest){ - dd_set(lp->A[i-1][0],dd_purezero); /* this is a half of the boundary constraint. */ - } else { - dd_set(lp->A[i-1][0],dd_purezero); /* It is almost completely degerate LP */ - } - if (set_member(i, M->linset) || i==itest) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - dd_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 2; j <= (M->colsize)+1; j++) { - dd_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - dd_add(lp->A[m-1][j-1],lp->A[m-1][j-1],lp->A[i-1][j-1]); /* the objective is the sum of all ineqalities */ - } /*of j*/ - } /*of i*/ - for (j = 2; j <= (M->colsize)+1; j++) { - dd_neg(lp->A[m-2][j-1],lp->A[m-1][j-1]); - /* to make an LP bounded. */ - } /*of j*/ - dd_set(lp->A[m-2][0],dd_one); /* the constant term for the bounding constraint is 1 */ - - if (localdebug) dd_WriteLP(stdout, lp); - - return lp; -} - -dd_boolean dd_Redundant(dd_MatrixPtr M, dd_rowrange itest, dd_Arow certificate, dd_ErrorType *error) - /* 092 */ -{ - /* Checks whether the row itest is redundant for the representation. - All linearity rows are not checked and considered NONredundant. - This code works for both H- and V-representations. A certificate is - given in the case of non-redundancy, showing a solution x violating only the itest - inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - - H-representation - f* = minimize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality to make an LP bounded) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = minimize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (to make an LP bounded) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, the itest data is nonredundant if and only if the optimal value f* is negative. - The certificate has dimension one more for V-representation case. - */ - - dd_colrange j; - dd_LPPtr lp; - dd_LPSolutionPtr lps; - dd_ErrorType err=dd_NoError; - dd_boolean answer=dd_FALSE,localdebug=dd_FALSE; - - *error=dd_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==dd_Generator){ - lp=dd_CreateLP_V_Redundancy(M, itest); - } else { - lp=dd_CreateLP_H_Redundancy(M, itest); - } - - dd_LPSolve(lp,dd_choiceRedcheckAlgorithm,&err); - if (err!=dd_NoError){ - *error=err; - goto _L999; - } else { - lps=dd_CopyLPSolution(lp); - - for (j=0; jd; j++) { - dd_set(certificate[j], lps->sol[j]); - } - - if (dd_Negative(lps->optvalue)){ - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th row is nonredundant.\n",itest); - } else { - answer=dd_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th row is redundant.\n",itest); - } - dd_FreeLPSolution(lps); - } - _L999: - dd_FreeLPData(lp); -_L99: - return answer; -} - -dd_boolean dd_RedundantExtensive(dd_MatrixPtr M, dd_rowrange itest, dd_Arow certificate, -dd_rowset *redset,dd_ErrorType *error) - /* 094 */ -{ - /* This uses the same LP construction as dd_Reduandant. But, while it is checking - the redundancy of itest, it also tries to find some other variable that are - redundant (i.e. forced to be nonnegative). This is expensive as it used - the complete tableau information at each DualSimplex pivot. The redset must - be initialized before this function is called. - */ - - dd_colrange j; - dd_LPPtr lp; - dd_LPSolutionPtr lps; - dd_ErrorType err=dd_NoError; - dd_boolean answer=dd_FALSE,localdebug=dd_FALSE; - - *error=dd_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==dd_Generator){ - lp=dd_CreateLP_V_Redundancy(M, itest); - } else { - lp=dd_CreateLP_H_Redundancy(M, itest); - } - - lp->redcheck_extensive=dd_TRUE; - - dd_LPSolve0(lp,dd_DualSimplex,&err); - if (err!=dd_NoError){ - *error=err; - goto _L999; - } else { - set_copy(*redset,lp->redset_extra); - set_delelem(*redset, itest); - /* itest row might be redundant in the lp but this has nothing to do with its redundancy - in the original system M. Thus we must delete it. */ - if (localdebug){ - fprintf(stderr, "dd_RedundantExtensive: checking for %ld, extra redset with cardinality %ld (%ld)\n",itest,set_card(*redset),set_card(lp->redset_extra)); - set_fwrite(stderr, *redset); fprintf(stderr, "\n"); - } - lps=dd_CopyLPSolution(lp); - - for (j=0; jd; j++) { - dd_set(certificate[j], lps->sol[j]); - } - - if (dd_Negative(lps->optvalue)){ - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th row is nonredundant.\n",itest); - } else { - answer=dd_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th row is redundant.\n",itest); - } - dd_FreeLPSolution(lps); - } - _L999: - dd_FreeLPData(lp); -_L99: - return answer; -} - -dd_rowset dd_RedundantRows(dd_MatrixPtr M, dd_ErrorType *error) /* 092 */ -{ - dd_rowrange i,m; - dd_colrange d; - dd_rowset redset; - dd_MatrixPtr Mcopy; - dd_Arow cvec; /* certificate */ - dd_boolean localdebug=dd_TRUE; - - m=M->rowsize; - if (M->representation==dd_Generator){ - d=(M->colsize)+1; - } else { - d=M->colsize; - } - Mcopy=dd_MatrixCopy(M); - dd_InitializeArow(d,&cvec); - set_initialize(&redset, m); - for (i=m; i>=1; i--) { - if (dd_Redundant(Mcopy, i, cvec, error)) { - if (localdebug) printf("Iteration %ld: the row %ld is redundant.\n",m-i+1,i); - set_addelem(redset, i); - dd_MatrixRowRemove(&Mcopy, i); - } else { - if (localdebug) printf("Iteration %ld: the row %ld is essential.\n",m-i+1, i); - } - if (*error!=dd_NoError) goto _L99; - } -_L99: - dd_FreeMatrix(Mcopy); - dd_FreeArow(d, cvec); - return redset; -} - - -dd_boolean dd_MatrixRedundancyRemove(dd_MatrixPtr *M, dd_rowset *redset,dd_rowindex *newpos, dd_ErrorType *error) /* 094 */ -{ - /* It returns the set of all redundant rows. This should be called after all - implicit linearity are recognized with dd_MatrixCanonicalizeLinearity. - */ - - - dd_rowrange i,k,m,m1; - dd_colrange d; - dd_rowset redset1; - dd_rowindex newpos1; - dd_MatrixPtr M1=NULL; - dd_Arow cvec; /* certificate */ - dd_boolean success=dd_FALSE, localdebug=dd_FALSE; - - m=(*M)->rowsize; - set_initialize(redset, m); - M1=dd_MatrixSortedUniqueCopy(*M,newpos); - for (i=1; i<=m; i++){ - if ((*newpos)[i]<=0) set_addelem(*redset,i); - if (localdebug) printf(" %ld:%ld",i,(*newpos)[i]); - } - if (localdebug) printf("\n"); - - if ((*M)->representation==dd_Generator){ - d=((*M)->colsize)+1; - } else { - d=(*M)->colsize; - } - m1=M1->rowsize; - if (localdebug){ - fprintf(stderr,"dd_MatrixRedundancyRemove: By sorting, %ld rows have been removed. The remaining has %ld rows.\n",m-m1,m1); - /* dd_WriteMatrix(stdout,M1); */ - } - dd_InitializeArow(d,&cvec); - set_initialize(&redset1, M1->rowsize); - k=1; - do { - if (dd_RedundantExtensive(M1, k, cvec, &redset1,error)) { - set_addelem(redset1, k); - dd_MatrixRowsRemove2(&M1,redset1,&newpos1); - for (i=1; i<=m; i++){ - if ((*newpos)[i]>0){ - if (set_member((*newpos)[i],redset1)){ - set_addelem(*redset,i); - (*newpos)[i]=0; /* now the original row i is recognized redundant and removed from M1 */ - } else { - (*newpos)[i]=newpos1[(*newpos)[i]]; /* update the new pos vector */ - } - } - } - set_free(redset1); - set_initialize(&redset1, M1->rowsize); - if (localdebug) { - printf("dd_MatrixRedundancyRemove: the row %ld is redundant. The new matrix has %ld rows.\n", k, M1->rowsize); - /* dd_WriteMatrix(stderr, M1); */ - } - free(newpos1); - } else { - if (set_card(redset1)>0) { - dd_MatrixRowsRemove2(&M1,redset1,&newpos1); - for (i=1; i<=m; i++){ - if ((*newpos)[i]>0){ - if (set_member((*newpos)[i],redset1)){ - set_addelem(*redset,i); - (*newpos)[i]=0; /* now the original row i is recognized redundant and removed from M1 */ - } else { - (*newpos)[i]=newpos1[(*newpos)[i]]; /* update the new pos vector */ - } - } - } - set_free(redset1); - set_initialize(&redset1, M1->rowsize); - free(newpos1); - } - if (localdebug) { - printf("dd_MatrixRedundancyRemove: the row %ld is essential. The new matrix has %ld rows.\n", k, M1->rowsize); - /* dd_WriteMatrix(stderr, M1); */ - } - k=k+1; - } - if (*error!=dd_NoError) goto _L99; - } while (k<=M1->rowsize); - if (localdebug) dd_WriteMatrix(stderr, M1); - success=dd_TRUE; - -_L99: - dd_FreeMatrix(*M); - *M=M1; - dd_FreeArow(d, cvec); - set_free(redset1); - return success; -} - - -dd_boolean dd_SRedundant(dd_MatrixPtr M, dd_rowrange itest, dd_Arow certificate, dd_ErrorType *error) - /* 093a */ -{ - /* Checks whether the row itest is strongly redundant for the representation. - A row is strongly redundant in H-representation if every point in - the polyhedron satisfies it with strict inequality. - A row is strongly redundant in V-representation if this point is in - the interior of the polyhedron. - - All linearity rows are not checked and considered NOT strongly redundant. - This code works for both H- and V-representations. A certificate is - given in the case of non-redundancy, showing a solution x violating only the itest - inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - - H-representation - f* = minimize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality to make an LP bounded) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = minimize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (to make an LP bounded) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In H-representation, the itest data is strongly redundant if and only if the optimal value f* is positive. - In V-representation, the itest data is redundant if and only if the optimal value f* is zero (as the LP - is homogeneous and the optimal value is always non-positive). To recognize strong redundancy, one - can set up a second LP - - V-representation (=boundary problem) - g* = maximize - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} (the sum of slacks) - subject to - b_itest x_0 + A_itest x = 0 (the point has to lie on the boundary) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators in one side) - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} x <= 1 (to make an LP bounded) - b_L x_0 + A_L x = 0. (linearity generators) - - The redundant row is strongly redundant if and only if g* is zero. - - The certificate has dimension one more for V-representation case. - */ - - dd_colrange j; - dd_LPPtr lp; - dd_LPSolutionPtr lps; - dd_ErrorType err=dd_NoError; - dd_boolean answer=dd_FALSE,localdebug=dd_FALSE; - - *error=dd_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and strong redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==dd_Generator){ - lp=dd_CreateLP_V_Redundancy(M, itest); - } else { - lp=dd_CreateLP_H_Redundancy(M, itest); - } - - dd_LPSolve(lp,dd_choiceRedcheckAlgorithm,&err); - if (err!=dd_NoError){ - *error=err; - goto _L999; - } else { - lps=dd_CopyLPSolution(lp); - - for (j=0; jd; j++) { - dd_set(certificate[j], lps->sol[j]); - } - - if (localdebug){ - printf("Optimum value:"); - dd_WriteNumber(stdout, lps->optvalue); - printf("\n"); - } - - if (M->representation==dd_Inequality){ - if (dd_Positive(lps->optvalue)){ - answer=dd_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th inequality is strongly redundant.\n",itest); - } else { - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th inequality is not strongly redundant.\n",itest); - } - } else { - if (dd_Negative(lps->optvalue)){ - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th point is not strongly redundant.\n",itest); - } else { - /* for V-representation, we have to solve another LP */ - dd_FreeLPData(lp); - dd_FreeLPSolution(lps); - lp=dd_CreateLP_V_SRedundancy(M, itest); - dd_LPSolve(lp,dd_DualSimplex,&err); - lps=dd_CopyLPSolution(lp); - if (localdebug) dd_WriteLPResult(stdout,lp,err); - if (dd_Positive(lps->optvalue)){ - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th point is not strongly redundant.\n",itest); - } else { - answer=dd_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th point is strongly redundant.\n",itest); - } - } - } - dd_FreeLPSolution(lps); - } - _L999: - dd_FreeLPData(lp); -_L99: - return answer; -} - -dd_rowset dd_SRedundantRows(dd_MatrixPtr M, dd_ErrorType *error) /* 093a */ -{ - dd_rowrange i,m; - dd_colrange d; - dd_rowset redset; - dd_MatrixPtr Mcopy; - dd_Arow cvec; /* certificate */ - dd_boolean localdebug=dd_FALSE; - - m=M->rowsize; - if (M->representation==dd_Generator){ - d=(M->colsize)+1; - } else { - d=M->colsize; - } - Mcopy=dd_MatrixCopy(M); - dd_InitializeArow(d,&cvec); - set_initialize(&redset, m); - for (i=m; i>=1; i--) { - if (dd_SRedundant(Mcopy, i, cvec, error)) { - if (localdebug) printf("dd_SRedundantRows: the row %ld is strongly redundant.\n", i); - set_addelem(redset, i); - dd_MatrixRowRemove(&Mcopy, i); - } else { - if (localdebug) printf("dd_SRedundantRows: the row %ld is not strongly redundant.\n", i); - } - if (*error!=dd_NoError) goto _L99; - } -_L99: - dd_FreeMatrix(Mcopy); - dd_FreeArow(d, cvec); - return redset; -} - -dd_rowset dd_RedundantRowsViaShooting(dd_MatrixPtr M, dd_ErrorType *error) /* 092 */ -{ - /* - For H-representation only and not quite reliable, - especially when floating-point arithmetic is used. - Use the ordinary (slower) method dd_RedundantRows. - */ - - dd_rowrange i,m, ired, irow=0; - dd_colrange j,k,d; - dd_rowset redset; - dd_rowindex rowflag; - /* ith comp is negative if the ith inequality (i-1 st row) is redundant. - zero if it is not decided. - k > 0 if it is nonredundant and assigned to the (k-1)th row of M1. - */ - dd_MatrixPtr M1; - dd_Arow shootdir, cvec=NULL; - dd_LPPtr lp0, lp; - dd_LPSolutionPtr lps; - dd_ErrorType err; - dd_LPSolverType solver=dd_DualSimplex; - dd_boolean localdebug=dd_TRUE; - - m=M->rowsize; - d=M->colsize; - M1=dd_CreateMatrix(m,d); - M1->rowsize=0; /* cheat the rowsize so that smaller matrix can be stored */ - set_initialize(&redset, m); - dd_InitializeArow(d, &shootdir); - dd_InitializeArow(d, &cvec); - - rowflag=(long *)calloc(m+1, sizeof(long)); - - /* First find some (likely) nonredundant inequalities by Interior Point Find. */ - lp0=dd_Matrix2LP(M, &err); - lp=dd_MakeLPforInteriorFinding(lp0); - dd_FreeLPData(lp0); - dd_LPSolve(lp, solver, &err); /* Solve the LP */ - lps=dd_CopyLPSolution(lp); - - if (dd_Positive(lps->optvalue)){ - /* An interior point is found. Use rayshooting to find some nonredundant - inequalities. */ - for (j=1; jsol, shootdir); - if (localdebug) printf("nonredundant row %3ld found by shooting.\n", ired); - if (ired>0 && rowflag[ired]<=0) { - irow++; - rowflag[ired]=irow; - for (k=1; k<=d; k++) dd_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - } - - dd_neg(shootdir[j], dd_one); /* negative of the j-th unit vector */ - ired=dd_RayShooting(M, lps->sol, shootdir); - if (localdebug) printf("nonredundant row %3ld found by shooting.\n", ired); - if (ired>0 && rowflag[ired]<=0) { - irow++; - rowflag[ired]=irow; - for (k=1; k<=d; k++) dd_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - } - } - - M1->rowsize=irow; - if (localdebug) { - printf("The initial nonredundant set is:"); - for (i=1; i<=m; i++) if (rowflag[i]>0) printf(" %ld", i); - printf("\n"); - } - - i=1; - while(i<=m){ - if (rowflag[i]==0){ /* the ith inequality is not yet checked */ - if (localdebug) fprintf(stderr, "Checking redundancy of %ld th inequality\n", i); - irow++; M1->rowsize=irow; - for (k=1; k<=d; k++) dd_set(M1->matrix[irow-1][k-1], M->matrix[i-1][k-1]); - if (!dd_Redundant(M1, irow, cvec, &err)){ - for (k=1; k<=d; k++) dd_sub(shootdir[k-1], cvec[k-1], lps->sol[k-1]); - ired=dd_RayShooting(M, lps->sol, shootdir); - rowflag[ired]=irow; - for (k=1; k<=d; k++) dd_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - if (localdebug) { - fprintf(stderr, "The %ld th inequality is nonredundant for the subsystem\n", i); - fprintf(stderr, "The nonredundancy of %ld th inequality is found by shooting.\n", ired); - } - } else { - if (localdebug) fprintf(stderr, "The %ld th inequality is redundant for the subsystem and thus for the whole.\n", i); - rowflag[i]=-1; - set_addelem(redset, i); - i++; - } - } else { - i++; - } - } /* endwhile */ - } else { - /* No interior point is found. Apply the standard LP technique. */ - if (localdebug) printf("No interior-point is found and thus the standard LP technique will be used.\n", ired); - redset=dd_RedundantRows(M, error); - } - - dd_FreeLPData(lp); - dd_FreeLPSolution(lps); - - M1->rowsize=m; M1->colsize=d; /* recover the original sizes */ - dd_FreeMatrix(M1); - dd_FreeArow(d, shootdir); - dd_FreeArow(d, cvec); - free(rowflag); - return redset; -} - -dd_SetFamilyPtr dd_Matrix2Adjacency(dd_MatrixPtr M, dd_ErrorType *error) /* 093 */ -{ - /* This is to generate the (facet) graph of a polyheron (H) V-represented by M using LPs. - Since it does not use the representation conversion, it should work for a large - scale problem. - */ - dd_rowrange i,m; - dd_colrange d; - dd_rowset redset; - dd_MatrixPtr Mcopy; - dd_SetFamilyPtr F=NULL; - - m=M->rowsize; - d=M->colsize; - if (m<=0 ||d<=0) { - *error=dd_EmptyRepresentation; - goto _L999; - } - Mcopy=dd_MatrixCopy(M); - F=dd_CreateSetFamily(m, m); - for (i=1; i<=m; i++) { - if (!set_member(i, M->linset)){ - set_addelem(Mcopy->linset, i); - redset=dd_RedundantRows(Mcopy, error); /* redset should contain all nonadjacent ones */ - set_uni(redset, redset, Mcopy->linset); /* all linearity elements should be nonadjacent */ - set_compl(F->set[i-1], redset); /* set the adjacency list of vertex i */ - set_delelem(Mcopy->linset, i); - set_free(redset); - if (*error!=dd_NoError) goto _L99; - } - } -_L99: - dd_FreeMatrix(Mcopy); -_L999: - return F; -} - -dd_SetFamilyPtr dd_Matrix2WeakAdjacency(dd_MatrixPtr M, dd_ErrorType *error) /* 093a */ -{ - /* This is to generate the weak-adjacency (facet) graph of a polyheron (H) V-represented by M using LPs. - Since it does not use the representation conversion, it should work for a large - scale problem. - */ - dd_rowrange i,m; - dd_colrange d; - dd_rowset redset; - dd_MatrixPtr Mcopy; - dd_SetFamilyPtr F=NULL; - - m=M->rowsize; - d=M->colsize; - if (m<=0 ||d<=0) { - *error=dd_EmptyRepresentation; - goto _L999; - } - Mcopy=dd_MatrixCopy(M); - F=dd_CreateSetFamily(m, m); - for (i=1; i<=m; i++) { - if (!set_member(i, M->linset)){ - set_addelem(Mcopy->linset, i); - redset=dd_SRedundantRows(Mcopy, error); /* redset should contain all weakly nonadjacent ones */ - set_uni(redset, redset, Mcopy->linset); /* all linearity elements should be nonadjacent */ - set_compl(F->set[i-1], redset); /* set the adjacency list of vertex i */ - set_delelem(Mcopy->linset, i); - set_free(redset); - if (*error!=dd_NoError) goto _L99; - } - } -_L99: - dd_FreeMatrix(Mcopy); -_L999: - return F; -} - - -dd_boolean dd_ImplicitLinearity(dd_MatrixPtr M, dd_rowrange itest, dd_Arow certificate, dd_ErrorType *error) - /* 092 */ -{ - /* Checks whether the row itest is implicit linearity for the representation. - All linearity rows are not checked and considered non implicit linearity (dd_FALSE). - This code works for both H- and V-representations. A certificate is - given in the case of dd_FALSE, showing a feasible solution x satisfying the itest - strict inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - the same thing as redundancy case but with maximization: - - H-representation - f* = maximize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality. This is not necessary but kept for simplicity of the code) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = maximize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (again, this is not necessary but kept for simplicity.) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, the itest data is implicit linearity if and only if the optimal value f* is nonpositive. - The certificate has dimension one more for V-representation case. - */ - - dd_colrange j; - dd_LPPtr lp; - dd_LPSolutionPtr lps; - dd_ErrorType err=dd_NoError; - dd_boolean answer=dd_FALSE,localdebug=dd_FALSE; - - *error=dd_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==dd_Generator){ - lp=dd_CreateLP_V_Redundancy(M, itest); - } else { - lp=dd_CreateLP_H_Redundancy(M, itest); - } - - lp->objective = dd_LPmax; /* the lp->objective is set by CreateLP* to LPmin */ - dd_LPSolve(lp,dd_choiceRedcheckAlgorithm,&err); - if (err!=dd_NoError){ - *error=err; - goto _L999; - } else { - lps=dd_CopyLPSolution(lp); - - for (j=0; jd; j++) { - dd_set(certificate[j], lps->sol[j]); - } - - if (lps->LPS==dd_Optimal && dd_EqualToZero(lps->optvalue)){ - answer=dd_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th data is an implicit linearity.\n",itest); - } else { - answer=dd_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th data is not an implicit linearity.\n",itest); - } - dd_FreeLPSolution(lps); - } - _L999: - dd_FreeLPData(lp); -_L99: - return answer; -} - - -int dd_FreeOfImplicitLinearity(dd_MatrixPtr M, dd_Arow certificate, dd_rowset *imp_linrows, dd_ErrorType *error) - /* 092 */ -{ - /* Checks whether the matrix M constains any implicit linearity at all. - It returns 1 if it is free of any implicit linearity. This means that - the present linearity rows define the linearity correctly. It returns - nonpositive values otherwise. - - - H-representation - f* = maximize z - subject to - b_I + A_I x - 1 z >= 0 - b_L + A_L x = 0 (linearity) - z <= 1. - - V-representation (=separation problem) - f* = maximize z - subject to - b_I x_0 + A_I x - 1 z >= 0 (all nonlinearity generators in one side) - b_L x_0 + A_L x = 0 (linearity generators) - z <= 1. - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, any implicit linearity exists if and only if the optimal value f* is nonpositive. - The certificate has dimension one more for V-representation case. - */ - - dd_LPPtr lp; - dd_rowrange i,m; - dd_colrange j,d1; - dd_ErrorType err=dd_NoError; - dd_Arow cvec; /* certificate for implicit linearity */ - - int answer=0,localdebug=dd_FALSE; - - *error=dd_NoError; - /* Create an LP data for redundancy checking */ - if (M->representation==dd_Generator){ - lp=dd_CreateLP_V_ImplicitLinearity(M); - } else { - lp=dd_CreateLP_H_ImplicitLinearity(M); - } - - dd_LPSolve(lp,dd_choiceRedcheckAlgorithm,&err); - if (err!=dd_NoError){ - *error=err; - goto _L999; - } else { - - for (j=0; jd; j++) { - dd_set(certificate[j], lp->sol[j]); - } - - if (localdebug) dd_WriteLPResult(stderr,lp,err); - - /* *posset contains a set of row indices that are recognized as nonlinearity. */ - if (localdebug) { - fprintf(stderr,"==> The following variables are not implicit linearity:\n"); - set_fwrite(stderr, lp->posset_extra); - fprintf(stderr,"\n"); - } - - if (M->representation==dd_Generator){ - d1=(M->colsize)+1; - } else { - d1=M->colsize; - } - m=M->rowsize; - dd_InitializeArow(d1,&cvec); - set_initialize(imp_linrows,m); - - if (lp->LPS==dd_Optimal){ - if (dd_Positive(lp->optvalue)){ - answer=1; - if (localdebug) fprintf(stderr,"==> The matrix has no implicit linearity.\n"); - } else if (dd_Negative(lp->optvalue)) { - answer=-1; - if (localdebug) fprintf(stderr,"==> The matrix defines the trivial system.\n"); - } else { - answer=0; - if (localdebug) fprintf(stderr,"==> The matrix has some implicit linearity.\n"); - } - } else { - answer=-2; - if (localdebug) fprintf(stderr,"==> The LP fails.\n"); - } - if (answer==0){ - /* List the implicit linearity rows */ - for (i=m; i>=1; i--) { - if (!set_member(i,lp->posset_extra)) { - if (dd_ImplicitLinearity(M, i, cvec, error)) { - set_addelem(*imp_linrows, i); - if (localdebug) { - fprintf(stderr," row %ld is implicit linearity\n",i); - fprintf(stderr,"\n"); - } - } - if (*error!=dd_NoError) goto _L999; - } - } - } /* end of if (answer==0) */ - if (answer==-1) { - for (i=m; i>=1; i--) set_addelem(*imp_linrows, i); - } /* all rows are considered implicit linearity */ - - dd_FreeArow(d1,cvec); - } - _L999: - dd_FreeLPData(lp); - - return answer; -} - - -dd_rowset dd_ImplicitLinearityRows(dd_MatrixPtr M, dd_ErrorType *error) /* 092 */ -{ - dd_colrange d; - dd_rowset imp_linset; - dd_Arow cvec; /* certificate */ - int foi; - dd_boolean localdebug=dd_FALSE; - - if (M->representation==dd_Generator){ - d=(M->colsize)+2; - } else { - d=M->colsize+1; - } - - dd_InitializeArow(d,&cvec); - if (localdebug) fprintf(stdout, "\ndd_ImplicitLinearityRows: Check whether the system contains any implicit linearity.\n"); - foi=dd_FreeOfImplicitLinearity(M, cvec, &imp_linset, error); - if (localdebug){ - switch (foi) { - case 1: - fprintf(stdout, " It is free of implicit linearity.\n"); - break; - - case 0: - fprintf(stdout, " It is not free of implicit linearity.\n"); - break; - - case -1: - fprintf(stdout, " The input system is trivial (i.e. the empty H-polytope or the V-rep of the whole space.\n"); - break; - - default: - fprintf(stdout, " The LP was not solved correctly.\n"); - break; - - } - } - - if (localdebug){ - fprintf(stderr, " Implicit linearity rows are:\n"); - set_fwrite(stderr,imp_linset); - fprintf(stderr, "\n"); - } - dd_FreeArow(d, cvec); - return imp_linset; -} - -dd_boolean dd_MatrixCanonicalizeLinearity(dd_MatrixPtr *M, dd_rowset *impl_linset,dd_rowindex *newpos, -dd_ErrorType *error) /* 094 */ -{ -/* This is to recongnize all implicit linearities, and put all linearities at the top of - the matrix. All implicit linearities will be returned by *impl_linset. -*/ - dd_rowrange rank; - dd_rowset linrows,ignoredrows,basisrows; - dd_colset ignoredcols,basiscols; - dd_rowrange i,k,m; - dd_rowindex newpos1; - dd_boolean success=dd_FALSE; - - linrows=dd_ImplicitLinearityRows(*M, error); - if (*error!=dd_NoError) goto _L99; - - m=(*M)->rowsize; - - set_uni((*M)->linset, (*M)->linset, linrows); - /* add the implicit linrows to the explicit linearity rows */ - - /* To remove redundancy of the linearity part, - we need to compute the rank and a basis of the linearity part. */ - set_initialize(&ignoredrows, (*M)->rowsize); - set_initialize(&ignoredcols, (*M)->colsize); - set_compl(ignoredrows, (*M)->linset); - rank=dd_MatrixRank(*M,ignoredrows,ignoredcols,&basisrows,&basiscols); - set_diff(ignoredrows, (*M)->linset, basisrows); - dd_MatrixRowsRemove2(M,ignoredrows,newpos); - - dd_MatrixShiftupLinearity(M,&newpos1); - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) { - (*newpos)[i]=newpos1[k]; - } - } - - *impl_linset=linrows; - success=dd_TRUE; - free(newpos1); - set_free(basisrows); - set_free(basiscols); - set_free(ignoredrows); - set_free(ignoredcols); -_L99: - return success; -} - -dd_boolean dd_MatrixCanonicalize(dd_MatrixPtr *M, dd_rowset *impl_linset, dd_rowset *redset, -dd_rowindex *newpos, dd_ErrorType *error) /* 094 */ -{ -/* This is to find a canonical representation of a matrix *M by - recognizing all implicit linearities and all redundancies. - All implicit linearities will be returned by *impl_linset and - redundancies will be returned by *redset. -*/ - dd_rowrange i,k,m; - dd_rowindex newpos1,revpos; - dd_rowset redset1; - dd_boolean success=dd_TRUE; - - m=(*M)->rowsize; - set_initialize(redset, m); - revpos=(long *)calloc(m+1,sizeof(long)); - - success=dd_MatrixCanonicalizeLinearity(M, impl_linset, newpos, error); - - if (!success) goto _L99; - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) revpos[k]=i; /* inverse of *newpos[] */ - } - - success=dd_MatrixRedundancyRemove(M, &redset1, &newpos1, error); /* 094 */ - - if (!success) goto _L99; - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) { - (*newpos)[i]=newpos1[k]; - if (newpos1[k]<0) (*newpos)[i]=-revpos[-newpos1[k]]; /* update the certificate of its duplicate removal. */ - if (set_member(k,redset1)) set_addelem(*redset, i); - } - } - -_L99: - set_free(redset1); - free(newpos1); - free(revpos); - return success; -} - - -dd_boolean dd_ExistsRestrictedFace(dd_MatrixPtr M, dd_rowset R, dd_rowset S, dd_ErrorType *err) -/* 0.94 */ -{ -/* This function checkes if there is a point that satifies all the constraints of -the matrix M (interpreted as an H-representation) with additional equality contraints -specified by R and additional strict inequality constraints specified by S. -The set S is supposed to be disjoint from both R and M->linset. When it is not, -the set S will be considered as S\(R U M->linset). -*/ - dd_boolean answer=dd_FALSE; - dd_LPPtr lp=NULL; - -/* - printf("\n--- ERF ---\n"); - printf("R = "); set_write(R); - printf("S = "); set_write(S); -*/ - - lp=dd_Matrix2Feasibility2(M, R, S, err); - - if (*err!=dd_NoError) goto _L99; - -/* Solve the LP by cdd LP solver. */ - dd_LPSolve(lp, dd_DualSimplex, err); /* Solve the LP */ - if (*err!=dd_NoError) goto _L99; - if (lp->LPS==dd_Optimal && dd_Positive(lp->optvalue)) { - answer=dd_TRUE; - } - - dd_FreeLPData(lp); -_L99: - return answer; -} - -dd_boolean dd_ExistsRestrictedFace2(dd_MatrixPtr M, dd_rowset R, dd_rowset S, dd_LPSolutionPtr *lps, dd_ErrorType *err) -/* 0.94 */ -{ -/* This function checkes if there is a point that satifies all the constraints of -the matrix M (interpreted as an H-representation) with additional equality contraints -specified by R and additional strict inequality constraints specified by S. -The set S is supposed to be disjoint from both R and M->linset. When it is not, -the set S will be considered as S\(R U M->linset). - -This function returns a certificate of the answer in terms of the associated LP solutions. -*/ - dd_boolean answer=dd_FALSE; - dd_LPPtr lp=NULL; - -/* - printf("\n--- ERF ---\n"); - printf("R = "); set_write(R); - printf("S = "); set_write(S); -*/ - - lp=dd_Matrix2Feasibility2(M, R, S, err); - - if (*err!=dd_NoError) goto _L99; - -/* Solve the LP by cdd LP solver. */ - dd_LPSolve(lp, dd_DualSimplex, err); /* Solve the LP */ - if (*err!=dd_NoError) goto _L99; - if (lp->LPS==dd_Optimal && dd_Positive(lp->optvalue)) { - answer=dd_TRUE; - } - - - (*lps)=dd_CopyLPSolution(lp); - dd_FreeLPData(lp); -_L99: - return answer; -} - -dd_boolean dd_FindRelativeInterior(dd_MatrixPtr M, dd_rowset *ImL, dd_rowset *Lbasis, dd_LPSolutionPtr *lps, dd_ErrorType *err) -/* 0.94 */ -{ -/* This function computes a point in the relative interior of the H-polyhedron given by M. -Even the representation is V-representation, it simply interprete M as H-representation. -lps returns the result of solving an LP whose solution is a relative interior point. -ImL returns all row indices of M that are implicit linearities, i.e. their inqualities -are satisfied by equality by all points in the polyhedron. Lbasis returns a row basis -of the submatrix of M consisting of all linearities and implicit linearities. This means -that the dimension of the polyhedron is M->colsize - set_card(Lbasis) -1. -*/ - - dd_rowset S; - dd_colset T, Lbasiscols; - dd_boolean success=dd_FALSE; - dd_rowrange i; - dd_colrange rank; - - - *ImL=dd_ImplicitLinearityRows(M, err); - - if (*err!=dd_NoError) goto _L99; - - set_initialize(&S, M->rowsize); /* the empty set */ - for (i=1; i <=M->rowsize; i++) { - if (!set_member(i, M->linset) && !set_member(i, *ImL)){ - set_addelem(S, i); /* all nonlinearity rows go to S */ - } - } - if (dd_ExistsRestrictedFace2(M, *ImL, S, lps, err)){ - /* printf("a relative interior point found\n"); */ - success=dd_TRUE; - } - - set_initialize(&T, M->colsize); /* empty set */ - rank=dd_MatrixRank(M,S,T,Lbasis,&Lbasiscols); /* the rank of the linearity submatrix of M. */ - - set_free(S); - set_free(T); - set_free(Lbasiscols); - -_L99: - return success; -} - - -dd_rowrange dd_RayShooting(dd_MatrixPtr M, dd_Arow p, dd_Arow r) -{ -/* 092, find the first inequality "hit" by a ray from an intpt. */ - dd_rowrange imin=-1,i,m; - dd_colrange j, d; - dd_Arow vecmin, vec; - mytype min,t1,t2,alpha, t1min; - dd_boolean started=dd_FALSE; - dd_boolean localdebug=dd_FALSE; - - m=M->rowsize; - d=M->colsize; - if (!dd_Equal(dd_one, p[0])){ - fprintf(stderr, "Warning: RayShooting is called with a point with first coordinate not 1.\n"); - dd_set(p[0],dd_one); - } - if (!dd_EqualToZero(r[0])){ - fprintf(stderr, "Warning: RayShooting is called with a direction with first coordinate not 0.\n"); - dd_set(r[0],dd_purezero); - } - - dd_init(alpha); dd_init(min); dd_init(t1); dd_init(t2); dd_init(t1min); - dd_InitializeArow(d,&vecmin); - dd_InitializeArow(d,&vec); - - for (i=1; i<=m; i++){ - dd_InnerProduct(t1, d, M->matrix[i-1], p); - if (dd_Positive(t1)) { - dd_InnerProduct(t2, d, M->matrix[i-1], r); - dd_div(alpha, t2, t1); - if (!started){ - imin=i; dd_set(min, alpha); - dd_set(t1min, t1); /* store the denominator. */ - started=dd_TRUE; - if (localdebug) { - fprintf(stderr," Level 1: imin = %ld and min = ", imin); - dd_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } else { - if (dd_Smaller(alpha, min)){ - imin=i; dd_set(min, alpha); - dd_set(t1min, t1); /* store the denominator. */ - if (localdebug) { - fprintf(stderr," Level 2: imin = %ld and min = ", imin); - dd_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } else { - if (dd_Equal(alpha, min)) { /* tie break */ - for (j=1; j<= d; j++){ - dd_div(vecmin[j-1], M->matrix[imin-1][j-1], t1min); - dd_div(vec[j-1], M->matrix[i-1][j-1], t1); - } - if (dd_LexSmaller(vec,vecmin, d)){ - imin=i; dd_set(min, alpha); - dd_set(t1min, t1); /* store the denominator. */ - if (localdebug) { - fprintf(stderr," Level 3: imin = %ld and min = ", imin); - dd_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } - } - } - } - } - } - - dd_clear(alpha); dd_clear(min); dd_clear(t1); dd_clear(t2); dd_clear(t1min); - dd_FreeArow(d, vecmin); - dd_FreeArow(d, vec); - return imin; -} - -#ifdef GMPRATIONAL -void dd_BasisStatusMaximize(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A,dd_Bmatrix T,dd_rowset equalityset, - dd_rowrange objrow,dd_colrange rhscol,ddf_LPStatusType LPS, - mytype *optvalue,dd_Arow sol,dd_Arow dsol,dd_rowset posset, ddf_colindex nbindex, - ddf_rowrange re,ddf_colrange se, dd_colrange *nse, long *pivots, int *found, int *LPScorrect) -/* This is just to check whether the status LPS of the basis given by -nbindex with extra certificates se or re is correct. It is done -by recomputing the basis inverse matrix T. It does not solve the LP -when the status *LPS is undecided. Thus the input is -m_size, d_size, A, equalityset, LPS, nbindex, re and se. -Other values will be recomputed from scratch. - -The main purpose of the function is to verify the correctness -of the result of floating point computation with the GMP rational -arithmetics. -*/ -{ - long pivots0,pivots1,fbasisrank; - dd_rowrange i,is; - dd_colrange s,senew,j; - static dd_rowindex bflag; - static long mlast=0; - static dd_rowindex OrderVector; /* the permutation vector to store a preordered row indices */ - unsigned int rseed=1; - mytype val; - dd_colindex nbtemp; - dd_LPStatusType ddlps; - dd_boolean localdebug=dd_FALSE; - - if (dd_debug) localdebug=dd_debug; - if (localdebug){ - printf("\nEvaluating dd_BasisStatusMaximize:\n"); - } - dd_init(val); - nbtemp=(long *) calloc(d_size+1,sizeof(long)); - for (i=0; i<= 4; i++) pivots[i]=0; - if (bflag==NULL || mlast!=m_size){ - if (mlast!=m_size && mlast>0) { - free(bflag); /* called previously with different m_size */ - free(OrderVector); - } - bflag=(long *) calloc(m_size+1,sizeof(long)); - OrderVector=(long *)calloc(m_size+1,sizeof(long)); - /* initialize only for the first time or when a larger space is needed */ - mlast=m_size; - } - - /* Initializing control variables. */ - dd_ComputeRowOrderVector2(m_size,d_size,A,OrderVector,dd_MinIndex,rseed); - - pivots1=0; - - dd_ResetTableau(m_size,d_size,T,nbtemp,bflag,objrow,rhscol); - - if (localdebug){ - printf("\nnbindex:"); - for (j=1; j<=d_size; j++) printf(" %ld", nbindex[j]); - printf("\n"); - printf("re = %ld, se=%ld\n", re, se); - } - - is=nbindex[se]; - if (localdebug) printf("se=%ld, is=%ld\n", se, is); - - fbasisrank=d_size-1; - for (j=1; j<=d_size; j++){ - if (nbindex[j]<0) fbasisrank=fbasisrank-1; - /* fbasisrank=the basis rank computed by floating-point */ - } - - if (fbasisrank0) { /* i is nonbasic variable */ - dd_TableauEntry(&val,m_size,d_size,A,T,objrow,bflag[i]); - if (dd_Positive(val)) { - if (localdebug) printf("Reduced cost entry for %ld is positive\n", i); - *LPScorrect=dd_FALSE; - break; - } - } - }; - break; - case dd_Inconsistent: - for (j=1; j<=d_size; j++){ - dd_TableauEntry(&val,m_size,d_size,A,T,re,j); - if (j==rhscol){ - if (dd_Nonnegative(val)){ - if (localdebug) printf("RHS entry for %ld is nonnegative\n", re); - *LPScorrect=dd_FALSE; - break; - } - } else if (dd_Positive(val)){ - if (localdebug) printf("the row entry for(%ld, %ld) is positive\n", re, j); - *LPScorrect=dd_FALSE; - break; - } - }; - break; - case dd_DualInconsistent: - for (i=1; i<=m_size; i++){ - dd_TableauEntry(&val,m_size,d_size,A,T,i,bflag[is]); - if (i==objrow){ - if (dd_Nonpositive(val)){ - if (localdebug) printf("Reduced cost entry for %ld is nonpositive\n", bflag[is]); - *LPScorrect=dd_FALSE; - break; - } - } else if (dd_Negative(val)){ - if (localdebug) printf("the column entry for(%ld, %ld) is positive\n", i, bflag[is]); - *LPScorrect=dd_FALSE; - break; - } - }; - break; -; - default: break; - } - - ddlps=LPSf2LPS(LPS); - - dd_SetSolutions(m_size,d_size,A,T, - objrow,rhscol,ddlps,optvalue,sol,dsol,posset,nbindex,re,senew,bflag); - *nse=senew; - - -_L99: - dd_clear(val); - free(nbtemp); -} - -void dd_BasisStatusMinimize(dd_rowrange m_size,dd_colrange d_size, - dd_Amatrix A,dd_Bmatrix T,dd_rowset equalityset, - dd_rowrange objrow,dd_colrange rhscol,ddf_LPStatusType LPS, - mytype *optvalue,dd_Arow sol,dd_Arow dsol, dd_rowset posset, ddf_colindex nbindex, - ddf_rowrange re,ddf_colrange se,dd_colrange *nse,long *pivots, int *found, int *LPScorrect) -{ - dd_colrange j; - - for (j=1; j<=d_size; j++) dd_neg(A[objrow-1][j-1],A[objrow-1][j-1]); - dd_BasisStatusMaximize(m_size,d_size,A,T,equalityset, objrow,rhscol, - LPS,optvalue,sol,dsol,posset,nbindex,re,se,nse,pivots,found,LPScorrect); - dd_neg(*optvalue,*optvalue); - for (j=1; j<=d_size; j++){ - if (LPS!=dd_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - dd_neg(dsol[j-1],dsol[j-1]); - } - dd_neg(A[objrow-1][j-1],A[objrow-1][j-1]); - } -} -#endif - -/* end of cddlp.c */ - diff -Nru cddlib-094h/lib-src-gmp/cddlp_f.c cddlib-094j/lib-src-gmp/cddlp_f.c --- cddlib-094h/lib-src-gmp/cddlp_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddlp_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,3779 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddlp.c: dual simplex method c-code - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlp.c : C-Implementation of the dual simplex method for - solving an LP: max/min A_(m-1).x subject to x in P, where - P= {x : A_i.x >= 0, i=0,...,m-2, and x_0=1}, and - A_i is the i-th row of an m x n matrix A. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. May 18, 2000 or later) */ -#include "cdd_f.h" -#include -#include -#include -#include -#include - -#if defined ddf_GMPRATIONAL -#include "cdd_f.h" -#endif - -#define ddf_CDDLPVERSION "Version 0.94b (August 25, 2005)" - -#define ddf_FALSE 0 -#define ddf_TRUE 1 - -typedef set_type rowset; /* set_type defined in setoper.h */ -typedef set_type colset; - -void ddf_CrissCrossSolve(ddf_LPPtr lp,ddf_ErrorType *); -void ddf_DualSimplexSolve(ddf_LPPtr lp,ddf_ErrorType *); -void ddf_CrissCrossMinimize(ddf_LPPtr,ddf_ErrorType *); -void ddf_CrissCrossMaximize(ddf_LPPtr,ddf_ErrorType *); -void ddf_DualSimplexMinimize(ddf_LPPtr,ddf_ErrorType *); -void ddf_DualSimplexMaximize(ddf_LPPtr,ddf_ErrorType *); -void ddf_FindLPBasis(ddf_rowrange,ddf_colrange,ddf_Amatrix,ddf_Bmatrix,ddf_rowindex,ddf_rowset, - ddf_colindex,ddf_rowindex,ddf_rowrange,ddf_colrange, - ddf_colrange *,int *,ddf_LPStatusType *,long *); -void ddf_FindDualFeasibleBasis(ddf_rowrange,ddf_colrange,ddf_Amatrix,ddf_Bmatrix,ddf_rowindex, - ddf_colindex,long *,ddf_rowrange,ddf_colrange,ddf_boolean, - ddf_colrange *,ddf_ErrorType *,ddf_LPStatusType *,long *, long maxpivots); - - -#ifdef ddf_GMPRATIONAL -void ddf_BasisStatus(ddf_LPPtr lpf, ddf_LPPtr lp, ddf_boolean*); -void ddf_BasisStatusMinimize(ddf_rowrange,ddf_colrange, ddf_Amatrix,ddf_Bmatrix,ddf_rowset, - ddf_rowrange,ddf_colrange,ddf_LPStatusType,myfloat *,ddf_Arow,ddf_Arow,ddf_rowset,ddf_colindex, - ddf_rowrange,ddf_colrange,ddf_colrange *,long *, int *, int *); -void ddf_BasisStatusMaximize(ddf_rowrange,ddf_colrange,ddf_Amatrix,ddf_Bmatrix,ddf_rowset, - ddf_rowrange,ddf_colrange,ddf_LPStatusType,myfloat *,ddf_Arow,ddf_Arow,ddf_rowset,ddf_colindex, - ddf_rowrange,ddf_colrange,ddf_colrange *,long *, int *, int *); -#endif - -void ddf_WriteBmatrix(FILE *f,ddf_colrange d_size,ddf_Bmatrix T); -void ddf_SetNumberType(char *line,ddf_NumberType *number,ddf_ErrorType *Error); -void ddf_ComputeRowOrderVector2(ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A, - ddf_rowindex OV,ddf_RowOrderType ho,unsigned int rseed); -void ddf_SelectPreorderedNext2(ddf_rowrange m_size,ddf_colrange d_size, - rowset excluded,ddf_rowindex OV,ddf_rowrange *hnext); -void ddf_SetSolutions(ddf_rowrange,ddf_colrange, - ddf_Amatrix,ddf_Bmatrix,ddf_rowrange,ddf_colrange,ddf_LPStatusType, - myfloat *,ddf_Arow,ddf_Arow,ddf_rowset,ddf_colindex,ddf_rowrange,ddf_colrange,ddf_rowindex); - -void ddf_WriteTableau(FILE *,ddf_rowrange,ddf_colrange,ddf_Amatrix,ddf_Bmatrix, - ddf_colindex,ddf_rowindex); - -void ddf_WriteSignTableau(FILE *,ddf_rowrange,ddf_colrange,ddf_Amatrix,ddf_Bmatrix, - ddf_colindex,ddf_rowindex); - - -ddf_LPSolutionPtr ddf_CopyLPSolution(ddf_LPPtr lp) -{ - ddf_LPSolutionPtr lps; - ddf_colrange j; - long i; - - lps=(ddf_LPSolutionPtr) calloc(1,sizeof(ddf_LPSolutionType)); - for (i=1; i<=ddf_filenamelen; i++) lps->filename[i-1]=lp->filename[i-1]; - lps->objective=lp->objective; - lps->solver=lp->solver; - lps->m=lp->m; - lps->d=lp->d; - lps->numbtype=lp->numbtype; - - lps->LPS=lp->LPS; /* the current solution status */ - ddf_init(lps->optvalue); - ddf_set(lps->optvalue,lp->optvalue); /* optimal value */ - ddf_InitializeArow(lp->d+1,&(lps->sol)); - ddf_InitializeArow(lp->d+1,&(lps->dsol)); - lps->nbindex=(long*) calloc((lp->d)+1,sizeof(long)); /* dual solution */ - for (j=0; j<=lp->d; j++){ - ddf_set(lps->sol[j],lp->sol[j]); - ddf_set(lps->dsol[j],lp->dsol[j]); - lps->nbindex[j]=lp->nbindex[j]; - } - lps->pivots[0]=lp->pivots[0]; - lps->pivots[1]=lp->pivots[1]; - lps->pivots[2]=lp->pivots[2]; - lps->pivots[3]=lp->pivots[3]; - lps->pivots[4]=lp->pivots[4]; - lps->total_pivots=lp->total_pivots; - - return lps; -} - - -ddf_LPPtr ddf_CreateLPData(ddf_LPObjectiveType obj, - ddf_NumberType nt,ddf_rowrange m,ddf_colrange d) -{ - ddf_LPType *lp; - - lp=(ddf_LPPtr) calloc(1,sizeof(ddf_LPType)); - lp->solver=ddf_choiceLPSolverDefault; /* set the default lp solver */ - lp->d=d; - lp->m=m; - lp->numbtype=nt; - lp->objrow=m; - lp->rhscol=1L; - lp->objective=ddf_LPnone; - lp->LPS=ddf_LPSundecided; - lp->eqnumber=0; /* the number of equalities */ - - lp->nbindex=(long*) calloc(d+1,sizeof(long)); - lp->given_nbindex=(long*) calloc(d+1,sizeof(long)); - set_initialize(&(lp->equalityset),m); - /* i must be in the set iff i-th row is equality . */ - - lp->redcheck_extensive=ddf_FALSE; /* this is on only for RedundantExtensive */ - lp->ired=0; - set_initialize(&(lp->redset_extra),m); - /* i is in the set if i-th row is newly recognized redundant (during the checking the row ired). */ - set_initialize(&(lp->redset_accum),m); - /* i is in the set if i-th row is recognized redundant (during the checking the row ired). */ - set_initialize(&(lp->posset_extra),m); - /* i is in the set if i-th row is recognized non-linearity (during the course of computation). */ - lp->lexicopivot=ddf_choiceLexicoPivotQ; /* ddf_choice... is set in ddf_set_global_constants() */ - - lp->m_alloc=lp->m+2; - lp->d_alloc=lp->d+2; - lp->objective=obj; - ddf_InitializeBmatrix(lp->d_alloc,&(lp->B)); - ddf_InitializeAmatrix(lp->m_alloc,lp->d_alloc,&(lp->A)); - ddf_InitializeArow(lp->d_alloc,&(lp->sol)); - ddf_InitializeArow(lp->d_alloc,&(lp->dsol)); - ddf_init(lp->optvalue); - return lp; -} - - -ddf_LPPtr ddf_Matrix2LP(ddf_MatrixPtr M, ddf_ErrorType *err) -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPType *lp; - ddf_boolean localdebug=ddf_FALSE; - - *err=ddf_NoError; - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize; - if (localdebug) fprintf(stderr,"number of equalities = %ld\n", linc); - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_TRUE; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && ddf_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[m-1][j-1],M->rowvec[j-1]); /* objective row */ - } /*of j*/ - - return lp; -} - -ddf_LPPtr ddf_Matrix2Feasibility(ddf_MatrixPtr M, ddf_ErrorType *err) -/* Load a matrix to create an LP object for feasibility. It is - essentially the ddf_Matrix2LP except that the objject function - is set to identically ZERO (maximization). - -*/ - /* 094 */ -{ - ddf_rowrange m, linc; - ddf_colrange j; - ddf_LPType *lp; - - *err=ddf_NoError; - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - - lp=ddf_Matrix2LP(M, err); - lp->objective = ddf_LPmax; /* since the objective is zero, this is not important */ - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[m-1][j-1],ddf_purezero); /* set the objective to zero. */ - } /*of j*/ - - return lp; -} - -ddf_LPPtr ddf_Matrix2Feasibility2(ddf_MatrixPtr M, ddf_rowset R, ddf_rowset S, ddf_ErrorType *err) -/* Load a matrix to create an LP object for feasibility with additional equality and - strict inequality constraints given by R and S. There are three types of inequalities: - - b_r + A_r x = 0 Linearity (Equations) specified by M - b_s + A_s x > 0 Strict Inequalities specified by row index set S - b_t + A_t x >= 0 The rest inequalities in M - - Where the linearity is considered here as the union of linearity specified by - M and the additional set R. When S contains any linearity rows, those - rows are considered linearity (equation). Thus S does not overlide linearity. - To find a feasible solution, we set an LP - - maximize z - subject to - b_r + A_r x = 0 all r in Linearity - b_s + A_s x - z >= 0 for all s in S - b_t + A_t x >= 0 for all the rest rows t - 1 - z >= 0 to make the LP bounded. - - Clearly, the feasibility problem has a solution iff the LP has a positive optimal value. - The variable z will be the last variable x_{d+1}. - -*/ -/* 094 */ -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPType *lp; - ddf_rowset L; - ddf_boolean localdebug=ddf_FALSE; - - *err=ddf_NoError; - set_initialize(&L, M->rowsize); - set_uni(L,M->linset,R); - linc=set_card(L); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize+1; - if (localdebug) fprintf(stderr,"number of equalities = %ld\n", linc); - - lp=ddf_CreateLPData(ddf_LPmax, M->numbtype, m, d); - lp->Homogeneous = ddf_TRUE; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, L)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } else if (set_member(i, S)) { - ddf_set(lp->A[i-1][M->colsize],ddf_minusone); - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && ddf_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= d; j++) { - ddf_set(lp->A[m-2][j-1],ddf_purezero); /* initialize */ - } /*of j*/ - ddf_set(lp->A[m-2][0],ddf_one); /* the bounding constraint. */ - ddf_set(lp->A[m-2][M->colsize],ddf_minusone); /* the bounding constraint. */ - for (j = 1; j <= d; j++) { - ddf_set(lp->A[m-1][j-1],ddf_purezero); /* initialize */ - } /*of j*/ - ddf_set(lp->A[m-1][M->colsize],ddf_one); /* maximize z */ - - set_free(L); - return lp; -} - - - -void ddf_FreeLPData(ddf_LPPtr lp) -{ - if ((lp)!=NULL){ - ddf_clear(lp->optvalue); - ddf_FreeArow(lp->d_alloc,lp->dsol); - ddf_FreeArow(lp->d_alloc,lp->sol); - ddf_FreeBmatrix(lp->d_alloc,lp->B); - ddf_FreeAmatrix(lp->m_alloc,lp->d_alloc,lp->A); - set_free(lp->equalityset); - set_free(lp->redset_extra); - set_free(lp->redset_accum); - set_free(lp->posset_extra); - free(lp->nbindex); - free(lp->given_nbindex); - free(lp); - } -} - -void ddf_FreeLPSolution(ddf_LPSolutionPtr lps) -{ - if (lps!=NULL){ - free(lps->nbindex); - ddf_FreeArow(lps->d+1,lps->dsol); - ddf_FreeArow(lps->d+1,lps->sol); - ddf_clear(lps->optvalue); - - free(lps); - } -} - -int ddf_LPReverseRow(ddf_LPPtr lp, ddf_rowrange i) -{ - ddf_colrange j; - int success=0; - - if (i>=1 && i<=lp->m){ - lp->LPS=ddf_LPSundecided; - for (j=1; j<=lp->d; j++) { - ddf_neg(lp->A[i-1][j-1],lp->A[i-1][j-1]); - /* negating the i-th constraint of A */ - } - success=1; - } - return success; -} - -int ddf_LPReplaceRow(ddf_LPPtr lp, ddf_rowrange i, ddf_Arow a) -{ - ddf_colrange j; - int success=0; - - if (i>=1 && i<=lp->m){ - lp->LPS=ddf_LPSundecided; - for (j=1; j<=lp->d; j++) { - ddf_set(lp->A[i-1][j-1],a[j-1]); - /* replacing the i-th constraint by a */ - } - success=1; - } - return success; -} - -ddf_Arow ddf_LPCopyRow(ddf_LPPtr lp, ddf_rowrange i) -{ - ddf_colrange j; - ddf_Arow a; - - if (i>=1 && i<=lp->m){ - ddf_InitializeArow(lp->d, &a); - for (j=1; j<=lp->d; j++) { - ddf_set(a[j-1],lp->A[i-1][j-1]); - /* copying the i-th row to a */ - } - } - return a; -} - - -void ddf_SetNumberType(char *line,ddf_NumberType *number,ddf_ErrorType *Error) -{ - if (strncmp(line,"integer",7)==0) { - *number = ddf_Integer; - return; - } - else if (strncmp(line,"rational",8)==0) { - *number = ddf_Rational; - return; - } - else if (strncmp(line,"real",4)==0) { - *number = ddf_Real; - return; - } - else { - *number=ddf_Unknown; - *Error=ddf_ImproperInputFormat; - } -} - - -void ddf_WriteTableau(FILE *f,ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_colindex nbindex,ddf_rowindex bflag) -/* Write the tableau A.T */ -{ - ddf_colrange j; - ddf_rowrange i; - myfloat x; - - ddf_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) { - fprintf(f," %ld",nbindex[j]); - } fprintf(f,"\n"); - for (j=1; j<= d_size+1; j++) { - fprintf(f," ----"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - ddf_TableauEntry(&x,m_size,d_size,A,T,i,j); - ddf_WriteNumber(f,x); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - ddf_clear(x); -} - -void ddf_WriteSignTableau(FILE *f,ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_colindex nbindex,ddf_rowindex bflag) -/* Write the sign tableau A.T */ -{ - ddf_colrange j; - ddf_rowrange i; - myfloat x; - - ddf_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) { - fprintf(f,"%3ld",nbindex[j]); - } fprintf(f,"\n ------- | "); - for (j=1; j<= d_size; j++) { - fprintf(f,"---"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - ddf_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (ddf_Positive(x)) fprintf(f, " +"); - else if (ddf_Negative(x)) fprintf(f, " -"); - else fprintf(f, " 0"); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - ddf_clear(x); -} - -void ddf_WriteSignTableau2(FILE *f,ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_colindex nbindex_ref, ddf_colindex nbindex,ddf_rowindex bflag) -/* Write the sign tableau A.T and the reference basis */ -{ - ddf_colrange j; - ddf_rowrange i; - myfloat x; - - ddf_init(x); - fprintf(f," %ld %ld real\n",m_size,d_size); - fprintf(f," |"); - for (j=1; j<= d_size; j++) fprintf(f,"%3ld",nbindex_ref[j]); - fprintf(f,"\n |"); - for (j=1; j<= d_size; j++) { - fprintf(f,"%3ld",nbindex[j]); - } fprintf(f,"\n ------- | "); - for (j=1; j<= d_size; j++) { - fprintf(f,"---"); - } fprintf(f,"\n"); - for (i=1; i<= m_size; i++) { - fprintf(f," %3ld(%3ld) |",i,bflag[i]); - for (j=1; j<= d_size; j++) { - ddf_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (ddf_Positive(x)) fprintf(f, " +"); - else if (ddf_Negative(x)) fprintf(f, " -"); - else fprintf(f, " 0"); - } - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - ddf_clear(x); -} - - -void ddf_GetRedundancyInformation(ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_colindex nbindex,ddf_rowindex bflag, ddf_rowset redset) -/* Some basic variables that are forced to be nonnegative will be output. These are - variables whose dictionary row components are all nonnegative. */ -{ - ddf_colrange j; - ddf_rowrange i; - myfloat x; - ddf_boolean red=ddf_FALSE,localdebug=ddf_FALSE; - long numbred=0; - - ddf_init(x); - for (i=1; i<= m_size; i++) { - red=ddf_TRUE; - for (j=1; j<= d_size; j++) { - ddf_TableauEntry(&x,m_size,d_size,A,T,i,j); - if (red && ddf_Negative(x)) red=ddf_FALSE; - } - if (bflag[i]<0 && red) { - numbred+=1; - set_addelem(redset,i); - } - } - if (localdebug) fprintf(stderr,"\nddf_GetRedundancyInformation: %ld redundant rows over %ld\n",numbred, m_size); - ddf_clear(x); -} - - -void ddf_SelectDualSimplexPivot(ddf_rowrange m_size,ddf_colrange d_size, - int Phase1,ddf_Amatrix A,ddf_Bmatrix T,ddf_rowindex OV, - ddf_colindex nbindex_ref, ddf_colindex nbindex,ddf_rowindex bflag, - ddf_rowrange objrow,ddf_colrange rhscol, ddf_boolean lexicopivot, - ddf_rowrange *r,ddf_colrange *s,int *selected,ddf_LPStatusType *lps) -{ - /* selects a dual simplex pivot (*r,*s) if the current - basis is dual feasible and not optimal. If not dual feasible, - the procedure returns *selected=ddf_FALSE and *lps=LPSundecided. - If Phase1=ddf_TRUE, the RHS column will be considered as the negative - of the column of the largest variable (==m_size). For this case, it is assumed - that the caller used the auxiliary row (with variable m_size) to make the current - dictionary dual feasible before calling this routine so that the nonbasic - column for m_size corresponds to the auxiliary variable. - */ - ddf_boolean colselected=ddf_FALSE,rowselected=ddf_FALSE, - dualfeasible=ddf_TRUE,localdebug=ddf_FALSE; - ddf_rowrange i,iref; - ddf_colrange j,k; - myfloat val,valn, minval,rat,minrat; - static ddf_Arow rcost; - static ddf_colrange d_last=0; - static ddf_colset tieset,stieset; /* store the column indices with tie */ - - ddf_init(val); ddf_init(valn); ddf_init(minval); ddf_init(rat); ddf_init(minrat); - if (d_last0) { - for (j=1; j<=d_last; j++){ ddf_clear(rcost[j-1]);} - free(rcost); - set_free(tieset); - set_free(stieset); - } - rcost=(myfloat*) calloc(d_size,sizeof(myfloat)); - for (j=1; j<=d_size; j++){ ddf_init(rcost[j-1]);} - set_initialize(&tieset,d_size); - set_initialize(&stieset,d_size); - d_last=d_size; - } - - *r=0; *s=0; - *selected=ddf_FALSE; - *lps=ddf_LPSundecided; - for (j=1; j<=d_size; j++){ - if (j!=rhscol){ - ddf_TableauEntry(&(rcost[j-1]),m_size,d_size,A,T,objrow,j); - if (ddf_Positive(rcost[j-1])) { - dualfeasible=ddf_FALSE; - } - } - } - if (dualfeasible){ - while ((*lps==ddf_LPSundecided) && (!rowselected) && (!colselected)) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - if (Phase1){ - ddf_TableauEntry(&val, m_size,d_size,A,T,i,bflag[m_size]); - ddf_neg(val,val); - /* for dual Phase I. The RHS (dual objective) is the negative of the auxiliary variable column. */ - } - else {ddf_TableauEntry(&val,m_size,d_size,A,T,i,rhscol);} - if (ddf_Smaller(val,minval)) { - *r=i; - ddf_set(minval,val); - } - } - } - if (ddf_Nonnegative(minval)) { - *lps=ddf_Optimal; - } - else { - rowselected=ddf_TRUE; - set_emptyset(tieset); - for (j=1; j<=d_size; j++){ - ddf_TableauEntry(&val,m_size,d_size,A,T,*r,j); - if (j!=rhscol && ddf_Positive(val)) { - ddf_div(rat,rcost[j-1],val); - ddf_neg(rat,rat); - if (*s==0 || ddf_Smaller(rat,minrat)){ - ddf_set(minrat,rat); - *s=j; - set_emptyset(tieset); - set_addelem(tieset, j); - } else if (ddf_Equal(rat,minrat)){ - set_addelem(tieset,j); - } - } - } - if (*s>0) { - if (!lexicopivot || set_card(tieset)==1){ - colselected=ddf_TRUE; *selected=ddf_TRUE; - } else { /* lexicographic rule with respect to the given reference cobasis. */ - if (localdebug) {printf("Tie occurred at:"); set_write(tieset); printf("\n"); - ddf_WriteTableau(stderr,m_size,d_size,A,T,nbindex,bflag); - } - *s=0; - k=2; /* k runs through the column indices except RHS. */ - do { - iref=nbindex_ref[k]; /* iref runs though the reference basic indices */ - if (iref>0) { - j=bflag[iref]; - if (j>0) { - if (set_member(j,tieset) && set_card(tieset)==1) { - *s=j; - colselected=ddf_TRUE; - } else { - set_delelem(tieset, j); - /* iref is cobasic, and the corresponding col is not the pivot column except it is the last one. */ - } - } else { - *s=0; - for (j=1; j<=d_size; j++){ - if (set_member(j,tieset)) { - ddf_TableauEntry(&val,m_size,d_size,A,T,*r,j); - ddf_TableauEntry(&valn,m_size,d_size,A,T,iref,j); - if (j!=rhscol && ddf_Positive(val)) { - ddf_div(rat,valn,val); - if (*s==0 || ddf_Smaller(rat,minrat)){ - ddf_set(minrat,rat); - *s=j; - set_emptyset(stieset); - set_addelem(stieset, j); - } else if (ddf_Equal(rat,minrat)){ - set_addelem(stieset,j); - } - } - } - } - set_copy(tieset,stieset); - if (set_card(tieset)==1) colselected=ddf_TRUE; - } - } - k+=1; - } while (!colselected && k<=d_size); - *selected=ddf_TRUE; - } - } else *lps=ddf_Inconsistent; - } - } /* end of while */ - } - if (localdebug) { - if (Phase1) fprintf(stderr,"Phase 1 : select %ld,%ld\n",*r,*s); - else fprintf(stderr,"Phase 2 : select %ld,%ld\n",*r,*s); - } - ddf_clear(val); ddf_clear(valn); ddf_clear(minval); ddf_clear(rat); ddf_clear(minrat); -} - -void ddf_TableauEntry(myfloat *x,ddf_rowrange m_size, ddf_colrange d_size, ddf_Amatrix X, ddf_Bmatrix T, - ddf_rowrange r, ddf_colrange s) -/* Compute the (r,s) entry of X.T */ -{ - ddf_colrange j; - myfloat temp; - - ddf_init(temp); - ddf_set(*x,ddf_purezero); - for (j=0; j< d_size; j++) { - ddf_mul(temp,X[r-1][j], T[j][s-1]); - ddf_add(*x, *x, temp); - } - ddf_clear(temp); -} - -void ddf_SelectPivot2(ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_RowOrderType roworder,ddf_rowindex ordervec, rowset equalityset, - ddf_rowrange rowmax,rowset NopivotRow, - colset NopivotCol,ddf_rowrange *r,ddf_colrange *s, - ddf_boolean *selected) -/* Select a position (*r,*s) in the matrix A.T such that (A.T)[*r][*s] is nonzero - The choice is feasible, i.e., not on NopivotRow and NopivotCol, and - best with respect to the specified roworder - */ -{ - int stop; - ddf_rowrange i,rtemp; - rowset rowexcluded; - myfloat Xtemp; - ddf_boolean localdebug=ddf_FALSE; - - stop = ddf_FALSE; - localdebug=ddf_debug; - ddf_init(Xtemp); - set_initialize(&rowexcluded,m_size); - set_copy(rowexcluded,NopivotRow); - for (i=rowmax+1;i<=m_size;i++) { - set_addelem(rowexcluded,i); /* cannot pivot on any row > rmax */ - } - *selected = ddf_FALSE; - do { - rtemp=0; i=1; - while (i<=m_size && rtemp==0) { /* equalityset vars have highest priorities */ - if (set_member(i,equalityset) && !set_member(i,rowexcluded)){ - if (localdebug) fprintf(stderr,"marked set %ld chosen as a candidate\n",i); - rtemp=i; - } - i++; - } - if (rtemp==0) ddf_SelectPreorderedNext2(m_size,d_size,rowexcluded,ordervec,&rtemp);; - if (rtemp>=1) { - *r=rtemp; - *s=1; - while (*s <= d_size && !*selected) { - ddf_TableauEntry(&Xtemp,m_size,d_size,A,T,*r,*s); - if (!set_member(*s,NopivotCol) && ddf_Nonzero(Xtemp)) { - *selected = ddf_TRUE; - stop = ddf_TRUE; - } else { - (*s)++; - } - } - if (!*selected) { - set_addelem(rowexcluded,rtemp); - } - } - else { - *r = 0; - *s = 0; - stop = ddf_TRUE; - } - } while (!stop); - set_free(rowexcluded); ddf_clear(Xtemp); -} - -void ddf_GaussianColumnPivot(ddf_rowrange m_size, ddf_colrange d_size, - ddf_Amatrix X, ddf_Bmatrix T, ddf_rowrange r, ddf_colrange s) -/* Update the Transformation matrix T with the pivot operation on (r,s) - This procedure performs a implicit pivot operation on the matrix X by - updating the dual basis inverse T. - */ -{ - ddf_colrange j, j1; - myfloat Xtemp0, Xtemp1, Xtemp; - static ddf_Arow Rtemp; - static ddf_colrange last_d=0; - - ddf_init(Xtemp0); ddf_init(Xtemp1); ddf_init(Xtemp); - if (last_d!=d_size){ - if (last_d>0) { - for (j=1; j<=last_d; j++) ddf_clear(Rtemp[j-1]); - free(Rtemp); - } - Rtemp=(myfloat*)calloc(d_size,sizeof(myfloat)); - for (j=1; j<=d_size; j++) ddf_init(Rtemp[j-1]); - last_d=d_size; - } - - for (j=1; j<=d_size; j++) { - ddf_TableauEntry(&(Rtemp[j-1]), m_size, d_size, X, T, r,j); - } - ddf_set(Xtemp0,Rtemp[s-1]); - for (j = 1; j <= d_size; j++) { - if (j != s) { - ddf_div(Xtemp,Rtemp[j-1],Xtemp0); - ddf_set(Xtemp1,ddf_purezero); - for (j1 = 1; j1 <= d_size; j1++){ - ddf_mul(Xtemp1,Xtemp,T[j1-1][s - 1]); - ddf_sub(T[j1-1][j-1],T[j1-1][j-1],Xtemp1); - /* T[j1-1][j-1] -= T[j1-1][s - 1] * Xtemp / Xtemp0; */ - } - } - } - for (j = 1; j <= d_size; j++) - ddf_div(T[j-1][s - 1],T[j-1][s - 1],Xtemp0); - - ddf_clear(Xtemp0); ddf_clear(Xtemp1); ddf_clear(Xtemp); -} - -void ddf_GaussianColumnPivot2(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A,ddf_Bmatrix T,ddf_colindex nbindex,ddf_rowindex bflag,ddf_rowrange r,ddf_colrange s) -/* Update the Transformation matrix T with the pivot operation on (r,s) - This procedure performs a implicit pivot operation on the matrix A by - updating the dual basis inverse T. - */ -{ - int localdebug=ddf_FALSE; - long entering; - - if (ddf_debug) localdebug=ddf_debug; - ddf_GaussianColumnPivot(m_size,d_size,A,T,r,s); - entering=nbindex[s]; - bflag[r]=s; /* the nonbasic variable r corresponds to column s */ - nbindex[s]=r; /* the nonbasic variable on s column is r */ - - if (entering>0) bflag[entering]=-1; - /* original variables have negative index and should not affect the row index */ - - if (localdebug) { - fprintf(stderr,"ddf_GaussianColumnPivot2\n"); - fprintf(stderr," pivot: (leaving, entering) = (%ld, %ld)\n", r,entering); - fprintf(stderr, " bflag[%ld] is set to %ld\n", r, s); - } -} - - -void ddf_ResetTableau(ddf_rowrange m_size,ddf_colrange d_size,ddf_Bmatrix T, - ddf_colindex nbindex,ddf_rowindex bflag,ddf_rowrange objrow,ddf_colrange rhscol) -{ - ddf_rowrange i; - ddf_colrange j; - - /* Initialize T and nbindex */ - for (j=1; j<=d_size; j++) nbindex[j]=-j; - nbindex[rhscol]=0; - /* RHS is already in nonbasis and is considered to be associated - with the zero-th row of input. */ - ddf_SetToIdentity(d_size,T); - - /* Set the bflag according to nbindex */ - for (i=1; i<=m_size; i++) bflag[i]=-1; - /* all basic variables have index -1 */ - bflag[objrow]= 0; - /* bflag of the objective variable is 0, - different from other basic variables which have -1 */ - for (j=1; j<=d_size; j++) if (nbindex[j]>0) bflag[nbindex[j]]=j; - /* bflag of a nonbasic variable is its column number */ - -} - -void ddf_SelectCrissCrossPivot(ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A,ddf_Bmatrix T, - ddf_rowindex bflag,ddf_rowrange objrow,ddf_colrange rhscol, - ddf_rowrange *r,ddf_colrange *s, - int *selected,ddf_LPStatusType *lps) -{ - int colselected=ddf_FALSE,rowselected=ddf_FALSE; - ddf_rowrange i; - myfloat val; - - ddf_init(val); - *selected=ddf_FALSE; - *lps=ddf_LPSundecided; - while ((*lps==ddf_LPSundecided) && (!rowselected) && (!colselected)) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - ddf_TableauEntry(&val,m_size,d_size,A,T,i,rhscol); - if (ddf_Negative(val)) { - rowselected=ddf_TRUE; - *r=i; - break; - } - } - else if (bflag[i] >0) { /* i is nonbasic variable */ - ddf_TableauEntry(&val,m_size,d_size,A,T,objrow,bflag[i]); - if (ddf_Positive(val)) { - colselected=ddf_TRUE; - *s=bflag[i]; - break; - } - } - } - if ((!rowselected) && (!colselected)) { - *lps=ddf_Optimal; - return; - } - else if (rowselected) { - for (i=1; i<=m_size; i++) { - if (bflag[i] >0) { /* i is nonbasic variable */ - ddf_TableauEntry(&val,m_size,d_size,A,T,*r,bflag[i]); - if (ddf_Positive(val)) { - colselected=ddf_TRUE; - *s=bflag[i]; - *selected=ddf_TRUE; - break; - } - } - } - } - else if (colselected) { - for (i=1; i<=m_size; i++) { - if (i!=objrow && bflag[i]==-1) { /* i is a basic variable */ - ddf_TableauEntry(&val,m_size,d_size,A,T,i,*s); - if (ddf_Negative(val)) { - rowselected=ddf_TRUE; - *r=i; - *selected=ddf_TRUE; - break; - } - } - } - } - if (!rowselected) { - *lps=ddf_DualInconsistent; - } - else if (!colselected) { - *lps=ddf_Inconsistent; - } - } - ddf_clear(val); -} - -void ddf_CrissCrossSolve(ddf_LPPtr lp, ddf_ErrorType *err) -{ - switch (lp->objective) { - case ddf_LPmax: - ddf_CrissCrossMaximize(lp,err); - break; - - case ddf_LPmin: - ddf_CrissCrossMinimize(lp,err); - break; - - case ddf_LPnone: *err=ddf_NoLPObjective; break; - } - -} - -void ddf_DualSimplexSolve(ddf_LPPtr lp, ddf_ErrorType *err) -{ - switch (lp->objective) { - case ddf_LPmax: - ddf_DualSimplexMaximize(lp,err); - break; - - case ddf_LPmin: - ddf_DualSimplexMinimize(lp,err); - break; - - case ddf_LPnone: *err=ddf_NoLPObjective; break; - } -} - -#ifdef ddf_GMPRATIONAL - -ddf_LPStatusType LPSf2LPS(ddf_LPStatusType lpsf) -{ - ddf_LPStatusType lps=ddf_LPSundecided; - - switch (lpsf) { - case ddf_LPSundecided: lps=ddf_LPSundecided; break; - case ddf_Optimal: lps=ddf_Optimal; break; - case ddf_Inconsistent: lps=ddf_Inconsistent; break; - case ddf_DualInconsistent: lps=ddf_DualInconsistent; break; - case ddf_StrucInconsistent: lps=ddf_StrucInconsistent; break; - case ddf_StrucDualInconsistent: lps=ddf_StrucDualInconsistent; break; - case ddf_Unbounded: lps=ddf_Unbounded; break; - case ddf_DualUnbounded: lps=ddf_DualUnbounded; break; - } - return lps; -} - - -void ddf_BasisStatus(ddf_LPPtr lpf, ddf_LPPtr lp, ddf_boolean *LPScorrect) -{ - int i; - ddf_colrange se, j; - ddf_boolean basisfound; - - switch (lp->objective) { - case ddf_LPmax: - ddf_BasisStatusMaximize(lp->m,lp->d,lp->A,lp->B,lp->equalityset,lp->objrow,lp->rhscol, - lpf->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lpf->nbindex,lpf->re,lpf->se,&se,lp->pivots, - &basisfound, LPScorrect); - if (*LPScorrect) { - /* printf("BasisStatus Check: the current basis is verified with GMP\n"); */ - lp->LPS=LPSf2LPS(lpf->LPS); - lp->re=lpf->re; - lp->se=se; - for (j=1; j<=lp->d; j++) lp->nbindex[j]=lpf->nbindex[j]; - } - for (i=1; i<=5; i++) lp->pivots[i-1]+=lpf->pivots[i-1]; - break; - case ddf_LPmin: - ddf_BasisStatusMinimize(lp->m,lp->d,lp->A,lp->B,lp->equalityset,lp->objrow,lp->rhscol, - lpf->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lpf->nbindex,lpf->re,lpf->se,&se,lp->pivots, - &basisfound, LPScorrect); - if (*LPScorrect) { - /* printf("BasisStatus Check: the current basis is verified with GMP\n"); */ - lp->LPS=LPSf2LPS(lpf->LPS); - lp->re=lpf->re; - lp->se=se; - for (j=1; j<=lp->d; j++) lp->nbindex[j]=lpf->nbindex[j]; - } - for (i=1; i<=5; i++) lp->pivots[i-1]+=lpf->pivots[i-1]; - break; - case ddf_LPnone: break; - } -} -#endif - -void ddf_FindLPBasis(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A, ddf_Bmatrix T,ddf_rowindex OV,ddf_rowset equalityset, ddf_colindex nbindex, - ddf_rowindex bflag,ddf_rowrange objrow,ddf_colrange rhscol, - ddf_colrange *cs,int *found,ddf_LPStatusType *lps,long *pivot_no) -{ - /* Find a LP basis using Gaussian pivots. - If the problem has an LP basis, - the procedure returns *found=ddf_TRUE,*lps=LPSundecided and an LP basis. - If the constraint matrix A (excluding the rhs and objective) is not - column independent, there are two cases. If the dependency gives a dual - inconsistency, this returns *found=ddf_FALSE, *lps=ddf_StrucDualInconsistent and - the evidence column *s. Otherwise, this returns *found=ddf_TRUE, - *lps=LPSundecided and an LP basis of size less than d_size. Columns j - that do not belong to the basis (i.e. cannot be chosen as pivot because - they are all zero) will be indicated in nbindex vector: nbindex[j] will - be negative and set to -j. - */ - int chosen,stop; - long pivots_p0=0,rank; - colset ColSelected; - rowset RowSelected; - myfloat val; - - ddf_rowrange r; - ddf_colrange j,s; - - ddf_init(val); - *found=ddf_FALSE; *cs=0; rank=0; - stop=ddf_FALSE; - *lps=ddf_LPSundecided; - - set_initialize(&RowSelected,m_size); - set_initialize(&ColSelected,d_size); - set_addelem(RowSelected,objrow); - set_addelem(ColSelected,rhscol); - - stop=ddf_FALSE; - do { /* Find a LP basis */ - ddf_SelectPivot2(m_size,d_size,A,T,ddf_MinIndex,OV,equalityset, - m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) { - set_addelem(RowSelected,r); - set_addelem(ColSelected,s); - ddf_GaussianColumnPivot2(m_size,d_size,A,T,nbindex,bflag,r,s); - pivots_p0++; - rank++; - } else { - for (j=1;j<=d_size && *lps==ddf_LPSundecided; j++) { - if (j!=rhscol && nbindex[j]<0){ - ddf_TableauEntry(&val,m_size,d_size,A,T,objrow,j); - if (ddf_Nonzero(val)){ /* dual inconsistent */ - *lps=ddf_StrucDualInconsistent; - *cs=j; - /* dual inconsistent because the nonzero reduced cost */ - } - } - } - if (*lps==ddf_LPSundecided) *found=ddf_TRUE; - /* dependent columns but not dual inconsistent. */ - stop=ddf_TRUE; - } - /* printf("d_size=%ld, rank=%ld\n",d_size,rank); */ - if (rank==d_size-1) { - stop = ddf_TRUE; - *found=ddf_TRUE; - } - } while (!stop); - - *pivot_no=pivots_p0; - ddf_statBApivots+=pivots_p0; - set_free(RowSelected); - set_free(ColSelected); - ddf_clear(val); -} - - -void ddf_FindLPBasis2(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A, ddf_Bmatrix T,ddf_rowindex OV,ddf_rowset equalityset, ddf_colindex nbindex, - ddf_rowindex bflag,ddf_rowrange objrow,ddf_colrange rhscol, - ddf_colrange *cs,int *found,long *pivot_no) -{ - /* Similar to ddf_FindLPBasis but it is much simpler. This tries to recompute T for - the specified basis given by nbindex. It will return *found=ddf_FALSE if the specified - basis is not a basis. - */ - int chosen,stop; - long pivots_p0=0,rank; - ddf_colset ColSelected,DependentCols; - ddf_rowset RowSelected, NopivotRow; - myfloat val; - ddf_boolean localdebug=ddf_FALSE; - - ddf_rowrange r,negcount=0; - ddf_colrange j,s; - - ddf_init(val); - *found=ddf_FALSE; *cs=0; rank=0; - - set_initialize(&RowSelected,m_size); - set_initialize(&DependentCols,d_size); - set_initialize(&ColSelected,d_size); - set_initialize(&NopivotRow,m_size); - set_addelem(RowSelected,objrow); - set_addelem(ColSelected,rhscol); - set_compl(NopivotRow, NopivotRow); /* set NopivotRow to be the groundset */ - - for (j=2; j<=d_size; j++) - if (nbindex[j]>0) - set_delelem(NopivotRow, nbindex[j]); - else if (nbindex[j]<0){ - negcount++; - set_addelem(DependentCols, -nbindex[j]); - set_addelem(ColSelected, -nbindex[j]); - } - - set_uni(RowSelected, RowSelected, NopivotRow); /* RowSelected is the set of rows not allowed to poviot on */ - - stop=ddf_FALSE; - do { /* Find a LP basis */ - ddf_SelectPivot2(m_size,d_size,A,T,ddf_MinIndex,OV,equalityset, m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) { - set_addelem(RowSelected,r); - set_addelem(ColSelected,s); - - ddf_GaussianColumnPivot2(m_size,d_size,A,T,nbindex,bflag,r,s); - if (localdebug && m_size <=10){ - ddf_WriteBmatrix(stderr,d_size,T); - ddf_WriteTableau(stderr,m_size,d_size,A,T,nbindex,bflag); - } - pivots_p0++; - rank++; - } else{ - *found=ddf_FALSE; /* cannot pivot on any of the spacified positions. */ - stop=ddf_TRUE; - } - if (rank==d_size-1-negcount) { - if (negcount){ - /* Now it tries to pivot on rows that are supposed to be dependent. */ - set_diff(ColSelected, ColSelected, DependentCols); - ddf_SelectPivot2(m_size,d_size,A,T,ddf_MinIndex,OV,equalityset, m_size,RowSelected,ColSelected,&r,&s,&chosen); - if (chosen) *found=ddf_FALSE; /* not supposed to be independent */ - else *found=ddf_TRUE; - if (localdebug){ - printf("Try to check the dependent cols:"); - set_write(DependentCols); - if (chosen) printf("They are not dependent. Can still pivot on (%ld, %ld)\n",r, s); - else printf("They are indeed dependent.\n"); - } - } else { - *found=ddf_TRUE; - } - stop = ddf_TRUE; - } - } while (!stop); - - for (j=1; j<=d_size; j++) if (nbindex[j]>0) bflag[nbindex[j]]=j; - *pivot_no=pivots_p0; - set_free(RowSelected); - set_free(ColSelected); - set_free(NopivotRow); - set_free(DependentCols); - ddf_clear(val); -} - -void ddf_FindDualFeasibleBasis(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A,ddf_Bmatrix T,ddf_rowindex OV, - ddf_colindex nbindex,ddf_rowindex bflag,ddf_rowrange objrow,ddf_colrange rhscol, ddf_boolean lexicopivot, - ddf_colrange *s,ddf_ErrorType *err,ddf_LPStatusType *lps,long *pivot_no, long maxpivots) -{ - /* Find a dual feasible basis using Phase I of Dual Simplex method. - If the problem is dual feasible, - the procedure returns *err=NoError, *lps=LPSundecided and a dual feasible - basis. If the problem is dual infeasible, this returns - *err=NoError, *lps=DualInconsistent and the evidence column *s. - Caution: matrix A must have at least one extra row: the row space A[m_size] must - have been allocated. - */ - ddf_boolean phase1,dualfeasible=ddf_TRUE; - ddf_boolean localdebug=ddf_FALSE,chosen,stop; - ddf_LPStatusType LPSphase1; - long pivots_p1=0; - ddf_rowrange i,r_val; - ddf_colrange j,l,ms=0,s_val,local_m_size; - myfloat x,val,maxcost,axvalue,maxratio; - static ddf_colrange d_last=0; - static ddf_Arow rcost; - static ddf_colindex nbindex_ref; /* to be used to store the initial feasible basis for lexico rule */ - - myfloat scaling,svalue; /* random scaling myfloat value */ - myfloat minval; - - if (ddf_debug) localdebug=ddf_debug; - ddf_init(x); ddf_init(val); ddf_init(scaling); ddf_init(svalue); ddf_init(axvalue); - ddf_init(maxcost); ddf_set(maxcost,ddf_minuszero); - ddf_init(maxratio); ddf_set(maxratio,ddf_minuszero); - if (d_last0) { - for (j=1; j<=d_last; j++){ ddf_clear(rcost[j-1]);} - free(rcost); - free(nbindex_ref); - } - rcost=(myfloat*) calloc(d_size,sizeof(myfloat)); - nbindex_ref=(long*) calloc(d_size+1,sizeof(long)); - for (j=1; j<=d_size; j++){ ddf_init(rcost[j-1]);} - d_last=d_size; - } - - *err=ddf_NoError; *lps=ddf_LPSundecided; *s=0; - local_m_size=m_size+1; /* increase m_size by 1 */ - - ms=0; /* ms will be the index of column which has the largest reduced cost */ - for (j=1; j<=d_size; j++){ - if (j!=rhscol){ - ddf_TableauEntry(&(rcost[j-1]),local_m_size,d_size,A,T,objrow,j); - if (ddf_Larger(rcost[j-1],maxcost)) {ddf_set(maxcost,rcost[j-1]); ms = j;} - } - } - if (ddf_Positive(maxcost)) dualfeasible=ddf_FALSE; - - if (!dualfeasible){ - for (j=1; j<=d_size; j++){ - ddf_set(A[local_m_size-1][j-1], ddf_purezero); - for (l=1; l<=d_size; l++){ - if (nbindex[l]>0) { - ddf_set_si(scaling,l+10); - ddf_mul(svalue,A[nbindex[l]-1][j-1],scaling); - ddf_sub(A[local_m_size-1][j-1],A[local_m_size-1][j-1],svalue); - /* To make the auxiliary row (0,-11,-12,...,-d-10). - It is likely to be better than (0, -1, -1, ..., -1) - to avoid a degenerate LP. Version 093c. */ - } - } - } - - if (localdebug){ - fprintf(stderr,"\nddf_FindDualFeasibleBasis: curruent basis is not dual feasible.\n"); - fprintf(stderr,"because of the column %ld assoc. with var %ld dual cost =", - ms,nbindex[ms]); - ddf_WriteNumber(stderr, maxcost); - if (localdebug) { - if (m_size <=100 && d_size <=30){ - printf("\nddf_FindDualFeasibleBasis: the starting dictionary.\n"); - ddf_WriteTableau(stdout,m_size+1,d_size,A,T,nbindex,bflag); - } - } - } - - ms=0; - /* Ratio Test: ms will be now the index of column which has the largest reduced cost - over the auxiliary row entry */ - for (j=1; j<=d_size; j++){ - if ((j!=rhscol) && ddf_Positive(rcost[j-1])){ - ddf_TableauEntry(&axvalue,local_m_size,d_size,A,T,local_m_size,j); - if (ddf_Nonnegative(axvalue)) { - *err=ddf_NumericallyInconsistent; - /* This should not happen as they are set negative above. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"ddf_FindDualFeasibleBasis: Numerical Inconsistency detected.\n"); - goto _L99; - } - ddf_neg(axvalue,axvalue); - ddf_div(axvalue,rcost[j-1],axvalue); /* axvalue is the negative of ratio that is to be maximized. */ - if (ddf_Larger(axvalue,maxratio)) { - ddf_set(maxratio,axvalue); - ms = j; - } - } - } - - if (ms==0) { - *err=ddf_NumericallyInconsistent; /* This should not happen. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"ddf_FindDualFeasibleBasis: Numerical Inconsistency detected.\n"); - goto _L99; - } - - /* Pivot on (local_m_size,ms) so that the dual basic solution becomes feasible */ - ddf_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,local_m_size,ms); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\nddf_FindDualFeasibleBasis: Pivot on %ld %ld.\n",local_m_size,ms); - } - - for (j=1; j<=d_size; j++) nbindex_ref[j]=nbindex[j]; - /* set the reference basis to be the current feasible basis. */ - if (localdebug){ - fprintf(stderr, "Store the current feasible basis:"); - for (j=1; j<=d_size; j++) fprintf(stderr, " %ld", nbindex_ref[j]); - fprintf(stderr, "\n"); - if (m_size <=100 && d_size <=30) - ddf_WriteSignTableau2(stdout,m_size+1,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - phase1=ddf_TRUE; stop=ddf_FALSE; - do { /* Dual Simplex Phase I */ - chosen=ddf_FALSE; LPSphase1=ddf_LPSundecided; - if (pivots_p1>maxpivots) { - *err=ddf_LPCycling; - fprintf(stderr,"max number %ld of pivots performed in Phase I. Switch to the anticycling phase.\n", maxpivots); - goto _L99; /* failure due to max no. of pivots performed */ - } - ddf_SelectDualSimplexPivot(local_m_size,d_size,phase1,A,T,OV,nbindex_ref,nbindex,bflag, - objrow,rhscol,lexicopivot,&r_val,&s_val,&chosen,&LPSphase1); - if (!chosen) { - /* The current dictionary is terminal. There are two cases: - ddf_TableauEntry(local_m_size,d_size,A,T,objrow,ms) is negative or zero. - The first case implies dual infeasible, - and the latter implies dual feasible but local_m_size is still in nonbasis. - We must pivot in the auxiliary variable local_m_size. - */ - ddf_TableauEntry(&x,local_m_size,d_size,A,T,objrow,ms); - if (ddf_Negative(x)){ - *err=ddf_NoError; *lps=ddf_DualInconsistent; *s=ms; - } - if (localdebug) { - fprintf(stderr,"\nddf_FindDualFeasibleBasis: the auxiliary variable was forced to enter the basis (# pivots = %ld).\n",pivots_p1); - fprintf(stderr," -- objrow %ld, ms %ld entry: ",objrow,ms); - ddf_WriteNumber(stderr, x); fprintf(stderr,"\n"); - if (ddf_Negative(x)){ - fprintf(stderr,"->The basis is dual inconsistent. Terminate.\n"); - } else { - fprintf(stderr,"->The basis is feasible. Go to phase II.\n"); - } - } - - ddf_init(minval); - r_val=0; - for (i=1; i<=local_m_size; i++){ - if (bflag[i]<0) { - /* i is basic and not the objective variable */ - ddf_TableauEntry(&val,local_m_size,d_size,A,T,i,ms); /* auxiliary column*/ - if (ddf_Smaller(val, minval)) { - r_val=i; - ddf_set(minval,val); - } - } - } - ddf_clear(minval); - - if (r_val==0) { - *err=ddf_NumericallyInconsistent; /* This should not happen. Quit the phase I.*/ - if (localdebug) fprintf(stderr,"ddf_FindDualFeasibleBasis: Numerical Inconsistency detected (r_val is 0).\n"); - goto _L99; - } - - ddf_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,r_val,ms); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\nddf_FindDualFeasibleBasis: make the %ld-th pivot on %ld %ld to force the auxiliary variable to enter the basis.\n",pivots_p1,r_val,ms); - if (m_size <=100 && d_size <=30) - ddf_WriteSignTableau2(stdout,m_size+1,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - stop=ddf_TRUE; - - } else { - ddf_GaussianColumnPivot2(local_m_size,d_size,A,T,nbindex,bflag,r_val,s_val); - pivots_p1=pivots_p1+1; - if (localdebug) { - printf("\nddf_FindDualFeasibleBasis: make a %ld-th pivot on %ld %ld\n",pivots_p1,r_val,s_val); - if (m_size <=100 && d_size <=30) - ddf_WriteSignTableau2(stdout,local_m_size,d_size,A,T,nbindex_ref,nbindex,bflag); - } - - - if (bflag[local_m_size]<0) { - stop=ddf_TRUE; - if (localdebug) - fprintf(stderr,"\nDualSimplex Phase I: the auxiliary variable entered the basis (# pivots = %ld).\nGo to phase II\n",pivots_p1); - } - } - } while(!stop); - } -_L99: - *pivot_no=pivots_p1; - ddf_statDS1pivots+=pivots_p1; - ddf_clear(x); ddf_clear(val); ddf_clear(maxcost); ddf_clear(maxratio); - ddf_clear(scaling); ddf_clear(svalue); ddf_clear(axvalue); -} - -void ddf_DualSimplexMinimize(ddf_LPPtr lp,ddf_ErrorType *err) -{ - ddf_colrange j; - - *err=ddf_NoError; - for (j=1; j<=lp->d; j++) - ddf_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - ddf_DualSimplexMaximize(lp,err); - ddf_neg(lp->optvalue,lp->optvalue); - for (j=1; j<=lp->d; j++){ - if (lp->LPS!=ddf_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - ddf_neg(lp->dsol[j-1],lp->dsol[j-1]); - } - ddf_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - } -} - -void ddf_DualSimplexMaximize(ddf_LPPtr lp,ddf_ErrorType *err) -/* -When LP is inconsistent then lp->re returns the evidence row. -When LP is dual-inconsistent then lp->se returns the evidence column. -*/ -{ - int stop,chosen,phase1,found; - long pivots_ds=0,pivots_p0=0,pivots_p1=0,pivots_pc=0,maxpivots,maxpivfactor=20; - ddf_boolean localdebug=ddf_FALSE,localdebug1=ddf_FALSE; - -#if !defined ddf_GMPRATIONAL - long maxccpivots,maxccpivfactor=100; - /* criss-cross should not cycle, but with floating-point arithmetics, it happens - (very rarely). Jorg Rambau reported such an LP, in August 2003. Thanks Jorg! - */ -#endif - - ddf_rowrange i,r; - ddf_colrange j,s; - static ddf_rowindex bflag; - static long mlast=0,nlast=0; - static ddf_rowindex OrderVector; /* the permutation vector to store a preordered row indeces */ - static ddf_colindex nbindex_ref; /* to be used to store the initial feasible basis for lexico rule */ - - double redpercent=0,redpercent_prev=0,redgain=0; - unsigned int rseed=1; - - /* *err=ddf_NoError; */ - if (ddf_debug) localdebug=ddf_debug; - set_emptyset(lp->redset_extra); - for (i=0; i<= 4; i++) lp->pivots[i]=0; - maxpivots=maxpivfactor*lp->d; /* maximum pivots to be performed before cc pivot is applied. */ -#if !defined ddf_GMPRATIONAL - maxccpivots=maxccpivfactor*lp->d; /* maximum pivots to be performed with emergency cc pivots. */ -#endif - if (mlast!=lp->m || nlast!=lp->d){ - if (mlast>0) { /* called previously with different lp->m */ - free(OrderVector); - free(bflag); - free(nbindex_ref); - } - OrderVector=(long *)calloc(lp->m+1,sizeof(*OrderVector)); - bflag=(long *) calloc(lp->m+2,sizeof(*bflag)); /* one more element for an auxiliary variable */ - nbindex_ref=(long*) calloc(lp->d+1,sizeof(long)); - mlast=lp->m;nlast=lp->d; - } - /* Initializing control variables. */ - ddf_ComputeRowOrderVector2(lp->m,lp->d,lp->A,OrderVector,ddf_MinIndex,rseed); - - lp->re=0; lp->se=0; - - ddf_ResetTableau(lp->m,lp->d,lp->B,lp->nbindex,bflag,lp->objrow,lp->rhscol); - - ddf_FindLPBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->equalityset,lp->nbindex,bflag, - lp->objrow,lp->rhscol,&s,&found,&(lp->LPS),&pivots_p0); - lp->pivots[0]=pivots_p0; - - if (!found){ - lp->se=s; - goto _L99; - /* No LP basis is found, and thus Inconsistent. - Output the evidence column. */ - } - - ddf_FindDualFeasibleBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->nbindex,bflag, - lp->objrow,lp->rhscol,lp->lexicopivot,&s, err,&(lp->LPS),&pivots_p1, maxpivots); - lp->pivots[1]=pivots_p1; - - for (j=1; j<=lp->d; j++) nbindex_ref[j]=lp->nbindex[j]; - /* set the reference basis to be the current feasible basis. */ - if (localdebug){ - fprintf(stderr, "ddf_DualSimplexMaximize: Store the current feasible basis:"); - for (j=1; j<=lp->d; j++) fprintf(stderr, " %ld", nbindex_ref[j]); - fprintf(stderr, "\n"); - if (lp->m <=100 && lp->d <=30) - ddf_WriteSignTableau2(stdout,lp->m+1,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - - if (*err==ddf_LPCycling || *err==ddf_NumericallyInconsistent){ - if (localdebug) fprintf(stderr, "Phase I failed and thus switch to the Criss-Cross method\n"); - ddf_CrissCrossMaximize(lp,err); - return; - } - - if (lp->LPS==ddf_DualInconsistent){ - lp->se=s; - goto _L99; - /* No dual feasible basis is found, and thus DualInconsistent. - Output the evidence column. */ - } - - /* Dual Simplex Method */ - stop=ddf_FALSE; - do { - chosen=ddf_FALSE; lp->LPS=ddf_LPSundecided; phase1=ddf_FALSE; - if (pivots_dsm,lp->d,phase1,lp->A,lp->B,OrderVector,nbindex_ref,lp->nbindex,bflag, - lp->objrow,lp->rhscol,lp->lexicopivot,&r,&s,&chosen,&(lp->LPS)); - } - if (chosen) { - pivots_ds=pivots_ds+1; - if (lp->redcheck_extensive) { - ddf_GetRedundancyInformation(lp->m,lp->d,lp->A,lp->B,lp->nbindex, bflag, lp->redset_extra); - set_uni(lp->redset_accum, lp->redset_accum,lp->redset_extra); - redpercent=100*(double)set_card(lp->redset_extra)/(double)lp->m; - redgain=redpercent-redpercent_prev; - redpercent_prev=redpercent; - if (localdebug1){ - fprintf(stderr,"\nddf_DualSimplexMaximize: Phase II pivot %ld on (%ld, %ld).\n",pivots_ds,r,s); - fprintf(stderr," redundancy %f percent: redset size = %ld\n",redpercent,set_card(lp->redset_extra)); - } - } - } - if (!chosen && lp->LPS==ddf_LPSundecided) { - if (localdebug1){ - fprintf(stderr,"Warning: an emergency CC pivot in Phase II is performed\n"); - /* In principle this should not be executed because we already have dual feasibility - attained and dual simplex pivot should have been chosen. This might occur - under floating point computation, or the case of cycling. - */ - if (localdebug && lp->m <=100 && lp->d <=30){ - fprintf(stderr,"\nddf_DualSimplexMaximize: The current dictionary.\n"); - ddf_WriteSignTableau2(stdout,lp->m,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - } - -#if !defined ddf_GMPRATIONAL - if (pivots_pc>maxccpivots) { - *err=ddf_LPCycling; - stop=ddf_TRUE; - goto _L99; - } -#endif - - ddf_SelectCrissCrossPivot(lp->m,lp->d,lp->A,lp->B,bflag, - lp->objrow,lp->rhscol,&r,&s,&chosen,&(lp->LPS)); - if (chosen) pivots_pc=pivots_pc+1; - } - if (chosen) { - ddf_GaussianColumnPivot2(lp->m,lp->d,lp->A,lp->B,lp->nbindex,bflag,r,s); - if (localdebug && lp->m <=100 && lp->d <=30){ - fprintf(stderr,"\nddf_DualSimplexMaximize: The current dictionary.\n"); - ddf_WriteSignTableau2(stdout,lp->m,lp->d,lp->A,lp->B,nbindex_ref,lp->nbindex,bflag); - } - } else { - switch (lp->LPS){ - case ddf_Inconsistent: lp->re=r; - case ddf_DualInconsistent: lp->se=s; - - default: break; - } - stop=ddf_TRUE; - } - } while(!stop); -_L99: - lp->pivots[2]=pivots_ds; - lp->pivots[3]=pivots_pc; - ddf_statDS2pivots+=pivots_ds; - ddf_statACpivots+=pivots_pc; - - ddf_SetSolutions(lp->m,lp->d,lp->A,lp->B,lp->objrow,lp->rhscol,lp->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lp->nbindex,lp->re,lp->se,bflag); - -} - - - -void ddf_CrissCrossMinimize(ddf_LPPtr lp,ddf_ErrorType *err) -{ - ddf_colrange j; - - *err=ddf_NoError; - for (j=1; j<=lp->d; j++) - ddf_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - ddf_CrissCrossMaximize(lp,err); - ddf_neg(lp->optvalue,lp->optvalue); - for (j=1; j<=lp->d; j++){ - if (lp->LPS!=ddf_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - ddf_neg(lp->dsol[j-1],lp->dsol[j-1]); - } - ddf_neg(lp->A[lp->objrow-1][j-1],lp->A[lp->objrow-1][j-1]); - } -} - -void ddf_CrissCrossMaximize(ddf_LPPtr lp,ddf_ErrorType *err) -/* -When LP is inconsistent then lp->re returns the evidence row. -When LP is dual-inconsistent then lp->se returns the evidence column. -*/ -{ - int stop,chosen,found; - long pivots0,pivots1; -#if !defined ddf_GMPRATIONAL - long maxpivots,maxpivfactor=1000; - /* criss-cross should not cycle, but with floating-point arithmetics, it happens - (very rarely). Jorg Rambau reported such an LP, in August 2003. Thanks Jorg! - */ -#endif - - ddf_rowrange i,r; - ddf_colrange s; - static ddf_rowindex bflag; - static long mlast=0; - static ddf_rowindex OrderVector; /* the permutation vector to store a preordered row indeces */ - unsigned int rseed=1; - ddf_colindex nbtemp; - - *err=ddf_NoError; -#if !defined ddf_GMPRATIONAL - maxpivots=maxpivfactor*lp->d; /* maximum pivots to be performed when floating-point arithmetics is used. */ -#endif - nbtemp=(long *) calloc(lp->d+1,sizeof(long)); - for (i=0; i<= 4; i++) lp->pivots[i]=0; - if (bflag==NULL || mlast!=lp->m){ - if (mlast!=lp->m && mlast>0) { - free(bflag); /* called previously with different lp->m */ - free(OrderVector); - } - bflag=(long *) calloc(lp->m+1,sizeof(long)); - OrderVector=(long *)calloc(lp->m+1,sizeof(long)); - /* initialize only for the first time or when a larger space is needed */ - - mlast=lp->m; - } - /* Initializing control variables. */ - ddf_ComputeRowOrderVector2(lp->m,lp->d,lp->A,OrderVector,ddf_MinIndex,rseed); - - lp->re=0; lp->se=0; pivots1=0; - - ddf_ResetTableau(lp->m,lp->d,lp->B,lp->nbindex,bflag,lp->objrow,lp->rhscol); - - ddf_FindLPBasis(lp->m,lp->d,lp->A,lp->B,OrderVector,lp->equalityset, - lp->nbindex,bflag,lp->objrow,lp->rhscol,&s,&found,&(lp->LPS),&pivots0); - lp->pivots[0]+=pivots0; - - if (!found){ - lp->se=s; - goto _L99; - /* No LP basis is found, and thus Inconsistent. - Output the evidence column. */ - } - - stop=ddf_FALSE; - do { /* Criss-Cross Method */ -#if !defined ddf_GMPRATIONAL - if (pivots1>maxpivots) { - *err=ddf_LPCycling; - fprintf(stderr,"max number %ld of pivots performed by the criss-cross method. Most likely due to the floating-point arithmetics error.\n", maxpivots); - goto _L99; /* failure due to max no. of pivots performed */ - } -#endif - - ddf_SelectCrissCrossPivot(lp->m,lp->d,lp->A,lp->B,bflag, - lp->objrow,lp->rhscol,&r,&s,&chosen,&(lp->LPS)); - if (chosen) { - ddf_GaussianColumnPivot2(lp->m,lp->d,lp->A,lp->B,lp->nbindex,bflag,r,s); - pivots1++; - } else { - switch (lp->LPS){ - case ddf_Inconsistent: lp->re=r; - case ddf_DualInconsistent: lp->se=s; - - default: break; - } - stop=ddf_TRUE; - } - } while(!stop); - -_L99: - lp->pivots[1]+=pivots1; - ddf_statCCpivots+=pivots1; - ddf_SetSolutions(lp->m,lp->d,lp->A,lp->B, - lp->objrow,lp->rhscol,lp->LPS,&(lp->optvalue),lp->sol,lp->dsol,lp->posset_extra,lp->nbindex,lp->re,lp->se,bflag); - free(nbtemp); -} - -void ddf_SetSolutions(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A,ddf_Bmatrix T, - ddf_rowrange objrow,ddf_colrange rhscol,ddf_LPStatusType LPS, - myfloat *optvalue,ddf_Arow sol,ddf_Arow dsol,ddf_rowset posset, ddf_colindex nbindex, - ddf_rowrange re,ddf_colrange se,ddf_rowindex bflag) -/* -Assign the solution vectors to sol,dsol,*optvalue after solving -the LP. -*/ -{ - ddf_rowrange i; - ddf_colrange j; - myfloat x,sw; - int localdebug=ddf_FALSE; - - ddf_init(x); ddf_init(sw); - if (localdebug) fprintf(stderr,"SetSolutions:\n"); - switch (LPS){ - case ddf_Optimal: - for (j=1;j<=d_size; j++) { - ddf_set(sol[j-1],T[j-1][rhscol-1]); - ddf_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - ddf_neg(dsol[j-1],x); - ddf_TableauEntry(optvalue,m_size,d_size,A,T,objrow,rhscol); - if (localdebug) {fprintf(stderr,"dsol[%ld]= ",nbindex[j]); ddf_WriteNumber(stderr, dsol[j-1]); } - } - for (i=1; i<=m_size; i++) { - if (bflag[i]==-1) { /* i is a basic variable */ - ddf_TableauEntry(&x,m_size,d_size,A,T,i,rhscol); - if (ddf_Positive(x)) set_addelem(posset, i); - } - } - - break; - case ddf_Inconsistent: - if (localdebug) fprintf(stderr,"SetSolutions: LP is inconsistent.\n"); - for (j=1;j<=d_size; j++) { - ddf_set(sol[j-1],T[j-1][rhscol-1]); - ddf_TableauEntry(&x,m_size,d_size,A,T,re,j); - ddf_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]=",nbindex[j]); - ddf_WriteNumber(stderr,dsol[j-1]); - fprintf(stderr,"\n"); - } - } - break; - - case ddf_DualInconsistent: - if (localdebug) printf( "SetSolutions: LP is dual inconsistent.\n"); - for (j=1;j<=d_size; j++) { - ddf_set(sol[j-1],T[j-1][se-1]); - ddf_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - ddf_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]=",nbindex[j]); - ddf_WriteNumber(stderr,dsol[j-1]); - fprintf(stderr,"\n"); - } - } - break; - - case ddf_StrucDualInconsistent: - ddf_TableauEntry(&x,m_size,d_size,A,T,objrow,se); - if (ddf_Positive(x)) ddf_set(sw,ddf_one); - else ddf_neg(sw,ddf_one); - for (j=1;j<=d_size; j++) { - ddf_mul(sol[j-1],sw,T[j-1][se-1]); - ddf_TableauEntry(&x,m_size,d_size,A,T,objrow,j); - ddf_neg(dsol[j-1],x); - if (localdebug) {fprintf(stderr,"dsol[%ld]= ",nbindex[j]);ddf_WriteNumber(stderr,dsol[j-1]);} - } - if (localdebug) fprintf(stderr,"SetSolutions: LP is dual inconsistent.\n"); - break; - - default:break; - } - ddf_clear(x); ddf_clear(sw); -} - - -void ddf_RandomPermutation2(ddf_rowindex OV,long t,unsigned int seed) -{ - long k,j,ovj; - double u,xk,r,rand_max=(double) RAND_MAX; - int localdebug=ddf_FALSE; - - srand(seed); - for (j=t; j>1 ; j--) { - r=rand(); - u=r/rand_max; - xk=(double)(j*u +1); - k=(long)xk; - if (localdebug) fprintf(stderr,"u=%g, k=%ld, r=%g, randmax= %g\n",u,k,r,rand_max); - ovj=OV[j]; - OV[j]=OV[k]; - OV[k]=ovj; - if (localdebug) fprintf(stderr,"row %ld is exchanged with %ld\n",j,k); - } -} - -void ddf_ComputeRowOrderVector2(ddf_rowrange m_size,ddf_colrange d_size,ddf_Amatrix A, - ddf_rowindex OV,ddf_RowOrderType ho,unsigned int rseed) -{ - long i,itemp; - - OV[0]=0; - switch (ho){ - case ddf_MaxIndex: - for(i=1; i<=m_size; i++) OV[i]=m_size-i+1; - break; - - case ddf_LexMin: - for(i=1; i<=m_size; i++) OV[i]=i; - ddf_QuickSort(OV,1,m_size,A,d_size); - break; - - case ddf_LexMax: - for(i=1; i<=m_size; i++) OV[i]=i; - ddf_QuickSort(OV,1,m_size,A,d_size); - for(i=1; i<=m_size/2;i++){ /* just reverse the order */ - itemp=OV[i]; - OV[i]=OV[m_size-i+1]; - OV[m_size-i+1]=itemp; - } - break; - - case ddf_RandomRow: - for(i=1; i<=m_size; i++) OV[i]=i; - if (rseed<=0) rseed=1; - ddf_RandomPermutation2(OV,m_size,rseed); - break; - - case ddf_MinIndex: - for(i=1; i<=m_size; i++) OV[i]=i; - break; - - default: - for(i=1; i<=m_size; i++) OV[i]=i; - break; - } -} - -void ddf_SelectPreorderedNext2(ddf_rowrange m_size,ddf_colrange d_size, - rowset excluded,ddf_rowindex OV,ddf_rowrange *hnext) -{ - ddf_rowrange i,k; - - *hnext=0; - for (i=1; i<=m_size && *hnext==0; i++){ - k=OV[i]; - if (!set_member(k,excluded)) *hnext=k ; - } -} - -#ifdef ddf_GMPRATIONAL - -ddf_LPObjectiveType Obj2Obj(ddf_LPObjectiveType obj) -{ - ddf_LPObjectiveType objf=ddf_LPnone; - - switch (obj) { - case ddf_LPnone: objf=ddf_LPnone; break; - case ddf_LPmax: objf=ddf_LPmax; break; - case ddf_LPmin: objf=ddf_LPmin; break; - } - return objf; -} - -ddf_LPPtr ddf_LPgmp2LPf(ddf_LPPtr lp) -{ - ddf_rowrange i; - ddf_colrange j; - ddf_LPType *lpf; - double val; - ddf_boolean localdebug=ddf_FALSE; - - if (localdebug) fprintf(stderr,"Converting a GMP-LP to a float-LP.\n"); - - lpf=ddf_CreateLPData(Obj2Obj(lp->objective), ddf_Real, lp->m, lp->d); - lpf->Homogeneous = lp->Homogeneous; - lpf->eqnumber=lp->eqnumber; /* this records the number of equations */ - - for (i = 1; i <= lp->m; i++) { - if (set_member(i, lp->equalityset)) set_addelem(lpf->equalityset,i); - /* it is equality. Its reversed row will not be in this set */ - for (j = 1; j <= lp->d; j++) { - val=mpq_get_d(lp->A[i-1][j-1]); - ddf_set_d(lpf->A[i-1][j-1],val); - } /*of j*/ - } /*of i*/ - - return lpf; -} - - -#endif - - -ddf_boolean ddf_LPSolve(ddf_LPPtr lp,ddf_LPSolverType solver,ddf_ErrorType *err) -/* -The current version of ddf_LPSolve that solves an LP with floating-arithmetics first -and then with the specified arithimetics if it is GMP. - -When LP is inconsistent then *re returns the evidence row. -When LP is dual-inconsistent then *se returns the evidence column. -*/ -{ - int i; - ddf_boolean found=ddf_FALSE; -#ifdef ddf_GMPRATIONAL - ddf_LPPtr lpf; - ddf_ErrorType errf; - ddf_boolean LPScorrect=ddf_FALSE; - ddf_boolean localdebug=ddf_FALSE; - if (ddf_debug) localdebug=ddf_debug; -#endif - - *err=ddf_NoError; - lp->solver=solver; - - time(&lp->starttime); - -#ifndef ddf_GMPRATIONAL - switch (lp->solver) { - case ddf_CrissCross: - ddf_CrissCrossSolve(lp,err); - break; - case ddf_DualSimplex: - ddf_DualSimplexSolve(lp,err); - break; - } -#else - lpf=ddf_LPgmp2LPf(lp); - switch (lp->solver) { - case ddf_CrissCross: - ddf_CrissCrossSolve(lpf,&errf); /* First, run with double float. */ - if (errf==ddf_NoError){ /* 094a: fix for a bug reported by Dima Pasechnik */ - ddf_BasisStatus(lpf,lp, &LPScorrect); /* Check the basis. */ - } else {LPScorrect=ddf_FALSE;} - if (!LPScorrect) { - if (localdebug) printf("BasisStatus: the current basis is NOT verified with GMP. Rerun with GMP.\n"); - ddf_CrissCrossSolve(lp,err); /* Rerun with GMP if fails. */ - } else { - if (localdebug) printf("BasisStatus: the current basis is verified with GMP. The LP Solved.\n"); - } - break; - case ddf_DualSimplex: - ddf_DualSimplexSolve(lpf,&errf); /* First, run with double float. */ - if (errf==ddf_NoError){ /* 094a: fix for a bug reported by Dima Pasechnik */ - ddf_BasisStatus(lpf,lp, &LPScorrect); /* Check the basis. */ - } else {LPScorrect=ddf_FALSE;} - if (!LPScorrect){ - if (localdebug) printf("BasisStatus: the current basis is NOT verified with GMP. Rerun with GMP.\n"); - ddf_DualSimplexSolve(lp,err); /* Rerun with GMP if fails. */ - if (localdebug){ - printf("*total number pivots = %ld (ph0 = %ld, ph1 = %ld, ph2 = %ld, ph3 = %ld, ph4 = %ld)\n", - lp->total_pivots,lp->pivots[0],lp->pivots[1],lp->pivots[2],lp->pivots[3],lp->pivots[4]); - ddf_WriteLPResult(stdout, lpf, errf); - ddf_WriteLP(stdout, lp); - } - } else { - if (localdebug) printf("BasisStatus: the current basis is verified with GMP. The LP Solved.\n"); - } - break; - } - ddf_FreeLPData(lpf); -#endif - - time(&lp->endtime); - lp->total_pivots=0; - for (i=0; i<=4; i++) lp->total_pivots+=lp->pivots[i]; - if (*err==ddf_NoError) found=ddf_TRUE; - return found; -} - - -ddf_boolean ddf_LPSolve0(ddf_LPPtr lp,ddf_LPSolverType solver,ddf_ErrorType *err) -/* -The original version of ddf_LPSolve that solves an LP with specified arithimetics. - -When LP is inconsistent then *re returns the evidence row. -When LP is dual-inconsistent then *se returns the evidence column. -*/ -{ - int i; - ddf_boolean found=ddf_FALSE; - - *err=ddf_NoError; - lp->solver=solver; - time(&lp->starttime); - - switch (lp->solver) { - case ddf_CrissCross: - ddf_CrissCrossSolve(lp,err); - break; - case ddf_DualSimplex: - ddf_DualSimplexSolve(lp,err); - break; - } - - time(&lp->endtime); - lp->total_pivots=0; - for (i=0; i<=4; i++) lp->total_pivots+=lp->pivots[i]; - if (*err==ddf_NoError) found=ddf_TRUE; - return found; -} - - -ddf_LPPtr ddf_MakeLPforInteriorFinding(ddf_LPPtr lp) -/* Delete the objective row, - add an extra column with -1's to the matrix A, - add an extra row with (bceil, 0,...,0,-1), - add an objective row with (0,...,0,1), and - rows & columns, and change m_size and d_size accordingly, to output new_A. - This sets up the LP: - maximize x_{d+1} - s.t. A x + x_{d+1} <= b - x_{d+1} <= bm * bmax, - where bm is set to 2 by default, and bmax=max{1, b[1],...,b[m_size]}. - Note that the equalitions (linearity) in the input lp will be ignored. -*/ -{ - ddf_rowrange m; - ddf_colrange d; - ddf_NumberType numbtype; - ddf_LPObjectiveType obj; - ddf_LPType *lpnew; - ddf_rowrange i; - ddf_colrange j; - myfloat bm,bmax,bceil; - int localdebug=ddf_FALSE; - - ddf_init(bm); ddf_init(bmax); ddf_init(bceil); - ddf_add(bm,ddf_one,ddf_one); ddf_set(bmax,ddf_one); - numbtype=lp->numbtype; - m=lp->m+1; - d=lp->d+1; - obj=ddf_LPmax; - - lpnew=ddf_CreateLPData(obj, numbtype, m, d); - - for (i=1; i<=lp->m; i++) { - if (ddf_Larger(lp->A[i-1][lp->rhscol-1],bmax)) - ddf_set(bmax,lp->A[i-1][lp->rhscol-1]); - } - ddf_mul(bceil,bm,bmax); - if (localdebug) {fprintf(stderr,"bceil is set to "); ddf_WriteNumber(stderr, bceil);} - - for (i=1; i <= lp->m; i++) { - for (j=1; j <= lp->d; j++) { - ddf_set(lpnew->A[i-1][j-1],lp->A[i-1][j-1]); - } - } - - for (i=1;i<=lp->m; i++){ - ddf_neg(lpnew->A[i-1][lp->d],ddf_one); /* new column with all minus one's */ - } - - for (j=1;j<=lp->d;j++){ - ddf_set(lpnew->A[m-2][j-1],ddf_purezero); /* new row (bceil, 0,...,0,-1) */ - } - ddf_set(lpnew->A[m-2][0],bceil); /* new row (bceil, 0,...,0,-1) */ - - for (j=1;j<= d-1;j++) { - ddf_set(lpnew->A[m-1][j-1],ddf_purezero); /* new obj row with (0,...,0,1) */ - } - ddf_set(lpnew->A[m-1][d-1],ddf_one); /* new obj row with (0,...,0,1) */ - - if (localdebug) ddf_WriteAmatrix(stderr, lp->A, lp->m, lp->d); - if (localdebug) ddf_WriteAmatrix(stderr, lpnew->A, lpnew->m, lpnew->d); - ddf_clear(bm); ddf_clear(bmax); ddf_clear(bceil); - - return lpnew; -} - - -void ddf_WriteLPResult(FILE *f,ddf_LPPtr lp,ddf_ErrorType err) -{ - long j; - - fprintf(f,"* cdd LP solver result\n"); - - if (err!=ddf_NoError) { - ddf_WriteErrorMessages(f,err); - goto _L99; - } - - ddf_WriteProgramDescription(f); - - fprintf(f,"* #constraints = %ld\n",lp->m-1); - fprintf(f,"* #variables = %ld\n",lp->d-1); - - switch (lp->solver) { - case ddf_DualSimplex: - fprintf(f,"* Algorithm: dual simplex algorithm\n");break; - case ddf_CrissCross: - fprintf(f,"* Algorithm: criss-cross method\n");break; - } - - switch (lp->objective) { - case ddf_LPmax: - fprintf(f,"* maximization is chosen\n");break; - case ddf_LPmin: - fprintf(f,"* minimization is chosen\n");break; - case ddf_LPnone: - fprintf(f,"* no objective type (max or min) is chosen\n");break; - } - - if (lp->objective==ddf_LPmax||lp->objective==ddf_LPmin){ - fprintf(f,"* Objective function is\n"); - for (j=0; jd; j++){ - if (j>0 && ddf_Nonnegative(lp->A[lp->objrow-1][j]) ) fprintf(f," +"); - if (j>0 && (j % 5) == 0) fprintf(f,"\n"); - ddf_WriteNumber(f,lp->A[lp->objrow-1][j]); - if (j>0) fprintf(f," X[%3ld]",j); - } - fprintf(f,"\n"); - } - - switch (lp->LPS){ - case ddf_Optimal: - fprintf(f,"* LP status: a dual pair (x,y) of optimal solutions found.\n"); - fprintf(f,"begin\n"); - fprintf(f," primal_solution\n"); - for (j=1; jd; j++) { - fprintf(f," %3ld : ",j); - ddf_WriteNumber(f,lp->sol[j]); - fprintf(f,"\n"); - } - fprintf(f," dual_solution\n"); - for (j=1; jd; j++){ - if (lp->nbindex[j+1]>0) { - fprintf(f," %3ld : ",lp->nbindex[j+1]); - ddf_WriteNumber(f,lp->dsol[j]); fprintf(f,"\n"); - } - } - fprintf(f," optimal_value : "); ddf_WriteNumber(f,lp->optvalue); - fprintf(f,"\nend\n"); - break; - - case ddf_Inconsistent: - fprintf(f,"* LP status: LP is inconsistent.\n"); - fprintf(f,"* The positive combination of original inequalities with\n"); - fprintf(f,"* the following coefficients will prove the inconsistency.\n"); - fprintf(f,"begin\n"); - fprintf(f," dual_direction\n"); - fprintf(f," %3ld : ",lp->re); - ddf_WriteNumber(f,ddf_one); fprintf(f,"\n"); - for (j=1; jd; j++){ - if (lp->nbindex[j+1]>0) { - fprintf(f," %3ld : ",lp->nbindex[j+1]); - ddf_WriteNumber(f,lp->dsol[j]); fprintf(f,"\n"); - } - } - fprintf(f,"end\n"); - break; - - case ddf_DualInconsistent: case ddf_StrucDualInconsistent: - fprintf(f,"* LP status: LP is dual inconsistent.\n"); - fprintf(f,"* The linear combination of columns with\n"); - fprintf(f,"* the following coefficients will prove the dual inconsistency.\n"); - fprintf(f,"* (It is also an unbounded direction for the primal LP.)\n"); - fprintf(f,"begin\n"); - fprintf(f," primal_direction\n"); - for (j=1; jd; j++) { - fprintf(f," %3ld : ",j); - ddf_WriteNumber(f,lp->sol[j]); - fprintf(f,"\n"); - } - fprintf(f,"end\n"); - break; - - default: - break; - } - fprintf(f,"* number of pivot operations = %ld (ph0 = %ld, ph1 = %ld, ph2 = %ld, ph3 = %ld, ph4 = %ld)\n",lp->total_pivots,lp->pivots[0],lp->pivots[1],lp->pivots[2],lp->pivots[3],lp->pivots[4]); - ddf_WriteLPTimes(f, lp); -_L99:; -} - -ddf_LPPtr ddf_CreateLP_H_ImplicitLinearity(ddf_MatrixPtr M) -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPPtr lp; - ddf_boolean localdebug=ddf_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize+1; - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_TRUE; - lp->objective = ddf_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=ddf_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - } else { - ddf_set(lp->A[i-1][d-1],ddf_minusone); /* b_I + A_I x - 1 z >= 0 (z=x_d) */ - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && ddf_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - ddf_set(lp->A[m-2][0],ddf_one); ddf_set(lp->A[m-2][d-1],ddf_minusone); - /* make the LP bounded. */ - - ddf_set(lp->A[m-1][d-1],ddf_one); - /* objective is to maximize z. */ - - if (localdebug) { - fprintf(stderr,"ddf_CreateLP_H_ImplicitLinearity: an new lp is\n"); - ddf_WriteLP(stderr,lp); - } - - return lp; -} - -ddf_LPPtr ddf_CreateLP_V_ImplicitLinearity(ddf_MatrixPtr M) -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPPtr lp; - ddf_boolean localdebug=ddf_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+1; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=(M->colsize)+2; - /* Two more columns. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_FALSE; - lp->objective = ddf_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=ddf_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - ddf_set(lp->A[i-1][0],ddf_purezero); /* It is almost completely degerate LP */ - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } else { - ddf_set(lp->A[i-1][d-1],ddf_minusone); /* b_I x_0 + A_I x - 1 z >= 0 (z=x_d) */ - } - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - } /*of i*/ - ddf_set(lp->A[m-2][0],ddf_one); ddf_set(lp->A[m-2][d-1],ddf_minusone); - /* make the LP bounded. */ - ddf_set(lp->A[m-1][d-1],ddf_one); - /* objective is to maximize z. */ - - if (localdebug) { - fprintf(stderr,"ddf_CreateLP_V_ImplicitLinearity: an new lp is\n"); - ddf_WriteLP(stderr,lp); - } - - return lp; -} - - -ddf_LPPtr ddf_CreateLP_H_Redundancy(ddf_MatrixPtr M, ddf_rowrange itest) -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPPtr lp; - ddf_boolean localdebug=ddf_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=M->colsize; - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_TRUE; - lp->objective = ddf_LPmin; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=ddf_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 1; j <= M->colsize; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-1]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-1]); - if (j==1 && irowsize && ddf_Nonzero(M->matrix[i-1][j-1])) lp->Homogeneous = ddf_FALSE; - } /*of j*/ - } /*of i*/ - for (j = 1; j <= M->colsize; j++) { - ddf_set(lp->A[m-1][j-1],M->matrix[itest-1][j-1]); - /* objective is to violate the inequality in question. */ - } /*of j*/ - ddf_add(lp->A[itest-1][0],lp->A[itest-1][0],ddf_one); /* relax the original inequality by one */ - - return lp; -} - - -ddf_LPPtr ddf_CreateLP_V_Redundancy(ddf_MatrixPtr M, ddf_rowrange itest) -{ - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPPtr lp; - ddf_boolean localdebug=ddf_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. */ - d=(M->colsize)+1; - /* One more column. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_FALSE; - lp->objective = ddf_LPmin; - lp->eqnumber=linc; /* this records the number of equations */ - lp->redcheck_extensive=ddf_FALSE; /* this is default */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (i==itest){ - ddf_set(lp->A[i-1][0],ddf_one); /* this is to make the LP bounded, ie. the min >= -1 */ - } else { - ddf_set(lp->A[i-1][0],ddf_purezero); /* It is almost completely degerate LP */ - } - if (set_member(i, M->linset)) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - } /*of i*/ - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_set(lp->A[m-1][j-1],M->matrix[itest-1][j-2]); - /* objective is to violate the inequality in question. */ - } /*of j*/ - ddf_set(lp->A[m-1][0],ddf_purezero); /* the constant term for the objective is zero */ - - if (localdebug) ddf_WriteLP(stdout, lp); - - return lp; -} - - -ddf_LPPtr ddf_CreateLP_V_SRedundancy(ddf_MatrixPtr M, ddf_rowrange itest) -{ -/* - V-representation (=boundary problem) - g* = maximize - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} (the sum of slacks) - subject to - b_itest x_0 + A_itest x = 0 (the point has to lie on the boundary) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators in one side) - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} x <= 1 (to make an LP bounded) - b_L x_0 + A_L x = 0. (linearity generators) - - The redundant row is strongly redundant if and only if g* is zero. -*/ - - ddf_rowrange m, i, irev, linc; - ddf_colrange d, j; - ddf_LPPtr lp; - ddf_boolean localdebug=ddf_FALSE; - - linc=set_card(M->linset); - m=M->rowsize+1+linc+2; - /* We represent each equation by two inequalities. - This is not the best way but makes the code simple. - Two extra constraints are for the first equation and the bouding inequality. - */ - d=(M->colsize)+1; - /* One more column. This is different from the H-reprentation case */ - -/* The below must be modified for V-representation!!! */ - - lp=ddf_CreateLPData(M->objective, M->numbtype, m, d); - lp->Homogeneous = ddf_FALSE; - lp->objective = ddf_LPmax; - lp->eqnumber=linc; /* this records the number of equations */ - - irev=M->rowsize; /* the first row of the linc reversed inequalities. */ - for (i = 1; i <= M->rowsize; i++) { - if (i==itest){ - ddf_set(lp->A[i-1][0],ddf_purezero); /* this is a half of the boundary constraint. */ - } else { - ddf_set(lp->A[i-1][0],ddf_purezero); /* It is almost completely degerate LP */ - } - if (set_member(i, M->linset) || i==itest) { - irev=irev+1; - set_addelem(lp->equalityset,i); /* it is equality. */ - /* the reversed row irev is not in the equality set. */ - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_neg(lp->A[irev-1][j-1],M->matrix[i-1][j-2]); - } /*of j*/ - if (localdebug) fprintf(stderr,"equality row %ld generates the reverse row %ld.\n",i,irev); - } - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_set(lp->A[i-1][j-1],M->matrix[i-1][j-2]); - ddf_add(lp->A[m-1][j-1],lp->A[m-1][j-1],lp->A[i-1][j-1]); /* the objective is the sum of all ineqalities */ - } /*of j*/ - } /*of i*/ - for (j = 2; j <= (M->colsize)+1; j++) { - ddf_neg(lp->A[m-2][j-1],lp->A[m-1][j-1]); - /* to make an LP bounded. */ - } /*of j*/ - ddf_set(lp->A[m-2][0],ddf_one); /* the constant term for the bounding constraint is 1 */ - - if (localdebug) ddf_WriteLP(stdout, lp); - - return lp; -} - -ddf_boolean ddf_Redundant(ddf_MatrixPtr M, ddf_rowrange itest, ddf_Arow certificate, ddf_ErrorType *error) - /* 092 */ -{ - /* Checks whether the row itest is redundant for the representation. - All linearity rows are not checked and considered NONredundant. - This code works for both H- and V-representations. A certificate is - given in the case of non-redundancy, showing a solution x violating only the itest - inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - - H-representation - f* = minimize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality to make an LP bounded) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = minimize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (to make an LP bounded) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, the itest data is nonredundant if and only if the optimal value f* is negative. - The certificate has dimension one more for V-representation case. - */ - - ddf_colrange j; - ddf_LPPtr lp; - ddf_LPSolutionPtr lps; - ddf_ErrorType err=ddf_NoError; - ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE; - - *error=ddf_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==ddf_Generator){ - lp=ddf_CreateLP_V_Redundancy(M, itest); - } else { - lp=ddf_CreateLP_H_Redundancy(M, itest); - } - - ddf_LPSolve(lp,ddf_choiceRedcheckAlgorithm,&err); - if (err!=ddf_NoError){ - *error=err; - goto _L999; - } else { - lps=ddf_CopyLPSolution(lp); - - for (j=0; jd; j++) { - ddf_set(certificate[j], lps->sol[j]); - } - - if (ddf_Negative(lps->optvalue)){ - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th row is nonredundant.\n",itest); - } else { - answer=ddf_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th row is redundant.\n",itest); - } - ddf_FreeLPSolution(lps); - } - _L999: - ddf_FreeLPData(lp); -_L99: - return answer; -} - -ddf_boolean ddf_RedundantExtensive(ddf_MatrixPtr M, ddf_rowrange itest, ddf_Arow certificate, -ddf_rowset *redset,ddf_ErrorType *error) - /* 094 */ -{ - /* This uses the same LP construction as ddf_Reduandant. But, while it is checking - the redundancy of itest, it also tries to find some other variable that are - redundant (i.e. forced to be nonnegative). This is expensive as it used - the complete tableau information at each DualSimplex pivot. The redset must - be initialized before this function is called. - */ - - ddf_colrange j; - ddf_LPPtr lp; - ddf_LPSolutionPtr lps; - ddf_ErrorType err=ddf_NoError; - ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE; - - *error=ddf_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==ddf_Generator){ - lp=ddf_CreateLP_V_Redundancy(M, itest); - } else { - lp=ddf_CreateLP_H_Redundancy(M, itest); - } - - lp->redcheck_extensive=ddf_TRUE; - - ddf_LPSolve0(lp,ddf_DualSimplex,&err); - if (err!=ddf_NoError){ - *error=err; - goto _L999; - } else { - set_copy(*redset,lp->redset_extra); - set_delelem(*redset, itest); - /* itest row might be redundant in the lp but this has nothing to do with its redundancy - in the original system M. Thus we must delete it. */ - if (localdebug){ - fprintf(stderr, "ddf_RedundantExtensive: checking for %ld, extra redset with cardinality %ld (%ld)\n",itest,set_card(*redset),set_card(lp->redset_extra)); - set_fwrite(stderr, *redset); fprintf(stderr, "\n"); - } - lps=ddf_CopyLPSolution(lp); - - for (j=0; jd; j++) { - ddf_set(certificate[j], lps->sol[j]); - } - - if (ddf_Negative(lps->optvalue)){ - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th row is nonredundant.\n",itest); - } else { - answer=ddf_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th row is redundant.\n",itest); - } - ddf_FreeLPSolution(lps); - } - _L999: - ddf_FreeLPData(lp); -_L99: - return answer; -} - -ddf_rowset ddf_RedundantRows(ddf_MatrixPtr M, ddf_ErrorType *error) /* 092 */ -{ - ddf_rowrange i,m; - ddf_colrange d; - ddf_rowset redset; - ddf_MatrixPtr Mcopy; - ddf_Arow cvec; /* certificate */ - ddf_boolean localdebug=ddf_TRUE; - - m=M->rowsize; - if (M->representation==ddf_Generator){ - d=(M->colsize)+1; - } else { - d=M->colsize; - } - Mcopy=ddf_MatrixCopy(M); - ddf_InitializeArow(d,&cvec); - set_initialize(&redset, m); - for (i=m; i>=1; i--) { - if (ddf_Redundant(Mcopy, i, cvec, error)) { - if (localdebug) printf("Iteration %ld: the row %ld is redundant.\n",m-i+1,i); - set_addelem(redset, i); - ddf_MatrixRowRemove(&Mcopy, i); - } else { - if (localdebug) printf("Iteration %ld: the row %ld is essential.\n",m-i+1, i); - } - if (*error!=ddf_NoError) goto _L99; - } -_L99: - ddf_FreeMatrix(Mcopy); - ddf_FreeArow(d, cvec); - return redset; -} - - -ddf_boolean ddf_MatrixRedundancyRemove(ddf_MatrixPtr *M, ddf_rowset *redset,ddf_rowindex *newpos, ddf_ErrorType *error) /* 094 */ -{ - /* It returns the set of all redundant rows. This should be called after all - implicit linearity are recognized with ddf_MatrixCanonicalizeLinearity. - */ - - - ddf_rowrange i,k,m,m1; - ddf_colrange d; - ddf_rowset redset1; - ddf_rowindex newpos1; - ddf_MatrixPtr M1=NULL; - ddf_Arow cvec; /* certificate */ - ddf_boolean success=ddf_FALSE, localdebug=ddf_FALSE; - - m=(*M)->rowsize; - set_initialize(redset, m); - M1=ddf_MatrixSortedUniqueCopy(*M,newpos); - for (i=1; i<=m; i++){ - if ((*newpos)[i]<=0) set_addelem(*redset,i); - if (localdebug) printf(" %ld:%ld",i,(*newpos)[i]); - } - if (localdebug) printf("\n"); - - if ((*M)->representation==ddf_Generator){ - d=((*M)->colsize)+1; - } else { - d=(*M)->colsize; - } - m1=M1->rowsize; - if (localdebug){ - fprintf(stderr,"ddf_MatrixRedundancyRemove: By sorting, %ld rows have been removed. The remaining has %ld rows.\n",m-m1,m1); - /* ddf_WriteMatrix(stdout,M1); */ - } - ddf_InitializeArow(d,&cvec); - set_initialize(&redset1, M1->rowsize); - k=1; - do { - if (ddf_RedundantExtensive(M1, k, cvec, &redset1,error)) { - set_addelem(redset1, k); - ddf_MatrixRowsRemove2(&M1,redset1,&newpos1); - for (i=1; i<=m; i++){ - if ((*newpos)[i]>0){ - if (set_member((*newpos)[i],redset1)){ - set_addelem(*redset,i); - (*newpos)[i]=0; /* now the original row i is recognized redundant and removed from M1 */ - } else { - (*newpos)[i]=newpos1[(*newpos)[i]]; /* update the new pos vector */ - } - } - } - set_free(redset1); - set_initialize(&redset1, M1->rowsize); - if (localdebug) { - printf("ddf_MatrixRedundancyRemove: the row %ld is redundant. The new matrix has %ld rows.\n", k, M1->rowsize); - /* ddf_WriteMatrix(stderr, M1); */ - } - free(newpos1); - } else { - if (set_card(redset1)>0) { - ddf_MatrixRowsRemove2(&M1,redset1,&newpos1); - for (i=1; i<=m; i++){ - if ((*newpos)[i]>0){ - if (set_member((*newpos)[i],redset1)){ - set_addelem(*redset,i); - (*newpos)[i]=0; /* now the original row i is recognized redundant and removed from M1 */ - } else { - (*newpos)[i]=newpos1[(*newpos)[i]]; /* update the new pos vector */ - } - } - } - set_free(redset1); - set_initialize(&redset1, M1->rowsize); - free(newpos1); - } - if (localdebug) { - printf("ddf_MatrixRedundancyRemove: the row %ld is essential. The new matrix has %ld rows.\n", k, M1->rowsize); - /* ddf_WriteMatrix(stderr, M1); */ - } - k=k+1; - } - if (*error!=ddf_NoError) goto _L99; - } while (k<=M1->rowsize); - if (localdebug) ddf_WriteMatrix(stderr, M1); - success=ddf_TRUE; - -_L99: - ddf_FreeMatrix(*M); - *M=M1; - ddf_FreeArow(d, cvec); - set_free(redset1); - return success; -} - - -ddf_boolean ddf_SRedundant(ddf_MatrixPtr M, ddf_rowrange itest, ddf_Arow certificate, ddf_ErrorType *error) - /* 093a */ -{ - /* Checks whether the row itest is strongly redundant for the representation. - A row is strongly redundant in H-representation if every point in - the polyhedron satisfies it with strict inequality. - A row is strongly redundant in V-representation if this point is in - the interior of the polyhedron. - - All linearity rows are not checked and considered NOT strongly redundant. - This code works for both H- and V-representations. A certificate is - given in the case of non-redundancy, showing a solution x violating only the itest - inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - - H-representation - f* = minimize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality to make an LP bounded) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = minimize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (to make an LP bounded) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In H-representation, the itest data is strongly redundant if and only if the optimal value f* is positive. - In V-representation, the itest data is redundant if and only if the optimal value f* is zero (as the LP - is homogeneous and the optimal value is always non-positive). To recognize strong redundancy, one - can set up a second LP - - V-representation (=boundary problem) - g* = maximize - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} (the sum of slacks) - subject to - b_itest x_0 + A_itest x = 0 (the point has to lie on the boundary) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators in one side) - 1^T b_{I-itest} x_0 + 1^T A_{I-itest} x <= 1 (to make an LP bounded) - b_L x_0 + A_L x = 0. (linearity generators) - - The redundant row is strongly redundant if and only if g* is zero. - - The certificate has dimension one more for V-representation case. - */ - - ddf_colrange j; - ddf_LPPtr lp; - ddf_LPSolutionPtr lps; - ddf_ErrorType err=ddf_NoError; - ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE; - - *error=ddf_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and strong redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==ddf_Generator){ - lp=ddf_CreateLP_V_Redundancy(M, itest); - } else { - lp=ddf_CreateLP_H_Redundancy(M, itest); - } - - ddf_LPSolve(lp,ddf_choiceRedcheckAlgorithm,&err); - if (err!=ddf_NoError){ - *error=err; - goto _L999; - } else { - lps=ddf_CopyLPSolution(lp); - - for (j=0; jd; j++) { - ddf_set(certificate[j], lps->sol[j]); - } - - if (localdebug){ - printf("Optimum value:"); - ddf_WriteNumber(stdout, lps->optvalue); - printf("\n"); - } - - if (M->representation==ddf_Inequality){ - if (ddf_Positive(lps->optvalue)){ - answer=ddf_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th inequality is strongly redundant.\n",itest); - } else { - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th inequality is not strongly redundant.\n",itest); - } - } else { - if (ddf_Negative(lps->optvalue)){ - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th point is not strongly redundant.\n",itest); - } else { - /* for V-representation, we have to solve another LP */ - ddf_FreeLPData(lp); - ddf_FreeLPSolution(lps); - lp=ddf_CreateLP_V_SRedundancy(M, itest); - ddf_LPSolve(lp,ddf_DualSimplex,&err); - lps=ddf_CopyLPSolution(lp); - if (localdebug) ddf_WriteLPResult(stdout,lp,err); - if (ddf_Positive(lps->optvalue)){ - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th point is not strongly redundant.\n",itest); - } else { - answer=ddf_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th point is strongly redundant.\n",itest); - } - } - } - ddf_FreeLPSolution(lps); - } - _L999: - ddf_FreeLPData(lp); -_L99: - return answer; -} - -ddf_rowset ddf_SRedundantRows(ddf_MatrixPtr M, ddf_ErrorType *error) /* 093a */ -{ - ddf_rowrange i,m; - ddf_colrange d; - ddf_rowset redset; - ddf_MatrixPtr Mcopy; - ddf_Arow cvec; /* certificate */ - ddf_boolean localdebug=ddf_FALSE; - - m=M->rowsize; - if (M->representation==ddf_Generator){ - d=(M->colsize)+1; - } else { - d=M->colsize; - } - Mcopy=ddf_MatrixCopy(M); - ddf_InitializeArow(d,&cvec); - set_initialize(&redset, m); - for (i=m; i>=1; i--) { - if (ddf_SRedundant(Mcopy, i, cvec, error)) { - if (localdebug) printf("ddf_SRedundantRows: the row %ld is strongly redundant.\n", i); - set_addelem(redset, i); - ddf_MatrixRowRemove(&Mcopy, i); - } else { - if (localdebug) printf("ddf_SRedundantRows: the row %ld is not strongly redundant.\n", i); - } - if (*error!=ddf_NoError) goto _L99; - } -_L99: - ddf_FreeMatrix(Mcopy); - ddf_FreeArow(d, cvec); - return redset; -} - -ddf_rowset ddf_RedundantRowsViaShooting(ddf_MatrixPtr M, ddf_ErrorType *error) /* 092 */ -{ - /* - For H-representation only and not quite reliable, - especially when floating-point arithmetic is used. - Use the ordinary (slower) method ddf_RedundantRows. - */ - - ddf_rowrange i,m, ired, irow=0; - ddf_colrange j,k,d; - ddf_rowset redset; - ddf_rowindex rowflag; - /* ith comp is negative if the ith inequality (i-1 st row) is redundant. - zero if it is not decided. - k > 0 if it is nonredundant and assigned to the (k-1)th row of M1. - */ - ddf_MatrixPtr M1; - ddf_Arow shootdir, cvec=NULL; - ddf_LPPtr lp0, lp; - ddf_LPSolutionPtr lps; - ddf_ErrorType err; - ddf_LPSolverType solver=ddf_DualSimplex; - ddf_boolean localdebug=ddf_TRUE; - - m=M->rowsize; - d=M->colsize; - M1=ddf_CreateMatrix(m,d); - M1->rowsize=0; /* cheat the rowsize so that smaller matrix can be stored */ - set_initialize(&redset, m); - ddf_InitializeArow(d, &shootdir); - ddf_InitializeArow(d, &cvec); - - rowflag=(long *)calloc(m+1, sizeof(long)); - - /* First find some (likely) nonredundant inequalities by Interior Point Find. */ - lp0=ddf_Matrix2LP(M, &err); - lp=ddf_MakeLPforInteriorFinding(lp0); - ddf_FreeLPData(lp0); - ddf_LPSolve(lp, solver, &err); /* Solve the LP */ - lps=ddf_CopyLPSolution(lp); - - if (ddf_Positive(lps->optvalue)){ - /* An interior point is found. Use rayshooting to find some nonredundant - inequalities. */ - for (j=1; jsol, shootdir); - if (localdebug) printf("nonredundant row %3ld found by shooting.\n", ired); - if (ired>0 && rowflag[ired]<=0) { - irow++; - rowflag[ired]=irow; - for (k=1; k<=d; k++) ddf_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - } - - ddf_neg(shootdir[j], ddf_one); /* negative of the j-th unit vector */ - ired=ddf_RayShooting(M, lps->sol, shootdir); - if (localdebug) printf("nonredundant row %3ld found by shooting.\n", ired); - if (ired>0 && rowflag[ired]<=0) { - irow++; - rowflag[ired]=irow; - for (k=1; k<=d; k++) ddf_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - } - } - - M1->rowsize=irow; - if (localdebug) { - printf("The initial nonredundant set is:"); - for (i=1; i<=m; i++) if (rowflag[i]>0) printf(" %ld", i); - printf("\n"); - } - - i=1; - while(i<=m){ - if (rowflag[i]==0){ /* the ith inequality is not yet checked */ - if (localdebug) fprintf(stderr, "Checking redundancy of %ld th inequality\n", i); - irow++; M1->rowsize=irow; - for (k=1; k<=d; k++) ddf_set(M1->matrix[irow-1][k-1], M->matrix[i-1][k-1]); - if (!ddf_Redundant(M1, irow, cvec, &err)){ - for (k=1; k<=d; k++) ddf_sub(shootdir[k-1], cvec[k-1], lps->sol[k-1]); - ired=ddf_RayShooting(M, lps->sol, shootdir); - rowflag[ired]=irow; - for (k=1; k<=d; k++) ddf_set(M1->matrix[irow-1][k-1], M->matrix[ired-1][k-1]); - if (localdebug) { - fprintf(stderr, "The %ld th inequality is nonredundant for the subsystem\n", i); - fprintf(stderr, "The nonredundancy of %ld th inequality is found by shooting.\n", ired); - } - } else { - if (localdebug) fprintf(stderr, "The %ld th inequality is redundant for the subsystem and thus for the whole.\n", i); - rowflag[i]=-1; - set_addelem(redset, i); - i++; - } - } else { - i++; - } - } /* endwhile */ - } else { - /* No interior point is found. Apply the standard LP technique. */ - if (localdebug) printf("No interior-point is found and thus the standard LP technique will be used.\n", ired); - redset=ddf_RedundantRows(M, error); - } - - ddf_FreeLPData(lp); - ddf_FreeLPSolution(lps); - - M1->rowsize=m; M1->colsize=d; /* recover the original sizes */ - ddf_FreeMatrix(M1); - ddf_FreeArow(d, shootdir); - ddf_FreeArow(d, cvec); - free(rowflag); - return redset; -} - -ddf_SetFamilyPtr ddf_Matrix2Adjacency(ddf_MatrixPtr M, ddf_ErrorType *error) /* 093 */ -{ - /* This is to generate the (facet) graph of a polyheron (H) V-represented by M using LPs. - Since it does not use the representation conversion, it should work for a large - scale problem. - */ - ddf_rowrange i,m; - ddf_colrange d; - ddf_rowset redset; - ddf_MatrixPtr Mcopy; - ddf_SetFamilyPtr F=NULL; - - m=M->rowsize; - d=M->colsize; - if (m<=0 ||d<=0) { - *error=ddf_EmptyRepresentation; - goto _L999; - } - Mcopy=ddf_MatrixCopy(M); - F=ddf_CreateSetFamily(m, m); - for (i=1; i<=m; i++) { - if (!set_member(i, M->linset)){ - set_addelem(Mcopy->linset, i); - redset=ddf_RedundantRows(Mcopy, error); /* redset should contain all nonadjacent ones */ - set_uni(redset, redset, Mcopy->linset); /* all linearity elements should be nonadjacent */ - set_compl(F->set[i-1], redset); /* set the adjacency list of vertex i */ - set_delelem(Mcopy->linset, i); - set_free(redset); - if (*error!=ddf_NoError) goto _L99; - } - } -_L99: - ddf_FreeMatrix(Mcopy); -_L999: - return F; -} - -ddf_SetFamilyPtr ddf_Matrix2WeakAdjacency(ddf_MatrixPtr M, ddf_ErrorType *error) /* 093a */ -{ - /* This is to generate the weak-adjacency (facet) graph of a polyheron (H) V-represented by M using LPs. - Since it does not use the representation conversion, it should work for a large - scale problem. - */ - ddf_rowrange i,m; - ddf_colrange d; - ddf_rowset redset; - ddf_MatrixPtr Mcopy; - ddf_SetFamilyPtr F=NULL; - - m=M->rowsize; - d=M->colsize; - if (m<=0 ||d<=0) { - *error=ddf_EmptyRepresentation; - goto _L999; - } - Mcopy=ddf_MatrixCopy(M); - F=ddf_CreateSetFamily(m, m); - for (i=1; i<=m; i++) { - if (!set_member(i, M->linset)){ - set_addelem(Mcopy->linset, i); - redset=ddf_SRedundantRows(Mcopy, error); /* redset should contain all weakly nonadjacent ones */ - set_uni(redset, redset, Mcopy->linset); /* all linearity elements should be nonadjacent */ - set_compl(F->set[i-1], redset); /* set the adjacency list of vertex i */ - set_delelem(Mcopy->linset, i); - set_free(redset); - if (*error!=ddf_NoError) goto _L99; - } - } -_L99: - ddf_FreeMatrix(Mcopy); -_L999: - return F; -} - - -ddf_boolean ddf_ImplicitLinearity(ddf_MatrixPtr M, ddf_rowrange itest, ddf_Arow certificate, ddf_ErrorType *error) - /* 092 */ -{ - /* Checks whether the row itest is implicit linearity for the representation. - All linearity rows are not checked and considered non implicit linearity (ddf_FALSE). - This code works for both H- and V-representations. A certificate is - given in the case of ddf_FALSE, showing a feasible solution x satisfying the itest - strict inequality for H-representation, a hyperplane RHS and normal (x_0, x) that - separates the itest from the rest. More explicitly, the LP to be setup is - the same thing as redundancy case but with maximization: - - H-representation - f* = maximize - b_itest + A_itest x - subject to - b_itest + 1 + A_itest x >= 0 (relaxed inequality. This is not necessary but kept for simplicity of the code) - b_{I-itest} + A_{I-itest} x >= 0 (all inequalities except for itest) - b_L + A_L x = 0. (linearity) - - V-representation (=separation problem) - f* = maximize - b_itest x_0 + A_itest x - subject to - b_itest x_0 + A_itest x >= -1 (again, this is not necessary but kept for simplicity.) - b_{I-itest} x_0 + A_{I-itest} x >= 0 (all nonlinearity generators except for itest in one side) - b_L x_0 + A_L x = 0. (linearity generators) - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, the itest data is implicit linearity if and only if the optimal value f* is nonpositive. - The certificate has dimension one more for V-representation case. - */ - - ddf_colrange j; - ddf_LPPtr lp; - ddf_LPSolutionPtr lps; - ddf_ErrorType err=ddf_NoError; - ddf_boolean answer=ddf_FALSE,localdebug=ddf_FALSE; - - *error=ddf_NoError; - if (set_member(itest, M->linset)){ - if (localdebug) printf("The %ld th row is linearity and redundancy checking is skipped.\n",itest); - goto _L99; - } - - /* Create an LP data for redundancy checking */ - if (M->representation==ddf_Generator){ - lp=ddf_CreateLP_V_Redundancy(M, itest); - } else { - lp=ddf_CreateLP_H_Redundancy(M, itest); - } - - lp->objective = ddf_LPmax; /* the lp->objective is set by CreateLP* to LPmin */ - ddf_LPSolve(lp,ddf_choiceRedcheckAlgorithm,&err); - if (err!=ddf_NoError){ - *error=err; - goto _L999; - } else { - lps=ddf_CopyLPSolution(lp); - - for (j=0; jd; j++) { - ddf_set(certificate[j], lps->sol[j]); - } - - if (lps->LPS==ddf_Optimal && ddf_EqualToZero(lps->optvalue)){ - answer=ddf_TRUE; - if (localdebug) fprintf(stderr,"==> %ld th data is an implicit linearity.\n",itest); - } else { - answer=ddf_FALSE; - if (localdebug) fprintf(stderr,"==> %ld th data is not an implicit linearity.\n",itest); - } - ddf_FreeLPSolution(lps); - } - _L999: - ddf_FreeLPData(lp); -_L99: - return answer; -} - - -int ddf_FreeOfImplicitLinearity(ddf_MatrixPtr M, ddf_Arow certificate, ddf_rowset *imp_linrows, ddf_ErrorType *error) - /* 092 */ -{ - /* Checks whether the matrix M constains any implicit linearity at all. - It returns 1 if it is free of any implicit linearity. This means that - the present linearity rows define the linearity correctly. It returns - nonpositive values otherwise. - - - H-representation - f* = maximize z - subject to - b_I + A_I x - 1 z >= 0 - b_L + A_L x = 0 (linearity) - z <= 1. - - V-representation (=separation problem) - f* = maximize z - subject to - b_I x_0 + A_I x - 1 z >= 0 (all nonlinearity generators in one side) - b_L x_0 + A_L x = 0 (linearity generators) - z <= 1. - - Here, the input matrix is considered as (b, A), i.e. b corresponds to the first column of input - and the row indices of input is partitioned into I and L where L is the set of linearity. - In both cases, any implicit linearity exists if and only if the optimal value f* is nonpositive. - The certificate has dimension one more for V-representation case. - */ - - ddf_LPPtr lp; - ddf_rowrange i,m; - ddf_colrange j,d1; - ddf_ErrorType err=ddf_NoError; - ddf_Arow cvec; /* certificate for implicit linearity */ - - int answer=0,localdebug=ddf_FALSE; - - *error=ddf_NoError; - /* Create an LP data for redundancy checking */ - if (M->representation==ddf_Generator){ - lp=ddf_CreateLP_V_ImplicitLinearity(M); - } else { - lp=ddf_CreateLP_H_ImplicitLinearity(M); - } - - ddf_LPSolve(lp,ddf_choiceRedcheckAlgorithm,&err); - if (err!=ddf_NoError){ - *error=err; - goto _L999; - } else { - - for (j=0; jd; j++) { - ddf_set(certificate[j], lp->sol[j]); - } - - if (localdebug) ddf_WriteLPResult(stderr,lp,err); - - /* *posset contains a set of row indices that are recognized as nonlinearity. */ - if (localdebug) { - fprintf(stderr,"==> The following variables are not implicit linearity:\n"); - set_fwrite(stderr, lp->posset_extra); - fprintf(stderr,"\n"); - } - - if (M->representation==ddf_Generator){ - d1=(M->colsize)+1; - } else { - d1=M->colsize; - } - m=M->rowsize; - ddf_InitializeArow(d1,&cvec); - set_initialize(imp_linrows,m); - - if (lp->LPS==ddf_Optimal){ - if (ddf_Positive(lp->optvalue)){ - answer=1; - if (localdebug) fprintf(stderr,"==> The matrix has no implicit linearity.\n"); - } else if (ddf_Negative(lp->optvalue)) { - answer=-1; - if (localdebug) fprintf(stderr,"==> The matrix defines the trivial system.\n"); - } else { - answer=0; - if (localdebug) fprintf(stderr,"==> The matrix has some implicit linearity.\n"); - } - } else { - answer=-2; - if (localdebug) fprintf(stderr,"==> The LP fails.\n"); - } - if (answer==0){ - /* List the implicit linearity rows */ - for (i=m; i>=1; i--) { - if (!set_member(i,lp->posset_extra)) { - if (ddf_ImplicitLinearity(M, i, cvec, error)) { - set_addelem(*imp_linrows, i); - if (localdebug) { - fprintf(stderr," row %ld is implicit linearity\n",i); - fprintf(stderr,"\n"); - } - } - if (*error!=ddf_NoError) goto _L999; - } - } - } /* end of if (answer==0) */ - if (answer==-1) { - for (i=m; i>=1; i--) set_addelem(*imp_linrows, i); - } /* all rows are considered implicit linearity */ - - ddf_FreeArow(d1,cvec); - } - _L999: - ddf_FreeLPData(lp); - - return answer; -} - - -ddf_rowset ddf_ImplicitLinearityRows(ddf_MatrixPtr M, ddf_ErrorType *error) /* 092 */ -{ - ddf_colrange d; - ddf_rowset imp_linset; - ddf_Arow cvec; /* certificate */ - int foi; - ddf_boolean localdebug=ddf_FALSE; - - if (M->representation==ddf_Generator){ - d=(M->colsize)+2; - } else { - d=M->colsize+1; - } - - ddf_InitializeArow(d,&cvec); - if (localdebug) fprintf(stdout, "\nddf_ImplicitLinearityRows: Check whether the system contains any implicit linearity.\n"); - foi=ddf_FreeOfImplicitLinearity(M, cvec, &imp_linset, error); - if (localdebug){ - switch (foi) { - case 1: - fprintf(stdout, " It is free of implicit linearity.\n"); - break; - - case 0: - fprintf(stdout, " It is not free of implicit linearity.\n"); - break; - - case -1: - fprintf(stdout, " The input system is trivial (i.e. the empty H-polytope or the V-rep of the whole space.\n"); - break; - - default: - fprintf(stdout, " The LP was not solved correctly.\n"); - break; - - } - } - - if (localdebug){ - fprintf(stderr, " Implicit linearity rows are:\n"); - set_fwrite(stderr,imp_linset); - fprintf(stderr, "\n"); - } - ddf_FreeArow(d, cvec); - return imp_linset; -} - -ddf_boolean ddf_MatrixCanonicalizeLinearity(ddf_MatrixPtr *M, ddf_rowset *impl_linset,ddf_rowindex *newpos, -ddf_ErrorType *error) /* 094 */ -{ -/* This is to recongnize all implicit linearities, and put all linearities at the top of - the matrix. All implicit linearities will be returned by *impl_linset. -*/ - ddf_rowrange rank; - ddf_rowset linrows,ignoredrows,basisrows; - ddf_colset ignoredcols,basiscols; - ddf_rowrange i,k,m; - ddf_rowindex newpos1; - ddf_boolean success=ddf_FALSE; - - linrows=ddf_ImplicitLinearityRows(*M, error); - if (*error!=ddf_NoError) goto _L99; - - m=(*M)->rowsize; - - set_uni((*M)->linset, (*M)->linset, linrows); - /* add the implicit linrows to the explicit linearity rows */ - - /* To remove redundancy of the linearity part, - we need to compute the rank and a basis of the linearity part. */ - set_initialize(&ignoredrows, (*M)->rowsize); - set_initialize(&ignoredcols, (*M)->colsize); - set_compl(ignoredrows, (*M)->linset); - rank=ddf_MatrixRank(*M,ignoredrows,ignoredcols,&basisrows,&basiscols); - set_diff(ignoredrows, (*M)->linset, basisrows); - ddf_MatrixRowsRemove2(M,ignoredrows,newpos); - - ddf_MatrixShiftupLinearity(M,&newpos1); - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) { - (*newpos)[i]=newpos1[k]; - } - } - - *impl_linset=linrows; - success=ddf_TRUE; - free(newpos1); - set_free(basisrows); - set_free(basiscols); - set_free(ignoredrows); - set_free(ignoredcols); -_L99: - return success; -} - -ddf_boolean ddf_MatrixCanonicalize(ddf_MatrixPtr *M, ddf_rowset *impl_linset, ddf_rowset *redset, -ddf_rowindex *newpos, ddf_ErrorType *error) /* 094 */ -{ -/* This is to find a canonical representation of a matrix *M by - recognizing all implicit linearities and all redundancies. - All implicit linearities will be returned by *impl_linset and - redundancies will be returned by *redset. -*/ - ddf_rowrange i,k,m; - ddf_rowindex newpos1,revpos; - ddf_rowset redset1; - ddf_boolean success=ddf_TRUE; - - m=(*M)->rowsize; - set_initialize(redset, m); - revpos=(long *)calloc(m+1,sizeof(long)); - - success=ddf_MatrixCanonicalizeLinearity(M, impl_linset, newpos, error); - - if (!success) goto _L99; - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) revpos[k]=i; /* inverse of *newpos[] */ - } - - success=ddf_MatrixRedundancyRemove(M, &redset1, &newpos1, error); /* 094 */ - - if (!success) goto _L99; - - for (i=1; i<=m; i++){ - k=(*newpos)[i]; - if (k>0) { - (*newpos)[i]=newpos1[k]; - if (newpos1[k]<0) (*newpos)[i]=-revpos[-newpos1[k]]; /* update the certificate of its duplicate removal. */ - if (set_member(k,redset1)) set_addelem(*redset, i); - } - } - -_L99: - set_free(redset1); - free(newpos1); - free(revpos); - return success; -} - - -ddf_boolean ddf_ExistsRestrictedFace(ddf_MatrixPtr M, ddf_rowset R, ddf_rowset S, ddf_ErrorType *err) -/* 0.94 */ -{ -/* This function checkes if there is a point that satifies all the constraints of -the matrix M (interpreted as an H-representation) with additional equality contraints -specified by R and additional strict inequality constraints specified by S. -The set S is supposed to be disjoint from both R and M->linset. When it is not, -the set S will be considered as S\(R U M->linset). -*/ - ddf_boolean answer=ddf_FALSE; - ddf_LPPtr lp=NULL; - -/* - printf("\n--- ERF ---\n"); - printf("R = "); set_write(R); - printf("S = "); set_write(S); -*/ - - lp=ddf_Matrix2Feasibility2(M, R, S, err); - - if (*err!=ddf_NoError) goto _L99; - -/* Solve the LP by cdd LP solver. */ - ddf_LPSolve(lp, ddf_DualSimplex, err); /* Solve the LP */ - if (*err!=ddf_NoError) goto _L99; - if (lp->LPS==ddf_Optimal && ddf_Positive(lp->optvalue)) { - answer=ddf_TRUE; - } - - ddf_FreeLPData(lp); -_L99: - return answer; -} - -ddf_boolean ddf_ExistsRestrictedFace2(ddf_MatrixPtr M, ddf_rowset R, ddf_rowset S, ddf_LPSolutionPtr *lps, ddf_ErrorType *err) -/* 0.94 */ -{ -/* This function checkes if there is a point that satifies all the constraints of -the matrix M (interpreted as an H-representation) with additional equality contraints -specified by R and additional strict inequality constraints specified by S. -The set S is supposed to be disjoint from both R and M->linset. When it is not, -the set S will be considered as S\(R U M->linset). - -This function returns a certificate of the answer in terms of the associated LP solutions. -*/ - ddf_boolean answer=ddf_FALSE; - ddf_LPPtr lp=NULL; - -/* - printf("\n--- ERF ---\n"); - printf("R = "); set_write(R); - printf("S = "); set_write(S); -*/ - - lp=ddf_Matrix2Feasibility2(M, R, S, err); - - if (*err!=ddf_NoError) goto _L99; - -/* Solve the LP by cdd LP solver. */ - ddf_LPSolve(lp, ddf_DualSimplex, err); /* Solve the LP */ - if (*err!=ddf_NoError) goto _L99; - if (lp->LPS==ddf_Optimal && ddf_Positive(lp->optvalue)) { - answer=ddf_TRUE; - } - - - (*lps)=ddf_CopyLPSolution(lp); - ddf_FreeLPData(lp); -_L99: - return answer; -} - -ddf_boolean ddf_FindRelativeInterior(ddf_MatrixPtr M, ddf_rowset *ImL, ddf_rowset *Lbasis, ddf_LPSolutionPtr *lps, ddf_ErrorType *err) -/* 0.94 */ -{ -/* This function computes a point in the relative interior of the H-polyhedron given by M. -Even the representation is V-representation, it simply interprete M as H-representation. -lps returns the result of solving an LP whose solution is a relative interior point. -ImL returns all row indices of M that are implicit linearities, i.e. their inqualities -are satisfied by equality by all points in the polyhedron. Lbasis returns a row basis -of the submatrix of M consisting of all linearities and implicit linearities. This means -that the dimension of the polyhedron is M->colsize - set_card(Lbasis) -1. -*/ - - ddf_rowset S; - ddf_colset T, Lbasiscols; - ddf_boolean success=ddf_FALSE; - ddf_rowrange i; - ddf_colrange rank; - - - *ImL=ddf_ImplicitLinearityRows(M, err); - - if (*err!=ddf_NoError) goto _L99; - - set_initialize(&S, M->rowsize); /* the empty set */ - for (i=1; i <=M->rowsize; i++) { - if (!set_member(i, M->linset) && !set_member(i, *ImL)){ - set_addelem(S, i); /* all nonlinearity rows go to S */ - } - } - if (ddf_ExistsRestrictedFace2(M, *ImL, S, lps, err)){ - /* printf("a relative interior point found\n"); */ - success=ddf_TRUE; - } - - set_initialize(&T, M->colsize); /* empty set */ - rank=ddf_MatrixRank(M,S,T,Lbasis,&Lbasiscols); /* the rank of the linearity submatrix of M. */ - - set_free(S); - set_free(T); - set_free(Lbasiscols); - -_L99: - return success; -} - - -ddf_rowrange ddf_RayShooting(ddf_MatrixPtr M, ddf_Arow p, ddf_Arow r) -{ -/* 092, find the first inequality "hit" by a ray from an intpt. */ - ddf_rowrange imin=-1,i,m; - ddf_colrange j, d; - ddf_Arow vecmin, vec; - myfloat min,t1,t2,alpha, t1min; - ddf_boolean started=ddf_FALSE; - ddf_boolean localdebug=ddf_FALSE; - - m=M->rowsize; - d=M->colsize; - if (!ddf_Equal(ddf_one, p[0])){ - fprintf(stderr, "Warning: RayShooting is called with a point with first coordinate not 1.\n"); - ddf_set(p[0],ddf_one); - } - if (!ddf_EqualToZero(r[0])){ - fprintf(stderr, "Warning: RayShooting is called with a direction with first coordinate not 0.\n"); - ddf_set(r[0],ddf_purezero); - } - - ddf_init(alpha); ddf_init(min); ddf_init(t1); ddf_init(t2); ddf_init(t1min); - ddf_InitializeArow(d,&vecmin); - ddf_InitializeArow(d,&vec); - - for (i=1; i<=m; i++){ - ddf_InnerProduct(t1, d, M->matrix[i-1], p); - if (ddf_Positive(t1)) { - ddf_InnerProduct(t2, d, M->matrix[i-1], r); - ddf_div(alpha, t2, t1); - if (!started){ - imin=i; ddf_set(min, alpha); - ddf_set(t1min, t1); /* store the denominator. */ - started=ddf_TRUE; - if (localdebug) { - fprintf(stderr," Level 1: imin = %ld and min = ", imin); - ddf_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } else { - if (ddf_Smaller(alpha, min)){ - imin=i; ddf_set(min, alpha); - ddf_set(t1min, t1); /* store the denominator. */ - if (localdebug) { - fprintf(stderr," Level 2: imin = %ld and min = ", imin); - ddf_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } else { - if (ddf_Equal(alpha, min)) { /* tie break */ - for (j=1; j<= d; j++){ - ddf_div(vecmin[j-1], M->matrix[imin-1][j-1], t1min); - ddf_div(vec[j-1], M->matrix[i-1][j-1], t1); - } - if (ddf_LexSmaller(vec,vecmin, d)){ - imin=i; ddf_set(min, alpha); - ddf_set(t1min, t1); /* store the denominator. */ - if (localdebug) { - fprintf(stderr," Level 3: imin = %ld and min = ", imin); - ddf_WriteNumber(stderr, min); - fprintf(stderr,"\n"); - } - } - } - } - } - } - } - - ddf_clear(alpha); ddf_clear(min); ddf_clear(t1); ddf_clear(t2); ddf_clear(t1min); - ddf_FreeArow(d, vecmin); - ddf_FreeArow(d, vec); - return imin; -} - -#ifdef ddf_GMPRATIONAL -void ddf_BasisStatusMaximize(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A,ddf_Bmatrix T,ddf_rowset equalityset, - ddf_rowrange objrow,ddf_colrange rhscol,ddf_LPStatusType LPS, - myfloat *optvalue,ddf_Arow sol,ddf_Arow dsol,ddf_rowset posset, ddf_colindex nbindex, - ddf_rowrange re,ddf_colrange se, ddf_colrange *nse, long *pivots, int *found, int *LPScorrect) -/* This is just to check whether the status LPS of the basis given by -nbindex with extra certificates se or re is correct. It is done -by recomputing the basis inverse matrix T. It does not solve the LP -when the status *LPS is undecided. Thus the input is -m_size, d_size, A, equalityset, LPS, nbindex, re and se. -Other values will be recomputed from scratch. - -The main purpose of the function is to verify the correctness -of the result of floating point computation with the GMP rational -arithmetics. -*/ -{ - long pivots0,pivots1,fbasisrank; - ddf_rowrange i,is; - ddf_colrange s,senew,j; - static ddf_rowindex bflag; - static long mlast=0; - static ddf_rowindex OrderVector; /* the permutation vector to store a preordered row indices */ - unsigned int rseed=1; - myfloat val; - ddf_colindex nbtemp; - ddf_LPStatusType ddlps; - ddf_boolean localdebug=ddf_FALSE; - - if (ddf_debug) localdebug=ddf_debug; - if (localdebug){ - printf("\nEvaluating ddf_BasisStatusMaximize:\n"); - } - ddf_init(val); - nbtemp=(long *) calloc(d_size+1,sizeof(long)); - for (i=0; i<= 4; i++) pivots[i]=0; - if (bflag==NULL || mlast!=m_size){ - if (mlast!=m_size && mlast>0) { - free(bflag); /* called previously with different m_size */ - free(OrderVector); - } - bflag=(long *) calloc(m_size+1,sizeof(long)); - OrderVector=(long *)calloc(m_size+1,sizeof(long)); - /* initialize only for the first time or when a larger space is needed */ - mlast=m_size; - } - - /* Initializing control variables. */ - ddf_ComputeRowOrderVector2(m_size,d_size,A,OrderVector,ddf_MinIndex,rseed); - - pivots1=0; - - ddf_ResetTableau(m_size,d_size,T,nbtemp,bflag,objrow,rhscol); - - if (localdebug){ - printf("\nnbindex:"); - for (j=1; j<=d_size; j++) printf(" %ld", nbindex[j]); - printf("\n"); - printf("re = %ld, se=%ld\n", re, se); - } - - is=nbindex[se]; - if (localdebug) printf("se=%ld, is=%ld\n", se, is); - - fbasisrank=d_size-1; - for (j=1; j<=d_size; j++){ - if (nbindex[j]<0) fbasisrank=fbasisrank-1; - /* fbasisrank=the basis rank computed by floating-point */ - } - - if (fbasisrank0) { /* i is nonbasic variable */ - ddf_TableauEntry(&val,m_size,d_size,A,T,objrow,bflag[i]); - if (ddf_Positive(val)) { - if (localdebug) printf("Reduced cost entry for %ld is positive\n", i); - *LPScorrect=ddf_FALSE; - break; - } - } - }; - break; - case ddf_Inconsistent: - for (j=1; j<=d_size; j++){ - ddf_TableauEntry(&val,m_size,d_size,A,T,re,j); - if (j==rhscol){ - if (ddf_Nonnegative(val)){ - if (localdebug) printf("RHS entry for %ld is nonnegative\n", re); - *LPScorrect=ddf_FALSE; - break; - } - } else if (ddf_Positive(val)){ - if (localdebug) printf("the row entry for(%ld, %ld) is positive\n", re, j); - *LPScorrect=ddf_FALSE; - break; - } - }; - break; - case ddf_DualInconsistent: - for (i=1; i<=m_size; i++){ - ddf_TableauEntry(&val,m_size,d_size,A,T,i,bflag[is]); - if (i==objrow){ - if (ddf_Nonpositive(val)){ - if (localdebug) printf("Reduced cost entry for %ld is nonpositive\n", bflag[is]); - *LPScorrect=ddf_FALSE; - break; - } - } else if (ddf_Negative(val)){ - if (localdebug) printf("the column entry for(%ld, %ld) is positive\n", i, bflag[is]); - *LPScorrect=ddf_FALSE; - break; - } - }; - break; -; - default: break; - } - - ddlps=LPSf2LPS(LPS); - - ddf_SetSolutions(m_size,d_size,A,T, - objrow,rhscol,ddlps,optvalue,sol,dsol,posset,nbindex,re,senew,bflag); - *nse=senew; - - -_L99: - ddf_clear(val); - free(nbtemp); -} - -void ddf_BasisStatusMinimize(ddf_rowrange m_size,ddf_colrange d_size, - ddf_Amatrix A,ddf_Bmatrix T,ddf_rowset equalityset, - ddf_rowrange objrow,ddf_colrange rhscol,ddf_LPStatusType LPS, - myfloat *optvalue,ddf_Arow sol,ddf_Arow dsol, ddf_rowset posset, ddf_colindex nbindex, - ddf_rowrange re,ddf_colrange se,ddf_colrange *nse,long *pivots, int *found, int *LPScorrect) -{ - ddf_colrange j; - - for (j=1; j<=d_size; j++) ddf_neg(A[objrow-1][j-1],A[objrow-1][j-1]); - ddf_BasisStatusMaximize(m_size,d_size,A,T,equalityset, objrow,rhscol, - LPS,optvalue,sol,dsol,posset,nbindex,re,se,nse,pivots,found,LPScorrect); - ddf_neg(*optvalue,*optvalue); - for (j=1; j<=d_size; j++){ - if (LPS!=ddf_Inconsistent) { - /* Inconsistent certificate stays valid for minimization, 0.94e */ - ddf_neg(dsol[j-1],dsol[j-1]); - } - ddf_neg(A[objrow-1][j-1],A[objrow-1][j-1]); - } -} -#endif - -/* end of cddlp.c */ - diff -Nru cddlib-094h/lib-src-gmp/cddmp.c cddlib-094j/lib-src-gmp/cddmp.c --- cddlib-094h/lib-src-gmp/cddmp.c 2015-04-30 09:36:27.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddmp.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -/* cddmp.c (cddlib arithmetic operations using gmp) - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -#include "setoper.h" /* set operation library header (Ver. March 16,1995 or later) */ -#include "cdd.h" - -void dd_set_global_constants() -{ - dd_init(dd_zero); - dd_init(dd_minuszero); - dd_init(dd_one); - dd_init(dd_minusone); - dd_init(dd_purezero); - - time(&dd_statStartTime); /* cddlib starting time */ - dd_statBApivots=0; /* basis finding pivots */ - dd_statCCpivots=0; /* criss-cross pivots */ - dd_statDS1pivots=0; /* phase 1 pivots */ - dd_statDS2pivots=0; /* phase 2 pivots */ - dd_statACpivots=0; /* anticycling (cc) pivots */ - - dd_choiceLPSolverDefault=dd_DualSimplex; /* Default LP solver Algorithm */ - dd_choiceRedcheckAlgorithm=dd_DualSimplex; /* Redundancy Checking Algorithm */ - dd_choiceLexicoPivotQ=dd_TRUE; /* whether to use the lexicographic pivot */ - -#if defined GMPRATIONAL - dd_statBSpivots=0; /* basis status checking pivots */ - mpq_set_ui(dd_zero,0U,1U); - mpq_set_ui(dd_purezero,0U,1U); - mpq_set_ui(dd_one,1U,1U); - mpq_set_si(dd_minusone,-1L,1U); - ddf_set_global_constants(); -#elif defined GMPFLOAT - mpf_set_d(dd_zero,dd_almostzero); - mpf_set_ui(dd_purezero,0U); - mpf_set_ui(dd_one,1U); - mpf_set_si(dd_minusone,-1L,1U); -#else - dd_zero[0]= dd_almostzero; /*real zero */ - dd_purezero[0]= 0.0; - dd_one[0]= 1L; - dd_minusone[0]= -1L; -#endif - dd_neg(dd_minuszero,dd_zero); -} - -void dd_free_global_constants() -{ - dd_clear(dd_zero); - dd_clear(dd_minuszero); - dd_clear(dd_one); - dd_clear(dd_minusone); - dd_clear(dd_purezero); - - time(&dd_statStartTime); /* cddlib starting time */ - dd_statBApivots=0; /* basis finding pivots */ - dd_statCCpivots=0; /* criss-cross pivots */ - dd_statDS1pivots=0; /* phase 1 pivots */ - dd_statDS2pivots=0; /* phase 2 pivots */ - dd_statACpivots=0; /* anticycling (cc) pivots */ - - dd_choiceLPSolverDefault=dd_DualSimplex; /* Default LP solver Algorithm */ - dd_choiceRedcheckAlgorithm=dd_DualSimplex; /* Redundancy Checking Algorithm */ - dd_choiceLexicoPivotQ=dd_TRUE; /* whether to use the lexicographic pivot */ - -#if defined GMPRATIONAL - dd_statBSpivots=0; /* basis status checking pivots */ - ddf_free_global_constants(); -#endif -} - - -#if defined GMPRATIONAL -void ddd_mpq_set_si(mytype a,signed long b) -{ - mpz_t nz, dz; - - mpz_init(nz); mpz_init(dz); - - mpz_set_si(nz, b); - mpz_set_ui(dz, 1U); - mpq_set_num(a, nz); - mpq_set_den(a, dz); - mpz_clear(nz); mpz_clear(dz); -} -#endif - -#if defined dd_CDOUBLE -void ddd_init(mytype a) -{ - a[0]=0L; -} - -void ddd_clear(mytype a) -{ - /* a[0]=0L; */ -} - -void ddd_set(mytype a,mytype b) -{ - a[0]=b[0]; -} - -void ddd_set_d(mytype a,double b) -{ - a[0]=b; -} - -void ddd_set_si(mytype a,signed long b) -{ - a[0]=(double)b; -} - -void ddd_set_si2(mytype a,signed long b, unsigned long c) -{ - a[0]=(double)b/(double)c; -} - -void ddd_add(mytype a,mytype b,mytype c) -{ - a[0]=b[0]+c[0]; -} - -void ddd_sub(mytype a,mytype b,mytype c) -{ - a[0]=b[0]-c[0]; -} - -void ddd_mul(mytype a,mytype b,mytype c) -{ - a[0]=b[0]*c[0]; -} - -void ddd_div(mytype a,mytype b,mytype c) -{ - a[0]=b[0]/c[0]; -} - -void ddd_neg(mytype a,mytype b) -{ - a[0]=-b[0]; -} - -void ddd_inv(mytype a,mytype b) -{ - a[0]=1/b[0]; -} - -int ddd_cmp(mytype a,mytype b) -{ - if (a[0]-b[0]>0) return 1; - else if (a[0]-b[0]>=0) return 0; - else return -1; -} - -int ddd_sgn(mytype a) -{ - if (a[0]>0) return 1; - else if (a[0]>=0) return 0; - else return -1; -} - -double ddd_get_d(mytype a) -{ - return a[0]; -} -#endif - -/* end of cddmp.h */ diff -Nru cddlib-094h/lib-src-gmp/cddmp_f.c cddlib-094j/lib-src-gmp/cddmp_f.c --- cddlib-094h/lib-src-gmp/cddmp_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddmp_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddmp.c (cddlib arithmetic operations using gmp) - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -#include "setoper.h" /* set operation library header (Ver. March 16,1995 or later) */ -#include "cdd_f.h" - -void ddf_set_global_constants() -{ - ddf_init(ddf_zero); - ddf_init(ddf_minuszero); - ddf_init(ddf_one); - ddf_init(ddf_minusone); - ddf_init(ddf_purezero); - - time(&ddf_statStartTime); /* cddlib starting time */ - ddf_statBApivots=0; /* basis finding pivots */ - ddf_statCCpivots=0; /* criss-cross pivots */ - ddf_statDS1pivots=0; /* phase 1 pivots */ - ddf_statDS2pivots=0; /* phase 2 pivots */ - ddf_statACpivots=0; /* anticycling (cc) pivots */ - - ddf_choiceLPSolverDefault=ddf_DualSimplex; /* Default LP solver Algorithm */ - ddf_choiceRedcheckAlgorithm=ddf_DualSimplex; /* Redundancy Checking Algorithm */ - ddf_choiceLexicoPivotQ=ddf_TRUE; /* whether to use the lexicographic pivot */ - -#if defined ddf_GMPRATIONAL - ddf_statBSpivots=0; /* basis status checking pivots */ - mpq_set_ui(ddf_zero,0U,1U); - mpq_set_ui(ddf_purezero,0U,1U); - mpq_set_ui(ddf_one,1U,1U); - mpq_set_si(ddf_minusone,-1L,1U); - ddf_set_global_constants(); -#elif defined GMPFLOAT - mpf_set_d(ddf_zero,ddf_almostzero); - mpf_set_ui(ddf_purezero,0U); - mpf_set_ui(ddf_one,1U); - mpf_set_si(ddf_minusone,-1L,1U); -#else - ddf_zero[0]= ddf_almostzero; /*real zero */ - ddf_purezero[0]= 0.0; - ddf_one[0]= 1L; - ddf_minusone[0]= -1L; -#endif - ddf_neg(ddf_minuszero,ddf_zero); -} - -void ddf_free_global_constants() -{ - ddf_clear(ddf_zero); - ddf_clear(ddf_minuszero); - ddf_clear(ddf_one); - ddf_clear(ddf_minusone); - ddf_clear(ddf_purezero); - - time(&ddf_statStartTime); /* cddlib starting time */ - ddf_statBApivots=0; /* basis finding pivots */ - ddf_statCCpivots=0; /* criss-cross pivots */ - ddf_statDS1pivots=0; /* phase 1 pivots */ - ddf_statDS2pivots=0; /* phase 2 pivots */ - ddf_statACpivots=0; /* anticycling (cc) pivots */ - - ddf_choiceLPSolverDefault=ddf_DualSimplex; /* Default LP solver Algorithm */ - ddf_choiceRedcheckAlgorithm=ddf_DualSimplex; /* Redundancy Checking Algorithm */ - ddf_choiceLexicoPivotQ=ddf_TRUE; /* whether to use the lexicographic pivot */ - -#if defined ddf_GMPRATIONAL - ddf_statBSpivots=0; /* basis status checking pivots */ - ddf_free_global_constants(); -#endif -} - - -#if defined ddf_GMPRATIONAL -void dddf_mpq_set_si(myfloat a,signed long b) -{ - mpz_t nz, dz; - - mpz_init(nz); mpz_init(dz); - - mpz_set_si(nz, b); - mpz_set_ui(dz, 1U); - mpq_set_num(a, nz); - mpq_set_den(a, dz); - mpz_clear(nz); mpz_clear(dz); -} -#endif - -#if defined ddf_ddf_CDOUBLE -void dddf_init(myfloat a) -{ - a[0]=0L; -} - -void dddf_clear(myfloat a) -{ - /* a[0]=0L; */ -} - -void dddf_set(myfloat a,myfloat b) -{ - a[0]=b[0]; -} - -void dddf_set_d(myfloat a,double b) -{ - a[0]=b; -} - -void dddf_set_si(myfloat a,signed long b) -{ - a[0]=(double)b; -} - -void dddf_set_si2(myfloat a,signed long b, unsigned long c) -{ - a[0]=(double)b/(double)c; -} - -void dddf_add(myfloat a,myfloat b,myfloat c) -{ - a[0]=b[0]+c[0]; -} - -void dddf_sub(myfloat a,myfloat b,myfloat c) -{ - a[0]=b[0]-c[0]; -} - -void dddf_mul(myfloat a,myfloat b,myfloat c) -{ - a[0]=b[0]*c[0]; -} - -void dddf_div(myfloat a,myfloat b,myfloat c) -{ - a[0]=b[0]/c[0]; -} - -void dddf_neg(myfloat a,myfloat b) -{ - a[0]=-b[0]; -} - -void dddf_inv(myfloat a,myfloat b) -{ - a[0]=1/b[0]; -} - -int dddf_cmp(myfloat a,myfloat b) -{ - if (a[0]-b[0]>0) return 1; - else if (a[0]-b[0]>=0) return 0; - else return -1; -} - -int dddf_sgn(myfloat a) -{ - if (a[0]>0) return 1; - else if (a[0]>=0) return 0; - else return -1; -} - -double dddf_get_d(myfloat a) -{ - return a[0]; -} -#endif - -/* end of cddmp.h */ diff -Nru cddlib-094h/lib-src-gmp/cddmp_f.h cddlib-094j/lib-src-gmp/cddmp_f.h --- cddlib-094h/lib-src-gmp/cddmp_f.h 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddmp_f.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,127 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddmp.h (cddlib arithmetic operations using gmp) - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -#ifndef _CDDMP_HF -#define _CDDMP_HF -#endif /* _CDDMP_HF */ - -/**********************************/ -/* MACROS */ -/* dependent on mp implementation */ -/**********************************/ - -#if defined ddf_GMPRATIONAL - #include "gmp.h" - #define ddf_ddf_ARITHMETIC "GMP rational" - #define ddf_init(a) mpq_init(a) - #define ddf_clear(a) mpq_clear(a) - #define ddf_set(a, b) mpq_set(a,b) - #define ddf_set_si(a, b) dddf_mpq_set_si(a,b) /* defined in cddgmp.c */ - #define ddf_set_si2(a, b, c) mpq_set_si(a,b,c) /* gmp 3.1 or higher */ - #define ddf_add(a, b, c) mpq_add(a,b,c) - #define ddf_sub(a, b, c) mpq_sub(a,b,c) - #define ddf_mul(a, b, c) mpq_mul(a,b,c) - #define ddf_div(a, b, c) mpq_div(a,b,c) - #define ddf_neg(a, b) mpq_neg(a,b) - #define ddf_inv(a, b) mpq_inv(a,b) - #define ddf_cmp(a, b) mpq_cmp(a,b) - /* returns pos if a>b, 0 if a=b, negative if ab, 0 if a=b, negative if ab, 0 if a=b, negative if ab, 0 if a=b, negative if ab, 0 if a=b, negative if ab, 0 if a=b, negative if a= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_MatrixPtr dd_BlockElimination(dd_MatrixPtr M, dd_colset delset, dd_ErrorType *error) -/* Eliminate the variables (columns) delset by - the Block Elimination with dd_DoubleDescription algorithm. - - Given (where y is to be eliminated): - c1 + A1 x + B1 y >= 0 - c2 + A2 x + B2 y = 0 - - 1. First construct the dual system: z1^T B1 + z2^T B2 = 0, z1 >= 0. - 2. Compute the generators of the dual. - 3. Then take the linear combination of the original system with each generator. - 4. Remove redundant inequalies. - -*/ -{ - dd_MatrixPtr Mdual=NULL, Mproj=NULL, Gdual=NULL; - dd_rowrange i,h,m,mproj,mdual,linsize; - dd_colrange j,k,d,dproj,ddual,delsize; - dd_colindex delindex; - mytype temp,prod; - dd_PolyhedraPtr dualpoly; - dd_ErrorType err=dd_NoError; - dd_boolean localdebug=dd_FALSE; - - *error=dd_NoError; - m= M->rowsize; - d= M->colsize; - delindex=(long*)calloc(d+1,sizeof(long)); - dd_init(temp); - dd_init(prod); - - k=0; delsize=0; - for (j=1; j<=d; j++){ - if (set_member(j, delset)){ - k++; delsize++; - delindex[k]=j; /* stores the kth deletion column index */ - } - } - if (localdebug) dd_WriteMatrix(stdout, M); - - linsize=set_card(M->linset); - ddual=m+1; - mdual=delsize + m - linsize; /* #equalitions + dimension of z1 */ - - /* setup the dual matrix */ - Mdual=dd_CreateMatrix(mdual, ddual); - Mdual->representation=dd_Inequality; - for (i = 1; i <= delsize; i++){ - set_addelem(Mdual->linset,i); /* equality */ - for (j = 1; j <= m; j++) { - dd_set(Mdual->matrix[i-1][j], M->matrix[j-1][delindex[i]-1]); - } - } - - k=0; - for (i = 1; i <= m; i++){ - if (!set_member(i, M->linset)){ - /* set nonnegativity for the dual variable associated with - each non-linearity inequality. */ - k++; - dd_set(Mdual->matrix[delsize+k-1][i], dd_one); - } - } - - /* 2. Compute the generators of the dual system. */ - dualpoly=dd_DDMatrix2Poly(Mdual, &err); - Gdual=dd_CopyGenerators(dualpoly); - - /* 3. Take the linear combination of the original system with each generator. */ - dproj=d-delsize; - mproj=Gdual->rowsize; - Mproj=dd_CreateMatrix(mproj, dproj); - Mproj->representation=dd_Inequality; - set_copy(Mproj->linset, Gdual->linset); - - for (i=1; i<=mproj; i++){ - k=0; - for (j=1; j<=d; j++){ - if (!set_member(j, delset)){ - k++; /* new index of the variable x_j */ - dd_set(prod, dd_purezero); - for (h = 1; h <= m; h++){ - dd_mul(temp,M->matrix[h-1][j-1],Gdual->matrix[i-1][h]); - dd_add(prod,prod,temp); - } - dd_set(Mproj->matrix[i-1][k-1],prod); - } - } - } - if (localdebug) printf("Size of the projection system: %ld x %ld\n", mproj, dproj); - - dd_FreePolyhedra(dualpoly); - free(delindex); - dd_clear(temp); - dd_clear(prod); - dd_FreeMatrix(Mdual); - dd_FreeMatrix(Gdual); - return Mproj; -} - - -dd_MatrixPtr dd_FourierElimination(dd_MatrixPtr M,dd_ErrorType *error) -/* Eliminate the last variable (column) from the given H-matrix using - the standard Fourier Elimination. - */ -{ - dd_MatrixPtr Mnew=NULL; - dd_rowrange i,inew,ip,in,iz,m,mpos=0,mneg=0,mzero=0,mnew; - dd_colrange j,d,dnew; - dd_rowindex posrowindex, negrowindex,zerorowindex; - mytype temp1,temp2; - dd_boolean localdebug=dd_FALSE; - - *error=dd_NoError; - m= M->rowsize; - d= M->colsize; - if (d<=1){ - *error=dd_ColIndexOutOfRange; - if (localdebug) { - printf("The number of column is too small: %ld for Fourier's Elimination.\n",d); - } - goto _L99; - } - - if (M->representation==dd_Generator){ - *error=dd_NotAvailForV; - if (localdebug) { - printf("Fourier's Elimination cannot be applied to a V-polyhedron.\n"); - } - goto _L99; - } - - if (set_card(M->linset)>0){ - *error=dd_CannotHandleLinearity; - if (localdebug) { - printf("The Fourier Elimination function does not handle equality in this version.\n"); - } - goto _L99; - } - - /* Create temporary spaces to be removed at the end of this function */ - posrowindex=(long*)calloc(m+1,sizeof(long)); - negrowindex=(long*)calloc(m+1,sizeof(long)); - zerorowindex=(long*)calloc(m+1,sizeof(long)); - dd_init(temp1); - dd_init(temp2); - - for (i = 1; i <= m; i++) { - if (dd_Positive(M->matrix[i-1][d-1])){ - mpos++; - posrowindex[mpos]=i; - } else if (dd_Negative(M->matrix[i-1][d-1])) { - mneg++; - negrowindex[mneg]=i; - } else { - mzero++; - zerorowindex[mzero]=i; - } - } /*of i*/ - - if (localdebug) { - dd_WriteMatrix(stdout, M); - printf("No of (+ - 0) rows = (%ld, %ld, %ld)\n", mpos,mneg, mzero); - } - - /* The present code generates so many redundant inequalities and thus - is quite useless, except for very small examples - */ - mnew=mzero+mpos*mneg; /* the total number of rows after elimination */ - dnew=d-1; - - Mnew=dd_CreateMatrix(mnew, dnew); - dd_CopyArow(Mnew->rowvec, M->rowvec, dnew); -/* set_copy(Mnew->linset,M->linset); */ - Mnew->numbtype=M->numbtype; - Mnew->representation=M->representation; - Mnew->objective=M->objective; - - - /* Copy the inequalities independent of x_d to the top of the new matrix. */ - for (iz = 1; iz <= mzero; iz++){ - for (j = 1; j <= dnew; j++) { - dd_set(Mnew->matrix[iz-1][j-1], M->matrix[zerorowindex[iz]-1][j-1]); - } - } - - /* Create the new inequalities by combining x_d positive and negative ones. */ - inew=mzero; /* the index of the last x_d zero inequality */ - for (ip = 1; ip <= mpos; ip++){ - for (in = 1; in <= mneg; in++){ - inew++; - dd_neg(temp1, M->matrix[negrowindex[in]-1][d-1]); - for (j = 1; j <= dnew; j++) { - dd_LinearComb(temp2,M->matrix[posrowindex[ip]-1][j-1],temp1,\ - M->matrix[negrowindex[in]-1][j-1],\ - M->matrix[posrowindex[ip]-1][d-1]); - dd_set(Mnew->matrix[inew-1][j-1],temp2); - } - dd_Normalize(dnew,Mnew->matrix[inew-1]); - } - } - - - free(posrowindex); - free(negrowindex); - free(zerorowindex); - dd_clear(temp1); - dd_clear(temp2); - - _L99: - return Mnew; -} - - -/* end of cddproj.c */ diff -Nru cddlib-094h/lib-src-gmp/cddproj_f.c cddlib-094j/lib-src-gmp/cddproj_f.c --- cddlib-094h/lib-src-gmp/cddproj_f.c 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddproj_f.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,235 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddproj.c: Polyhedral Projections in cddlib - written by Komei Fukuda, fukuda@cs.mcgill.ca - Version 0.94, Aug. 4, 2005 -*/ - -/* cddlib : C-library of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#include "setoper.h" /* set operation library header (Ver. June 1, 2000 or later) */ -#include "cdd_f.h" -#include -#include -#include -#include -#include - -ddf_MatrixPtr ddf_BlockElimination(ddf_MatrixPtr M, ddf_colset delset, ddf_ErrorType *error) -/* Eliminate the variables (columns) delset by - the Block Elimination with ddf_DoubleDescription algorithm. - - Given (where y is to be eliminated): - c1 + A1 x + B1 y >= 0 - c2 + A2 x + B2 y = 0 - - 1. First construct the dual system: z1^T B1 + z2^T B2 = 0, z1 >= 0. - 2. Compute the generators of the dual. - 3. Then take the linear combination of the original system with each generator. - 4. Remove redundant inequalies. - -*/ -{ - ddf_MatrixPtr Mdual=NULL, Mproj=NULL, Gdual=NULL; - ddf_rowrange i,h,m,mproj,mdual,linsize; - ddf_colrange j,k,d,dproj,ddual,delsize; - ddf_colindex delindex; - myfloat temp,prod; - ddf_PolyhedraPtr dualpoly; - ddf_ErrorType err=ddf_NoError; - ddf_boolean localdebug=ddf_FALSE; - - *error=ddf_NoError; - m= M->rowsize; - d= M->colsize; - delindex=(long*)calloc(d+1,sizeof(long)); - ddf_init(temp); - ddf_init(prod); - - k=0; delsize=0; - for (j=1; j<=d; j++){ - if (set_member(j, delset)){ - k++; delsize++; - delindex[k]=j; /* stores the kth deletion column index */ - } - } - if (localdebug) ddf_WriteMatrix(stdout, M); - - linsize=set_card(M->linset); - ddual=m+1; - mdual=delsize + m - linsize; /* #equalitions + dimension of z1 */ - - /* setup the dual matrix */ - Mdual=ddf_CreateMatrix(mdual, ddual); - Mdual->representation=ddf_Inequality; - for (i = 1; i <= delsize; i++){ - set_addelem(Mdual->linset,i); /* equality */ - for (j = 1; j <= m; j++) { - ddf_set(Mdual->matrix[i-1][j], M->matrix[j-1][delindex[i]-1]); - } - } - - k=0; - for (i = 1; i <= m; i++){ - if (!set_member(i, M->linset)){ - /* set nonnegativity for the dual variable associated with - each non-linearity inequality. */ - k++; - ddf_set(Mdual->matrix[delsize+k-1][i], ddf_one); - } - } - - /* 2. Compute the generators of the dual system. */ - dualpoly=ddf_DDMatrix2Poly(Mdual, &err); - Gdual=ddf_CopyGenerators(dualpoly); - - /* 3. Take the linear combination of the original system with each generator. */ - dproj=d-delsize; - mproj=Gdual->rowsize; - Mproj=ddf_CreateMatrix(mproj, dproj); - Mproj->representation=ddf_Inequality; - set_copy(Mproj->linset, Gdual->linset); - - for (i=1; i<=mproj; i++){ - k=0; - for (j=1; j<=d; j++){ - if (!set_member(j, delset)){ - k++; /* new index of the variable x_j */ - ddf_set(prod, ddf_purezero); - for (h = 1; h <= m; h++){ - ddf_mul(temp,M->matrix[h-1][j-1],Gdual->matrix[i-1][h]); - ddf_add(prod,prod,temp); - } - ddf_set(Mproj->matrix[i-1][k-1],prod); - } - } - } - if (localdebug) printf("Size of the projection system: %ld x %ld\n", mproj, dproj); - - ddf_FreePolyhedra(dualpoly); - free(delindex); - ddf_clear(temp); - ddf_clear(prod); - ddf_FreeMatrix(Mdual); - ddf_FreeMatrix(Gdual); - return Mproj; -} - - -ddf_MatrixPtr ddf_FourierElimination(ddf_MatrixPtr M,ddf_ErrorType *error) -/* Eliminate the last variable (column) from the given H-matrix using - the standard Fourier Elimination. - */ -{ - ddf_MatrixPtr Mnew=NULL; - ddf_rowrange i,inew,ip,in,iz,m,mpos=0,mneg=0,mzero=0,mnew; - ddf_colrange j,d,dnew; - ddf_rowindex posrowindex, negrowindex,zerorowindex; - myfloat temp1,temp2; - ddf_boolean localdebug=ddf_FALSE; - - *error=ddf_NoError; - m= M->rowsize; - d= M->colsize; - if (d<=1){ - *error=ddf_ColIndexOutOfRange; - if (localdebug) { - printf("The number of column is too small: %ld for Fourier's Elimination.\n",d); - } - goto _L99; - } - - if (M->representation==ddf_Generator){ - *error=ddf_NotAvailForV; - if (localdebug) { - printf("Fourier's Elimination cannot be applied to a V-polyhedron.\n"); - } - goto _L99; - } - - if (set_card(M->linset)>0){ - *error=ddf_CannotHandleLinearity; - if (localdebug) { - printf("The Fourier Elimination function does not handle equality in this version.\n"); - } - goto _L99; - } - - /* Create temporary spaces to be removed at the end of this function */ - posrowindex=(long*)calloc(m+1,sizeof(long)); - negrowindex=(long*)calloc(m+1,sizeof(long)); - zerorowindex=(long*)calloc(m+1,sizeof(long)); - ddf_init(temp1); - ddf_init(temp2); - - for (i = 1; i <= m; i++) { - if (ddf_Positive(M->matrix[i-1][d-1])){ - mpos++; - posrowindex[mpos]=i; - } else if (ddf_Negative(M->matrix[i-1][d-1])) { - mneg++; - negrowindex[mneg]=i; - } else { - mzero++; - zerorowindex[mzero]=i; - } - } /*of i*/ - - if (localdebug) { - ddf_WriteMatrix(stdout, M); - printf("No of (+ - 0) rows = (%ld, %ld, %ld)\n", mpos,mneg, mzero); - } - - /* The present code generates so many redundant inequalities and thus - is quite useless, except for very small examples - */ - mnew=mzero+mpos*mneg; /* the total number of rows after elimination */ - dnew=d-1; - - Mnew=ddf_CreateMatrix(mnew, dnew); - ddf_CopyArow(Mnew->rowvec, M->rowvec, dnew); -/* set_copy(Mnew->linset,M->linset); */ - Mnew->numbtype=M->numbtype; - Mnew->representation=M->representation; - Mnew->objective=M->objective; - - - /* Copy the inequalities independent of x_d to the top of the new matrix. */ - for (iz = 1; iz <= mzero; iz++){ - for (j = 1; j <= dnew; j++) { - ddf_set(Mnew->matrix[iz-1][j-1], M->matrix[zerorowindex[iz]-1][j-1]); - } - } - - /* Create the new inequalities by combining x_d positive and negative ones. */ - inew=mzero; /* the index of the last x_d zero inequality */ - for (ip = 1; ip <= mpos; ip++){ - for (in = 1; in <= mneg; in++){ - inew++; - ddf_neg(temp1, M->matrix[negrowindex[in]-1][d-1]); - for (j = 1; j <= dnew; j++) { - ddf_LinearComb(temp2,M->matrix[posrowindex[ip]-1][j-1],temp1,\ - M->matrix[negrowindex[in]-1][j-1],\ - M->matrix[posrowindex[ip]-1][d-1]); - ddf_set(Mnew->matrix[inew-1][j-1],temp2); - } - ddf_Normalize(dnew,Mnew->matrix[inew-1]); - } - } - - - free(posrowindex); - free(negrowindex); - free(zerorowindex); - ddf_clear(temp1); - ddf_clear(temp2); - - _L99: - return Mnew; -} - - -/* end of cddproj.c */ diff -Nru cddlib-094h/lib-src-gmp/cddtypes_f.h cddlib-094j/lib-src-gmp/cddtypes_f.h --- cddlib-094h/lib-src-gmp/cddtypes_f.h 2015-04-30 09:38:19.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddtypes_f.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,331 +0,0 @@ -/* automatically generated by sed scripts from the c source named below: */ /* cddtypes.h: Header file for cddlib.c - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib.c : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#ifndef _CDDTYPES_HF -#define _CDDTYPES_HF -#endif /* _CDDTYPES_HF */ - -#define ddf_COPYRIGHT "Copyright (C) 1996, Komei Fukuda, fukuda@ifor.math.ethz.ch" -#define ddf_DDVERSION "Version 0.94g (March 23, 2012)" -#include - -#define ddf_wordlenmax 1024 -#define ddf_linelenmax 4096 -#define ddf_datawidth 10 -#define ddf_filenamelen 255 - -#define ddf_FALSE 0 -#define ddf_TRUE 1 - -typedef int ddf_boolean; - -typedef long ddf_rowrange; -typedef long ddf_colrange; -typedef long ddf_bigrange; - -typedef set_type ddf_rowset; -typedef set_type ddf_colset; -typedef long *ddf_rowindex; -typedef int *ddf_rowflag; -typedef long *ddf_colindex; -typedef myfloat **ddf_Amatrix; -typedef myfloat *ddf_Arow; -typedef set_type *ddf_SetVector; -typedef myfloat **ddf_Bmatrix; -typedef set_type *ddf_Aincidence; - -/* typedef char ddf_FilenameType[ddf_filenamelen]; deleted 000505*/ -typedef char ddf_DataFileType[ddf_filenamelen]; -typedef char ddf_LineType[ddf_linelenmax]; -typedef char ddf_WordType[ddf_wordlenmax]; - -typedef struct ddf_raydata *ddf_RayPtr; - -typedef struct ddf_raydata { - myfloat *Ray; - ddf_rowset ZeroSet; - ddf_rowrange FirstInfeasIndex; /* the first inequality the ray violates */ - ddf_boolean feasible; /* flag to store the feasibility */ - myfloat ARay; /* temporary area to store some row of A*Ray */ - ddf_RayPtr Next; -} ddf_RayType; - -typedef struct ddf_adjacencydata *ddf_AdjacencyPtr; -typedef struct ddf_adjacencydata { - ddf_RayPtr Ray1, Ray2; - ddf_AdjacencyPtr Next; -} ddf_AdjacencyType; - -typedef enum { - ddf_Combinatorial, ddf_Algebraic -} ddf_AdjacencyTestType; - -typedef enum { - ddf_MaxIndex, ddf_MinIndex, ddf_MinCutoff, ddf_MaxCutoff, ddf_MixCutoff, - ddf_LexMin, ddf_LexMax, ddf_RandomRow -} ddf_RowOrderType; - -typedef enum { - ddf_Unknown=0, ddf_Real, ddf_Rational, ddf_Integer -} ddf_NumberType; - -typedef enum { - ddf_Unspecified=0, ddf_Inequality, ddf_Generator -} ddf_RepresentationType; - -typedef enum { - ddf_IneToGen, ddf_GenToIne, ddf_LPMax, ddf_LPMin, ddf_InteriorFind -} ddf_ConversionType; - -typedef enum { - ddf_IncOff=0, ddf_IncCardinality, ddf_IncSet -} ddf_IncidenceOutputType; - -typedef enum { - ddf_AdjOff=0, ddf_AdjacencyList, ddf_AdjacencyDegree -} ddf_AdjacencyOutputType; - -typedef enum { - ddf_Auto, ddf_SemiAuto, ddf_Manual -} ddf_FileInputModeType; - /* Auto if a input filename is specified by command arguments */ - -typedef enum { - ddf_DimensionTooLarge, ddf_ImproperInputFormat, - ddf_NegativeMatrixSize, ddf_EmptyVrepresentation, ddf_EmptyHrepresentation, ddf_EmptyRepresentation, - ddf_IFileNotFound, ddf_OFileNotOpen, ddf_NoLPObjective, ddf_NoRealNumberSupport, - ddf_NotAvailForH, ddf_NotAvailForV, ddf_CannotHandleLinearity, - ddf_RowIndexOutOfRange, ddf_ColIndexOutOfRange, - ddf_LPCycling, ddf_NumericallyInconsistent, - ddf_NoError -} ddf_ErrorType; - -typedef enum { - ddf_InProgress, ddf_AllFound, ddf_RegionEmpty -} ddf_CompStatusType; - -/* --- LP types ---- */ - -typedef enum { - ddf_LPnone=0, ddf_LPmax, ddf_LPmin -} ddf_LPObjectiveType; - -typedef enum { - ddf_CrissCross, ddf_DualSimplex -} ddf_LPSolverType; - -typedef enum { - ddf_LPSundecided, ddf_Optimal, ddf_Inconsistent, ddf_DualInconsistent, - ddf_StrucInconsistent, ddf_StrucDualInconsistent, - ddf_Unbounded, ddf_DualUnbounded -} ddf_LPStatusType; - -typedef struct ddf_lpsolution *ddf_LPSolutionPtr; -typedef struct ddf_lpsolution { - ddf_DataFileType filename; - ddf_LPObjectiveType objective; - ddf_LPSolverType solver; - ddf_rowrange m; - ddf_colrange d; - ddf_NumberType numbtype; - - ddf_LPStatusType LPS; /* the current solution status */ - myfloat optvalue; /* optimal value */ - ddf_Arow sol; /* primal solution */ - ddf_Arow dsol; /* dual solution */ - ddf_colindex nbindex; /* current basis represented by nonbasic indices */ - ddf_rowrange re; /* row index as a certificate in the case of inconsistency */ - ddf_colrange se; /* col index as a certificate in the case of dual inconsistency */ - long pivots[5]; - /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, - pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ - long total_pivots; -} ddf_LPSolutionType; - - -typedef struct ddf_lpdata *ddf_LPPtr; -typedef struct ddf_lpdata { - ddf_DataFileType filename; - ddf_LPObjectiveType objective; - ddf_LPSolverType solver; - ddf_boolean Homogeneous; - /* The first column except for the obj row is all zeros. */ - ddf_rowrange m; - ddf_colrange d; - ddf_Amatrix A; - ddf_Bmatrix B; - ddf_rowrange objrow; - ddf_colrange rhscol; - ddf_NumberType numbtype; - ddf_rowrange eqnumber; /* the number of equalities */ - ddf_rowset equalityset; - - ddf_boolean redcheck_extensive; /* Apply the extensive redundancy check. */ - ddf_rowrange ired; /* the row index for the redundancy checking */ - ddf_rowset redset_extra; /* a set of rows that are newly recognized redundan by the extensive search. */ - ddf_rowset redset_accum; /* the accumulated set of rows that are recognized redundant */ - ddf_rowset posset_extra; /* a set of rows that are recognized non-linearity */ - - ddf_boolean lexicopivot; /* flag to use the lexicogrphic pivot rule (symbolic perturbation). */ - - ddf_LPStatusType LPS; /* the current solution status */ - ddf_rowrange m_alloc; /* the allocated row size of matrix A */ - ddf_colrange d_alloc; /* the allocated col size of matrix A */ - myfloat optvalue; /* optimal value */ - ddf_Arow sol; /* primal solution */ - ddf_Arow dsol; /* dual solution */ - ddf_colindex nbindex; /* current basis represented by nonbasic indices */ - ddf_rowrange re; /* row index as a certificate in the case of inconsistency */ - ddf_colrange se; /* col index as a certificate in the case of dual inconsistency */ - long pivots[5]; - /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, - pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ - long total_pivots; - int use_given_basis; /* switch to indicate the use of the given basis */ - ddf_colindex given_nbindex; /* given basis represented by nonbasic indices */ - time_t starttime; - time_t endtime; -} ddf_LPType; - - -/*---- end of LP Types ----- */ - - -typedef struct ddf_matrixdata *ddf_MatrixPtr; -typedef struct ddf_matrixdata { - ddf_rowrange rowsize; - ddf_rowset linset; - /* a subset of rows of linearity (ie, generators of - linearity space for V-representation, and equations - for H-representation. */ - ddf_colrange colsize; - ddf_RepresentationType representation; - ddf_NumberType numbtype; - ddf_Amatrix matrix; - ddf_LPObjectiveType objective; - ddf_Arow rowvec; -} ddf_MatrixType; - -typedef struct ddf_setfamily *ddf_SetFamilyPtr; -typedef struct ddf_setfamily { - ddf_bigrange famsize; - ddf_bigrange setsize; - ddf_SetVector set; -} ddf_SetFamilyType; - - -typedef struct ddf_nodedata *ddf_NodePtr; -typedef struct ddf_nodedata {ddf_bigrange key; ddf_NodePtr next;} ddf_NodeType; - -typedef struct ddf_graphdata *ddf_GraphPtr; -typedef struct ddf_graphdata { - ddf_bigrange vsize; - ddf_NodePtr *adjlist; /* should be initialized to have vsize components */ -} ddf_GraphType; - - -typedef struct ddf_polyhedradata *ddf_PolyhedraPtr; -typedef struct ddf_conedata *ddf_ConePtr; - -typedef struct ddf_polyhedradata { - ddf_RepresentationType representation; /* given representation */ - ddf_boolean homogeneous; - ddf_colrange d; - ddf_rowrange m; - ddf_Amatrix A; /* Inequality System: m times d matrix */ - ddf_NumberType numbtype; - ddf_ConePtr child; /* pointing to the homogenized cone data */ - ddf_rowrange m_alloc; /* allocated row size of matrix A */ - ddf_colrange d_alloc; /* allocated col size of matrix A */ - ddf_Arow c; /* cost vector */ - - ddf_rowflag EqualityIndex; - /* ith component is 1 if it is equality, -1 if it is strict inequality, 0 otherwise. */ - - ddf_boolean IsEmpty; /* This is to tell whether the set is empty or not */ - - ddf_boolean NondegAssumed; - ddf_boolean InitBasisAtBottom; - ddf_boolean RestrictedEnumeration; - ddf_boolean RelaxedEnumeration; - - ddf_rowrange m1; - /* = m or m+1 (when representation=Inequality && !homogeneous) - This data is written after ddf_ConeDataLoad is called. This - determines the size of Ainc. */ - ddf_boolean AincGenerated; - /* Indicates whether Ainc, Ared, Adom are all computed. - All the variables below are valid only when this is TRUE */ - ddf_colrange ldim; /* linearity dimension */ - ddf_bigrange n; - /* the size of output = total number of rays - in the computed cone + linearity dimension */ - ddf_Aincidence Ainc; - /* incidence of input and output */ - ddf_rowset Ared; - /* redundant set of rows whose removal results in a minimal system */ - ddf_rowset Adom; - /* dominant set of rows (those containing all rays). */ - -} ddf_PolyhedraType; - - -typedef struct ddf_conedata { - ddf_RepresentationType representation; - ddf_rowrange m; - ddf_colrange d; - ddf_Amatrix A; - ddf_NumberType numbtype; - ddf_PolyhedraPtr parent; /* pointing to the original polyhedra data */ - ddf_rowrange m_alloc; /* allocated row size of matrix A */ - ddf_colrange d_alloc; /* allocated col size of matrix A */ - -/* CONTROL: variables to control computation */ - ddf_rowrange Iteration; - ddf_RowOrderType HalfspaceOrder; - ddf_RayPtr FirstRay, LastRay, ArtificialRay; /* The second description: Generator */ - ddf_RayPtr PosHead, ZeroHead, NegHead, PosLast, ZeroLast, NegLast; - ddf_AdjacencyType **Edges; /* adjacency relation storage for iteration k */ - unsigned int rseed; /* random seed for random row permutation */ - - ddf_boolean ColReduced; /* flag to indicate that a column basis is computed and reduced */ - ddf_bigrange LinearityDim; - /* the dimension of the linearity space (when input is H), and - the size of a minimal system of equations to determine the space (when V). */ - ddf_colrange d_orig; /* the size d of the original matrix A */ - ddf_colindex newcol; /* the size d of the original matrix A */ - - ddf_colindex InitialRayIndex; /* InitialRayIndex[s] (s>=1) stores the corr. row index */ - ddf_rowindex OrderVector; - ddf_boolean RecomputeRowOrder; - ddf_boolean PreOrderedRun; - ddf_rowset GroundSet, EqualitySet, NonequalitySet, - AddedHalfspaces, WeaklyAddedHalfspaces, InitialHalfspaces; - long RayCount, FeasibleRayCount, WeaklyFeasibleRayCount, - TotalRayCount, ZeroRayCount; - long EdgeCount, TotalEdgeCount; - long count_int,count_int_good,count_int_bad; /* no. of intersection operations */ - - ddf_Bmatrix B; - ddf_Bmatrix Bsave; /* a copy of the dual basis inverse used to reduce the matrix A */ - -/* STATES: variables to represent current state. */ - ddf_ErrorType Error; - ddf_CompStatusType CompStatus; /* Computation Status */ - time_t starttime, endtime; -} ddf_ConeType; - -/* Global Variables */ -extern ddf_boolean ddf_debug; -extern ddf_boolean ddf_log; - -/* end of cddtypes.h */ diff -Nru cddlib-094h/lib-src-gmp/cddtypes.h cddlib-094j/lib-src-gmp/cddtypes.h --- cddlib-094h/lib-src-gmp/cddtypes.h 2015-04-30 09:37:54.000000000 +0000 +++ cddlib-094j/lib-src-gmp/cddtypes.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,331 +0,0 @@ -/* cddtypes.h: Header file for cddlib.c - written by Komei Fukuda, fukuda@math.ethz.ch - Version 0.94h, April 30, 2015 -*/ - -/* cddlib.c : C-Implementation of the double description method for - computing all vertices and extreme rays of the polyhedron - P= {x : b - A x >= 0}. - Please read COPYING (GNU General Public Licence) and - the manual cddlibman.tex for detail. -*/ - -#ifndef __CDDTYPES_H -#define __CDDTYPES_H -#endif /* __CDDTYPES_H */ - -#define dd_COPYRIGHT "Copyright (C) 1996, Komei Fukuda, fukuda@ifor.math.ethz.ch" -#define dd_DDVERSION "Version 0.94g (March 23, 2012)" -#include - -#define dd_wordlenmax 1024 -#define dd_linelenmax 4096 -#define dd_datawidth 10 -#define dd_filenamelen 255 - -#define dd_FALSE 0 -#define dd_TRUE 1 - -typedef int dd_boolean; - -typedef long dd_rowrange; -typedef long dd_colrange; -typedef long dd_bigrange; - -typedef set_type dd_rowset; -typedef set_type dd_colset; -typedef long *dd_rowindex; -typedef int *dd_rowflag; -typedef long *dd_colindex; -typedef mytype **dd_Amatrix; -typedef mytype *dd_Arow; -typedef set_type *dd_SetVector; -typedef mytype **dd_Bmatrix; -typedef set_type *dd_Aincidence; - -/* typedef char dd_FilenameType[dd_filenamelen]; deleted 000505*/ -typedef char dd_DataFileType[dd_filenamelen]; -typedef char dd_LineType[dd_linelenmax]; -typedef char dd_WordType[dd_wordlenmax]; - -typedef struct dd_raydata *dd_RayPtr; - -typedef struct dd_raydata { - mytype *Ray; - dd_rowset ZeroSet; - dd_rowrange FirstInfeasIndex; /* the first inequality the ray violates */ - dd_boolean feasible; /* flag to store the feasibility */ - mytype ARay; /* temporary area to store some row of A*Ray */ - dd_RayPtr Next; -} dd_RayType; - -typedef struct dd_adjacencydata *dd_AdjacencyPtr; -typedef struct dd_adjacencydata { - dd_RayPtr Ray1, Ray2; - dd_AdjacencyPtr Next; -} dd_AdjacencyType; - -typedef enum { - dd_Combinatorial, dd_Algebraic -} dd_AdjacencyTestType; - -typedef enum { - dd_MaxIndex, dd_MinIndex, dd_MinCutoff, dd_MaxCutoff, dd_MixCutoff, - dd_LexMin, dd_LexMax, dd_RandomRow -} dd_RowOrderType; - -typedef enum { - dd_Unknown=0, dd_Real, dd_Rational, dd_Integer -} dd_NumberType; - -typedef enum { - dd_Unspecified=0, dd_Inequality, dd_Generator -} dd_RepresentationType; - -typedef enum { - dd_IneToGen, dd_GenToIne, dd_LPMax, dd_LPMin, dd_InteriorFind -} dd_ConversionType; - -typedef enum { - dd_IncOff=0, dd_IncCardinality, dd_IncSet -} dd_IncidenceOutputType; - -typedef enum { - dd_AdjOff=0, dd_AdjacencyList, dd_AdjacencyDegree -} dd_AdjacencyOutputType; - -typedef enum { - dd_Auto, dd_SemiAuto, dd_Manual -} dd_FileInputModeType; - /* Auto if a input filename is specified by command arguments */ - -typedef enum { - dd_DimensionTooLarge, dd_ImproperInputFormat, - dd_NegativeMatrixSize, dd_EmptyVrepresentation, dd_EmptyHrepresentation, dd_EmptyRepresentation, - dd_IFileNotFound, dd_OFileNotOpen, dd_NoLPObjective, dd_NoRealNumberSupport, - dd_NotAvailForH, dd_NotAvailForV, dd_CannotHandleLinearity, - dd_RowIndexOutOfRange, dd_ColIndexOutOfRange, - dd_LPCycling, dd_NumericallyInconsistent, - dd_NoError -} dd_ErrorType; - -typedef enum { - dd_InProgress, dd_AllFound, dd_RegionEmpty -} dd_CompStatusType; - -/* --- LP types ---- */ - -typedef enum { - dd_LPnone=0, dd_LPmax, dd_LPmin -} dd_LPObjectiveType; - -typedef enum { - dd_CrissCross, dd_DualSimplex -} dd_LPSolverType; - -typedef enum { - dd_LPSundecided, dd_Optimal, dd_Inconsistent, dd_DualInconsistent, - dd_StrucInconsistent, dd_StrucDualInconsistent, - dd_Unbounded, dd_DualUnbounded -} dd_LPStatusType; - -typedef struct dd_lpsolution *dd_LPSolutionPtr; -typedef struct dd_lpsolution { - dd_DataFileType filename; - dd_LPObjectiveType objective; - dd_LPSolverType solver; - dd_rowrange m; - dd_colrange d; - dd_NumberType numbtype; - - dd_LPStatusType LPS; /* the current solution status */ - mytype optvalue; /* optimal value */ - dd_Arow sol; /* primal solution */ - dd_Arow dsol; /* dual solution */ - dd_colindex nbindex; /* current basis represented by nonbasic indices */ - dd_rowrange re; /* row index as a certificate in the case of inconsistency */ - dd_colrange se; /* col index as a certificate in the case of dual inconsistency */ - long pivots[5]; - /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, - pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ - long total_pivots; -} dd_LPSolutionType; - - -typedef struct dd_lpdata *dd_LPPtr; -typedef struct dd_lpdata { - dd_DataFileType filename; - dd_LPObjectiveType objective; - dd_LPSolverType solver; - dd_boolean Homogeneous; - /* The first column except for the obj row is all zeros. */ - dd_rowrange m; - dd_colrange d; - dd_Amatrix A; - dd_Bmatrix B; - dd_rowrange objrow; - dd_colrange rhscol; - dd_NumberType numbtype; - dd_rowrange eqnumber; /* the number of equalities */ - dd_rowset equalityset; - - dd_boolean redcheck_extensive; /* Apply the extensive redundancy check. */ - dd_rowrange ired; /* the row index for the redundancy checking */ - dd_rowset redset_extra; /* a set of rows that are newly recognized redundan by the extensive search. */ - dd_rowset redset_accum; /* the accumulated set of rows that are recognized redundant */ - dd_rowset posset_extra; /* a set of rows that are recognized non-linearity */ - - dd_boolean lexicopivot; /* flag to use the lexicogrphic pivot rule (symbolic perturbation). */ - - dd_LPStatusType LPS; /* the current solution status */ - dd_rowrange m_alloc; /* the allocated row size of matrix A */ - dd_colrange d_alloc; /* the allocated col size of matrix A */ - mytype optvalue; /* optimal value */ - dd_Arow sol; /* primal solution */ - dd_Arow dsol; /* dual solution */ - dd_colindex nbindex; /* current basis represented by nonbasic indices */ - dd_rowrange re; /* row index as a certificate in the case of inconsistency */ - dd_colrange se; /* col index as a certificate in the case of dual inconsistency */ - long pivots[5]; - /* pivots[0]=setup (to find a basis), pivots[1]=PhaseI or Criss-Cross, - pivots[2]=Phase II, pivots[3]=Anticycling, pivots[4]=GMP postopt. */ - long total_pivots; - int use_given_basis; /* switch to indicate the use of the given basis */ - dd_colindex given_nbindex; /* given basis represented by nonbasic indices */ - time_t starttime; - time_t endtime; -} dd_LPType; - - -/*---- end of LP Types ----- */ - - -typedef struct dd_matrixdata *dd_MatrixPtr; -typedef struct dd_matrixdata { - dd_rowrange rowsize; - dd_rowset linset; - /* a subset of rows of linearity (ie, generators of - linearity space for V-representation, and equations - for H-representation. */ - dd_colrange colsize; - dd_RepresentationType representation; - dd_NumberType numbtype; - dd_Amatrix matrix; - dd_LPObjectiveType objective; - dd_Arow rowvec; -} dd_MatrixType; - -typedef struct dd_setfamily *dd_SetFamilyPtr; -typedef struct dd_setfamily { - dd_bigrange famsize; - dd_bigrange setsize; - dd_SetVector set; -} dd_SetFamilyType; - - -typedef struct dd_nodedata *dd_NodePtr; -typedef struct dd_nodedata {dd_bigrange key; dd_NodePtr next;} dd_NodeType; - -typedef struct dd_graphdata *dd_GraphPtr; -typedef struct dd_graphdata { - dd_bigrange vsize; - dd_NodePtr *adjlist; /* should be initialized to have vsize components */ -} dd_GraphType; - - -typedef struct dd_polyhedradata *dd_PolyhedraPtr; -typedef struct dd_conedata *dd_ConePtr; - -typedef struct dd_polyhedradata { - dd_RepresentationType representation; /* given representation */ - dd_boolean homogeneous; - dd_colrange d; - dd_rowrange m; - dd_Amatrix A; /* Inequality System: m times d matrix */ - dd_NumberType numbtype; - dd_ConePtr child; /* pointing to the homogenized cone data */ - dd_rowrange m_alloc; /* allocated row size of matrix A */ - dd_colrange d_alloc; /* allocated col size of matrix A */ - dd_Arow c; /* cost vector */ - - dd_rowflag EqualityIndex; - /* ith component is 1 if it is equality, -1 if it is strict inequality, 0 otherwise. */ - - dd_boolean IsEmpty; /* This is to tell whether the set is empty or not */ - - dd_boolean NondegAssumed; - dd_boolean InitBasisAtBottom; - dd_boolean RestrictedEnumeration; - dd_boolean RelaxedEnumeration; - - dd_rowrange m1; - /* = m or m+1 (when representation=Inequality && !homogeneous) - This data is written after dd_ConeDataLoad is called. This - determines the size of Ainc. */ - dd_boolean AincGenerated; - /* Indicates whether Ainc, Ared, Adom are all computed. - All the variables below are valid only when this is TRUE */ - dd_colrange ldim; /* linearity dimension */ - dd_bigrange n; - /* the size of output = total number of rays - in the computed cone + linearity dimension */ - dd_Aincidence Ainc; - /* incidence of input and output */ - dd_rowset Ared; - /* redundant set of rows whose removal results in a minimal system */ - dd_rowset Adom; - /* dominant set of rows (those containing all rays). */ - -} dd_PolyhedraType; - - -typedef struct dd_conedata { - dd_RepresentationType representation; - dd_rowrange m; - dd_colrange d; - dd_Amatrix A; - dd_NumberType numbtype; - dd_PolyhedraPtr parent; /* pointing to the original polyhedra data */ - dd_rowrange m_alloc; /* allocated row size of matrix A */ - dd_colrange d_alloc; /* allocated col size of matrix A */ - -/* CONTROL: variables to control computation */ - dd_rowrange Iteration; - dd_RowOrderType HalfspaceOrder; - dd_RayPtr FirstRay, LastRay, ArtificialRay; /* The second description: Generator */ - dd_RayPtr PosHead, ZeroHead, NegHead, PosLast, ZeroLast, NegLast; - dd_AdjacencyType **Edges; /* adjacency relation storage for iteration k */ - unsigned int rseed; /* random seed for random row permutation */ - - dd_boolean ColReduced; /* flag to indicate that a column basis is computed and reduced */ - dd_bigrange LinearityDim; - /* the dimension of the linearity space (when input is H), and - the size of a minimal system of equations to determine the space (when V). */ - dd_colrange d_orig; /* the size d of the original matrix A */ - dd_colindex newcol; /* the size d of the original matrix A */ - - dd_colindex InitialRayIndex; /* InitialRayIndex[s] (s>=1) stores the corr. row index */ - dd_rowindex OrderVector; - dd_boolean RecomputeRowOrder; - dd_boolean PreOrderedRun; - dd_rowset GroundSet, EqualitySet, NonequalitySet, - AddedHalfspaces, WeaklyAddedHalfspaces, InitialHalfspaces; - long RayCount, FeasibleRayCount, WeaklyFeasibleRayCount, - TotalRayCount, ZeroRayCount; - long EdgeCount, TotalEdgeCount; - long count_int,count_int_good,count_int_bad; /* no. of intersection operations */ - - dd_Bmatrix B; - dd_Bmatrix Bsave; /* a copy of the dual basis inverse used to reduce the matrix A */ - -/* STATES: variables to represent current state. */ - dd_ErrorType Error; - dd_CompStatusType CompStatus; /* Computation Status */ - time_t starttime, endtime; -} dd_ConeType; - -/* Global Variables */ -extern dd_boolean dd_debug; -extern dd_boolean dd_log; - -/* end of cddtypes.h */ Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/lib-src-gmp/.DS_Store.1 and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/lib-src-gmp/.DS_Store.1 differ diff -Nru cddlib-094h/lib-src-gmp/Makefile.am cddlib-094j/lib-src-gmp/Makefile.am --- cddlib-094h/lib-src-gmp/Makefile.am 2012-03-23 08:44:20.000000000 +0000 +++ cddlib-094j/lib-src-gmp/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -lib_LTLIBRARIES = libcddgmp.la - -libcddgmp_la_SOURCES = \ -cddcore.c \ -cddlp.c \ -cddmp.c \ -cddio.c \ -cddlib.c \ -cddproj.c \ -cddcore_f.c \ -cddlp_f.c \ -cddmp_f.c \ -cddio_f.c \ -cddlib_f.c \ -cddproj_f.c \ -setoper.c - -include_HEADERS = \ -cdd.h \ -cddmp.h \ -cddtypes.h \ -cdd_f.h \ -cddmp_f.h \ -cddtypes_f.h \ -setoper.h - -AM_CPPFLAGS = -I$(gmpincludedir) -DGMPRATIONAL -AM_LDFLAGS = -version-info 0:0:0 diff -Nru cddlib-094h/lib-src-gmp/Makefile.in cddlib-094j/lib-src-gmp/Makefile.in --- cddlib-094h/lib-src-gmp/Makefile.in 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/lib-src-gmp/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,524 +0,0 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 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@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@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 = lib-src-gmp -DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`; -am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" -libLTLIBRARIES_INSTALL = $(INSTALL) -LTLIBRARIES = $(lib_LTLIBRARIES) -libcddgmp_la_LIBADD = -am_libcddgmp_la_OBJECTS = cddcore.lo cddlp.lo cddmp.lo cddio.lo \ - cddlib.lo cddproj.lo cddcore_f.lo cddlp_f.lo cddmp_f.lo \ - cddio_f.lo cddlib_f.lo cddproj_f.lo setoper.lo -libcddgmp_la_OBJECTS = $(am_libcddgmp_la_OBJECTS) -DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -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 = $(libcddgmp_la_SOURCES) -DIST_SOURCES = $(libcddgmp_la_SOURCES) -includeHEADERS_INSTALL = $(INSTALL_HEADER) -HEADERS = $(include_HEADERS) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -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@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -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_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@ -lib_LTLIBRARIES = libcddgmp.la -libcddgmp_la_SOURCES = \ -cddcore.c \ -cddlp.c \ -cddmp.c \ -cddio.c \ -cddlib.c \ -cddproj.c \ -cddcore_f.c \ -cddlp_f.c \ -cddmp_f.c \ -cddio_f.c \ -cddlib_f.c \ -cddproj_f.c \ -setoper.c - -include_HEADERS = \ -cdd.h \ -cddmp.h \ -cddtypes.h \ -cdd_f.h \ -cddmp_f.h \ -cddtypes_f.h \ -setoper.h - -AM_CPPFLAGS = -I$(gmpincludedir) -DGMPRATIONAL -AM_LDFLAGS = -version-info 0:0:0 -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(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) --gnu lib-src-gmp/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu lib-src-gmp/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: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ - f=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ - else :; fi; \ - done - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - p=$(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ - 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 -libcddgmp.la: $(libcddgmp_la_OBJECTS) $(libcddgmp_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libcddgmp_la_OBJECTS) $(libcddgmp_la_LIBADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddcore.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddcore_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddio_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlib.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlib_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddlp_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddmp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddmp_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddproj.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddproj_f.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setoper.Plo@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(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@ mv -f $(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@ mv -f $(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-includeHEADERS: $(include_HEADERS) - @$(NORMAL_INSTALL) - test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" - @list='$(include_HEADERS)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ - echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ - $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ - done - -uninstall-includeHEADERS: - @$(NORMAL_UNINSTALL) - @list='$(include_HEADERS)'; for p in $$list; do \ - f=$(am__strip_dir) \ - echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ - rm -f "$(DESTDIR)$(includedir)/$$f"; \ - 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: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - 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)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$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) $(HEADERS) -installdirs: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; 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) - -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-libLTLIBRARIES 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 - -info: info-am - -info-am: - -install-data-am: install-includeHEADERS - -install-dvi: install-dvi-am - -install-exec-am: install-libLTLIBRARIES - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: 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-includeHEADERS uninstall-libLTLIBRARIES - -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES 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-includeHEADERS install-info \ - install-info-am install-libLTLIBRARIES 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-includeHEADERS \ - uninstall-libLTLIBRARIES - -# 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: diff -Nru cddlib-094h/lib-src-gmp/setoper.c cddlib-094j/lib-src-gmp/setoper.c --- cddlib-094h/lib-src-gmp/setoper.c 2012-03-23 08:29:29.000000000 +0000 +++ cddlib-094j/lib-src-gmp/setoper.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,316 +0,0 @@ -/* setoper.c: - * A set operation library - * created by Komei Fukuda, Nov.14, 1993 - * modified on December 5, 1994 - (set_card function replaced with a better code by David Bremner) - * last modified on June 1, 2000 - (set_fwrite_compl(), set_groundsize added. set_compl fixed.) - */ - -#include "setoper.h" - -#include -#define SETBITS (sizeof(long) * CHAR_BIT) -/* (Number of chars in a long) * (number of bits in a char) */ - -/* Definitions for optimized set_card function - by David Bremner bremner@cs.mcgill.ca -*/ - -/* Caution!!! - Bremner's technique depends on the assumption that CHAR_BIT == 8. -*/ - -#define LUTBLOCKS(set) (((set[0]-1)/SETBITS+1)*(sizeof(long)/sizeof(set_card_lut_t))) - -static unsigned char set_card_lut[]={ -0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5, -1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, -1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, -2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, -1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6, -2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, -2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7, -3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8}; -/* End of Definitions for optimized set_card */ - -unsigned long set_blocks(long len) -{ - long blocks=1L; - - if (len>0) blocks=((long)len-1)/SETBITS+2; - return blocks; -} - -void set_initialize(set_type *setp, long length) -/* Make a set with a given bit lengths */ -{ - long i,forlim1,len; - - if (length<=0) len=1;else len=length; - /* if negative length is requested, it generates the shortest length */ - - forlim1=set_blocks(len); - *setp=(unsigned long *) calloc(forlim1, sizeof i); - (*setp)[0]=(unsigned long) len; /* size of the ground set */ - for (i=1; i=1;i--) - { - e1=e2=set[i]; - for (j=SETBITS-1;j>=0;j--) - { - e1=(e1>>j); - printf("%1ld",e1); - e1=e2-(e1<=1;i--) - { - e1=e2=set[i]; - for (j=SETBITS-1;j>=0;j--) - { - e1=(e1>>j); - fprintf(f,"%1ld",e1); - e1=e2-(e1< -#include - -typedef unsigned long *set_type; /* set type definition */ - -typedef unsigned char set_card_lut_t; - -#if defined(__cplusplus) -extern "C" { -#endif - -unsigned long set_blocks(long len); -void set_initialize(set_type *setp,long len); -void set_free(set_type set); -void set_emptyset(set_type set); -void set_copy(set_type setcopy,set_type set); -void set_addelem(set_type set, long elem); -void set_delelem(set_type set, long elem); -void set_int(set_type set,set_type set1,set_type set2); -void set_uni(set_type set,set_type set1,set_type set2); -void set_diff(set_type set,set_type set1,set_type set2); -void set_compl(set_type set,set_type set1); -int set_subset(set_type set1,set_type set2); -int set_member(long elem, set_type set); -long set_card(set_type set); -long set_groundsize(set_type set); /* output the size of the ground set */ -void set_write(set_type set); -void set_fwrite(FILE *f,set_type set); -void set_fwrite_compl(FILE *f,set_type set); /* write the complement */ -void set_binwrite(set_type set); -void set_fbinwrite(FILE *f,set_type set); - -#if defined(__cplusplus) -} -#endif - -/* End of File: setoper.h */ - diff -Nru cddlib-094h/ltmain.sh cddlib-094j/ltmain.sh --- cddlib-094h/ltmain.sh 2012-03-23 08:44:56.000000000 +0000 +++ cddlib-094j/ltmain.sh 2018-05-21 15:58:42.000000000 +0000 @@ -1,9 +1,12 @@ -# Generated from ltmain.m4sh. +#! /bin/sh +## DO NOT EDIT - This file generated from ./build-aux/ltmain.in +## by inline-source v2016-02-21.11 -# ltmain.sh (GNU libtool) 2.2.6b +# libtool (GNU libtool) 2.4.6.40-6ca5-dirty +# Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 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. @@ -23,598 +26,2311 @@ # 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. +# along with this program. If not, see . + + +PROGRAM=libtool +PACKAGE=libtool +VERSION=2.4.6.40-6ca5-dirty +package_revision=2.4.6.40 + + +## ------ ## +## Usage. ## +## ------ ## + +# Run './libtool --help' for help with using this script from the +# command line. + + +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## + +# After configure completes, it has a better idea of some of the +# shell tools we need than the defaults used by the functions shared +# with bootstrap, so set those here where they can still be over- +# ridden by the user, but otherwise take precedence. + +: ${AUTOCONF="autoconf"} +: ${AUTOMAKE="automake"} + + +## -------------------------- ## +## Source external libraries. ## +## -------------------------- ## + +# Much of our low-level functionality needs to be sourced from external +# libraries, which are installed to $pkgauxdir. + +# Set a version string for this script. +scriptversion=2017-04-19.12; # UTC + +# General shell script boiler plate, and helper functions. +# Written by Gary V. Vaughan, 2004 -# Usage: $progname [OPTION]... [MODE-ARG]... +# This is free software. There is NO warranty; not even for +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# Provide generalized library-building support services. +# Copyright (C) 2004-2017 Bootstrap Authors +# +# This file is dual licensed under the terms of the MIT license +# , and GPL version 3 or later +# . You must apply one of +# these licenses when using or redistributing this software or any of +# the files within it. See the URLs above, or the file `LICENSE` +# included in the Bootstrap distribution for the full license texts. + +# Please report bugs or propose patches to: +# + + +## ------ ## +## Usage. ## +## ------ ## + +# Evaluate this file near the top of your script to gain access to +# the functions and variables defined here: # -# --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 +# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # -# Report bugs to . +# If you need to override any of the default environment variable +# settings, do that before evaluating this file. -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 +## -------------------- ## +## Shell normalisation. ## +## -------------------- ## + +# Some shells need a little help to be as Bourne compatible as possible. +# Before doing anything else, make sure all that help has been provided! + +DUALCASE=1; export DUALCASE # for MKS sh +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 + # 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 + 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 +# NLS nuisances: We save the old values in case they are required later. +_G_user_locale= +_G_safe_locale= +for _G_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\" + eval "if test set = \"\${$_G_var+set}\"; then + save_$_G_var=\$$_G_var + $_G_var=C + export $_G_var + _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" + _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done -$lt_unset CDPATH +# Make sure IFS has a sensible default +sp=' ' +nl=' +' +IFS="$sp $nl" + +# There are apparently some retarded systems that use ';' as a PATH separator! +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 + + +# func_unset VAR +# -------------- +# Portably unset VAR. +# In some shells, an 'unset VAR' statement leaves a non-zero return +# status if VAR is already unset, which might be problematic if the +# statement is used at the end of a function (thus poisoning its return +# value) or when 'set -e' is active (causing even a spurious abort of +# the script in this case). +func_unset () +{ + { eval $1=; (eval unset $1) >/dev/null 2>&1 && eval unset $1 || : ; } +} + + +# Make sure CDPATH doesn't cause `cd` commands to output the target dir. +func_unset CDPATH + +# Make sure ${,E,F}GREP behave sanely. +func_unset GREP_OPTIONS + + +## ------------------------- ## +## Locate command utilities. ## +## ------------------------- ## + + +# func_executable_p FILE +# ---------------------- +# Check that FILE is an executable regular file. +func_executable_p () +{ + test -f "$1" && test -x "$1" +} + + +# func_path_progs PROGS_LIST CHECK_FUNC [PATH] +# -------------------------------------------- +# Search for either a program that responds to --version with output +# containing "GNU", or else returned by CHECK_FUNC otherwise, by +# trying all the directories in PATH with each of the elements of +# PROGS_LIST. +# +# CHECK_FUNC should accept the path to a candidate program, and +# set $func_check_prog_result if it truncates its output less than +# $_G_path_prog_max characters. +func_path_progs () +{ + _G_progs_list=$1 + _G_check_func=$2 + _G_PATH=${3-"$PATH"} + + _G_path_prog_max=0 + _G_path_prog_found=false + _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} + for _G_dir in $_G_PATH; do + IFS=$_G_save_IFS + test -z "$_G_dir" && _G_dir=. + for _G_prog_name in $_G_progs_list; do + for _exeext in '' .EXE; do + _G_path_prog=$_G_dir/$_G_prog_name$_exeext + func_executable_p "$_G_path_prog" || continue + case `"$_G_path_prog" --version 2>&1` in + *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; + *) $_G_check_func $_G_path_prog + func_path_progs_result=$func_check_prog_result + ;; + esac + $_G_path_prog_found && break 3 + done + done + done + IFS=$_G_save_IFS + test -z "$func_path_progs_result" && { + echo "no acceptable sed could be found in \$PATH" >&2 + exit 1 + } +} + + +# We want to be able to use the functions in this file before configure +# has figured out where the best binaries are kept, which means we have +# to search for them ourselves - except when the results are already set +# where we skip the searches. + +# Unless the user overrides by setting SED, search the path for either GNU +# sed, or the sed that truncates its output the least. +test -z "$SED" && { + _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for _G_i in 1 2 3 4 5 6 7; do + _G_sed_script=$_G_sed_script$nl$_G_sed_script + done + echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed + _G_sed_script= + + func_check_prog_sed () + { + _G_path_prog=$1 + + _G_count=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo '' >> conftest.nl + "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + + func_path_progs "sed gsed" func_check_prog_sed "$PATH:/usr/xpg4/bin" + rm -f conftest.sed + SED=$func_path_progs_result +} + + +# Unless the user overrides by setting GREP, search the path for either GNU +# grep, or the grep that truncates its output the least. +test -z "$GREP" && { + func_check_prog_grep () + { + _G_path_prog=$1 + + _G_count=0 + _G_path_prog_max=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo 'GREP' >> conftest.nl + "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + func_path_progs "grep ggrep" func_check_prog_grep "$PATH:/usr/xpg4/bin" + GREP=$func_path_progs_result +} +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## +# All uppercase variable names are used for environment variables. These +# variables can be overridden by the user before calling a script that +# uses them if a suitable command of that name is not already available +# in the command search PATH. : ${CP="cp -f"} -: ${ECHO="echo"} -: ${EGREP="/bin/grep -E"} -: ${FGREP="/bin/grep -F"} -: ${GREP="/bin/grep"} +: ${ECHO="printf %s\n"} +: ${EGREP="$GREP -E"} +: ${FGREP="$GREP -F"} : ${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: + +## -------------------- ## +## Useful sed snippets. ## +## -------------------- ## + +sed_dirname='s|/[^/]*$||' +sed_basename='s|^.*/||' + +# 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. +sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' + +# Sed substitution that converts a w32 file name or path +# that contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-'\' parameter expansions in output of sed_double_quote_subst that +# were '\'-ed in input to the same. If an odd number of '\' preceded a +# '$' in input to sed_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 '$'. +_G_bs='\\' +_G_bs2='\\\\' +_G_bs4='\\\\\\\\' +_G_dollar='\$' +sed_double_backslash="\ + s/$_G_bs4/&\\ +/g + s/^$_G_bs2$_G_dollar/$_G_bs&/ + s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g + s/\n//g" + + +## ----------------- ## +## Global variables. ## +## ----------------- ## + +# Except for the global variables explicitly listed below, the following +# functions in the '^func_' namespace, and the '^require_' namespace +# variables initialised in the 'Resource management' section, sourcing +# this file will not pollute your global namespace with anything +# else. There's no portable way to scope variables in Bourne shell +# though, so actually running these functions will sometimes place +# results into a variable named after the function, and often use +# temporary variables in the '^_G_' namespace. If you are careful to +# avoid using those namespaces casually in your sourcing script, things +# should continue to work as you expect. And, of course, you can freely +# overwrite any of the functions or variables defined here before +# calling anything to customize them. + 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"` -} +# Allow overriding, eg assuming that you follow the convention of +# putting '$debug_cmd' at the start of all your functions, you can get +# bash to show function call trace with: +# +# debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name +debug_cmd=${debug_cmd-":"} +exit_cmd=: -# Generated shell functions inserted here. +# By convention, finish your script with: +# +# exit $exit_status +# +# so that you can set exit_status to non-zero if you want to indicate +# something went wrong during execution without actually bailing out at +# the point of failure. +exit_status=$EXIT_SUCCESS # 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" +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 +# The name of this program. +progname=`$ECHO "$progpath" |$SED "$sed_basename"` -# Make sure we have an absolute path for reexecution: +# Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) - progdir=$func_dirname_result + progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` - progpath="$progdir/$progname" + progpath=$progdir/$progname ;; *) - save_IFS="$IFS" - IFS=: + _G_IFS=$IFS + IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do - IFS="$save_IFS" + IFS=$_G_IFS test -x "$progdir/$progname" && break done - IFS="$save_IFS" + IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` - progpath="$progdir/$progname" + 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. ## +## ----------------- ## + +# The following options affect the operation of the functions defined +# below, and should be set appropriately depending on run-time para- +# meters passed on the command line. -# 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. +# Categories 'all' and 'none' are always available. Append any others +# you will pass as the first argument to func_warning from your own +# code. +warning_categories= + +# By default, display warnings according to 'opt_warning_types'. Set +# 'warning_func' to ':' to elide all warnings, or func_fatal_error to +# treat the next displayed warning as a fatal error. +warning_func=func_warn_and_continue + +# Set to 'all' to display all warnings, 'none' to suppress all +# warnings, or a space delimited list of some subset of +# 'warning_categories' to display only the listed warnings. +opt_warning_types=all + + +## -------------------- ## +## Resource management. ## +## -------------------- ## + +# This section contains definitions for functions that each ensure a +# particular resource (a file, or a non-empty configuration variable for +# example) is available, and if appropriate to extract default values +# from pertinent package files. Call them using their associated +# 'require_*' variable to ensure that they are executed, at most, once. +# +# It's entirely deliberate that calling these functions can set +# variables that don't obey the namespace limitations obeyed by the rest +# of this file, in order that that they be as useful as possible to +# callers. + + +# require_term_colors +# ------------------- +# Allow display of bold text on terminals that support it. +require_term_colors=func_require_term_colors +func_require_term_colors () +{ + $debug_cmd + + test -t 1 && { + # COLORTERM and USE_ANSI_COLORS environment variables take + # precedence, because most terminfo databases neglect to describe + # whether color sequences are supported. + test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} + + if test 1 = "$USE_ANSI_COLORS"; then + # Standard ANSI escape sequences + tc_reset='' + tc_bold=''; tc_standout='' + tc_red=''; tc_green='' + tc_blue=''; tc_cyan='' + else + # Otherwise trust the terminfo database after all. + test -n "`tput sgr0 2>/dev/null`" && { + tc_reset=`tput sgr0` + test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` + tc_standout=$tc_bold + test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` + test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` + test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` + test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` + test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` + } + fi + } + + require_term_colors=: +} + + +## ----------------- ## +## Function library. ## +## ----------------- ## + +# This section contains a variety of useful functions to call in your +# scripts. Take note of the portable wrappers for features provided by +# some modern shells, which will fall back to slower equivalents on +# less featureful shells. + + +# func_append VAR VALUE +# --------------------- +# Append VALUE onto the existing contents of VAR. + + # We should try to minimise forks, especially on Windows where they are + # unreasonably slow, so skip the feature probes when bash or zsh are + # being used: + if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then + : ${_G_HAVE_ARITH_OP="yes"} + : ${_G_HAVE_XSI_OPS="yes"} + # The += operator was introduced in bash 3.1 + case $BASH_VERSION in + [12].* | 3.0 | 3.0*) ;; + *) + : ${_G_HAVE_PLUSEQ_OP="yes"} + ;; + esac + fi + + # _G_HAVE_PLUSEQ_OP + # Can be empty, in which case the shell is probed, "yes" if += is + # useable or anything else if it does not work. + test -z "$_G_HAVE_PLUSEQ_OP" \ + && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ + && _G_HAVE_PLUSEQ_OP=yes + +if test yes = "$_G_HAVE_PLUSEQ_OP" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_append () + { + $debug_cmd + + eval "$1+=\$2" + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_append () + { + $debug_cmd + + eval "$1=\$$1\$2" + } +fi + + +# func_append_quoted VAR VALUE +# ---------------------------- +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +if test yes = "$_G_HAVE_PLUSEQ_OP"; then + eval 'func_append_quoted () + { + $debug_cmd + + func_quote_arg pretty "$2" + eval "$1+=\\ \$func_quote_arg_result" + }' +else + func_append_quoted () + { + $debug_cmd + + func_quote_arg pretty "$2" + eval "$1=\$$1\\ \$func_quote_arg_result" + } +fi + + +# func_append_uniq VAR VALUE +# -------------------------- +# Append unique VALUE onto the existing contents of VAR, assuming +# entries are delimited by the first character of VALUE. For example: +# +# func_append_uniq options " --another-option option-argument" +# +# will only append to $options if " --another-option option-argument " +# is not already present somewhere in $options already (note spaces at +# each end implied by leading space in second argument). +func_append_uniq () +{ + $debug_cmd + + eval _G_current_value='`$ECHO $'$1'`' + _G_delim=`expr "$2" : '\(.\)'` + + case $_G_delim$_G_current_value$_G_delim in + *"$2$_G_delim"*) ;; + *) func_append "$@" ;; + esac +} + + +# func_arith TERM... +# ------------------ +# Set func_arith_result to the result of evaluating TERMs. + test -z "$_G_HAVE_ARITH_OP" \ + && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ + && _G_HAVE_ARITH_OP=yes + +if test yes = "$_G_HAVE_ARITH_OP"; then + eval 'func_arith () + { + $debug_cmd + + func_arith_result=$(( $* )) + }' +else + func_arith () + { + $debug_cmd + + func_arith_result=`expr "$@"` + } +fi + + +# func_basename FILE +# ------------------ +# Set func_basename_result to FILE with everything up to and including +# the last / stripped. +if test yes = "$_G_HAVE_XSI_OPS"; then + # If this shell supports suffix pattern removal, then use it to avoid + # forking. Hide the definitions single quotes in case the shell chokes + # on unsupported syntax... + _b='func_basename_result=${1##*/}' + _d='case $1 in + */*) func_dirname_result=${1%/*}$2 ;; + * ) func_dirname_result=$3 ;; + esac' + +else + # ...otherwise fall back to using sed. + _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' + _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` + if test "X$func_dirname_result" = "X$1"; then + func_dirname_result=$3 + else + func_append func_dirname_result "$2" + fi' +fi + +eval 'func_basename () +{ + $debug_cmd + + '"$_b"' +}' + + +# func_dirname FILE APPEND NONDIR_REPLACEMENT +# ------------------------------------------- +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +eval 'func_dirname () +{ + $debug_cmd + + '"$_d"' +}' + + +# 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" +# For efficiency, we do not delegate to the functions above but instead +# duplicate the functionality here. +eval 'func_dirname_and_basename () +{ + $debug_cmd + + '"$_b"' + '"$_d"' +}' + + +# func_echo ARG... +# ---------------- +# Echo program name prefixed message. func_echo () { - $ECHO "$progname${mode+: }$mode: $*" + $debug_cmd + + _G_message=$* + + func_echo_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_IFS + $ECHO "$progname: $_G_line" + done + IFS=$func_echo_IFS } -# func_verbose arg... -# Echo program name prefixed message in verbose mode only. -func_verbose () + +# func_echo_all ARG... +# -------------------- +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + + +# func_echo_infix_1 INFIX ARG... +# ------------------------------ +# Echo program name, followed by INFIX on the first line, with any +# additional lines not showing INFIX. +func_echo_infix_1 () { - $opt_verbose && func_echo ${1+"$@"} + $debug_cmd - # 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: - : + $require_term_colors + + _G_infix=$1; shift + _G_indent=$_G_infix + _G_prefix="$progname: $_G_infix: " + _G_message=$* + + # Strip color escape sequences before counting printable length + for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" + do + test -n "$_G_tc" && { + _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` + _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` + } + done + _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes + + func_echo_infix_1_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_infix_1_IFS + $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 + _G_prefix=$_G_indent + done + IFS=$func_echo_infix_1_IFS } -# func_error arg... + +# func_error ARG... +# ----------------- # Echo program name prefixed message to standard error. func_error () { - $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2 -} + $debug_cmd -# func_warning arg... -# Echo program name prefixed warning message to standard error. -func_warning () -{ - $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2 + $require_term_colors - # bash bug again: - : + func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } -# func_fatal_error arg... + +# func_fatal_error ARG... +# ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { - func_error ${1+"$@"} - exit $EXIT_FAILURE -} + $debug_cmd -# 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" + func_error "$*" + exit $EXIT_FAILURE } -help="Try \`$progname --help' for more information." ## default -# func_grep expression filename +# func_grep EXPRESSION FILENAME +# ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { + $debug_cmd + $GREP "$1" "$2" >/dev/null 2>&1 } -# func_mkdir_p directory-path +# func_len STRING +# --------------- +# Set func_len_result to the length of STRING. STRING may not +# start with a hyphen. + test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_len () + { + $debug_cmd + + func_len_result=${#1} + }' +else + func_len () + { + $debug_cmd + + func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` + } +fi + + +# 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= + $debug_cmd + + _G_directory_path=$1 + _G_dir_list= - if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then - # Protect directory names starting with `-' - case $my_directory_path in - -*) my_directory_path="./$my_directory_path" ;; + # Protect directory names starting with '-' + case $_G_directory_path in + -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... - while test ! -d "$my_directory_path"; do + while test ! -d "$_G_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" + _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done - case $my_directory_path in */*) ;; *) break ;; esac + case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop - my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"` + _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done - my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'` + _G_dir_list=`$ECHO "$_G_dir_list" | $SED '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 + func_mkdir_p_IFS=$IFS; IFS=: + for _G_dir in $_G_dir_list; do + IFS=$func_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 || : + $MKDIR "$_G_dir" 2>/dev/null || : done - IFS="$save_mkdir_p_IFS" + IFS=$func_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'" + test -d "$_G_directory_path" || \ + func_fatal_error "Failed to create '$1'" fi } -# func_mktempdir [string] +# func_mktempdir [BASENAME] +# ------------------------- # 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. +# given, BASENAME is the basename for that directory. func_mktempdir () { - my_template="${TMPDIR-/tmp}/${1-$progname}" + $debug_cmd - if test "$opt_dry_run" = ":"; then + _G_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}-$$" + _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost - my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` - if test ! -d "$my_tmpdir"; then + if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race - my_tmpdir="${my_template}-${RANDOM-0}$$" + _G_tmpdir=$_G_template-${RANDOM-0}$$ - save_mktempdir_umask=`umask` + func_mktempdir_umask=`umask` umask 0077 - $MKDIR "$my_tmpdir" - umask $save_mktempdir_umask + $MKDIR "$_G_tmpdir" + umask $func_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'" + test -d "$_G_tmpdir" || \ + func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi - $ECHO "X$my_tmpdir" | $Xsed + $ECHO "$_G_tmpdir" } -# 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_normal_abspath PATH +# ------------------------ +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +func_normal_abspath () +{ + $debug_cmd + + # These SED scripts presuppose an absolute path with a trailing slash. + _G_pathcar='s|^/\([^/]*\).*$|\1|' + _G_pathcdr='s|^/[^/]*||' + _G_removedotparts=':dotsl + s|/\./|/|g + t dotsl + s|/\.$|/|' + _G_collapseslashes='s|/\{1,\}|/|g' + _G_finalslash='s|/*$|/|' + + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. ;; *) - func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; esac -} + + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` + while :; do + # Processed it all yet? + if test / = "$func_normal_abspath_tpath"; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result"; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} -# 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 () +# func_notquiet ARG... +# -------------------- +# Echo program name prefixed message only when not in quiet mode. +func_notquiet () { - case $1 in - *[\\\`\"]*) - my_arg=`$ECHO "X$1" | $Xsed \ - -e "$double_quote_subst" -e "$sed_double_backslash"` ;; - *) - my_arg="$1" ;; - esac + $debug_cmd + + $opt_quiet || 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_relative_path SRCDIR DSTDIR +# -------------------------------- +# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. +func_relative_path () +{ + $debug_cmd + + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=$func_dirname_result + if test -z "$func_relative_path_tlibdir"; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test -n "$func_stripname_result"; then + func_append func_relative_path_result "/$func_stripname_result" + fi + + # Normalisation. If bindir is libdir, return '.' else relative path. + if test -n "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + fi - 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 + test -n "$func_relative_path_result" || func_relative_path_result=. + + : +} + + +# func_quote_portable EVAL ARG +# ---------------------------- +# Internal function to portably implement func_quote_arg. Note that we still +# keep attention to performance here so we as much as possible try to avoid +# calling sed binary (so far O(N) complexity as long as func_append is O(1)). +func_quote_portable () +{ + $debug_cmd + + func_quote_portable_result=$2 + + # one-time-loop (easy break) + while true + do + if $1; then + func_quote_portable_result=`$ECHO "$2" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` + break + fi + + # Quote for eval. + case $func_quote_portable_result in + *[\\\`\"\$]*) + case $func_quote_portable_result in + *[\[\*\?]*) + func_quote_portable_result=`$ECHO "$func_quote_portable_result" \ + | $SED "$sed_quote_subst"` + break + ;; + esac + + func_quote_portable_old_IFS=$IFS + for _G_char in '\' '`' '"' '$' + do + # STATE($1) PREV($2) SEPARATOR($3) + set start "" "" + func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy + IFS=$_G_char + for _G_part in $func_quote_portable_result + do + case $1 in + quote) + func_append func_quote_portable_result "$3$2" + set quote "$_G_part" "\\$_G_char" + ;; + start) + set first "" "" + func_quote_portable_result= + ;; + first) + set quote "$_G_part" "" + ;; + esac + done + done + IFS=$func_quote_portable_old_IFS + ;; + *) ;; + esac + break + done + + func_quote_portable_unquoted_result=$func_quote_portable_result + case $func_quote_portable_result in + # double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # many bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - my_arg="\"$my_arg\"" + func_quote_portable_result=\"$func_quote_portable_result\" ;; esac +} + - func_quote_for_expand_result="$my_arg" +# func_quotefast_eval ARG +# ----------------------- +# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', +# but optimized for speed. Result is stored in $func_quotefast_eval. +if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then + printf -v _GL_test_printf_tilde %q '~' + if test '\~' = "$_GL_test_printf_tilde"; then + func_quotefast_eval () + { + printf -v func_quotefast_eval_result %q "$1" + } + else + # Broken older Bash implementations. Make those faster too if possible. + func_quotefast_eval () + { + case $1 in + '~'*) + func_quote_portable false "$1" + func_quotefast_eval_result=$func_quote_portable_result + ;; + *) + printf -v func_quotefast_eval_result %q "$1" + ;; + esac + } + fi +else + func_quotefast_eval () + { + func_quote_portable false "$1" + func_quotefast_eval_result=$func_quote_portable_result + } +fi + + +# func_quote_arg MODEs ARG +# ------------------------ +# Quote one ARG to be evaled later. MODEs argument may contain zero or more +# specifiers listed below separated by ',' character. This function returns two +# values: +# i) func_quote_arg_result +# double-quoted (when needed), suitable for a subsequent eval +# ii) func_quote_arg_unquoted_result +# has all characters that are still active within double +# quotes backslashified. Available only if 'unquoted' is specified. +# +# Available modes: +# ---------------- +# 'eval' (default) +# - escape shell special characters +# 'expand' +# - the same as 'eval'; but do not quote variable references +# 'pretty' +# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might +# be used later in func_quote to get output like: 'echo "a b"' instead +# of 'echo a\ b'. This is slower than default on some shells. +# 'unquoted' +# - produce also $func_quote_arg_unquoted_result which does not contain +# wrapping double-quotes. +# +# Examples for 'func_quote_arg pretty,unquoted string': +# +# string | *_result | *_unquoted_result +# ------------+-----------------------+------------------- +# " | \" | \" +# a b | "a b" | a b +# "a b" | "\"a b\"" | \"a b\" +# * | "*" | * +# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" +# +# Examples for 'func_quote_arg pretty,unquoted,expand string': +# +# string | *_result | *_unquoted_result +# --------------+---------------------+-------------------- +# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" +func_quote_arg () +{ + _G_quote_expand=false + case ,$1, in + *,expand,*) + _G_quote_expand=: + ;; + esac + + case ,$1, in + *,pretty,*|*,expand,*|*,unquoted,*) + func_quote_portable $_G_quote_expand "$2" + func_quote_arg_result=$func_quote_portable_result + func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result + ;; + *) + # Faster quote-for-eval for some shells. + func_quotefast_eval "$2" + func_quote_arg_result=$func_quotefast_eval_result + ;; + esac +} + + +# func_quote MODEs ARGs... +# ------------------------ +# Quote all ARGs to be evaled later and join them into single command. See +# func_quote_arg's description for more info. +func_quote () +{ + $debug_cmd + _G_func_quote_mode=$1 ; shift + func_quote_result= + while test 0 -lt $#; do + func_quote_arg "$_G_func_quote_mode" "$1" + if test -n "$func_quote_result"; then + func_append func_quote_result " $func_quote_arg_result" + else + func_append func_quote_result "$func_quote_arg_result" + fi + shift + done } -# func_show_eval cmd [fail_exp] -# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# func_stripname PREFIX SUFFIX NAME +# --------------------------------- +# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. +# 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). +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_stripname () + { + $debug_cmd + + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary variable first. + func_stripname_result=$3 + func_stripname_result=${func_stripname_result#"$1"} + func_stripname_result=${func_stripname_result%"$2"} + }' +else + func_stripname () + { + $debug_cmd + + case $2 in + .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; + *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; + esac + } +fi + + +# func_show_eval CMD [FAIL_EXP] +# ----------------------------- +# Unless opt_quiet 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-:}" + $debug_cmd - ${opt_silent-false} || { - func_quote_for_expand "$my_cmd" - eval "func_echo $func_quote_for_expand_result" - } + _G_cmd=$1 + _G_fail_exp=${2-':'} + + func_quote_arg pretty,expand "$_G_cmd" + eval "func_notquiet $func_quote_arg_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" + $opt_dry_run || { + eval "$_G_cmd" + _G_status=$? + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" fi - fi + } } -# func_show_eval_locale cmd [fail_exp] -# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is +# func_show_eval_locale CMD [FAIL_EXP] +# ------------------------------------ +# Unless opt_quiet 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-:}" + $debug_cmd + + _G_cmd=$1 + _G_fail_exp=${2-':'} - ${opt_silent-false} || { - func_quote_for_expand "$my_cmd" - eval "func_echo $func_quote_for_expand_result" + $opt_quiet || { + func_quote_arg expand,pretty "$_G_cmd" + eval "func_echo $func_quote_arg_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" + $opt_dry_run || { + eval "$_G_user_locale + $_G_cmd" + _G_status=$? + eval "$_G_safe_locale" + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" fi + } +} + + +# func_tr_sh +# ---------- +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + $debug_cmd + + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_verbose ARG... +# ------------------- +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $debug_cmd + + $opt_verbose && func_echo "$*" + + : +} + + +# func_warn_and_continue ARG... +# ----------------------------- +# Echo program name prefixed warning message to standard error. +func_warn_and_continue () +{ + $debug_cmd + + $require_term_colors + + func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 +} + + +# func_warning CATEGORY ARG... +# ---------------------------- +# Echo program name prefixed warning message to standard error. Warning +# messages can be filtered according to CATEGORY, where this function +# elides messages where CATEGORY is not listed in the global variable +# 'opt_warning_types'. +func_warning () +{ + $debug_cmd + + # CATEGORY must be in the warning_categories list! + case " $warning_categories " in + *" $1 "*) ;; + *) func_internal_error "invalid warning category '$1'" ;; + esac + + _G_category=$1 + shift + + case " $opt_warning_types " in + *" $_G_category "*) $warning_func ${1+"$@"} ;; + esac +} + + +# func_sort_ver VER1 VER2 +# ----------------------- +# 'sort -V' is not generally available. +# Note this deviates from the version comparison in automake +# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a +# but this should suffice as we won't be specifying old +# version formats or redundant trailing .0 in bootstrap.conf. +# If we did want full compatibility then we should probably +# use m4_version_compare from autoconf. +func_sort_ver () +{ + $debug_cmd + + printf '%s\n%s\n' "$1" "$2" \ + | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n +} + +# func_lt_ver PREV CURR +# --------------------- +# Return true if PREV and CURR are in the correct order according to +# func_sort_ver, otherwise false. Use it like this: +# +# func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." +func_lt_ver () +{ + $debug_cmd + + test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` +} + + +# Local variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-time-zone: "UTC" +# End: +#! /bin/sh + +# A portable, pluggable option parser for Bourne shell. +# Written by Gary V. Vaughan, 2010 + +# This is free software. There is NO warranty; not even for +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# Copyright (C) 2010-2017 Bootstrap Authors +# +# This file is dual licensed under the terms of the MIT license +# , and GPL version 3 or later +# . You must apply one of +# these licenses when using or redistributing this software or any of +# the files within it. See the URLs above, or the file `LICENSE` +# included in the Bootstrap distribution for the full license texts. + +# Please report bugs or propose patches to: +# + +# Set a version string for this script. +scriptversion=2016-03-06.01; # UTC + + +## ------ ## +## Usage. ## +## ------ ## + +# This file is a library for parsing options in your shell scripts along +# with assorted other useful supporting features that you can make use +# of too. +# +# For the simplest scripts you might need only: +# +# #!/bin/sh +# . relative/path/to/funclib.sh +# . relative/path/to/options-parser +# scriptversion=1.0 +# func_options ${1+"$@"} +# eval set dummy "$func_options_result"; shift +# ...rest of your script... +# +# In order for the '--version' option to work, you will need to have a +# suitably formatted comment like the one at the top of this file +# starting with '# Written by ' and ending with '# Copyright'. +# +# For '-h' and '--help' to work, you will also need a one line +# description of your script's purpose in a comment directly above the +# '# Written by ' line, like the one at the top of this file. +# +# The default options also support '--debug', which will turn on shell +# execution tracing (see the comment above debug_cmd below for another +# use), and '--verbose' and the func_verbose function to allow your script +# to display verbose messages only when your user has specified +# '--verbose'. +# +# After sourcing this file, you can plug in processing for additional +# options by amending the variables from the 'Configuration' section +# below, and following the instructions in the 'Option parsing' +# section further down. + +## -------------- ## +## Configuration. ## +## -------------- ## + +# You should override these variables in your script after sourcing this +# file so that they reflect the customisations you have added to the +# option parser. + +# The usage line for option parsing errors and the start of '-h' and +# '--help' output messages. You can embed shell variables for delayed +# expansion at the time the message is displayed, but you will need to +# quote other shell meta-characters carefully to prevent them being +# expanded when the contents are evaled. +usage='$progpath [OPTION]...' + +# Short help message in response to '-h' and '--help'. Add to this or +# override it after sourcing this library to reflect the full set of +# options your script accepts. +usage_message="\ + --debug enable verbose shell tracing + -W, --warnings=CATEGORY + report the warnings falling in CATEGORY [all] + -v, --verbose verbosely report processing + --version print version information and exit + -h, --help print short or long help message and exit +" + +# Additional text appended to 'usage_message' in response to '--help'. +long_help_message=" +Warning categories include: + 'all' show all warnings + 'none' turn off all the warnings + 'error' warnings are treated as fatal errors" + +# Help message printed before fatal option parsing errors. +fatal_help="Try '\$progname --help' for more information." + + + +## ------------------------- ## +## Hook function management. ## +## ------------------------- ## + +# This section contains functions for adding, removing, and running hooks +# in the main code. A hook is just a list of function names that can be +# run in order later on. + +# func_hookable FUNC_NAME +# ----------------------- +# Declare that FUNC_NAME will run hooks added with +# 'func_add_hook FUNC_NAME ...'. +func_hookable () +{ + $debug_cmd + + func_append hookable_fns " $1" +} + + +# func_add_hook FUNC_NAME HOOK_FUNC +# --------------------------------- +# Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must +# first have been declared "hookable" by a call to 'func_hookable'. +func_add_hook () +{ + $debug_cmd + + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not accept hook functions." ;; + esac + + eval func_append ${1}_hooks '" $2"' +} + + +# func_remove_hook FUNC_NAME HOOK_FUNC +# ------------------------------------ +# Remove HOOK_FUNC from the list of hook functions to be called by +# FUNC_NAME. +func_remove_hook () +{ + $debug_cmd + + eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' +} + + +# func_propagate_result FUNC_NAME_A FUNC_NAME_B +# --------------------------------------------- +# If the *_result variable of FUNC_NAME_A _is set_, assign its value to +# *_result variable of FUNC_NAME_B. +func_propagate_result () +{ + $debug_cmd + + func_propagate_result_result=: + if eval "test \"\${${1}_result+set}\" = set" + then + eval "${2}_result=\$${1}_result" + else + func_propagate_result_result=false fi } +# func_run_hooks FUNC_NAME [ARG]... +# --------------------------------- +# Run all hook functions registered to FUNC_NAME. +# It's assumed that the list of hook functions contains nothing more +# than a whitespace-delimited list of legal shell function names, and +# no effort is wasted trying to catch shell meta-characters or preserve +# whitespace. +func_run_hooks () +{ + $debug_cmd + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not support hook functions." ;; + esac + eval _G_hook_fns=\$$1_hooks; shift -# func_version -# Echo version message to standard output and exit. -func_version () + for _G_hook in $_G_hook_fns; do + func_unset "${_G_hook}_result" + eval $_G_hook '${1+"$@"}' + func_propagate_result $_G_hook func_run_hooks + if $func_propagate_result_result; then + eval set dummy "$func_run_hooks_result"; shift + fi + done +} + + + +## --------------- ## +## Option parsing. ## +## --------------- ## + +# In order to add your own option parsing hooks, you must accept the +# full positional parameter list from your hook function. You may remove +# or edit any options that you action, and then pass back the remaining +# unprocessed options in '_result', escaped +# suitably for 'eval'. +# +# The '_result' variable is automatically unset +# before your hook gets called; for best performance, only set the +# *_result variable when necessary (i.e. don't call the 'func_quote' +# function unnecessarily because it can be an expensive operation on some +# machines). +# +# Like this: +# +# my_options_prep () +# { +# $debug_cmd +# +# # Extend the existing usage message. +# usage_message=$usage_message' +# -s, --silent don'\''t print informational messages +# ' +# # No change in '$@' (ignored completely by this hook). Leave +# # my_options_prep_result variable intact. +# } +# func_add_hook func_options_prep my_options_prep +# +# +# my_silent_option () +# { +# $debug_cmd +# +# args_changed=false +# +# # Note that, for efficiency, we parse as many options as we can +# # recognise in a loop before passing the remainder back to the +# # caller on the first unrecognised argument we encounter. +# while test $# -gt 0; do +# opt=$1; shift +# case $opt in +# --silent|-s) opt_silent=: +# args_changed=: +# ;; +# # Separate non-argument short options: +# -s*) func_split_short_opt "$_G_opt" +# set dummy "$func_split_short_opt_name" \ +# "-$func_split_short_opt_arg" ${1+"$@"} +# shift +# args_changed=: +# ;; +# *) # Make sure the first unrecognised option "$_G_opt" +# # is added back to "$@" in case we need it later, +# # if $args_changed was set to 'true'. +# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; +# esac +# done +# +# # Only call 'func_quote' here if we processed at least one argument. +# if $args_changed; then +# func_quote eval ${1+"$@"} +# my_silent_option_result=$func_quote_result +# fi +# } +# func_add_hook func_parse_options my_silent_option +# +# +# my_option_validation () +# { +# $debug_cmd +# +# $opt_silent && $opt_verbose && func_fatal_help "\ +# '--silent' and '--verbose' options are mutually exclusive." +# } +# func_add_hook func_validate_options my_option_validation +# +# You'll also need to manually amend $usage_message to reflect the extra +# options you parse. It's preferable to append if you can, so that +# multiple option parsing hooks can be added safely. + + +# func_options_finish [ARG]... +# ---------------------------- +# Finishing the option parse loop (call 'func_options' hooks ATM). +func_options_finish () { - $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / { - s/^# // - s/^# *$// - s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ - p - }' < "$progpath" - exit $? + $debug_cmd + + func_run_hooks func_options ${1+"$@"} + func_propagate_result func_run_hooks func_options_finish } -# func_usage -# Echo short help message to standard output and exit. -func_usage () + +# func_options [ARG]... +# --------------------- +# All the functions called inside func_options are hookable. See the +# individual implementations for details. +func_hookable func_options +func_options () { - $SED -n '/^# Usage:/,/# -h/ { - s/^# // - s/^# *$// - s/\$progname/'$progname'/ - p - }' < "$progpath" - $ECHO - $ECHO "run \`$progname --help | more' for full usage" - exit $? + $debug_cmd + + _G_options_quoted=false + + for my_func in options_prep parse_options validate_options options_finish + do + func_unset func_${my_func}_result + func_unset func_run_hooks_result + eval func_$my_func '${1+"$@"}' + func_propagate_result func_$my_func func_options + if $func_propagate_result_result; then + eval set dummy "$func_options_result"; shift + _G_options_quoted=: + fi + done + + $_G_options_quoted || { + # As we (func_options) are top-level options-parser function and + # nobody quoted "$@" for us yet, we need to do it explicitly for + # caller. + func_quote eval ${1+"$@"} + func_options_result=$func_quote_result + } +} + + +# func_options_prep [ARG]... +# -------------------------- +# All initialisations required before starting the option parse loop. +# Note that when calling hook functions, we pass through the list of +# positional parameters. If a hook function modifies that list, and +# needs to propagate that back to rest of this script, then the complete +# modified list must be put in 'func_run_hooks_result' before returning. +func_hookable func_options_prep +func_options_prep () +{ + $debug_cmd + + # Option defaults: + opt_verbose=false + opt_warning_types= + + func_run_hooks func_options_prep ${1+"$@"} + func_propagate_result func_run_hooks func_options_prep +} + + +# func_parse_options [ARG]... +# --------------------------- +# The main option parsing loop. +func_hookable func_parse_options +func_parse_options () +{ + $debug_cmd + + _G_parse_options_requote=false + # this just eases exit handling + while test $# -gt 0; do + # Defer to hook functions for initial option parsing, so they + # get priority in the event of reusing an option name. + func_run_hooks func_parse_options ${1+"$@"} + func_propagate_result func_run_hooks func_parse_options + if $func_propagate_result_result; then + eval set dummy "$func_parse_options_result"; shift + # Even though we may have changed "$@", we passed the "$@" array + # down into the hook and it quoted it for us (because we are in + # this if-branch). No need to quote it again. + _G_parse_options_requote=false + fi + + # Break out of the loop if we already parsed every option. + test $# -gt 0 || break + + # We expect that one of the options parsed in this function matches + # and thus we remove _G_opt from "$@" and need to re-quote. + _G_match_parse_options=: + _G_opt=$1 + shift + case $_G_opt in + --debug|-x) debug_cmd='set -x' + func_echo "enabling shell trace mode" >&2 + $debug_cmd + ;; + + --no-warnings|--no-warning|--no-warn) + set dummy --warnings none ${1+"$@"} + shift + ;; + + --warnings|--warning|-W) + if test $# = 0 && func_missing_arg $_G_opt; then + _G_parse_options_requote=: + break + fi + case " $warning_categories $1" in + *" $1 "*) + # trailing space prevents matching last $1 above + func_append_uniq opt_warning_types " $1" + ;; + *all) + opt_warning_types=$warning_categories + ;; + *none) + opt_warning_types=none + warning_func=: + ;; + *error) + opt_warning_types=$warning_categories + warning_func=func_fatal_error + ;; + *) + func_fatal_error \ + "unsupported warning category: '$1'" + ;; + esac + shift + ;; + + --verbose|-v) opt_verbose=: ;; + --version) func_version ;; + -\?|-h) func_usage ;; + --help) func_help ;; + + # Separate optargs to long options (plugins may need this): + --*=*) func_split_equals "$_G_opt" + set dummy "$func_split_equals_lhs" \ + "$func_split_equals_rhs" ${1+"$@"} + shift + ;; + + # Separate optargs to short options: + -W*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-v*|-x*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) _G_parse_options_requote=: ; break ;; + -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift + _G_match_parse_options=false + break + ;; + esac + + if $_G_match_parse_options; then + _G_parse_options_requote=: + fi + done + + if $_G_parse_options_requote; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + func_parse_options_result=$func_quote_result + fi +} + + +# func_validate_options [ARG]... +# ------------------------------ +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +func_hookable func_validate_options +func_validate_options () +{ + $debug_cmd + + # Display all warnings if -W was not given. + test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" + + func_run_hooks func_validate_options ${1+"$@"} + func_propagate_result func_run_hooks func_validate_options + + # Bail if the options were screwed! + $exit_cmd $EXIT_FAILURE } + + +## ----------------- ## +## Helper functions. ## +## ----------------- ## + +# This section contains the helper functions used by the rest of the +# hookable option parser framework in ascii-betical order. + + +# func_fatal_help ARG... +# ---------------------- +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () +{ + $debug_cmd + + eval \$ECHO \""Usage: $usage"\" + eval \$ECHO \""$fatal_help"\" + func_error ${1+"$@"} + exit $EXIT_FAILURE +} + + # 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 $? + $debug_cmd + + func_usage_message + $ECHO "$long_help_message" + exit 0 } -# func_missing_arg argname + +# 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" + $debug_cmd + + func_error "Missing argument for '$1'." exit_cmd=exit } -exit_cmd=: +# func_split_equals STRING +# ------------------------ +# Set func_split_equals_lhs and func_split_equals_rhs shell variables +# after splitting STRING at the '=' sign. +test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_equals () + { + $debug_cmd + func_split_equals_lhs=${1%%=*} + func_split_equals_rhs=${1#*=} + if test "x$func_split_equals_lhs" = "x$1"; then + func_split_equals_rhs= + fi + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_equals () + { + $debug_cmd + func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` + func_split_equals_rhs= + test "x$func_split_equals_lhs" = "x$1" \ + || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` + } +fi #func_split_equals -# 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! - : +# func_split_short_opt SHORTOPT +# ----------------------------- +# Set func_split_short_opt_name and func_split_short_opt_arg shell +# variables after splitting SHORTOPT after the 2nd character. +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_short_opt () + { + $debug_cmd + + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"} + }' else - # Restart under the correct shell, and then maybe $ECHO will work. - exec $SHELL "$progpath" --no-reexec ${1+"$@"} -fi + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_short_opt () + { + $debug_cmd -if test "X$1" = X--fallback-echo; then - # used as fallback echo - shift - cat </dev/null |$SED 1q` + autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` + +Report bugs to . +GNU libtool home page: . +General help using GNU software: ." + exit 0 +} + + +# func_lo2o OBJECT-NAME +# --------------------- +# Transform OBJECT-NAME from a '.lo' suffix to the platform specific +# object suffix. + +lo2o=s/\\.lo\$/.$objext/ +o2lo=s/\\.$objext\$/.lo/ + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_lo2o () + { + case $1 in + *.lo) func_lo2o_result=${1%.lo}.$objext ;; + * ) func_lo2o_result=$1 ;; + esac + }' + + # func_xform LIBOBJ-OR-SOURCE + # --------------------------- + # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) + # suffix to a '.lo' libtool-object suffix. + eval 'func_xform () + { + func_xform_result=${1%.*}.lo + }' +else + # ...otherwise fall back to using sed. + func_lo2o () + { + func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` + } + + func_xform () + { + func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` + } +fi + + +# func_fatal_configuration ARG... +# ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { - func_error ${1+"$@"} - func_error "See the $PACKAGE documentation for more information." - func_fatal_error "Fatal configuration error." + func_fatal_error ${1+"$@"} \ + "See the $PACKAGE documentation for more information." \ + "Fatal configuration error." } # func_config +# ----------- # Display the configuration for all the tags in this script. func_config () { @@ -632,279 +2348,386 @@ exit $? } + # func_features +# ------------- # Display the features supported by this script. func_features () { - $ECHO "host: $host" - if test "$build_libtool_libs" = yes; then - $ECHO "enable shared libraries" + echo "host: $host" + if test yes = "$build_libtool_libs"; then + echo "enable shared libraries" else - $ECHO "disable shared libraries" + echo "disable shared libraries" fi - if test "$build_old_libs" = yes; then - $ECHO "enable static libraries" + if test yes = "$build_old_libs"; then + echo "enable static libraries" else - $ECHO "disable static libraries" + echo "disable static libraries" fi exit $? } -# func_enable_tag tagname + +# func_enable_tag TAGNAME +# ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { - # Global variable: - tagname="$1" - - re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" - re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" - sed_extractcf="/$re_begincf/,/$re_endcf/p" - - # Validate tagname. - case $tagname in - *[!-_A-Za-z0-9,/]*) - func_fatal_error "invalid tag name: $tagname" - ;; - esac - - # Don't test for the "default" C tag, as we know it's - # there but not specially marked. - case $tagname in - CC) ;; - *) - if $GREP "$re_begincf" "$progpath" >/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 + # Global variable: + tagname=$1 + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf=/$re_begincf/,/$re_endcf/p + + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac - case $host in - *cygwin* | *mingw* | *pw32* | *cegcc*) - # don't eliminate duplications in $postdeps and $predeps - opt_duplicate_compiler_generated_deps=: - ;; + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; *) - opt_duplicate_compiler_generated_deps=$opt_duplicate_deps - ;; - esac + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" - # Having warned about all mis-specified options, bail out if - # anything was wrong. - $exit_cmd $EXIT_FAILURE + # 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 } + # 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 + 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 + 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 + 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 +} - exit $EXIT_MISMATCH - fi + +# libtool_options_prep [ARG]... +# ----------------------------- +# Preparation for options parsed by libtool. +libtool_options_prep () +{ + $debug_mode + + # Option defaults: + opt_config=false + opt_dlopen= + opt_dry_run=false + opt_help=false + opt_mode= + opt_preserve_dup_deps=false + opt_quiet=false + + nonopt= + preserve_args= + + _G_rc_lt_options_prep=: + + # 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 + ;; + *) + _G_rc_lt_options_prep=false + ;; + esac + + if $_G_rc_lt_options_prep; then + # Pass back the list of options. + func_quote eval ${1+"$@"} + libtool_options_prep_result=$func_quote_result + fi } +func_add_hook func_options_prep libtool_options_prep -## ----------- ## -## Main. ## -## ----------- ## +# libtool_parse_options [ARG]... +# --------------------------------- +# Provide handling for libtool specific options. +libtool_parse_options () +{ + $debug_cmd -$opt_help || { - # Sanity checks first: - func_check_version_match + _G_rc_lt_parse_options=false - if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then - func_fatal_configuration "not configured to build any kind of library" - fi + # Perform our own loop to consume as many options as possible in + # each iteration. + while test $# -gt 0; do + _G_match_lt_parse_options=: + _G_opt=$1 + shift + case $_G_opt in + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + + --config) func_config ;; + + --dlopen|-dlopen) + opt_dlopen="${opt_dlopen+$opt_dlopen +}$1" + shift + ;; + + --preserve-dup-deps) + opt_preserve_dup_deps=: ;; + + --features) func_features ;; + + --finish) set dummy --mode finish ${1+"$@"}; shift ;; + + --help) opt_help=: ;; + + --help-all) opt_help=': help-all' ;; + + --mode) test $# = 0 && func_missing_arg $_G_opt && break + opt_mode=$1 + 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 $_G_opt" + exit_cmd=exit + break + ;; + esac + shift + ;; + + --no-silent|--no-quiet) + opt_quiet=false + func_append preserve_args " $_G_opt" + ;; + + --no-warnings|--no-warning|--no-warn) + opt_warning=false + func_append preserve_args " $_G_opt" + ;; + + --no-verbose) + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --silent|--quiet) + opt_quiet=: + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --tag) test $# = 0 && func_missing_arg $_G_opt && break + opt_tag=$1 + func_append preserve_args " $_G_opt $1" + func_enable_tag "$1" + shift + ;; + + --verbose|-v) opt_quiet=false + opt_verbose=: + func_append preserve_args " $_G_opt" + ;; + + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"} ; shift + _G_match_lt_parse_options=false + break + ;; + esac + $_G_match_lt_parse_options && _G_rc_lt_parse_options=: + done - test -z "$mode" && func_fatal_error "error: you must specify a MODE." + if $_G_rc_lt_parse_options; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + libtool_parse_options_result=$func_quote_result + fi +} +func_add_hook func_parse_options libtool_parse_options - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" +# libtool_validate_options [ARG]... +# --------------------------------- +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +libtool_validate_options () +{ + # save first non-option argument + if test 0 -lt $#; then + nonopt=$1 + shift + fi - # 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 + # preserve --debug + test : = "$debug_cmd" || func_append preserve_args " --debug" + + case $host in + # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 + # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 + *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac + + $opt_help || { + # Sanity checks first: + func_check_version_match + + test yes != "$build_libtool_libs" \ + && test yes != "$build_old_libs" \ + && func_fatal_configuration "not configured to build any kind of library" + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test execute != "$opt_mode"; 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=$opt_mode' for more information." + } - # Change the help message to a mode-specific one. - generic_help="$help" - help="Try \`$progname --help --mode=$mode' for more information." + # Pass back the unparsed argument list + func_quote eval ${1+"$@"} + libtool_validate_options_result=$func_quote_result } +func_add_hook func_validate_options libtool_validate_options +# Process options as early as possible so that --help and --version +# can return quickly. +func_options ${1+"$@"} +eval set dummy "$func_options_result"; shift + + + +## ----------- ## +## Main. ## +## ----------- ## + +magic='%%%MAGIC variable%%%' +magic_exe='%%%MAGIC EXE variable%%%' + +# Global variables. +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# func_generated_by_libtool +# True iff stdin has been generated by Libtool. This function is only +# a basic sanity check; it will hardly flush out determined imposters. +func_generated_by_libtool_p () +{ + $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + # func_lalib_p file -# True iff FILE is a libtool `.la' library or `.lo' object 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 + $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file -# True iff FILE is a libtool `.la' library or `.lo' object 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. +# fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no @@ -912,13 +2735,13 @@ for lalib_p_l in 1 2 3 4 do read lalib_p_line - case "$lalib_p_line" in + case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi - test "$lalib_p" = yes + test yes = "$lalib_p" } # func_ltwrapper_script_p file @@ -927,7 +2750,8 @@ # determined imposters. func_ltwrapper_script_p () { - func_lalib_p "$1" + test -f "$1" && + $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file @@ -950,12 +2774,9 @@ # 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_dirname_and_basename "$1" "" "." + func_stripname '' '.exe' "$func_basename_result" + func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file @@ -974,11 +2795,13 @@ # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { - $opt_debug + $debug_cmd + save_ifs=$IFS; IFS='~' for cmd in $1; do - IFS=$save_ifs + IFS=$sp$nl eval cmd=\"$cmd\" + IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs @@ -990,10 +2813,11 @@ # 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. +# 'FILE.' does not work on cygwin managed mounts. func_source () { - $opt_debug + $debug_cmd + case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; @@ -1001,6 +2825,37 @@ } +# func_resolve_sysroot PATH +# Replace a leading = in PATH with a sysroot. Store the result into +# func_resolve_sysroot_result +func_resolve_sysroot () +{ + func_resolve_sysroot_result=$1 + case $func_resolve_sysroot_result in + =*) + func_stripname '=' '' "$func_resolve_sysroot_result" + func_resolve_sysroot_result=$lt_sysroot$func_stripname_result + ;; + esac +} + +# func_replace_sysroot PATH +# If PATH begins with the sysroot, replace it with = and +# store the result into func_replace_sysroot_result. +func_replace_sysroot () +{ + case $lt_sysroot:$1 in + ?*:"$lt_sysroot"*) + func_stripname "$lt_sysroot" '' "$1" + func_replace_sysroot_result='='$func_stripname_result + ;; + *) + # Including no sysroot. + func_replace_sysroot_result=$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. @@ -1009,32 +2864,37 @@ # arg is usually of the form 'gcc ...' func_infer_tag () { - $opt_debug + $debug_cmd + 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" + func_append_quoted CC_quoted "$arg" done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` 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` "*) ;; + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # 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`" + 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" + func_append_quoted CC_quoted "$arg" done + CC_expanded=`func_echo_all $CC` + CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in - " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) + " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ + " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. @@ -1049,7 +2909,7 @@ # 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'" + func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi @@ -1060,50 +2920,569 @@ -# 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 +# 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 yes = "$build_libtool_libs"; then + write_lobj=\'$2\' + else + write_lobj=none + fi + + if test yes = "$build_old_libs"; then + write_oldobj=\'$3\' + else + write_oldobj=none + fi + + $opt_dry_run || { + cat >${write_libobj}T </dev/null` + if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then + func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | + $SED -e "$sed_naive_backslashify"` + else + func_convert_core_file_wine_to_w32_result= + fi + fi +} +# end: func_convert_core_file_wine_to_w32 + + +# func_convert_core_path_wine_to_w32 ARG +# Helper function used by path conversion functions when $build is *nix, and +# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly +# configured wine environment available, with the winepath program in $build's +# $PATH. Assumes ARG has no leading or trailing path separator characters. +# +# ARG is path to be converted from $build format to win32. +# Result is available in $func_convert_core_path_wine_to_w32_result. +# Unconvertible file (directory) names in ARG are skipped; if no directory names +# are convertible, then the result may be empty. +func_convert_core_path_wine_to_w32 () +{ + $debug_cmd + + # unfortunately, winepath doesn't convert paths, only file names + func_convert_core_path_wine_to_w32_result= + if test -n "$1"; then + oldIFS=$IFS + IFS=: + for func_convert_core_path_wine_to_w32_f in $1; do + IFS=$oldIFS + func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" + if test -n "$func_convert_core_file_wine_to_w32_result"; then + if test -z "$func_convert_core_path_wine_to_w32_result"; then + func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result + else + func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" + fi + fi + done + IFS=$oldIFS + fi +} +# end: func_convert_core_path_wine_to_w32 + + +# func_cygpath ARGS... +# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when +# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) +# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or +# (2), returns the Cygwin file name or path in func_cygpath_result (input +# file name or path is assumed to be in w32 format, as previously converted +# from $build's *nix or MSYS format). In case (3), returns the w32 file name +# or path in func_cygpath_result (input file name or path is assumed to be in +# Cygwin format). Returns an empty string on error. +# +# ARGS are passed to cygpath, with the last one being the file name or path to +# be converted. +# +# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH +# environment variable; do not put it in $PATH. +func_cygpath () +{ + $debug_cmd + + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then + func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` + if test "$?" -ne 0; then + # on failure, ensure result is empty + func_cygpath_result= + fi + else + func_cygpath_result= + func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" + fi +} +#end: func_cygpath + + +# func_convert_core_msys_to_w32 ARG +# Convert file name or path ARG from MSYS format to w32 format. Return +# result in func_convert_core_msys_to_w32_result. +func_convert_core_msys_to_w32 () +{ + $debug_cmd + + # awkward: cmd appends spaces to result + func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | + $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` +} +#end: func_convert_core_msys_to_w32 + + +# func_convert_file_check ARG1 ARG2 +# Verify that ARG1 (a file name in $build format) was converted to $host +# format in ARG2. Otherwise, emit an error message, but continue (resetting +# func_to_host_file_result to ARG1). +func_convert_file_check () +{ + $debug_cmd + + if test -z "$2" && test -n "$1"; then + func_error "Could not determine host file name corresponding to" + func_error " '$1'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback: + func_to_host_file_result=$1 + fi +} +# end func_convert_file_check + + +# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH +# Verify that FROM_PATH (a path in $build format) was converted to $host +# format in TO_PATH. Otherwise, emit an error message, but continue, resetting +# func_to_host_file_result to a simplistic fallback value (see below). +func_convert_path_check () +{ + $debug_cmd + + if test -z "$4" && test -n "$3"; then + func_error "Could not determine the host path corresponding to" + func_error " '$3'" + func_error "Continuing, but uninstalled executables may not work." + # Fallback. This is a deliberately simplistic "conversion" and + # should not be "improved". See libtool.info. + if test "x$1" != "x$2"; then + lt_replace_pathsep_chars="s|$1|$2|g" + func_to_host_path_result=`echo "$3" | + $SED -e "$lt_replace_pathsep_chars"` + else + func_to_host_path_result=$3 + fi + fi +} +# end func_convert_path_check + + +# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG +# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT +# and appending REPL if ORIG matches BACKPAT. +func_convert_path_front_back_pathsep () +{ + $debug_cmd + + case $4 in + $1 ) func_to_host_path_result=$3$func_to_host_path_result + ;; + esac + case $4 in + $2 ) func_append func_to_host_path_result "$3" + ;; + esac +} +# end func_convert_path_front_back_pathsep + + +################################################## +# $build to $host FILE NAME CONVERSION FUNCTIONS # +################################################## +# invoked via '$to_host_file_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# Result will be available in $func_to_host_file_result. + + +# func_to_host_file ARG +# Converts the file name ARG from $build format to $host format. Return result +# in func_to_host_file_result. +func_to_host_file () +{ + $debug_cmd + + $to_host_file_cmd "$1" +} +# end func_to_host_file + + +# func_to_tool_file ARG LAZY +# converts the file name ARG from $build format to toolchain format. Return +# result in func_to_tool_file_result. If the conversion in use is listed +# in (the comma separated) LAZY, no conversion takes place. +func_to_tool_file () +{ + $debug_cmd + + case ,$2, in + *,"$to_tool_file_cmd",*) + func_to_tool_file_result=$1 + ;; + *) + $to_tool_file_cmd "$1" + func_to_tool_file_result=$func_to_host_file_result + ;; + esac +} +# end func_to_tool_file + + +# func_convert_file_noop ARG +# Copy ARG to func_to_host_file_result. +func_convert_file_noop () +{ + func_to_host_file_result=$1 +} +# end func_convert_file_noop + + +# func_convert_file_msys_to_w32 ARG +# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_file_result. +func_convert_file_msys_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_to_host_file_result=$func_convert_core_msys_to_w32_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_w32 + + +# func_convert_file_cygwin_to_w32 ARG +# Convert file name ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_file_cygwin_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + # because $build is cygwin, we call "the" cygpath in $PATH; no need to use + # LT_CYGPATH in this case. + func_to_host_file_result=`cygpath -m "$1"` + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_cygwin_to_w32 + + +# func_convert_file_nix_to_w32 ARG +# Convert file name ARG from *nix to w32 format. Requires a wine environment +# and a working winepath. Returns result in func_to_host_file_result. +func_convert_file_nix_to_w32 () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_file_wine_to_w32 "$1" + func_to_host_file_result=$func_convert_core_file_wine_to_w32_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_w32 + + +# func_convert_file_msys_to_cygwin ARG +# Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. +# Returns result in func_to_host_file_result. +func_convert_file_msys_to_cygwin () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + func_convert_core_msys_to_w32 "$1" + func_cygpath -u "$func_convert_core_msys_to_w32_result" + func_to_host_file_result=$func_cygpath_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_msys_to_cygwin + + +# func_convert_file_nix_to_cygwin ARG +# Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed +# in a wine environment, working winepath, and LT_CYGPATH set. Returns result +# in func_to_host_file_result. +func_convert_file_nix_to_cygwin () +{ + $debug_cmd + + func_to_host_file_result=$1 + if test -n "$1"; then + # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. + func_convert_core_file_wine_to_w32 "$1" + func_cygpath -u "$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result=$func_cygpath_result + fi + func_convert_file_check "$1" "$func_to_host_file_result" +} +# end func_convert_file_nix_to_cygwin + + +############################################# +# $build to $host PATH CONVERSION FUNCTIONS # +############################################# +# invoked via '$to_host_path_cmd ARG' +# +# In each case, ARG is the path to be converted from $build to $host format. +# The result will be available in $func_to_host_path_result. +# +# 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. +# +# All path conversion functions are named using the following convention: +# file name conversion function : func_convert_file_X_to_Y () +# path conversion function : func_convert_path_X_to_Y () +# where, for any given $build/$host combination the 'X_to_Y' value is the +# same. If conversion functions are added for new $build/$host combinations, +# the two new functions must follow this pattern, or func_init_to_host_path_cmd +# will break. + + +# func_init_to_host_path_cmd +# Ensures that function "pointer" variable $to_host_path_cmd is set to the +# appropriate value, based on the value of $to_host_file_cmd. +to_host_path_cmd= +func_init_to_host_path_cmd () +{ + $debug_cmd + + if test -z "$to_host_path_cmd"; then + func_stripname 'func_convert_file_' '' "$to_host_file_cmd" + to_host_path_cmd=func_convert_path_$func_stripname_result + fi +} + + +# func_to_host_path ARG +# Converts the path ARG from $build format to $host format. Return result +# in func_to_host_path_result. +func_to_host_path () +{ + $debug_cmd + + func_init_to_host_path_cmd + $to_host_path_cmd "$1" +} +# end func_to_host_path + + +# func_convert_path_noop ARG +# Copy ARG to func_to_host_path_result. +func_convert_path_noop () +{ + func_to_host_path_result=$1 +} +# end func_convert_path_noop + + +# func_convert_path_msys_to_w32 ARG +# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic +# conversion to w32 is not available inside the cwrapper. Returns result in +# func_to_host_path_result. +func_convert_path_msys_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # 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_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result=$func_convert_core_msys_to_w32_result + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_msys_to_w32 + + +# func_convert_path_cygwin_to_w32 ARG +# Convert path ARG from Cygwin to w32 format. Returns result in +# func_to_host_file_result. +func_convert_path_cygwin_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_cygwin_to_w32 + - if test "$build_old_libs" = yes; then - write_oldobj=\'${3}\' - else - write_oldobj=none - fi +# func_convert_path_nix_to_w32 ARG +# Convert path ARG from *nix to w32 format. Requires a wine environment and +# a working winepath. Returns result in func_to_host_file_result. +func_convert_path_nix_to_w32 () +{ + $debug_cmd + + func_to_host_path_result=$1 + if test -n "$1"; then + # See func_convert_path_msys_to_w32: + func_stripname : : "$1" + func_to_host_path_tmp1=$func_stripname_result + func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" + func_to_host_path_result=$func_convert_core_path_wine_to_w32_result + func_convert_path_check : ";" \ + "$func_to_host_path_tmp1" "$func_to_host_path_result" + func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" + fi +} +# end func_convert_path_nix_to_w32 - $opt_dry_run || { - cat >${write_libobj}T <?"'"'"' &()|`$[]' \ - && func_warning "libobj name \`$libobj' may not contain shell special characters." + && 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 + 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 + if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" @@ -1280,16 +3657,16 @@ pic_mode=default ;; esac - if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; 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" + if test no = "$compiler_c_o"; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext + lockfile=$output_obj.lock else output_obj= need_locks=no @@ -1298,12 +3675,12 @@ # 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 + if test yes = "$need_locks"; 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 + elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: @@ -1311,7 +3688,7 @@ 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 +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." @@ -1319,26 +3696,25 @@ $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi - removelist="$removelist $output_obj" + func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist - removelist="$removelist $lockfile" + func_append 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 + func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 + srcfile=$func_to_tool_file_result + func_quote_arg pretty "$srcfile" + qsrcfile=$func_quote_arg_result # Only build a PIC object if we are building libtool libraries. - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile - if test "$pic_mode" != no; then + if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code @@ -1349,13 +3725,13 @@ if test -z "$output_obj"; then # Place PIC objects in $objdir - command="$command -o $lobj" + func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' - if test "$need_locks" = warn && + if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: @@ -1366,7 +3742,7 @@ 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 +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." @@ -1382,29 +3758,29 @@ fi # Allow error messages only from the first compilation. - if test "$suppress_opt" = yes; then + if test yes = "$suppress_opt"; 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 + if test yes = "$build_old_libs"; then + if test yes != "$pic_mode"; 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" + if test yes = "$compiler_c_o"; then + func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. - command="$command$suppress_output" + func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' - if test "$need_locks" = warn && + if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: @@ -1415,7 +3791,7 @@ 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 +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." @@ -1435,7 +3811,7 @@ func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked - if test "$need_locks" != no; then + if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi @@ -1445,13 +3821,13 @@ } $opt_help || { -test "$mode" = compile && func_mode_compile ${1+"$@"} + test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. - case $mode in + case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. @@ -1465,7 +3841,7 @@ 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 +(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 @@ -1482,17 +3858,18 @@ -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 + -prefer-pic try to build PIC objects only + -prefer-non-pic try to build 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 + -Wc,FLAG pass FLAG directly to the compiler -COMPILE-COMMAND is a command to be used in creating a \`standard' object file +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'." +SOURCEFILE, then substituting the C source code suffix '.c' with the +library object suffix, '.lo'." ;; execute) @@ -1505,7 +3882,7 @@ -dlopen FILE add the directory containing FILE to the library path -This mode sets the library path environment variable according to \`-dlopen' +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 @@ -1524,7 +3901,7 @@ 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." +the '--dry-run' option if you just want to see what would be executed." ;; install) @@ -1534,11 +3911,11 @@ Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be -either the \`install' or \`cp' program. +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 + -inst-prefix-dir 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)." @@ -1558,7 +3935,9 @@ -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 + -bindir BINDIR specify path to binaries directory (for systems where + libraries must be found in the PATH setting at runtime) + -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 @@ -1572,7 +3951,8 @@ -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 + -objectlist FILE use a list of object files found in FILE to specify objects + -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information @@ -1586,21 +3966,26 @@ -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface + -Wc,FLAG + -Xcompiler FLAG pass linker-specific FLAG directly to the compiler + -Wl,FLAG + -Xlinker FLAG pass linker-specific FLAG directly to the linker + -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) -All other options (arguments beginning with \`-') are ignored. +All other options (arguments beginning with '-') are ignored. -Every other argument is treated as a filename. Files ending in \`.la' are +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 +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 '.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 +If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; @@ -1611,7 +3996,7 @@ 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 +(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. @@ -1619,40 +4004,70 @@ ;; *) - func_fatal_help "invalid operation mode \`$mode'" + func_fatal_help "invalid operation mode '$opt_mode'" ;; esac - $ECHO - $ECHO "Try \`$progname --help' for more information about other modes." - - exit $? + echo + $ECHO "Try '$progname --help' for more information about other modes." } - # Now that we've collected a possible --mode arg, show help if necessary - $opt_help && func_mode_help +# Now that we've collected a possible --mode arg, show help if necessary +if $opt_help; then + if test : = "$opt_help"; then + func_mode_help + else + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + func_mode_help + done + } | $SED -n '1p; 2,$s/^Usage:/ or: /p' + { + func_help noexit + for opt_mode in compile link execute install finish uninstall clean; do + echo + func_mode_help + done + } | + $SED '1d + /^When reporting/,/^Report/{ + H + d + } + $x + /information about other modes/d + /more detailed .*MODE/d + s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' + fi + exit $? +fi # func_mode_execute arg... func_mode_execute () { - $opt_debug + $debug_cmd + # The first argument is the command name. - cmd="$nonopt" + cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. - for file in $execute_dlfiles; do + for file in $opt_dlopen; do test -f "$file" \ - || func_fatal_help "\`$file' is not a file" + || func_fatal_help "'$file' is not a file" dir= case $file in *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + # 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" + || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= @@ -1663,18 +4078,18 @@ 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'" + func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then - dir="$dir/$objdir" + func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then - func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; @@ -1682,18 +4097,18 @@ *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result ;; *) - func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + 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" + test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then @@ -1705,34 +4120,41 @@ # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. - libtool_execute_magic="$magic" + libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in - -*) ;; + -* | *.la | *.lo ) ;; *) # 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" + 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" + file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). - func_quote_for_eval "$file" - args="$args $func_quote_for_eval_result" + func_append_quoted args "$file" done - if test "X$opt_dry_run" = Xfalse; then + if $opt_dry_run; then + # 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 + else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" @@ -1749,34 +4171,64 @@ 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 + exec_cmd=\$cmd$args fi } -test "$mode" = execute && func_mode_execute ${1+"$@"} +test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { - $opt_debug - libdirs="$nonopt" + $debug_cmd + + libs= + libdirs= admincmds= - if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then - for dir - do - libdirs="$libdirs $dir" - done + for opt in "$nonopt" ${1+"$@"} + do + if test -d "$opt"; then + func_append libdirs " $opt" + + elif test -f "$opt"; then + if func_lalib_unsafe_p "$opt"; then + func_append libs " $opt" + else + func_warning "'$opt' is not a valid libtool archive" + fi + + else + func_fatal_error "invalid argument '$opt'" + fi + done + + if test -n "$libs"; then + if test -n "$lt_sysroot"; then + sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` + sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" + else + sysroot_cmd= + fi + + # Remove sysroot references + if $opt_dry_run; then + for lib in $libs; do + echo "removing references to $lt_sysroot and '=' prefixes from $lib" + done + else + tmpdir=`func_mktempdir` + for lib in $libs; do + $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + > $tmpdir/tmp-la + mv -f $tmpdir/tmp-la $lib + done + ${RM}r "$tmpdir" + fi + fi + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. @@ -1786,76 +4238,80 @@ if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || admincmds="$admincmds + $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. - $opt_silent && exit $EXIT_SUCCESS + $opt_quiet && 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\" + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + echo "----------------------------------------------------------------------" + 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 " - 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 + 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 "----------------------------------------------------------------------" + fi exit $EXIT_SUCCESS } -test "$mode" = finish && func_mode_finish ${1+"$@"} +test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { - $opt_debug + $debug_cmd + # 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 || + if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. - $ECHO "X$nonopt" | $GREP shtool >/dev/null; then + case $nonopt in *shtool*) :;; *) false;; esac + then # Aesthetically quote it. - func_quote_for_eval "$nonopt" - install_prog="$func_quote_for_eval_result " + func_quote_arg pretty "$nonopt" + install_prog="$func_quote_arg_result " arg=$1 shift else @@ -1865,8 +4321,13 @@ # 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" + func_quote_arg pretty "$arg" + func_append install_prog "$func_quote_arg_result" + install_shared_prog=$install_prog + case " $install_prog " in + *[\\\ /]cp\ *) install_cp=: ;; + *) install_cp=false ;; + esac # We need to accept at least all the BSD install flags. dest= @@ -1874,23 +4335,24 @@ opts= prev= install_type= - isdir=no + isdir=false stripme= + no_mode=: for arg do + arg2= if test -n "$dest"; then - files="$files $dest" + func_append files " $dest" dest=$arg continue fi case $arg in - -d) isdir=yes ;; + -d) isdir=: ;; -f) - case " $install_prog " in - *[\\\ /]cp\ *) ;; - *) prev=$arg ;; - esac + if $install_cp; then :; else + prev=$arg + fi ;; -g | -m | -o) prev=$arg @@ -1904,6 +4366,10 @@ *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then + if test X-m = "X$prev" && test -n "$install_override_mode"; then + arg2=$install_override_mode + no_mode=false + fi prev= else dest=$arg @@ -1913,15 +4379,26 @@ esac # Aesthetically quote the argument. - func_quote_for_eval "$arg" - install_prog="$install_prog $func_quote_for_eval_result" + func_quote_arg pretty "$arg" + func_append install_prog " $func_quote_arg_result" + if test -n "$arg2"; then + func_quote_arg pretty "$arg2" + fi + func_append install_shared_prog " $func_quote_arg_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" + func_fatal_help "the '$prev' option requires an argument" + + if test -n "$install_override_mode" && $no_mode; then + if $install_cp; then :; else + func_quote_arg pretty "$install_override_mode" + func_append install_shared_prog " -m $func_quote_arg_result" + fi + fi if test -z "$files"; then if test -z "$dest"; then @@ -1936,19 +4413,19 @@ 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" + test -d "$dest" && isdir=: + if $isdir; then + destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." - destdir="$func_dirname_result" - destname="$func_basename_result" + 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" + func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; @@ -1957,7 +4434,7 @@ case $file in *.lo) ;; *) - func_fatal_help "\`$destdir' must be an absolute directory name" + func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done @@ -1966,7 +4443,7 @@ # This variable tells wrapper scripts just to set variables rather # than running their programs. - libtool_install_magic="$magic" + libtool_install_magic=$magic staticlibs= future_libdirs= @@ -1977,13 +4454,16 @@ case $file in *.$libext) # Do the static libraries later. - staticlibs="$staticlibs $file" + func_append staticlibs " $file" ;; *.la) + func_resolve_sysroot "$file" + file=$func_resolve_sysroot_result + # 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" + || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= @@ -1994,23 +4474,23 @@ if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; - *) current_libdirs="$current_libdirs $libdir" ;; + *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; - *) future_libdirs="$future_libdirs $libdir" ;; + *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" - dir="$func_dirname_result" - dir="$dir$objdir" + dir=$func_dirname_result + func_append 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\$%%"` + inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that @@ -2019,38 +4499,45 @@ # 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" + 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%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else - relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"` + relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi - func_warning "relinking \`$file'" + func_warning "relinking '$file'" func_show_eval "$relink_command" \ - 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + '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" + realname=$1 shift - srcname="$realname" - test -n "$relink_command" && srcname="$realname"T + 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" \ + func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' - tstripme="$stripme" + tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) - tstripme="" + tstripme= + ;; + esac + ;; + os2*) + case $realname in + *_dll.a) + tstripme= ;; esac ;; @@ -2061,7 +4548,7 @@ if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. - # Try `ln -sf' first, because the `ln' binary might depend on + # 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 @@ -2072,18 +4559,18 @@ fi # Do each command in the postinstall commands. - lib="$destdir/$realname" + 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 + 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" + test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) @@ -2091,11 +4578,11 @@ # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then - destfile="$destdir/$destname" + destfile=$destdir/$destname else func_basename "$file" - destfile="$func_basename_result" - destfile="$destdir/$destfile" + destfile=$func_basename_result + destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. @@ -2105,11 +4592,11 @@ staticdest=$func_lo2o_result ;; *.$objext) - staticdest="$destfile" + staticdest=$destfile destfile= ;; *) - func_fatal_help "cannot copy a libtool object to \`$destfile'" + func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac @@ -2118,7 +4605,7 @@ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. - if test "$build_old_libs" = yes; then + if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result @@ -2130,23 +4617,23 @@ *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then - destfile="$destdir/$destname" + destfile=$destdir/$destname else func_basename "$file" - destfile="$func_basename_result" - destfile="$destdir/$destfile" + 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="" + stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result - stripped_ext=".exe" + stripped_ext=.exe fi ;; esac @@ -2174,19 +4661,19 @@ # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ - func_fatal_error "invalid libtool wrapper script \`$wrapper'" + func_fatal_error "invalid libtool wrapper script '$wrapper'" - finalize=yes + finalize=: 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 + libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then - func_warning "\`$lib' has not been installed in \`$libdir'" - finalize=no + func_warning "'$lib' has not been installed in '$libdir'" + finalize=false fi done @@ -2194,34 +4681,34 @@ func_source "$wrapper" outputname= - if test "$fast_install" = no && test -n "$relink_command"; then + if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { - if test "$finalize" = yes; then + if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" - file="$func_basename_result" - outputname="$tmpdir/$file" + file=$func_basename_result + outputname=$tmpdir/$file # Replace the output file specification. - relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` - $opt_silent || { - func_quote_for_expand "$relink_command" - eval "func_echo $func_quote_for_expand_result" + $opt_quiet || { + func_quote_arg expand,pretty "$relink_command" + eval "func_echo $func_quote_arg_result" } if eval "$relink_command"; then : else - func_error "error: relink \`$file' with the above command before installing it" + func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi - file="$outputname" + file=$outputname else - func_warning "cannot relink \`$file'" + 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%"` + file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi @@ -2253,15 +4740,17 @@ for file in $staticlibs; do func_basename "$file" - name="$func_basename_result" + name=$func_basename_result # Set up the ranlib parameters. - oldlib="$destdir/$name" + oldlib=$destdir/$name + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then - func_show_eval "$old_striplib $oldlib" 'exit $?' + func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. @@ -2269,18 +4758,18 @@ done test -n "$future_libdirs" && \ - func_warning "remember to run \`$progname --finish$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' + exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } -test "$mode" = install && func_mode_install ${1+"$@"} +test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p @@ -2288,16 +4777,17 @@ # 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'` + $debug_cmd + + my_outputname=$1 + my_originator=$2 + my_pic_p=${3-false} + 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 "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then - my_dlsyms="${my_outputname}S.c" + my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi @@ -2308,7 +4798,7 @@ "") ;; *.c) # Discover the nlist of each of the dlfiles. - nlist="$output_objdir/${my_outputname}.nm" + nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" @@ -2316,26 +4806,45 @@ 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 */ +/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif +#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#pragma GCC diagnostic ignored \"-Wstrict-prototypes\" +#endif + +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT_DLSYM_CONST +#else +# define LT_DLSYM_CONST const +#endif + +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + /* External symbol declarations for the compiler. */\ " - if test "$dlself" = yes; then - func_verbose "generating symbol list for \`$output'" + if test yes = "$dlself"; 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` + progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$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'" + func_to_tool_file "$progfile" func_convert_file_msys_to_w32 + func_verbose "extracting global C symbols from '$func_to_tool_file_result'" + $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then @@ -2354,10 +4863,10 @@ # Prepare the list of exported symbols if test -z "$export_symbols"; then - export_symbols="$output_objdir/$outputname.exp" + 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"' + 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"' @@ -2367,11 +4876,11 @@ } else $opt_dry_run || { - eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + 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* ) + *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; @@ -2381,13 +4890,55 @@ fi for dlprefile in $dlprefiles; do - func_verbose "extracting global C symbols from \`$dlprefile'" + 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'" - } + name=$func_basename_result + case $host in + *cygwin* | *mingw* | *cegcc* ) + # if an import library, we need to obtain dlname + if func_win32_import_lib_p "$dlprefile"; then + func_tr_sh "$dlprefile" + eval "curr_lafile=\$libfile_$func_tr_sh_result" + dlprefile_dlbasename= + if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then + # Use subshell, to avoid clobbering current variable values + dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` + if test -n "$dlprefile_dlname"; then + func_basename "$dlprefile_dlname" + dlprefile_dlbasename=$func_basename_result + else + # no lafile. user explicitly requested -dlpreopen . + $sharedlib_from_linklib_cmd "$dlprefile" + dlprefile_dlbasename=$sharedlib_from_linklib_result + fi + fi + $opt_dry_run || { + if test -n "$dlprefile_dlbasename"; then + eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' + else + func_warning "Could not compute DLL name from $name" + eval '$ECHO ": $name " >> "$nlist"' + fi + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | + $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" + } + else # not an import lib + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + fi + ;; + *) + $opt_dry_run || { + eval '$ECHO ": $name " >> "$nlist"' + func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 + eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" + } + ;; + esac done $opt_dry_run || { @@ -2415,39 +4966,46 @@ if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else - $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms" + echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi - $ECHO >> "$output_objdir/$my_dlsyms" "\ + func_show_eval '$RM "${nlist}I"' + if test -n "$global_symbol_to_import"; then + eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' + fi + + echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; +extern LT_DLSYM_CONST lt_dlsymlist +lt_${my_prefix}_LTX_preloaded_symbols[];\ " - 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 + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ +static void lt_syminit(void) +{ + LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; + for (; symbol->name; ++symbol) + {" + $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" + echo >> "$output_objdir/$my_dlsyms" "\ + } +}" + fi + echo >> "$output_objdir/$my_dlsyms" "\ +LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = -{\ - { \"$my_originator\", (void *) 0 }," +{ {\"$my_originator\", (void *) 0}," + + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ + {\"@INIT@\", (void *) <_syminit}," + fi case $need_lib_prefix in no) @@ -2457,7 +5015,7 @@ eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac - $ECHO >> "$output_objdir/$my_dlsyms" "\ + echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; @@ -2484,14 +5042,12 @@ # 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*) + *-*-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 + $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; @@ -2500,7 +5056,7 @@ for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; - *) symtab_cflags="$symtab_cflags $arg" ;; + *) func_append symtab_cflags " $arg" ;; esac done @@ -2508,28 +5064,28 @@ 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"' + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. - symfileobj="$output_objdir/${my_outputname}S.$objext" + 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%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "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%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "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%"` + compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) - func_fatal_error "unknown suffix for \`$my_dlsyms'" + func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else @@ -2538,38 +5094,81 @@ # 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@%%"` + compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` + finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + # 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. +# Despite the name, also deal with 64 bit binaries. func_win32_libid () { - $opt_debug - win32_libid_type="unknown" + $debug_cmd + + 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 + # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. 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 ' + $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then + case $nm_interface in + "MS dumpbin") + if func_cygming_ms_implib_p "$1" || + func_cygming_gnu_implib_p "$1" + then + win32_nmres=import + else + win32_nmres= + fi + ;; + *) + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' 1,100{ / I /{ - s,.*,import, + s|.*|import| p q } }'` + ;; + esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; @@ -2590,15 +5189,131 @@ $ECHO "$win32_libid_type" } +# func_cygming_dll_for_implib ARG +# +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib () +{ + $debug_cmd + + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` +} + +# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs +# +# The is the core of a fallback implementation of a +# platform-specific function to extract the name of the +# DLL associated with the specified import library LIBNAME. +# +# SECTION_NAME is either .idata$6 or .idata$7, depending +# on the platform and compiler that created the implib. +# +# Echos the name of the DLL associated with the +# specified import library. +func_cygming_dll_for_implib_fallback_core () +{ + $debug_cmd + + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` + $OBJDUMP -s --section "$1" "$2" 2>/dev/null | + $SED '/^Contents of section '"$match_literal"':/{ + # Place marker at beginning of archive member dllname section + s/.*/====MARK====/ + p + d + } + # These lines can sometimes be longer than 43 characters, but + # are always uninteresting + /:[ ]*file format pe[i]\{,1\}-/d + /^In archive [^:]*:/d + # Ensure marker is printed + /^====MARK====/p + # Remove all lines with less than 43 characters + /^.\{43\}/!d + # From remaining lines, remove first 43 characters + s/^.\{43\}//' | + $SED -n ' + # Join marker and all lines until next marker into a single line + /^====MARK====/ b para + H + $ b para + b + :para + x + s/\n//g + # Remove the marker + s/^====MARK====// + # Remove trailing dots and whitespace + s/[\. \t]*$// + # Print + /./p' | + # we now have a list, one entry per line, of the stringified + # contents of the appropriate section of all members of the + # archive that possess that section. Heuristic: eliminate + # all those that have a first or second character that is + # a '.' (that is, objdump's representation of an unprintable + # character.) This should work for all archives with less than + # 0x302f exports -- but will fail for DLLs whose name actually + # begins with a literal '.' or a single character followed by + # a '.'. + # + # Of those that remain, print the first one. + $SED -e '/^\./d;/^.\./d;q' +} + +# func_cygming_dll_for_implib_fallback ARG +# Platform-specific function to extract the +# name of the DLL associated with the specified +# import library ARG. +# +# This fallback implementation is for use when $DLLTOOL +# does not support the --identify-strict option. +# Invoked by eval'ing the libtool variable +# $sharedlib_from_linklib_cmd +# Result is available in the variable +# $sharedlib_from_linklib_result +func_cygming_dll_for_implib_fallback () +{ + $debug_cmd + + if func_cygming_gnu_implib_p "$1"; then + # binutils import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` + elif func_cygming_ms_implib_p "$1"; then + # ms-generated import library + sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` + else + # unknown + sharedlib_from_linklib_result= + fi +} # 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 $?' + $debug_cmd + + f_ex_an_ar_dir=$1; shift + f_ex_an_ar_oldlib=$1 + if test yes = "$lock_old_archive_extraction"; then + lockfile=$f_ex_an_ar_oldlib.lock + until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do + func_echo "Waiting for $lockfile to be removed" + sleep 2 + done + fi + func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ + 'stat=$?; rm -f "$lockfile"; exit $stat' + if test yes = "$lock_old_archive_extraction"; then + $opt_dry_run || rm -f "$lockfile" + fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else @@ -2610,22 +5325,23 @@ # func_extract_archives gentop oldlib ... func_extract_archives () { - $opt_debug - my_gentop="$1"; shift + $debug_cmd + + my_gentop=$1; shift my_oldlibs=${1+"$@"} - my_oldobjs="" - my_xlib="" - my_xabs="" - my_xdir="" + 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" ;; + [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" - my_xlib="$func_basename_result" + my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in @@ -2637,7 +5353,7 @@ esac done extracted_archives="$extracted_archives $my_xlib_u" - my_xdir="$my_gentop/$my_xlib_u" + my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" @@ -2650,26 +5366,27 @@ cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` - darwin_base_archive=`basename "$darwin_archive"` + func_basename "$darwin_archive" + darwin_base_archive=$func_basename_result 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}" + 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}" + $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_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do - darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` + darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ @@ -2684,31 +5401,36 @@ func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac - my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done - func_extract_archives_result="$my_oldobjs" + func_extract_archives_result=$my_oldobjs } - -# func_emit_wrapper_part1 [arg=no] +# 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. # -# 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 () +# 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 where it is stored is +# the $objdir directory. This is a cygwin/mingw-specific +# behavior. +func_emit_wrapper () { - func_emit_wrapper_part1_arg1=no - if test -n "$1" ; then - func_emit_wrapper_part1_arg1=$1 - fi + func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname -# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. @@ -2718,7 +5440,6 @@ # 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 @@ -2749,31 +5470,136 @@ 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\ + file=\"\$0\"" + + func_quote_arg pretty "$ECHO" + qECHO=$func_quote_arg_result + $ECHO "\ + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$1 +_LTECHO_EOF' +} + ECHO=$qECHO + fi + +# Very basic option parsing. These options are (a) specific to +# the libtool wrapper, (b) are identical between the wrapper +# /script/ and the wrapper /executable/ that is used only on +# windows platforms, and (c) all begin with the string "--lt-" +# (application programs are unlikely to have options that match +# this pattern). +# +# There are only two supported options: --lt-debug and +# --lt-dump-script. There is, deliberately, no --lt-help. +# +# The first argument to this parsing function should be the +# script's $0 value, followed by "$@". +lt_option_debug= +func_parse_lt_options () +{ + lt_script_arg0=\$0 + shift + for lt_opt + do + case \"\$lt_opt\" in + --lt-debug) lt_option_debug=1 ;; + --lt-dump-script) + lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` + test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. + lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` + cat \"\$lt_dump_D/\$lt_dump_F\" + exit 0 + ;; + --lt-*) + \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 + exit 1 + ;; + esac + done + + # Print the debug banner immediately: + if test -n \"\$lt_option_debug\"; then + echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 + fi +} + +# Used when --lt-debug. Prints its arguments to stdout +# (redirection is the responsibility of the caller) +func_lt_dump_args () +{ + lt_dump_args_N=1; + for lt_arg + do + \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" + lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` + done +} + +# Core function for launching the target application +func_exec_program_core () +{ " - $ECHO "\ + case $host in + # Backslashes separate directories on plain windows + *-*-mingw | *-*-os2* | *-cegcc*) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} +" + ;; + + *) + $ECHO "\ + if test -n \"\$lt_option_debug\"; then + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 + func_lt_dump_args \${1+\"\$@\"} 1>&2 + fi + exec \"\$progdir/\$program\" \${1+\"\$@\"} +" + ;; + esac + $ECHO "\ + \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 + exit 1 +} + +# A function to encapsulate launching the target application +# Strips options in the --lt-* namespace from \$@ and +# launches target application with the remaining arguments. +func_exec_program () +{ + case \" \$* \" in + *\\ --lt-*) + for lt_wr_arg + do + case \$lt_wr_arg in + --lt-*) ;; + *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; + esac + shift + done ;; + esac + func_exec_program_core \${1+\"\$@\"} +} + + # Parse options + func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. - thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + thisdir=\`\$ECHO \"\$file\" | $SED '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'\` + file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do - destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then @@ -2783,30 +5609,13 @@ esac fi - file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\` - file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + file=\`\$ECHO \"\$file\" | $SED '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 + WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then @@ -2814,7 +5623,7 @@ fi # remove .libs from thisdir case \"\$thisdir\" in - *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;; + *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi @@ -2824,13 +5633,13 @@ test -n \"\$absdir\" && thisdir=\"\$absdir\" " - if test "$fast_install" = yes; then + if test yes = "$fast_install"; 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\`; \\ + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" @@ -2847,7 +5656,7 @@ if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else - $ECHO \"\$relink_command_output\" >&2 + \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi @@ -2869,261 +5678,48 @@ if test -f \"\$progdir/\$program\"; then" + # fixup the dll searchpath if we need to. + # + # Fix the DLL searchpath if we need to. Do this before prepending + # to shlibpath, because on Windows, both are PATH and uninstalled + # libraries must come first. + if test -n "$dllsearchpath"; then + $ECHO "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + # Export our shlibpath_var if we have one. - if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + if test yes = "$shlibpath_overrides_runpath" && 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/::*\$//'\` + $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED '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 + func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. - \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$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 + \$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 @@ -3134,38 +5730,30 @@ 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 @@ -3177,9 +5765,45 @@ #include #include -#if defined(PATH_MAX) +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + +/* declarations of non-ANSI functions */ +#if defined __MINGW32__ +# ifdef __STRICT_ANSI__ +int _putenv (const char *); +# endif +#elif defined __CYGWIN__ +# ifdef __STRICT_ANSI__ +char *realpath (const char *, char *); +int putenv (char *); +int setenv (const char *, const char *, int); +# endif +/* #elif defined other_platform || defined ... */ +#endif + +/* portability defines, excluding path handling macros */ +#if defined _MSC_VER +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +# define S_IXUSR _S_IEXEC +#elif defined __MINGW32__ +# define setmode _setmode +# define stat _stat +# define chmod _chmod +# define getcwd _getcwd +# define putenv _putenv +#elif defined __CYGWIN__ +# define HAVE_SETENV +# define FOPEN_WB "wb" +/* #elif defined other platforms ... */ +#endif + +#if defined PATH_MAX # define LT_PATHMAX PATH_MAX -#elif defined(MAXPATHLEN) +#elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 @@ -3192,21 +5816,14 @@ # 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 - +/* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif -#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ - defined (__OS2__) +#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ + defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 @@ -3230,10 +5847,6 @@ # 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 @@ -3243,25 +5856,16 @@ #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ - if (stale) { free ((void *) stale); stale = 0; } \ + if (stale) { free (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); -} +#if defined LT_DEBUGWRAPPER +static int lt_debug = 1; #else -# define LTWRAPPER_DEBUGPRINTF(args) +static int lt_debug = 0; #endif -const char *program_name = NULL; +const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); @@ -3271,41 +5875,32 @@ 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_debugprintf (const char *file, int line, const char *fmt, ...); +void lt_fatal (const char *file, int line, const char *message, ...); +static const char *nonnull (const char *s); +static const char *nonempty (const char *s); 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 = +char **prepare_spawn (char **argv); +void lt_dump_script (FILE *f); EOF - func_emit_wrapper_part1 yes | - $SED -e 's/\([\\"]\)/\\\1/g' \ - -e 's/^/ "/' -e 's/$/\\n"/' - echo ";" cat <"))); + lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n", + nonnull (lt_argv_zero)); for (i = 0; i < newargc; i++) { - LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d] : %s\n", i, (newargz[i] ? newargz[i] : ""))); + lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n", + i, nonnull (newargz[i])); } EOF @@ -3560,11 +6116,14 @@ 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); + newargz = prepare_spawn (newargz); + rval = (int) _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)); + lt_debugprintf (__FILE__, __LINE__, + "(main) failed to launch target \"%s\": %s\n", + lt_argv_zero, nonnull (strerror (errno))); return 127; } return rval; @@ -3586,7 +6145,7 @@ { void *p = (void *) malloc (num); if (!p) - lt_fatal ("Memory exhausted"); + lt_fatal (__FILE__, __LINE__, "memory exhausted"); return p; } @@ -3603,7 +6162,7 @@ { const char *base; -#if defined (HAVE_DOS_BASED_FILE_SYSTEM) +#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; @@ -3620,8 +6179,8 @@ { struct stat st; - LTWRAPPER_DEBUGPRINTF (("(check_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3638,8 +6197,8 @@ int rval = 0; struct stat st; - LTWRAPPER_DEBUGPRINTF (("(make_executable) : %s\n", - path ? (*path ? path : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", + nonempty (path)); if ((!path) || (!*path)) return 0; @@ -3662,17 +6221,17 @@ const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; - int tmp_len; + size_t tmp_len; char *concat_name; - LTWRAPPER_DEBUGPRINTF (("(find_executable) : %s\n", - wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!")); + lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", + nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ -#if defined (HAVE_DOS_BASED_FILE_SYSTEM) +#if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); @@ -3690,7 +6249,7 @@ return concat_name; XFREE (concat_name); } -#if defined (HAVE_DOS_BASED_FILE_SYSTEM) +#if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif @@ -3713,13 +6272,14 @@ for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; - p_len = q - p; + p_len = (size_t) (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"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); @@ -3744,7 +6304,8 @@ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) - lt_fatal ("getcwd failed"); + lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", + nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); @@ -3770,8 +6331,9 @@ int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { - LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n", - tmp_pathspec)); + lt_debugprintf (__FILE__, __LINE__, + "checking path component for symlinks: %s\n", + tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) @@ -3793,8 +6355,9 @@ } else { - char *errstr = strerror (errno); - lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr); + lt_fatal (__FILE__, __LINE__, + "error accessing file \"%s\": %s", + tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); @@ -3807,7 +6370,8 @@ tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { - lt_fatal ("Could not follow symlinks for %s", pathspec); + lt_fatal (__FILE__, __LINE__, + "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif @@ -3827,17 +6391,31 @@ if (patlen <= len) { str += len - patlen; - if (strcmp (str, pat) == 0) + if (STREQ (str, pat)) *str = '\0'; } return str; } +void +lt_debugprintf (const char *file, int line, const char *fmt, ...) +{ + va_list args; + if (lt_debug) + { + (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); + va_start (args, fmt); + (void) vfprintf (stderr, fmt, args); + va_end (args); + } +} + static void -lt_error_core (int exit_status, const char *mode, +lt_error_core (int exit_status, const char *file, + int line, const char *mode, const char *message, va_list ap) { - fprintf (stderr, "%s: %s: ", program_name, mode); + fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); @@ -3846,162 +6424,91 @@ } void -lt_fatal (const char *message, ...) +lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); - lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } +static const char * +nonnull (const char *s) +{ + return s ? s : "(null)"; +} + +static const char * +nonempty (const char *s) +{ + return (s && !*s) ? "(empty)" : nonnull (s); +} + void lt_setenv (const char *name, const char *value) { - LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n", - (name ? name : ""), - (value ? value : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_setenv) setting '%s' to '%s'\n", + nonnull (name), nonnull (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; + size_t 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); + sprintf (str, "%s=%s", name, value); + if (putenv (str) != EXIT_SUCCESS) + { + XFREE (str); + } +#endif + } } -void -lt_opt_process_env_prepend (const char *arg) +char * +lt_extend_str (const char *orig_value, const char *add, int to_end) { - char *name = NULL; - char *value = NULL; - char *new_value = NULL; - - if (lt_split_name_value (arg, &name, &value) != 0) + char *new_value; + if (orig_value && *orig_value) { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg); + size_t orig_value_len = strlen (orig_value); + size_t 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); + } } - - 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) + else { - XFREE (name); - XFREE (value); - lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg); + new_value = xstrdup (add); } - - new_value = lt_extend_str (getenv (name), value, 1); - lt_setenv (name, new_value); - XFREE (new_value); - XFREE (name); - XFREE (value); + return new_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 : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (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])) + size_t len = strlen (new_value); + while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { - new_value[len-1] = '\0'; + new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); @@ -4011,9 +6518,9 @@ 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 : ""))); + lt_debugprintf (__FILE__, __LINE__, + "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", + nonnull (name), nonnull (value)); if (name && *name && value && *value) { @@ -4023,25 +6530,192 @@ } } +EOF + case $host_os in + mingw*) + cat <<"EOF" + +/* Prepares an argument vector before calling spawn(). + Note that spawn() does not by itself call the command interpreter + (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : + ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); + GetVersionEx(&v); + v.dwPlatformId == VER_PLATFORM_WIN32_NT; + }) ? "cmd.exe" : "command.com"). + Instead it simply concatenates the arguments, separated by ' ', and calls + CreateProcess(). We must quote the arguments since Win32 CreateProcess() + interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a + special way: + - Space and tab are interpreted as delimiters. They are not treated as + delimiters if they are surrounded by double quotes: "...". + - Unescaped double quotes are removed from the input. Their only effect is + that within double quotes, space and tab are treated like normal + characters. + - Backslashes not followed by double quotes are not special. + - But 2*n+1 backslashes followed by a double quote become + n backslashes followed by a double quote (n >= 0): + \" -> " + \\\" -> \" + \\\\\" -> \\" + */ +#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" +char ** +prepare_spawn (char **argv) +{ + size_t argc; + char **new_argv; + size_t i; + + /* Count number of arguments. */ + for (argc = 0; argv[argc] != NULL; argc++) + ; + + /* Allocate new argument vector. */ + new_argv = XMALLOC (char *, argc + 1); + + /* Put quoted arguments into the new argument vector. */ + for (i = 0; i < argc; i++) + { + const char *string = argv[i]; + + if (string[0] == '\0') + new_argv[i] = xstrdup ("\"\""); + else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) + { + int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); + size_t length; + unsigned int backslashes; + const char *s; + char *quoted_string; + char *p; + + length = 0; + backslashes = 0; + if (quote_around) + length++; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + length += backslashes + 1; + length++; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + length += backslashes + 1; + + quoted_string = XMALLOC (char, length + 1); + + p = quoted_string; + backslashes = 0; + if (quote_around) + *p++ = '"'; + for (s = string; *s != '\0'; s++) + { + char c = *s; + if (c == '"') + { + unsigned int j; + for (j = backslashes + 1; j > 0; j--) + *p++ = '\\'; + } + *p++ = c; + if (c == '\\') + backslashes++; + else + backslashes = 0; + } + if (quote_around) + { + unsigned int j; + for (j = backslashes; j > 0; j--) + *p++ = '\\'; + *p++ = '"'; + } + *p = '\0'; + + new_argv[i] = quoted_string; + } + else + new_argv[i] = (char *) string; + } + new_argv[argc] = NULL; + + return new_argv; +} +EOF + ;; + esac + cat <<"EOF" +void lt_dump_script (FILE* f) +{ +EOF + func_emit_wrapper yes | + $SED -n -e ' +s/^\(.\{79\}\)\(..*\)/\1\ +\2/ +h +s/\([\\"]\)/\\\1/g +s/$/\\n/ +s/\([^\n]*\).*/ fputs ("\1", f);/p +g +D' + cat <<"EOF" +} EOF } # end: func_emit_cwrapperexe_src +# func_win32_import_lib_p ARG +# True if ARG is an import lib, as indicated by $file_magic_cmd +func_win32_import_lib_p () +{ + $debug_cmd + + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in + *import*) : ;; + *) false ;; + esac +} + +# func_suncc_cstd_abi +# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! +# Several compiler flags select an ABI that is incompatible with the +# Cstd library. Avoid specifying it if any are in CXXFLAGS. +func_suncc_cstd_abi () +{ + $debug_cmd + + case " $compile_command " in + *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) + suncc_use_cstd_abi=no + ;; + *) + suncc_use_cstd_abi=yes + ;; + esac +} + # func_mode_link arg... func_mode_link () { - $opt_debug + $debug_cmd + 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 + # what 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 + # to make a dll that 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. @@ -4072,6 +6746,7 @@ new_inherited_linker_flags= avoid_version=no + bindir= dlfiles= dlprefiles= dlself=no @@ -4084,10 +6759,11 @@ module=no no_install=no objs= + os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no - preload=no + preload=false prev= prevarg= release= @@ -4099,7 +6775,7 @@ vinfo= vinfo_number=no weak_libs= - single_module="${wl}-single_module" + single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. @@ -4107,15 +6783,15 @@ do case $arg in -shared) - test "$build_libtool_libs" != yes && \ - func_fatal_configuration "can not build a shared library" + test yes != "$build_libtool_libs" \ + && func_fatal_configuration "cannot 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 + if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then @@ -4148,11 +6824,11 @@ # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do - arg="$1" + arg=$1 shift - func_quote_for_eval "$arg" - qarg=$func_quote_for_eval_unquoted_result - func_append libtool_args " $func_quote_for_eval_result" + func_quote_arg pretty,unquoted "$arg" + qarg=$func_quote_arg_unquoted_result + func_append libtool_args " $func_quote_arg_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then @@ -4164,17 +6840,22 @@ esac case $prev in + bindir) + bindir=$arg + prev= + continue + ;; dlfiles|dlprefiles) - if test "$preload" = no; then + $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" - preload=yes - fi + preload=: + } case $arg in *.la | *.lo) ;; # We handle these cases below. force) - if test "$dlself" = no; then + if test no = "$dlself"; then dlself=needless export_dynamic=yes fi @@ -4182,9 +6863,9 @@ continue ;; self) - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then dlself=yes - elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless @@ -4194,10 +6875,10 @@ continue ;; *) - if test "$prev" = dlfiles; then - dlfiles="$dlfiles $arg" + if test dlfiles = "$prev"; then + func_append dlfiles " $arg" else - dlprefiles="$dlprefiles $arg" + func_append dlprefiles " $arg" fi prev= continue @@ -4205,14 +6886,14 @@ esac ;; expsyms) - export_symbols="$arg" + export_symbols=$arg test -f "$arg" \ - || func_fatal_error "symbol file \`$arg' does not exist" + || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) - export_symbols_regex="$arg" + export_symbols_regex=$arg prev= continue ;; @@ -4221,7 +6902,7 @@ *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; - *) deplibs="$deplibs $qarg.ltframework" # this is fixed later + *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; @@ -4230,7 +6911,13 @@ continue ;; inst_prefix) - inst_prefix_dir="$arg" + inst_prefix_dir=$arg + prev= + continue + ;; + mllvm) + # Clang does not use LLVM to link, so we can simply discard any + # '-mllvm $arg' options when doing the link step. prev= continue ;; @@ -4240,7 +6927,7 @@ moreargs= for fil in `cat "$save_arg"` do -# moreargs="$moreargs $fil" +# func_append moreargs " $fil" arg=$fil # A libtool-controlled object. @@ -4254,22 +6941,22 @@ 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'" + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result - if test "$pic_object" != none; then + if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. - pic_object="$xdir$pic_object" + 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" + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" prev= continue else @@ -4279,31 +6966,31 @@ fi # CHECK ME: I think I busted this. -Ossama - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then # Preload the old-style object. - dlprefiles="$dlprefiles $pic_object" + func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" - arg="$pic_object" + arg=$pic_object fi # Non-PIC object. - if test "$non_pic_object" != none; then + if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. - non_pic_object="$xdir$non_pic_object" + 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" + if test -z "$pic_object" || test none = "$pic_object"; 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" + non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else @@ -4311,7 +6998,7 @@ if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result @@ -4319,24 +7006,29 @@ func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else - func_fatal_error "\`$arg' is not a valid libtool object" + func_fatal_error "'$arg' is not a valid libtool object" fi fi done else - func_fatal_error "link input file \`$arg' does not exist" + func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; + os2dllname) + os2dllname=$arg + prev= + continue + ;; precious_regex) - precious_files_regex="$arg" + precious_files_regex=$arg prev= continue ;; release) - release="-$arg" + release=-$arg prev= continue ;; @@ -4348,48 +7040,48 @@ func_fatal_error "only absolute run-paths are allowed" ;; esac - if test "$prev" = rpath; then + if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; - *) rpath="$rpath $arg" ;; + *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; - *) xrpath="$xrpath $arg" ;; + *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) - shrext_cmds="$arg" + shrext_cmds=$arg prev= continue ;; weak) - weak_libs="$weak_libs $arg" + func_append weak_libs " $arg" prev= continue ;; xcclinker) - linker_flags="$linker_flags $qarg" - compiler_flags="$compiler_flags $qarg" + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) - compiler_flags="$compiler_flags $qarg" + func_append 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" + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" @@ -4403,7 +7095,7 @@ esac fi # test -n "$prev" - prevarg="$arg" + prevarg=$arg case $arg in -all-static) @@ -4417,7 +7109,7 @@ -allow-undefined) # FIXME: remove this flag sometime in the future. - func_fatal_error "\`-allow-undefined' must not be used because it is the default" + func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) @@ -4425,6 +7117,11 @@ continue ;; + -bindir) + prev=bindir + continue + ;; + -dlopen) prev=dlfiles continue @@ -4444,7 +7141,7 @@ 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 + if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex @@ -4475,44 +7172,51 @@ ;; -L*) - func_stripname '-L' '' "$arg" - dir=$func_stripname_result - if test -z "$dir"; then + func_stripname "-L" '' "$arg" + if test -z "$func_stripname_result"; then if test "$#" -gt 0; then - func_fatal_error "require no space between \`-L' and \`$1'" + func_fatal_error "require no space between '-L' and '$1'" else - func_fatal_error "need path for \`-L' option" + func_fatal_error "need path for '-L' option" fi fi + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result # 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" + func_fatal_error "cannot determine absolute directory name of '$dir'" + dir=$absdir ;; esac case "$deplibs " in - *" -L$dir "*) ;; + *" -L$dir "* | *" $arg "*) + # Will only happen for absolute or sysroot arguments + ;; *) - deplibs="$deplibs -L$dir" - lib_search_path="$lib_search_path $dir" + # Preserve sysroot, but never include relative directories + case $dir in + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; + esac + func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'` + testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; - *) dllsearchpath="$dllsearchpath:$dir";; + *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath="$dllsearchpath:$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -4520,43 +7224,48 @@ ;; -l*) - if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # 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 + test X-lc = "X$arg" && continue ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework - deplibs="$deplibs System.ltframework" + func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; esac - elif test "X$arg" = "X-lc_r"; then + elif test X-lc_r = "X$arg"; then case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi - deplibs="$deplibs $arg" + func_append deplibs " $arg" + continue + ;; + + -mllvm) + prev=mllvm continue ;; @@ -4568,27 +7277,28 @@ # 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" + -model|-arch|-isysroot|--sysroot) + func_append 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" + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + func_append 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" ;; + * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) - single_module="${wl}-multi_module" + single_module=$wl-multi_module continue ;; @@ -4602,8 +7312,8 @@ *-*-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" + func_warning "'-no-install' is ignored for $host" + func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; @@ -4621,6 +7331,11 @@ continue ;; + -os2dllname) + prev=os2dllname + continue + ;; + -o) prev=output ;; -precious-files-regex) @@ -4649,13 +7364,17 @@ # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; + =*) + func_stripname '=' '' "$dir" + dir=$lt_sysroot$func_stripname_result + ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; - *) xrpath="$xrpath $dir" ;; + *) func_append xrpath " $dir" ;; esac continue ;; @@ -4704,14 +7423,14 @@ func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= - save_ifs="$IFS"; IFS=',' + 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" + IFS=$save_ifs + func_quote_arg pretty "$flag" + func_append arg " $func_quote_arg_result" + func_append compiler_flags " $func_quote_arg_result" done - IFS="$save_ifs" + IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; @@ -4720,15 +7439,15 @@ func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= - save_ifs="$IFS"; IFS=',' + 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" + IFS=$save_ifs + func_quote_arg pretty "$flag" + func_append arg " $wl$func_quote_arg_result" + func_append compiler_flags " $wl$func_quote_arg_result" + func_append linker_flags " $func_quote_arg_result" done - IFS="$save_ifs" + IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; @@ -4750,39 +7469,68 @@ # -msg_* for osf cc -msg_*) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + func_quote_arg pretty "$arg" + arg=$func_quote_arg_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 + # Flags to be passed through unchanged, with rationale: + # -64, -mips[0-9] enable 64-bit mode for the SGI compiler + # -r[0-9][0-9]* specify processor for the SGI compiler + # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler + # +DA*, +DD* enable 64-bit mode for the HP compiler + # -q* compiler args for the IBM compiler + # -m*, -t[45]*, -txscale* architecture-specific flags for GCC + # -F/path path to uninstalled frameworks, gcc on darwin + # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # -fstack-protector* stack protector flags for GCC + # @file GCC response files + # -tp=* Portland pgcc target processor selection + # --sysroot=* for sysroot support + # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -specs=* GCC specs files + # -stdlib=* select c++ std lib with clang + # -fsanitize=* Clang/GCC memory and address sanitizer + # -fuse-ld=* Linker select flags for GCC -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" + -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ + -specs=*|-fsanitize=*|-fuse-ld=*) + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result func_append compile_command " $arg" func_append finalize_command " $arg" - compiler_flags="$compiler_flags $arg" + func_append compiler_flags " $arg" continue ;; + -Z*) + if test os2 = "`expr $host : '.*\(os2\)'`"; then + # OS/2 uses -Zxxx to specify OS/2-specific options + compiler_flags="$compiler_flags $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case $arg in + -Zlinker | -Zstack) + prev=xcompiler + ;; + esac + continue + else + # Otherwise treat like 'Some other compiler flag' below + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result + fi + ;; + # Some other compiler flag. -* | +*) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result ;; *.$objext) # A standard object. - objs="$objs $arg" + func_append objs " $arg" ;; *.lo) @@ -4798,22 +7546,22 @@ 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'" + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result - if test "$pic_object" != none; then + test none = "$pic_object" || { # Prepend the subdirectory the object is found in. - pic_object="$xdir$pic_object" + 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" + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" prev= continue else @@ -4823,31 +7571,31 @@ fi # CHECK ME: I think I busted this. -Ossama - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then # Preload the old-style object. - dlprefiles="$dlprefiles $pic_object" + func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" - arg="$pic_object" - fi + arg=$pic_object + } # Non-PIC object. - if test "$non_pic_object" != none; then + if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. - non_pic_object="$xdir$non_pic_object" + 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" + if test -z "$pic_object" || test none = "$pic_object"; 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" + non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else @@ -4855,7 +7603,7 @@ if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result @@ -4863,31 +7611,32 @@ func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else - func_fatal_error "\`$arg' is not a valid libtool object" + func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. - deplibs="$deplibs $arg" - old_deplibs="$old_deplibs $arg" + func_append deplibs " $arg" + func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. - if test "$prev" = dlfiles; then + func_resolve_sysroot "$arg" + if test dlfiles = "$prev"; then # This library was specified with -dlopen. - dlfiles="$dlfiles $arg" + func_append dlfiles " $func_resolve_sysroot_result" prev= - elif test "$prev" = dlprefiles; then + elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. - dlprefiles="$dlprefiles $arg" + func_append dlprefiles " $func_resolve_sysroot_result" prev= else - deplibs="$deplibs $arg" + func_append deplibs " $func_resolve_sysroot_result" fi continue ;; @@ -4896,8 +7645,8 @@ *) # 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" + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result ;; esac # arg @@ -4909,9 +7658,9 @@ done # argument parsing loop test -n "$prev" && \ - func_fatal_help "the \`$prevarg' option requires an argument" + func_fatal_help "the '$prevarg' option requires an argument" - if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" @@ -4920,20 +7669,25 @@ oldlibs= # calculate the name of the file, without its directory func_basename "$output" - outputname="$func_basename_result" - libobjs_save="$libobjs" + 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\'\` + eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'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\" + # Definition is injected by LT_CONFIG during libtool generation. + func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" + func_dirname "$output" "/" "" - output_objdir="$func_dirname_result$objdir" + output_objdir=$func_dirname_result$objdir + func_to_tool_file "$output_objdir/" + tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" @@ -4954,15 +7708,15 @@ # 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 + if $opt_preserve_dup_deps; then case "$libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - libs="$libs $deplib" + func_append libs " $deplib" done - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps @@ -4972,9 +7726,9 @@ 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" ;; + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac - pre_post_deps="$pre_post_deps $pre_post_dep" + func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= @@ -4994,7 +7748,7 @@ case $file in *.la) ;; *) - func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done @@ -5002,7 +7756,7 @@ prog) compile_deplibs= finalize_deplibs= - alldeplibs=no + alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" @@ -5014,82 +7768,85 @@ 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 + if test lib,link = "$linkmode,$pass"; 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" + deplibs=$tmp_deplibs fi - if test "$linkmode,$pass" = "lib,link" || - test "$linkmode,$pass" = "prog,scan"; then - libs="$deplibs" + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass"; then + libs=$deplibs deplibs= fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then case $pass in - dlopen) libs="$dlfiles" ;; - dlpreopen) libs="$dlprefiles" ;; + dlopen) libs=$dlfiles ;; + dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi - if test "$linkmode,$pass" = "lib,dlpreopen"; then + if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= + func_resolve_sysroot "$lib" case $lib in - *.la) func_source "$lib" ;; + *.la) func_source "$func_resolve_sysroot_result" ;; 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"` + func_basename "$deplib" + deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; - *) deplibs="$deplibs $deplib" ;; + *) func_append deplibs " $deplib" ;; esac done done - libs="$dlprefiles" + libs=$dlprefiles fi - if test "$pass" = dlopen; then + if test dlopen = "$pass"; then # Collect dlpreopened libraries - save_deplibs="$deplibs" + save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= - found=no + found=false case $deplib in - -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) - if test "$linkmode,$pass" = "prog,link"; then + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ + |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - compiler_flags="$compiler_flags $deplib" - if test "$linkmode" = lib ; then + func_append compiler_flags " $deplib" + if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + * ) func_append 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" + if test lib != "$linkmode" && test prog != "$linkmode"; then + func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result - if test "$linkmode" = lib; then + if test lib = "$linkmode"; 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" @@ -5097,31 +7854,22 @@ 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}" + lib=$searchdir/lib$name$search_ext if test -f "$lib"; then - if test "$search_ext" = ".la"; then - found=yes + if test .la = "$search_ext"; then + found=: else - found=no + found=false 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 $found; then + # 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 + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then @@ -5129,19 +7877,19 @@ old_library= func_source "$lib" for l in $old_library $library_names; do - ll="$l" + ll=$l done - if test "X$ll" = "X$old_library" ; then # only static version available - found=no + if test "X$ll" = "X$old_library"; then # only static version available + found=false func_dirname "$lib" "" "." - ladir="$func_dirname_result" + ladir=$func_dirname_result lib=$ladir/$old_library - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" - test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi @@ -5150,18 +7898,28 @@ *) ;; esac fi + else + # deplib doesn't seem to be a libtool library + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" + fi + continue fi ;; # -l *.ltframework) - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" - if test "$linkmode" = lib ; then + if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi @@ -5171,47 +7929,53 @@ case $linkmode in lib) deplibs="$deplib $deplibs" - test "$pass" = conv && continue + test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" - newlib_search_path="$newlib_search_path $func_stripname_result" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi - if test "$pass" = scan; then + if test scan = "$pass"; 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_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) - func_warning "\`-L' is ignored for archives/objects" + func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) - if test "$pass" = link; then + if test link = "$pass"; then func_stripname '-R' '' "$deplib" - dir=$func_stripname_result + func_resolve_sysroot "$func_stripname_result" + dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; - *) xrpath="$xrpath $dir" ;; + *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; - *.la) lib="$deplib" ;; + *.la) + func_resolve_sysroot "$deplib" + lib=$func_resolve_sysroot_result + ;; *.$libext) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi @@ -5222,40 +7986,40 @@ case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) - valid_a_lib=no + valid_a_lib=false 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 \ + if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then - valid_a_lib=yes + valid_a_lib=: fi ;; pass_all) - valid_a_lib=yes + valid_a_lib=: ;; 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 + if $valid_a_lib; then + echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" + else + 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." fi ;; esac continue ;; prog) - if test "$pass" != link; then + if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" @@ -5266,38 +8030,36 @@ esac # linkmode ;; # *.$libext *.lo | *.$objext) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" - elif test "$linkmode" = prog; then - if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + elif test prog = "$linkmode"; then + if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. - newdlprefiles="$newdlprefiles $deplib" + func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - newdlfiles="$newdlfiles $deplib" + func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) - alldeplibs=yes + alldeplibs=: 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 + $found || test -f "$lib" \ + || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # 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_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." - ladir="$func_dirname_result" + ladir=$func_dirname_result dlname= dlopen= @@ -5318,44 +8080,44 @@ # 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'` + tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED '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";; + *) func_append 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" + dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass" || + { test prog != "$linkmode" && test lib != "$linkmode"; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi - if test "$pass" = conv; then + if test conv = "$pass"; 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'" + 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" + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + elif test prog != "$linkmode" && test lib != "$linkmode"; 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 + if $opt_preserve_dup_deps; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - tmp_libs="$tmp_libs $deplib" + func_append tmp_libs " $deplib" done continue fi # $pass = conv @@ -5363,101 +8125,133 @@ # Get the name of the library we link against. linklib= - for l in $old_library $library_names; do - linklib="$l" - done + if test -n "$old_library" && + { test yes = "$prefer_static_libs" || + test built,no = "$prefer_static_libs,$installed"; }; then + linklib=$old_library + else + for l in $old_library $library_names; do + linklib=$l + done + fi if test -z "$linklib"; then - func_fatal_error "cannot find name of link library for \`$lib'" + 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 dlopen = "$pass"; then + test -z "$libdir" \ + && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || - test "$dlopen_support" != yes || - test "$build_libtool_libs" = no; then + test yes != "$dlopen_support" || + test no = "$build_libtool_libs" + 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" + func_append dlprefiles " $lib $dependency_libs" else - newdlfiles="$newdlfiles $lib" + func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in - [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + [\\/]* | [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 "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" - abs_ladir="$ladir" + abs_ladir=$ladir fi ;; esac func_basename "$lib" - laname="$func_basename_result" + 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" + if test yes = "$installed"; then + if test ! -f "$lt_sysroot$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" + dir=$lt_sysroot$libdir + absdir=$lt_sysroot$libdir fi - test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then - dir="$ladir" - absdir="$abs_ladir" + dir=$ladir + absdir=$abs_ladir # Remove this search path later - notinst_path="$notinst_path $abs_ladir" + func_append notinst_path " $abs_ladir" else - dir="$ladir/$objdir" - absdir="$abs_ladir/$objdir" + dir=$ladir/$objdir + absdir=$abs_ladir/$objdir # Remove this search path later - notinst_path="$notinst_path $abs_ladir" + func_append 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" + if test dlpreopen = "$pass"; then + if test -z "$libdir" && test prog = "$linkmode"; then + func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi + case $host in + # special handling for platforms with PE-DLLs. + *cygwin* | *mingw* | *cegcc* ) + # Linker will automatically link against shared library if both + # static and shared are present. Therefore, ensure we extract + # symbols from the import library if a shared library is present + # (otherwise, the dlopen module name will be incorrect). We do + # this by putting the import library name into $newdlprefiles. + # We recover the dlopen module name by 'saving' the la file + # name in a special purpose variable, and (later) extracting the + # dlname from the la file. + if test -n "$dlname"; then + func_tr_sh "$dir/$linklib" + eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" + func_append newdlprefiles " $dir/$linklib" + else + func_append 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" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + fi + ;; + * ) + # Prefer using a static library (so that no silly _DYNAMIC symbols + # are required to link). + if test -n "$old_library"; then + func_append 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" && \ + func_append dlpreconveniencelibs " $dir/$old_library" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + func_append newdlprefiles " $dir/$dlname" + else + func_append newdlprefiles " $dir/$linklib" + fi + ;; + esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" - elif test "$linkmode,$pass" = "prog,link"; then + elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else @@ -5467,52 +8261,53 @@ fi - if test "$linkmode" = prog && test "$pass" != link; then - newlib_search_path="$newlib_search_path $ladir" + if test prog = "$linkmode" && test link != "$pass"; then + func_append 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 + linkalldeplibs=false + if test no != "$link_all_deplibs" || test -z "$library_names" || + test no = "$build_libtool_libs"; then + linkalldeplibs=: 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" + func_resolve_sysroot "$func_stripname_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? - if test "$linkalldeplibs" = yes; then + if $linkalldeplibs; 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 + if $opt_preserve_dup_deps; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - tmp_libs="$tmp_libs $deplib" + func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && - { { test "$prefer_static_libs" = no || - test "$prefer_static_libs,$installed" = "built,yes"; } || + { { test no = "$prefer_static_libs" || + test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path - if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. - case "$temp_rpath:" in + case $temp_rpath: in *"$absdir:"*) ;; - *) temp_rpath="$temp_rpath$absdir:" ;; + *) func_append temp_rpath "$absdir:" ;; esac fi @@ -5524,7 +8319,7 @@ *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath="$compile_rpath $absdir" + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -5533,15 +8328,15 @@ *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" + *) func_append 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 && + if $alldeplibs && + { test pass_all = "$deplibs_check_method" || + { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue @@ -5550,20 +8345,20 @@ 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 + if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && - { test "$use_static_libs" = no || test -z "$old_library"; }; then + { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in - *cygwin* | *mingw* | *cegcc*) + *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded - notinst_deplibs="$notinst_deplibs $lib" + func_append notinst_deplibs " $lib" need_relink=no ;; *) - if test "$installed" = no; then - notinst_deplibs="$notinst_deplibs $lib" + if test no = "$installed"; then + func_append notinst_deplibs " $lib" need_relink=yes fi ;; @@ -5572,24 +8367,24 @@ # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! - dlopenmodule="" + dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then - dlopenmodule="$dlpremoduletest" + dlopenmodule=$dlpremoduletest break fi done - if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then - $ECHO - if test "$linkmode" = prog; then + if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then + echo + if test prog = "$linkmode"; 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 + if test lib = "$linkmode" && + test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. @@ -5598,7 +8393,7 @@ *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath="$compile_rpath $absdir" + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -5607,7 +8402,7 @@ *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" + *) func_append finalize_rpath " $libdir" ;; esac ;; esac @@ -5617,43 +8412,43 @@ # figure out the soname set dummy $library_names shift - realname="$1" + 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" + soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in - *cygwin* | mingw* | *cegcc*) + *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result - versuffix="-$major" + versuffix=-$major ;; esac eval soname=\"$soname_spec\" else - soname="$realname" + soname=$realname fi # Make a new name for the extract_expsyms_cmds to use - soroot="$soname" + soroot=$soname func_basename "$soroot" - soname="$func_basename_result" + 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_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_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 @@ -5661,70 +8456,70 @@ linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" - if test "$linkmode" = prog || test "$mode" != relink; then + if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) - if test "$hardcode_direct" = no; then - add="$dir/$linklib" + if test no = "$hardcode_direct"; then + add=$dir/$linklib case $host in - *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; - *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; + *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ - *-*-unixware7*) add_dir="-L$dir" ;; + *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) - # if the lib is a (non-dlopened) module then we can not + # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | - $GREP ": [^:]* bundle" >/dev/null ; then + $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" + 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" + add=$dir/$old_library fi elif test -n "$old_library"; then - add="$dir/$old_library" + add=$dir/$old_library fi fi esac - elif test "$hardcode_minus_L" = no; then + elif test no = "$hardcode_minus_L"; then case $host in - *-*-sunos*) add_shlibpath="$dir" ;; + *-*-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" + add_dir=-L$dir + add=-l$name + elif test no = "$hardcode_shlibpath_var"; 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" + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$dir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$absdir # 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" + func_append 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" + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then + add_shlibpath=$dir + add=-l$name else lib_linked=no fi @@ -5732,72 +8527,72 @@ *) lib_linked=no ;; esac - if test "$lib_linked" != yes; then + if test yes != "$lib_linked"; 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:" ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; 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 + if test yes != "$hardcode_direct" && + test yes != "$hardcode_minus_L" && + test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi - if test "$linkmode" = prog || test "$mode" = relink; then + if test prog = "$linkmode" || test relink = "$opt_mode"; 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 + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$libdir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$libdir + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac - add="-l$name" - elif test "$hardcode_automatic" = yes; then + add=-l$name + elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && - test -f "$inst_prefix_dir$libdir/$linklib" ; then - add="$inst_prefix_dir$libdir/$linklib" + test -f "$inst_prefix_dir$libdir/$linklib"; then + add=$inst_prefix_dir$libdir/$linklib else - add="$libdir/$linklib" + add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. - add_dir="-L$libdir" + 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" + func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi - add="-l$name" + add=-l$name fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else @@ -5805,43 +8600,43 @@ test -n "$add" && deplibs="$add $deplibs" fi fi - elif test "$linkmode" = prog; then + elif test prog = "$linkmode"; 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" + if test unsupported != "$hardcode_direct"; 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 + elif test yes = "$build_libtool_libs"; then # Not a shared library - if test "$deplibs_check_method" != pass_all; then + if test pass_all != "$deplibs_check_method"; 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." + echo + $ECHO "*** Warning: This system cannot 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 yes = "$module"; 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." + 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 + if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else @@ -5854,11 +8649,11 @@ fi fi # link shared/static library? - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then if test -n "$dependency_libs" && - { test "$hardcode_into_libs" != yes || - test "$build_old_libs" = yes || - test "$link_static" = yes; }; then + { test yes != "$hardcode_into_libs" || + test yes = "$build_old_libs" || + test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do @@ -5867,45 +8662,54 @@ temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; - *) xrpath="$xrpath $temp_xrpath";; + *) func_append xrpath " $temp_xrpath";; esac;; - *) temp_deplibs="$temp_deplibs $libdir";; + *) func_append temp_deplibs " $libdir";; esac done - dependency_libs="$temp_deplibs" + dependency_libs=$temp_deplibs fi - newlib_search_path="$newlib_search_path $absdir" + func_append newlib_search_path " $absdir" # Link against this library - test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + test no = "$link_static" && 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 $deplib in + -L*) func_stripname '-L' '' "$deplib" + func_resolve_sysroot "$func_stripname_result";; + *) func_resolve_sysroot "$deplib" ;; + esac + if $opt_preserve_dup_deps; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + *" $func_resolve_sysroot_result "*) + func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi - tmp_libs="$tmp_libs $deplib" + func_append tmp_libs " $func_resolve_sysroot_result" done - if test "$link_all_deplibs" != no; then + if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do + path= case $deplib in - -L*) path="$deplib" ;; + -L*) path=$deplib ;; *.la) + func_resolve_sysroot "$deplib" + deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result # We need an absolute path. case $dir in - [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + [\\/]* | [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" + func_warning "cannot determine absolute directory name of '$dir'" + absdir=$dir fi ;; esac @@ -5913,35 +8717,35 @@ 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 + 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 -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}}'` + 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}" + func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" + func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) - path="-L$absdir/$objdir" + path=-L$absdir/$objdir ;; esac else - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ - func_fatal_error "\`$deplib' is not a valid libtool archive" + func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ - func_warning "\`$deplib' seems to be moved" + func_warning "'$deplib' seems to be moved" - path="-L$absdir" + path=-L$absdir fi ;; esac @@ -5953,38 +8757,38 @@ fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs - if test "$pass" = link; then - if test "$linkmode" = "prog"; then + if test link = "$pass"; then + if test prog = "$linkmode"; 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'` + compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi - dependency_libs="$newdependency_libs" - if test "$pass" = dlpreopen; then + dependency_libs=$newdependency_libs + if test dlpreopen = "$pass"; 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 + if test dlopen != "$pass"; then + test conv = "$pass" || { # 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" ;; + *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= - fi + } - if test "$linkmode,$pass" != "prog,link"; then - vars="deplibs" - else + if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" + else + vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order @@ -6033,71 +8837,102 @@ -L*) case " $tmp_libs " in *" $deplib "*) ;; - *) tmp_libs="$tmp_libs $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac ;; - *) tmp_libs="$tmp_libs $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi + + # Add Sun CC postdeps if required: + test CXX = "$tagname" && { + case $host_os in + linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C++ 5.9 + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + + solaris*) + func_cc_basename "$CC" + case $func_cc_basename_result in + CC* | sunCC*) + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + esac + } + # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= - for i in $dependency_libs ; do + for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) - i="" + i= ;; esac - if test -n "$i" ; then - tmp_libs="$tmp_libs $i" + if test -n "$i"; then + func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass - if test "$linkmode" = prog; then - dlfiles="$newdlfiles" + if test prog = "$linkmode"; then + dlfiles=$newdlfiles fi - if test "$linkmode" = prog || test "$linkmode" = lib; then - dlprefiles="$newdlprefiles" + if test prog = "$linkmode" || test lib = "$linkmode"; then + dlprefiles=$newdlprefiles fi case $linkmode in oldlib) - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then - func_warning "\`-dlopen' is ignored for archives" + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) - func_warning "\`-l' and \`-L' are ignored for archives" ;; + func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ - func_warning "\`-rpath' is ignored for archives" + func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ - func_warning "\`-R' is ignored for archives" + func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ - func_warning "\`-version-info/-version-number' is ignored for archives" + func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ - func_warning "\`-release' is ignored for archives" + func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ - func_warning "\`-export-symbols' is ignored for archives" + 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" + oldlibs=$output + func_append objs "$old_deplibs" ;; lib) - # Make sure we only generate libraries of the form `libNAME.la'. + # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" @@ -6106,10 +8941,10 @@ eval libname=\"$libname_spec\" ;; *) - test "$module" = no && \ - func_fatal_help "libtool library \`$output' must begin with \`lib'" + test no = "$module" \ + && func_fatal_help "libtool library '$output' must begin with 'lib'" - if test "$need_lib_prefix" != no; then + if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result @@ -6123,31 +8958,31 @@ 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" + if test pass_all != "$deplibs_check_method"; then + func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else - $ECHO + echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" - libobjs="$libobjs $objs" + func_append libobjs " $objs" fi fi - test "$dlself" != no && \ - func_warning "\`-dlopen self' is ignored for libtool libraries" + test no = "$dlself" \ + || 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" + test 1 -lt "$#" \ + && func_warning "ignoring multiple '-rpath's for a libtool library" - install_libdir="$1" + install_libdir=$1 oldlibs= if test -z "$rpath"; then - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. - # Some compilers have problems with a `.al' extension so + # 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" @@ -6156,20 +8991,20 @@ fi test -n "$vinfo" && \ - func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ - func_warning "\`-release' is ignored for convenience libraries" + func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. - save_ifs="$IFS"; IFS=':' + save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift - IFS="$save_ifs" + IFS=$save_ifs test -n "$7" && \ - func_fatal_help "too many parameters to \`-version-info'" + func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts @@ -6177,41 +9012,42 @@ case $vinfo_number in yes) - number_major="$1" - number_minor="$2" - number_revision="$3" + 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 + # that has an extra 1 added just for fun # case $version_type in - darwin|linux|osf|windows|none) + # correct linux to gnu/linux during the next big refactor + darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result - age="$number_minor" - revision="$number_revision" + age=$number_minor + revision=$number_revision ;; - freebsd-aout|freebsd-elf|sunos) - current="$number_major" - revision="$number_minor" - age="0" + freebsd-aout|qnx|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" + age=$number_minor + revision=$number_minor lt_irix_increment=no ;; esac ;; no) - current="$1" - revision="$2" - age="$3" + current=$1 + revision=$2 + age=$3 ;; esac @@ -6219,30 +9055,30 @@ 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" + 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" + 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" + 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" + 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. @@ -6257,26 +9093,36 @@ # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result - versuffix="$major.$age.$revision" + 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" + xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + # On Darwin other compilers + case $CC in + nagfor*) + verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" + ;; + *) + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + esac ;; freebsd-aout) - major=".$current" - versuffix=".$current.$revision"; + major=.$current + versuffix=.$current.$revision ;; freebsd-elf) - major=".$current" - versuffix=".$current" + func_arith $current - $age + major=.$func_arith_result + versuffix=$major.$age.$revision ;; irix | nonstopux) - if test "X$lt_irix_increment" = "Xno"; then + if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 @@ -6287,69 +9133,74 @@ nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac - verstring="$verstring_prefix$major.$revision" + verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision - while test "$loop" -ne 0; do + while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result - verstring="$verstring_prefix$major.$iface:$verstring" + verstring=$verstring_prefix$major.$iface:$verstring done - # Before this point, $major must not contain `.'. + # Before this point, $major must not contain '.'. major=.$major - versuffix="$major.$revision" + versuffix=$major.$revision ;; - linux) + linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result - versuffix="$major.$age.$revision" + versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result - versuffix=".$current.$age.$revision" - verstring="$current.$age.$revision" + 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 + while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result - verstring="$verstring:${iface}.0" + verstring=$verstring:$iface.0 done # Make executables depend on our current version. - verstring="$verstring:${current}.0" + func_append verstring ":$current.0" ;; qnx) - major=".$current" - versuffix=".$current" + major=.$current + versuffix=.$current + ;; + + sco) + major=.$current + versuffix=.$current ;; sunos) - major=".$current" - versuffix=".$current.$revision" + major=.$current + versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one - # extension on DOS 8.3 filesystems. + # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result - versuffix="-$major" + versuffix=-$major ;; *) - func_fatal_configuration "unknown library version type \`$version_type'" + func_fatal_configuration "unknown library version type '$version_type'" ;; esac @@ -6363,42 +9214,45 @@ verstring= ;; *) - verstring="0.0" + verstring=0.0 ;; esac - if test "$need_version" = no; then + if test no = "$need_version"; then versuffix= else - versuffix=".0.0" + 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 + if test yes,no = "$avoid_version,$need_version"; then major= versuffix= - verstring="" + 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 + if test yes = "$allow_undefined"; then + if test unsupported = "$allow_undefined_flag"; then + if test yes = "$build_old_libs"; then + func_warning "undefined symbols not allowed in $host shared libraries; building static only" + build_libtool_libs=no + else + func_fatal_error "can't build $host shared library unless -no-undefined is specified" + fi fi else # Don't allow undefined symbols. - allow_undefined_flag="$no_undefined_flag" + allow_undefined_flag=$no_undefined_flag fi fi - func_generate_dlsyms "$libname" "$libname" "yes" - libobjs="$libobjs $symfileobj" - test "X$libobjs" = "X " && libobjs= + func_generate_dlsyms "$libname" "$libname" : + func_append libobjs " $symfileobj" + test " " = "$libobjs" && libobjs= - if test "$mode" != relink; then + if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= @@ -6407,14 +9261,14 @@ case $p in *.$objext | *.gcno) ;; - $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) - if test "X$precious_files_regex" != "X"; then + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) + if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi - removelist="$removelist $p" + func_append removelist " $p" ;; *) ;; esac @@ -6424,64 +9278,65 @@ 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" + if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then + func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $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"` + # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` + # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` + # dependency_libs=`$ECHO "$dependency_libs " | $SED "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" + func_replace_sysroot "$libdir" + func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done - if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened - old_dlfiles="$dlfiles" + old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; - *) dlfiles="$dlfiles $lib" ;; + *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files - old_dlprefiles="$dlprefiles" + old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; - *) dlprefiles="$dlprefiles $lib" ;; + *) func_append dlprefiles " $lib" ;; esac done - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*) + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # 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" + func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. @@ -6497,8 +9352,8 @@ ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then - deplibs="$deplibs -lc" + if test yes = "$build_libtool_need_lc"; then + func_append deplibs " -lc" fi ;; esac @@ -6513,9 +9368,9 @@ # 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="" + release= + versuffix= + major= newdeplibs= droppeddeps=no case $deplibs_check_method in @@ -6544,35 +9399,35 @@ -l*) func_stripname -l '' "$i" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) - newdeplibs="$newdeplibs $i" - i="" + func_append newdeplibs " $i" + i= ;; esac fi - if test -n "$i" ; then + if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 - if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" + if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then + func_append newdeplibs " $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $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 I believe you do not have" - $ECHO "*** because a test_compile did reveal that the linker did not use it for" - $ECHO "*** its dynamic dependency list that programs get resolved with at runtime." + 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 I believe you do not have" + echo "*** because a test_compile did reveal that the linker did not use it for" + echo "*** its dynamic dependency list that programs get resolved with at runtime." fi fi ;; *) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" ;; esac done @@ -6587,43 +9442,43 @@ $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $i; then ldd_output=`ldd conftest` - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) - newdeplibs="$newdeplibs $i" - i="" + func_append newdeplibs " $i" + i= ;; esac fi - if test -n "$i" ; then + if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 - if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs="$newdeplibs $i" + if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then + func_append newdeplibs " $i" else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." - $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 a test_compile did reveal that the linker did not use this one" - $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime." + 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 a test_compile did reveal that the linker did not use this one" + echo "*** as a dynamic dependency that programs can get resolved with at runtime." fi fi else droppeddeps=yes - $ECHO + echo $ECHO "*** Warning! Library $i is needed by this library but I was not able to" - $ECHO "*** make it link in! You will probably need to install it or some" - $ECHO "*** library that it depends on before this library will be fully" - $ECHO "*** functional. Installing it before continuing would be even better." + echo "*** make it link in! You will probably need to install it or some" + echo "*** library that it depends on before this library will be fully" + echo "*** functional. Installing it before continuing would be even better." fi ;; *) - newdeplibs="$newdeplibs $i" + func_append newdeplibs " $i" ;; esac done @@ -6637,18 +9492,30 @@ -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs="$newdeplibs $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= ;; esac fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` + if test -n "$file_magic_glob"; then + libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` + else + libnameglob=$libname + fi + test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + if test yes = "$want_nocaseglob"; then + shopt -s nocaseglob + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + $nocaseglob + else + potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` + fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | @@ -6660,33 +9527,33 @@ # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? - potlib="$potent_lib" + potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do - potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in - [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; - *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; + *) potlib=`$ECHO "$potlib" | $SED '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="" + func_append newdeplibs " $a_deplib" + a_deplib= break 2 fi done done fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then droppeddeps=yes - $ECHO + 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 "*** 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" @@ -6696,7 +9563,7 @@ ;; *) # Add a -L argument. - newdeplibs="$newdeplibs $a_deplib" + func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. @@ -6709,38 +9576,38 @@ -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs="$newdeplibs $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= ;; esac fi - if test -n "$a_deplib" ; then + 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 | \ + potlib=$potent_lib # see symlink-check above in file_magic test + if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then - newdeplibs="$newdeplibs $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= break 2 fi done done fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then droppeddeps=yes - $ECHO + 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 "*** 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" @@ -6750,32 +9617,32 @@ ;; *) # Add a -L argument. - newdeplibs="$newdeplibs $a_deplib" + func_append 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 + newdeplibs= + tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` + if test yes = "$allow_libtool_libs_with_static_runtimes"; 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,,"` + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "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." + case $tmp_deplibs in + *[!\ \ ]*) + echo + if test none = "$deplibs_check_method"; then + echo "*** Warning: inter-library dependencies are not supported in this platform." else - $ECHO "*** Warning: inter-library dependencies are not known to be supported." + echo "*** Warning: inter-library dependencies are not known to be supported." fi - $ECHO "*** All declared inter-library dependencies are being dropped." + echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes - fi + ;; + esac ;; esac versuffix=$versuffix_save @@ -6787,44 +9654,44 @@ 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 /'` + newdeplibs=`$ECHO " $newdeplibs" | $SED '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" + if test yes = "$droppeddeps"; then + if test yes = "$module"; 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." + 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." + 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" + if test no = "$build_old_libs"; 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" + 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 no = "$allow_undefined"; 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 no = "$build_old_libs"; then + oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else @@ -6839,9 +9706,9 @@ # 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'` + newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -6854,7 +9721,7 @@ *) case " $deplibs " in *" -L$path/$objdir "*) - new_libs="$new_libs -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -6864,13 +9731,13 @@ -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done - deplibs="$new_libs" + deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= @@ -6878,62 +9745,65 @@ 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 + if test yes = "$build_libtool_libs"; then + # Remove $wl instances when linking with ld. + # FIXME: should test the right _cmds variable. + case $archive_cmds in + *\$LD\ *) wl= ;; + esac + if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= - rpath="$finalize_rpath" - test "$mode" != relink && rpath="$compile_rpath$rpath" + rpath=$finalize_rpath + test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then + func_replace_sysroot "$libdir" + libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + 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" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - dep_rpath="$dep_rpath $flag" + func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath="$perm_rpath $libdir" ;; + *) func_append 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 + libdir=$hardcode_libdirs + eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" 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:" + func_append 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" + shlibpath=$finalize_shlibpath + test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi @@ -6943,34 +9813,34 @@ eval library_names=\"$library_names_spec\" set dummy $library_names shift - realname="$1" + realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else - soname="$realname" + soname=$realname fi if test -z "$dlname"; then dlname=$soname fi - lib="$output_objdir/$realname" + lib=$output_objdir/$realname linknames= for link do - linknames="$linknames $link" + func_append linknames " $link" done # Use standard objects if they are pic - test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$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" + export_symbols=$output_objdir/$libname.uexp + func_append delfiles " $export_symbols" fi orig_export_symbols= @@ -6978,36 +9848,68 @@ 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 + func_dll_def_p "$export_symbols" || { # 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" + 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" + if test yes = "$always_export_symbols" || 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 + save_ifs=$IFS; IFS='~' + for cmd1 in $cmds; do + IFS=$save_ifs + # Take the normal branch if the nm_file_list_spec branch + # doesn't work or if tool conversion is not needed. + case $nm_file_list_spec~$to_tool_file_cmd in + *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) + try_normal_branch=yes + eval cmd=\"$cmd1\" + func_len " $cmd" + len=$func_len_result + ;; + *) + try_normal_branch=no + ;; + esac + if test yes = "$try_normal_branch" \ + && { test "$len" -lt "$max_cmd_len" \ + || test "$max_cmd_len" -le -1; } + then + func_show_eval "$cmd" 'exit $?' + skipped_export=false + elif test -n "$nm_file_list_spec"; then + func_basename "$output" + output_la=$func_basename_result + save_libobjs=$libobjs + save_output=$output + output=$output_objdir/$output_la.nm + func_to_tool_file "$output" + libobjs=$nm_file_list_spec$func_to_tool_file_result + func_append delfiles " $output" + func_verbose "creating $NM input file list: $output" + for obj in $save_libobjs; do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > "$output" + eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' + output=$save_output + libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. @@ -7018,8 +9920,8 @@ break fi done - IFS="$save_ifs" - if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + IFS=$save_ifs + if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi @@ -7027,21 +9929,21 @@ 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"' + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols + $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi - if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + if test : != "$skipped_export" && 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" + 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 + # '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" + func_append 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 @@ -7051,15 +9953,15 @@ case " $convenience " in *" $test_deplib "*) ;; *) - tmp_deplibs="$tmp_deplibs $test_deplib" + func_append tmp_deplibs " $test_deplib" ;; esac done - deplibs="$tmp_deplibs" + deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && - test "$compiler_needs_object" = yes && + test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. @@ -7070,27 +9972,27 @@ eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else - gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $convenience - libobjs="$libobjs $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi - if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" - linker_flags="$linker_flags $flag" + func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking - if test "$mode" = relink; then + if test relink = "$opt_mode"; 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 yes = "$module" && 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 @@ -7108,7 +10010,7 @@ fi fi - if test "X$skipped_export" != "X:" && + if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then @@ -7130,7 +10032,8 @@ save_libobjs=$libobjs fi save_output=$output - output_la=`$ECHO "X$output" | $Xsed -e "$basename"` + func_basename "$output" + output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. @@ -7140,37 +10043,42 @@ 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 + if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then + output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" - $ECHO 'INPUT (' > $output + echo 'INPUT (' > $output for obj in $save_libobjs do - $ECHO "$obj" >> $output + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $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 + echo ')' >> $output + func_append delfiles " $output" + func_to_tool_file "$output" + output=$func_to_tool_file_result + elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; 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 + if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do - $ECHO "$obj" >> $output + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" >> $output done - delfiles="$delfiles $output" - output=$firstobj\"$file_list_spec$output\" + func_append delfiles " $output" + func_to_tool_file "$output" + output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." - output=$output_objdir/$output_la-${k}.$objext + output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result @@ -7182,25 +10090,27 @@ func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result - if test "X$objlist" = X || + if test -z "$objlist" || 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 + if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. - eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + reload_objs=$objlist + eval concat_cmds=\"$reload_cmds\" 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\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi - last_robj=$output_objdir/$output_la-${k}.$objext + 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 + output=$output_objdir/$output_la-$k.$objext + objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result @@ -7210,19 +10120,20 @@ # 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\" + reload_objs="$objlist $last_robj" + eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then - eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi - delfiles="$delfiles $output" + func_append delfiles " $output" else output= fi - if ${skipped_export-false}; then - func_verbose "generating symbol list for \`$libname.la'" - export_symbols="$output_objdir/$libname.exp" + ${skipped_export-false} && { + 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. @@ -7231,24 +10142,24 @@ 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='~' + 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" + IFS=$save_ifs + $opt_quiet || { + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -7257,7 +10168,7 @@ exit $lt_exit } done - IFS="$save_ifs" + 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"' @@ -7265,27 +10176,27 @@ fi fi - if ${skipped_export-false}; then + ${skipped_export-false} && { 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"' + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols + $opt_dry_run || eval '$ECHO "$include_expsyms" | $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" + 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 + # '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" + func_append 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. @@ -7299,7 +10210,7 @@ # value of $libobjs for piecewise linking. # Do each of the archive commands. - if test "$module" = yes && test -n "$module_cmds" ; then + if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else @@ -7321,27 +10232,28 @@ # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then - gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - libobjs="$libobjs $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi - save_ifs="$IFS"; IFS='~' + save_ifs=$IFS; IFS='~' for cmd in $cmds; do - IFS="$save_ifs" + IFS=$sp$nl eval cmd=\"$cmd\" - $opt_silent || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" + IFS=$save_ifs + $opt_quiet || { + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -7350,10 +10262,10 @@ exit $lt_exit } done - IFS="$save_ifs" + IFS=$save_ifs # Restore the uninstalled library and exit - if test "$mode" = relink; then + if test relink = "$opt_mode"; 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 @@ -7373,39 +10285,39 @@ done # If -module or -export-dynamic was specified, set the dlname. - if test "$module" = yes || test "$export_dynamic" = yes; then + if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. - dlname="$soname" + dlname=$soname fi fi ;; obj) - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then - func_warning "\`-dlopen' is ignored for objects" + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) - func_warning "\`-l' and \`-L' are ignored for objects" ;; + func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ - func_warning "\`-rpath' is ignored for objects" + func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ - func_warning "\`-R' is ignored for objects" + func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ - func_warning "\`-version-info' is ignored for objects" + func_warning "'-version-info' is ignored for objects" test -n "$release" && \ - func_warning "\`-release' is ignored for objects" + 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" + func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" @@ -7413,7 +10325,7 @@ ;; *) libobj= - obj="$output" + obj=$output ;; esac @@ -7426,28 +10338,33 @@ # 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 reload_cmds runs $LD directly, get rid of -Wl from + # whole_archive_flag_spec and hope we can get by with turning comma + # into space. + case $reload_cmds in + *\$LD[\ \$]*) wl= ;; + esac 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'` + test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else - gentop="$output_objdir/${obj}x" - generated="$generated $gentop" + gentop=$output_objdir/${obj}x + func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi + # If we're not building shared, we need to use non_pic_objs + test yes = "$build_libtool_libs" || libobjs=$non_pic_objects + # 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 + reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs - output="$obj" + output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. @@ -7459,7 +10376,7 @@ exit $EXIT_SUCCESS fi - if test "$build_libtool_libs" != yes; then + test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi @@ -7469,12 +10386,12 @@ # $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 + if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" - output="$libobj" + output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi @@ -7491,22 +10408,20 @@ output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ - func_warning "\`-version-info' is ignored for programs" + func_warning "'-version-info' is ignored for programs" test -n "$release" && \ - func_warning "\`-release' is ignored for programs" + 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." + $preload \ + && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ + && 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 /'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac @@ -7514,17 +10429,17 @@ *-*-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 + if test CXX = "$tagname"; 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" + func_append compile_command " $wl-bind_at_load" + func_append 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'` + compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` + finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac @@ -7538,7 +10453,7 @@ *) case " $compile_deplibs " in *" -L$path/$objdir "*) - new_libs="$new_libs -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -7548,17 +10463,17 @@ -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs="$new_libs $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done - compile_deplibs="$new_libs" + compile_deplibs=$new_libs - compile_command="$compile_command $compile_deplibs" - finalize_command="$finalize_command $finalize_deplibs" + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. @@ -7566,7 +10481,7 @@ # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath="$finalize_rpath $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done fi @@ -7578,39 +10493,39 @@ if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + 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" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath="$rpath $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath="$perm_rpath $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; - *) dllsearchpath="$dllsearchpath:$libdir";; + *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath="$dllsearchpath:$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -7618,10 +10533,10 @@ # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then - libdir="$hardcode_libdirs" + libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi - compile_rpath="$rpath" + compile_rpath=$rpath rpath= hardcode_libdirs= @@ -7629,82 +10544,86 @@ if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + 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" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath="$rpath $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; - *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + *) func_append 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" + libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi - finalize_rpath="$rpath" + finalize_rpath=$rpath - if test -n "$libobjs" && test "$build_old_libs" = yes; then + if test -n "$libobjs" && test yes = "$build_old_libs"; 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` + compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` + finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi - func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi - wrappers_required=yes + wrappers_required=: case $host in - *cygwin* | *mingw* ) - if test "$build_libtool_libs" != yes; then - wrappers_required=no - fi + *cegcc* | *mingw32ce*) + # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. + wrappers_required=false ;; - *cegcc) - # Disable wrappers for cegcc, we are cross compiling anyway. - wrappers_required=no + *cygwin* | *mingw* ) + test yes = "$build_libtool_libs" || wrappers_required=false ;; *) - if test "$need_relink" = no || test "$build_libtool_libs" != yes; then - wrappers_required=no + if test no = "$need_relink" || test yes != "$build_libtool_libs"; then + wrappers_required=false fi ;; esac - if test "$wrappers_required" = no; then + $wrappers_required || { # Replace the output file specification. - compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` - link_command="$compile_command$compile_rpath" + compile_command=`$ECHO "$compile_command" | $SED '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=$?' + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + # Delete the generated files. - if test -f "$output_objdir/${outputname}S.${objext}"; then - func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + 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" @@ -7720,7 +10639,7 @@ # We should set the runpath_var. rpath= for dir in $perm_rpath; do - rpath="$rpath$dir:" + func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi @@ -7728,54 +10647,68 @@ # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do - rpath="$rpath$dir:" + func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi - if test "$no_install" = yes; then + if test yes = "$no_install"; then # We don't need to create a wrapper script. - link_command="$compile_var$compile_command$compile_rpath" + 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'` + link_command=`$ECHO "$link_command" | $SED '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" + if test -n "$postlink_cmds"; then + func_to_tool_file "$output" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' fi + + exit $EXIT_SUCCESS fi + case $hardcode_action,$fast_install in + relink,*) + # 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" + ;; + *,yes) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + ;; + *,no) + link_command=$compile_var$compile_command$compile_rpath + relink_command=$finalize_var$finalize_command$finalize_rpath + ;; + *,needless) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command= + ;; + esac + # Replace the output file specification. - link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + link_command=`$ECHO "$link_command" | $SED '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 $?' + if test -n "$postlink_cmds"; then + func_to_tool_file "$output_objdir/$outputname" + postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` + func_execute_cmds "$postlink_cmds" 'exit $?' + fi + # Now create the wrapper script. func_verbose "creating $output" @@ -7788,23 +10721,13 @@ 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" + func_quote_arg pretty "$var_value" + relink_command="$var=$func_quote_arg_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"` + func_quote eval cd "`pwd`" + func_quote_arg pretty,unquoted "($func_quote_result; $relink_command)" + relink_command=$func_quote_arg_unquoted_result fi # Only actually do things if not in dry run mode. @@ -7828,8 +10751,8 @@ 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" + 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 @@ -7850,7 +10773,7 @@ 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 + if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result @@ -7873,43 +10796,45 @@ # 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" + case $build_libtool_libs in + convenience) + oldobjs="$libobjs_save $symfileobj" + addlibs=$convenience build_libtool_libs=no - else + ;; + module) + oldobjs=$libobjs_save + addlibs=$old_convenience + build_libtool_libs=no + ;; + *) oldobjs="$old_deplibs $non_pic_objects" - if test "$preload" = yes && test -f "$symfileobj"; then - oldobjs="$oldobjs $symfileobj" - fi - fi - addlibs="$old_convenience" - fi + $preload && test -f "$symfileobj" \ + && func_append oldobjs " $symfileobj" + addlibs=$old_convenience + ;; + esac if test -n "$addlibs"; then - gentop="$output_objdir/${outputname}x" - generated="$generated $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $addlibs - oldobjs="$oldobjs $func_extract_archives_result" + func_append 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 + if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; 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" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - oldobjs="$oldobjs $func_extract_archives_result" + func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have @@ -7925,9 +10850,9 @@ 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" + echo "copying selected object files to avoid basename conflicts..." + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= @@ -7935,7 +10860,7 @@ for obj in $save_oldobjs do func_basename "$obj" - objbase="$func_basename_result" + objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) @@ -7951,18 +10876,30 @@ esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - oldobjs="$oldobjs $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" ;; - *) oldobjs="$oldobjs $obj" ;; + *) func_append oldobjs " $obj" ;; esac done fi + func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 + tool_oldlib=$func_to_tool_file_result 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 + elif test -n "$archiver_list_spec"; then + func_verbose "using command file archive linking..." + for obj in $oldobjs + do + func_to_tool_file "$obj" + $ECHO "$func_to_tool_file_result" + done > $output_objdir/$libname.libcmd + func_to_tool_file "$output_objdir/$libname.libcmd" + oldobjs=" $archiver_list_spec$func_to_tool_file_result" + 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..." @@ -7992,18 +10929,18 @@ else # the above command should be used before it gets too long oldobjs=$objlist - if test "$obj" = "$last_oldobj" ; then + 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\" + eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist - if test "X$oldobjs" = "X" ; then + if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" @@ -8020,7 +10957,7 @@ case $output in *.la) old_library= - test "$build_old_libs" = yes && old_library="$libname.$libext" + test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior @@ -8030,57 +10967,70 @@ 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" + func_quote_arg pretty,unquoted "$var_value" + relink_command="$var=$func_quote_arg_unquoted_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 + func_quote eval cd "`pwd`" + relink_command="($func_quote_result; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + func_quote_arg pretty,unquoted "$relink_command" + relink_command=$func_quote_arg_unquoted_result + if test yes = "$hardcode_automatic"; 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 yes = "$installed"; then if test -z "$install_libdir"; then break fi - output="$output_objdir/$outputname"i + 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` + name=$func_basename_result + func_resolve_sysroot "$deplib" + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ - func_fatal_error "\`$deplib' is not a valid libtool archive" - newdependency_libs="$newdependency_libs $libdir/$name" + func_fatal_error "'$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" + ;; + -L*) + func_stripname -L '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" ;; - *) newdependency_libs="$newdependency_libs $deplib" ;; + -R*) + func_stripname -R '' "$deplib" + func_replace_sysroot "$func_stripname_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" + ;; + *) func_append newdependency_libs " $deplib" ;; esac done - dependency_libs="$newdependency_libs" + 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` + 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" + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; - *) newdlfiles="$newdlfiles $lib" ;; + *) func_append newdlfiles " $lib" ;; esac done - dlfiles="$newdlfiles" + dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in @@ -8090,44 +11040,61 @@ # 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` + 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" + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done - dlprefiles="$newdlprefiles" + dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac - newdlfiles="$newdlfiles $abs" + func_append newdlfiles " $abs" done - dlfiles="$newdlfiles" + dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac - newdlprefiles="$newdlprefiles $abs" + func_append newdlprefiles " $abs" done - dlprefiles="$newdlprefiles" + dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin + # In fact, it would be nice if we could use this code for all target + # systems that can't hard-code library paths into their executables + # and that have no shared library path variable independent of PATH, + # but it turns out we can't easily determine that from inspecting + # libtool variables, so we have to hard-code the OSs to which it + # applies here; at the moment, that means platforms that use the PE + # object format with DLL files. See the long comment at the top of + # tests/bindir.at for full details. 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 ;; + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) + # If a -bindir argument was supplied, place the dll there. + if test -n "$bindir"; then + func_relative_path "$install_libdir" "$bindir" + tdlname=$func_relative_path_result/$dlname + else + # Otherwise fall back on heuristic. + tdlname=../bin/$dlname + fi + ;; esac $ECHO > $output "\ # $outputname - a libtool library file -# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. @@ -8141,7 +11108,7 @@ # The name of the static archive. old_library='$old_library' -# Linker flags that can not go in dependency_libs. +# Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. @@ -8167,7 +11134,7 @@ # Directory that this library needs to be installed in: libdir='$install_libdir'" - if test "$installed" = no && test "$need_relink" = yes; then + if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi @@ -8182,29 +11149,31 @@ exit $EXIT_SUCCESS } -{ test "$mode" = link || test "$mode" = relink; } && - func_mode_link ${1+"$@"} +if test link = "$opt_mode" || test relink = "$opt_mode"; then + func_mode_link ${1+"$@"} +fi # func_mode_uninstall arg... func_mode_uninstall () { - $opt_debug - RM="$nonopt" + $debug_cmd + + RM=$nonopt files= - rmforce= + rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. - libtool_install_magic="$magic" + libtool_install_magic=$magic for arg do case $arg in - -f) RM="$RM $arg"; rmforce=yes ;; - -*) RM="$RM $arg" ;; - *) files="$files $arg" ;; + -f) func_append RM " $arg"; rmforce=: ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; esac done @@ -8213,24 +11182,23 @@ rmdirs= - origobjdir="$objdir" for file in $files; do func_dirname "$file" "" "." - dir="$func_dirname_result" - if test "X$dir" = X.; then - objdir="$origobjdir" + dir=$func_dirname_result + if test . = "$dir"; then + odir=$objdir else - objdir="$dir/$origobjdir" + odir=$dir/$objdir fi func_basename "$file" - name="$func_basename_result" - test "$mode" = uninstall && objdir="$dir" + name=$func_basename_result + test uninstall = "$opt_mode" && odir=$dir - # Remember objdir for removal later, being careful to avoid duplicates - if test "$mode" = clean; then + # Remember odir for removal later, being careful to avoid duplicates + if test clean = "$opt_mode"; then case " $rmdirs " in - *" $objdir "*) ;; - *) rmdirs="$rmdirs $objdir" ;; + *" $odir "*) ;; + *) func_append rmdirs " $odir" ;; esac fi @@ -8242,11 +11210,11 @@ elif test -d "$file"; then exit_status=1 continue - elif test "$rmforce" = yes; then + elif $rmforce; then continue fi - rmfiles="$file" + rmfiles=$file case $name in *.la) @@ -8256,28 +11224,27 @@ # Delete the libtool libraries and symlinks. for n in $library_names; do - rmfiles="$rmfiles $objdir/$n" + func_append rmfiles " $odir/$n" done - test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + test -n "$old_library" && func_append rmfiles " $odir/$old_library" - case "$mode" in + case $opt_mode in clean) - case " $library_names " in - # " " in the beginning catches empty $dlname + case " $library_names " in *" $dlname "*) ;; - *) rmfiles="$rmfiles $objdir/$dlname" ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac - test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${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' + func_execute_cmds "$postuninstall_cmds" '$rmforce || 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' + func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; @@ -8293,21 +11260,19 @@ 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" + if test -n "$pic_object" && test none != "$pic_object"; then + func_append 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" + if test -n "$non_pic_object" && test none != "$non_pic_object"; then + func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) - if test "$mode" = clean ; then + if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) @@ -8317,7 +11282,7 @@ noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe - rmfiles="$rmfiles $file" + func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. @@ -8326,7 +11291,7 @@ func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result - rmfiles="$rmfiles $func_ltwrapper_scriptname_result" + func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename @@ -8334,12 +11299,12 @@ # 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" + func_append rmfiles " $odir/$name $odir/${name}S.$objext" + if test yes = "$fast_install" && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" fi - if test "X$noexename" != "X$name" ; then - rmfiles="$rmfiles $objdir/lt-${noexename}.c" + if test "X$noexename" != "X$name"; then + func_append rmfiles " $odir/lt-$noexename.c" fi fi fi @@ -8347,9 +11312,8 @@ 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 + # 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" @@ -8359,16 +11323,17 @@ exit $exit_status } -{ test "$mode" = uninstall || test "$mode" = clean; } && - func_mode_uninstall ${1+"$@"} +if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then + func_mode_uninstall ${1+"$@"} +fi -test -z "$mode" && { - help="$generic_help" +test -z "$opt_mode" && { + help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode \`$mode'" + func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" @@ -8379,7 +11344,7 @@ # The TAGs below are defined such that we never get into a situation -# in which we disable both kinds of libraries. Given conflicting +# where 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 @@ -8402,5 +11367,3 @@ # mode:shell-script # sh-indentation:2 # End: -# vi:sw=2 - diff -Nru cddlib-094h/m4/libtool.m4 cddlib-094j/m4/libtool.m4 --- cddlib-094h/m4/libtool.m4 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/m4/libtool.m4 2018-05-21 15:58:42.000000000 +0000 @@ -0,0 +1,8394 @@ +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996-2001, 2003-2017 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) 2014 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 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 this program. If not, see . +]) + +# serial 58 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.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +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 + +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) + +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_PREPARE_CC_BASENAME +# ----------------------- +m4_defun([_LT_PREPARE_CC_BASENAME], [ +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} +])# _LT_PREPARE_CC_BASENAME + + +# _LT_CC_BASENAME(CC) +# ------------------- +# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, +# but that macro is also expanded into generated libtool script, which +# arranges for $SED and $ECHO to be set by different means. +m4_defun([_LT_CC_BASENAME], +[m4_require([_LT_PREPARE_CC_BASENAME])dnl +AC_REQUIRE([_LT_DECL_SED])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +func_cc_basename $1 +cc_basename=$func_cc_basename_result +]) + + +# _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 +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl + +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +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_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl +m4_require([_LT_CMD_TRUNCATE])dnl + +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options that 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 + +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 set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES + fi + ;; +esac + +# 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_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify 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' +]) + +# _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 + + +## ------------------------------------- ## +## Accumulate code for creating libtool. ## +## ------------------------------------- ## + +# 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], [[!?.]$], [], [.]) +)]) + + + +## ------------------------ ## +## FIXME: Eliminate VARNAME ## +## ------------------------ ## + + +# _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 "$][$1" | $SED "$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 "$" | $SED "$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' + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} + +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + 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 \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done + +_LT_OUTPUT_LIBTOOL_INIT +]) + +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# '#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test 0 = "$lt_write_fail" && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_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]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) + +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +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) 2011 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. +lt_cl_success=: +test yes = "$silent" && + 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) +])# 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 that 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 +# Generated automatically by $as_me ($PACKAGE) $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. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +_LT_COPYING +_LT_LIBTOOL_TAGS + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} + +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG + +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE + +_LT_PREPARE_MUNGE_PATH_LIST +_LT_PREPARE_CC_BASENAME + +# ### END FUNCTIONS SHARED WITH CONFIGURE + +_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 set != "${COLLECT_NAMES+set}"; 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 '$q' "$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' + 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)], + [Go], [_LT_LANG(GO)], + [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 + + +m4_ifndef([AC_PROG_GO], [ +############################################################ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +############################################################ +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef + + +# _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([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) + +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)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +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], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) + + +# _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 there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; 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 + ]) + + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR $AR_FLAGS libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR $AR_FLAGS libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + 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 yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; 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" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) + + +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# 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 + if test yes = "$lt_cv_ld_force_load"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + _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 yes != "$lt_cv_apple_cc_single_mod"; 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([TAGNAME]) +# ---------------------------------- +# 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. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`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 "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX + + +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT + + + +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script that will find a shell with a builtin +# printf (that we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi + +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} + +case $ECHO in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac + +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) + +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH + + +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) + +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac + + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) + +# _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 no = "$enable_libtool_lock" || 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 what ABI is being produced by ac_compile, and set mode + # options accordingly. + 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 what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test yes = "$lt_cv_prog_gnu_ld"; 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* + ;; + +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + 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*) + case `/usr/bin/file conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + 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" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + 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 yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + 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*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + 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_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +_LT_DECL([], [AR], [1], [The archiver]) + +# Use ARFLAGS variable as AR's operation code to sync the variable naming with +# Automake. If both AR_FLAGS and ARFLAGS are specified, AR_FLAGS should have +# higher priority because thats what people were doing historically (setting +# ARFLAGS for automake and AR_FLAGS for libtool). FIXME: Make the AR_FLAGS +# variable obsoleted/removed. + +test ${AR_FLAGS+y} || AR_FLAGS=${ARFLAGS-cr} +lt_ar_flags=$AR_FLAGS +_LT_DECL([], [lt_ar_flags], [0], [Flags to create an archive (by configure)]) + +# Make AR_FLAGS overridable by 'make ARFLAGS='. Don't try to run-time override +# by AR_FLAGS because that was never working and AR_FLAGS is about to die. +_LT_DECL([], [AR_FLAGS], [\@S|@{ARFLAGS-"\@S|@lt_ar_flags"}], + [Flags to create an archive]) + +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) + +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR + + +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR + +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 + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" +fi + +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_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_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _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" ## exclude from sc_useless_quotes_in_assignment + # 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:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $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 "$_lt_compiler_boilerplate" | $SED '/^$/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 yes = "[$]$2"; 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 "$_lt_linker_boilerplate" | $SED '/^$/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 yes = "[$]$2"; 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; + ;; + + mint*) + # On MiNT this can take a long time and run out of memory. + 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; + ;; + + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) + # 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 + ;; + + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; + + 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" && \ + test undefined != "$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`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 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 yes = "$cross_compiling"; 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 $LINENO "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 + +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif + +int fnord () { return 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; + else puts (dlerror ()); + } + /* 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 yes != "$enable_dlopen"; 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 + ]) + ;; + + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + + *) + 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 no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && 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 yes = "$lt_cv_dlopen_self"; 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:$LINENO: $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:$LINENO: \$? = $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 "$_lt_compiler_boilerplate" | $SED '/^$/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 no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; 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 no = "$hard_links"; 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 where 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 yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then + + # We can hardcode non-existent directories. + if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && + # 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 no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && + test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; 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 relink = "$_LT_TAGVAR(hardcode_action, $1)" || + test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; 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 -z "$STRIP"; then + AC_MSG_RESULT([no]) +else + if $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) + else + case $host_os in + darwin*) + # FIXME - insert some real tests, host_os isn't really good enough + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) + ;; + freebsd*) + if $STRIP -V 2>&1 | $GREP "elftoolchain" >/dev/null; then + old_striplib="$STRIP --strip-debug" + striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac + fi +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB + + +# _LT_PREPARE_MUNGE_PATH_LIST +# --------------------------- +# Make sure func_munge_path_list() is defined correctly. +m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], +[[# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} +]])# _LT_PREPARE_PATH_LIST + + +# _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 +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test yes = "$GCC"; then + case $host_os in + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # 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 's/;/ /g'` + ;; + *) + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` + ;; + esac + # 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` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + 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" + elif test -n "$lt_multi_os_dir"; then + 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; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` +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 + +AC_ARG_VAR([LT_SYS_LIBRARY_PATH], +[User-defined run-time library search path.]) + +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + 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 # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; 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 + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # 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' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a[(]lib.so.V[)]' + # 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' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + 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=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + ;; + esac + ;; + +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + 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,$cc_basename in + yes,*) + # gcc + 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' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + ;; + 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 + dynamic_linker='Win32 ld.exe' + ;; + + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' + + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB + do + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" + done + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + 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 + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # 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' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' + ;; + esac + # 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 # correct to gnu/linux during the next big refactor + 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 + ;; + +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[[23]].*) 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$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + 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 + ;; + +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + 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=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + 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 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + 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' + # or fails outright, so override atomically: + install_override_mode=555 + ;; + +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + 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 yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + 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 + ;; + +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # 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 + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + 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 + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + 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], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + + # 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 + + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) 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;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="/lib /usr/lib $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 # correct to gnu/linux during the next big refactor + 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* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no + else + need_version=yes + fi + 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 + shlibpath_overrides_runpath=yes + ;; + +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + 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' + ;; + +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 # correct to gnu/linux during the next big refactor + 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 yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; + +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + 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 # correct to gnu/linux during the next big refactor + 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=sco + 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 yes = "$with_gnu_ld"; 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 # correct to gnu/linux during the next big refactor + 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 # correct to gnu/linux during the next big refactor + 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 no = "$dynamic_linker" && can_build_shared=no + +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi + +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi + +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec + +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH + +_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([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_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], [configure_time_dlsearch_path], [2], + [Detected run-time system search path for libraries]) +_LT_DECL([], [configure_time_lt_sys_library_path], [2], + [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) +])# _LT_SYS_DYNAMIC_LINKER + + +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program that 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 that 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 +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; 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 yes = "$with_gnu_ld"; 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 conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], +[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi]) +rm -f conftest.i conftest2.i conftest.out]) +])# _LT_PATH_DD + + +# _LT_CMD_TRUNCATE +# ---------------- +# find command to truncate a binary pipe +m4_defun([_LT_CMD_TRUNCATE], +[m4_require([_LT_PATH_DD]) +AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], +[printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) +_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], + [Command to truncate a binary pipe]) +])# _LT_CMD_TRUNCATE + + +# _LT_CHECK_MAGIC_METHOD +# ---------------------- +# how to check for library dependencies +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_MAGIC_METHOD], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +AC_CACHE_CHECK([how to recognize dependent libraries], +lt_cv_deplibs_check_method, +[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 +# that 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 + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + 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 + ;; + +haiku*) + 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])(-bit)?( [LM]SB)? 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 glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | 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* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; 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 + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac +fi + +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_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob 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 + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + 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 no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM +else + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. + else + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + 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:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $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:$LINENO: 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_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' + +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib + ;; + *) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback + ;; + esac + ;; +*) + # fallback: assume linklib IS sharedlib + lt_cv_sharedlib_from_linklib_cmd=$ECHO + ;; +esac +]) +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO + +_LT_DECL([], [sharedlib_from_linklib_cmd], [1], + [Command to associate shared and link libraries]) +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB + + +# _LT_PATH_MANIFEST_TOOL +# ---------------------- +# locate the manifest tool +m4_defun([_LT_PATH_MANIFEST_TOOL], +[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) +test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt +AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], + [lt_cv_path_mainfest_tool=no + echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: +fi +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL + + +# _LT_DLL_DEF_P([FILE]) +# --------------------- +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with func_dll_def_p in the libtool script +AC_DEFUN([_LT_DLL_DEF_P], +[dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +])# _LT_DLL_DEF_P + + +# LT_LIB_M +# -------- +# check for math library +AC_DEFUN([LT_LIB_M], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +LIBM= +case $host in +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-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 yes = "$GCC"; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac + + _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([AC_PROG_AWK])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 ia64 = "$host_cpu"; 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 + +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + +# 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"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$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"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/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, + # D for any global variable and I for any imported 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};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,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 + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" + + # 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 +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif + +#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. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$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_globsym_save_LIBS=$LIBS + lt_globsym_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_globsym_save_LIBS + CFLAGS=$lt_globsym_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 yes = "$pipe_works"; 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 + +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +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_import], [lt_cv_sys_global_symbol_to_import], [1], + [Transform the output of nm into a list of symbols to manually relocate]) +_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_DECL([nm_interface], [lt_cv_nm_interface], [1], + [The name lister interface]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _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)= + +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test yes = "$GXX"; 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 ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + + 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']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + 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)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $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 ia64 = "$host_cpu"; 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 + ;; + 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). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + 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 ia64 != "$host_cpu"; 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 | kopensolaris*-gnu | 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* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _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* | sunCC*) + # 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 yes = "$GCC"; 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 ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + + 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']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + + 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' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + 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 + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + 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 ia64 = "$host_cpu"; 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 + ;; + + 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' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + + 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']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + + 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 | kopensolaris*-gnu | 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' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny 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)='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # 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* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _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\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # 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)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _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 ' + ;; + *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,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + 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* | sunf77* | sunf90* | sunf95*) + _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 that 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_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# 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]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# 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_PATH_MANIFEST_TOOL])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' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + 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 GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX 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") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + ;; + esac + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + 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_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 yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then + case $host_os in + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + ;; + *) + lt_use_gnu_ld_interface=yes + ;; + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; 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 | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[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 ia64 != "$host_cpu"; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, 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 install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_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(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _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/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + 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, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); 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 + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + ;; + + 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 | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; 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 no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + 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; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # 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; func_echo_all \"$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' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; + 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; func_echo_all \"$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 yes = "$supports_anon_versioning"; 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 + tcc*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # 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)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; 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 $linker_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 $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + 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 $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + 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 cannot +*** 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 $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; 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 yes = "$GCC" && 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 ia64 = "$host_cpu"; 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 GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX 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") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + 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 + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + 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,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GCC"; 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 yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; 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 yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + 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,yes = "$with_aix_soname,$aix_use_runtimelinking"; 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([$1]) + _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 -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; 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([$1]) + _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' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + 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. + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # 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 $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _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' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _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 `func_echo_all "$deplibs" | $SED '\''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(enable_shared_with_static_runtimes, $1)=yes + ;; + esac + ;; + + 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 + ;; + + # 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 $pic_flag -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 yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + 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 yes,no = "$GCC,$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $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 no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$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 yes,no = "$GCC,$with_gnu_ld"; 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 $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $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' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_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 no = "$with_gnu_ld"; 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 yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # 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. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS=$save_LDFLAGS]) + if test yes = "$lt_cv_irix_exported_symbol"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' + 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 + ;; + + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(ld_shlibs, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + 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* | bitrig*) + 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__`"; 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 + _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' + 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 + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + ;; + + osf3*) + if test yes = "$GCC"; 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" && func_echo_all "$wl-set_version $wl$verstring"` $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" && func_echo_all "-set_version $verstring"` -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 yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + _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" && func_echo_all "-set_version $verstring"` -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 "-set_version $verstring"` -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 yes = "$GCC"; then + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $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 $pic_flag $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 yes = "$GCC"; 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 sequent = "$host_vendor"; 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 yes = "$GCC"; 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 CANNOT 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 yes = "$GCC"; 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 sni = "$host_vendor"; 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 no = "$_LT_TAGVAR(ld_shlibs, $1)" && 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 yes,yes = "$GCC,$enable_shared"; 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_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$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_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_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* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_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_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([], [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([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_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 + +## 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... +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 what 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 no = "$can_build_shared" && 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 yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + 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 yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) + + _LT_CONFIG($1) +fi +AC_LANG_POP +CC=$lt_save_CC +])# _LT_LANG_C_CONFIG + + +# _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], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test no != "$CXX" && + ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || + (test g++ != "$CXX"))); then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi + +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_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(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_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 yes != "$_lt_caught_CXX_error"; 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_CFLAGS=$CFLAGS + 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++"} + CFLAGS=$CXXFLAGS + 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 yes = "$GXX"; 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 yes = "$GXX"; 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 yes = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + + _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 -v "^Configured with:" | $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 ia64 = "$host_cpu"; 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 + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + 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 + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + 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,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GXX"; 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 yes = "$aix_use_runtimelinking"; then + shared_flag=$shared_flag' $wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; 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 yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + 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,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + # The "-G" linker flag allows undefined symbols. + _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _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 -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; 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([$1]) + _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' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared + # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + 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*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # 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 + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # 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 $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _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(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _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, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); 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 + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(file_list_spec, $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 + ;; + + freebsd2.*) + # 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 + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + 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 "x$output_objdir/$soname" = "x$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; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + hpux10*|hpux11*) + if test no = "$with_gnu_ld"; 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; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; 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 $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + 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" && func_echo_all "-set_version $verstring"` -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 yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' + 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 | kopensolaris*-gnu | 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; func_echo_all "$list"' + + _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 | sort | $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 | sort | $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 | sort | $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 | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 6 and above 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; func_echo_all \"$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=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # 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 yes = "$supports_anon_versioning"; 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; func_echo_all \"$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='func_echo_all' + + # 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 + ;; + + openbsd* | bitrig*) + 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__`"; 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=func_echo_all + 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" && func_echo_all "$wl-set_version $verstring"` -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" && func_echo_all "-set_version $verstring"` -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 "-set_version $verstring"` -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=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes,no = "$GXX,$with_gnu_ld"; 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" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + 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 -v "^Configured with:" | $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* | sunCC*) + # 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='func_echo_all' + + # 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 yes,no = "$GXX,$with_gnu_ld"; 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 $pic_flag -nostdlib $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 $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + + # 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 -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require '-G' NOT '-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $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 $wl-h $wl$soname -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 -v "^Configured with:" | $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 CANNOT 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(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _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 no = "$_LT_TAGVAR(ld_shlibs, $1)" && 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 + CFLAGS=$lt_save_CFLAGS + 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 yes != "$_lt_caught_CXX_error" + +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG + + +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf 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). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case @S|@2 in + .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; + *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF + + +# _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 +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])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 +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) + +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac + +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 $prev$p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test x-L = "$p" || + test x-R = "$p"; then + prev=$p + continue + fi + + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test no = "$pre_test_object_deps_done"; then + case $prev 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 + prev= + ;; + + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$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 no = "$pre_test_object_deps_done"; 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 +CFLAGS=$_lt_libdeps_save_CFLAGS + +# 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)= + ;; +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_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_LANG_PUSH(Fortran 77) +if test -z "$F77" || test no = "$F77"; then + _lt_disable_F77=yes +fi + +_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_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(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_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 yes != "$_lt_disable_F77"; 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 + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + 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 no = "$can_build_shared" && 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 yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + 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 yes = "$enable_shared" || 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 + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_F77" + +AC_LANG_POP +])# _LT_LANG_F77_CONFIG + + +# _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_LANG_PUSH(Fortran) + +if test -z "$FC" || test no = "$FC"; then + _lt_disable_FC=yes +fi + +_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_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(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_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 yes != "$_lt_disable_FC"; 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 + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + 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 no = "$can_build_shared" && 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 yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + 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 yes = "$enable_shared" || 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 + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_FC" + +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_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +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 +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## 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... +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 +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG + + +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE + +# Source file extension for Go test sources. +ac_ext=go + +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" + +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' + +# 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_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)=$LD +_LT_CC_BASENAME([$compiler]) + +# Go 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 +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds + +## 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... +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 +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_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_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +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 +CFLAGS=$lt_save_CFLAGS +])# _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 set = "${GCJFLAGS+set}" || 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_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) +]) + + +# 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_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) + +# _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 10 -lt "$lt_ac_count" && 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], +[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_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine what file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 + ;; + esac + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl + +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS diff -Nru cddlib-094h/m4/lt~obsolete.m4 cddlib-094j/m4/lt~obsolete.m4 --- cddlib-094h/m4/lt~obsolete.m4 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/m4/lt~obsolete.m4 2018-05-21 15:58:42.000000000 +0000 @@ -0,0 +1,99 @@ +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- +# +# Copyright (C) 2004-2005, 2007, 2009, 2011-2017 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 5 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_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])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) diff -Nru cddlib-094h/m4/ltoptions.m4 cddlib-094j/m4/ltoptions.m4 --- cddlib-094h/m4/ltoptions.m4 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/m4/ltoptions.m4 2018-05-21 15:58:42.000000000 +0000 @@ -0,0 +1,437 @@ +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004-2005, 2007-2009, 2011-2017 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 8 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_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], + [_LT_WITH_AIX_SONAME([aix])]) + ]) +])# _LT_SET_OPTIONS + + +## --------------------------------- ## +## Macros to handle LT_INIT 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], [1], [Assembler program])dnl + +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl + +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [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_AIX_SONAME([DEFAULT]) +# ---------------------------------- +# implement the --with-aix-soname flag, and support the `aix-soname=aix' +# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT +# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. +m4_define([_LT_WITH_AIX_SONAME], +[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl +shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[[5-9]]*,yes) + AC_MSG_CHECKING([which variant of shared library versioning to provide]) + AC_ARG_WITH([aix-soname], + [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], + [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], + [case $withval in + aix|svr4|both) + ;; + *) + AC_MSG_ERROR([Unknown argument to --with-aix-soname]) + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname], + [AC_CACHE_VAL([lt_cv_with_aix_soname], + [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) + with_aix_soname=$lt_cv_with_aix_soname]) + AC_MSG_RESULT([$with_aix_soname]) + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + +_LT_DECL([], [shared_archive_member_spec], [0], + [Shared archive member basename, for filename based shared library versioning on AIX])dnl +])# _LT_WITH_AIX_SONAME + +LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) + + +# _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@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [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], []) + +## ----------------- ## +## LTDL_INIT Options ## +## ----------------- ## + +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])]) diff -Nru cddlib-094h/m4/ltsugar.m4 cddlib-094j/m4/ltsugar.m4 --- cddlib-094h/m4/ltsugar.m4 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/m4/ltsugar.m4 2018-05-21 15:58:42.000000000 +0000 @@ -0,0 +1,124 @@ +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004-2005, 2007-2008, 2011-2017 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 +]) diff -Nru cddlib-094h/m4/ltversion.m4 cddlib-094j/m4/ltversion.m4 --- cddlib-094h/m4/ltversion.m4 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/m4/ltversion.m4 2018-05-21 15:58:42.000000000 +0000 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004, 2011-2017 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. + +# @configure_input@ + +# serial 4219 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.6.40-6ca5-dirty]) +m4_define([LT_PACKAGE_REVISION], [2.4.6.40]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.6.40-6ca5-dirty' +macro_revision='2.4.6.40' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) diff -Nru cddlib-094h/Makefile.am cddlib-094j/Makefile.am --- cddlib-094h/Makefile.am 2012-03-23 08:35:45.000000000 +0000 +++ cddlib-094j/Makefile.am 2018-05-21 15:59:50.000000000 +0000 @@ -1,20 +1,14 @@ -############################################## -# Site customizations: -#--------------------------------------------- -# where is gmp? -#--------------------------------------------- -# export gmpdir := $(PWD)/../gmp-4.1 -export gmpdir := /usr/local -#--------------------------------------------- -# where is gmp lib? -export gmplibdir = $(gmpdir)/lib -#--------------------------------------------- -# where is gmp include? -#--------------------------------------------- -# export gmpincludedir = $(gmpdir) -export gmpincludedir = $(gmpdir)/include -#--------------------------------------------- -# End of site customization. -############################################## -SUBDIRS = lib-src src lib-src-gmp src-gmp -EXTRA_DIST = examples/*.* examples-ine/*.* examples-ine3d/*.* examples-ml/*.* examples-ext/*.* +# Directories where we can build something. +SUBDIRS = doc lib-src src + +# Install the examples into /usr/share/doc/cddlib/examples* +nobase_doc_DATA = $(srcdir)/examples/* $(srcdir)/examples-ine/* $(srcdir)/examples-ine3d/* $(srcdir)/examples-ext/* + +# Additional bits that should be part of the released tarball. +EXTRA_DIST = $(nobase_doc_DATA) $(srcdir)/README.core2processor $(srcdir)/bootstrap + +ACLOCAL_AMFLAGS = -I m4 + +# All localdebug should be disabled before we package a releasable tarball +distcheck-hook: + ! find $(srcdir) -type f -print0 | xargs -0 $(EGREP) 'localdebug *= *dd_TRUE' diff -Nru cddlib-094h/Makefile.in cddlib-094j/Makefile.in --- cddlib-094h/Makefile.in 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/Makefile.in 2018-06-11 07:21:08.000000000 +0000 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 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. @@ -13,10 +13,67 @@ # PARTICULAR PURPOSE. @SET_MAKE@ + VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 @@ -32,58 +89,169 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS config.guess config.sub depcomp \ - install-sh ltmain.sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = 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 +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-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 \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +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__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(docdir)" +DATA = $(nobase_doc_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \ + INSTALL NEWS README compile config.guess config.sub depcomp \ + install-sh ltmain.sh missing 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); }; } + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_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 +DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ +AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ +CDD_LDFLAGS = @CDD_LDFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -106,7 +274,9 @@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ @@ -119,6 +289,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ @@ -131,6 +302,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -149,6 +321,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ +dvips = @dvips@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ @@ -159,15 +332,18 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +latex = @latex@ +latex2html = @latex2html@ +libcdd_version_info = @libcdd_version_info@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ +pdflatex = @pdflatex@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ @@ -179,30 +355,34 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -#--------------------------------------------- -# End of site customization. -############################################## -SUBDIRS = lib-src src lib-src-gmp src-gmp -EXTRA_DIST = examples/*.* examples-ine/*.* examples-ine3d/*.* examples-ml/*.* examples-ext/*.* + +# Directories where we can build something. +SUBDIRS = doc lib-src src + +# Install the examples into /usr/share/doc/cddlib/examples* +nobase_doc_DATA = $(srcdir)/examples/* $(srcdir)/examples-ine/* $(srcdir)/examples-ine3d/* $(srcdir)/examples-ext/* + +# Additional bits that should be part of the released tarball. +EXTRA_DIST = $(nobase_doc_DATA) $(srcdir)/README.core2processor $(srcdir)/bootstrap +ACLOCAL_AMFLAGS = -I m4 all: all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ - echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ - cd $(srcdir) && $(AUTOMAKE) --gnu \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu Makefile -.PRECIOUS: Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -217,9 +397,10 @@ $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) - cd $(srcdir) && $(AUTOCONF) + $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo @@ -229,24 +410,51 @@ distclean-libtool: -rm -f libtool config.lt +install-nobase_docDATA: $(nobase_doc_DATA) + @$(NORMAL_INSTALL) + @list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \ + fi; \ + $(am__nobase_list) | while read dir files; do \ + xfiles=; for file in $$files; do \ + if test -f "$$file"; then xfiles="$$xfiles $$file"; \ + else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ + test -z "$$xfiles" || { \ + test "x$$dir" = x. || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(docdir)/$$dir'"; \ + $(MKDIR_P) "$(DESTDIR)$(docdir)/$$dir"; }; \ + echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(docdir)/$$dir'"; \ + $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(docdir)/$$dir" || exit $$?; }; \ + done + +uninstall-nobase_docDATA: + @$(NORMAL_UNINSTALL) + @list='$(nobase_doc_DATA)'; test -n "$(docdir)" || list=; \ + $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) # 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): - @failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ +# 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. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ - list='$(SUBDIRS)'; for subdir in $$list; do \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ @@ -254,65 +462,20 @@ else \ local_target="$$target"; \ fi; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + ($(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): - @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; \ - (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ - || eval $$failcom; \ - done && test -z "$$fail" -tags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ - done -ctags-recursive: - list='$(SUBDIRS)'; for subdir in $$list; do \ - test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ - done +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags -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) - tags=; \ +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ @@ -324,45 +487,63 @@ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ - tags="$$tags $$include_option=$$here/$$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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + 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) - tags=; \ - 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)$$tags$$unique" \ +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) - test -d $(distdir) || mkdir $(distdir) + test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -378,66 +559,90 @@ 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 -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done - list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -d "$(distdir)/$$subdir" \ - || $(MKDIR_P) "$(distdir)/$$subdir" \ - || exit 1; \ - distdir=`$(am__cd) $(distdir) && pwd`; \ - top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ - (cd $$subdir && \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + 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="$$top_distdir" \ - distdir="$$distdir/$$subdir" \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ + am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done - -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ + -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) + || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 - $(am__remove_distdir) + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) -dist-lzma: distdir - tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma - $(am__remove_distdir) +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z - $(am__remove_distdir) + $(am__post_remove_distdir) dist-shar: distdir - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz - $(am__remove_distdir) + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) - $(am__remove_distdir) + $(am__post_remove_distdir) -dist dist-all: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - $(am__remove_distdir) +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_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 @@ -445,27 +650,34 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ - bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ - *.tar.lzma*) \ - unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(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) gunzip -c $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -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 -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(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-$$$$/" \ - && cd $(distdir)/_build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -485,14 +697,24 @@ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck - $(am__remove_distdir) + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_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: - @cd $(distuninstallcheck_dir) \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -510,9 +732,12 @@ exit 1; } >&2 check-am: all-am check: check-recursive -all-am: Makefile +all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: + for dir in "$(DESTDIR)$(docdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive @@ -523,16 +748,22 @@ 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 + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi 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" @@ -553,26 +784,38 @@ html: html-recursive +html-am: + info: info-recursive info-am: -install-data-am: +install-data-am: install-nobase_docDATA 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 @@ -593,43 +836,34 @@ ps-am: -uninstall-am: +uninstall-am: uninstall-nobase_docDATA -.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip +.MAKE: $(am__recursive_targets) install-am install-strip -.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-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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + clean-libtool cscope cscopelist-am ctags ctags-am dist \ + dist-all dist-bzip2 dist-gzip dist-lzip 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-nobase_docDATA 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-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ - uninstall uninstall-am + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-nobase_docDATA + +.PRECIOUS: Makefile + +# All localdebug should be disabled before we package a releasable tarball +distcheck-hook: + ! find $(srcdir) -type f -print0 | xargs -0 $(EGREP) 'localdebug *= *dd_TRUE' -############################################## -# Site customizations: -#--------------------------------------------- -# where is gmp? -#--------------------------------------------- -# export gmpdir := $(PWD)/../gmp-4.1 -export gmpdir := /usr/local -#--------------------------------------------- -# where is gmp lib? -export gmplibdir = $(gmpdir)/lib -#--------------------------------------------- -# where is gmp include? -#--------------------------------------------- -# export gmpincludedir = $(gmpdir) -export gmpincludedir = $(gmpdir)/include # 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: diff -Nru cddlib-094h/missing cddlib-094j/missing --- cddlib-094h/missing 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/missing 2018-05-21 15:58:45.000000000 +0000 @@ -1,11 +1,10 @@ #! /bin/sh -# Common stub for a few missing GNU programs while installing. +# Common wrapper for a few potentially missing GNU programs. -scriptversion=2006-05-10.23 +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. -# Originally by Fran,cois Pinard , 1996. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Originally written 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 @@ -18,9 +17,7 @@ # 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. +# 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 @@ -28,66 +25,40 @@ # 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" + 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 +case $1 in -msg="missing on your system" + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; -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 - ;; + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; -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. +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. 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] + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. Send bug reports to ." exit $? @@ -99,269 +70,146 @@ ;; -*) - echo 1>&2 "$0: Unknown \`$1' option" - echo 1>&2 "Try \`$0 --help' for more information" + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac -# 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). -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 $1 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 - ;; +# Run the given program, remember its exit status. +"$@"; st=$? - 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 - ;; +# If it succeeded, we are done. +test $st -eq 0 && exit 0 - 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 1 - 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 +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi -exit 0 +perl_URL=http://www.perl.org/ +flex_URL=http://flex.sourceforge.net/ +gnu_software_URL=http://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" # End: diff -Nru cddlib-094h/mkinstalldirs cddlib-094j/mkinstalldirs --- cddlib-094h/mkinstalldirs 2012-03-23 08:44:58.000000000 +0000 +++ cddlib-094j/mkinstalldirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ -#! /bin/sh -# mkinstalldirs --- make directory hierarchy - -scriptversion=2006-05-11.19 - -# Original author: Noah Friedman -# Created: 1993-05-16 -# Public domain. -# -# This file is maintained in Automake, please report -# bugs to or send patches to -# . - -nl=' -' -IFS=" "" $nl" -errstatus=0 -dirmode= - -usage="\ -Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... - -Create each directory DIR (with mode MODE, if specified), including all -leading file name components. - -Report bugs to ." - -# process command line arguments -while test $# -gt 0 ; do - case $1 in - -h | --help | --h*) # -h for help - echo "$usage" - exit $? - ;; - -m) # -m PERM arg - shift - test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } - dirmode=$1 - shift - ;; - --version) - echo "$0 $scriptversion" - exit $? - ;; - --) # stop option processing - shift - break - ;; - -*) # unknown option - echo "$usage" 1>&2 - exit 1 - ;; - *) # first non-opt arg - break - ;; - esac -done - -for file -do - if test -d "$file"; then - shift - else - break - fi -done - -case $# in - 0) exit 0 ;; -esac - -# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and -# mkdir -p a/c at the same time, both will detect that a is missing, -# one will create a, then the other will try to create a and die with -# a "File exists" error. This is a problem when calling mkinstalldirs -# from a parallel make. We use --version in the probe to restrict -# ourselves to GNU mkdir, which is thread-safe. -case $dirmode in - '') - if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - echo "mkdir -p -- $*" - exec mkdir -p -- "$@" - else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - test -d ./-p && rmdir ./-p - test -d ./--version && rmdir ./--version - fi - ;; - *) - if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && - test ! -d ./--version; then - echo "mkdir -m $dirmode -p -- $*" - exec mkdir -m "$dirmode" -p -- "$@" - else - # Clean up after NextStep and OpenStep mkdir. - for d in ./-m ./-p ./--version "./$dirmode"; - do - test -d $d && rmdir $d - done - fi - ;; -esac - -for file -do - case $file in - /*) pathcomp=/ ;; - *) pathcomp= ;; - esac - oIFS=$IFS - IFS=/ - set fnord $file - shift - IFS=$oIFS - - for d - do - test "x$d" = x && continue - - pathcomp=$pathcomp$d - case $pathcomp in - -*) pathcomp=./$pathcomp ;; - esac - - if test ! -d "$pathcomp"; then - echo "mkdir $pathcomp" - - mkdir "$pathcomp" || lasterr=$? - - if test ! -d "$pathcomp"; then - errstatus=$lasterr - else - if test ! -z "$dirmode"; then - echo "chmod $dirmode $pathcomp" - lasterr= - chmod "$dirmode" "$pathcomp" || lasterr=$? - - if test ! -z "$lasterr"; then - errstatus=$lasterr - fi - fi - fi - fi - - pathcomp=$pathcomp/ - done -done - -exit $errstatus - -# 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-end: "$" -# End: diff -Nru cddlib-094h/NEWS cddlib-094j/NEWS --- cddlib-094h/NEWS 2015-04-30 09:49:18.000000000 +0000 +++ cddlib-094j/NEWS 2018-06-21 14:12:44.000000000 +0000 @@ -1,7 +1,22 @@ -libcdd, cdd & cdd+ HISTORY file (as of April 30, 2015) +libcdd, cdd & cdd+ HISTORY file *** libcdd version (date) / changes *** +Version 094j (June 21, 2018) / + - Thanks to Julian Rüth, modernized autotooling, mirrored + code on GitHub, introduced cddexec as a replacement of + cdd_both_reps that many distributions packaged, made + randomization portable. Thanks to Matthias C. M. Troffaes, fixed + representation type in dd_MatrixAppendTo. + +Version 094i (March 9, 2018) / + - The missing definition of dd_set_d function in the case of + -DGMPRATIONAL flag is used. The only change is in cddmp.h. + The use of this function is explained in testcdd2.c program. + This function is useful when input is mostly float (real). + Even such a case, running on the rational exact arithmetic + might be helpful to debug the floating point computation. + Version 094h (April 30, 2015) / - Thanks to Mathieu Dutour, one minor bug has been fixed. diff -Nru cddlib-094h/README cddlib-094j/README --- cddlib-094h/README 2015-04-30 09:47:10.000000000 +0000 +++ cddlib-094j/README 2018-06-11 07:16:03.000000000 +0000 @@ -1,149 +1,101 @@ -2012-04-30 (April 30, 2015) ------------------------------------------------ -C-Library cddlib (version 0.94h) README FILE ------------------------------------------------ -1. The C-library cddlib is a C implementation of the Double Description -Method of Motzkin et al. for generating all vertices (i.e. extreme points) -and extreme rays of a general convex polyhedron in R^d given by a system -of linear inequalities: +# cddlib - P = { x=(x1, ..., xd)^T : b - A x >= 0 } +The C-library cddlib is a C implementation of the *Double Description Method* +of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme +rays of a general convex polyhedron in Rd given by a system of +linear inequalities: -where A is a given m x d real matrix, b is a given m-vector -and 0 is the m-vector of all zeros. +> P = { x=(x1, ..., xd)T : b - A·x ≥ 0 } -The program can be used for the reverse operation (i.e. convex hull -computation). This means that one can move back and forth between -an inequality representation and a generator (i.e. vertex and ray) -representation of a polyhedron with cdd. Also, cdd can solve a linear -programming problem, i.e. a problem of maximizing and minimizing -a linear function over P. - -The version 0.94 is the seventh release of libcdd. New functions -added in this release include dd_MatrixCanonicalize, -dd_FindRelativeInterior and dd_ExistsRestrictedFace. These -functions are LP-based and should be reasonably efficient. -The sample programs such as redcheck.c, testlp1.c and allfaces.c -show how these functions can be used to remove redundancies, -to compute the dimension and all faces of an H-polyhedron. - -In addition to the new functionalities, many small bugs have -been fixed. For example, the mishandling of empty H-polyhedra -has been fixed for the representation conversion. - -If you find some problems or bugs, please kindly report them to -fukuda@ifor.math.ethz.ch. Please read README.whatsnew for the changes -over the last release. - -The documentation (cddlibman.tex) is still incomplete but contains -descriptions of the most important functions. Please look at the examples, -testcdd*.c, testlp*.c, simplecdd.c, lcdd.c, redcheck,c for how -the library functions can be used in user's C-codes. - -2. One convenient feature of cddlib is the ability -to handle essentially any data. More precisely, it can -generate an H-representation of a V-polyhedron which is not -full-dimensional, and it can generate a V-representation -of an H-polyhedron which has no extreme points. - -3. A little caution is in order. Many people have seen -numerical problems when the floating version of cddlib -is used. As we all know, floating-point computation -might not give a correct answer, especially when an input -data is very sensitive to a small perturbation. When -some strange behavior is observed, it is always wise -to create a rational approximation of the input -(for example, one can replace 0.3333333 with 1/3) -and to compute it with cddlib compiled with gmp rational -to see what a correct behavior should be. Whenever the time -is not important, it is safer to use gmp rational arithmetic. - -If you need speedy computation with floating-point arithmetic, -you might want to "play with" the constant "dd_almostzero" defined -in cdd.h: - - #define dd_almostzero 1.0E-6 - -This number is used to recognize whether a number is zero: -a number whose absolute value is smaller -than dd_almostzero is considered zero, and nonzero otherwise. -You might want to change this to modify the behavior of cddlib. -Another thing one can do is scaling. If the values in one column of -an input is of smaller magnitude than those in another column, -scale one so that they become comparable. - -4. The cddlib package is in "tar"ed and "gzip"ed format with name -cddlib-***.tar.gz, where *** is the version number. The standard -download site for the package is - - web site : http://www.ifor.math.ethz.ch/~fukuda/cdd_home/index.html - file name: cddlib-***.tar.gz - -In order to unpack the package in a standard unix environment, type - - % tar xvfz cddlib-***.tar.gz - -where *** must be replaced by the appropriate version number, and -% is a unix prompt. - -For compilation of libcdd, go to the cddlib top directorycddlib -and follow the general instruction of autoconf. In generic -unix/linux environment, use "./configure" and "make". -To enforce a certain compiler to be used, specify it as - - CXX=g++ ./configure - -The default compiler is gcc. -Note that one must install GMP-4.* (or higher) first. - -For compilation of MathLink programs, -you need a binary "mprep", MathLink library "libML.a" and include file -"mathlink.h" which come with Mathematica. I have tested for Mathematica 4.1 -and 3.* on MacOSX and Linux. This part is not "autoconf"igured -and thus one needs to edit Makefile in the src-mathlink and src-mathlink2 subdirectories. - -To install the library in public directory of unix environment, -just type "make install". The default installation directory -is /usr/local. If you want to select other places, use -"./configure --prefix=" to configure with your favorite -. - -One might have to make the files publicly readable by chmod. -Once the files are properly installed, any user can use compile -one's own code (e.g. testcdd1.c) and link it with libcdd by - - % gcc -I/usr/local/include -L/usr/local/lib testcdd1.c -lcdd - -or (with GMP rational arithmetic) - - % gcc -I/usr/local/include -L/usr/local/lib -DGMPRATIONAL testcdd1.c -lcddgmp -lgmp - - -5. cddlib comes with a MathLink version of cddlib that can be -called from Mathematica (tested for Mathematica 2.2, 3.0, 4.1, 5.1). -A few Mathematica notebooks are included to explain how one can -use this program "cddmathlink" from Mathematica -to manipulate polytopes. Please check the files, -cddml-notbook.ma, cddml-PolytopeSkeleton.ma, cddml-DietProblem.ma, -and cddml-Zonotope.ma, in the mma subdirectory. I could -compile cddmathlink.c for Macintosh and Windows. Please use -gcc instead of g++ to compile cddlib. I have put -binaries for different platforms in -http://www.cs.mcgill.ca/~fukuda/download/cdd/cddlibml_binary/ . - - -6. The library cddlib is free software, but if cddlib turns out to be useful, -please kindly send me (at the address below) a note or a paper mentioning -what purpose and how cdd has been used for. The most powerful support -for free software development is user's appreciation. - -For more information, contact - -Komei Fukuda -Institute of Theoretical Computer Science -ETH Zentrum, CH-8092 Zurich, Switzerland -Tel +41-1-632-4023, Fax +41-1-632-1063 -http://www.ifor.math.ethz.ch/staff/fukuda/ - -// END of README +where A is a given m×d real matrix, b is a given m-vector and 0 is the m-vector +of all zeros. +The program can be used for the reverse operation (i.e. convex hull +computation). This means that one can move back and forth between an inequality +representation and a generator (i.e. vertex and ray) representation of a +polyhedron with cddlib. Also, cddlib can solve a linear programming problem, +i.e. a problem of maximizing and minimizing a linear function over P. + +## Report an Issue +If you find some problems or bugs, please kindly report them to our [issue +tracker](https://github.com/cddlib/cddlib/issues). + +## Documentation +The +[documentation](ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlibman/cddlibman.html) +is still incomplete but contains descriptions of the most important functions. +Please look at the [examples](src/) for how the library functions can be used +in user's C-codes. + +## H-representation & V-polyhedron +One convenient feature of cddlib is the ability to handle essentially any data. +More precisely, it can generate an H-representation of a V-polyhedron which is +not full-dimensional, and it can generate a V-representation of an H-polyhedron +which has no extreme points. + +## Numerical Problems +A little caution is in order. Many people have seen numerical problems when the +floating version of cddlib is used. As we all know, floating-point computation +might not give a correct answer, especially when an input data is very +sensitive to a small perturbation. When some strange behavior is observed, it +is always wise to create a rational approximation of the input (for example, +one can replace 0.3333333 with 1/3) and to compute it with cddlib compiled with +[GMP Rational](https://gmplib.org) to see what a correct behavior should be. +Whenever the time is not important, it is safer to use GMP rational arithmetic. + +If you need speedy computation with floating-point arithmetic, you might want +to *play with* the constant `dd_almostzero` defined in [cdd.h](lib-src/cdd.h): + + #define dd_almostzero 1.0E-6 + +This number is used to recognize whether a number is zero: a number whose +absolute value is smaller than `dd_almostzero` is considered zero, and nonzero +otherwise. You might want to change this to modify the behavior of cddlib. +Another thing one can do is scaling. If the values in one column of an input is +of smaller magnitude than those in another column, scale one so that they +become comparable. + +## Build the Latest Released Version + +Download the most recent tarball from our [Releases +page](https://github.com/cddlib/cddlib/releases) and build cddlib with + +``` +tar zxf cddlib-*.tar.gz +cd cddlib-* +./configure +make +``` + +To install cddlib to `/usr/local` type +``` +sudo make install +``` + +To link your own code with cddlib, invoke your compiler with something like +``` +gcc -I/usr/local/include -L/usr/local/lib YOUR_CODE.c -lcdd +``` + +or, if you want to use rational arithmetic provided by +[GMP](https://gmplib.org), with +``` +gcc -I/usr/local/include -L/usr/local/lib -DGMPRATIONAL YOUR_CODE.c -lcddgmp -lgmp +``` + +## Build from the Source Code Repository + +Similar to the above, you can build from our [github repository](https://github.com/cddlib/cddlib) with +``` +git clone https://github.com/cddlib/cddlib.git +cd cddlib +./bootstrap +./configure +make +``` + +## Contact the Author +The library cddlib is free software, but if cddlib turns out to be useful, +please kindly send a note or paper to the [author](./AUTHORS) mentioning what +purpose and how cddlib has been used for. The most powerful support for free +software development is user's appreciation. diff -Nru cddlib-094h/src/adjacency.c cddlib-094j/src/adjacency.c --- cddlib-094h/src/adjacency.c 2011-10-19 16:00:38.000000000 +0000 +++ cddlib-094j/src/adjacency.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/allfaces.c cddlib-094j/src/allfaces.c --- cddlib-094h/src/allfaces.c 2011-10-19 16:00:38.000000000 +0000 +++ cddlib-094j/src/allfaces.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/cddexec.c cddlib-094j/src/cddexec.c --- cddlib-094h/src/cddexec.c 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/src/cddexec.c 2018-06-11 07:16:15.000000000 +0000 @@ -0,0 +1,304 @@ +/* cddexec.c: executing cdd functions. It mimics the interface of the program + cdd_both_reps by Volker Braun with much faster executions. + + The input is taken from stdin and can be either a + H or V representation. + + Written by Komei Fukuda , by using some part of cdd_both_reps. + Version 0.94j, May 10, 2018. + +*/ + +/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + +#include "setoper.h" +#include "cdd.h" +#include +#include +#include +#include +#include + + +void compute_adjacency(dd_MatrixPtr Rep, dd_ErrorType* err_ptr) +{ + dd_SetFamilyPtr AdjacencyGraph; + if (*err_ptr != dd_NoError) return; + + switch (Rep->representation) { + case dd_Inequality: + fprintf(stdout, "Facet adjacency\n"); + break; + case dd_Generator: + fprintf(stdout, "Vertex adjacency\n"); + break; + case dd_Unspecified: + fprintf(stderr, "unknown representation type!\n"); + default: + fprintf(stderr, "This should be unreachable!\n"); + exit(2); + } + + /* Output adjacency of vertices/rays/lines */ + if (Rep->rowsize > 0) { /* workaround for bug with empty polyhedron */ + /* compute adjacent vertices/rays/lines */ + AdjacencyGraph = dd_Matrix2Adjacency(Rep, err_ptr); + if (*err_ptr == dd_NoError) { + dd_WriteSetFamily(stdout,AdjacencyGraph); + dd_FreeSetFamily(AdjacencyGraph); + } + } else { + printf("begin\n"); + printf(" 0 0\n"); + printf("end\n"); + } + + printf("\n"); +} + + +void compute_the_second_rep(dd_MatrixPtr M, + dd_ErrorType* err_ptr) +{ + dd_PolyhedraPtr poly; + dd_MatrixPtr A; + /* compute the second representation */ + poly = dd_DDMatrix2Poly(M, err_ptr); + if (*err_ptr!=dd_NoError) goto _L99; + + switch (poly->representation) { + case dd_Inequality: + fprintf(stdout, "The second representation:\n"); + A=dd_CopyGenerators(poly); + dd_WriteMatrix(stdout,A); + dd_FreeMatrix(A); + break; + + case dd_Generator: + fprintf(stdout, "The second representation:\n"); + A=dd_CopyInequalities(poly); + dd_WriteMatrix(stdout,A); + dd_FreeMatrix(A); + break; + + default: + break; + } + + _L99:; + } + +void compute_the_second_repall(dd_MatrixPtr M, + dd_ErrorType* err_ptr) +{ + dd_PolyhedraPtr poly; + dd_MatrixPtr A,B; + /* compute the second representation */ + poly = dd_DDMatrix2Poly(M, err_ptr); + if (*err_ptr!=dd_NoError) goto _L99; + + switch (poly->representation) { + case dd_Inequality: + A=dd_CopyGenerators(poly); + B=dd_CopyInequalities(poly); + + fprintf(stdout, "The second representation:\n"); + dd_WriteMatrix(stdout,A); + fprintf(stdout, "\nVertex incidence\n"); + dd_WriteIncidence(stdout,poly); + fprintf(stdout, "\nVertex adjacency\n"); + dd_WriteAdjacency(stdout,poly); + + fprintf(stdout, "\nThe first (input) representation\n"); + dd_WriteMatrix(stdout,B); + fprintf(stdout, "\nFacet incidence\n"); + dd_WriteInputIncidence(stdout,poly); + fprintf(stdout, "\nFacet adjacency\n"); + dd_WriteInputAdjacency(stdout,poly); + + dd_FreeMatrix(A); + dd_FreeMatrix(B); + break; + + case dd_Generator: + A=dd_CopyInequalities(poly); + B=dd_CopyGenerators(poly); + + fprintf(stdout, "The second representation:\n"); + dd_WriteMatrix(stdout,A); + fprintf(stdout, "\nFacet incidence\n"); + dd_WriteIncidence(stdout,poly); + fprintf(stdout, "\nFacet adjacency\n"); + dd_WriteAdjacency(stdout,poly); + + fprintf(stdout, "\nThe first (input) representation\n"); + dd_WriteMatrix(stdout,B); + fprintf(stdout, "\nVertex incidence\n"); + dd_WriteInputIncidence(stdout,poly); + fprintf(stdout, "\nVertex adjacency\n"); + dd_WriteInputAdjacency(stdout,poly); + + dd_FreeMatrix(A); + dd_FreeMatrix(B); + break; + + default: + break; + } + +_L99:; +} + +void compute_redundancy(dd_MatrixPtr M, + dd_ErrorType* err_ptr) +{ + dd_rowrange i,m; + dd_rowindex newpos; + dd_rowset impl_linset,redset; + + m=M->rowsize; + + fprintf(stdout, "Canonicalize the matrix.\n"); + + dd_MatrixCanonicalize(&M, &impl_linset, &redset, &newpos, err_ptr); + + if (*err_ptr!=dd_NoError) goto _L99; + + fprintf(stdout, "Implicit linearity rows are:"); set_fwrite(stdout, impl_linset); + + fprintf(stdout, "\nRedundant rows are:"); set_fwrite(stdout, redset); + fprintf(stdout, "\n"); + + fprintf(stdout, "Nonredundant representation:\n"); + fprintf(stdout, "The new row positions are as follows (orig:new).\nEach redundant row has the new number 0.\nEach deleted duplicated row has a number nagative of the row that\nrepresents its equivalence class.\n"); + + for (i=1; i<=m; i++){ + fprintf(stdout, " %ld:%ld",i, newpos[i]); + } + fprintf(stdout, "\n"); + dd_WriteMatrix(stdout, M); + + set_free(redset); + set_free(impl_linset); + free(newpos); + dd_FreeMatrix(M); + +_L99:; +} + + +void usage(char *name) +{ + fprintf(stderr, "No known option specified, I don't know what to do!\n" + "Usage:\n" + "%s --option\n" + "where --option is precisely one of the following:\n\n" + " --rep: Compute the second (H- or V-) representation.\n" + " The computed representation is minimal (without redundancy).\n" + "\n" + " --repall: Compute the second (H- or V-) representation.\n" + " It outputs both the input and output representations,\n" + " as well as their incidence and adjacency relations.\n" + "\n" + " --redcheck: Compute a minimal (non-redundant) representation.\n" + " This is sometimes called the redundancy removal.\n" + "\n" + " --adjacency: Compute adjacency information only.\n" + " The input is assumed to be a minimal representation, as, for example, computed\n" + " by --redcheck. Warning, you will not get the correct answer if the input\n" + " representation is not minimal! The output is the vertex or facet graph,\n" + " depending on the input.\n" + "\n" + "The input data is a H- or V-representation in cdd's ine/ext format and\n" + "is in each case read from stdin.\n", + name); +} + + +enum command_line_arguments {REP, REPALL, ADJACENCY, REDCHECK}; + + +int parse_arguments(char* arg, enum command_line_arguments* option) +{ + if (strcmp(arg,"--repall")==0) { + *option = REPALL; + return 0; + } + if (strcmp(arg,"--rep")==0) { + *option = REP; + return 0; + } + if (strcmp(arg,"--adjacency")==0) { + *option = ADJACENCY; + return 0; + } + if (strcmp(arg,"--redcheck")==0) { + *option = REDCHECK; + return 0; + } + + fprintf(stderr, "Unknown option: %s\n", arg); + return 1; +} + + +int main(int argc, char *argv[]) +{ + dd_ErrorType err=dd_NoError; + dd_MatrixPtr M=NULL; + enum command_line_arguments option; + + if (argc!=2 || parse_arguments(argv[1],&option)) { + usage(argv[0]); + return 1; + } + + dd_set_global_constants(); + + /* Read data from stdin */ + M = dd_PolyFile2Matrix(stdin, &err); + if (err != dd_NoError) { + fprintf(stderr, "I was unable to parse the input data!\n"); + dd_WriteErrorMessages(stdout,err); + dd_free_global_constants(); + return 1; + } + + switch (option) { + case REPALL: + compute_the_second_repall(M,&err); + break; + case REP: + compute_the_second_rep(M,&err); + break; + case ADJACENCY: + compute_adjacency(M,&err); + break; + case REDCHECK: + compute_redundancy(M,&err); + break; + default: + fprintf(stderr, "unreachable option %d\n", option); + exit(3); /* unreachable */ + } + + /* cleanup */ + if (option!=REDCHECK) dd_FreeMatrix(M); /* compute_redundancy modifies M and frees M. */ + if (err != dd_NoError) { + dd_WriteErrorMessages(stdout,err); + } + + dd_free_global_constants(); + return 0; +} Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/src/.DS_Store and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/src/.DS_Store differ diff -Nru cddlib-094h/src/fourier.c cddlib-094j/src/fourier.c --- cddlib-094h/src/fourier.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src/fourier.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/lcdd.c cddlib-094j/src/lcdd.c --- cddlib-094h/src/lcdd.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src/lcdd.c 2018-05-18 22:25:10.000000000 +0000 @@ -31,8 +31,9 @@ lcdd < filein */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/Makefile.am cddlib-094j/src/Makefile.am --- cddlib-094h/src/Makefile.am 2012-03-23 08:51:13.000000000 +0000 +++ cddlib-094j/src/Makefile.am 2018-05-23 08:18:27.000000000 +0000 @@ -11,24 +11,17 @@ testcdd2 \ testlp1 \ testlp2 \ -testlp3 -#cddmathlink +testlp3 \ +cddexec -scdd_SOURCES = simplecdd.c -lcdd_SOURCES = lcdd.c -redcheck_SOURCES = redcheck.c -fourier_SOURCES = fourier.c -projection_SOURCES = projection.c -adjacency_SOURCES = adjacency.c -allfaces_SOURCES = allfaces.c -testcdd1_SOURCES = testcdd1.c -testshoot_SOURCES = testshoot.c -testcdd2_SOURCES = testcdd2.c -testlp1_SOURCES = testlp1.c -testlp2_SOURCES = testlp2.c -testlp3_SOURCES = testlp3.c -# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c +# Build these binaries but do not install them; these are sample applications +# that are mostly interesting to developers. +noinst_PROGRAMS = \ +redexter \ +redundancies \ +redundancies_clarkson -LDADD = ../lib-src/libcdd.la -INCLUDES = -I../lib-src -AM_CPPFLAGS = -UGMPRATIONAL +LDADD = ../lib-src/libcdd.la +AM_CPPFLAGS = -I$(top_srcdir)/lib-src + +include ./Makefile.gmp.am diff -Nru cddlib-094h/src/Makefile.gmp.am cddlib-094j/src/Makefile.gmp.am --- cddlib-094h/src/Makefile.gmp.am 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/src/Makefile.gmp.am 2018-05-23 08:18:27.000000000 +0000 @@ -0,0 +1,95 @@ +# Build _gmp variations of all binaries. +# Sadly, automake does not support loops (without requiring GNU make) +# so we have to be extremely verbose here. + +if GMP + +gmp_ldflags = ../lib-src/libcddgmp.la -lgmp +gmp_cppflags = $(AM_CPPFLAGS) -DGMPRATIONAL + +bin_PROGRAMS += scdd_gmp +scdd_gmp_SOURCES = scdd.c +scdd_gmp_LDADD = $(gmp_ldflags) +scdd_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += lcdd_gmp +lcdd_gmp_SOURCES = lcdd.c +lcdd_gmp_LDADD = $(gmp_ldflags) +lcdd_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += fourier_gmp +fourier_gmp_SOURCES = fourier.c +fourier_gmp_LDADD = $(gmp_ldflags) +fourier_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += redcheck_gmp +redcheck_gmp_SOURCES = redcheck.c +redcheck_gmp_LDADD = $(gmp_ldflags) +redcheck_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += projection_gmp +projection_gmp_SOURCES = projection.c +projection_gmp_LDADD = $(gmp_ldflags) +projection_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += adjacency_gmp +adjacency_gmp_SOURCES = adjacency.c +adjacency_gmp_LDADD = $(gmp_ldflags) +adjacency_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += allfaces_gmp +allfaces_gmp_SOURCES = allfaces.c +allfaces_gmp_LDADD = $(gmp_ldflags) +allfaces_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testshoot_gmp +testshoot_gmp_SOURCES = testshoot.c +testshoot_gmp_LDADD = $(gmp_ldflags) +testshoot_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testcdd1_gmp +testcdd1_gmp_SOURCES = testcdd1.c +testcdd1_gmp_LDADD = $(gmp_ldflags) +testcdd1_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testcdd2_gmp +testcdd2_gmp_SOURCES = testcdd2.c +testcdd2_gmp_LDADD = $(gmp_ldflags) +testcdd2_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testlp1_gmp +testlp1_gmp_SOURCES = testlp1.c +testlp1_gmp_LDADD = $(gmp_ldflags) +testlp1_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testlp2_gmp +testlp2_gmp_SOURCES = testlp2.c +testlp2_gmp_LDADD = $(gmp_ldflags) +testlp2_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += testlp3_gmp +testlp3_gmp_SOURCES = testlp3.c +testlp3_gmp_LDADD = $(gmp_ldflags) +testlp3_gmp_CPPFLAGS = $(gmp_cppflags) + +bin_PROGRAMS += cddexec_gmp +cddexec_gmp_SOURCES = cddexec.c +cddexec_gmp_LDADD = $(gmp_ldflags) +cddexec_gmp_CPPFLAGS = $(gmp_cppflags) + +noinst_PROGRAMS += redundancies_gmp +redundancies_gmp_SOURCES = redundancies.c +redundancies_gmp_LDADD = $(gmp_ldflags) +redundancies_gmp_CPPFLAGS = $(gmp_cppflags) + +noinst_PROGRAMS += redundancies_clarkson_gmp +redundancies_clarkson_gmp_SOURCES = redundancies_clarkson.c +redundancies_clarkson_gmp_LDADD = $(gmp_ldflags) +redundancies_clarkson_gmp_CPPFLAGS = $(gmp_cppflags) + +noinst_PROGRAMS += redexter_gmp +redexter_gmp_SOURCES = redexter.c +redexter_gmp_LDADD = $(gmp_ldflags) +redexter_gmp_CPPFLAGS = $(gmp_cppflags) + +endif diff -Nru cddlib-094h/src/Makefile.in cddlib-094j/src/Makefile.in --- cddlib-094h/src/Makefile.in 2012-03-23 08:51:38.000000000 +0000 +++ cddlib-094j/src/Makefile.in 2018-06-11 07:21:08.000000000 +0000 @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 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. @@ -14,10 +14,70 @@ @SET_MAKE@ +# Build _gmp variations of all binaries. +# Sadly, automake does not support loops (without requiring GNU make) +# so we have to be extremely verbose here. + VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ -pkglibdir = $(libdir)/@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 @@ -36,110 +96,296 @@ fourier$(EXEEXT) projection$(EXEEXT) adjacency$(EXEEXT) \ allfaces$(EXEEXT) testcdd1$(EXEEXT) testshoot$(EXEEXT) \ testcdd2$(EXEEXT) testlp1$(EXEEXT) testlp2$(EXEEXT) \ - testlp3$(EXEEXT) + testlp3$(EXEEXT) cddexec$(EXEEXT) $(am__EXEEXT_1) +noinst_PROGRAMS = redexter$(EXEEXT) redundancies$(EXEEXT) \ + redundancies_clarkson$(EXEEXT) $(am__EXEEXT_2) +@GMP_TRUE@am__append_1 = scdd_gmp lcdd_gmp fourier_gmp redcheck_gmp \ +@GMP_TRUE@ projection_gmp adjacency_gmp allfaces_gmp \ +@GMP_TRUE@ testshoot_gmp testcdd1_gmp testcdd2_gmp testlp1_gmp \ +@GMP_TRUE@ testlp2_gmp testlp3_gmp cddexec_gmp +@GMP_TRUE@am__append_2 = redundancies_gmp redundancies_clarkson_gmp \ +@GMP_TRUE@ redexter_gmp subdir = src -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +@GMP_TRUE@am__EXEEXT_1 = scdd_gmp$(EXEEXT) lcdd_gmp$(EXEEXT) \ +@GMP_TRUE@ fourier_gmp$(EXEEXT) redcheck_gmp$(EXEEXT) \ +@GMP_TRUE@ projection_gmp$(EXEEXT) adjacency_gmp$(EXEEXT) \ +@GMP_TRUE@ allfaces_gmp$(EXEEXT) testshoot_gmp$(EXEEXT) \ +@GMP_TRUE@ testcdd1_gmp$(EXEEXT) testcdd2_gmp$(EXEEXT) \ +@GMP_TRUE@ testlp1_gmp$(EXEEXT) testlp2_gmp$(EXEEXT) \ +@GMP_TRUE@ testlp3_gmp$(EXEEXT) cddexec_gmp$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) -PROGRAMS = $(bin_PROGRAMS) -am_adjacency_OBJECTS = adjacency.$(OBJEXT) -adjacency_OBJECTS = $(am_adjacency_OBJECTS) +@GMP_TRUE@am__EXEEXT_2 = redundancies_gmp$(EXEEXT) \ +@GMP_TRUE@ redundancies_clarkson_gmp$(EXEEXT) \ +@GMP_TRUE@ redexter_gmp$(EXEEXT) +PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) +adjacency_SOURCES = adjacency.c +adjacency_OBJECTS = adjacency.$(OBJEXT) adjacency_LDADD = $(LDADD) adjacency_DEPENDENCIES = ../lib-src/libcdd.la -am_allfaces_OBJECTS = allfaces.$(OBJEXT) -allfaces_OBJECTS = $(am_allfaces_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +am__adjacency_gmp_SOURCES_DIST = adjacency.c +@GMP_TRUE@am_adjacency_gmp_OBJECTS = \ +@GMP_TRUE@ adjacency_gmp-adjacency.$(OBJEXT) +adjacency_gmp_OBJECTS = $(am_adjacency_gmp_OBJECTS) +@GMP_TRUE@am__DEPENDENCIES_1 = ../lib-src/libcddgmp.la +@GMP_TRUE@adjacency_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +allfaces_SOURCES = allfaces.c +allfaces_OBJECTS = allfaces.$(OBJEXT) allfaces_LDADD = $(LDADD) allfaces_DEPENDENCIES = ../lib-src/libcdd.la -am_fourier_OBJECTS = fourier.$(OBJEXT) -fourier_OBJECTS = $(am_fourier_OBJECTS) +am__allfaces_gmp_SOURCES_DIST = allfaces.c +@GMP_TRUE@am_allfaces_gmp_OBJECTS = allfaces_gmp-allfaces.$(OBJEXT) +allfaces_gmp_OBJECTS = $(am_allfaces_gmp_OBJECTS) +@GMP_TRUE@allfaces_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +cddexec_SOURCES = cddexec.c +cddexec_OBJECTS = cddexec.$(OBJEXT) +cddexec_LDADD = $(LDADD) +cddexec_DEPENDENCIES = ../lib-src/libcdd.la +am__cddexec_gmp_SOURCES_DIST = cddexec.c +@GMP_TRUE@am_cddexec_gmp_OBJECTS = cddexec_gmp-cddexec.$(OBJEXT) +cddexec_gmp_OBJECTS = $(am_cddexec_gmp_OBJECTS) +@GMP_TRUE@cddexec_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +fourier_SOURCES = fourier.c +fourier_OBJECTS = fourier.$(OBJEXT) fourier_LDADD = $(LDADD) fourier_DEPENDENCIES = ../lib-src/libcdd.la -am_lcdd_OBJECTS = lcdd.$(OBJEXT) -lcdd_OBJECTS = $(am_lcdd_OBJECTS) +am__fourier_gmp_SOURCES_DIST = fourier.c +@GMP_TRUE@am_fourier_gmp_OBJECTS = fourier_gmp-fourier.$(OBJEXT) +fourier_gmp_OBJECTS = $(am_fourier_gmp_OBJECTS) +@GMP_TRUE@fourier_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +lcdd_SOURCES = lcdd.c +lcdd_OBJECTS = lcdd.$(OBJEXT) lcdd_LDADD = $(LDADD) lcdd_DEPENDENCIES = ../lib-src/libcdd.la -am_projection_OBJECTS = projection.$(OBJEXT) -projection_OBJECTS = $(am_projection_OBJECTS) +am__lcdd_gmp_SOURCES_DIST = lcdd.c +@GMP_TRUE@am_lcdd_gmp_OBJECTS = lcdd_gmp-lcdd.$(OBJEXT) +lcdd_gmp_OBJECTS = $(am_lcdd_gmp_OBJECTS) +@GMP_TRUE@lcdd_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +projection_SOURCES = projection.c +projection_OBJECTS = projection.$(OBJEXT) projection_LDADD = $(LDADD) projection_DEPENDENCIES = ../lib-src/libcdd.la -am_redcheck_OBJECTS = redcheck.$(OBJEXT) -redcheck_OBJECTS = $(am_redcheck_OBJECTS) +am__projection_gmp_SOURCES_DIST = projection.c +@GMP_TRUE@am_projection_gmp_OBJECTS = \ +@GMP_TRUE@ projection_gmp-projection.$(OBJEXT) +projection_gmp_OBJECTS = $(am_projection_gmp_OBJECTS) +@GMP_TRUE@projection_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +redcheck_SOURCES = redcheck.c +redcheck_OBJECTS = redcheck.$(OBJEXT) redcheck_LDADD = $(LDADD) redcheck_DEPENDENCIES = ../lib-src/libcdd.la -am_scdd_OBJECTS = simplecdd.$(OBJEXT) -scdd_OBJECTS = $(am_scdd_OBJECTS) +am__redcheck_gmp_SOURCES_DIST = redcheck.c +@GMP_TRUE@am_redcheck_gmp_OBJECTS = redcheck_gmp-redcheck.$(OBJEXT) +redcheck_gmp_OBJECTS = $(am_redcheck_gmp_OBJECTS) +@GMP_TRUE@redcheck_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +redexter_SOURCES = redexter.c +redexter_OBJECTS = redexter.$(OBJEXT) +redexter_LDADD = $(LDADD) +redexter_DEPENDENCIES = ../lib-src/libcdd.la +am__redexter_gmp_SOURCES_DIST = redexter.c +@GMP_TRUE@am_redexter_gmp_OBJECTS = redexter_gmp-redexter.$(OBJEXT) +redexter_gmp_OBJECTS = $(am_redexter_gmp_OBJECTS) +@GMP_TRUE@redexter_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +redundancies_SOURCES = redundancies.c +redundancies_OBJECTS = redundancies.$(OBJEXT) +redundancies_LDADD = $(LDADD) +redundancies_DEPENDENCIES = ../lib-src/libcdd.la +redundancies_clarkson_SOURCES = redundancies_clarkson.c +redundancies_clarkson_OBJECTS = redundancies_clarkson.$(OBJEXT) +redundancies_clarkson_LDADD = $(LDADD) +redundancies_clarkson_DEPENDENCIES = ../lib-src/libcdd.la +am__redundancies_clarkson_gmp_SOURCES_DIST = redundancies_clarkson.c +@GMP_TRUE@am_redundancies_clarkson_gmp_OBJECTS = redundancies_clarkson_gmp-redundancies_clarkson.$(OBJEXT) +redundancies_clarkson_gmp_OBJECTS = \ + $(am_redundancies_clarkson_gmp_OBJECTS) +@GMP_TRUE@redundancies_clarkson_gmp_DEPENDENCIES = \ +@GMP_TRUE@ $(am__DEPENDENCIES_1) +am__redundancies_gmp_SOURCES_DIST = redundancies.c +@GMP_TRUE@am_redundancies_gmp_OBJECTS = \ +@GMP_TRUE@ redundancies_gmp-redundancies.$(OBJEXT) +redundancies_gmp_OBJECTS = $(am_redundancies_gmp_OBJECTS) +@GMP_TRUE@redundancies_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +scdd_SOURCES = scdd.c +scdd_OBJECTS = scdd.$(OBJEXT) scdd_LDADD = $(LDADD) scdd_DEPENDENCIES = ../lib-src/libcdd.la -am_testcdd1_OBJECTS = testcdd1.$(OBJEXT) -testcdd1_OBJECTS = $(am_testcdd1_OBJECTS) +am__scdd_gmp_SOURCES_DIST = scdd.c +@GMP_TRUE@am_scdd_gmp_OBJECTS = scdd_gmp-scdd.$(OBJEXT) +scdd_gmp_OBJECTS = $(am_scdd_gmp_OBJECTS) +@GMP_TRUE@scdd_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testcdd1_SOURCES = testcdd1.c +testcdd1_OBJECTS = testcdd1.$(OBJEXT) testcdd1_LDADD = $(LDADD) testcdd1_DEPENDENCIES = ../lib-src/libcdd.la -am_testcdd2_OBJECTS = testcdd2.$(OBJEXT) -testcdd2_OBJECTS = $(am_testcdd2_OBJECTS) +am__testcdd1_gmp_SOURCES_DIST = testcdd1.c +@GMP_TRUE@am_testcdd1_gmp_OBJECTS = testcdd1_gmp-testcdd1.$(OBJEXT) +testcdd1_gmp_OBJECTS = $(am_testcdd1_gmp_OBJECTS) +@GMP_TRUE@testcdd1_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testcdd2_SOURCES = testcdd2.c +testcdd2_OBJECTS = testcdd2.$(OBJEXT) testcdd2_LDADD = $(LDADD) testcdd2_DEPENDENCIES = ../lib-src/libcdd.la -am_testlp1_OBJECTS = testlp1.$(OBJEXT) -testlp1_OBJECTS = $(am_testlp1_OBJECTS) +am__testcdd2_gmp_SOURCES_DIST = testcdd2.c +@GMP_TRUE@am_testcdd2_gmp_OBJECTS = testcdd2_gmp-testcdd2.$(OBJEXT) +testcdd2_gmp_OBJECTS = $(am_testcdd2_gmp_OBJECTS) +@GMP_TRUE@testcdd2_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testlp1_SOURCES = testlp1.c +testlp1_OBJECTS = testlp1.$(OBJEXT) testlp1_LDADD = $(LDADD) testlp1_DEPENDENCIES = ../lib-src/libcdd.la -am_testlp2_OBJECTS = testlp2.$(OBJEXT) -testlp2_OBJECTS = $(am_testlp2_OBJECTS) +am__testlp1_gmp_SOURCES_DIST = testlp1.c +@GMP_TRUE@am_testlp1_gmp_OBJECTS = testlp1_gmp-testlp1.$(OBJEXT) +testlp1_gmp_OBJECTS = $(am_testlp1_gmp_OBJECTS) +@GMP_TRUE@testlp1_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testlp2_SOURCES = testlp2.c +testlp2_OBJECTS = testlp2.$(OBJEXT) testlp2_LDADD = $(LDADD) testlp2_DEPENDENCIES = ../lib-src/libcdd.la -am_testlp3_OBJECTS = testlp3.$(OBJEXT) -testlp3_OBJECTS = $(am_testlp3_OBJECTS) +am__testlp2_gmp_SOURCES_DIST = testlp2.c +@GMP_TRUE@am_testlp2_gmp_OBJECTS = testlp2_gmp-testlp2.$(OBJEXT) +testlp2_gmp_OBJECTS = $(am_testlp2_gmp_OBJECTS) +@GMP_TRUE@testlp2_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testlp3_SOURCES = testlp3.c +testlp3_OBJECTS = testlp3.$(OBJEXT) testlp3_LDADD = $(LDADD) testlp3_DEPENDENCIES = ../lib-src/libcdd.la -am_testshoot_OBJECTS = testshoot.$(OBJEXT) -testshoot_OBJECTS = $(am_testshoot_OBJECTS) +am__testlp3_gmp_SOURCES_DIST = testlp3.c +@GMP_TRUE@am_testlp3_gmp_OBJECTS = testlp3_gmp-testlp3.$(OBJEXT) +testlp3_gmp_OBJECTS = $(am_testlp3_gmp_OBJECTS) +@GMP_TRUE@testlp3_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +testshoot_SOURCES = testshoot.c +testshoot_OBJECTS = testshoot.$(OBJEXT) testshoot_LDADD = $(LDADD) testshoot_DEPENDENCIES = ../lib-src/libcdd.la +am__testshoot_gmp_SOURCES_DIST = testshoot.c +@GMP_TRUE@am_testshoot_gmp_OBJECTS = \ +@GMP_TRUE@ testshoot_gmp-testshoot.$(OBJEXT) +testshoot_gmp_OBJECTS = $(am_testshoot_gmp_OBJECTS) +@GMP_TRUE@testshoot_gmp_DEPENDENCIES = $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = 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) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -SOURCES = $(adjacency_SOURCES) $(allfaces_SOURCES) $(fourier_SOURCES) \ - $(lcdd_SOURCES) $(projection_SOURCES) $(redcheck_SOURCES) \ - $(scdd_SOURCES) $(testcdd1_SOURCES) $(testcdd2_SOURCES) \ - $(testlp1_SOURCES) $(testlp2_SOURCES) $(testlp3_SOURCES) \ - $(testshoot_SOURCES) -DIST_SOURCES = $(adjacency_SOURCES) $(allfaces_SOURCES) \ - $(fourier_SOURCES) $(lcdd_SOURCES) $(projection_SOURCES) \ - $(redcheck_SOURCES) $(scdd_SOURCES) $(testcdd1_SOURCES) \ - $(testcdd2_SOURCES) $(testlp1_SOURCES) $(testlp2_SOURCES) \ - $(testlp3_SOURCES) $(testshoot_SOURCES) +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = adjacency.c $(adjacency_gmp_SOURCES) allfaces.c \ + $(allfaces_gmp_SOURCES) cddexec.c $(cddexec_gmp_SOURCES) \ + fourier.c $(fourier_gmp_SOURCES) lcdd.c $(lcdd_gmp_SOURCES) \ + projection.c $(projection_gmp_SOURCES) redcheck.c \ + $(redcheck_gmp_SOURCES) redexter.c $(redexter_gmp_SOURCES) \ + redundancies.c redundancies_clarkson.c \ + $(redundancies_clarkson_gmp_SOURCES) \ + $(redundancies_gmp_SOURCES) scdd.c $(scdd_gmp_SOURCES) \ + testcdd1.c $(testcdd1_gmp_SOURCES) testcdd2.c \ + $(testcdd2_gmp_SOURCES) testlp1.c $(testlp1_gmp_SOURCES) \ + testlp2.c $(testlp2_gmp_SOURCES) testlp3.c \ + $(testlp3_gmp_SOURCES) testshoot.c $(testshoot_gmp_SOURCES) +DIST_SOURCES = adjacency.c $(am__adjacency_gmp_SOURCES_DIST) \ + allfaces.c $(am__allfaces_gmp_SOURCES_DIST) cddexec.c \ + $(am__cddexec_gmp_SOURCES_DIST) fourier.c \ + $(am__fourier_gmp_SOURCES_DIST) lcdd.c \ + $(am__lcdd_gmp_SOURCES_DIST) projection.c \ + $(am__projection_gmp_SOURCES_DIST) redcheck.c \ + $(am__redcheck_gmp_SOURCES_DIST) redexter.c \ + $(am__redexter_gmp_SOURCES_DIST) redundancies.c \ + redundancies_clarkson.c \ + $(am__redundancies_clarkson_gmp_SOURCES_DIST) \ + $(am__redundancies_gmp_SOURCES_DIST) scdd.c \ + $(am__scdd_gmp_SOURCES_DIST) testcdd1.c \ + $(am__testcdd1_gmp_SOURCES_DIST) testcdd2.c \ + $(am__testcdd2_gmp_SOURCES_DIST) testlp1.c \ + $(am__testlp1_gmp_SOURCES_DIST) testlp2.c \ + $(am__testlp2_gmp_SOURCES_DIST) testlp3.c \ + $(am__testlp3_gmp_SOURCES_DIST) testshoot.c \ + $(am__testshoot_gmp_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/./Makefile.gmp.am $(srcdir)/Makefile.in \ + $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ +AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ +CDD_LDFLAGS = @CDD_LDFLAGS@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ @@ -162,7 +408,9 @@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ @@ -175,6 +423,7 @@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ RANLIB = @RANLIB@ @@ -187,6 +436,7 @@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ @@ -205,6 +455,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ +dvips = @dvips@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ @@ -215,15 +466,18 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ +latex = @latex@ +latex2html = @latex2html@ +libcdd_version_info = @libcdd_version_info@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ +pdflatex = @pdflatex@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ @@ -235,29 +489,66 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -#cddmathlink -scdd_SOURCES = simplecdd.c -lcdd_SOURCES = lcdd.c -redcheck_SOURCES = redcheck.c -fourier_SOURCES = fourier.c -projection_SOURCES = projection.c -adjacency_SOURCES = adjacency.c -allfaces_SOURCES = allfaces.c -testcdd1_SOURCES = testcdd1.c -testshoot_SOURCES = testshoot.c -testcdd2_SOURCES = testcdd2.c -testlp1_SOURCES = testlp1.c -testlp2_SOURCES = testlp2.c -testlp3_SOURCES = testlp3.c -# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c LDADD = ../lib-src/libcdd.la -INCLUDES = -I../lib-src -AM_CPPFLAGS = -UGMPRATIONAL +AM_CPPFLAGS = -I$(top_srcdir)/lib-src +@GMP_TRUE@gmp_ldflags = ../lib-src/libcddgmp.la -lgmp +@GMP_TRUE@gmp_cppflags = $(AM_CPPFLAGS) -DGMPRATIONAL +@GMP_TRUE@scdd_gmp_SOURCES = scdd.c +@GMP_TRUE@scdd_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@scdd_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@lcdd_gmp_SOURCES = lcdd.c +@GMP_TRUE@lcdd_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@lcdd_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@fourier_gmp_SOURCES = fourier.c +@GMP_TRUE@fourier_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@fourier_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@redcheck_gmp_SOURCES = redcheck.c +@GMP_TRUE@redcheck_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@redcheck_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@projection_gmp_SOURCES = projection.c +@GMP_TRUE@projection_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@projection_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@adjacency_gmp_SOURCES = adjacency.c +@GMP_TRUE@adjacency_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@adjacency_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@allfaces_gmp_SOURCES = allfaces.c +@GMP_TRUE@allfaces_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@allfaces_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testshoot_gmp_SOURCES = testshoot.c +@GMP_TRUE@testshoot_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testshoot_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testcdd1_gmp_SOURCES = testcdd1.c +@GMP_TRUE@testcdd1_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testcdd1_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testcdd2_gmp_SOURCES = testcdd2.c +@GMP_TRUE@testcdd2_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testcdd2_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testlp1_gmp_SOURCES = testlp1.c +@GMP_TRUE@testlp1_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testlp1_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testlp2_gmp_SOURCES = testlp2.c +@GMP_TRUE@testlp2_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testlp2_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@testlp3_gmp_SOURCES = testlp3.c +@GMP_TRUE@testlp3_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@testlp3_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@cddexec_gmp_SOURCES = cddexec.c +@GMP_TRUE@cddexec_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@cddexec_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@redundancies_gmp_SOURCES = redundancies.c +@GMP_TRUE@redundancies_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@redundancies_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@redundancies_clarkson_gmp_SOURCES = redundancies_clarkson.c +@GMP_TRUE@redundancies_clarkson_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@redundancies_clarkson_gmp_CPPFLAGS = $(gmp_cppflags) +@GMP_TRUE@redexter_gmp_SOURCES = redexter.c +@GMP_TRUE@redexter_gmp_LDADD = $(gmp_ldflags) +@GMP_TRUE@redexter_gmp_CPPFLAGS = $(gmp_cppflags) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/./Makefile.gmp.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -266,10 +557,9 @@ exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile -.PRECIOUS: Makefile + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -278,6 +568,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; +$(srcdir)/./Makefile.gmp.am $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -286,73 +577,201 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + 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)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done + @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)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done -adjacency$(EXEEXT): $(adjacency_OBJECTS) $(adjacency_DEPENDENCIES) + @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 + +adjacency$(EXEEXT): $(adjacency_OBJECTS) $(adjacency_DEPENDENCIES) $(EXTRA_adjacency_DEPENDENCIES) @rm -f adjacency$(EXEEXT) - $(LINK) $(adjacency_OBJECTS) $(adjacency_LDADD) $(LIBS) -allfaces$(EXEEXT): $(allfaces_OBJECTS) $(allfaces_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(adjacency_OBJECTS) $(adjacency_LDADD) $(LIBS) + +adjacency_gmp$(EXEEXT): $(adjacency_gmp_OBJECTS) $(adjacency_gmp_DEPENDENCIES) $(EXTRA_adjacency_gmp_DEPENDENCIES) + @rm -f adjacency_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(adjacency_gmp_OBJECTS) $(adjacency_gmp_LDADD) $(LIBS) + +allfaces$(EXEEXT): $(allfaces_OBJECTS) $(allfaces_DEPENDENCIES) $(EXTRA_allfaces_DEPENDENCIES) @rm -f allfaces$(EXEEXT) - $(LINK) $(allfaces_OBJECTS) $(allfaces_LDADD) $(LIBS) -fourier$(EXEEXT): $(fourier_OBJECTS) $(fourier_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(allfaces_OBJECTS) $(allfaces_LDADD) $(LIBS) + +allfaces_gmp$(EXEEXT): $(allfaces_gmp_OBJECTS) $(allfaces_gmp_DEPENDENCIES) $(EXTRA_allfaces_gmp_DEPENDENCIES) + @rm -f allfaces_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(allfaces_gmp_OBJECTS) $(allfaces_gmp_LDADD) $(LIBS) + +cddexec$(EXEEXT): $(cddexec_OBJECTS) $(cddexec_DEPENDENCIES) $(EXTRA_cddexec_DEPENDENCIES) + @rm -f cddexec$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(cddexec_OBJECTS) $(cddexec_LDADD) $(LIBS) + +cddexec_gmp$(EXEEXT): $(cddexec_gmp_OBJECTS) $(cddexec_gmp_DEPENDENCIES) $(EXTRA_cddexec_gmp_DEPENDENCIES) + @rm -f cddexec_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(cddexec_gmp_OBJECTS) $(cddexec_gmp_LDADD) $(LIBS) + +fourier$(EXEEXT): $(fourier_OBJECTS) $(fourier_DEPENDENCIES) $(EXTRA_fourier_DEPENDENCIES) @rm -f fourier$(EXEEXT) - $(LINK) $(fourier_OBJECTS) $(fourier_LDADD) $(LIBS) -lcdd$(EXEEXT): $(lcdd_OBJECTS) $(lcdd_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(fourier_OBJECTS) $(fourier_LDADD) $(LIBS) + +fourier_gmp$(EXEEXT): $(fourier_gmp_OBJECTS) $(fourier_gmp_DEPENDENCIES) $(EXTRA_fourier_gmp_DEPENDENCIES) + @rm -f fourier_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(fourier_gmp_OBJECTS) $(fourier_gmp_LDADD) $(LIBS) + +lcdd$(EXEEXT): $(lcdd_OBJECTS) $(lcdd_DEPENDENCIES) $(EXTRA_lcdd_DEPENDENCIES) @rm -f lcdd$(EXEEXT) - $(LINK) $(lcdd_OBJECTS) $(lcdd_LDADD) $(LIBS) -projection$(EXEEXT): $(projection_OBJECTS) $(projection_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(lcdd_OBJECTS) $(lcdd_LDADD) $(LIBS) + +lcdd_gmp$(EXEEXT): $(lcdd_gmp_OBJECTS) $(lcdd_gmp_DEPENDENCIES) $(EXTRA_lcdd_gmp_DEPENDENCIES) + @rm -f lcdd_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(lcdd_gmp_OBJECTS) $(lcdd_gmp_LDADD) $(LIBS) + +projection$(EXEEXT): $(projection_OBJECTS) $(projection_DEPENDENCIES) $(EXTRA_projection_DEPENDENCIES) @rm -f projection$(EXEEXT) - $(LINK) $(projection_OBJECTS) $(projection_LDADD) $(LIBS) -redcheck$(EXEEXT): $(redcheck_OBJECTS) $(redcheck_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(projection_OBJECTS) $(projection_LDADD) $(LIBS) + +projection_gmp$(EXEEXT): $(projection_gmp_OBJECTS) $(projection_gmp_DEPENDENCIES) $(EXTRA_projection_gmp_DEPENDENCIES) + @rm -f projection_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(projection_gmp_OBJECTS) $(projection_gmp_LDADD) $(LIBS) + +redcheck$(EXEEXT): $(redcheck_OBJECTS) $(redcheck_DEPENDENCIES) $(EXTRA_redcheck_DEPENDENCIES) @rm -f redcheck$(EXEEXT) - $(LINK) $(redcheck_OBJECTS) $(redcheck_LDADD) $(LIBS) -scdd$(EXEEXT): $(scdd_OBJECTS) $(scdd_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(redcheck_OBJECTS) $(redcheck_LDADD) $(LIBS) + +redcheck_gmp$(EXEEXT): $(redcheck_gmp_OBJECTS) $(redcheck_gmp_DEPENDENCIES) $(EXTRA_redcheck_gmp_DEPENDENCIES) + @rm -f redcheck_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redcheck_gmp_OBJECTS) $(redcheck_gmp_LDADD) $(LIBS) + +redexter$(EXEEXT): $(redexter_OBJECTS) $(redexter_DEPENDENCIES) $(EXTRA_redexter_DEPENDENCIES) + @rm -f redexter$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redexter_OBJECTS) $(redexter_LDADD) $(LIBS) + +redexter_gmp$(EXEEXT): $(redexter_gmp_OBJECTS) $(redexter_gmp_DEPENDENCIES) $(EXTRA_redexter_gmp_DEPENDENCIES) + @rm -f redexter_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redexter_gmp_OBJECTS) $(redexter_gmp_LDADD) $(LIBS) + +redundancies$(EXEEXT): $(redundancies_OBJECTS) $(redundancies_DEPENDENCIES) $(EXTRA_redundancies_DEPENDENCIES) + @rm -f redundancies$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redundancies_OBJECTS) $(redundancies_LDADD) $(LIBS) + +redundancies_clarkson$(EXEEXT): $(redundancies_clarkson_OBJECTS) $(redundancies_clarkson_DEPENDENCIES) $(EXTRA_redundancies_clarkson_DEPENDENCIES) + @rm -f redundancies_clarkson$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redundancies_clarkson_OBJECTS) $(redundancies_clarkson_LDADD) $(LIBS) + +redundancies_clarkson_gmp$(EXEEXT): $(redundancies_clarkson_gmp_OBJECTS) $(redundancies_clarkson_gmp_DEPENDENCIES) $(EXTRA_redundancies_clarkson_gmp_DEPENDENCIES) + @rm -f redundancies_clarkson_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redundancies_clarkson_gmp_OBJECTS) $(redundancies_clarkson_gmp_LDADD) $(LIBS) + +redundancies_gmp$(EXEEXT): $(redundancies_gmp_OBJECTS) $(redundancies_gmp_DEPENDENCIES) $(EXTRA_redundancies_gmp_DEPENDENCIES) + @rm -f redundancies_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(redundancies_gmp_OBJECTS) $(redundancies_gmp_LDADD) $(LIBS) + +scdd$(EXEEXT): $(scdd_OBJECTS) $(scdd_DEPENDENCIES) $(EXTRA_scdd_DEPENDENCIES) @rm -f scdd$(EXEEXT) - $(LINK) $(scdd_OBJECTS) $(scdd_LDADD) $(LIBS) -testcdd1$(EXEEXT): $(testcdd1_OBJECTS) $(testcdd1_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(scdd_OBJECTS) $(scdd_LDADD) $(LIBS) + +scdd_gmp$(EXEEXT): $(scdd_gmp_OBJECTS) $(scdd_gmp_DEPENDENCIES) $(EXTRA_scdd_gmp_DEPENDENCIES) + @rm -f scdd_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(scdd_gmp_OBJECTS) $(scdd_gmp_LDADD) $(LIBS) + +testcdd1$(EXEEXT): $(testcdd1_OBJECTS) $(testcdd1_DEPENDENCIES) $(EXTRA_testcdd1_DEPENDENCIES) @rm -f testcdd1$(EXEEXT) - $(LINK) $(testcdd1_OBJECTS) $(testcdd1_LDADD) $(LIBS) -testcdd2$(EXEEXT): $(testcdd2_OBJECTS) $(testcdd2_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(testcdd1_OBJECTS) $(testcdd1_LDADD) $(LIBS) + +testcdd1_gmp$(EXEEXT): $(testcdd1_gmp_OBJECTS) $(testcdd1_gmp_DEPENDENCIES) $(EXTRA_testcdd1_gmp_DEPENDENCIES) + @rm -f testcdd1_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcdd1_gmp_OBJECTS) $(testcdd1_gmp_LDADD) $(LIBS) + +testcdd2$(EXEEXT): $(testcdd2_OBJECTS) $(testcdd2_DEPENDENCIES) $(EXTRA_testcdd2_DEPENDENCIES) @rm -f testcdd2$(EXEEXT) - $(LINK) $(testcdd2_OBJECTS) $(testcdd2_LDADD) $(LIBS) -testlp1$(EXEEXT): $(testlp1_OBJECTS) $(testlp1_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(testcdd2_OBJECTS) $(testcdd2_LDADD) $(LIBS) + +testcdd2_gmp$(EXEEXT): $(testcdd2_gmp_OBJECTS) $(testcdd2_gmp_DEPENDENCIES) $(EXTRA_testcdd2_gmp_DEPENDENCIES) + @rm -f testcdd2_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testcdd2_gmp_OBJECTS) $(testcdd2_gmp_LDADD) $(LIBS) + +testlp1$(EXEEXT): $(testlp1_OBJECTS) $(testlp1_DEPENDENCIES) $(EXTRA_testlp1_DEPENDENCIES) @rm -f testlp1$(EXEEXT) - $(LINK) $(testlp1_OBJECTS) $(testlp1_LDADD) $(LIBS) -testlp2$(EXEEXT): $(testlp2_OBJECTS) $(testlp2_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(testlp1_OBJECTS) $(testlp1_LDADD) $(LIBS) + +testlp1_gmp$(EXEEXT): $(testlp1_gmp_OBJECTS) $(testlp1_gmp_DEPENDENCIES) $(EXTRA_testlp1_gmp_DEPENDENCIES) + @rm -f testlp1_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testlp1_gmp_OBJECTS) $(testlp1_gmp_LDADD) $(LIBS) + +testlp2$(EXEEXT): $(testlp2_OBJECTS) $(testlp2_DEPENDENCIES) $(EXTRA_testlp2_DEPENDENCIES) @rm -f testlp2$(EXEEXT) - $(LINK) $(testlp2_OBJECTS) $(testlp2_LDADD) $(LIBS) -testlp3$(EXEEXT): $(testlp3_OBJECTS) $(testlp3_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(testlp2_OBJECTS) $(testlp2_LDADD) $(LIBS) + +testlp2_gmp$(EXEEXT): $(testlp2_gmp_OBJECTS) $(testlp2_gmp_DEPENDENCIES) $(EXTRA_testlp2_gmp_DEPENDENCIES) + @rm -f testlp2_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testlp2_gmp_OBJECTS) $(testlp2_gmp_LDADD) $(LIBS) + +testlp3$(EXEEXT): $(testlp3_OBJECTS) $(testlp3_DEPENDENCIES) $(EXTRA_testlp3_DEPENDENCIES) @rm -f testlp3$(EXEEXT) - $(LINK) $(testlp3_OBJECTS) $(testlp3_LDADD) $(LIBS) -testshoot$(EXEEXT): $(testshoot_OBJECTS) $(testshoot_DEPENDENCIES) + $(AM_V_CCLD)$(LINK) $(testlp3_OBJECTS) $(testlp3_LDADD) $(LIBS) + +testlp3_gmp$(EXEEXT): $(testlp3_gmp_OBJECTS) $(testlp3_gmp_DEPENDENCIES) $(EXTRA_testlp3_gmp_DEPENDENCIES) + @rm -f testlp3_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testlp3_gmp_OBJECTS) $(testlp3_gmp_LDADD) $(LIBS) + +testshoot$(EXEEXT): $(testshoot_OBJECTS) $(testshoot_DEPENDENCIES) $(EXTRA_testshoot_DEPENDENCIES) @rm -f testshoot$(EXEEXT) - $(LINK) $(testshoot_OBJECTS) $(testshoot_LDADD) $(LIBS) + $(AM_V_CCLD)$(LINK) $(testshoot_OBJECTS) $(testshoot_LDADD) $(LIBS) + +testshoot_gmp$(EXEEXT): $(testshoot_gmp_OBJECTS) $(testshoot_gmp_DEPENDENCIES) $(EXTRA_testshoot_gmp_DEPENDENCIES) + @rm -f testshoot_gmp$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(testshoot_gmp_OBJECTS) $(testshoot_gmp_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -361,39 +780,298 @@ -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjacency.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjacency_gmp-adjacency.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allfaces.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allfaces_gmp-allfaces.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddexec.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cddexec_gmp-cddexec.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fourier.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fourier_gmp-fourier.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcdd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcdd_gmp-lcdd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projection.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projection_gmp-projection.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redcheck.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplecdd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redcheck_gmp-redcheck.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redexter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redexter_gmp-redexter.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redundancies.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redundancies_clarkson.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redundancies_gmp-redundancies.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scdd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scdd_gmp-scdd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd1_gmp-testcdd1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd2_gmp-testcdd2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp1.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp1_gmp-testlp1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp2_gmp-testlp2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp3_gmp-testlp3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testshoot.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testshoot_gmp-testshoot.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< + +adjacency_gmp-adjacency.o: adjacency.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adjacency_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT adjacency_gmp-adjacency.o -MD -MP -MF $(DEPDIR)/adjacency_gmp-adjacency.Tpo -c -o adjacency_gmp-adjacency.o `test -f 'adjacency.c' || echo '$(srcdir)/'`adjacency.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adjacency_gmp-adjacency.Tpo $(DEPDIR)/adjacency_gmp-adjacency.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adjacency.c' object='adjacency_gmp-adjacency.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adjacency_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o adjacency_gmp-adjacency.o `test -f 'adjacency.c' || echo '$(srcdir)/'`adjacency.c + +adjacency_gmp-adjacency.obj: adjacency.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adjacency_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT adjacency_gmp-adjacency.obj -MD -MP -MF $(DEPDIR)/adjacency_gmp-adjacency.Tpo -c -o adjacency_gmp-adjacency.obj `if test -f 'adjacency.c'; then $(CYGPATH_W) 'adjacency.c'; else $(CYGPATH_W) '$(srcdir)/adjacency.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/adjacency_gmp-adjacency.Tpo $(DEPDIR)/adjacency_gmp-adjacency.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='adjacency.c' object='adjacency_gmp-adjacency.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(adjacency_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o adjacency_gmp-adjacency.obj `if test -f 'adjacency.c'; then $(CYGPATH_W) 'adjacency.c'; else $(CYGPATH_W) '$(srcdir)/adjacency.c'; fi` + +allfaces_gmp-allfaces.o: allfaces.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(allfaces_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT allfaces_gmp-allfaces.o -MD -MP -MF $(DEPDIR)/allfaces_gmp-allfaces.Tpo -c -o allfaces_gmp-allfaces.o `test -f 'allfaces.c' || echo '$(srcdir)/'`allfaces.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/allfaces_gmp-allfaces.Tpo $(DEPDIR)/allfaces_gmp-allfaces.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='allfaces.c' object='allfaces_gmp-allfaces.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(allfaces_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o allfaces_gmp-allfaces.o `test -f 'allfaces.c' || echo '$(srcdir)/'`allfaces.c + +allfaces_gmp-allfaces.obj: allfaces.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(allfaces_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT allfaces_gmp-allfaces.obj -MD -MP -MF $(DEPDIR)/allfaces_gmp-allfaces.Tpo -c -o allfaces_gmp-allfaces.obj `if test -f 'allfaces.c'; then $(CYGPATH_W) 'allfaces.c'; else $(CYGPATH_W) '$(srcdir)/allfaces.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/allfaces_gmp-allfaces.Tpo $(DEPDIR)/allfaces_gmp-allfaces.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='allfaces.c' object='allfaces_gmp-allfaces.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(allfaces_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o allfaces_gmp-allfaces.obj `if test -f 'allfaces.c'; then $(CYGPATH_W) 'allfaces.c'; else $(CYGPATH_W) '$(srcdir)/allfaces.c'; fi` + +cddexec_gmp-cddexec.o: cddexec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cddexec_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cddexec_gmp-cddexec.o -MD -MP -MF $(DEPDIR)/cddexec_gmp-cddexec.Tpo -c -o cddexec_gmp-cddexec.o `test -f 'cddexec.c' || echo '$(srcdir)/'`cddexec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cddexec_gmp-cddexec.Tpo $(DEPDIR)/cddexec_gmp-cddexec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddexec.c' object='cddexec_gmp-cddexec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cddexec_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cddexec_gmp-cddexec.o `test -f 'cddexec.c' || echo '$(srcdir)/'`cddexec.c + +cddexec_gmp-cddexec.obj: cddexec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cddexec_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cddexec_gmp-cddexec.obj -MD -MP -MF $(DEPDIR)/cddexec_gmp-cddexec.Tpo -c -o cddexec_gmp-cddexec.obj `if test -f 'cddexec.c'; then $(CYGPATH_W) 'cddexec.c'; else $(CYGPATH_W) '$(srcdir)/cddexec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cddexec_gmp-cddexec.Tpo $(DEPDIR)/cddexec_gmp-cddexec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cddexec.c' object='cddexec_gmp-cddexec.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cddexec_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cddexec_gmp-cddexec.obj `if test -f 'cddexec.c'; then $(CYGPATH_W) 'cddexec.c'; else $(CYGPATH_W) '$(srcdir)/cddexec.c'; fi` + +fourier_gmp-fourier.o: fourier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fourier_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fourier_gmp-fourier.o -MD -MP -MF $(DEPDIR)/fourier_gmp-fourier.Tpo -c -o fourier_gmp-fourier.o `test -f 'fourier.c' || echo '$(srcdir)/'`fourier.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fourier_gmp-fourier.Tpo $(DEPDIR)/fourier_gmp-fourier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fourier.c' object='fourier_gmp-fourier.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fourier_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fourier_gmp-fourier.o `test -f 'fourier.c' || echo '$(srcdir)/'`fourier.c + +fourier_gmp-fourier.obj: fourier.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fourier_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fourier_gmp-fourier.obj -MD -MP -MF $(DEPDIR)/fourier_gmp-fourier.Tpo -c -o fourier_gmp-fourier.obj `if test -f 'fourier.c'; then $(CYGPATH_W) 'fourier.c'; else $(CYGPATH_W) '$(srcdir)/fourier.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/fourier_gmp-fourier.Tpo $(DEPDIR)/fourier_gmp-fourier.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fourier.c' object='fourier_gmp-fourier.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fourier_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fourier_gmp-fourier.obj `if test -f 'fourier.c'; then $(CYGPATH_W) 'fourier.c'; else $(CYGPATH_W) '$(srcdir)/fourier.c'; fi` + +lcdd_gmp-lcdd.o: lcdd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lcdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcdd_gmp-lcdd.o -MD -MP -MF $(DEPDIR)/lcdd_gmp-lcdd.Tpo -c -o lcdd_gmp-lcdd.o `test -f 'lcdd.c' || echo '$(srcdir)/'`lcdd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lcdd_gmp-lcdd.Tpo $(DEPDIR)/lcdd_gmp-lcdd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lcdd.c' object='lcdd_gmp-lcdd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lcdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcdd_gmp-lcdd.o `test -f 'lcdd.c' || echo '$(srcdir)/'`lcdd.c + +lcdd_gmp-lcdd.obj: lcdd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lcdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lcdd_gmp-lcdd.obj -MD -MP -MF $(DEPDIR)/lcdd_gmp-lcdd.Tpo -c -o lcdd_gmp-lcdd.obj `if test -f 'lcdd.c'; then $(CYGPATH_W) 'lcdd.c'; else $(CYGPATH_W) '$(srcdir)/lcdd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/lcdd_gmp-lcdd.Tpo $(DEPDIR)/lcdd_gmp-lcdd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lcdd.c' object='lcdd_gmp-lcdd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lcdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lcdd_gmp-lcdd.obj `if test -f 'lcdd.c'; then $(CYGPATH_W) 'lcdd.c'; else $(CYGPATH_W) '$(srcdir)/lcdd.c'; fi` + +projection_gmp-projection.o: projection.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(projection_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT projection_gmp-projection.o -MD -MP -MF $(DEPDIR)/projection_gmp-projection.Tpo -c -o projection_gmp-projection.o `test -f 'projection.c' || echo '$(srcdir)/'`projection.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/projection_gmp-projection.Tpo $(DEPDIR)/projection_gmp-projection.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='projection.c' object='projection_gmp-projection.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(projection_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o projection_gmp-projection.o `test -f 'projection.c' || echo '$(srcdir)/'`projection.c + +projection_gmp-projection.obj: projection.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(projection_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT projection_gmp-projection.obj -MD -MP -MF $(DEPDIR)/projection_gmp-projection.Tpo -c -o projection_gmp-projection.obj `if test -f 'projection.c'; then $(CYGPATH_W) 'projection.c'; else $(CYGPATH_W) '$(srcdir)/projection.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/projection_gmp-projection.Tpo $(DEPDIR)/projection_gmp-projection.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='projection.c' object='projection_gmp-projection.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(projection_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o projection_gmp-projection.obj `if test -f 'projection.c'; then $(CYGPATH_W) 'projection.c'; else $(CYGPATH_W) '$(srcdir)/projection.c'; fi` + +redcheck_gmp-redcheck.o: redcheck.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redcheck_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redcheck_gmp-redcheck.o -MD -MP -MF $(DEPDIR)/redcheck_gmp-redcheck.Tpo -c -o redcheck_gmp-redcheck.o `test -f 'redcheck.c' || echo '$(srcdir)/'`redcheck.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redcheck_gmp-redcheck.Tpo $(DEPDIR)/redcheck_gmp-redcheck.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redcheck.c' object='redcheck_gmp-redcheck.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redcheck_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redcheck_gmp-redcheck.o `test -f 'redcheck.c' || echo '$(srcdir)/'`redcheck.c + +redcheck_gmp-redcheck.obj: redcheck.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redcheck_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redcheck_gmp-redcheck.obj -MD -MP -MF $(DEPDIR)/redcheck_gmp-redcheck.Tpo -c -o redcheck_gmp-redcheck.obj `if test -f 'redcheck.c'; then $(CYGPATH_W) 'redcheck.c'; else $(CYGPATH_W) '$(srcdir)/redcheck.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redcheck_gmp-redcheck.Tpo $(DEPDIR)/redcheck_gmp-redcheck.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redcheck.c' object='redcheck_gmp-redcheck.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redcheck_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redcheck_gmp-redcheck.obj `if test -f 'redcheck.c'; then $(CYGPATH_W) 'redcheck.c'; else $(CYGPATH_W) '$(srcdir)/redcheck.c'; fi` + +redexter_gmp-redexter.o: redexter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redexter_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redexter_gmp-redexter.o -MD -MP -MF $(DEPDIR)/redexter_gmp-redexter.Tpo -c -o redexter_gmp-redexter.o `test -f 'redexter.c' || echo '$(srcdir)/'`redexter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redexter_gmp-redexter.Tpo $(DEPDIR)/redexter_gmp-redexter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redexter.c' object='redexter_gmp-redexter.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redexter_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redexter_gmp-redexter.o `test -f 'redexter.c' || echo '$(srcdir)/'`redexter.c + +redexter_gmp-redexter.obj: redexter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redexter_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redexter_gmp-redexter.obj -MD -MP -MF $(DEPDIR)/redexter_gmp-redexter.Tpo -c -o redexter_gmp-redexter.obj `if test -f 'redexter.c'; then $(CYGPATH_W) 'redexter.c'; else $(CYGPATH_W) '$(srcdir)/redexter.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redexter_gmp-redexter.Tpo $(DEPDIR)/redexter_gmp-redexter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redexter.c' object='redexter_gmp-redexter.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redexter_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redexter_gmp-redexter.obj `if test -f 'redexter.c'; then $(CYGPATH_W) 'redexter.c'; else $(CYGPATH_W) '$(srcdir)/redexter.c'; fi` + +redundancies_clarkson_gmp-redundancies_clarkson.o: redundancies_clarkson.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_clarkson_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redundancies_clarkson_gmp-redundancies_clarkson.o -MD -MP -MF $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Tpo -c -o redundancies_clarkson_gmp-redundancies_clarkson.o `test -f 'redundancies_clarkson.c' || echo '$(srcdir)/'`redundancies_clarkson.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Tpo $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redundancies_clarkson.c' object='redundancies_clarkson_gmp-redundancies_clarkson.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_clarkson_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redundancies_clarkson_gmp-redundancies_clarkson.o `test -f 'redundancies_clarkson.c' || echo '$(srcdir)/'`redundancies_clarkson.c + +redundancies_clarkson_gmp-redundancies_clarkson.obj: redundancies_clarkson.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_clarkson_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redundancies_clarkson_gmp-redundancies_clarkson.obj -MD -MP -MF $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Tpo -c -o redundancies_clarkson_gmp-redundancies_clarkson.obj `if test -f 'redundancies_clarkson.c'; then $(CYGPATH_W) 'redundancies_clarkson.c'; else $(CYGPATH_W) '$(srcdir)/redundancies_clarkson.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Tpo $(DEPDIR)/redundancies_clarkson_gmp-redundancies_clarkson.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redundancies_clarkson.c' object='redundancies_clarkson_gmp-redundancies_clarkson.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_clarkson_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redundancies_clarkson_gmp-redundancies_clarkson.obj `if test -f 'redundancies_clarkson.c'; then $(CYGPATH_W) 'redundancies_clarkson.c'; else $(CYGPATH_W) '$(srcdir)/redundancies_clarkson.c'; fi` + +redundancies_gmp-redundancies.o: redundancies.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redundancies_gmp-redundancies.o -MD -MP -MF $(DEPDIR)/redundancies_gmp-redundancies.Tpo -c -o redundancies_gmp-redundancies.o `test -f 'redundancies.c' || echo '$(srcdir)/'`redundancies.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redundancies_gmp-redundancies.Tpo $(DEPDIR)/redundancies_gmp-redundancies.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redundancies.c' object='redundancies_gmp-redundancies.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redundancies_gmp-redundancies.o `test -f 'redundancies.c' || echo '$(srcdir)/'`redundancies.c + +redundancies_gmp-redundancies.obj: redundancies.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT redundancies_gmp-redundancies.obj -MD -MP -MF $(DEPDIR)/redundancies_gmp-redundancies.Tpo -c -o redundancies_gmp-redundancies.obj `if test -f 'redundancies.c'; then $(CYGPATH_W) 'redundancies.c'; else $(CYGPATH_W) '$(srcdir)/redundancies.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/redundancies_gmp-redundancies.Tpo $(DEPDIR)/redundancies_gmp-redundancies.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='redundancies.c' object='redundancies_gmp-redundancies.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(redundancies_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o redundancies_gmp-redundancies.obj `if test -f 'redundancies.c'; then $(CYGPATH_W) 'redundancies.c'; else $(CYGPATH_W) '$(srcdir)/redundancies.c'; fi` + +scdd_gmp-scdd.o: scdd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scdd_gmp-scdd.o -MD -MP -MF $(DEPDIR)/scdd_gmp-scdd.Tpo -c -o scdd_gmp-scdd.o `test -f 'scdd.c' || echo '$(srcdir)/'`scdd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scdd_gmp-scdd.Tpo $(DEPDIR)/scdd_gmp-scdd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scdd.c' object='scdd_gmp-scdd.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scdd_gmp-scdd.o `test -f 'scdd.c' || echo '$(srcdir)/'`scdd.c + +scdd_gmp-scdd.obj: scdd.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scdd_gmp-scdd.obj -MD -MP -MF $(DEPDIR)/scdd_gmp-scdd.Tpo -c -o scdd_gmp-scdd.obj `if test -f 'scdd.c'; then $(CYGPATH_W) 'scdd.c'; else $(CYGPATH_W) '$(srcdir)/scdd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/scdd_gmp-scdd.Tpo $(DEPDIR)/scdd_gmp-scdd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scdd.c' object='scdd_gmp-scdd.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(scdd_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scdd_gmp-scdd.obj `if test -f 'scdd.c'; then $(CYGPATH_W) 'scdd.c'; else $(CYGPATH_W) '$(srcdir)/scdd.c'; fi` + +testcdd1_gmp-testcdd1.o: testcdd1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcdd1_gmp-testcdd1.o -MD -MP -MF $(DEPDIR)/testcdd1_gmp-testcdd1.Tpo -c -o testcdd1_gmp-testcdd1.o `test -f 'testcdd1.c' || echo '$(srcdir)/'`testcdd1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testcdd1_gmp-testcdd1.Tpo $(DEPDIR)/testcdd1_gmp-testcdd1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testcdd1.c' object='testcdd1_gmp-testcdd1.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcdd1_gmp-testcdd1.o `test -f 'testcdd1.c' || echo '$(srcdir)/'`testcdd1.c + +testcdd1_gmp-testcdd1.obj: testcdd1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcdd1_gmp-testcdd1.obj -MD -MP -MF $(DEPDIR)/testcdd1_gmp-testcdd1.Tpo -c -o testcdd1_gmp-testcdd1.obj `if test -f 'testcdd1.c'; then $(CYGPATH_W) 'testcdd1.c'; else $(CYGPATH_W) '$(srcdir)/testcdd1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testcdd1_gmp-testcdd1.Tpo $(DEPDIR)/testcdd1_gmp-testcdd1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testcdd1.c' object='testcdd1_gmp-testcdd1.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcdd1_gmp-testcdd1.obj `if test -f 'testcdd1.c'; then $(CYGPATH_W) 'testcdd1.c'; else $(CYGPATH_W) '$(srcdir)/testcdd1.c'; fi` + +testcdd2_gmp-testcdd2.o: testcdd2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcdd2_gmp-testcdd2.o -MD -MP -MF $(DEPDIR)/testcdd2_gmp-testcdd2.Tpo -c -o testcdd2_gmp-testcdd2.o `test -f 'testcdd2.c' || echo '$(srcdir)/'`testcdd2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testcdd2_gmp-testcdd2.Tpo $(DEPDIR)/testcdd2_gmp-testcdd2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testcdd2.c' object='testcdd2_gmp-testcdd2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcdd2_gmp-testcdd2.o `test -f 'testcdd2.c' || echo '$(srcdir)/'`testcdd2.c + +testcdd2_gmp-testcdd2.obj: testcdd2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testcdd2_gmp-testcdd2.obj -MD -MP -MF $(DEPDIR)/testcdd2_gmp-testcdd2.Tpo -c -o testcdd2_gmp-testcdd2.obj `if test -f 'testcdd2.c'; then $(CYGPATH_W) 'testcdd2.c'; else $(CYGPATH_W) '$(srcdir)/testcdd2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testcdd2_gmp-testcdd2.Tpo $(DEPDIR)/testcdd2_gmp-testcdd2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testcdd2.c' object='testcdd2_gmp-testcdd2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testcdd2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testcdd2_gmp-testcdd2.obj `if test -f 'testcdd2.c'; then $(CYGPATH_W) 'testcdd2.c'; else $(CYGPATH_W) '$(srcdir)/testcdd2.c'; fi` + +testlp1_gmp-testlp1.o: testlp1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp1_gmp-testlp1.o -MD -MP -MF $(DEPDIR)/testlp1_gmp-testlp1.Tpo -c -o testlp1_gmp-testlp1.o `test -f 'testlp1.c' || echo '$(srcdir)/'`testlp1.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp1_gmp-testlp1.Tpo $(DEPDIR)/testlp1_gmp-testlp1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp1.c' object='testlp1_gmp-testlp1.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp1_gmp-testlp1.o `test -f 'testlp1.c' || echo '$(srcdir)/'`testlp1.c + +testlp1_gmp-testlp1.obj: testlp1.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp1_gmp-testlp1.obj -MD -MP -MF $(DEPDIR)/testlp1_gmp-testlp1.Tpo -c -o testlp1_gmp-testlp1.obj `if test -f 'testlp1.c'; then $(CYGPATH_W) 'testlp1.c'; else $(CYGPATH_W) '$(srcdir)/testlp1.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp1_gmp-testlp1.Tpo $(DEPDIR)/testlp1_gmp-testlp1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp1.c' object='testlp1_gmp-testlp1.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp1_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp1_gmp-testlp1.obj `if test -f 'testlp1.c'; then $(CYGPATH_W) 'testlp1.c'; else $(CYGPATH_W) '$(srcdir)/testlp1.c'; fi` + +testlp2_gmp-testlp2.o: testlp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp2_gmp-testlp2.o -MD -MP -MF $(DEPDIR)/testlp2_gmp-testlp2.Tpo -c -o testlp2_gmp-testlp2.o `test -f 'testlp2.c' || echo '$(srcdir)/'`testlp2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp2_gmp-testlp2.Tpo $(DEPDIR)/testlp2_gmp-testlp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp2.c' object='testlp2_gmp-testlp2.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp2_gmp-testlp2.o `test -f 'testlp2.c' || echo '$(srcdir)/'`testlp2.c + +testlp2_gmp-testlp2.obj: testlp2.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp2_gmp-testlp2.obj -MD -MP -MF $(DEPDIR)/testlp2_gmp-testlp2.Tpo -c -o testlp2_gmp-testlp2.obj `if test -f 'testlp2.c'; then $(CYGPATH_W) 'testlp2.c'; else $(CYGPATH_W) '$(srcdir)/testlp2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp2_gmp-testlp2.Tpo $(DEPDIR)/testlp2_gmp-testlp2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp2.c' object='testlp2_gmp-testlp2.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp2_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp2_gmp-testlp2.obj `if test -f 'testlp2.c'; then $(CYGPATH_W) 'testlp2.c'; else $(CYGPATH_W) '$(srcdir)/testlp2.c'; fi` + +testlp3_gmp-testlp3.o: testlp3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp3_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp3_gmp-testlp3.o -MD -MP -MF $(DEPDIR)/testlp3_gmp-testlp3.Tpo -c -o testlp3_gmp-testlp3.o `test -f 'testlp3.c' || echo '$(srcdir)/'`testlp3.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp3_gmp-testlp3.Tpo $(DEPDIR)/testlp3_gmp-testlp3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp3.c' object='testlp3_gmp-testlp3.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp3_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp3_gmp-testlp3.o `test -f 'testlp3.c' || echo '$(srcdir)/'`testlp3.c + +testlp3_gmp-testlp3.obj: testlp3.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp3_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testlp3_gmp-testlp3.obj -MD -MP -MF $(DEPDIR)/testlp3_gmp-testlp3.Tpo -c -o testlp3_gmp-testlp3.obj `if test -f 'testlp3.c'; then $(CYGPATH_W) 'testlp3.c'; else $(CYGPATH_W) '$(srcdir)/testlp3.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testlp3_gmp-testlp3.Tpo $(DEPDIR)/testlp3_gmp-testlp3.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testlp3.c' object='testlp3_gmp-testlp3.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testlp3_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testlp3_gmp-testlp3.obj `if test -f 'testlp3.c'; then $(CYGPATH_W) 'testlp3.c'; else $(CYGPATH_W) '$(srcdir)/testlp3.c'; fi` + +testshoot_gmp-testshoot.o: testshoot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testshoot_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testshoot_gmp-testshoot.o -MD -MP -MF $(DEPDIR)/testshoot_gmp-testshoot.Tpo -c -o testshoot_gmp-testshoot.o `test -f 'testshoot.c' || echo '$(srcdir)/'`testshoot.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testshoot_gmp-testshoot.Tpo $(DEPDIR)/testshoot_gmp-testshoot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testshoot.c' object='testshoot_gmp-testshoot.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testshoot_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testshoot_gmp-testshoot.o `test -f 'testshoot.c' || echo '$(srcdir)/'`testshoot.c + +testshoot_gmp-testshoot.obj: testshoot.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testshoot_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT testshoot_gmp-testshoot.obj -MD -MP -MF $(DEPDIR)/testshoot_gmp-testshoot.Tpo -c -o testshoot_gmp-testshoot.obj `if test -f 'testshoot.c'; then $(CYGPATH_W) 'testshoot.c'; else $(CYGPATH_W) '$(srcdir)/testshoot.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/testshoot_gmp-testshoot.Tpo $(DEPDIR)/testshoot_gmp-testshoot.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testshoot.c' object='testshoot_gmp-testshoot.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(testshoot_gmp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o testshoot_gmp-testshoot.obj `if test -f 'testshoot.c'; then $(CYGPATH_W) 'testshoot.c'; else $(CYGPATH_W) '$(srcdir)/testshoot.c'; fi` mostlyclean-libtool: -rm -f *.lo @@ -401,49 +1079,54 @@ 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) - tags=; \ +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ + 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) - tags=; \ - 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)$$tags$$unique" \ +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique + $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ - && cd $(top_srcdir) \ - && gtags -i $(GTAGS_ARGS) $$here + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags @@ -464,13 +1147,17 @@ 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 -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ - test -f $(distdir)/$$file \ - || cp -p $$d/$$file $(distdir)/$$file \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @@ -491,23 +1178,30 @@ 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 + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi 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 mostlyclean-am +clean-am: clean-binPROGRAMS clean-generic clean-libtool \ + clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) @@ -521,6 +1215,8 @@ html: html-am +html-am: + info: info-am info-am: @@ -529,18 +1225,28 @@ 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 @@ -565,19 +1271,23 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - 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-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 +.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ + clean-binPROGRAMS clean-generic clean-libtool \ + clean-noinstPROGRAMS cscopelist-am ctags ctags-am 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 tags-am uninstall uninstall-am uninstall-binPROGRAMS + +.PRECIOUS: Makefile + # 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. diff -Nru cddlib-094h/src/minkowski.c cddlib-094j/src/minkowski.c --- cddlib-094h/src/minkowski.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src/minkowski.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,157 +0,0 @@ -/* minkowski.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93, July 15, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_PolyhedraPtr poly; - dd_LPPtr lp; - dd_MatrixPtr M,A; - dd_ErrorType err=dd_NoError; - dd_DataFileType inputfile,outputfile; - FILE *reading=NULL, *writing; - - dd_set_global_constants(); /* First, this must be called. */ - - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - printf("Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - if (M->objective==dd_LPnone){ /* do representation conversion */ - poly=dd_DDMatrix2Poly2(M, dd_LexMin, &err); - /* equivalent to poly=dd_DDMatrix2Poly2(M, &err) when the second argument is set to dd_LexMin. */ - if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 'o', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteProgramDescription(writing); - dd_WriteRunningMode(writing, poly); - switch (poly->representation) { - case dd_Inequality: - fprintf(writing, "ext_file: Generators\n"); - A=dd_CopyGenerators(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - case dd_Generator: - fprintf(writing, "ine_file: Inequalities\n"); - A=dd_CopyInequalities(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - default: - break; - } - dd_WriteDDTimes(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'a', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'j', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'i', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteIncidence(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'n', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputIncidence(writing,poly); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreePolyhedra(poly); - - } else { /* solve the LP */ - lp=dd_Matrix2LP(M, &err); if (err!=dd_NoError) goto _L99; - dd_LPSolve(lp,dd_DualSimplex,&err); if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 's', M->representation); - SetWriteFile(&writing, outputfile); - dd_WriteLPResult(writing, lp, err); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreeLPData(lp); - } -_L99: - if (err!=dd_NoError) dd_WriteErrorMessages(stdout,err); - return 0; -} - - -/* end of simplecdd.c */ diff -Nru cddlib-094h/src/projection.c cddlib-094j/src/projection.c --- cddlib-094h/src/projection.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src/projection.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/redcheck.c cddlib-094j/src/redcheck.c --- cddlib-094h/src/redcheck.c 2011-10-19 16:00:45.000000000 +0000 +++ cddlib-094j/src/redcheck.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/redexter.c cddlib-094j/src/redexter.c --- cddlib-094h/src/redexter.c 2011-10-19 16:00:45.000000000 +0000 +++ cddlib-094j/src/redexter.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/redundancies.c cddlib-094j/src/redundancies.c --- cddlib-094h/src/redundancies.c 2012-04-12 13:28:23.000000000 +0000 +++ cddlib-094j/src/redundancies.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/redundancies_clarkson.c cddlib-094j/src/redundancies_clarkson.c --- cddlib-094h/src/redundancies_clarkson.c 2012-04-12 15:45:56.000000000 +0000 +++ cddlib-094j/src/redundancies_clarkson.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/scdd.c cddlib-094j/src/scdd.c --- cddlib-094h/src/scdd.c 1970-01-01 00:00:00.000000000 +0000 +++ cddlib-094j/src/scdd.c 2018-05-18 22:25:10.000000000 +0000 @@ -0,0 +1,159 @@ +/* scdd.c: Main test program to call the cdd library cddlib + written by Komei Fukuda, fukuda@ifor.math.ethz.ch + Version 0.94, Aug. 4, 2005 + Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd +*/ + +/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + +#include +#include + +#include +#include +#include +#include +#include + +dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) +{ + dd_boolean success=dd_FALSE; + success=dd_FALSE; + + if ( ( *f = fopen(fname, "r") )!= NULL) { + printf("input file %s is open\n", fname); + success=dd_TRUE; + } + else{ + printf("The input file %s not found\n",fname); + } + return success; +} + +dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) +{ + dd_boolean success=dd_FALSE; + + if ( (*f = fopen(fname, "w")) != NULL){ + printf("output file %s is open\n",fname); + success=dd_TRUE; + } + else{ + printf("The output file %s cannot be opened\n",fname); + } + return success; +} + + +int main(int argc, char *argv[]) +{ + dd_PolyhedraPtr poly; + dd_LPPtr lp; + dd_MatrixPtr M,A; + dd_ErrorType err=dd_NoError; + dd_DataFileType inputfile,outputfile; + FILE *reading=NULL, *writing; + + dd_set_global_constants(); /* First, this must be called. */ + dd_log=dd_TRUE; /* output log */ + + if (argc>1) strcpy(inputfile,argv[1]); + if (argc<=1 || !SetInputFile(&reading,argv[1])){ + dd_WriteProgramDescription(stdout); + dd_SetInputFile(&reading,inputfile, &err); + } + if (err==dd_NoError) { + M=dd_PolyFile2Matrix(reading, &err); + } + else { + printf("Input file not found\n"); + goto _L99; + } + + if (err!=dd_NoError) goto _L99; + + if (M->objective==dd_LPnone){ /* do representation conversion */ + poly=dd_DDMatrix2Poly2(M, dd_LexMin, &err); + /* equivalent to poly=dd_DDMatrix2Poly2(M, &err) when the second argument is set to dd_LexMin. */ + if (err!=dd_NoError) goto _L99; + + dd_SetWriteFileName(inputfile, outputfile, 'o', poly->representation); + SetWriteFile(&writing, outputfile); + dd_WriteProgramDescription(writing); + dd_WriteRunningMode(writing, poly); + switch (poly->representation) { + case dd_Inequality: + fprintf(writing, "ext_file: Generators\n"); + A=dd_CopyGenerators(poly); + dd_WriteMatrix(writing,A); + dd_FreeMatrix(A); + break; + + case dd_Generator: + fprintf(writing, "ine_file: Inequalities\n"); + A=dd_CopyInequalities(poly); + dd_WriteMatrix(writing,A); + dd_FreeMatrix(A); + break; + + default: + break; + } + dd_WriteDDTimes(writing,poly); + fclose(writing); + + dd_SetWriteFileName(inputfile, outputfile, 'a', poly->representation); + SetWriteFile(&writing, outputfile); + dd_WriteAdjacency(writing,poly); + fclose(writing); + + dd_SetWriteFileName(inputfile, outputfile, 'j', poly->representation); + SetWriteFile(&writing, outputfile); + dd_WriteInputAdjacency(writing,poly); + fclose(writing); + + dd_SetWriteFileName(inputfile, outputfile, 'i', poly->representation); + SetWriteFile(&writing, outputfile); + dd_WriteIncidence(writing,poly); + fclose(writing); + + dd_SetWriteFileName(inputfile, outputfile, 'n', poly->representation); + SetWriteFile(&writing, outputfile); + dd_WriteInputIncidence(writing,poly); + fclose(writing); + + dd_FreeMatrix(M); + dd_FreePolyhedra(poly); + + } else { /* solve the LP */ + lp=dd_Matrix2LP(M, &err); if (err!=dd_NoError) goto _L99; + dd_LPSolve(lp,dd_DualSimplex,&err); if (err!=dd_NoError) goto _L99; + + dd_SetWriteFileName(inputfile, outputfile, 's', M->representation); + SetWriteFile(&writing, outputfile); + dd_WriteLPResult(writing, lp, err); + fclose(writing); + + dd_FreeMatrix(M); + dd_FreeLPData(lp); + } +_L99: + if (err!=dd_NoError) dd_WriteErrorMessages(stdout,err); + return 0; +} + + +/* end of simplecdd.c */ diff -Nru cddlib-094h/src/simplecdd.c cddlib-094j/src/simplecdd.c --- cddlib-094h/src/simplecdd.c 2005-08-03 21:49:23.000000000 +0000 +++ cddlib-094j/src/simplecdd.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,158 +0,0 @@ -/* simplecdd.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, Aug. 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_PolyhedraPtr poly; - dd_LPPtr lp; - dd_MatrixPtr M,A; - dd_ErrorType err=dd_NoError; - dd_DataFileType inputfile,outputfile; - FILE *reading=NULL, *writing; - - dd_set_global_constants(); /* First, this must be called. */ - dd_log=dd_TRUE; /* output log */ - - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - printf("Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - if (M->objective==dd_LPnone){ /* do representation conversion */ - poly=dd_DDMatrix2Poly2(M, dd_LexMin, &err); - /* equivalent to poly=dd_DDMatrix2Poly2(M, &err) when the second argument is set to dd_LexMin. */ - if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 'o', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteProgramDescription(writing); - dd_WriteRunningMode(writing, poly); - switch (poly->representation) { - case dd_Inequality: - fprintf(writing, "ext_file: Generators\n"); - A=dd_CopyGenerators(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - case dd_Generator: - fprintf(writing, "ine_file: Inequalities\n"); - A=dd_CopyInequalities(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - default: - break; - } - dd_WriteDDTimes(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'a', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'j', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'i', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteIncidence(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'n', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputIncidence(writing,poly); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreePolyhedra(poly); - - } else { /* solve the LP */ - lp=dd_Matrix2LP(M, &err); if (err!=dd_NoError) goto _L99; - dd_LPSolve(lp,dd_DualSimplex,&err); if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 's', M->representation); - SetWriteFile(&writing, outputfile); - dd_WriteLPResult(writing, lp, err); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreeLPData(lp); - } -_L99: - if (err!=dd_NoError) dd_WriteErrorMessages(stdout,err); - return 0; -} - - -/* end of simplecdd.c */ diff -Nru cddlib-094h/src/testcdd1.c cddlib-094j/src/testcdd1.c --- cddlib-094h/src/testcdd1.c 2007-02-12 10:55:25.000000000 +0000 +++ cddlib-094j/src/testcdd1.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/testcdd2.c cddlib-094j/src/testcdd2.c --- cddlib-094h/src/testcdd2.c 2007-02-12 10:55:42.000000000 +0000 +++ cddlib-094j/src/testcdd2.c 2018-05-18 22:25:10.000000000 +0000 @@ -1,6 +1,6 @@ /* testcdd2.c: Main test program to call the cdd library cddlib written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.90c, June 12, 2000 + Version 0.94i, March 9, 2018 Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd */ @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include @@ -64,10 +65,17 @@ */ m=2; B=dd_CreateMatrix(m,d); - dd_set_si(B->matrix[0][0],7); dd_set_si(B->matrix[0][1], 1); dd_set_si(B->matrix[0][2],-3); - dd_set_si(B->matrix[1][0],7); dd_set_si(B->matrix[1][1],-3); dd_set_si(B->matrix[1][2], 1); + dd_set_d(B->matrix[0][0],7.0); dd_set_d(B->matrix[0][1], 1.0); dd_set_d(B->matrix[0][2],-3.0); + dd_set_d(B->matrix[1][0],7.0); dd_set_d(B->matrix[1][1],-3.0); dd_set_d(B->matrix[1][2], 1.0); set_addelem(B->linset,1); /* setting the first to be equality */ +/* Above dd_set_d is used instead of dd_set_si. This might be useful when your input is float. Yet, + 0.33333 won't be converted to 1/3 when -DGMPRATIONAL flag is used. Better alternative might be + dd_set_si2 function to assign a rational number, e.g. + dd_set_si2(B->matrix[0][0],1,3). Use these three assignment functions according to your need. + These functions are defined in cddmp.h and cddmp.c. +*/ + dd_DDInputAppend(&poly,B, &err); /* append the two inequalities and compute the generators */ if (err!=dd_NoError) goto _L99; A=dd_CopyInequalities(poly); /* get the inequalities (=input). */ diff -Nru cddlib-094h/src/testlp1.c cddlib-094j/src/testlp1.c --- cddlib-094h/src/testlp1.c 2007-02-12 10:56:14.000000000 +0000 +++ cddlib-094j/src/testlp1.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/testlp2.c cddlib-094j/src/testlp2.c --- cddlib-094h/src/testlp2.c 2007-02-12 10:56:37.000000000 +0000 +++ cddlib-094j/src/testlp2.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/testlp3.c cddlib-094j/src/testlp3.c --- cddlib-094h/src/testlp3.c 2007-02-12 10:56:56.000000000 +0000 +++ cddlib-094j/src/testlp3.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/testshoot.c cddlib-094j/src/testshoot.c --- cddlib-094h/src/testshoot.c 2007-02-12 10:57:16.000000000 +0000 +++ cddlib-094j/src/testshoot.c 2018-05-18 22:25:10.000000000 +0000 @@ -19,8 +19,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "setoper.h" -#include "cdd.h" +#include +#include + #include #include #include diff -Nru cddlib-094h/src/testuniq.c cddlib-094j/src/testuniq.c --- cddlib-094h/src/testuniq.c 2003-11-29 03:20:35.000000000 +0000 +++ cddlib-094j/src/testuniq.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ -/* uniqtest.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93c, Nov. 14, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M1=NULL,M2=NULL; - dd_rowrange i; - dd_colrange d; - dd_ErrorType err=dd_NoError; - dd_rowset redrows,linrows,posset; - dd_rowindex newpos=NULL, newpos1=NULL, newpos2=NULL; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - int foi; - dd_Arow certificate; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to remove duplicates.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - d=M->colsize; - - /* - printf("\nInput Matrix.\n"); - dd_WriteMatrix(stdout, M); - */ - - M1=dd_MatrixSortedUniqueCopy(M,&newpos1); - printf("\nSort and remove duplicates with dd_MatrixSortedUniqueCopy.\n"); - printf(" Row index changes -- original:new\n"); - for (i=1;i<=M->rowsize; i++){ - printf(" %ld:%ld",i,newpos1[i]); - } - printf("\n"); - /* dd_WriteMatrix(stdout, M1); */ - - dd_InitializeArow(M1->colsize+2, &certificate); - fprintf(stdout, "\nCheck whether the system contains an implicit linearity.\n"); - foi=dd_FreeOfImplicitLinearity(M1, certificate, &posset, &err); - switch (foi) { - case 1: - fprintf(stdout, " It is free of implicit linearity.\n"); - break; - - case 0: - fprintf(stdout, " It is not free of implicit linearity.\n"); - break; - - case -1: - fprintf(stdout, " The input system is trivial (i.e. the empty H-polytope or the V-rep of the whole space.\n"); - break; - } - - - fprintf(stdout, "\nOne can then remove nontrivial redundant rows with dd_RedundantRows.\n Redundant rows:\n"); - redrows=dd_RedundantRowsWithPresorting(M1, &err); - /* redrows=dd_RedundantRows(M1, &err); */ - set_fwrite(stdout, redrows); - printf("\n"); - - M2=dd_MatrixSubmatrix2(M1, redrows, &newpos); - dd_FreeMatrix(M1); - set_free(redrows); - free(newpos); - - fprintf(stdout, " Implicit linearity (after removal of redundant rows): "); - linrows=dd_ImplicitLinearityRows(M2, &err); - - if (M->representation==dd_Generator) - fprintf(stdout," %ld ", set_card(linrows)); - else - fprintf(stdout," %ld ", set_card(linrows)); - set_fwrite(stdout,linrows); - set_uni(M2->linset, M2->linset, linrows); - /* add the implicit linrows to the given linearity rows */ - - printf("\nNonredundant representation (except for the linearity part):\n"); - dd_WriteMatrix(stdout, M2); - dd_WriteLPStats(stdout); - set_free(linrows); - - dd_FreeMatrix(M); - dd_FreeMatrix(M2); - dd_clear(val); - free(newpos1); free(newpos2); - -_L99:; - /* if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); */ - return 0; -} - - -/* end of uniqtest.c */ diff -Nru cddlib-094h/src-gmp/adjacency.c cddlib-094j/src-gmp/adjacency.c --- cddlib-094h/src-gmp/adjacency.c 2011-10-19 16:00:38.000000000 +0000 +++ cddlib-094j/src-gmp/adjacency.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ -/* adjacency.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93, July 18, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M2=NULL,M3=NULL; - dd_SetFamilyPtr A=NULL; - dd_colrange d; - dd_ErrorType err=dd_NoError; - dd_rowset redrows,linrows,ignoredrows, basisrows; - dd_colset ignoredcols, basiscols; - long rank; - mytype val; - time_t starttime, endtime; - dd_DataFileType inputfile; - FILE *reading=NULL; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to remove redundancy and compute adjacency of the resulting representation.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - if (M->representation==dd_Generator) d=M->colsize+1; else d=M->colsize; - - fprintf(stdout, "redundant rows:\n"); - time(&starttime); - redrows=dd_RedundantRows(M, &err); - time(&endtime); - set_fwrite(stdout, redrows); - dd_WriteTimes(stdout,starttime,endtime); - - M2=dd_MatrixSubmatrix(M, redrows); - - fprintf(stdout, "Implicit linearity (after removal of redundant rows): "); - linrows=dd_ImplicitLinearityRows(M2, &err); - - if (M->representation==dd_Generator) - fprintf(stdout," %ld ", set_card(linrows)); - else - fprintf(stdout," %ld ", set_card(linrows)); - set_fwrite(stdout,linrows); - set_uni(M2->linset, M2->linset, linrows); - /* add the implicit linrows to the explicit linearity rows */ - - printf("\nNonredundant representation (except possibly for the linearity part):\n"); - dd_WriteMatrix(stdout, M2); - - /* To remove redundancy of the linearity part, - we need to compute the rank and a basis of the linearity part. */ - set_initialize(&ignoredrows, M2->rowsize); - set_initialize(&ignoredcols, M2->colsize); - set_compl(ignoredrows, M2->linset); - rank=dd_MatrixRank(M2,ignoredrows,ignoredcols, &basisrows, &basiscols); - set_diff(ignoredrows, M2->linset, basisrows); - M3=dd_MatrixSubmatrix(M2, ignoredrows); - if (rank>0){ - if (set_card(ignoredrows)) { - fprintf(stdout,"\nThe following %ld linearity rows are dependent and unnecessary:", set_card(ignoredrows)); - set_fwrite(stdout,ignoredrows); - } - } else - fprintf(stdout,"\nThe linearity rows are independent and thus minimal\n"); - - printf("Nonredundant representation (= minimal representation):\n"); - dd_WriteMatrix(stdout, M3); - - printf("\nAdjacency of the minimal representation:\n"); - A=dd_Matrix2Adjacency(M3, &err); - dd_WriteSetFamily(stdout, A); - - dd_clear(val); - set_free(linrows); - set_free(basisrows); - set_free(basiscols); - set_free(ignoredrows); - set_free(ignoredcols); - set_free(redrows); - - if (A!=NULL) dd_FreeSetFamily(A); - dd_FreeMatrix(M); - dd_FreeMatrix(M2); - dd_FreeMatrix(M3); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - - -/* end of adjacency.c */ diff -Nru cddlib-094h/src-gmp/allfaces.c cddlib-094j/src-gmp/allfaces.c --- cddlib-094h/src-gmp/allfaces.c 2011-10-19 16:00:38.000000000 +0000 +++ cddlib-094j/src-gmp/allfaces.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,183 +0,0 @@ -/* allfaces.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, August 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - -dd_boolean FaceEnum(dd_MatrixPtr M, dd_rowset R, dd_rowset S, dd_boolean rip, dd_colrange mindim) -{ - dd_ErrorType err; - dd_rowset LL, ImL, RR, SS, Lbasis; - dd_rowrange i,iprev=0; - dd_colrange j,dim; - dd_LPSolutionPtr lps=NULL; - dd_boolean success=dd_FALSE; - - set_initialize(&LL, M->rowsize); - set_initialize(&RR, M->rowsize); - set_initialize(&SS, M->rowsize); - set_copy(LL, M->linset); /* rememer the linset. */ - set_copy(RR, R); /* copy of R. */ - set_copy(SS, S); /* copy of S. */ - if (dd_ExistsRestrictedFace(M, R, S, &err)){ - set_uni(M->linset, M->linset, R); - dd_FindRelativeInterior(M, &ImL, &Lbasis, &lps, &err); - dim=M->colsize - set_card(Lbasis)-1; - set_uni(M->linset, M->linset, ImL); - fprintf(stdout,"%ld: ", dim); set_fwrite(stdout,M->linset); - if (rip){ - /* Write an interior point. */ - printf("RIP: ("); - for (j=1; j <(lps->d)-1; j++) { - dd_WriteNumber(stdout,lps->sol[j]); - } - printf(")\n"); - } - dd_FreeLPSolution(lps); - set_free(ImL); - set_free(Lbasis); - - if (dim>mindim){ - for (i=1; i<=M->rowsize; i++){ - if (!set_member(i, M->linset) && !set_member(i, S)){ - set_addelem(RR, i); - if (iprev) { - set_delelem(RR,iprev); - set_delelem(M->linset,iprev); - set_addelem(SS, iprev); - } - iprev=i; - FaceEnum(M, RR, SS, rip, mindim); - } - } - } - } else if (err!=dd_NoError) goto _L99; - success=dd_TRUE; - -_L99: - set_copy(M->linset, LL); /* restore the linset */ - set_free(LL); - set_free(RR); - set_free(SS); - return success; -} - - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL; - dd_rowrange m; - dd_ErrorType err=dd_NoError; - dd_rowset R, S; - dd_DataFileType inputfile; - FILE *reading=NULL; - char ch; - dd_colrange mindim; - dd_boolean rip=dd_FALSE; - - - dd_set_global_constants(); /* First, this must be called. */ - - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to list all faces of an H-polyhedron.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - if (M->representation==dd_Generator){ - printf("The input is V-representation. Consider it as H-representation (N)? "); - ch=getchar(); getchar(); - if (ch!='y' && ch!='Y') goto _L99; - } - - m=M->rowsize; - - set_initialize(&R, M->rowsize); - set_initialize(&S, M->rowsize); - - printf("Output relative interior points (N)? "); - ch=getchar(); - if (ch=='y' || ch=='Y') rip=dd_TRUE; - printf("Minimum dimension of faces to list (0..%ld) ? ",M->colsize-1); - scanf("%ld", &mindim); - if (mindim>=M->colsize) mindim=M->colsize-1; - printf("Minimum dimension is set to %ld.", mindim); - - printf("\n--- FaceEnum (dim: active set) ---\nbegin\n"); - FaceEnum(M, R, S, rip, mindim); - fprintf(stderr,"end\nFaceEnum completed.\n"); - - dd_FreeMatrix(M); - set_free(R); - set_free(S); -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - - -/* end of allfaces.c */ Binary files /tmp/tmpL37CTe/0wxp4M7_EP/cddlib-094h/src-gmp/.DS_Store and /tmp/tmpL37CTe/B2BbqL4xLf/cddlib-094j/src-gmp/.DS_Store differ diff -Nru cddlib-094h/src-gmp/fourier.c cddlib-094j/src-gmp/fourier.c --- cddlib-094h/src-gmp/fourier.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src-gmp/fourier.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,132 +0,0 @@ -/* fourier.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, August 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M1=NULL,M2=NULL; - dd_colrange j,s,d; - dd_ErrorType err=dd_NoError; - dd_rowset redset,impl_linset; - dd_rowindex newpos; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to apply Fourier's Elimination to an H-polyhedron.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - d=M->colsize; - M2=dd_CopyMatrix(M); - - printf("How many variables to elminate? (max %ld): ",d-1); - scanf("%ld",&s); - - if (s>0 && s < d){ - for (j=1; j<=s; j++){ - M1=dd_FourierElimination(M2, &err); - printf("\nRemove the variable %ld. The resulting redundant system.\n",d-j); - dd_WriteMatrix(stdout, M1); - - dd_MatrixCanonicalize(&M1, &impl_linset, &redset, &newpos, &err); - if (err!=dd_NoError) goto _L99; - - fprintf(stdout, "\nRedundant rows: "); - set_fwrite(stdout, redset); - - dd_FreeMatrix(M2); - M2=M1; - set_free(redset); - set_free(impl_linset); - free(newpos); - } - - printf("\nNonredundant representation:\n"); - dd_WriteMatrix(stdout, M1); - } else { - printf("Value out of range\n"); - } - - dd_FreeMatrix(M); - dd_FreeMatrix(M1); - dd_clear(val); - -_L99:; - /* if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); */ - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - - -/* end of fourier.c */ diff -Nru cddlib-094h/src-gmp/.gdb_history cddlib-094j/src-gmp/.gdb_history --- cddlib-094h/src-gmp/.gdb_history 2003-07-14 09:00:37.000000000 +0000 +++ cddlib-094j/src-gmp/.gdb_history 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -bye -quit -run -where -quit diff -Nru cddlib-094h/src-gmp/lcdd.c cddlib-094j/src-gmp/lcdd.c --- cddlib-094h/src-gmp/lcdd.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src-gmp/lcdd.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,60 +0,0 @@ -/* lcdd.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - and David Avis, avis@mutt.cs.mcgill.ca - Version 0.94, August 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -/* This program behaves like lrs by David Avis. - Usage: lcdd filein fileout - lcdd filein output to stdout - lcdd input stdin, output stdout - - This allows things like - lcdd file | lcdd (should give a minimal rep of the input file on stdout) - lcdd file | lrs - lcdd < filein -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - - -int main(int argc, char *argv[]) -{ - dd_ErrorType err; - - dd_set_global_constants(); /* First, this must be called. */ - dd_log=dd_TRUE; /* Output log */ - - if (argc > 2) - dd_DDFile2File(argv[1],argv[2],&err); - - else if (argc > 1) - dd_DDFile2File(argv[1],"**stdout",&err); - else - dd_DDFile2File("**stdin","**stdout",&err); - return 0; -} - -/* end of lcdd.c */ diff -Nru cddlib-094h/src-gmp/Makefile.am cddlib-094j/src-gmp/Makefile.am --- cddlib-094h/src-gmp/Makefile.am 2012-03-23 08:51:35.000000000 +0000 +++ cddlib-094j/src-gmp/Makefile.am 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -bin_PROGRAMS = \ -scdd_gmp \ -lcdd_gmp \ -redcheck_gmp \ -fourier_gmp \ -projection_gmp \ -adjacency_gmp \ -allfaces_gmp \ -testshoot_gmp \ -testcdd1_gmp \ -testcdd2_gmp \ -testlp1_gmp \ -testlp2_gmp \ -testlp3_gmp -#cddmathlink - -scdd_gmp_SOURCES = simplecdd.c -lcdd_gmp_SOURCES = lcdd.c -redcheck_gmp_SOURCES = redcheck.c -fourier_gmp_SOURCES = fourier.c -projection_gmp_SOURCES = projection.c -adjacency_gmp_SOURCES = adjacency.c -allfaces_gmp_SOURCES = allfaces.c -testshoot_gmp_SOURCES = testshoot.c -testcdd1_gmp_SOURCES = testcdd1.c -testcdd2_gmp_SOURCES = testcdd2.c -testlp1_gmp_SOURCES = testlp1.c -testlp2_gmp_SOURCES = testlp2.c -testlp3_gmp_SOURCES = testlp3.c -# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c - -LDADD = ../lib-src-gmp/libcddgmp.la -AM_LDFLAGS = -L$(gmplibdir) -INCLUDES = -I../lib-src-gmp -INCLUDES += -I$(gmpincludedir) -AM_CPPFLAGS = -DGMPRATIONAL diff -Nru cddlib-094h/src-gmp/Makefile.in cddlib-094j/src-gmp/Makefile.in --- cddlib-094h/src-gmp/Makefile.in 2012-03-23 08:51:54.000000000 +0000 +++ cddlib-094j/src-gmp/Makefile.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,590 +0,0 @@ -# Makefile.in generated by automake 1.10.2 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008 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@ -pkglibdir = $(libdir)/@PACKAGE@ -pkgincludedir = $(includedir)/@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@ -bin_PROGRAMS = scdd_gmp$(EXEEXT) lcdd_gmp$(EXEEXT) \ - redcheck_gmp$(EXEEXT) fourier_gmp$(EXEEXT) \ - projection_gmp$(EXEEXT) adjacency_gmp$(EXEEXT) \ - allfaces_gmp$(EXEEXT) testshoot_gmp$(EXEEXT) \ - testcdd1_gmp$(EXEEXT) testcdd2_gmp$(EXEEXT) \ - testlp1_gmp$(EXEEXT) testlp2_gmp$(EXEEXT) testlp3_gmp$(EXEEXT) -subdir = src-gmp -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.in -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_CLEAN_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) -PROGRAMS = $(bin_PROGRAMS) -am_adjacency_gmp_OBJECTS = adjacency.$(OBJEXT) -adjacency_gmp_OBJECTS = $(am_adjacency_gmp_OBJECTS) -adjacency_gmp_LDADD = $(LDADD) -adjacency_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_allfaces_gmp_OBJECTS = allfaces.$(OBJEXT) -allfaces_gmp_OBJECTS = $(am_allfaces_gmp_OBJECTS) -allfaces_gmp_LDADD = $(LDADD) -allfaces_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_fourier_gmp_OBJECTS = fourier.$(OBJEXT) -fourier_gmp_OBJECTS = $(am_fourier_gmp_OBJECTS) -fourier_gmp_LDADD = $(LDADD) -fourier_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_lcdd_gmp_OBJECTS = lcdd.$(OBJEXT) -lcdd_gmp_OBJECTS = $(am_lcdd_gmp_OBJECTS) -lcdd_gmp_LDADD = $(LDADD) -lcdd_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_projection_gmp_OBJECTS = projection.$(OBJEXT) -projection_gmp_OBJECTS = $(am_projection_gmp_OBJECTS) -projection_gmp_LDADD = $(LDADD) -projection_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_redcheck_gmp_OBJECTS = redcheck.$(OBJEXT) -redcheck_gmp_OBJECTS = $(am_redcheck_gmp_OBJECTS) -redcheck_gmp_LDADD = $(LDADD) -redcheck_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_scdd_gmp_OBJECTS = simplecdd.$(OBJEXT) -scdd_gmp_OBJECTS = $(am_scdd_gmp_OBJECTS) -scdd_gmp_LDADD = $(LDADD) -scdd_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testcdd1_gmp_OBJECTS = testcdd1.$(OBJEXT) -testcdd1_gmp_OBJECTS = $(am_testcdd1_gmp_OBJECTS) -testcdd1_gmp_LDADD = $(LDADD) -testcdd1_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testcdd2_gmp_OBJECTS = testcdd2.$(OBJEXT) -testcdd2_gmp_OBJECTS = $(am_testcdd2_gmp_OBJECTS) -testcdd2_gmp_LDADD = $(LDADD) -testcdd2_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testlp1_gmp_OBJECTS = testlp1.$(OBJEXT) -testlp1_gmp_OBJECTS = $(am_testlp1_gmp_OBJECTS) -testlp1_gmp_LDADD = $(LDADD) -testlp1_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testlp2_gmp_OBJECTS = testlp2.$(OBJEXT) -testlp2_gmp_OBJECTS = $(am_testlp2_gmp_OBJECTS) -testlp2_gmp_LDADD = $(LDADD) -testlp2_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testlp3_gmp_OBJECTS = testlp3.$(OBJEXT) -testlp3_gmp_OBJECTS = $(am_testlp3_gmp_OBJECTS) -testlp3_gmp_LDADD = $(LDADD) -testlp3_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -am_testshoot_gmp_OBJECTS = testshoot.$(OBJEXT) -testshoot_gmp_OBJECTS = $(am_testshoot_gmp_OBJECTS) -testshoot_gmp_LDADD = $(LDADD) -testshoot_gmp_DEPENDENCIES = ../lib-src-gmp/libcddgmp.la -DEFAULT_INCLUDES = -I.@am__isrc@ -depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles -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 = $(adjacency_gmp_SOURCES) $(allfaces_gmp_SOURCES) \ - $(fourier_gmp_SOURCES) $(lcdd_gmp_SOURCES) \ - $(projection_gmp_SOURCES) $(redcheck_gmp_SOURCES) \ - $(scdd_gmp_SOURCES) $(testcdd1_gmp_SOURCES) \ - $(testcdd2_gmp_SOURCES) $(testlp1_gmp_SOURCES) \ - $(testlp2_gmp_SOURCES) $(testlp3_gmp_SOURCES) \ - $(testshoot_gmp_SOURCES) -DIST_SOURCES = $(adjacency_gmp_SOURCES) $(allfaces_gmp_SOURCES) \ - $(fourier_gmp_SOURCES) $(lcdd_gmp_SOURCES) \ - $(projection_gmp_SOURCES) $(redcheck_gmp_SOURCES) \ - $(scdd_gmp_SOURCES) $(testcdd1_gmp_SOURCES) \ - $(testcdd2_gmp_SOURCES) $(testlp1_gmp_SOURCES) \ - $(testlp2_gmp_SOURCES) $(testlp3_gmp_SOURCES) \ - $(testshoot_gmp_SOURCES) -ETAGS = etags -CTAGS = ctags -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AR = @AR@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CC = @CC@ -CCDEPMODE = @CCDEPMODE@ -CFLAGS = @CFLAGS@ -CPP = @CPP@ -CPPFLAGS = @CPPFLAGS@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -DEPDIR = @DEPDIR@ -DSYMUTIL = @DSYMUTIL@ -DUMPBIN = @DUMPBIN@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -EGREP = @EGREP@ -EXEEXT = @EXEEXT@ -FGREP = @FGREP@ -GREP = @GREP@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LD = @LD@ -LDFLAGS = @LDFLAGS@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LIBTOOL = @LIBTOOL@ -LIPO = @LIPO@ -LN_S = @LN_S@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -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@ -RANLIB = @RANLIB@ -SED = @SED@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -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_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@ -#cddmathlink -scdd_gmp_SOURCES = simplecdd.c -lcdd_gmp_SOURCES = lcdd.c -redcheck_gmp_SOURCES = redcheck.c -fourier_gmp_SOURCES = fourier.c -projection_gmp_SOURCES = projection.c -adjacency_gmp_SOURCES = adjacency.c -allfaces_gmp_SOURCES = allfaces.c -testshoot_gmp_SOURCES = testshoot.c -testcdd1_gmp_SOURCES = testcdd1.c -testcdd2_gmp_SOURCES = testcdd2.c -testlp1_gmp_SOURCES = testlp1.c -testlp2_gmp_SOURCES = testlp2.c -testlp3_gmp_SOURCES = testlp3.c -# cddmathlink_SOURCES = cddmathlink.c cddmlio.h cddmlio.c -LDADD = ../lib-src-gmp/libcddgmp.la -AM_LDFLAGS = -L$(gmplibdir) -INCLUDES = -I../lib-src-gmp -I$(gmpincludedir) -AM_CPPFLAGS = -DGMPRATIONAL -all: all-am - -.SUFFIXES: -.SUFFIXES: .c .lo .o .obj -$(srcdir)/Makefile.in: $(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) --gnu src-gmp/Makefile'; \ - cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src-gmp/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: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - if test -f $$p \ - || test -f $$p1 \ - ; then \ - f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ - else :; fi; \ - done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ - echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ - rm -f "$(DESTDIR)$(bindir)/$$f"; \ - done - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; for p in $$list; do \ - f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f $$p $$f"; \ - rm -f $$p $$f ; \ - done -adjacency_gmp$(EXEEXT): $(adjacency_gmp_OBJECTS) $(adjacency_gmp_DEPENDENCIES) - @rm -f adjacency_gmp$(EXEEXT) - $(LINK) $(adjacency_gmp_OBJECTS) $(adjacency_gmp_LDADD) $(LIBS) -allfaces_gmp$(EXEEXT): $(allfaces_gmp_OBJECTS) $(allfaces_gmp_DEPENDENCIES) - @rm -f allfaces_gmp$(EXEEXT) - $(LINK) $(allfaces_gmp_OBJECTS) $(allfaces_gmp_LDADD) $(LIBS) -fourier_gmp$(EXEEXT): $(fourier_gmp_OBJECTS) $(fourier_gmp_DEPENDENCIES) - @rm -f fourier_gmp$(EXEEXT) - $(LINK) $(fourier_gmp_OBJECTS) $(fourier_gmp_LDADD) $(LIBS) -lcdd_gmp$(EXEEXT): $(lcdd_gmp_OBJECTS) $(lcdd_gmp_DEPENDENCIES) - @rm -f lcdd_gmp$(EXEEXT) - $(LINK) $(lcdd_gmp_OBJECTS) $(lcdd_gmp_LDADD) $(LIBS) -projection_gmp$(EXEEXT): $(projection_gmp_OBJECTS) $(projection_gmp_DEPENDENCIES) - @rm -f projection_gmp$(EXEEXT) - $(LINK) $(projection_gmp_OBJECTS) $(projection_gmp_LDADD) $(LIBS) -redcheck_gmp$(EXEEXT): $(redcheck_gmp_OBJECTS) $(redcheck_gmp_DEPENDENCIES) - @rm -f redcheck_gmp$(EXEEXT) - $(LINK) $(redcheck_gmp_OBJECTS) $(redcheck_gmp_LDADD) $(LIBS) -scdd_gmp$(EXEEXT): $(scdd_gmp_OBJECTS) $(scdd_gmp_DEPENDENCIES) - @rm -f scdd_gmp$(EXEEXT) - $(LINK) $(scdd_gmp_OBJECTS) $(scdd_gmp_LDADD) $(LIBS) -testcdd1_gmp$(EXEEXT): $(testcdd1_gmp_OBJECTS) $(testcdd1_gmp_DEPENDENCIES) - @rm -f testcdd1_gmp$(EXEEXT) - $(LINK) $(testcdd1_gmp_OBJECTS) $(testcdd1_gmp_LDADD) $(LIBS) -testcdd2_gmp$(EXEEXT): $(testcdd2_gmp_OBJECTS) $(testcdd2_gmp_DEPENDENCIES) - @rm -f testcdd2_gmp$(EXEEXT) - $(LINK) $(testcdd2_gmp_OBJECTS) $(testcdd2_gmp_LDADD) $(LIBS) -testlp1_gmp$(EXEEXT): $(testlp1_gmp_OBJECTS) $(testlp1_gmp_DEPENDENCIES) - @rm -f testlp1_gmp$(EXEEXT) - $(LINK) $(testlp1_gmp_OBJECTS) $(testlp1_gmp_LDADD) $(LIBS) -testlp2_gmp$(EXEEXT): $(testlp2_gmp_OBJECTS) $(testlp2_gmp_DEPENDENCIES) - @rm -f testlp2_gmp$(EXEEXT) - $(LINK) $(testlp2_gmp_OBJECTS) $(testlp2_gmp_LDADD) $(LIBS) -testlp3_gmp$(EXEEXT): $(testlp3_gmp_OBJECTS) $(testlp3_gmp_DEPENDENCIES) - @rm -f testlp3_gmp$(EXEEXT) - $(LINK) $(testlp3_gmp_OBJECTS) $(testlp3_gmp_LDADD) $(LIBS) -testshoot_gmp$(EXEEXT): $(testshoot_gmp_OBJECTS) $(testshoot_gmp_DEPENDENCIES) - @rm -f testshoot_gmp$(EXEEXT) - $(LINK) $(testshoot_gmp_OBJECTS) $(testshoot_gmp_LDADD) $(LIBS) - -mostlyclean-compile: - -rm -f *.$(OBJEXT) - -distclean-compile: - -rm -f *.tab.c - -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjacency.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/allfaces.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fourier.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lcdd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/projection.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/redcheck.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplecdd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcdd2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp1.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testlp3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testshoot.Po@am__quote@ - -.c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ mv -f $(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@ mv -f $(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@ mv -f $(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) - tags=; \ - 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; }; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi -ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ - $(TAGS_FILES) $(LISP) - tags=; \ - 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)$$tags$$unique" \ - || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ - $$tags $$unique - -GTAGS: - here=`$(am__cd) $(top_builddir) && pwd` \ - && 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 $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ - fi; \ - cp -pR $$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) - -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 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 - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-exec-am: install-binPROGRAMS - -install-html: install-html-am - -install-info: install-info-am - -install-man: - -install-pdf: install-pdf-am - -install-ps: 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 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: diff -Nru cddlib-094h/src-gmp/projection.c cddlib-094j/src-gmp/projection.c --- cddlib-094h/src-gmp/projection.c 2011-10-19 16:00:44.000000000 +0000 +++ cddlib-094j/src-gmp/projection.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,131 +0,0 @@ -/* projection.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, July 27, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M1=NULL; - dd_colrange j,s,t,d; - dd_ErrorType err=dd_NoError; - dd_rowset redset,impl_linset; - dd_colset delset; - dd_rowindex newpos; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to apply the Block Elimination to an H-polyhedron.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - d=M->colsize; - set_initialize(&delset, d); - - printf("How many variables to elminate? (max %ld): ",d-1); - scanf("%ld",&s); - - for (j=1; j<=s; j++){ - printf("\n%ld th deletion variable): ",j); - scanf("%ld",&t); - set_addelem(delset, t+1); - } - - M1=dd_BlockElimination(M, delset, &err); - - dd_WriteMatrix(stdout, M1); - - dd_MatrixCanonicalize(&M1,&impl_linset,&redset,&newpos,&err); - - if (err!=dd_NoError) goto _L99; - - fprintf(stdout, "\nRedundant rows: "); - set_fwrite(stdout, redset); - fprintf(stdout, "\n"); - - dd_WriteMatrix(stdout, M1); - - dd_FreeMatrix(M); - dd_FreeMatrix(M1); - set_free(delset); - set_free(redset); - set_free(impl_linset); - free(newpos); - -_L99:; - /* if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); */ - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - - -/* end of projection.c */ diff -Nru cddlib-094h/src-gmp/redcheck.c cddlib-094j/src-gmp/redcheck.c --- cddlib-094h/src-gmp/redcheck.c 2011-10-19 16:00:45.000000000 +0000 +++ cddlib-094j/src-gmp/redcheck.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,125 +0,0 @@ -/* redcheck.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, April 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL; - dd_rowrange i,m; - dd_ErrorType err=dd_NoError; - dd_rowindex newpos; - dd_rowset impl_linset,redset; - time_t starttime, endtime; - dd_DataFileType inputfile; - FILE *reading=NULL; - - dd_set_global_constants(); /* First, this must be called. */ - - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to check redundancy of an H/V-representation.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - m=M->rowsize; - fprintf(stdout, "Canonicalize the matrix.\n"); - - time(&starttime); - dd_MatrixCanonicalize(&M, &impl_linset, &redset, &newpos, &err); - time(&endtime); - - if (err!=dd_NoError) goto _L99; - - fprintf(stdout, "Implicit linearity rows are:"); set_fwrite(stdout, impl_linset); - - fprintf(stdout, "\nRedundant rows are:"); set_fwrite(stdout, redset); - fprintf(stdout, "\n"); - - fprintf(stdout, "Nonredundant representation:\n"); - fprintf(stdout, "The new row positions are as follows (orig:new).\nEach redundant row has the new number 0.\nEach deleted duplicated row has a number nagative of the row that\nrepresents its equivalence class.\n"); - - for (i=1; i<=m; i++){ - fprintf(stdout, " %ld:%ld",i, newpos[i]); - } - fprintf(stdout, "\n"); - dd_WriteMatrix(stdout, M); - - dd_WriteTimes(stdout,starttime,endtime); - - set_free(redset); - set_free(impl_linset); - dd_FreeMatrix(M); - free(newpos); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); - return 0; -} - - -/* end of redcheck.c */ diff -Nru cddlib-094h/src-gmp/redundancies.c cddlib-094j/src-gmp/redundancies.c --- cddlib-094h/src-gmp/redundancies.c 2012-04-12 13:28:23.000000000 +0000 +++ cddlib-094j/src-gmp/redundancies.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ -/* redcheck.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, April 12, 2012 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M2=NULL; - dd_ErrorType err=dd_NoError; - dd_rowset redrows,linrows; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - time_t starttime,endtime; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to check redundancy of an H/V-representation.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - time(&starttime); - fprintf(stdout, "redundant rows: "); - redrows=dd_RedundantRows(M, &err); - set_fwrite(stdout, redrows); - - M2=dd_MatrixSubmatrix(M, redrows); - - fprintf(stdout, "Implicit linearity (after removal of redundant rows): "); - linrows=dd_ImplicitLinearityRows(M2, &err); - - if (M->representation==dd_Generator) - fprintf(stdout," %ld ", set_card(linrows)); - else - fprintf(stdout," %ld ", set_card(linrows)); - set_fwrite(stdout,linrows); - set_uni(M2->linset, M2->linset, linrows); - /* add the implicit linrows to the given linearity rows */ - - time(&endtime); - printf("\nNonredundant representation (except for the linearity part):\n"); - dd_WriteMatrix(stdout, M2); - dd_WriteTimes(stdout,starttime,endtime); - - dd_FreeMatrix(M); - dd_FreeMatrix(M2); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); - return 0; -} - - -/* end of redcheck.c */ diff -Nru cddlib-094h/src-gmp/redundancies_clarkson.c cddlib-094j/src-gmp/redundancies_clarkson.c --- cddlib-094h/src-gmp/redundancies_clarkson.c 2012-04-12 15:45:56.000000000 +0000 +++ cddlib-094j/src-gmp/redundancies_clarkson.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,121 +0,0 @@ -/* redcheck.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, April 12, 2012 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M2=NULL; - dd_ErrorType err=dd_NoError; - dd_rowset redrows,linrows; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - time_t starttime,endtime; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to check redundancy of an H/V-representation\nby Clarkson's algorithm."); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - time(&starttime); - fprintf(stdout, "redundant rows: "); - redrows=dd_RedundantRowsViaShooting(M, &err); - set_fwrite(stdout, redrows); - - M2=dd_MatrixSubmatrix(M, redrows); - - fprintf(stdout, "Implicit linearity (after removal of redundant rows): "); - linrows=dd_ImplicitLinearityRows(M2, &err); - - if (M->representation==dd_Generator) - fprintf(stdout," %ld ", set_card(linrows)); - else - fprintf(stdout," %ld ", set_card(linrows)); - set_fwrite(stdout,linrows); - set_uni(M2->linset, M2->linset, linrows); - /* add the implicit linrows to the given linearity rows */ - - time(&endtime); - printf("\nNonredundant representation (except for the linearity part):\n"); - dd_WriteMatrix(stdout, M2); - dd_WriteTimes(stdout,starttime,endtime); - - dd_FreeMatrix(M); - dd_FreeMatrix(M2); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); - return 0; -} - - -/* end of redcheck.c */ diff -Nru cddlib-094h/src-gmp/simplecdd.c cddlib-094j/src-gmp/simplecdd.c --- cddlib-094h/src-gmp/simplecdd.c 2005-08-03 21:49:23.000000000 +0000 +++ cddlib-094j/src-gmp/simplecdd.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,158 +0,0 @@ -/* simplecdd.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, Aug. 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_PolyhedraPtr poly; - dd_LPPtr lp; - dd_MatrixPtr M,A; - dd_ErrorType err=dd_NoError; - dd_DataFileType inputfile,outputfile; - FILE *reading=NULL, *writing; - - dd_set_global_constants(); /* First, this must be called. */ - dd_log=dd_TRUE; /* output log */ - - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - printf("Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - if (M->objective==dd_LPnone){ /* do representation conversion */ - poly=dd_DDMatrix2Poly2(M, dd_LexMin, &err); - /* equivalent to poly=dd_DDMatrix2Poly2(M, &err) when the second argument is set to dd_LexMin. */ - if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 'o', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteProgramDescription(writing); - dd_WriteRunningMode(writing, poly); - switch (poly->representation) { - case dd_Inequality: - fprintf(writing, "ext_file: Generators\n"); - A=dd_CopyGenerators(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - case dd_Generator: - fprintf(writing, "ine_file: Inequalities\n"); - A=dd_CopyInequalities(poly); - dd_WriteMatrix(writing,A); - dd_FreeMatrix(A); - break; - - default: - break; - } - dd_WriteDDTimes(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'a', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'j', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputAdjacency(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'i', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteIncidence(writing,poly); - fclose(writing); - - dd_SetWriteFileName(inputfile, outputfile, 'n', poly->representation); - SetWriteFile(&writing, outputfile); - dd_WriteInputIncidence(writing,poly); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreePolyhedra(poly); - - } else { /* solve the LP */ - lp=dd_Matrix2LP(M, &err); if (err!=dd_NoError) goto _L99; - dd_LPSolve(lp,dd_DualSimplex,&err); if (err!=dd_NoError) goto _L99; - - dd_SetWriteFileName(inputfile, outputfile, 's', M->representation); - SetWriteFile(&writing, outputfile); - dd_WriteLPResult(writing, lp, err); - fclose(writing); - - dd_FreeMatrix(M); - dd_FreeLPData(lp); - } -_L99: - if (err!=dd_NoError) dd_WriteErrorMessages(stdout,err); - return 0; -} - - -/* end of simplecdd.c */ diff -Nru cddlib-094h/src-gmp/testcdd1.c cddlib-094j/src-gmp/testcdd1.c --- cddlib-094h/src-gmp/testcdd1.c 2007-02-12 10:55:25.000000000 +0000 +++ cddlib-094j/src-gmp/testcdd1.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,105 +0,0 @@ -/* testcdd1.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93, July 9, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, char *fname) -{ - dd_boolean success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -int main(int argc, char *argv[]) -{ - dd_PolyhedraPtr poly; - dd_MatrixPtr M; - dd_ErrorType err; - dd_DataFileType inputfile; - FILE *reading=NULL; - dd_MatrixPtr A, G; - dd_SetFamilyPtr GI,GA; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_SetInputFile(&reading,inputfile, &err); - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - printf("Input file not found\n"); - goto _L99; - } - - if (err==dd_NoError) { - poly=dd_DDMatrix2Poly(M, &err); /* compute the second representation */ - if (err!=dd_NoError) { - dd_WriteErrorMessages(stdout,err); goto _L99; - } - A=dd_CopyInequalities(poly); - G=dd_CopyGenerators(poly); - GI=dd_CopyIncidence(poly); - GA=dd_CopyAdjacency(poly); - - if (poly->representation==dd_Inequality) { - printf("\nInput is an H-representation\n"); - } else { - printf("\nInput is a V-representation\n"); - } - dd_WriteMatrix(stdout,A); printf("\n"); - dd_WriteMatrix(stdout,G); - - printf("\nHere is the incidence list:\n"); - dd_WriteSetFamily(stdout,GI); - - printf("\nHere is the adjacency list:\n"); - dd_WriteSetFamily(stdout,GA); - - dd_FreePolyhedra(poly); - /* This is to remove all the space allocated for poly. */ - dd_FreeMatrix(M); - dd_FreeMatrix(A); - dd_FreeMatrix(G); - dd_FreeSetFamily(GI); - dd_FreeSetFamily(GA); - } else { - dd_WriteErrorMessages(stdout,err); - } -_L99: - dd_free_global_constants(); /* At the end, this must be called. */ - return 0; -} - - -/* end of testcdd1.c */ diff -Nru cddlib-094h/src-gmp/testcdd2.c cddlib-094j/src-gmp/testcdd2.c --- cddlib-094h/src-gmp/testcdd2.c 2007-02-12 10:55:42.000000000 +0000 +++ cddlib-094j/src-gmp/testcdd2.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,92 +0,0 @@ -/* testcdd2.c: Main test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.90c, June 12, 2000 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -int main(int argc, char *argv[]) -{ - dd_PolyhedraPtr poly; - dd_MatrixPtr A, B, G; - dd_rowrange m; - dd_colrange d; - dd_ErrorType err; - - dd_set_global_constants(); /* First, this must be called to use cddlib. */ - - m=4; d=3; - A=dd_CreateMatrix(m,d); - dd_set_si(A->matrix[0][0],7); dd_set_si(A->matrix[0][1],-3); dd_set_si(A->matrix[0][2], 0); - dd_set_si(A->matrix[1][0],7); dd_set_si(A->matrix[1][1], 0); dd_set_si(A->matrix[1][2],-3); - dd_set_si(A->matrix[2][0],1); dd_set_si(A->matrix[2][1], 1); dd_set_si(A->matrix[2][2], 0); - dd_set_si(A->matrix[3][0],1); dd_set_si(A->matrix[3][1], 0); dd_set_si(A->matrix[3][2], 1); - /* 7 - 3 x1 >= 0 - 7 - 3x2 >= 0 - 1 + x1 >= 0 - 1 + x2 >= 0 - */ - A->representation=dd_Inequality; - poly=dd_DDMatrix2Poly(A, &err); /* compute the second (generator) representation */ - if (err!=dd_NoError) goto _L99; - printf("\nInput is H-representation:\n"); - G=dd_CopyGenerators(poly); - dd_WriteMatrix(stdout,A); printf("\n"); - dd_WriteMatrix(stdout,G); - dd_FreeMatrix(A); - dd_FreeMatrix(G); - - /* Add inequalities: - 7 + x1 -3x2 = 0 - 7 - 3x1 + x2 >= 0 - */ - m=2; - B=dd_CreateMatrix(m,d); - dd_set_si(B->matrix[0][0],7); dd_set_si(B->matrix[0][1], 1); dd_set_si(B->matrix[0][2],-3); - dd_set_si(B->matrix[1][0],7); dd_set_si(B->matrix[1][1],-3); dd_set_si(B->matrix[1][2], 1); - set_addelem(B->linset,1); /* setting the first to be equality */ - - dd_DDInputAppend(&poly,B, &err); /* append the two inequalities and compute the generators */ - if (err!=dd_NoError) goto _L99; - A=dd_CopyInequalities(poly); /* get the inequalities (=input). */ - G=dd_CopyGenerators(poly); /* get the generators (=output). */ - printf("\nNew H-representation with added inequalities:\n"); - dd_WriteMatrix(stdout,A); printf("\n"); - dd_WriteMatrix(stdout,G); - - dd_FreeMatrix(A); - dd_FreeMatrix(B); - dd_FreeMatrix(G); - dd_FreePolyhedra(poly); - -_L99: - if (err!=dd_NoError) dd_WriteErrorMessages(stdout,err); - - dd_free_global_constants(); /* At the end, this must be called. */ - return 0; -} - - -/* end of testcdd2.c */ diff -Nru cddlib-094h/src-gmp/testlp1.c cddlib-094j/src-gmp/testlp1.c --- cddlib-094h/src-gmp/testlp1.c 2007-02-12 10:56:14.000000000 +0000 +++ cddlib-094j/src-gmp/testlp1.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,132 +0,0 @@ -/* testlp1.c: Main test program to call the cdd lp library - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.94, August 4, 2005 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -FILE *reading, *writing; - -int main(int argc, char *argv[]) -{ - /* The original LP data m x n matrix - = | b -A | - | c0 c^T |, - - where the LP to be solved is to - maximize c^T x + c0 - subj. to - A x <= b. - */ - - dd_ErrorType error=dd_NoError; - dd_MatrixPtr M,G; - dd_LPSolverType solver=dd_DualSimplex; /* either DualSimplex or CrissCross */ - dd_LPPtr lp; /* pointer to LP data structure that is not visible by user. */ - dd_LPSolutionPtr lps1; - dd_colrange j; - dd_rowset ImL, Lbasis; - - dd_PolyhedraPtr poly; - dd_DataFileType inputfile; - int ans; - - dd_set_global_constants(); /* First, this must be called once to use cddlib. */ - - printf("Welcome to cddlib %s\n",dd_DDVERSION); - - while (error==dd_NoError) { - -/* Input an LP using the cdd library */ - dd_SetInputFile(&reading,inputfile,&error); - if (error!=dd_NoError) goto _L99; - M=dd_PolyFile2Matrix(reading, &error); - if (error!=dd_NoError) goto _L99; - /* dd_WriteMatrix(stdout, M); */ - lp=dd_Matrix2LP(M, &error); - if (error!=dd_NoError) goto _L99; - - -/* Solve the LP by cdd LP solver. */ - printf("\n--- Running dd_LPSolve ---\n"); - dd_LPSolve(lp,solver,&error); - if (error!=dd_NoError) goto _L99; - - /* Write the LP solutions by cdd LP reporter. */ - dd_WriteLPResult(stdout, lp, error); - -/* Generate all vertices of the feasible reagion */ - printf("\nDo you want to compute the generator representation (y/n)? "); - ans=getchar(); - if (ans=='y' || ans=='Y'){ - poly=dd_DDMatrix2Poly(M, &error); - G=dd_CopyGenerators(poly); - printf("\nGenerators (All the vertices of the feasible region if bounded.)\n"); - dd_WriteMatrix(stdout,G); - - /* Free allocated spaces. */ - dd_FreeMatrix(G); - dd_FreePolyhedra(poly); - } - -/* Find an interior point with cdd LP library. */ - printf("\nDo you want to find a relative interior point (y/n)? "); - ans=getchar(); ans=getchar(); - if (ans=='y' || ans=='Y'){ - printf("\n--- Running dd_FindRelativeInteriorPoint ---\n"); - dd_FindRelativeInterior(M, &ImL, &Lbasis, &lps1, &error); - if (error!=dd_NoError) goto _L99; - - /* Write an interior point. */ - if (dd_Positive(lps1->optvalue)){ - printf("A relative interior point found: ("); - for (j=1; j <(lps1->d)-1; j++) { - dd_WriteNumber(stdout,lps1->sol[j]); - } - printf(")\nThe dimension of the region = "); - printf("%ld\n",M->colsize-set_card(Lbasis)-1); - if (set_card(ImL)>0) { - printf("Implicit equations: "); set_write(ImL); printf("\n"); - } - } else { - printf("The feasible region is empty.\n"); - } - dd_FreeLPSolution(lps1); - set_free(ImL); - set_free(Lbasis); - } - -/* Free allocated spaces. */ - dd_FreeMatrix(M); - dd_FreeLPData(lp); - } -_L99:; - fclose(reading); - if (error!=dd_NoError) dd_WriteErrorMessages(stdout, error); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - -/* end of testlp1.c */ diff -Nru cddlib-094h/src-gmp/testlp2.c cddlib-094j/src-gmp/testlp2.c --- cddlib-094h/src-gmp/testlp2.c 2007-02-12 10:56:37.000000000 +0000 +++ cddlib-094j/src-gmp/testlp2.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,124 +0,0 @@ -/* testlp2.c: Main test program to call the cdd lp library - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93a, July 23, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -FILE *reading, *writing; - -int main(int argc, char *argv[]) -{ - /* The original LP data m x n matrix - = | b -A | - | c0 c^T |, - - where the LP to be solved is to - maximize c^T x + c0 - subj. to - A x <= b. - */ - - dd_ErrorType error=dd_NoError; - dd_LPSolverType solver; /* either DualSimplex or CrissCross */ - dd_LPPtr lp; - - dd_rowrange m; - dd_colrange n; - dd_NumberType numb; - dd_MatrixPtr A; - dd_ErrorType err; - - -/* Define an LP */ -/* - max 0 + 3 x1 + 4 x2 - s.t. - 4/3 - 2 x1 - x2 >= 0 - 2/3 - x2 >= 0 - x1 >= 0 - x2 >= 0 - - For this LP, we set up a matrix A as 4 x 3 matrix and a row vector: - - 4/3 -2 -1 <- 1st constraint - 2/3 0 -1 - 0 1 0 - 0 0 1 <- last constraint - - 0 3 4 <- objective row -*/ - - dd_set_global_constants(); - - numb=dd_Real; /* set a number type */ - m=4; /* number of rows */ - n=3; /* number of columns */ - A=dd_CreateMatrix(m,n); - dd_set_si2(A->matrix[0][0],4,3); dd_set_si(A->matrix[0][1],-2); dd_set_si(A->matrix[0][2],-1); - dd_set_si2(A->matrix[1][0],2,3); dd_set_si(A->matrix[1][1], 0); dd_set_si(A->matrix[1][2],-1); - dd_set_si(A->matrix[2][0],0); dd_set_si(A->matrix[2][1], 1); dd_set_si(A->matrix[2][2], 0); - dd_set_si(A->matrix[3][0],0); dd_set_si(A->matrix[3][1], 0); dd_set_si(A->matrix[3][2], 1); - - dd_set_si(A->rowvec[0],0); dd_set_si(A->rowvec[1], 3); dd_set_si(A->rowvec[2], 4); - - A->objective=dd_LPmax; - lp=dd_Matrix2LP(A, &err); /* load an LP */ - if (lp==NULL) goto _L99; - -/* Print the LP. */ - printf("\n--- LP to be solved ---\n"); - dd_WriteLP(stdout, lp); - -/* Solve the LP by cdd LP solver. */ - printf("\n--- Running dd_LPSolve ---\n"); - solver=dd_DualSimplex; - dd_LPSolve(lp, solver, &error); /* Solve the LP */ - if (error!=dd_NoError) goto _L99; - -/* Write the LP solutions by cdd LP reporter. */ - dd_WriteLPResult(stdout, lp, error); - -/* Free allocated spaces. */ - dd_FreeLPData(lp); - dd_FreeMatrix(A); - -_L99:; - if (error!=dd_NoError) dd_WriteErrorMessages(stdout, error); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - -/* end of testlp2.c */ - -/* The dual LP is - - min 0 + 4 y1 + 2 y2 - s.t. - -3 + 2 y1 >= 0 - -4 y1 + y2 >= 0 - y1 >= 0 - y2 >= 0 -*/ diff -Nru cddlib-094h/src-gmp/testlp3.c cddlib-094j/src-gmp/testlp3.c --- cddlib-094h/src-gmp/testlp3.c 2007-02-12 10:56:56.000000000 +0000 +++ cddlib-094j/src-gmp/testlp3.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,147 +0,0 @@ -/* testlp3.c: Main test program to call the cdd lp library - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93b, October 30, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -FILE *reading, *writing; - - -void SetWriteFile(FILE **f) -{ - char *fname; - fname="testlp.out"; - *f = fopen(fname, "w"); - printf("file %s is open\n",fname); -} - - -int main(int argc, char *argv[]) -{ - /* The original LP data m x n matrix - = | b -A | - | c0 c^T |, - - where the LP to be solved is to - maximize c^T x + c0 - subj. to - A x <= b. - */ - - dd_ErrorType err=dd_NoError; - dd_LPSolverType solver=dd_DualSimplex; - /* either DualSimplex or CrissCross */ - dd_LPPtr lp,lp1; - /* pointer to LP data structure that is not visible by user. */ - dd_LPSolutionPtr lps,lps1; - /* pointer to LP solution data that is visible by user. */ - - dd_MatrixPtr M; - dd_colrange j; - dd_DataFileType inputfile; - - dd_set_global_constants(); - - printf("\n--- Solving an LP with dd_LPSolve, and Finding an Interior Point ---\n"); - -/* Input an LP using the cdd library */ - dd_SetInputFile(&reading,inputfile,&err); - if (err!=dd_NoError) goto _L99; - M=dd_PolyFile2Matrix(reading, &err); - if (err!=dd_NoError) goto _L99; - /* dd_WriteMatrix(stdout, M); */ - lp=dd_Matrix2LP(M, &err); - if (err!=dd_NoError) goto _L99; - -/* Solve the LP by cdd LP solver. */ - printf("\n--- Running dd_LPSolve ---\n"); - solver=dd_DualSimplex; - dd_LPSolve(lp, solver, &err); /* Solve the LP */ - if (err!=dd_NoError) goto _L99; - -/* Write the LP solutions by cdd LP reporter. */ -/* dd_WriteLPResult(stdout, lp, err); */ -/* dd_WriteLPResult(writing, lp, err); */ - -/* One can access the solutions by loading them. See dd_WriteLPResult - for outputing the results correctly. */ - lps=dd_CopyLPSolution(lp); - if (lps->LPS==dd_Optimal){ - printf("Optimal solution found:\n"); - printf(" primal_solution\n"); - for (j=1; jd; j++) { - printf(" %3ld : ",j); - dd_WriteNumber(stdout,lps->sol[j]); - printf("\n"); - } - printf(" dual_solution\n"); - for (j=1; jd; j++){ - if (lps->nbindex[j+1]>0) { - printf(" %3ld : ",lps->nbindex[j+1]); - dd_WriteNumber(stdout,lps->dsol[j]); printf("\n"); - } - } - printf(" optimal_value : "); dd_WriteNumber(stdout,lps->optvalue); - printf("\n"); - } - -/* Find an interior point with cdd LP library. */ - printf("\n--- Running dd_FindInteriorPoint ---\n"); - lp1=dd_MakeLPforInteriorFinding(lp); - printf("The LP to be solved for finding an interior point:\n"); - dd_WriteLP(stdout,lp1); - dd_LPSolve(lp1,solver,&err); - if (err!=dd_NoError) goto _L99; - - /* Write an interior point. */ - lps1=dd_CopyLPSolution(lp1); - if (dd_Positive(lps1->optvalue)){ - printf("\nAn interior point found: ("); - for (j=1; j <(lps1->d)-1; j++) { - dd_WriteNumber(stdout,lps1->sol[j]); - } - printf(")\n"); - } - if (dd_Negative(lps1->optvalue)) - printf("\nThe feasible region is empty.\n"); - if (dd_EqualToZero(lps1->optvalue)) - printf("\nThe feasible region is nonempty but has no interior point.\n"); - -/* Free allocated spaces. */ - dd_FreeLPSolution(lps); - dd_FreeLPData(lp); - dd_FreeLPSolution(lps1); - dd_FreeLPData(lp1); - dd_FreeMatrix(M); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stdout, err); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - -/* end of testlp3.c */ - diff -Nru cddlib-094h/src-gmp/testshoot.c cddlib-094j/src-gmp/testshoot.c --- cddlib-094h/src-gmp/testshoot.c 2007-02-12 10:57:16.000000000 +0000 +++ cddlib-094j/src-gmp/testshoot.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,158 +0,0 @@ -/* testshoot.c: Main test program to call the cdd lp library - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.92, August 24, 2001 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -FILE *reading, *writing; - - -void SetWriteFile(FILE **f) -{ - char *fname; - fname="testlp.out"; - *f = fopen(fname, "w"); - printf("file %s is open\n",fname); -} - - -int main(int argc, char *argv[]) -{ - /* The original LP data m x n matrix - = | b -A | - | c0 c^T |, - - where the LP to be solved is to - maximize c^T x + c0 - subj. to - A x <= b. - */ - - dd_ErrorType err=dd_NoError; - dd_LPSolverType solver=dd_DualSimplex; - /* either DualSimplex or CrissCross */ - dd_LPPtr lp,lp1; - /* pointer to LP data structure that is not visible by user. */ - dd_LPSolutionPtr lps1; - /* pointer to LP solution data that is visible by user. */ - - dd_rowrange i,m; - dd_colrange d; - dd_NumberType numb; - dd_MatrixPtr A; - dd_Arow r; - dd_colrange j; - int iter; - -/* Define an LP */ -/* - max 0 + x1 + x2 - s.t. - 1 - x2 >= 0 - 1 - x1 >= 0 - x1 >= 0 - x2 >= 0 - 2 - x1 - x2 >= 0 - - For this LP, we set up a matrix A as 4 x 3 matrix and a row vector: - - 1 0 -1 <- 1st constraint - 1 -1 0 - 0 1 0 - 0 0 1 - 2 -1 -1 <- last constraint - - 0 1 1 <- objective row -*/ - - dd_set_global_constants(); - - numb=dd_Real; /* set a number type */ - m=5; /* number of rows */ - d=3; /* number of columns */ - A=dd_CreateMatrix(m,d); - dd_set_si(A->matrix[0][0],1); dd_set_si(A->matrix[0][1], 0); dd_set_si(A->matrix[0][2],-1); - dd_set_si(A->matrix[1][0],1); dd_set_si(A->matrix[1][1],-1); dd_set_si(A->matrix[1][2], 0); - dd_set_si(A->matrix[2][0],0); dd_set_si(A->matrix[2][1], 1); dd_set_si(A->matrix[2][2], 0); - dd_set_si(A->matrix[3][0],0); dd_set_si(A->matrix[3][1], 0); dd_set_si(A->matrix[3][2], 1); - dd_set_si(A->matrix[4][0],2); dd_set_si(A->matrix[4][1],-1); dd_set_si(A->matrix[4][2],-1); - - dd_set_si(A->rowvec[0],0); dd_set_si(A->rowvec[1], 1); dd_set_si(A->rowvec[2], 1); - - A->objective=dd_LPmax; - lp=dd_Matrix2LP(A, &err); /* load an LP */ - if (lp==NULL) goto _L99; - -/* Find an interior point with cdd LP library. */ - printf("\n--- Running dd_FindInteriorPoint ---\n"); - lp1=dd_MakeLPforInteriorFinding(lp); - dd_LPSolve(lp1,solver,&err); - if (err!=dd_NoError) goto _L99; - - /* Write an interior point. */ - lps1=dd_CopyLPSolution(lp1); - if (dd_Positive(lps1->optvalue)){ - printf("An interior point found: ("); - for (j=1; j <(lps1->d)-1; j++) { - dd_WriteNumber(stdout,lps1->sol[j]); - } - printf(")\n"); - } - if (dd_Negative(lps1->optvalue)) - printf("The feasible region is empty.\n"); - if (dd_EqualToZero(lps1->optvalue)) - printf("The feasible region is nonempty but has no interior point.\n"); - -/* Do shootings from the interior point. */ - - dd_InitializeArow(d, &r); - - printf("Shooting test from the point:"); - dd_WriteArow(stdout,lps1->sol,d); printf("\n"); - - for (iter=1; iter<=3; iter++){ - dd_set_si(r[0],0); dd_set_si(r[1], 9998+iter); dd_set_si(r[2], 10000); - printf("Shooting to the direction:"); - dd_WriteArow(stdout,r,d); printf("\n"); - i=dd_RayShooting(A, lps1->sol, r); - printf("The first hyperplane hit: %ld.\n\n", i); - } - -/* Free allocated spaces. */ - dd_FreeLPData(lp); - dd_FreeLPSolution(lps1); - dd_FreeLPData(lp1); - dd_FreeArow(d, r); - dd_FreeMatrix(A); - -_L99:; - if (err!=dd_NoError) dd_WriteErrorMessages(stdout, err); - dd_free_global_constants(); /* At the end, this should be called. */ - return 0; -} - -/* end of testlp3.c */ - diff -Nru cddlib-094h/src-gmp/testuniq.c cddlib-094j/src-gmp/testuniq.c --- cddlib-094h/src-gmp/testuniq.c 2003-11-14 17:38:25.000000000 +0000 +++ cddlib-094j/src-gmp/testuniq.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,161 +0,0 @@ -/* uniqtest.c: Test program to call the cdd library cddlib - written by Komei Fukuda, fukuda@ifor.math.ethz.ch - Version 0.93c, Nov. 14, 2003 - Standard ftp site: ftp.ifor.math.ethz.ch, Directory: pub/fukuda/cdd -*/ - -/* 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., 675 Mass Ave, Cambridge, MA 02139, USA. -*/ - -#include "setoper.h" -#include "cdd.h" -#include -#include -#include -#include -#include - -dd_boolean SetInputFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - success=dd_FALSE; - - if ( ( *f = fopen(fname, "r") )!= NULL) { - printf("input file %s is open\n", fname); - success=dd_TRUE; - } - else{ - printf("The input file %s not found\n",fname); - } - return success; -} - -dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname) -{ - dd_boolean success=dd_FALSE; - - if ( (*f = fopen(fname, "w")) != NULL){ - printf("output file %s is open\n",fname); - success=dd_TRUE; - } - else{ - printf("The output file %s cannot be opened\n",fname); - } - return success; -} - - -int main(int argc, char *argv[]) -{ - dd_MatrixPtr M=NULL,M1=NULL,M2=NULL,M3=NULL,M4=NULL; - dd_rowrange i; - dd_colrange d; - dd_ErrorType err=dd_NoError; - dd_rowset redrows,linrows; - dd_rowindex newpos1=NULL, newpos2=NULL,newpos4=NULL; - mytype val; - dd_DataFileType inputfile; - FILE *reading=NULL; - - dd_set_global_constants(); /* First, this must be called. */ - - dd_init(val); - if (argc>1) strcpy(inputfile,argv[1]); - if (argc<=1 || !SetInputFile(&reading,argv[1])){ - dd_WriteProgramDescription(stdout); - fprintf(stdout,"\ncddlib test program to remove duplicates.\n"); - dd_SetInputFile(&reading,inputfile, &err); - } - if (err==dd_NoError) { - M=dd_PolyFile2Matrix(reading, &err); - } - else { - fprintf(stderr,"Input file not found\n"); - goto _L99; - } - - if (err!=dd_NoError) goto _L99; - - d=M->colsize; - - printf("\nInput Matrix.\n"); - dd_WriteMatrix(stdout, M); - M1=dd_MatrixSortedCopy(M,&newpos1); - printf("\nNormalize and sort the matrix with dd_MatrixSortedCopy.\n"); - printf(" Row index changes -- original:new\n"); - for (i=1;i<=M->rowsize; i++){ - printf(" %ld:%ld",i,newpos1[i]); - } - printf("\n"); - - dd_WriteMatrix(stdout, M1); - - M2=dd_MatrixUniqueCopy(M1,&newpos2); - printf("\nRemove row (consecutive) duplicates with dd_MatrixUniqueCopy.\n"); - printf(" Row index changes -- original:new\n"); - for (i=1;i<=M1->rowsize; i++){ - printf(" %ld:%ld",i,newpos2[i]); - } - printf("\n"); - dd_WriteMatrix(stdout, M2); - - - M4=dd_MatrixSortedUniqueCopy(M,&newpos4); - printf("\nTwo operations can be done at once with dd_MatrixSortedUniqueCopy.\n"); - printf(" Row index changes -- original:new\n"); - for (i=1;i<=M->rowsize; i++){ - printf(" %ld:%ld",i,newpos4[i]); - } - printf("\n"); - dd_WriteMatrix(stdout, M4); - - - fprintf(stdout, "\nOne can then remove nontrivial redundant rows with dd_RedundantRows.\n Redundant rows:"); - redrows=dd_RedundantRows(M2, &err); - set_fwrite(stdout, redrows); - - M3=dd_MatrixSubmatrix(M2, redrows); - dd_FreeMatrix(M1); - dd_FreeMatrix(M2); - set_free(redrows); - - fprintf(stdout, " Implicit linearity (after removal of redundant rows): "); - linrows=dd_ImplicitLinearityRows(M3, &err); - - if (M->representation==dd_Generator) - fprintf(stdout," %ld ", set_card(linrows)); - else - fprintf(stdout," %ld ", set_card(linrows)); - set_fwrite(stdout,linrows); - set_uni(M3->linset, M3->linset, linrows); - /* add the implicit linrows to the given linearity rows */ - - printf("\nNonredundant representation (except for the linearity part):\n"); - dd_WriteMatrix(stdout, M3); - set_free(linrows); - - dd_FreeMatrix(M); - dd_FreeMatrix(M3); - dd_FreeMatrix(M4); - dd_clear(val); - free(newpos1); free(newpos2); free(newpos4); - -_L99:; - /* if (err!=dd_NoError) dd_WriteErrorMessages(stderr,err); */ - return 0; -} - - -/* end of uniqtest.c */