--- snappea-3.0d3.orig/aclocal.m4 +++ snappea-3.0d3/aclocal.m4 @@ -0,0 +1,6778 @@ +# generated automatically by aclocal 1.7.9 -*- Autoconf -*- + +# Copyright (C) 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 (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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 10 + +AC_PREREQ([2.54]) + +# 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 + +# 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 + 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 +AC_REQUIRE([AM_SET_LEADING_DOT])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 +]) +]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# 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.7"]) + +# 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.7.9])]) + +# 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])]) + +# -*- Autoconf -*- +# Copyright (C) 2003 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 1 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# serial 5 -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003 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 + # 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 + : > 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/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 + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking Speeds up one-time 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"]) +]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003 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_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +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 +]) + +# 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])]) + +# Add --enable-maintainer-mode option to configure. +# From Jim Meyering + +# Copyright 1996, 1998, 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 + +AC_DEFUN([AM_MAINTAINER_MODE], +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + dnl maintainer-mode is disabled by default + AC_ARG_ENABLE(maintainer-mode, +[ --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer], + USE_MAINTAINER_MODE=$enableval, + USE_MAINTAINER_MODE=no) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST(MAINT)dnl +] +) + +AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) + +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- + +# serial 47 AC_PROG_LIBTOOL +# Debian $Rev: 203 $ + + +# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) +# ----------------------------------------------------------- +# If this macro is not defined by Autoconf, define it here. +m4_ifdef([AC_PROVIDE_IFELSE], + [], + [m4_define([AC_PROVIDE_IFELSE], + [m4_ifdef([AC_PROVIDE_$1], + [$2], [$3])])]) + + +# AC_PROG_LIBTOOL +# --------------- +AC_DEFUN([AC_PROG_LIBTOOL], +[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl +dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX +dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. + AC_PROVIDE_IFELSE([AC_PROG_CXX], + [AC_LIBTOOL_CXX], + [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX + ])]) +dnl And a similar setup for Fortran 77 support + AC_PROVIDE_IFELSE([AC_PROG_F77], + [AC_LIBTOOL_F77], + [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 +])]) + +dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. +dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run +dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. + AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], + [AC_LIBTOOL_GCJ], + [ifdef([AC_PROG_GCJ], + [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([A][M_PROG_GCJ], + [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) + ifdef([LT_AC_PROG_GCJ], + [define([LT_AC_PROG_GCJ], + defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) +])])# AC_PROG_LIBTOOL + + +# _AC_PROG_LIBTOOL +# ---------------- +AC_DEFUN([_AC_PROG_LIBTOOL], +[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl +AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl +AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl +AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl + +# Prevent multiple expansion +define([AC_PROG_LIBTOOL], []) +])# _AC_PROG_LIBTOOL + + +# AC_LIBTOOL_SETUP +# ---------------- +AC_DEFUN([AC_LIBTOOL_SETUP], +[AC_PREREQ(2.50)dnl +AC_REQUIRE([AC_ENABLE_SHARED])dnl +AC_REQUIRE([AC_ENABLE_STATIC])dnl +AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_LD])dnl +AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl +AC_REQUIRE([AC_PROG_NM])dnl + +AC_REQUIRE([AC_PROG_LN_S])dnl +AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! +AC_REQUIRE([AC_OBJEXT])dnl +AC_REQUIRE([AC_EXEEXT])dnl +dnl + +AC_LIBTOOL_SYS_MAX_CMD_LEN +AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +AC_LIBTOOL_OBJDIR + +AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +_LT_AC_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. +Xsed='sed -e s/^X//' +[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 avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +AC_CHECK_TOOL(AR, ar, false) +AC_CHECK_TOOL(RANLIB, ranlib, :) +AC_CHECK_TOOL(STRIP, strip, :) + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + AC_PATH_MAGIC + fi + ;; +esac + +AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +enable_win32_dll=yes, enable_win32_dll=no) + +AC_ARG_ENABLE([libtool-lock], + [AC_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes + +AC_ARG_WITH([pic], + [AC_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=default + +# Use C for the default configuration in the libtool script +tagname= +AC_LIBTOOL_LANG_C_CONFIG +_LT_AC_TAGCONFIG +])# AC_LIBTOOL_SETUP + + +# _LT_AC_SYS_COMPILER +# ------------------- +AC_DEFUN([_LT_AC_SYS_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_AC_SYS_COMPILER + + +# _LT_AC_SYS_LIBPATH_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. +AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], +[AC_LINK_IFELSE(AC_LANG_PROGRAM,[ +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi],[]) +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi +])# _LT_AC_SYS_LIBPATH_AIX + + +# _LT_AC_SHELL_INIT(ARG) +# ---------------------- +AC_DEFUN([_LT_AC_SHELL_INIT], +[ifdef([AC_DIVERSION_NOTICE], + [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], + [AC_DIVERT_PUSH(NOTICE)]) +$1 +AC_DIVERT_POP +])# _LT_AC_SHELL_INIT + + +# _LT_AC_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. +AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], +[_LT_AC_SHELL_INIT([ +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` + ;; +esac + +echo=${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 </dev/null && + echo_test_string="`eval $cmd`" && + (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. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" +fi + +AC_SUBST(ECHO) +])])# _LT_AC_PROG_ECHO_BACKSLASH + + +# _LT_AC_LOCK +# ----------- +AC_DEFUN([_LT_AC_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AC_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-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|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-*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-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + 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_TRY_LINK([],[],[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 + ;; +AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], +[*-*-cygwin* | *-*-mingw* | *-*-pw32*) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; + ]) +esac + +need_locks="$enable_libtool_lock" + +])# _LT_AC_LOCK + + +# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], +[AC_REQUIRE([LT_AC_PROG_SED]) +AC_CACHE_CHECK([$1], [$2], + [$2=no + ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + printf "$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}? :&$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 + if test ! -s conftest.err; then + $2=yes + fi + fi + $rm conftest* +]) + +if test x"[$]$2" = xyes; then + ifelse([$5], , :, [$5]) +else + ifelse([$6], , :, [$6]) +fi +])# AC_LIBTOOL_COMPILER_OPTION + + +# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ------------------------------------------------------------ +# Check whether the given compiler option works +AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], +[AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $3" + printf "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The compiler 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 + else + $2=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" +]) + +if test x"[$]$2" = xyes; then + ifelse([$4], , :, [$4]) +else + ifelse([$5], , :, [$5]) +fi +])# AC_LIBTOOL_LINKER_OPTION + + +# AC_LIBTOOL_SYS_MAX_CMD_LEN +# -------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], +[# 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*) + # 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; + ;; + + *) + # 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"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + 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` + ;; + 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 +])# AC_LIBTOOL_SYS_MAX_CMD_LEN + + +# _LT_AC_CHECK_DLFCN +# -------------------- +AC_DEFUN([_LT_AC_CHECK_DLFCN], +[AC_CHECK_HEADERS(dlfcn.h)dnl +])# _LT_AC_CHECK_DLFCN + + +# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ------------------------------------------------------------------ +AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +}] +EOF + if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_unknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_AC_TRY_DLOPEN_SELF + + +# AC_LIBTOOL_DLOPEN_SELF +# ------------------- +AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], +[AC_REQUIRE([_LT_AC_CHECK_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*) + 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="-dld"], + [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="-dld"]) + ]) + ]) + ]) + ]) + ]) + ;; + 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" + 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_AC_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 + LDFLAGS="$LDFLAGS $link_static_flag" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_AC_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 +])# AC_LIBTOOL_DLOPEN_SELF + + +# AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) +# --------------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler +AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$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}? :&$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 + if test ! -s out/conftest.err; then + _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . + $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 .. + rmdir conftest + $rm conftest* +]) +])# AC_LIBTOOL_PROG_CC_C_O + + +# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) +# ----------------------------------------- +# Check to see if we can do hard links to lock some files if needed +AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], +[AC_REQUIRE([_LT_AC_LOCK])dnl + +hard_links="nottested" +if test "$_LT_AC_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 +])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS + + +# AC_LIBTOOL_OBJDIR +# ----------------- +AC_DEFUN([AC_LIBTOOL_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 +])# AC_LIBTOOL_OBJDIR + + +# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) +# ---------------------------------------------- +# Check hardcoding attributes. +AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_AC_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ + test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ + test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then + + # We can hardcode non-existant directories. + if test "$_LT_AC_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_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && + test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then + # Linking always hardcodes the temporary library directory. + _LT_AC_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_AC_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_AC_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) + +if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; 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 +])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH + + +# AC_LIBTOOL_SYS_LIB_STRIP +# ------------------------ +AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], +[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" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) +fi + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +])# AC_LIBTOOL_SYS_LIB_STRIP + + +# AC_LIBTOOL_SYS_DYNAMIC_LINKER +# ----------------------------- +# PORTME Fill in your ld.so characteristics +AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], +[AC_MSG_CHECKING([dynamic linker characteristics]) +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" +if test "$GCC" = yes; then + 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 ';' >/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. + 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 +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +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' + ;; + +aix4* | aix5*) + 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*) + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + 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*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + 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' + 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*) + # 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}${versuffix}$shared_ext ${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)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + 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 + ;; + +kfreebsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + 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 + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + 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' + ;; + +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*) + 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 + # 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=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | 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' + ;; + +knetbsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU 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=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 + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=yes + 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" + ;; + +sco3.2v5*) + version_type=osf + 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 + ;; + +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.2uw2* | sysv4.3* | sysv5*) + 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 + export_dynamic_flag_spec='${wl}-Blargedynsym' + 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 + ;; + +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 +])# AC_LIBTOOL_SYS_DYNAMIC_LINKER + + +# _LT_AC_TAGCONFIG +# ---------------- +AC_DEFUN([_LT_AC_TAGCONFIG], +[AC_ARG_WITH([tags], + [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], + [include additional configurations @<:@automatic@:>@])], + [tagnames="$withval"]) + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + AC_MSG_WARN([output file `$ofile' does not exist]) + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) + else + AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) + fi + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in + "") ;; + *) AC_MSG_ERROR([invalid tag name: $tagname]) + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + AC_MSG_ERROR([tag name \"$tagname\" already exists]) + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && test "X$CXX" != "Xno"; then + AC_LIBTOOL_LANG_CXX_CONFIG + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + AC_LIBTOOL_LANG_F77_CONFIG + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + AC_LIBTOOL_LANG_GCJ_CONFIG + else + tagname="" + fi + ;; + + RC) + AC_LIBTOOL_LANG_RC_CONFIG + ;; + + *) + AC_MSG_ERROR([Unsupported tag name: $tagname]) + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + AC_MSG_ERROR([unable to update list of available tagged configurations.]) + fi +fi +])# _LT_AC_TAGCONFIG + + +# AC_LIBTOOL_DLOPEN +# ----------------- +# enable checks for dlopen support +AC_DEFUN([AC_LIBTOOL_DLOPEN], + [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_DLOPEN + + +# AC_LIBTOOL_WIN32_DLL +# -------------------- +# declare package support for building win32 dll's +AC_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) +])# AC_LIBTOOL_WIN32_DLL + + +# AC_ENABLE_SHARED([DEFAULT]) +# --------------------------- +# implement the --enable-shared flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_SHARED], +[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([shared], + [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]AC_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=]AC_ENABLE_SHARED_DEFAULT) +])# AC_ENABLE_SHARED + + +# AC_DISABLE_SHARED +# ----------------- +#- set the default shared flag to --disable-shared +AC_DEFUN([AC_DISABLE_SHARED], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_SHARED(no) +])# AC_DISABLE_SHARED + + +# AC_ENABLE_STATIC([DEFAULT]) +# --------------------------- +# implement the --enable-static flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_STATIC], +[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([static], + [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]AC_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=]AC_ENABLE_STATIC_DEFAULT) +])# AC_ENABLE_STATIC + + +# AC_DISABLE_STATIC +# ----------------- +# set the default static flag to --disable-static +AC_DEFUN([AC_DISABLE_STATIC], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_STATIC(no) +])# AC_DISABLE_STATIC + + +# AC_ENABLE_FAST_INSTALL([DEFAULT]) +# --------------------------------- +# implement the --enable-fast-install flag +# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +AC_DEFUN([AC_ENABLE_FAST_INSTALL], +[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl +AC_ARG_ENABLE([fast-install], + [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]AC_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=]AC_ENABLE_FAST_INSTALL_DEFAULT) +])# AC_ENABLE_FAST_INSTALL + + +# AC_DISABLE_FAST_INSTALL +# ----------------------- +# set the default to --disable-fast-install +AC_DEFUN([AC_DISABLE_FAST_INSTALL], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +AC_ENABLE_FAST_INSTALL(no) +])# AC_DISABLE_FAST_INSTALL + + +# AC_LIBTOOL_PICMODE([MODE]) +# -------------------------- +# implement the --with-pic flag +# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +AC_DEFUN([AC_LIBTOOL_PICMODE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl +pic_mode=ifelse($#,1,$1,default) +])# AC_LIBTOOL_PICMODE + + +# AC_PROG_EGREP +# ------------- +# This is predefined starting with Autoconf 2.54, so this conditional +# definition can be removed once we require Autoconf 2.54 or later. +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], +[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], + [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi]) + EGREP=$ac_cv_prog_egrep + AC_SUBST([EGREP]) +])]) + + +# AC_PATH_TOOL_PREFIX +# ------------------- +# find a file program which can recognise shared library +AC_DEFUN([AC_PATH_TOOL_PREFIX], +[AC_REQUIRE([AC_PROG_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="ifelse([$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 <&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 + +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 +])# AC_PATH_TOOL_PREFIX + + +# AC_PATH_MAGIC +# ------------- +# find a file program which can recognise a shared library +AC_DEFUN([AC_PATH_MAGIC], +[AC_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 + AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# AC_PATH_MAGIC + + +# AC_PROG_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([AC_PROG_LD], +[AC_ARG_WITH([gnu-ld], + [AC_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]) +AC_REQUIRE([LT_AC_PROG_SED])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])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 GNU ld's 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; 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)/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 + ;; + +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*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | knetbsd*-gnu) + 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=unknown + ;; + +openbsd*) + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' + else + lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +sco3.2v5*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + 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 + ;; + esac + ;; + +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) + 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 +])# AC_DEPLIBS_CHECK_METHOD + + +# AC_PROG_NM +# ---------- +# find the pathname to a BSD-compatible name lister +AC_DEFUN([AC_PROG_NM], +[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}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" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi]) +NM="$lt_cv_path_NM" +])# AC_PROG_NM + + +# AC_CHECK_LIBM +# ------------- +# check for math library +AC_DEFUN([AC_CHECK_LIBM], +[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_CHECK_LIBM + + +# AC_LIBLTDL_CONVENIENCE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl convenience library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-convenience to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided, it is assumed to be `libltdl'. LIBLTDL will +# be prefixed with '${top_builddir}/' and LTDLINCL will be prefixed with +# '${top_srcdir}/' (note the single quotes!). If your package is not +# flat and you're not using automake, define top_builddir and +# top_srcdir appropriately in the Makefiles. +AC_DEFUN([AC_LIBLTDL_CONVENIENCE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + case $enable_ltdl_convenience in + no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; + "") enable_ltdl_convenience=yes + ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; + esac + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_CONVENIENCE + + +# AC_LIBLTDL_INSTALLABLE([DIRECTORY]) +# ----------------------------------- +# sets LIBLTDL to the link flags for the libltdl installable library and +# LTDLINCL to the include flags for the libltdl header and adds +# --enable-ltdl-install to the configure arguments. Note that LIBLTDL +# and LTDLINCL are not AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If +# DIRECTORY is not provided and an installed libltdl is not found, it is +# assumed to be `libltdl'. LIBLTDL will be prefixed with '${top_builddir}/' +# and LTDLINCL will be prefixed with '${top_srcdir}/' (note the single +# quotes!). If your package is not flat and you're not using automake, +# define top_builddir and top_srcdir appropriately in the Makefiles. +# In the future, this macro may have to be called after AC_PROG_LIBTOOL. +AC_DEFUN([AC_LIBLTDL_INSTALLABLE], +[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl + AC_CHECK_LIB(ltdl, lt_dlinit, + [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], + [if test x"$enable_ltdl_install" = xno; then + AC_MSG_WARN([libltdl not installed, but installation disabled]) + else + enable_ltdl_install=yes + fi + ]) + if test x"$enable_ltdl_install" = x"yes"; then + ac_configure_args="$ac_configure_args --enable-ltdl-install" + LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la + LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) + else + ac_configure_args="$ac_configure_args --enable-ltdl-install=no" + LIBLTDL="-lltdl" + LTDLINCL= + fi + # For backwards non-gettext consistent compatibility... + INCLTDL="$LTDLINCL" +])# AC_LIBLTDL_INSTALLABLE + + +# AC_LIBTOOL_CXX +# -------------- +# enable support for C++ libraries +AC_DEFUN([AC_LIBTOOL_CXX], +[AC_REQUIRE([_LT_AC_LANG_CXX]) +])# AC_LIBTOOL_CXX + + +# _LT_AC_LANG_CXX +# --------------- +AC_DEFUN([_LT_AC_LANG_CXX], +[AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) +])# _LT_AC_LANG_CXX + + +# AC_LIBTOOL_F77 +# -------------- +# enable support for Fortran 77 libraries +AC_DEFUN([AC_LIBTOOL_F77], +[AC_REQUIRE([_LT_AC_LANG_F77]) +])# AC_LIBTOOL_F77 + + +# _LT_AC_LANG_F77 +# --------------- +AC_DEFUN([_LT_AC_LANG_F77], +[AC_REQUIRE([AC_PROG_F77]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) +])# _LT_AC_LANG_F77 + + +# AC_LIBTOOL_GCJ +# -------------- +# enable support for GCJ libraries +AC_DEFUN([AC_LIBTOOL_GCJ], +[AC_REQUIRE([_LT_AC_LANG_GCJ]) +])# AC_LIBTOOL_GCJ + + +# _LT_AC_LANG_GCJ +# --------------- +AC_DEFUN([_LT_AC_LANG_GCJ], +[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], + [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], + [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], + [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], + [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) +])# _LT_AC_LANG_GCJ + + +# AC_LIBTOOL_RC +# -------------- +# enable support for Windows resource files +AC_DEFUN([AC_LIBTOOL_RC], +[AC_REQUIRE([LT_AC_PROG_RC]) +_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) +])# AC_LIBTOOL_RC + + +# AC_LIBTOOL_LANG_C_CONFIG +# ------------------------ +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) +AC_DEFUN([_LT_AC_LANG_C_CONFIG], +[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_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}\n' + +_LT_AC_SYS_COMPILER + +# +# Check for any special shared library compilation flags. +# +_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= +if test "$GCC" = no; then + case $host_os in + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' + ;; + esac +fi +if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then + AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) + if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : + else + AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) + _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no + fi +fi + + +# +# Check to make sure the static flag actually works. +# +AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), + $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), + [], + [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) + + +AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +# Report which librarie types wil 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 + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + darwin* | rhapsody*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + output_verbose_link_cmd='echo' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' + _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=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]) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC="$lt_save_CC" +])# AC_LIBTOOL_LANG_C_CONFIG + + +# AC_LIBTOOL_LANG_CXX_CONFIG +# -------------------------- +# Ensure that the configuration vars for the C compiler are +# suitably defined. Those variables are subsequently used by +# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. +AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) +AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], +[AC_LANG_PUSH(C++) +AC_REQUIRE([AC_PROG_CXX]) +AC_REQUIRE([AC_PROG_CXXCPP]) + +_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_AC_TAGVAR(allow_undefined_flag, $1)= +_LT_AC_TAGVAR(always_export_symbols, $1)=no +_LT_AC_TAGVAR(archive_expsym_cmds, $1)= +_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_direct, $1)=no +_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= +_LT_AC_TAGVAR(hardcode_libdir_separator, $1)= +_LT_AC_TAGVAR(hardcode_minus_L, $1)=no +_LT_AC_TAGVAR(hardcode_automatic, $1)=no +_LT_AC_TAGVAR(module_cmds, $1)= +_LT_AC_TAGVAR(module_expsym_cmds, $1)= +_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown +_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_AC_TAGVAR(no_undefined_flag, $1)= +_LT_AC_TAGVAR(whole_archive_flag_spec, $1)= +_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + +# Dependencies to place before and after the object being linked: +_LT_AC_TAGVAR(predep_objects, $1)= +_LT_AC_TAGVAR(postdep_objects, $1)= +_LT_AC_TAGVAR(predeps, $1)= +_LT_AC_TAGVAR(postdeps, $1)= +_LT_AC_TAGVAR(compiler_lib_search_path, $1)= + +# Source file extension for C++ test sources. +ac_ext=cc + +# Object file extension for compiled C++ test sources. +objext=o +_LT_AC_TAGVAR(objext, $1)=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_AC_SYS_COMPILER + +# 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 + 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 + unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +_LT_AC_TAGVAR(compiler, $1)=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' +else + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + AC_PROG_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_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_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_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_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_AC_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_AC_TAGVAR(ld_shlibs, $1)=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aix4* | aix5*) + 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]].*|aix5*) + 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_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + 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 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_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_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + 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 + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_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_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_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_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_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}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -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' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + dgux*) + case $cc_basename in + ec++) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + freebsd[12]*) + # C++ shared libraries reported to be fairly broken before switch to ELF + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + freebsd-elf*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + ;; + gnu*) + ;; + hpux9*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + _LT_AC_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) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + esac + fi + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + *) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_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 $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${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_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + linux*) + 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_AC_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_AC_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 $list' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' + _LT_AC_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_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_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 $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; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + m88k*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_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::"' + ;; + osf3*) + 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_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_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 $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; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + 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_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + cxx) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + _LT_AC_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 $objdir/so_locations -o $lib~ + $rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_AC_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 $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; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_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` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + sco*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + lcc) + # Lucid + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_AC_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} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) + # The C++ compiler is used as linker so we must use $wl + # flag to pass the commands to the underlying system + # linker. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + # 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 -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + # 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_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_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_AC_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_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + fi + ;; + esac + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; +esac +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + +_LT_AC_TAGVAR(GCC, $1)="$GXX" +_LT_AC_TAGVAR(LD, $1)="$LD" + +AC_LIBTOOL_POSTDEP_PREDEP($1) +AC_LIBTOOL_PROG_COMPILER_PIC($1) +AC_LIBTOOL_PROG_CC_C_O($1) +AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) +AC_LIBTOOL_PROG_LD_SHLIBS($1) +AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) +AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) +AC_LIBTOOL_SYS_LIB_STRIP +AC_LIBTOOL_DLOPEN_SELF($1) + +AC_LIBTOOL_CONFIG($1) + +AC_LANG_POP +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +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 +])# AC_LIBTOOL_LANG_CXX_CONFIG + +# AC_LIBTOOL_POSTDEP_PREDEP([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. +AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ +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... +ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <> "$cfgfile" +ifelse([$1], [], +[#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# 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 s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG], +[# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) + +# Is the compiler the GNU C compiler? +with_gcc=$_LT_AC_TAGVAR(GCC, $1) + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_[]_LT_AC_TAGVAR(LD, $1) + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) + +# Commands used to build and install a shared archive. +archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) +archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) +module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $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. +hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) + +# 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=$_LT_AC_TAGVAR(hardcode_automatic, $1) + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" + +# Set to yes if exported symbols are required. +always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) + +# The commands to list exported symbols. +export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) + +# Symbols that must always be exported. +include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) + +ifelse([$1],[], +[# ### END LIBTOOL CONFIG], +[# ### END LIBTOOL TAG CONFIG: $tagname]) + +__EOF__ + +ifelse([$1],[], [ + case $host_os in + aix3*) + cat <<\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 +EOF + ;; + esac + + # 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" +]) +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi +])# AC_LIBTOOL_CONFIG + + +# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) +# ------------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], +[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl + +_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + +if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + + AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) +fi +])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI + + +# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE +# --------------------------------- +AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], +[AC_REQUIRE([AC_CANONICAL_HOST]) +AC_REQUIRE([AC_PROG_NM]) +AC_REQUIRE([AC_OBJEXT]) +# 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]]*\)' + +# Transform the above into a raw symbol and a C symbol. +symxfrm='\1 \2\3 \3' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \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\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' + ;; +cygwin* | mingw* | pw32*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[[ABCDEGRST]]' + fi + 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_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +irix* | nonstopux*) + symcode='[[BCDEGRST]]' + ;; +osf*) + symcode='[[BCDEGQRST]]' + ;; +solaris* | sysv5*) + symcode='[[BDRT]]' + ;; +sysv4) + symcode='[[DFNSTU]]' + ;; +esac + +# 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 + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext < $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 < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[[]] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +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_AC_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 -f 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 +]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE + + +# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) +# --------------------------------------- +AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], +[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_AC_TAGVAR(lt_prog_compiler_static, $1)= + +AC_MSG_CHECKING([for $compiler option to produce PIC]) + ifelse([$1],[CXX],[ + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_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_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + amigaos*) + # 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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | os2* | pw32*) + # 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_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + hpux*) + # 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*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68) + # Green Hills C++ Compiler + # _LT_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux*) + case $cc_basename in + KCC) + # KAI C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + icpc) + # Intel C++ + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + cxx) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | knetbsd*-gnu) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC) + # Rational C++ 2.4.1 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx) + # Digital/Compaq C++ + _LT_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + sco*) + case $cc_basename in + CC) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + *) + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx) + # Green Hills C++ Compiler + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc) + # Lucid + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + unixware*) + ;; + vxworks*) + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +], +[ + if test "$GCC" = yes; then + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_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_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + amigaos*) + # 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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # 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_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + hpux*) + # 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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + *) + _LT_AC_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_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | pw32* | os2*) + # 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_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + _LT_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + newsos6) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + ccc*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' + ;; + + solaris*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sunos4*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + uts4*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then + AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], + _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), + [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" + ;; +esac +]) + + +# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) +# ------------------------------------ +# See if the linker supports building shared libraries. +AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], +[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +ifelse([$1],[CXX],[ + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # 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_AC_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_AC_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_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + ;; + cygwin* | mingw*) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; + linux*) + _LT_AC_TAGVAR(link_all_deplibs, $1)=no + ;; + *) + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +],[ + runpath_var= + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_AC_TAGVAR(archive_cmds, $1)= + _LT_AC_TAGVAR(archive_expsym_cmds, $1)= + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= + _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown + _LT_AC_TAGVAR(hardcode_automatic, $1)=no + _LT_AC_TAGVAR(module_cmds, $1)= + _LT_AC_TAGVAR(module_expsym_cmds, $1)= + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_AC_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_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" + # 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. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # 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 + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + _LT_AC_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}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&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. + +EOF + fi + ;; + + amigaos*) + _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=no + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + _LT_AC_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}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + _LT_AC_TAGVAR(ld_shlibs, $1)=no + cat <&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. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sunos4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` 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 + if test $supports_anon_versioning = yes; then + _LT_AC_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 -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" + fi + _LT_AC_TAGVAR(link_all_deplibs, $1)=no + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_AC_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_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + + if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then + runpath_var=LD_RUN_PATH + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' + _LT_AC_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_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + _LT_AC_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_AC_TAGVAR(hardcode_minus_L, $1)=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix4* | aix5*) + 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_AC_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_AC_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]].*|aix5*) + 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_AC_TAGVAR(archive_cmds, $1)='' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + + 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 + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + else + # We have old collect2 + _LT_AC_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_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= + fi + esac + shared_flag='-shared' + 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 + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_AC_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_AC_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an empty executable. + _LT_AC_SYS_LIBPATH_AIX + _LT_AC_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_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + _LT_AC_TAGVAR(always_export_symbols, $1)=yes + # Exported symbols can be pulled into shared objects from archives + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + # This is similar to how AIX traditionally builds it's shared libraries. + _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + # see comment about different semantics on the GNU ld section + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + + bsdi4*) + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # 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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes ; then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + case "$host_os" in + rhapsody* | darwin1.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[[012]]) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' + ;; + 10.*) + _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r ${wl}-bind_at_load -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' + fi + _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_automatic, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + else + _LT_AC_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + dgux*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + freebsd1*) + _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + hpux9*) + if test "$GCC" = yes; then + _LT_AC_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_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_AC_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*|ia64*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + ia64*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + *) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_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_AC_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(link_all_deplibs, $1)=yes + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + newsos6) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + openbsd*) + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + else + case $host_os in + openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + ;; + *) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_AC_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_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + else + _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_AC_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~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: + ;; + + sco3.2v5*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_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}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_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' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; + esac + _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4) + case $host_vendor in + sni) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_AC_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_AC_TAGVAR(ld_shlibs, $1)=yes + fi + ;; + + sysv4.2uw2*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_minus_L, $1)=no + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) + _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' + if test "$GCC" = yes; then + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv5*) + _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_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' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_AC_TAGVAR(ld_shlibs, $1)=no + ;; + esac + fi +]) +AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) +test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = 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 + +# +# Do we need to explicitly link libc? +# +case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $_LT_AC_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* + printf "$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_AC_TAGVAR(lt_prog_compiler_wl, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) + _LT_AC_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) + then + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no + else + _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) + ;; + esac + fi + ;; +esac +])# AC_LIBTOOL_PROG_LD_SHLIBS + + +# _LT_AC_FILE_LTDLL_C +# ------------------- +# Be careful that the start marker always follows a newline. +AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ +# /* ltdll.c starts here */ +# #define WIN32_LEAN_AND_MEAN +# #include +# #undef WIN32_LEAN_AND_MEAN +# #include +# +# #ifndef __CYGWIN__ +# # ifdef __CYGWIN32__ +# # define __CYGWIN__ __CYGWIN32__ +# # endif +# #endif +# +# #ifdef __cplusplus +# extern "C" { +# #endif +# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); +# #ifdef __cplusplus +# } +# #endif +# +# #ifdef __CYGWIN__ +# #include +# DECLARE_CYGWIN_DLL( DllMain ); +# #endif +# HINSTANCE __hDllInstance_base; +# +# BOOL APIENTRY +# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) +# { +# __hDllInstance_base = hInst; +# return TRUE; +# } +# /* ltdll.c ends here */ +])# _LT_AC_FILE_LTDLL_C + + +# _LT_AC_TAGVAR(VARNAME, [TAGNAME]) +# --------------------------------- +AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) + + +# old names +AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) +AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) +AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) +AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) + +# This is just to silence aclocal about the macro not being used +ifelse([AC_DISABLE_FAST_INSTALL]) + +AC_DEFUN([LT_AC_PROG_GCJ], +[AC_CHECK_TOOL(GCJ, gcj, no) + test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS) +]) + +AC_DEFUN([LT_AC_PROG_RC], +[AC_CHECK_TOOL(RC, windres, no) +]) + +# 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. # +# LT_AC_PROG_SED +# -------------- +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +AC_DEFUN([LT_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 +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 && break + 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_MSG_RESULT([$SED]) +]) + --- snappea-3.0d3.orig/config.sub +++ snappea-3.0d3/config.sub @@ -0,0 +1,1760 @@ +#! /bin/sh +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. + +timestamp='2011-03-23' + +# This file is (in principle) common to ALL GNU software. +# The presence of a machine in this file suggests that SOME GNU software +# can handle that machine. It does not imply ALL GNU software can. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Please send patches to . Submit a context +# diff and a properly formatted GNU ChangeLog entry. +# +# Configuration subroutine to validate and canonicalize a configuration type. +# Supply the specified configuration type as an argument. +# If it is invalid, we print an error message on stderr and exit with code 1. +# Otherwise, we print the canonical config type on stdout and succeed. + +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD + +# This file is supposed to be the same for all GNU packages +# and recognize all the CPU types, system types and aliases +# that are meaningful with *any* GNU software. +# Each package is responsible for reporting which valid configurations +# it does not support. The user should be able to distinguish +# a failure to support a valid configuration from a meaningless +# configuration. + +# The goal of this file is to map all the various variations of a given +# machine specification into a single specification in the form: +# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM +# or in some cases, the newer four-part form: +# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM +# It is wrong to echo any other type of specification. + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; +esac + +# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). +# Here we must recognize all the valid KERNEL-OS combinations. +maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ + linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ + knetbsd*-gnu* | netbsd*-gnu* | \ + kopensolaris*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; + *) + basic_machine=`echo $1 | sed 's/-[^-]*$//'` + if [ $basic_machine != $1 ] + then os=`echo $1 | sed 's/.*-/-/'` + else os=; fi + ;; +esac + +### Let's recognize common machines as not being operating systems so +### that things like config.sub decstation-3100 work. We also +### recognize some manufacturers as not being operating systems, so we +### can provide default operating systems below. +case $os in + -sun*os*) + # Prevent following clause from handling this invalid input. + ;; + -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ + -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ + -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ + -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ + -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ + -apple | -axis | -knuth | -cray | -microblaze) + os= + basic_machine=$1 + ;; + -bluegene*) + os=-cnk + ;; + -sim | -cisco | -oki | -wec | -winbond) + os= + basic_machine=$1 + ;; + -scout) + ;; + -wrs) + os=-vxworks + basic_machine=$1 + ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; + -hiux*) + os=-hiuxwe2 + ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5) + os=-sco3.2v5 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco4) + os=-sco3.2v4 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco3.2v[4-9]*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -sco*) + os=-sco3.2v2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -udk*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -isc) + os=-isc2.2 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -clix*) + basic_machine=clipper-intergraph + ;; + -isc*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; + -lynx*) + os=-lynxos + ;; + -ptx*) + basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + ;; + -windowsnt*) + os=`echo $os | sed -e 's/windowsnt/winnt/'` + ;; + -psos*) + os=-psos + ;; + -mint | -mint[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; +esac + +# Decode aliases for certain CPU-COMPANY combinations. +case $basic_machine in + # Recognize the basic CPU types without company name. + # Some are omitted here because they have special meanings below. + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fido | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | lm32 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nios | nios2 \ + | ns16k | ns32k \ + | open8 \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle \ + | pyramid \ + | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu \ + | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ + | ubicom32 \ + | v850 | v850e \ + | we32k \ + | x86 | xc16x | xstormy16 | xtensa \ + | z8k | z80) + basic_machine=$basic_machine-unknown + ;; + c54x) + basic_machine=tic54x-unknown + ;; + c55x) + basic_machine=tic55x-unknown + ;; + c6x) + basic_machine=tic6x-unknown + ;; + m6811 | m68hc11 | m6812 | m68hc12 | picochip) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown + ;; + + strongarm | thumb | xscale) + basic_machine=arm-unknown + ;; + + 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. + i*86 | x86_64) + basic_machine=$basic_machine-pc + ;; + # Object if more than one company name word. + *-*-*) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; + # Recognize the basic CPU types with company name. + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | lm32-* \ + | m32c-* | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64octeon-* | mips64octeonel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nds32-* | nds32le-* | nds32be-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | open8-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ + | pyramid-* \ + | romp-* | rs6000-* | rx-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ + | tahoe-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ + | tron-* \ + | ubicom32-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* \ + | xstormy16-* | xtensa*-* \ + | ymp-* \ + | z8k-* | z80-*) + ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. + 386bsd) + basic_machine=i386-unknown + os=-bsd + ;; + 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) + basic_machine=m68000-att + ;; + 3b*) + basic_machine=we32k-att + ;; + a29khif) + basic_machine=a29k-amd + os=-udi + ;; + abacus) + basic_machine=abacus-unknown + ;; + adobe68k) + basic_machine=m68010-adobe + os=-scout + ;; + alliant | fx80) + basic_machine=fx80-alliant + ;; + altos | altos3068) + basic_machine=m68k-altos + ;; + am29k) + basic_machine=a29k-none + os=-bsd + ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + amdahl) + basic_machine=580-amdahl + os=-sysv + ;; + amiga | amiga-*) + basic_machine=m68k-unknown + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=-amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=-sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=-sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=-bsd + ;; + aros) + basic_machine=i386-pc + os=-aros + ;; + aux) + basic_machine=m68k-apple + os=-aux + ;; + balance) + basic_machine=ns32k-sequent + os=-dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + bluegene*) + basic_machine=powerpc-ibm + os=-cnk + ;; + 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) + basic_machine=arm-unknown + os=-cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=-bsd + ;; + convex-c2) + basic_machine=c2-convex + os=-bsd + ;; + convex-c32) + basic_machine=c32-convex + os=-bsd + ;; + convex-c34) + basic_machine=c34-convex + os=-bsd + ;; + convex-c38) + basic_machine=c38-convex + os=-bsd + ;; + cray | j90) + basic_machine=j90-cray + os=-unicos + ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16 | cr16-*) + basic_machine=cr16-unknown + os=-elf + ;; + crds | unos) + basic_machine=m68k-crds + ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; + da30 | da30-*) + basic_machine=m68k-da30 + ;; + decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) + basic_machine=mips-dec + ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; + delta | 3300 | motorola-3300 | motorola-delta \ + | 3300-motorola | delta-motorola) + basic_machine=m68k-motorola + ;; + delta88) + basic_machine=m88k-motorola + os=-sysv3 + ;; + dicos) + basic_machine=i686-pc + os=-dicos + ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; + dpx20 | dpx20-*) + basic_machine=rs6000-bull + os=-bosx + ;; + dpx2* | dpx2*-bull) + basic_machine=m68k-bull + os=-sysv3 + ;; + ebmon29k) + basic_machine=a29k-amd + os=-ebmon + ;; + elxsi) + basic_machine=elxsi-elxsi + os=-bsd + ;; + encore | umax | mmax) + basic_machine=ns32k-encore + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=-ose + ;; + fx2800) + basic_machine=i860-alliant + ;; + genix) + basic_machine=ns32k-ns + ;; + gmicro) + basic_machine=tron-gmicro + os=-sysv + ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; + h3050r* | hiux*) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=-hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=-xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=-hms + ;; + harris) + basic_machine=m88k-harris + os=-sysv3 + ;; + hp300-*) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=-bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=-hpux + ;; + hp3k9[0-9][0-9] | hp9[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k2[0-9][0-9] | hp9k31[0-9]) + basic_machine=m68000-hp + ;; + hp9k3[2-9][0-9]) + basic_machine=m68k-hp + ;; + hp9k6[0-9][0-9] | hp6[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hp9k7[0-79][0-9] | hp7[0-79][0-9]) + basic_machine=hppa1.1-hp + ;; + hp9k78[0-9] | hp78[0-9]) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) + # FIXME: really hppa2.0-hp + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][13679] | hp8[0-9][13679]) + basic_machine=hppa1.1-hp + ;; + hp9k8[0-9][0-9] | hp8[0-9][0-9]) + basic_machine=hppa1.0-hp + ;; + hppa-next) + os=-nextstep3 + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=-osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=-proelf + ;; + i370-ibm* | ibm*) + basic_machine=i370-ibm + ;; +# I'm not sure what "Sysv32" means. Should this be sysv3.2? + i*86v32) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv32 + ;; + i*86v4*) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv4 + ;; + i*86v) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-sysv + ;; + i*86sol2) + basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + os=-solaris2 + ;; + i386mach) + basic_machine=i386-mach + os=-mach + ;; + i386-vsta | vsta) + basic_machine=i386-unknown + os=-vsta + ;; + iris | iris4d) + basic_machine=mips-sgi + case $os in + -irix*) + ;; + *) + os=-irix4 + ;; + esac + ;; + isi68 | isi) + basic_machine=m68k-isi + os=-sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + m88k-omron*) + basic_machine=m88k-omron + ;; + magnum | m3230) + basic_machine=mips-mips + os=-sysv + ;; + merlin) + basic_machine=ns32k-utek + os=-sysv + ;; + microblaze) + basic_machine=microblaze-xilinx + ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; + miniframe) + basic_machine=m68000-convergent + ;; + *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) + basic_machine=m68k-atari + os=-mint + ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; + monitor) + basic_machine=m68k-rom68k + os=-coff + ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; + msdos) + basic_machine=i386-pc + os=-msdos + ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; + mvs) + basic_machine=i370-ibm + os=-mvs + ;; + ncr3000) + basic_machine=i486-ncr + os=-sysv4 + ;; + netbsd386) + basic_machine=i386-unknown + os=-netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=-linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=-newsos + ;; + news1000) + basic_machine=m68030-sony + os=-newsos + ;; + news-3600 | risc-news) + basic_machine=mips-sony + os=-newsos + ;; + necv70) + basic_machine=v70-nec + os=-sysv + ;; + next | m*-next ) + basic_machine=m68k-next + case $os in + -nextstep* ) + ;; + -ns2*) + os=-nextstep2 + ;; + *) + os=-nextstep3 + ;; + esac + ;; + nh3000) + basic_machine=m68k-harris + os=-cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=-cxux + ;; + nindy960) + basic_machine=i960-intel + os=-nindy + ;; + mon960) + basic_machine=i960-intel + os=-mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; + np1) + basic_machine=np1-gould + ;; + neo-tandem) + basic_machine=neo-tandem + ;; + nse-tandem) + basic_machine=nse-tandem + ;; + nsr-tandem) + basic_machine=nsr-tandem + ;; + op50n-* | op60c-*) + basic_machine=hppa1.1-oki + os=-proelf + ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=-ose + ;; + os68k) + basic_machine=m68k-none + os=-os68k + ;; + pa-hitachi) + basic_machine=hppa1.1-hitachi + os=-hiuxwe2 + ;; + paragon) + basic_machine=i860-intel + os=-osf + ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; + pbd) + basic_machine=sparc-tti + ;; + pbb) + basic_machine=m68k-tti + ;; + pc532 | pc532-*) + basic_machine=ns32k-pc532 + ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) + basic_machine=i586-pc + ;; + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) + basic_machine=i686-pc + ;; + pentium4) + basic_machine=i786-pc + ;; + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) + basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium4-*) + basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pn) + basic_machine=pn-gould + ;; + power) basic_machine=power-ibm + ;; + ppc | ppcbe) basic_machine=powerpc-unknown + ;; + ppc-* | ppcbe-*) + basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppcle | powerpclittle | ppc-le | powerpc-little) + basic_machine=powerpcle-unknown + ;; + ppcle-* | powerpclittle-*) + basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ps2) + basic_machine=i386-ibm + ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=-coff + ;; + rm[46]00) + basic_machine=mips-siemens + ;; + rtpc | rtpc-*) + basic_machine=romp-ibm + ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; + sa29200) + basic_machine=a29k-amd + os=-udi + ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; + sequent) + basic_machine=i386-sequent + ;; + sh) + basic_machine=sh-hitachi + os=-hms + ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) + basic_machine=sparclite-wrs + os=-vxworks + ;; + sps7) + basic_machine=m68k-bull + os=-sysv2 + ;; + spur) + basic_machine=spur-unknown + ;; + st2000) + basic_machine=m68k-tandem + ;; + stratus) + basic_machine=i860-stratus + os=-sysv4 + ;; + strongarm-* | thumb-*) + basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + sun2) + basic_machine=m68000-sun + ;; + sun2os3) + basic_machine=m68000-sun + os=-sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=-sunos4 + ;; + sun3os3) + basic_machine=m68k-sun + os=-sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=-sunos4 + ;; + sun4os3) + basic_machine=sparc-sun + os=-sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=-sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=-solaris2 + ;; + sun3 | sun3-*) + basic_machine=m68k-sun + ;; + sun4) + basic_machine=sparc-sun + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + ;; + sv1) + basic_machine=sv1-cray + os=-unicos + ;; + symmetry) + basic_machine=i386-sequent + os=-dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=-unicos + ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu + ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; + tower | tower-32) + basic_machine=m68k-ncr + ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; + udi29k) + basic_machine=a29k-amd + os=-udi + ;; + ultra3) + basic_machine=a29k-nyu + os=-sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=-none + ;; + vaxv) + basic_machine=vax-dec + os=-sysv + ;; + vms) + basic_machine=vax-dec + os=-vms + ;; + vpp*|vx|vx-*) + basic_machine=f301-fujitsu + ;; + vxworks960) + basic_machine=i960-wrs + os=-vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=-vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=-vxworks + ;; + w65*) + basic_machine=w65-wdc + os=-none + ;; + w89k-*) + basic_machine=hppa1.1-winbond + os=-proelf + ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; + xps | xps100) + basic_machine=xps100-honeywell + ;; + xscale-* | xscalee[bl]-*) + basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; + z8k-*-coff) + basic_machine=z8k-unknown + os=-sim + ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; + none) + basic_machine=none-none + os=-none + ;; + +# Here we handle the default manufacturer of certain CPU types. It is in +# some cases the only manufacturer, in others, it is the most popular. + w89k) + basic_machine=hppa1.1-winbond + ;; + op50n) + basic_machine=hppa1.1-oki + ;; + op60c) + basic_machine=hppa1.1-oki + ;; + romp) + basic_machine=romp-ibm + ;; + mmix) + basic_machine=mmix-knuth + ;; + rs6000) + basic_machine=rs6000-ibm + ;; + vax) + basic_machine=vax-dec + ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; + pdp11) + basic_machine=pdp11-dec + ;; + we32k) + basic_machine=we32k-att + ;; + sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) + basic_machine=sparc-sun + ;; + cydra) + basic_machine=cydra-cydrome + ;; + orion) + basic_machine=orion-highlevel + ;; + orion105) + basic_machine=clipper-highlevel + ;; + mac | mpw | mac-mpw) + basic_machine=m68k-apple + ;; + pmac | pmac-mpw) + basic_machine=powerpc-apple + ;; + *-unknown) + # Make sure to match an already-canonicalized machine name. + ;; + *) + echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + exit 1 + ;; +esac + +# Here we canonicalize certain aliases for manufacturers. +case $basic_machine in + *-digital*) + basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + ;; + *-commodore*) + basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + ;; + *) + ;; +esac + +# Decode manufacturer-specific aliases for certain operating systems. + +if [ x"$os" != x"" ] +then +case $os in + # First match some system type aliases + # that might get confused with valid system types. + # -solaris* is a basic system type, with this one exception. + -auroraux) + os=-auroraux + ;; + -solaris1 | -solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` + ;; + -solaris) + os=-solaris2 + ;; + -svr4*) + os=-sysv4 + ;; + -unixware*) + os=-sysv4.2uw + ;; + -gnu/linux*) + os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` + ;; + # First accept the basic system types. + # The portable systems comes first. + # Each alternative MUST END IN A *, to match a version number. + # -sysv* is not here because it comes later, after sysvr4. + -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* \ + | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ + | -aos* | -aros* \ + | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ + | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -mingw32* | -linux-gnu* | -linux-android* \ + | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -qnx*) + case $basic_machine in + x86-* | i*86-*) + ;; + *) + os=-nto$os + ;; + esac + ;; + -nto-qnx*) + ;; + -nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` + ;; + -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + ;; + -mac*) + os=`echo $os | sed -e 's|mac|macos|'` + ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; + -linux*) + os=`echo $os | sed -e 's|linux|linux-gnu|'` + ;; + -sunos5*) + os=`echo $os | sed -e 's|sunos5|solaris2|'` + ;; + -sunos6*) + os=`echo $os | sed -e 's|sunos6|solaris3|'` + ;; + -opened*) + os=-openedition + ;; + -os400*) + os=-os400 + ;; + -wince*) + os=-wince + ;; + -osfrose*) + os=-osfrose + ;; + -osf*) + os=-osf + ;; + -utek*) + os=-bsd + ;; + -dynix*) + os=-bsd + ;; + -acis*) + os=-aos + ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; + -386bsd) + os=-bsd + ;; + -ctix* | -uts*) + os=-sysv + ;; + -nova*) + os=-rtmk-nova + ;; + -ns2 ) + os=-nextstep2 + ;; + -nsk*) + os=-nsk + ;; + # Preserve the version number of sinix5. + -sinix5.*) + os=`echo $os | sed -e 's|sinix|sysv|'` + ;; + -sinix*) + os=-sysv4 + ;; + -tpf*) + os=-tpf + ;; + -triton*) + os=-sysv3 + ;; + -oss*) + os=-sysv3 + ;; + -svr4) + os=-sysv4 + ;; + -svr3) + os=-sysv3 + ;; + -sysvr4) + os=-sysv4 + ;; + # This must come after -sysvr4. + -sysv*) + ;; + -ose*) + os=-ose + ;; + -es1800*) + os=-ose + ;; + -xenix) + os=-xenix + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; + -dicos*) + os=-dicos + ;; + -nacl*) + ;; + -none) + ;; + *) + # Get rid of the `-' at the beginning of $os. + os=`echo $os | sed 's/[^-]*-//'` + echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + exit 1 + ;; +esac +else + +# Here we handle the default operating systems that come with various machines. +# The value should be what the vendor currently ships out the door with their +# machine or put another way, the most popular os provided with the machine. + +# Note that if you're going to try to match "-MANUFACTURER" here (say, +# "-sun"), then you have to tell the case statement up towards the top +# that MANUFACTURER isn't an operating system. Otherwise, code above +# will signal an error saying that MANUFACTURER isn't an operating +# system, and we'll never get to this point. + +case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; + *-acorn) + os=-riscix1.2 + ;; + arm*-rebel) + os=-linux + ;; + arm*-semi) + os=-aout + ;; + c4x-* | tic4x-*) + os=-coff + ;; + tic54x-*) + os=-coff + ;; + tic55x-*) + os=-coff + ;; + tic6x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) + os=-none + ;; + *-dec | vax-*) + os=-ultrix4.2 + ;; + m68*-apollo) + os=-domain + ;; + i386-sun) + os=-sunos4.0.2 + ;; + m68000-sun) + os=-sunos3 + # This also exists in the configure program, but was not the + # default. + # os=-sunos4 + ;; + m68*-cisco) + os=-aout + ;; + mep-*) + os=-elf + ;; + mips*-cisco) + os=-elf + ;; + mips*-*) + os=-elf + ;; + or32-*) + os=-coff + ;; + *-tti) # must be before sparc entry or we get the wrong os. + os=-sysv3 + ;; + sparc-* | *-sun) + os=-sunos4.1.1 + ;; + *-be) + os=-beos + ;; + *-haiku) + os=-haiku + ;; + *-ibm) + os=-aix + ;; + *-knuth) + os=-mmixware + ;; + *-wec) + os=-proelf + ;; + *-winbond) + os=-proelf + ;; + *-oki) + os=-proelf + ;; + *-hp) + os=-hpux + ;; + *-hitachi) + os=-hiux + ;; + i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) + os=-sysv + ;; + *-cbm) + os=-amigaos + ;; + *-dg) + os=-dgux + ;; + *-dolphin) + os=-sysv3 + ;; + m68k-ccur) + os=-rtu + ;; + m88k-omron*) + os=-luna + ;; + *-next ) + os=-nextstep + ;; + *-sequent) + os=-ptx + ;; + *-crds) + os=-unos + ;; + *-ns) + os=-genix + ;; + i370-*) + os=-mvs + ;; + *-next) + os=-nextstep3 + ;; + *-gould) + os=-sysv + ;; + *-highlevel) + os=-bsd + ;; + *-encore) + os=-bsd + ;; + *-sgi) + os=-irix + ;; + *-siemens) + os=-sysv4 + ;; + *-masscomp) + os=-rtu + ;; + f30[01]-fujitsu | f700-fujitsu) + os=-uxpv + ;; + *-rom68k) + os=-coff + ;; + *-*bug) + os=-coff + ;; + *-apple) + os=-macos + ;; + *-atari*) + os=-mint + ;; + *) + os=-none + ;; +esac +fi + +# Here we handle the case where we know the os, and the CPU type, but not the +# manufacturer. We pick the logical manufacturer. +vendor=unknown +case $basic_machine in + *-unknown) + case $os in + -riscix*) + vendor=acorn + ;; + -sunos*) + vendor=sun + ;; + -cnk*|-aix*) + vendor=ibm + ;; + -beos*) + vendor=be + ;; + -hpux*) + vendor=hp + ;; + -mpeix*) + vendor=hp + ;; + -hiux*) + vendor=hitachi + ;; + -unos*) + vendor=crds + ;; + -dgux*) + vendor=dg + ;; + -luna*) + vendor=omron + ;; + -genix*) + vendor=ns + ;; + -mvs* | -opened*) + vendor=ibm + ;; + -os400*) + vendor=ibm + ;; + -ptx*) + vendor=sequent + ;; + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) + vendor=wrs + ;; + -aux*) + vendor=apple + ;; + -hms*) + vendor=hitachi + ;; + -mpw* | -macos*) + vendor=apple + ;; + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + vendor=atari + ;; + -vos*) + vendor=stratus + ;; + esac + basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + ;; +esac + +echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- snappea-3.0d3.orig/missing +++ snappea-3.0d3/missing @@ -0,0 +1,336 @@ +#! /bin/sh +# Common stub for a few missing GNU programs while installing. +# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +# Originally by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 +fi + +run=: + +# 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 +--run) + # Try to run requested program, and just exit if it succeeds. + run= + shift + "$@" && exit 0 + ;; +esac + +# If it does not exist, or fails to run (possibly an outdated version), +# try to emulate it. +case "$1" in + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +error status if there is no known handling for PROGRAM. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + --run try to run the given command, and emulate it if it fails + +Supported PROGRAM values: + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' + 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]" + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing 0.4 - GNU automake" + ;; + + -*) + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" + exit 1 + ;; + + aclocal*) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from + any GNU archive site." + touch aclocal.m4 + ;; + + autoconf) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU + archive site." + touch configure + ;; + + autoheader) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. 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*) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. 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) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is needed, and you do not seem to have it handy on your + system. You might have modified some files without having the + proper tools for further handling them. + You can get \`$1Help2man' as part of \`Autoconf' from any GNU + archive site." + + file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` + test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` + 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' is missing on your system. 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 [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.y) + SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.c + fi + SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" y.tab.h + fi + ;; + esac + fi + if [ ! -f y.tab.h ]; then + echo >y.tab.h + fi + if [ ! -f y.tab.c ]; then + echo 'main() { return 0; }' >y.tab.c + fi + ;; + + lex|flex) + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. 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 [ $# -ne 1 ]; then + eval LASTARG="\${$#}" + case "$LASTARG" in + *.l) + SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` + if [ -f "$SRCFILE" ]; then + cp "$SRCFILE" lex.yy.c + fi + ;; + esac + fi + if [ ! -f lex.yy.c ]; then + echo 'main() { return 0; }' >lex.yy.c + fi + ;; + + help2man) + if test -z "$run" && ($1 --version) > /dev/null 2>&1; then + # We have it, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. 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 's/.*-o \([^ ]*\).*/\1/p'` + if test -z "$file"; then + file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` + fi + if [ -f "$file" ]; then + touch $file + else + test -z "$file" || exec >$file + echo ".ab help2man is required to generate this page" + exit 1 + fi + ;; + + makeinfo) + if test -z "$run" && (makeinfo --version) > /dev/null 2>&1; then + # We have makeinfo, but it failed. + exit 1 + fi + + echo 1>&2 "\ +WARNING: \`$1' is missing on your system. 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." + file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + if test -z "$file"; then + file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` + file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` + fi + touch $file + ;; + + tar) + shift + if test -n "$run"; then + echo 1>&2 "ERROR: \`tar' requires --run" + exit 1 + fi + + # 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 you do not seem to have it handy on your + system. 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 prerequirements for installing + this package. You may also peek at any GNU archive site, in case + some other package would contain this missing \`$1' program." + exit 1 + ;; +esac + +exit 0 --- snappea-3.0d3.orig/config.guess +++ snappea-3.0d3/config.guess @@ -0,0 +1,1517 @@ +#! /bin/sh +# Attempt to guess a canonical system name. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Free Software Foundation, Inc. + +timestamp='2011-05-11' + +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + + +# Originally written by Per Bothner. Please send patches (context +# diff format) to and include a ChangeLog +# entry. +# +# This script attempts to guess a canonical system name similar to +# config.sub. If it succeeds, it prints the system name on stdout, and +# exits with 0. Otherwise, it exits with 1. +# +# You can get the latest version of this script from: +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD + +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free +Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 +fi + +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' + +# This is needed to find uname on a Pyramid OSx when run in the BSD universe. +# (ghazi@noc.rutgers.edu 1994-08-24) +if (test -f /.attbin/uname) >/dev/null 2>&1 ; then + PATH=$PATH:/.attbin ; export PATH +fi + +UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown +UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + +# Note: order is significant - the case branches are not exclusive. + +case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in + *:NetBSD:*:*) + # NetBSD (nbsd) targets should (where applicable) match one or + # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, + # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently + # switched to ELF, *-*-netbsd* would select the old + # object file format. This provides both forward + # compatibility and a consistent mechanism for selecting the + # object file format. + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ELF__ + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; + esac + # The OS release + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac + # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: + # contains redundant information, the shorter form: + # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. + echo "${machine}-${os}${release}" + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; + alpha:OSF1:*:*) + case $UNAME_RELEASE in + *4.0) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. + # A Vn.n version is a released version. + # A Tn.n version is a released field test version. + # A Xn.n version is an unreleased experimental baselevel. + # 1.2 uses "1.2" for uname -r. + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + # 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 + # of the specific Alpha model? + echo alpha-pc-interix + exit ;; + 21064:Windows_NT:50:3) + echo alpha-dec-winnt3.5 + exit ;; + Amiga*:UNIX_System_V:4.0:*) + echo m68k-unknown-sysv4 + exit ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; + *:OS/390:*:*) + echo i370-ibm-openedition + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; + arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) + echo arm-acorn-riscix${UNAME_RELEASE} + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) + echo hppa1.1-hitachi-hiuxmpp + exit ;; + Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) + # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. + if test "`(/bin/universe) 2>/dev/null`" = att ; then + echo pyramid-pyramid-sysv3 + else + echo pyramid-pyramid-bsd + fi + exit ;; + NILE*:*:*:dcosx) + echo pyramid-pyramid-svr4 + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; + s390x:SunOS:*:*) + echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4H:SunOS:5.*:*) + echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) + echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) + echo i386-pc-auroraux${UNAME_RELEASE} + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) + eval $set_cc_for_build + SUN_ARCH="i386" + # If there is a compiler, see if it is configured for 64-bit objects. + # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. + # This test works for both compilers. + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + SUN_ARCH="x86_64" + fi + fi + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:6*:*) + # According to config.sub, this is the proper way to canonicalize + # SunOS6. Hard to guess exactly what SunOS6 will be like, but + # it's likely to be more like Solaris than SunOS4. + echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + sun4*:SunOS:*:*) + case "`/usr/bin/arch -k`" in + Series*|S4*) + UNAME_RELEASE=`uname -v` + ;; + esac + # Japanese Language versions have a version number like `4.1.3-JL'. + echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + exit ;; + sun3*:SunOS:*:*) + echo m68k-sun-sunos${UNAME_RELEASE} + exit ;; + sun*:*:4.2BSD:*) + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 + case "`/bin/arch`" in + sun3) + echo m68k-sun-sunos${UNAME_RELEASE} + ;; + sun4) + echo sparc-sun-sunos${UNAME_RELEASE} + ;; + esac + exit ;; + aushp:SunOS:*:*) + echo sparc-auspex-sunos${UNAME_RELEASE} + exit ;; + # The situation for MiNT is a little confusing. The machine name + # can be virtually everything (everything which is not + # "atarist" or "atariste" at least should have a processor + # > m68000). The system name ranges from "MiNT" over "FreeMiNT" + # to the lowercase version "mint" (or "freemint"). Finally + # the system name "TOS" denotes a system which is actually not + # MiNT. But MiNT is downward compatible to TOS, so this should + # be no problem. + atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) + echo m68k-atari-mint${UNAME_RELEASE} + exit ;; + milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) + echo m68k-milan-mint${UNAME_RELEASE} + exit ;; + hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) + echo m68k-hades-mint${UNAME_RELEASE} + exit ;; + *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) + echo m68k-unknown-mint${UNAME_RELEASE} + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; + powerpc:machten:*:*) + echo powerpc-apple-machten${UNAME_RELEASE} + exit ;; + RISC*:Mach:*:*) + echo mips-dec-mach_bsd4.3 + exit ;; + RISC*:ULTRIX:*:*) + echo mips-dec-ultrix${UNAME_RELEASE} + exit ;; + VAX*:ULTRIX*:*:*) + echo vax-dec-ultrix${UNAME_RELEASE} + exit ;; + 2020:CLIX:*:* | 2430:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit ;; + mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c +#ifdef __cplusplus +#include /* for printf() prototype */ + int main (int argc, char *argv[]) { +#else + int main (argc, argv) int argc; char *argv[]; { +#endif + #if defined (host_mips) && defined (MIPSEB) + #if defined (SYSTYPE_SYSV) + printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_SVR4) + printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + #endif + #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) + printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + #endif + #endif + exit (-1); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } + echo mips-mips-riscos${UNAME_RELEASE} + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:Power_UNIX:*:*) + echo powerpc-harris-powerunix + exit ;; + m88k:CX/UX:7*:*) + echo m88k-harris-cxux7 + exit ;; + m88k:*:4*:R4*) + echo m88k-motorola-sysv4 + exit ;; + m88k:*:3*:R3*) + echo m88k-motorola-sysv3 + exit ;; + AViiON:dgux:*:*) + # DG/UX returns AViiON for all architectures + UNAME_PROCESSOR=`/usr/bin/uname -p` + if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + then + if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ + [ ${TARGET_BINARY_INTERFACE}x = x ] + then + echo m88k-dg-dgux${UNAME_RELEASE} + else + echo m88k-dg-dguxbcs${UNAME_RELEASE} + fi + else + echo i586-dg-dgux${UNAME_RELEASE} + fi + exit ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit ;; + M88*:*:R3*:*) + # Delta 88k system running SVR3 + echo m88k-motorola-sysv3 + exit ;; + XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) + echo m88k-tektronix-sysv3 + exit ;; + Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) + echo m68k-tektronix-bsd + exit ;; + *:IRIX*:*:*) + echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + exit ;; + ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) + echo i386-ibm-aix + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; + *:AIX:2:3) + if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + + main() + { + if (!__power_pc()) + exit(1); + puts("powerpc-ibm-aix3.2.5"); + exit(0); + } +EOF + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi + elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then + echo rs6000-ibm-aix3.2.4 + else + echo rs6000-ibm-aix3.2 + fi + exit ;; + *:AIX:*:[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` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${IBM_ARCH}-ibm-aix${IBM_REV} + exit ;; + *:AIX:*:*) + echo rs6000-ibm-aix + exit ;; + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + exit ;; # report: romp-ibm BSD 4.3 + *:BOSX:*:*) + echo rs6000-bull-bosx + exit ;; + DPX/2?00:B.O.S.:*:*) + echo m68k-bull-sysv3 + exit ;; + 9000/[34]??:4.3bsd:1.*:*) + echo m68k-hp-bsd + exit ;; + hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) + echo m68k-hp-bsd4.4 + exit ;; + 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + case "${UNAME_MACHINE}" in + 9000/31? ) HP_ARCH=m68000 ;; + 9000/[34]?? ) HP_ARCH=m68k ;; + 9000/[678][0-9][0-9]) + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + + #define _HPUX_SOURCE + #include + #include + + int main () + { + #if defined(_SC_KERNEL_BITS) + long bits = sysconf(_SC_KERNEL_BITS); + #endif + long cpu = sysconf (_SC_CPU_VERSION); + + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1"); break; + case CPU_PA_RISC2_0: + #if defined(_SC_KERNEL_BITS) + switch (bits) + { + case 64: puts ("hppa2.0w"); break; + case 32: puts ("hppa2.0n"); break; + default: puts ("hppa2.0"); break; + } break; + #else /* !defined(_SC_KERNEL_BITS) */ + puts ("hppa2.0"); break; + #endif + default: puts ("hppa1.0"); break; + } + exit (0); + } +EOF + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; + esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep -q __LP64__ + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi + echo ${HP_ARCH}-hp-hpux${HPUX_REV} + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; + 3050*:HI-UX:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + int + main () + { + long cpu = sysconf (_SC_CPU_VERSION); + /* The order matters, because CPU_IS_HP_MC68K erroneously returns + true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct + results, however. */ + if (CPU_IS_PA_RISC (cpu)) + { + switch (cpu) + { + case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; + case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; + case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; + default: puts ("hppa-hitachi-hiuxwe2"); break; + } + } + else if (CPU_IS_HP_MC68K (cpu)) + puts ("m68k-hitachi-hiuxwe2"); + else puts ("unknown-hitachi-hiuxwe2"); + exit (0); + } +EOF + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + echo unknown-hitachi-hiuxwe2 + exit ;; + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + echo hppa1.1-hp-bsd + exit ;; + 9000/8??:4.3bsd:*:*) + echo hppa1.0-hp-bsd + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) + echo hppa1.0-hp-mpeix + exit ;; + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + echo hppa1.1-hp-osf + exit ;; + hp8??:OSF1:*:*) + echo hppa1.0-hp-osf + exit ;; + i*86:OSF1:*:*) + if [ -x /usr/sbin/sysversion ] ; then + echo ${UNAME_MACHINE}-unknown-osf1mk + else + echo ${UNAME_MACHINE}-unknown-osf1 + fi + exit ;; + parisc*:Lites*:*:*) + echo hppa1.1-hp-lites + exit ;; + C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) + echo c1-convex-bsd + exit ;; + C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) + echo c34-convex-bsd + exit ;; + C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) + echo c38-convex-bsd + exit ;; + C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) + echo c4-convex-bsd + exit ;; + CRAY*Y-MP:*:*:*) + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*[A-Z]90:*:*:*) + echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*TS:*:*:*) + echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*T3E:*:*:*) + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + CRAY*SV1:*:*:*) + echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + exit ;; + sparc*:BSD/OS:*:*) + echo sparc-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:BSD/OS:*:*) + echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + exit ;; + *:FreeBSD:*:*) + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; + i*:CYGWIN*:*) + echo ${UNAME_MACHINE}-pc-cygwin + exit ;; + *:MINGW*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + *:Interix*:*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + authenticamd | genuineintel | EM64T) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; + 8664:Windows_NT:*) + echo x86_64-pc-mks + exit ;; + i*:Windows_NT*:* | Pentium*:Windows_NT*:*) + # How do we know it's Interix rather than the generic POSIX subsystem? + # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we + # UNAME_MACHINE based on the output of uname instead of i386? + echo i586-pc-interix + exit ;; + i*:UWIN*:*) + echo ${UNAME_MACHINE}-pc-uwin + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; + p*:CYGWIN*:*) + echo powerpcle-unknown-cygwin + exit ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit ;; + *:GNU:*:*) + # the GNU system + echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep -q ld.so.1 + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabihf + fi + fi + exit ;; + avr32*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) + LIBC=gnu + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #ifdef __dietlibc__ + LIBC=dietlibc + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef ${UNAME_MACHINE} + #undef ${UNAME_MACHINE}el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=${UNAME_MACHINE}el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=${UNAME_MACHINE} + #else + CPU= + #endif + #endif +EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-tilera-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. + echo i386-sequent-sysv4 + exit ;; + i*86:UNIX_SV:4.2MP:2.*) + # Unixware is an offshoot of SVR4, but it has its own version + # number series starting with 2... + # I am not positive that other SVR4 systems won't match this, + # I just have to hope. -- rms. + # Use sysv4.2uw... so that sysv4* matches it. + echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) + UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then + echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + else + echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + fi + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) + if test -f /usr/options/cb.name; then + UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ + && UNAME_MACHINE=i586 + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ + && UNAME_MACHINE=i686 + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ + && UNAME_MACHINE=i686 + echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + else + echo ${UNAME_MACHINE}-pc-sysv32 + fi + exit ;; + pc:*:*:*) + # Left here for compatibility: + # uname -m prints for DJGPP always 'pc', but it prints nothing about + # the processor, so we play safe by assuming i586. + # Note: whatever this is, it MUST be the same as what config.sub + # prints for the "djgpp" host, or else GDB configury will decide that + # this is a cross-build. + echo i586-pc-msdosdjgpp + exit ;; + Intel:Mach:3*:*) + echo i386-pc-mach3 + exit ;; + paragon:*:*:*) + echo i860-intel-osf1 + exit ;; + i860:*:4.*:*) # i860-SVR4 + if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then + echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + else # Add other i860-SVR4 vendors below as they are discovered. + echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + fi + exit ;; + mini*:CTIX:SYS*5:*) + # "miniframe" + echo m68010-convergent-sysv + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) + OS_REL='' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4; exit; } ;; + NCR*:*:4.2:* | MPRAS*:*:4.2:*) + OS_REL='.3' + test -r /etc/.relid \ + && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` + /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) + echo m68k-unknown-lynxos${UNAME_RELEASE} + exit ;; + mc68030:UNIX_System_V:4.*:*) + echo m68k-atari-sysv4 + exit ;; + TSUNAMI:LynxOS:2.*:*) + echo sparc-unknown-lynxos${UNAME_RELEASE} + exit ;; + rs6000:LynxOS:2.*:*) + echo rs6000-unknown-lynxos${UNAME_RELEASE} + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; + SM[BE]S:UNIX_SV:*:*) + echo mips-dde-sysv${UNAME_RELEASE} + exit ;; + RM*:ReliantUNIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + RM*:SINIX-*:*:*) + echo mips-sni-sysv4 + exit ;; + *:SINIX-*:*:*) + if uname -p 2>/dev/null >/dev/null ; then + UNAME_MACHINE=`(uname -p) 2>/dev/null` + echo ${UNAME_MACHINE}-sni-sysv4 + else + echo ns32k-sni-sysv + fi + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says + echo i586-unisys-sysv4 + exit ;; + *:UNIX_System_V:4*:FTX*) + # From Gerald Hewes . + # How about differentiating between stratus architectures? -djm + echo hppa1.1-stratus-sysv4 + exit ;; + *:*:*:FTX*) + # From seanf@swdc.stratus.com. + echo i860-stratus-sysv4 + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; + mc68*:A/UX:*:*) + echo m68k-apple-aux${UNAME_RELEASE} + exit ;; + news*:NEWS-OS:6*:*) + echo mips-sony-newsos6 + exit ;; + R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) + if [ -d /usr/nec ]; then + echo mips-nec-sysv${UNAME_RELEASE} + else + echo mips-unknown-sysv${UNAME_RELEASE} + fi + exit ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; + SX-4:SUPER-UX:*:*) + echo sx4-nec-superux${UNAME_RELEASE} + exit ;; + SX-5:SUPER-UX:*:*) + echo sx5-nec-superux${UNAME_RELEASE} + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit ;; + *:Darwin:*:*) + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + i386) + eval $set_cc_for_build + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then + if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null + then + UNAME_PROCESSOR="x86_64" + fi + fi ;; + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; + *:procnto*:*:* | *:QNX:[0123456789]*:*) + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 + UNAME_MACHINE=pc + fi + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; + *:QNX:*:4*) + echo i386-pc-qnx + exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk${UNAME_RELEASE} + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; + BS2000:POSIX*:*:*) + echo bs2000-siemens-sysv + exit ;; + DS/*:UNIX_System_V:*:*) + echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; + i*86:AROS:*:*) + echo ${UNAME_MACHINE}-pc-aros + exit ;; +esac + +#echo '(No uname command or uname output not recognized.)' 1>&2 +#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 + +eval $set_cc_for_build +cat >$dummy.c < +# include +#endif +main () +{ +#if defined (sony) +#if defined (MIPSEB) + /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, + I don't know.... */ + printf ("mips-sony-bsd\n"); exit (0); +#else +#include + printf ("m68k-sony-newsos%s\n", +#ifdef NEWSOS4 + "4" +#else + "" +#endif + ); exit (0); +#endif +#endif + +#if defined (__arm) && defined (__acorn) && defined (__unix) + printf ("arm-acorn-riscix\n"); exit (0); +#endif + +#if defined (hp300) && !defined (hpux) + printf ("m68k-hp-bsd\n"); exit (0); +#endif + +#if defined (NeXT) +#if !defined (__ARCHITECTURE__) +#define __ARCHITECTURE__ "m68k" +#endif + int version; + version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; + if (version < 4) + printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); + else + printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); + exit (0); +#endif + +#if defined (MULTIMAX) || defined (n16) +#if defined (UMAXV) + printf ("ns32k-encore-sysv\n"); exit (0); +#else +#if defined (CMU) + printf ("ns32k-encore-mach\n"); exit (0); +#else + printf ("ns32k-encore-bsd\n"); exit (0); +#endif +#endif +#endif + +#if defined (__386BSD__) + printf ("i386-pc-bsd\n"); exit (0); +#endif + +#if defined (sequent) +#if defined (i386) + printf ("i386-sequent-dynix\n"); exit (0); +#endif +#if defined (ns32000) + printf ("ns32k-sequent-dynix\n"); exit (0); +#endif +#endif + +#if defined (_SEQUENT_) + struct utsname un; + + uname(&un); + + if (strncmp(un.version, "V2", 2) == 0) { + printf ("i386-sequent-ptx2\n"); exit (0); + } + if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ + printf ("i386-sequent-ptx1\n"); exit (0); + } + printf ("i386-sequent-ptx\n"); exit (0); + +#endif + +#if defined (vax) +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif +#endif + +#if defined (alliant) && defined (i860) + printf ("i860-alliant-bsd\n"); exit (0); +#endif + + exit (1); +} +EOF + +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } + +# Apollos put the system type in the environment. + +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } + +# Convex versions that predate uname can use getsysinfo(1) + +if [ -x /usr/convex/getsysinfo ] +then + case `getsysinfo -f cpu_type` in + c1*) + echo c1-convex-bsd + exit ;; + c2*) + if getsysinfo -f scalar_acc + then echo c32-convex-bsd + else echo c2-convex-bsd + fi + exit ;; + c34*) + echo c34-convex-bsd + exit ;; + c38*) + echo c38-convex-bsd + exit ;; + c4*) + echo c4-convex-bsd + exit ;; + esac +fi + +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF + +exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- snappea-3.0d3.orig/Makefile.am +++ snappea-3.0d3/Makefile.am @@ -0,0 +1,7 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = SnapPeaKernel SnapPeaPython SnapPeaDocs + +export pkgdocdir = $(datadir)/doc/$(PACKAGE) + +EXTRA_DIST = configure.in --- snappea-3.0d3.orig/configure.in +++ snappea-3.0d3/configure.in @@ -0,0 +1,25 @@ +AC_INIT(SnapPeaKernel/headers/SnapPea.h) +AM_INIT_AUTOMAKE(snappea, 3.0d3) +AM_MAINTAINER_MODE + +AC_PROG_INSTALL +AC_PROG_CC + +AC_LIBTOOL_DLOPEN +AM_PROG_LIBTOOL + +AC_DEFINE(USE_FHS) + +AC_OUTPUT(Makefile \ + SnapPeaKernel/Makefile \ + SnapPeaKernel/code/Makefile \ + SnapPeaKernel/file_formats/Makefile \ + SnapPeaKernel/headers/Makefile \ + SnapPeaKernel/unix_kit/Makefile \ + SnapPeaKernel/unix_kit/ClosedCensusData/Makefile \ + SnapPeaKernel/unix_kit/CuspedCensusData/Makefile \ + SnapPeaPython/Makefile \ + SnapPeaPython/CuspedCensusData/Makefile \ + SnapPeaPython/installation/Makefile \ + SnapPeaDocs/Makefile \ + ) --- snappea-3.0d3.orig/configure +++ snappea-3.0d3/configure @@ -0,0 +1,20282 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.59. +# +# Copyright (C) 2003 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 Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; 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 || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# 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 + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + 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 + + ;; + 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 + { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 + { (exit 1); exit 1; }; } + fi + case $CONFIG_SHELL in + '') + 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=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done +done +;; + esac + + # 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 before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, 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 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { 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 sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' + else + as_ln_s='ln -s' + fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# 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'" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + + + +# Check that we are running under the correct shell. +SHELL=${CONFIG_SHELL-/bin/sh} + +case X$ECHO in +X*--fallback-echo) + # Remove one level of quotation (which was required for Make). + ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` + ;; +esac + +echo=${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 </dev/null && + echo_test_string="`eval $cmd`" && + (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. +ECHO=$echo +if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then + ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" +fi + + + + +tagnames=${tagnames+${tagnames},}CXX + +tagnames=${tagnames+${tagnames},}F77 + +# 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` + +exec 6>&1 + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_config_libobj_dir=. +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= +SHELL=${CONFIG_SHELL-/bin/sh} + +# Maximum number of lines to put in a shell here document. +# This variable seems obsolete. It should probably be removed, and +# only ac_max_sed_lines should be used. +: ${ac_max_here_lines=38} + +# Identity of this package. +PACKAGE_NAME= +PACKAGE_TARNAME= +PACKAGE_VERSION= +PACKAGE_STRING= +PACKAGE_BUGREPORT= + +ac_unique_file="SnapPeaKernel/headers/SnapPea.h" +# Factoring default headers for most tests. +ac_includes_default="\ +#include +#if HAVE_SYS_TYPES_H +# include +#endif +#if HAVE_SYS_STAT_H +# include +#endif +#if STDC_HEADERS +# include +# include +#else +# if HAVE_STDLIB_H +# include +# endif +#endif +#if HAVE_STRING_H +# if !STDC_HEADERS && HAVE_MEMORY_H +# include +# endif +# include +#endif +#if HAVE_STRINGS_H +# include +#endif +#if HAVE_INTTYPES_H +# include +#else +# if HAVE_STDINT_H +# include +# endif +#endif +#if HAVE_UNISTD_H +# include +#endif" + +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBOBJS LTLIBOBJS' +ac_subst_files='' + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +# 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. +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datadir='${prefix}/share' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +libdir='${exec_prefix}/lib' +includedir='${prefix}/include' +oldincludedir='/usr/include' +infodir='${prefix}/info' +mandir='${prefix}/man' + +ac_prev= +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 + + ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` + + # Accept the important Cygnus configure options, so we can diagnose typos. + + case $ac_option in + + -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 | --data | --dat | --da) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ + | --da=*) + datadir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + eval "enable_$ac_feature=no" ;; + + -enable-* | --enable-*) + ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 + { (exit 1); exit 1; }; } + ac_feature=`echo $ac_feature | sed 's/-/_/g'` + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; + *) ac_optarg=yes ;; + esac + eval "enable_$ac_feature='$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 ;; + + -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 ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst \ + | --locals | --local | --loca | --loc | --lo) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* \ + | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) + 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 ;; + + -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_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package| sed 's/-/_/g'` + case $ac_option in + *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; + *) ac_optarg=yes ;; + esac + eval "with_$ac_package='$ac_optarg'" ;; + + -without-* | --without-*) + ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && + { echo "$as_me: error: invalid package name: $ac_package" >&2 + { (exit 1); exit 1; }; } + ac_package=`echo $ac_package | sed 's/-/_/g'` + eval "with_$ac_package=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 ;; + + -*) { 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 && + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 + { (exit 1); exit 1; }; } + ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` + eval "$ac_envvar='$ac_optarg'" + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + 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'` + { echo "$as_me: error: missing argument to $ac_option" >&2 + { (exit 1); exit 1; }; } +fi + +# Be sure to have absolute paths. +for ac_var in exec_prefix prefix +do + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* | NONE | '' ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; + esac +done + +# Be sure to have absolute paths. +for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ + localstatedir libdir includedir oldincludedir infodir mandir +do + eval ac_val=$`echo $ac_var` + case $ac_val in + [\\/$]* | ?:[\\/]* ) ;; + *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { (exit 1); exit 1; }; };; + esac +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 + 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 + + +# 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 its parent. + ac_confdir=`(dirname "$0") 2>/dev/null || +$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$0" : 'X\(//\)[^/]' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$0" | + 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 + if test "$ac_srcdir_defaulted" = yes; then + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 + { (exit 1); exit 1; }; } + else + { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { (exit 1); exit 1; }; } + fi +fi +(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || + { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 + { (exit 1); exit 1; }; } +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` +ac_env_build_alias_set=${build_alias+set} +ac_env_build_alias_value=$build_alias +ac_cv_env_build_alias_set=${build_alias+set} +ac_cv_env_build_alias_value=$build_alias +ac_env_host_alias_set=${host_alias+set} +ac_env_host_alias_value=$host_alias +ac_cv_env_host_alias_set=${host_alias+set} +ac_cv_env_host_alias_value=$host_alias +ac_env_target_alias_set=${target_alias+set} +ac_env_target_alias_value=$target_alias +ac_cv_env_target_alias_set=${target_alias+set} +ac_cv_env_target_alias_value=$target_alias +ac_env_CC_set=${CC+set} +ac_env_CC_value=$CC +ac_cv_env_CC_set=${CC+set} +ac_cv_env_CC_value=$CC +ac_env_CFLAGS_set=${CFLAGS+set} +ac_env_CFLAGS_value=$CFLAGS +ac_cv_env_CFLAGS_set=${CFLAGS+set} +ac_cv_env_CFLAGS_value=$CFLAGS +ac_env_LDFLAGS_set=${LDFLAGS+set} +ac_env_LDFLAGS_value=$LDFLAGS +ac_cv_env_LDFLAGS_set=${LDFLAGS+set} +ac_cv_env_LDFLAGS_value=$LDFLAGS +ac_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_env_CPPFLAGS_value=$CPPFLAGS +ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} +ac_cv_env_CPPFLAGS_value=$CPPFLAGS +ac_env_CPP_set=${CPP+set} +ac_env_CPP_value=$CPP +ac_cv_env_CPP_set=${CPP+set} +ac_cv_env_CPP_value=$CPP +ac_env_CXX_set=${CXX+set} +ac_env_CXX_value=$CXX +ac_cv_env_CXX_set=${CXX+set} +ac_cv_env_CXX_value=$CXX +ac_env_CXXFLAGS_set=${CXXFLAGS+set} +ac_env_CXXFLAGS_value=$CXXFLAGS +ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} +ac_cv_env_CXXFLAGS_value=$CXXFLAGS +ac_env_CXXCPP_set=${CXXCPP+set} +ac_env_CXXCPP_value=$CXXCPP +ac_cv_env_CXXCPP_set=${CXXCPP+set} +ac_cv_env_CXXCPP_value=$CXXCPP +ac_env_F77_set=${F77+set} +ac_env_F77_value=$F77 +ac_cv_env_F77_set=${F77+set} +ac_cv_env_F77_value=$F77 +ac_env_FFLAGS_set=${FFLAGS+set} +ac_env_FFLAGS_value=$FFLAGS +ac_cv_env_FFLAGS_set=${FFLAGS+set} +ac_cv_env_FFLAGS_value=$FFLAGS + +# +# 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 \`..'] + +_ACEOF + + cat <<_ACEOF +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] + --datadir=DIR read-only architecture-independent data [PREFIX/share] + --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] + --infodir=DIR info documentation [PREFIX/info] + --mandir=DIR man documentation [PREFIX/man] +_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-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer + --disable-dependency-tracking Speeds up one-time builds + --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-gnu-ld assume the C compiler uses GNU ld [default=no] + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-tags[=TAGS] + include additional configurations [automatic] + +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 + CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have + headers in a nonstandard directory + CPP C preprocessor + CXX C++ compiler command + CXXFLAGS C++ compiler flags + CXXCPP C++ preprocessor + F77 Fortran 77 compiler command + FFLAGS Fortran 77 compiler flags + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +_ACEOF +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + ac_popdir=`pwd` + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d $ac_dir || continue + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + cd $ac_dir + # Check for guested configure; otherwise get Cygnus style 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 + elif test -f $ac_srcdir/configure.ac || + test -f $ac_srcdir/configure.in; then + echo + $ac_configure --help + else + echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi + cd "$ac_popdir" + done +fi + +test -n "$ac_init_help" && exit 0 +if $ac_init_version; then + cat <<\_ACEOF + +Copyright (C) 2003 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 0 +fi +exec 5>config.log +cat >&5 <<_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.59. Invocation command line was + + $ $0 $@ + +_ACEOF +{ +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` +hostinfo = `(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=. + echo "PATH: $as_dir" +done + +} >&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_sep= +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=`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_sep'$ac_arg'" + # Get rid of the leading space. + ac_sep=" " + ;; + 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: Be sure not to use single quotes in there, as some shells, +# such as our DU 5.0 friend, will then `close' the trap. +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, +{ + (set) 2>&1 | + case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in + *ac_space=\ *) + sed -n \ + "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" + ;; + *) + sed -n \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} + echo + + cat <<\_ASBOX +## ----------------- ## +## Output variables. ## +## ----------------- ## +_ASBOX + echo + for ac_var in $ac_subst_vars + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + + if test -n "$ac_subst_files"; then + cat <<\_ASBOX +## ------------- ## +## Output files. ## +## ------------- ## +_ASBOX + echo + for ac_var in $ac_subst_files + do + eval ac_val=$`echo $ac_var` + echo "$ac_var='"'"'$ac_val'"'"'" + done | sort + echo + fi + + if test -s confdefs.h; then + cat <<\_ASBOX +## ----------- ## +## confdefs.h. ## +## ----------- ## +_ASBOX + echo + sed "/^$/d" confdefs.h | sort + echo + fi + test "$ac_signal" != 0 && + echo "$as_me: caught signal $ac_signal" + echo "$as_me: exit $exit_status" + } >&5 + rm -f core *.core && + rm -rf 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 -rf conftest* confdefs.h +# AIX cpp loses on an empty file, so make sure it contains at least a newline. +echo >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 explicitly selected file to automatically selected ones. +if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" + else + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" + fi +fi +for ac_site_file in $CONFIG_SITE; do + if test -r "$ac_site_file"; then + { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +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 + { echo "$as_me:$LINENO: loading cache $cache_file" >&5 +echo "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . $cache_file;; + *) . ./$cache_file;; + esac + fi +else + { echo "$as_me:$LINENO: creating cache $cache_file" >&5 +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 `(set) 2>&1 | + sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; 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,) + { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +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 + { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 +echo "$as_me: former value: $ac_old_val" >&2;} + { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 +echo "$as_me: current value: $ac_new_val" >&2;} + ac_cache_corrupted=: + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) + ac_arg=$ac_var=`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 + { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +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.7" +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 + { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 +echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} + { (exit 1); exit 1; }; } +fi +ac_config_guess="$SHELL $ac_aux_dir/config.guess" +ac_config_sub="$SHELL $ac_aux_dir/config.sub" +ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + +# 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. +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_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. + : + 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 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done + + +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. We don't cache a + # path for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the path is relative. + INSTALL=$ac_install_sh + fi +fi +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$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' + +echo "$as_me:$LINENO: checking whether build environment is sane" >&5 +echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&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". + { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken +alias in your environment" >&5 +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 + { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! +Check your system clock" >&5 +echo "$as_me: error: newly created file is older than distributed files! +Check your system clock" >&2;} + { (exit 1); exit 1; }; } +fi +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}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 $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm conftest.sed + + +# 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= + { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 +echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} +fi + +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AWK+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + echo "$as_me:$LINENO: result: $AWK" >&5 +echo "${ECHO_T}$AWK" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$AWK" && break +done + +echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 +set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` +if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.make <<\_ACEOF +all: + @echo 'ac_maketemp="$(MAKE)"' +_ACEOF +# GNU make sometimes prints "make[1]: Entering...", which would confuse us. +eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` +if test -n "$ac_maketemp"; then + eval ac_cv_prog_make_${ac_make}_set=yes +else + eval ac_cv_prog_make_${ac_make}_set=no +fi +rm -f conftest.make +fi +if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + SET_MAKE= +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 + + # test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} + { (exit 1); exit 1; }; } +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=snappea + VERSION=3.0d3 + + +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"} + + +AMTAR=${AMTAR-"${am_missing_run}tar"} + +install_sh=${install_sh-"$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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + STRIP=$ac_ct_STRIP +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. + + + +echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 + # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then + enableval="$enable_maintainer_mode" + USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi; + echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 +echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6 + + +if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + + +# 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. +echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 +if test -z "$INSTALL"; then +if test "${ac_cv_path_install+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_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. + : + 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 + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + done + done + ;; +esac +done + + +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. We don't cache a + # path for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the path is relative. + INSTALL=$ac_install_sh + fi +fi +echo "$as_me:$LINENO: result: $INSTALL" >&5 +echo "${ECHO_T}$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' + +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + CC=$ac_ct_CC +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="cc" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + CC=$ac_ct_CC +else + CC="$ac_cv_prog_CC" +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_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" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +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 + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl + 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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + echo "$as_me:$LINENO: result: $CC" >&5 +echo "${ECHO_T}$CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +echo "${ECHO_T}$ac_ct_CC" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_CC" && break +done + + CC=$ac_ct_CC +fi + +fi + + +test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +See \`config.log' for more details." >&5 +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. +echo "$as_me:$LINENO:" \ + "checking for C compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + 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.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. +echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 +ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` +if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 + (eval $ac_link_default) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Find the output, starting from the most likely. This scheme is +# not robust to junk in `.', hence go to wildcards (a.*) only as a last +# resort. + +# Be careful to initialize this variable, since it used to be cached. +# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. +ac_cv_exeext= +# b.out is created by i960 compilers. +for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) + ;; + conftest.$ac_ext ) + # This is the source file. + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + # FIXME: I believe we export ac_cv_exeext for Libtool, + # but it would be cool to find out if it's true. Does anybody + # maintain Libtool? --akim. + export ac_cv_exeext + break;; + * ) + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +See \`config.log' for more details." >&5 +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 +echo "$as_me:$LINENO: result: $ac_file" >&5 +echo "${ECHO_T}$ac_file" >&6 + +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&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' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + 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 + { { 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 +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 +echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +rm -f a.out a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +# Check the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $cross_compiling" >&5 +echo "${ECHO_T}$cross_compiling" >&6 + +echo "$as_me:$LINENO: checking for suffix of executables" >&5 +echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + 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 | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + export ac_cv_exeext + break;; + * ) break;; + esac +done +else + { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details." >&5 +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 +echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +echo "${ECHO_T}$ac_cv_exeext" >&6 + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +echo "$as_me:$LINENO: checking for suffix of object files" >&5 +echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 +if test "${ac_cv_objext+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile +See \`config.log' for more details." >&5 +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 +echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +echo "${ECHO_T}$ac_cv_objext" >&6 +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 +if test "${ac_cv_c_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 +GCC=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +CFLAGS="-g" +echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_cc_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +echo "${ECHO_T}$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 +echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 +echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 +if test "${ac_cv_prog_cc_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_prog_cc_stdc=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 -std1 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 -std1. */ +int osf4_cc_array ['\x00' == 0 ? 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 +# Don't try gcc -ansi; that turns off useful extensions and +# breaks some systems' header files. +# AIX -qlanglvl=ansi +# Ultrix and OSF/1 -std1 +# HP-UX 10.20 and later -Ae +# HP-UX older versions -Aa -D_HPUX_SOURCE +# SVR4 -Xc -D__EXTENSIONS__ +for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cc_stdc=$ac_arg +break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext +done +rm -f conftest.$ac_ext conftest.$ac_objext +CC=$ac_save_CC + +fi + +case "x$ac_cv_prog_cc_stdc" in + x|xno) + echo "$as_me:$LINENO: result: none needed" >&5 +echo "${ECHO_T}none needed" >&6 ;; + *) + echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 +echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 + CC="$CC $ac_cv_prog_cc_stdc" ;; +esac + +# Some people use a C++ compiler to compile C. Since we use `exit', +# in C++ we need to declare it. In case someone uses the same compiler +# for both compiling C and C++ we need to have the C++ compiler decide +# the declaration of exit, since it's the most demanding environment. +cat >conftest.$ac_ext <<_ACEOF +#ifndef __cplusplus + choke me +#endif +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + for ac_declaration in \ + '' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ + 'extern "C" void exit (int);' \ + 'void exit (int);' +do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +#include +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +continue +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +done +rm -f conftest* +if test -n "$ac_declaration"; then + echo '#ifdef __cplusplus' >>confdefs.h + echo $ac_declaration >>confdefs.h + echo '#endif' >>confdefs.h +fi + +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext 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 +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. +echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 +echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&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 + + +echo "$as_me:$LINENO: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6 +rm -f confinc confmf + +# Check whether --enable-dependency-tracking or --disable-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= + +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 + : > 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/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 + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' 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 +echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "${ECHO_T}$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 + + + + + +# Check whether --enable-shared or --disable-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 or --disable-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 --enable-fast-install or --disable-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; + +# Make sure we can run config.sub. +$ac_config_sub sun4 >/dev/null 2>&1 || + { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 +echo "$as_me: error: cannot run $ac_config_sub" >&2;} + { (exit 1); exit 1; }; } + +echo "$as_me:$LINENO: checking build system type" >&5 +echo $ECHO_N "checking build system type... $ECHO_C" >&6 +if test "${ac_cv_build+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_build_alias=$build_alias +test -z "$ac_cv_build_alias" && + ac_cv_build_alias=`$ac_config_guess` +test -z "$ac_cv_build_alias" && + { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +echo "$as_me: error: cannot guess build type; you must specify one" >&2;} + { (exit 1); exit 1; }; } +ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +echo "${ECHO_T}$ac_cv_build" >&6 +build=$ac_cv_build +build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + +echo "$as_me:$LINENO: checking host system type" >&5 +echo $ECHO_N "checking host system type... $ECHO_C" >&6 +if test "${ac_cv_host+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_host_alias=$host_alias +test -z "$ac_cv_host_alias" && + ac_cv_host_alias=$ac_cv_build_alias +ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || + { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 +echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} + { (exit 1); exit 1; }; } + +fi +echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +echo "${ECHO_T}$ac_cv_host" >&6 +host=$ac_cv_host +host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` +host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` +host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` + + +echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 +echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6 +if test "${lt_cv_path_SED+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # 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 +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 && break + 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 + +fi + +echo "$as_me:$LINENO: result: $SED" >&5 +echo "${ECHO_T}$SED" >&6 + +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if echo a | (grep -E '(a|b)') >/dev/null 2>&1 + then ac_cv_prog_egrep='grep -E' + else ac_cv_prog_egrep='egrep' + fi +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 +echo "${ECHO_T}$ac_cv_prog_egrep" >&6 + EGREP=$ac_cv_prog_egrep + + + +# Check whether --with-gnu-ld or --without-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. + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&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 + echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 +else + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 GNU ld's 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 +echo "${ECHO_T}$LD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 +with_gnu_ld=$lt_cv_prog_gnu_ld + + +echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 +echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6 +if test "${lt_cv_ld_reload_flag+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_ld_reload_flag='-r' +fi +echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 +echo "${ECHO_T}$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' + +echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 +echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6 +if test "${lt_cv_path_NM+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM="$NM" +else + lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do + IFS="$lt_save_ifs" + test -z "$ac_dir" && ac_dir=. + tmp_nm="$ac_dir/${ac_tool_prefix}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" + test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm +fi +fi +echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 +echo "${ECHO_T}$lt_cv_path_NM" >&6 +NM="$lt_cv_path_NM" + +echo "$as_me:$LINENO: checking whether ln -s works" >&5 +echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 +LN_S=$as_ln_s +if test "$LN_S" = "ln -s"; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +else + echo "$as_me:$LINENO: result: no, using $LN_S" >&5 +echo "${ECHO_T}no, using $LN_S" >&6 +fi + +echo "$as_me:$LINENO: checking how to recognise dependent libraries" >&5 +echo $ECHO_N "checking how to recognise dependent libraries... $ECHO_C" >&6 +if test "${lt_cv_deplibs_check_method+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 +aix4* | aix5*) + lt_cv_deplibs_check_method=pass_all + ;; + +beos*) + lt_cv_deplibs_check_method=pass_all + ;; + +bsdi4*) + 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'. + lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' + ;; + +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all + ;; + +freebsd* | kfreebsd*-gnu) + 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)/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 + ;; + +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*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd* | knetbsd*-gnu) + 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=unknown + ;; + +openbsd*) + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' + else + lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' + fi + ;; + +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all + ;; + +sco3.2v5*) + lt_cv_deplibs_check_method=pass_all + ;; + +solaris*) + lt_cv_deplibs_check_method=pass_all + ;; + +sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + 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 + ;; + esac + ;; + +sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac + +fi +echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 +echo "${ECHO_T}$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 no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Check whether --enable-libtool-lock or --disable-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=$? + 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 3697 "configure"' > conftest.$ac_ext + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + 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-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|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=$? + 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-*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-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + ppc*-*linux*|powerpc*-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*) + 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" + echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 +echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6 +if test "${lt_cv_cc_needs_belf+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + lt_cv_cc_needs_belf=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +lt_cv_cc_needs_belf=no +fi +rm -f 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' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 +echo "${ECHO_T}$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 + ;; + +esac + +need_locks="$enable_libtool_lock" + + +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 +echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&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 + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + 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 non-existent 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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + 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 +echo "$as_me:$LINENO: result: $CPP" >&5 +echo "${ECHO_T}$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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + 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 non-existent 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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + 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 + { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +See \`config.log' for more details." >&5 +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 + + +echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 +if test "${ac_cv_header_stdc+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_header_stdc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_header_stdc=no +fi +rm -f 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 +#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)) + exit(2); + exit (0); +} +_ACEOF +rm -f conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { ac_try='./conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: program exited with status $ac_status" >&5 +echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +( exit $ac_status ) +ac_cv_header_stdc=no +fi +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +fi +fi +fi +echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +echo "${ECHO_T}$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=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + eval "$as_ac_Header=yes" +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +eval "$as_ac_Header=no" +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + + + +for ac_header in dlfcn.h +do +as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking $ac_header usability" >&5 +echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include <$ac_header> +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking $ac_header presence" >&5 +echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include <$ac_header> +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 + +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------------ ## +## Report this to the AC_PACKAGE_NAME lists. ## +## ------------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for $ac_header" >&5 +echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 +if eval "test \"\${$as_ac_Header+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + eval "$as_ac_Header=\$ac_header_preproc" +fi +echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 + +fi +if test `eval echo '${'$as_ac_Header'}'` = yes; then + cat >>confdefs.h <<_ACEOF +#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +_ACEOF + +fi + +done + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$CXX"; then + ac_cv_prog_CXX="$CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +CXX=$ac_cv_prog_CXX +if test -n "$CXX"; then + echo "$as_me:$LINENO: result: $CXX" >&5 +echo "${ECHO_T}$CXX" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$CXX" && break + done +fi +if test -z "$CXX"; then + ac_ct_CXX=$CXX + for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_CXX"; then + ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CXX="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_CXX=$ac_cv_prog_ac_ct_CXX +if test -n "$ac_ct_CXX"; then + echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 +echo "${ECHO_T}$ac_ct_CXX" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_CXX" && break +done +test -n "$ac_ct_CXX" || ac_ct_CXX="g++" + + CXX=$ac_ct_CXX +fi + + +# Provide some information about the compiler. +echo "$as_me:$LINENO:" \ + "checking for C++ compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + +echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_cxx_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 +GXX=`test $ac_compiler_gnu = yes && echo yes` +ac_test_CXXFLAGS=${CXXFLAGS+set} +ac_save_CXXFLAGS=$CXXFLAGS +CXXFLAGS="-g" +echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 +echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_cxx_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_cxx_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_cxx_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 +echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 +if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS=$ac_save_CXXFLAGS +elif test $ac_cv_prog_cxx_g = yes; then + if test "$GXX" = yes; then + CXXFLAGS="-g -O2" + else + CXXFLAGS="-g" + fi +else + if test "$GXX" = yes; then + CXXFLAGS="-O2" + else + CXXFLAGS= + fi +fi +for ac_declaration in \ + '' \ + 'extern "C" void std::exit (int) throw (); using std::exit;' \ + 'extern "C" void std::exit (int); using std::exit;' \ + 'extern "C" void exit (int) throw ();' \ + 'extern "C" void exit (int);' \ + 'void exit (int);' +do + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +#include +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + : +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +continue +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_declaration +int +main () +{ +exit (42); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + break +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +done +rm -f conftest* +if test -n "$ac_declaration"; then + echo '#ifdef __cplusplus' >>confdefs.h + echo $ac_declaration >>confdefs.h + echo '#endif' >>confdefs.h +fi + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + +depcc="$CXX" am_compiler_list= + +echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 +echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 +if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CXX_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + 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 + : > 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/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 + # (even with -Werror). So we grep stderr for any message + # that says an option was ignored. + if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + am_cv_CXX_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CXX_dependencies_compiler_type=none +fi + +fi +echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 +echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6 +CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type + + + +if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then + am__fastdepCXX_TRUE= + am__fastdepCXX_FALSE='#' +else + am__fastdepCXX_TRUE='#' + am__fastdepCXX_FALSE= +fi + + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 +echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 +if test -z "$CXXCPP"; then + if test "${ac_cv_prog_CXXCPP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # Double quotes because CXXCPP needs to be expanded + for CXXCPP in "$CXX -E" "/lib/cpp" + do + ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + 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 non-existent 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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + # Passes both tests. +ac_preproc_ok=: +break +fi +rm -f conftest.err conftest.$ac_ext + +done +# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. +rm -f conftest.err conftest.$ac_ext +if $ac_preproc_ok; then + break +fi + + done + ac_cv_prog_CXXCPP=$CXXCPP + +fi + CXXCPP=$ac_cv_prog_CXXCPP +else + ac_cv_prog_CXXCPP=$CXXCPP +fi +echo "$as_me:$LINENO: result: $CXXCPP" >&5 +echo "${ECHO_T}$CXXCPP" >&6 +ac_preproc_ok=false +for ac_cxx_preproc_warn_flag in '' yes +do + # Use a header file that comes with gcc, so configuring glibc + # with a fresh cross-compiler works. + # Prefer to if __STDC__ is defined, since + # exists even on freestanding compilers. + # On the NeXT, cc -E runs the code through the compiler's parser, + # not just through cpp. "Syntax error" is here to catch this case. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + : +else + 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 non-existent 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 { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&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 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_cxx_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag + else + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + # Broken: success on invalid input. +continue +else + 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 + { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&5 +echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check +See \`config.log' for more details." >&2;} + { (exit 1); exit 1; }; } +fi + +ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu +if test -n "$ac_tool_prefix"; then + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran + 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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$F77"; then + ac_cv_prog_F77="$F77" # 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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_F77="$ac_tool_prefix$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +F77=$ac_cv_prog_F77 +if test -n "$F77"; then + echo "$as_me:$LINENO: result: $F77" >&5 +echo "${ECHO_T}$F77" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$F77" && break + done +fi +if test -z "$F77"; then + ac_ct_F77=$F77 + for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_F77"; then + ac_cv_prog_ac_ct_F77="$ac_ct_F77" # 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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_F77="$ac_prog" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +ac_ct_F77=$ac_cv_prog_ac_ct_F77 +if test -n "$ac_ct_F77"; then + echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 +echo "${ECHO_T}$ac_ct_F77" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + test -n "$ac_ct_F77" && break +done + + F77=$ac_ct_F77 +fi + + +# Provide some information about the compiler. +echo "$as_me:5254:" \ + "checking for Fortran 77 compiler version" >&5 +ac_compiler=`set X $ac_compile; echo $2` +{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 + (eval $ac_compiler --version &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 + (eval $ac_compiler -v &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 + (eval $ac_compiler -V &5) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } +rm -f a.out + +# If we don't use `.F' as extension, the preprocessor is not run on the +# input file. (Note that this only needs to work for GNU compilers.) +ac_save_ext=$ac_ext +ac_ext=F +echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 +echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6 +if test "${ac_cv_f77_compiler_gnu+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + cat >conftest.$ac_ext <<_ACEOF + program main +#ifndef __GNUC__ + choke me +#endif + + end +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_compiler_gnu=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_compiler_gnu=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_f77_compiler_gnu=$ac_compiler_gnu + +fi +echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 +echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6 +ac_ext=$ac_save_ext +ac_test_FFLAGS=${FFLAGS+set} +ac_save_FFLAGS=$FFLAGS +FFLAGS= +echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 +echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6 +if test "${ac_cv_prog_f77_g+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + FFLAGS=-g +cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_prog_f77_g=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_prog_f77_g=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext + +fi +echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 +echo "${ECHO_T}$ac_cv_prog_f77_g" >&6 +if test "$ac_test_FFLAGS" = set; then + FFLAGS=$ac_save_FFLAGS +elif test $ac_cv_prog_f77_g = yes; then + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-g -O2" + else + FFLAGS="-g" + fi +else + if test "x$ac_cv_f77_compiler_gnu" = xyes; then + FFLAGS="-O2" + else + FFLAGS= + fi +fi + +G77=`test $ac_compiler_gnu = yes && echo yes` +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! + +# find the maximum length of command line arguments +echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 +echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6 +if test "${lt_cv_sys_max_cmd_len+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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*) + # 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; + ;; + + *) + # 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"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ + = "XX$teststring") >/dev/null 2>&1 && + new_result=`expr "X$teststring" : ".*" 2>&1` && + lt_cv_sys_max_cmd_len=$new_result && + test $i != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + 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` + ;; + esac + +fi + +if test -n $lt_cv_sys_max_cmd_len ; then + echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 +echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6 +else + echo "$as_me:$LINENO: result: none" >&5 +echo "${ECHO_T}none" >&6 +fi + + + + +# Check for command to grab the raw symbol name followed by C symbol from nm. +echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 +echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6 +if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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]*\)' + +# Transform the above into a raw symbol and a C symbol. +symxfrm='\1 \2\3 \3' + +# Transform an extracted symbol line into a proper C declaration +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \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\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + +# Define system-specific variables. +case $host_os in +aix*) + symcode='[BCDT]' + ;; +cygwin* | mingw* | pw32*) + symcode='[ABCDGISTW]' + ;; +hpux*) # Its linker distinguishes data from code symbols + if test "$host_cpu" = ia64; then + symcode='[ABCDEGRST]' + fi + 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_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" + ;; +irix* | nonstopux*) + symcode='[BCDEGRST]' + ;; +osf*) + symcode='[BCDEGQRST]' + ;; +solaris* | sysv5*) + symcode='[BDRT]' + ;; +sysv4) + symcode='[DFNSTU]' + ;; +esac + +# 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 + +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[ABCDGIRSTW]' ;; +esac + +# Try without a prefix undercore, then with it. +for ac_symprfx in "" "_"; do + + # Write the raw and C identifiers. + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" + + # Check to see that the pipe works correctly. + pipe_works=no + + rm -f conftest* + cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + 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=$? + 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 < conftest.$ac_ext +#ifdef __cplusplus +extern "C" { +#endif + +EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' + + cat <> conftest.$ac_ext +#if defined (__STDC__) && __STDC__ +# define lt_ptr_t void * +#else +# define lt_ptr_t char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr_t address; +} +lt_preloaded_symbols[] = +{ +EOF + $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext + cat <<\EOF >> conftest.$ac_ext + {0, (lt_ptr_t) 0} +}; + +#ifdef __cplusplus +} +#endif +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=$? + 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 -f 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 + echo "$as_me:$LINENO: result: failed" >&5 +echo "${ECHO_T}failed" >&6 +else + echo "$as_me:$LINENO: result: ok" >&5 +echo "${ECHO_T}ok" >&6 +fi + +echo "$as_me:$LINENO: checking for objdir" >&5 +echo $ECHO_N "checking for objdir... $ECHO_C" >&6 +if test "${lt_cv_objdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 +echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 +echo "${ECHO_T}$lt_cv_objdir" >&6 +objdir=$lt_cv_objdir + + + + + +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. +Xsed='sed -e s/^X//' +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 avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +# Constants: +rm="rm -f" + +# Global variables: +default_ofile=libtool +can_build_shared=yes + +# All known linkers require a `.a' archive for static linking (except M$VC, +# which needs '.lib'). +libext=a +ltmain="$ac_aux_dir/ltmain.sh" +ofile="$default_ofile" +with_gnu_ld="$lt_cv_prog_gnu_ld" + +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AR="${ac_tool_prefix}ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_AR="ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false" +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + AR=$ac_ct_AR +else + AR="$ac_cv_prog_AR" +fi + +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +RANLIB=$ac_cv_prog_RANLIB +if test -n "$RANLIB"; then + echo "$as_me:$LINENO: result: $RANLIB" >&5 +echo "${ECHO_T}$RANLIB" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_RANLIB="ranlib" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" +fi +fi +ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB +if test -n "$ac_ct_RANLIB"; then + echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +echo "${ECHO_T}$ac_ct_RANLIB" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + RANLIB=$ac_ct_RANLIB +else + RANLIB="$ac_cv_prog_RANLIB" +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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + echo "$as_me:$LINENO: result: $STRIP" >&5 +echo "${ECHO_T}$STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}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 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 +echo "${ECHO_T}$ac_ct_STRIP" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + STRIP=$ac_ct_STRIP +else + STRIP="$ac_cv_prog_STRIP" +fi + + +old_CC="$CC" +old_CFLAGS="$CFLAGS" + +# Set sane defaults for various variables +test -z "$AR" && AR=ar +test -z "$AR_FLAGS" && AR_FLAGS=cru +test -z "$AS" && AS=as +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$DLLTOOL" && DLLTOOL=dlltool +test -z "$LD" && LD=ld +test -z "$LN_S" && LN_S="ln -s" +test -z "$MAGIC_CMD" && MAGIC_CMD=file +test -z "$NM" && NM=nm +test -z "$SED" && SED=sed +test -z "$OBJDUMP" && OBJDUMP=objdump +test -z "$RANLIB" && RANLIB=: +test -z "$STRIP" && STRIP=: +test -z "$ac_objext" && ac_objext=o + +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= + +if test -n "$RANLIB"; then + case $host_os in + openbsd*) + old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" + ;; + *) + old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + ;; + esac + old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" +fi + +# Only perform the check for file, if the check method requires it +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 +echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 <&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 + +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 + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + echo "$as_me:$LINENO: checking for file" >&5 +echo $ECHO_N "checking for file... $ECHO_C" >&6 +if test "${lt_cv_path_MAGIC_CMD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 <&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 + +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 + echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 +echo "${ECHO_T}$MAGIC_CMD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + else + MAGIC_CMD=: + fi +fi + + fi + ;; +esac + +enable_dlopen=yes +enable_win32_dll=no + +# Check whether --enable-libtool-lock or --disable-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 + + +# Check whether --with-pic or --without-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 + +# Use C for the default configuration in the libtool script +tagname= +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;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}\n' + + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# +# Check for any special shared library compilation flags. +# +lt_prog_cc_shlib= +if test "$GCC" = no; then + case $host_os in + sco3.2v5*) + lt_prog_cc_shlib='-belf' + ;; + esac +fi +if test -n "$lt_prog_cc_shlib"; then + { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5 +echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;} + if echo "$old_CC $old_CFLAGS " | grep "[ ]$lt_prog_cc_shlib[ ]" >/dev/null; then : + else + { echo "$as_me:$LINENO: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&5 +echo "$as_me: WARNING: add \`$lt_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure" >&2;} + lt_cv_prog_cc_can_build_shared=no + fi +fi + + +# +# Check to make sure the static flag actually works. +# +echo "$as_me:$LINENO: checking if $compiler static flag $lt_prog_compiler_static works" >&5 +echo $ECHO_N "checking if $compiler static flag $lt_prog_compiler_static works... $ECHO_C" >&6 +if test "${lt_prog_compiler_static_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_static_works=no + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS $lt_prog_compiler_static" + printf "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The compiler 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 + else + lt_prog_compiler_static_works=yes + fi + fi + $rm conftest* + LDFLAGS="$save_LDFLAGS" + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_static_works" >&6 + +if test x"$lt_prog_compiler_static_works" = xyes; then + : +else + lt_prog_compiler_static= +fi + + + + +lt_prog_compiler_no_builtin_flag= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag=' -fno-builtin' + + +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6286: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:6290: \$? = $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 + if test ! -s conftest.err; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$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= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&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*) + # 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' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # 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' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + ;; + + 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 + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic=-Kconform_pic + fi + ;; + + hpux*) + # 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='-fPIC' + ;; + esac + ;; + + *) + 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* | pw32* | os2*) + # 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' + ;; + + newsos6) + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-static' + ;; + ccc*) + lt_prog_compiler_wl='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic='-Kpic' + lt_prog_compiler_static='-dn' + ;; + + solaris*) + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-KPIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl='-Qoption ld ' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + 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 + ;; + + uts4*) + lt_prog_compiler_pic='-pic' + lt_prog_compiler_static='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6519: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:6523: \$? = $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 + if test ! -s conftest.err; then + lt_prog_compiler_pic_works=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6 + +if test x"$lt_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 +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic= + ;; + *) + lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:6579: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:6583: \$? = $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 + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o=yes + fi + fi + chmod u+w . + $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 .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 +echo "${ECHO_T}$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 + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +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 + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag= + enable_shared_with_static_runtimes=no + archive_cmds= + archive_expsym_cmds= + old_archive_From_new_cmds= + old_archive_from_expsyms_cmds= + export_dynamic_flag_spec= + whole_archive_flag_spec= + thread_safe_flag_spec= + hardcode_libdir_flag_spec= + hardcode_libdir_flag_spec_ld= + hardcode_libdir_separator= + hardcode_direct=no + hardcode_minus_L=no + hardcode_shlibpath_var=unsupported + link_all_deplibs=unknown + hardcode_automatic=no + module_cmds= + module_expsym_cmds= + always_export_symbols=no + export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # 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_" + # 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. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # 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 + ;; + 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}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs=no + cat <&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. + +EOF + fi + ;; + + amigaos*) + 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 + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs=no + ;; + + 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*) + # _LT_AC_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 '\''/^[BCDGS] /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}--image-base=0x10000000 ${wl}--out-implib,$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}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd* | knetbsd*-gnu) + 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* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs=no + cat <&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. + +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 + ;; + + sunos4*) + archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct=yes + hardcode_shlibpath_var=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` 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 + if test $supports_anon_versioning = yes; 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 -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds="$tmp_archive_cmds" + fi + link_all_deplibs=no + else + ld_shlibs=no + fi + ;; + + *) + 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" = yes; then + 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 + 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 "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct=unsupported + fi + ;; + + aix4* | aix5*) + 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].*|aix5*) + 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_libdir_separator=':' + link_all_deplibs=yes + + 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 + hardcode_direct=yes + 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' + 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 + + # 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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + 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 $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${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 $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + 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' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec=' ' + archive_cmds_need_lc=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + 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 + # see comment about different semantics on the GNU ld section + ld_shlibs=no + ;; + + bsdi4*) + export_dynamic_flag_spec=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # 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 "$deplibs" | $SED -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*) + if test "$GXX" = yes ; then + archive_cmds_need_lc=no + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag='-flat_namespace -undefined suppress' + ;; + 10.*) + allow_undefined_flag='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds='$CC -r ${wl}-bind_at_load -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' + fi + module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + whole_archive_flag_spec='-all_load $convenience' + link_all_deplibs=yes + 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* | kfreebsd*-gnu) + 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* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds='$CC -shared ${wl}+h ${wl}$soname -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*|ia64*) + archive_cmds='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld='+b $libdir' + hardcode_libdir_separator=: + hardcode_direct=no + hardcode_shlibpath_var=no + ;; + ia64*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_direct=no + hardcode_shlibpath_var=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L=yes + ;; + *) + hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_separator=: + hardcode_direct=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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld='-rpath $libdir' + fi + hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator=: + link_all_deplibs=yes + ;; + + netbsd* | knetbsd*-gnu) + 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 + ;; + + openbsd*) + hardcode_direct=yes + hardcode_shlibpath_var=no + 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' + 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 + ;; + + 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 ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag=' -expect_unresolved \*' + archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + 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 ${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='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -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; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec='-rpath $libdir' + fi + hardcode_libdir_separator=: + ;; + + sco3.2v5*) + archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var=no + export_dynamic_flag_spec='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag=' -z text' + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${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}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + 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' + fi + hardcode_libdir_flag_spec='-R$libdir' + hardcode_shlibpath_var=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec='-z allextract$convenience -z defaultextract' ;; + 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.2uw2*) + archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct=yes + hardcode_minus_L=no + hardcode_shlibpath_var=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var=no + ;; + + sysv5*) + no_undefined_flag=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + 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' + hardcode_libdir_flag_spec= + hardcode_shlibpath_var=no + runpath_var='LD_RUN_PATH' + ;; + + 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 + fi + +echo "$as_me:$LINENO: result: $ld_shlibs" >&5 +echo "${ECHO_T}$ld_shlibs" >&6 +test "$ld_shlibs" = 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 + +# +# 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. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + 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 + 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=$? + 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* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 +echo "${ECHO_T}$archive_cmds_need_lc" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + 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 ';' >/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. + 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 +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +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' + ;; + +aix4* | aix5*) + 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*) + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + 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*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + 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' + 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*) + # 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}${versuffix}$shared_ext ${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)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + 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 + ;; + +kfreebsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + 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 + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + 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' + ;; + +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*) + 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 + # 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=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | 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' + ;; + +knetbsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU 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=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 + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=yes + 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" + ;; + +sco3.2v5*) + version_type=osf + 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 + ;; + +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.2uw2* | sysv4.3* | sysv5*) + 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 + export_dynamic_flag_spec='${wl}-Blargedynsym' + 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 + ;; + +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 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action= +if test -n "$hardcode_libdir_flag_spec" || \ + test -n "$runpath_var " || \ + test "X$hardcode_automatic"="Xyes" ; then + + # We can hardcode non-existant 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_AC_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 +echo "$as_me:$LINENO: result: $hardcode_action" >&5 +echo "${ECHO_T}$hardcode_action" >&6 + +if test "$hardcode_action" = relink; 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 + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +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*) + 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 + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = 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 + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +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" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$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 + + +# Report which librarie types wil actually be built +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&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 + ;; + +aix4* | aix5*) + if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then + test "$enable_shared" = yes && enable_static=no + fi + ;; + darwin* | rhapsody*) + if test "$GCC" = yes; then + archive_cmds_need_lc=no + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag='-flat_namespace -undefined suppress' + ;; + 10.*) + allow_undefined_flag='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + output_verbose_link_cmd='echo' + archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + hardcode_direct=no + hardcode_automatic=yes + hardcode_shlibpath_var=unsupported + whole_archive_flag_spec='-all_load $convenience' + link_all_deplibs=yes + else + ld_shlibs=no + fi + ;; +esac +echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6 + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # 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 + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler \ + CC \ + LD \ + lt_prog_compiler_wl \ + lt_prog_compiler_pic \ + lt_prog_compiler_static \ + lt_prog_compiler_no_builtin_flag \ + export_dynamic_flag_spec \ + thread_safe_flag_spec \ + whole_archive_flag_spec \ + enable_shared_with_static_runtimes \ + old_archive_cmds \ + old_archive_from_new_cmds \ + predep_objects \ + postdep_objects \ + predeps \ + postdeps \ + compiler_lib_search_path \ + archive_cmds \ + archive_expsym_cmds \ + postinstall_cmds \ + postuninstall_cmds \ + old_archive_from_expsyms_cmds \ + allow_undefined_flag \ + no_undefined_flag \ + export_symbols_cmds \ + hardcode_libdir_flag_spec \ + hardcode_libdir_flag_spec_ld \ + hardcode_libdir_separator \ + hardcode_automatic \ + module_cmds \ + module_expsym_cmds \ + lt_cv_prog_compiler_c_o \ + exclude_expsyms \ + include_expsyms; do + + case $var in + old_archive_cmds | \ + old_archive_from_new_cmds | \ + archive_cmds | \ + archive_expsym_cmds | \ + module_cmds | \ + module_expsym_cmds | \ + old_archive_from_expsyms_cmds | \ + export_symbols_cmds | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="${ofile}T" + trap "$rm \"$cfgfile\"; exit 1" 1 2 15 + $rm -f "$cfgfile" + { echo "$as_me:$LINENO: creating $ofile" >&5 +echo "$as_me: creating $ofile" >&6;} + + cat <<__EOF__ >> "$cfgfile" +#! $SHELL + +# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. +# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) +# NOTE: Changes made to this file will be lost: look at ltmain.sh. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. +# +# This file is part of GNU Libtool: +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# 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 s/^X//" + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi + +# The names of the tagged configurations supported by this script. +available_tags= + +# ### BEGIN LIBTOOL CONFIG + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# 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 + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler + +# Is the compiler the GNU C compiler? +with_gcc=$GCC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag + +# 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 + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# 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 and install a shared archive. +archive_cmds=$lt_archive_cmds +archive_expsym_cmds=$lt_archive_expsym_cmds +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds +module_expsym_cmds=$lt_module_expsym_cmds + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# 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 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 + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$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 + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_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 + +# ### END LIBTOOL CONFIG + +__EOF__ + + + case $host_os in + aix3*) + cat <<\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 +EOF + ;; + esac + + # 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" + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + +# Check whether --with-tags or --without-tags was given. +if test "${with_tags+set}" = set; then + withval="$with_tags" + tagnames="$withval" +fi; + +if test -f "$ltmain" && test -n "$tagnames"; then + if test ! -f "${ofile}"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} + fi + + if test -z "$LTCC"; then + eval "`$SHELL ${ofile} --config | grep '^LTCC='`" + if test -z "$LTCC"; then + { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 +echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} + else + { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 +echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} + fi + fi + + # Extract list of available tagged configurations in $ofile. + # Note that this assumes the entire list is on one line. + available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` + + lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + for tagname in $tagnames; do + IFS="$lt_save_ifs" + # Check whether tagname contains only valid characters + case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in + "") ;; + *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 +echo "$as_me: error: invalid tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null + then + { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 +echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} + { (exit 1); exit 1; }; } + fi + + # Update the list of available tags. + if test -n "$tagname"; then + echo appending configuration tag \"$tagname\" to $ofile + + case $tagname in + CXX) + if test -n "$CXX" && test "X$CXX" != "Xno"; then + ac_ext=cc +ac_cpp='$CXXCPP $CPPFLAGS' +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu + + + + +archive_cmds_need_lc_CXX=no +allow_undefined_flag_CXX= +always_export_symbols_CXX=no +archive_expsym_cmds_CXX= +export_dynamic_flag_spec_CXX= +hardcode_direct_CXX=no +hardcode_libdir_flag_spec_CXX= +hardcode_libdir_flag_spec_ld_CXX= +hardcode_libdir_separator_CXX= +hardcode_minus_L_CXX=no +hardcode_automatic_CXX=no +module_cmds_CXX= +module_expsym_cmds_CXX= +link_all_deplibs_CXX=unknown +old_archive_cmds_CXX=$old_archive_cmds +no_undefined_flag_CXX= +whole_archive_flag_spec_CXX= +enable_shared_with_static_runtimes_CXX=no + +# Dependencies to place before and after the object being linked: +predep_objects_CXX= +postdep_objects_CXX= +predeps_CXX= +postdeps_CXX= +compiler_lib_search_path_CXX= + +# Source file extension for C++ test sources. +ac_ext=cc + +# Object file extension for compiled C++ test sources. +objext=o +objext_CXX=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='int main(int, char *) { return(0); }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# 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 + 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 + unset lt_cv_path_LD +fi +test -z "${LDCXX+set}" || LD=$LDCXX +CC=${CXX-"c++"} +compiler=$CC +compiler_CXX=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +# We don't want -fno-exception wen compiling C++ code, so set the +# no_builtin_flag separately +if test "$GXX" = yes; then + lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' +else + lt_prog_compiler_no_builtin_flag_CXX= +fi + +if test "$GXX" = yes; then + # Set up default GNU C++ configuration + + +# Check whether --with-gnu-ld or --without-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. + echo "$as_me:$LINENO: checking for ld used by $CC" >&5 +echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&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 + echo "$as_me:$LINENO: checking for GNU ld" >&5 +echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6 +else + echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6 +fi +if test "${lt_cv_path_LD+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 GNU ld's 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 +echo "${ECHO_T}$LD" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi +test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} + { (exit 1); exit 1; }; } +echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6 +if test "${lt_cv_prog_gnu_ld+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + # I'd rather use --version here, but apparently some GNU ld's only accept -v. +case `$LD -v 2>&1 &5 +echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6 +with_gnu_ld=$lt_cv_prog_gnu_ld + + + + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test "$with_gnu_ld" = yes; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='${wl}' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ + grep 'no-whole-archive' > /dev/null; then + whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_CXX= + fi + else + with_gnu_ld=no + wlarc= + + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + fi + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + +else + GXX=no + with_gnu_ld=no + wlarc= +fi + +# PORTME: fill in a description of your system's C++ link characteristics +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 +ld_shlibs_CXX=yes +case $host_os in + aix3*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aix4* | aix5*) + 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].*|aix5*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + archive_cmds_CXX='' + hardcode_direct_CXX=yes + hardcode_libdir_separator_CXX=':' + link_all_deplibs_CXX=yes + + 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 + hardcode_direct_CXX=yes + else + # We have old collect2 + hardcode_direct_CXX=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + hardcode_minus_L_CXX=yes + hardcode_libdir_flag_spec_CXX='-L$libdir' + hardcode_libdir_separator_CXX= + fi + esac + shared_flag='-shared' + 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 + + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + always_export_symbols_CXX=yes + if test "$aix_use_runtimelinking" = yes; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + allow_undefined_flag_CXX='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + + archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_CXX="-z nodefs" + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + no_undefined_flag_CXX=' ${wl}-bernotok' + allow_undefined_flag_CXX=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_CXX=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_CXX=' ' + archive_cmds_need_lc_CXX=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_CXX='-L$libdir' + allow_undefined_flag_CXX=unsupported + always_export_symbols_CXX=no + enable_shared_with_static_runtimes_CXX=yes + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs_CXX=no + fi + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes; then + archive_cmds_need_lc_CXX=no + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_CXX='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_CXX='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_CXX='-flat_namespace -undefined suppress' + ;; + 10.*) + allow_undefined_flag_CXX='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds_CXX='$CC -r ${wl}-bind_at_load -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' + fi + module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + hardcode_direct_CXX=no + hardcode_automatic_CXX=yes + hardcode_shlibpath_var_CXX=unsupported + whole_archive_flag_spec_CXX='-all_load $convenience' + link_all_deplibs_CXX=yes + else + ld_shlibs_CXX=no + fi + ;; + + dgux*) + case $cc_basename in + ec++) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + ghcx) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + freebsd12*) + # C++ shared libraries reported to be fairly broken before switch to ELF + ld_shlibs_CXX=no + ;; + freebsd-elf*) + archive_cmds_need_lc_CXX=no + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + ld_shlibs_CXX=yes + ;; + gnu*) + ;; + hpux9*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC) + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + hpux10*|hpux11*) + if test $with_gnu_ld = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_CXX='+b $libdir' + hardcode_libdir_separator_CXX=: + ;; + ia64*) + hardcode_libdir_flag_spec_CXX='-L$libdir' + ;; + *) + hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_CXX=: + export_dynamic_flag_spec_CXX='${wl}-E' + ;; + esac + fi + case "$host_cpu" in + hppa*64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + ;; + ia64*) + hardcode_direct_CXX=no + hardcode_shlibpath_var_CXX=no + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + *) + hardcode_direct_CXX=yes + hardcode_minus_L_CXX=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + aCC) + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + ;; + *) + if test "$GXX" = yes; then + if test $with_gnu_ld = no; then + case "$host_cpu" in + ia64*|hppa*64*) + archive_cmds_CXX='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' + ;; + *) + archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + irix5* | irix6*) + case $cc_basename in + CC) + # SGI C++ + archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test "$GXX" = yes; then + if test "$with_gnu_ld" = no; then + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + else + archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' + fi + fi + link_all_deplibs_CXX=yes + ;; + esac + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + ;; + linux*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc) + # Intel C++ + with_gnu_ld=yes + archive_cmds_need_lc_CXX=no + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + export_dynamic_flag_spec_CXX='${wl}--export-dynamic' + whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + ;; + cxx) + # Compaq C++ + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list' + ;; + esac + ;; + lynxos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + m88k*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + mvs*) + case $cc_basename in + cxx) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_direct_CXX=yes + hardcode_shlibpath_var_CXX=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; + osf3*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' + + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx) + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # 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 $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; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + osf4* | osf5*) + case $cc_basename in + KCC) + # Kuck and Associates, Inc. (KAI) C++ Compiler + + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' + hardcode_libdir_separator_CXX=: + + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' + ;; + RCC) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + cxx) + allow_undefined_flag_CXX=' -expect_unresolved \*' + archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib' + archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~ + $rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-rpath $libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list' + ;; + *) + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' + + hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_CXX=: + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' + + else + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + fi + ;; + esac + ;; + psos*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + sco*) + archive_cmds_need_lc_CXX=no + case $cc_basename in + CC) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + lcc) + # Lucid + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + no_undefined_flag_CXX=' -zdefs' + archive_cmds_CXX='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + hardcode_libdir_flag_spec_CXX='-R$libdir' + hardcode_shlibpath_var_CXX=no + case $host_os in + solaris2.0-5 | solaris2.0-5.*) ;; + *) + # The C++ compiler is used as linker so we must use $wl + # flag to pass the commands to the underlying system + # linker. + # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + ;; + esac + link_all_deplibs_CXX=yes + + # 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 -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[LR]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' + ;; + gcx) + # Green Hills C++ Compiler + archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + + # The C++ compiler must be used to create the archive. + old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test "$GXX" = yes && test "$with_gnu_ld" = no; then + no_undefined_flag_CXX=' ${wl}-z ${wl}defs' + if $CC --version | grep -v '^2\.7' > /dev/null; then + archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + else + # g++ 2.7 appears to require `-G' NOT `-shared' on this + # platform. + archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' + + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" + fi + + hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' + fi + ;; + esac + ;; + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + archive_cmds_need_lc_CXX=no + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + esac + ;; + vxworks*) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; + *) + # FIXME: insert proper C++ library support + ld_shlibs_CXX=no + ;; +esac +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 +test "$ld_shlibs_CXX" = no && can_build_shared=no + +GCC_CXX="$GXX" +LD_CXX="$LD" + + +cat > conftest.$ac_ext <&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. + + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no + + # The `*' in the case matches for architectures that use `case' in + # $output_verbose_cmd can trigger glob expansion during the loop + # eval without this substitution. + output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" + + for p in `eval $output_verbose_link_cmd`; do + case $p in + + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test $p = "-L" \ + || test $p = "-R"; then + prev=$p + continue + else + prev= + fi + + if test "$pre_test_object_deps_done" = no; then + case $p in + -L* | -R*) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$compiler_lib_search_path_CXX"; then + compiler_lib_search_path_CXX="${prev}${p}" + else + compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$postdeps_CXX"; then + postdeps_CXX="${prev}${p}" + else + postdeps_CXX="${postdeps_CXX} ${prev}${p}" + fi + fi + ;; + + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi + + if test "$pre_test_object_deps_done" = no; then + if test -z "$predep_objects_CXX"; then + predep_objects_CXX="$p" + else + predep_objects_CXX="$predep_objects_CXX $p" + fi + else + if test -z "$postdep_objects_CXX"; then + postdep_objects_CXX="$p" + else + postdep_objects_CXX="$postdep_objects_CXX $p" + fi + fi + ;; + + *) ;; # Ignore the rest. + + esac + done + + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling CXX test program" +fi + +$rm -f confest.$objext + +case " $postdeps_CXX " in +*" -lc "*) archive_cmds_need_lc_CXX=no ;; +esac + +lt_prog_compiler_wl_CXX= +lt_prog_compiler_pic_CXX= +lt_prog_compiler_static_CXX= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + # C++ specific cases for pic, static, wl, etc. + if test "$GXX" = yes; then + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-static' + + case $host_os in + aix*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + fi + ;; + amigaos*) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the `-m68020' flag to GCC prevents building anything better, + # like `-m68040'. + lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' + ;; + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | os2* | pw32*) + # 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_CXX='-DDLL_EXPORT' + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_CXX='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + lt_prog_compiler_pic_CXX= + ;; + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_CXX=-Kconform_pic + fi + ;; + hpux*) + # 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*) + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + ;; + *) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + esac + else + case $host_os in + aix4* | aix5*) + # All AIX code is PIC. + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_CXX='-Bstatic' + else + lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' + fi + ;; + chorus*) + case $cc_basename in + cxch68) + # Green Hills C++ Compiler + # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + dgux*) + case $cc_basename in + ec++) + lt_prog_compiler_pic_CXX='-KPIC' + ;; + ghcx) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | kfreebsd*-gnu) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + if test "$host_cpu" != ia64; then + lt_prog_compiler_pic_CXX='+Z' + fi + ;; + aCC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" + case "$host_cpu" in + hppa*64*|ia64*) + # +Z the default + ;; + *) + lt_prog_compiler_pic_CXX='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC) + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_static_CXX='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux*) + case $cc_basename in + KCC) + # KAI C++ Compiler + lt_prog_compiler_wl_CXX='--backend -Wl,' + lt_prog_compiler_pic_CXX='-fPIC' + ;; + icpc) + # Intel C++ + lt_prog_compiler_wl_CXX='-Wl,' + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-static' + ;; + cxx) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx) + lt_prog_compiler_pic_CXX='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd* | knetbsd*-gnu) + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC) + lt_prog_compiler_wl_CXX='--backend -Wl,' + ;; + RCC) + # Rational C++ 2.4.1 + lt_prog_compiler_pic_CXX='-pic' + ;; + cxx) + # Digital/Compaq C++ + lt_prog_compiler_wl_CXX='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + lt_prog_compiler_pic_CXX= + lt_prog_compiler_static_CXX='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + sco*) + case $cc_basename in + CC) + lt_prog_compiler_pic_CXX='-fPIC' + ;; + *) + ;; + esac + ;; + solaris*) + case $cc_basename in + CC) + # Sun C++ 4.2, 5.x and Centerline C++ + lt_prog_compiler_pic_CXX='-KPIC' + lt_prog_compiler_static_CXX='-Bstatic' + lt_prog_compiler_wl_CXX='-Qoption ld ' + ;; + gcx) + # Green Hills C++ Compiler + lt_prog_compiler_pic_CXX='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC) + # Sun C++ 4.x + lt_prog_compiler_pic_CXX='-pic' + lt_prog_compiler_static_CXX='-Bstatic' + ;; + lcc) + # Lucid + lt_prog_compiler_pic_CXX='-pic' + ;; + *) + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC) + # NonStop-UX NCC 3.20 + lt_prog_compiler_pic_CXX='-KPIC' + ;; + *) + ;; + esac + ;; + unixware*) + ;; + vxworks*) + ;; + *) + lt_prog_compiler_can_build_shared_CXX=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_CXX"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_CXX=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:11030: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:11034: \$? = $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 + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_CXX=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6 + +if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then + case $lt_prog_compiler_pic_CXX in + "" | " "*) ;; + *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; + esac +else + lt_prog_compiler_pic_CXX= + lt_prog_compiler_can_build_shared_CXX=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_CXX= + ;; + *) + lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_CXX=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:11090: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:11094: \$? = $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 + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_CXX=yes + fi + fi + chmod u+w . + $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 .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +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 + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + case $host_os in + aix4* | aix5*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to AIX nm, but means don't demangle with GNU nm + if $NM -V 2>&1 | grep 'GNU' > /dev/null; then + export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + else + export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + export_symbols_cmds_CXX="$ltdll_cmds" + ;; + cygwin* | mingw*) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + ;; + linux*) + link_all_deplibs_CXX=no + ;; + *) + export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac + +echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 +echo "${ECHO_T}$ld_shlibs_CXX" >&6 +test "$ld_shlibs_CXX" = 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 + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_CXX" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_CXX=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_CXX in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. + ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$lt_prog_compiler_wl_CXX + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_CXX + allow_undefined_flag_CXX= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_CXX=no + else + archive_cmds_need_lc_CXX=yes + fi + allow_undefined_flag_CXX=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + 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 ';' >/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. + 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 +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +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' + ;; + +aix4* | aix5*) + 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*) + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + 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*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + 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' + 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*) + # 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}${versuffix}$shared_ext ${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)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + 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 + ;; + +kfreebsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + 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 + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + 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' + ;; + +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*) + 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 + # 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=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | 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' + ;; + +knetbsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU 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=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 + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=yes + 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" + ;; + +sco3.2v5*) + version_type=osf + 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 + ;; + +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.2uw2* | sysv4.3* | sysv5*) + 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 + export_dynamic_flag_spec='${wl}-Blargedynsym' + 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 + ;; + +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 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_CXX= +if test -n "$hardcode_libdir_flag_spec_CXX" || \ + test -n "$runpath_var CXX" || \ + test "X$hardcode_automatic_CXX"="Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_CXX" != no && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && + test "$hardcode_minus_L_CXX" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_CXX=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_CXX=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_CXX=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 +echo "${ECHO_T}$hardcode_action_CXX" >&6 + +if test "$hardcode_action_CXX" = relink; 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 + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +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*) + 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 + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = 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 + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +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" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$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 + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # 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 + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_CXX \ + CC_CXX \ + LD_CXX \ + lt_prog_compiler_wl_CXX \ + lt_prog_compiler_pic_CXX \ + lt_prog_compiler_static_CXX \ + lt_prog_compiler_no_builtin_flag_CXX \ + export_dynamic_flag_spec_CXX \ + thread_safe_flag_spec_CXX \ + whole_archive_flag_spec_CXX \ + enable_shared_with_static_runtimes_CXX \ + old_archive_cmds_CXX \ + old_archive_from_new_cmds_CXX \ + predep_objects_CXX \ + postdep_objects_CXX \ + predeps_CXX \ + postdeps_CXX \ + compiler_lib_search_path_CXX \ + archive_cmds_CXX \ + archive_expsym_cmds_CXX \ + postinstall_cmds_CXX \ + postuninstall_cmds_CXX \ + old_archive_from_expsyms_cmds_CXX \ + allow_undefined_flag_CXX \ + no_undefined_flag_CXX \ + export_symbols_cmds_CXX \ + hardcode_libdir_flag_spec_CXX \ + hardcode_libdir_flag_spec_ld_CXX \ + hardcode_libdir_separator_CXX \ + hardcode_automatic_CXX \ + module_cmds_CXX \ + module_expsym_cmds_CXX \ + lt_cv_prog_compiler_c_o_CXX \ + exclude_expsyms_CXX \ + include_expsyms_CXX; do + + case $var in + old_archive_cmds_CXX | \ + old_archive_from_new_cmds_CXX | \ + archive_cmds_CXX | \ + archive_expsym_cmds_CXX | \ + module_cmds_CXX | \ + module_expsym_cmds_CXX | \ + old_archive_from_expsyms_cmds_CXX | \ + export_symbols_cmds_CXX | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_CXX + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_CXX + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_CXX + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_CXX + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_CXX + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_CXX +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_CXX + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_CXX +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_CXX +archive_expsym_cmds=$lt_archive_expsym_cmds_CXX +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_CXX +module_expsym_cmds=$lt_module_expsym_cmds_CXX + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_CXX + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_CXX + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_CXX + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_CXX + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_CXX + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_CXX + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_CXX + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# Flag to hardcode \$libdir into a binary during linking. +# This must work even if \$libdir does not exist. +hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX + +# If ld is used when linking, flag to hardcode \$libdir into +# a binary during linking. This must work even if \$libdir does +# not exist. +hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_CXX + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_CXX + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX + +# Set to yes if building a shared library automatically hardcodes DIR into the library +# and all subsequent libraries and executables linked against it. +hardcode_automatic=$hardcode_automatic_CXX + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_CXX + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_CXX" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_CXX + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_CXX + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_CXX + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_CXX + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC=$lt_save_CC +LDCXX=$LD +LD=$lt_save_LD +GCC=$lt_save_GCC +with_gnu_ldcxx=$with_gnu_ld +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 + + else + tagname="" + fi + ;; + + F77) + if test -n "$F77" && test "X$F77" != "Xno"; then + +ac_ext=f +ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' +ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_f77_compiler_gnu + + +archive_cmds_need_lc_F77=no +allow_undefined_flag_F77= +always_export_symbols_F77=no +archive_expsym_cmds_F77= +export_dynamic_flag_spec_F77= +hardcode_direct_F77=no +hardcode_libdir_flag_spec_F77= +hardcode_libdir_flag_spec_ld_F77= +hardcode_libdir_separator_F77= +hardcode_minus_L_F77=no +hardcode_automatic_F77=no +module_cmds_F77= +module_expsym_cmds_F77= +link_all_deplibs_F77=unknown +old_archive_cmds_F77=$old_archive_cmds +no_undefined_flag_F77= +whole_archive_flag_spec_F77= +enable_shared_with_static_runtimes_F77=no + +# Source file extension for f77 test sources. +ac_ext=f + +# Object file extension for compiled f77 test sources. +objext=o +objext_F77=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code=" subroutine t\n return\n end\n" + +# Code to be used in simple link tests +lt_simple_link_test_code=" program t\n end\n" + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${F77-"f77"} +compiler=$CC +compiler_F77=$CC +cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` + +echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 +echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6 +echo "$as_me:$LINENO: result: $can_build_shared" >&5 +echo "${ECHO_T}$can_build_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 +echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&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 + ;; +aix4* | aix5*) + test "$enable_shared" = yes && enable_static=no + ;; +esac +echo "$as_me:$LINENO: result: $enable_shared" >&5 +echo "${ECHO_T}$enable_shared" >&6 + +echo "$as_me:$LINENO: checking whether to build static libraries" >&5 +echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6 +# Make sure either enable_shared or enable_static is yes. +test "$enable_shared" = yes || enable_static=yes +echo "$as_me:$LINENO: result: $enable_static" >&5 +echo "${ECHO_T}$enable_static" >&6 + +test "$ld_shlibs_F77" = no && can_build_shared=no + +GCC_F77="$G77" +LD_F77="$LD" + +lt_prog_compiler_wl_F77= +lt_prog_compiler_pic_F77= +lt_prog_compiler_static_F77= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + if test "$GCC" = yes; then + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_static_F77='-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_F77='-Bstatic' + fi + ;; + + amigaos*) + # 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_F77='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # 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_F77='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_F77='-fno-common' + ;; + + 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_F77=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_F77=-Kconform_pic + fi + ;; + + hpux*) + # 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_F77='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_F77='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_F77='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_F77='-Bstatic' + else + lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | pw32* | os2*) + # 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_F77='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_F77='-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_F77='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_F77='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_F77='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_F77='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-static' + ;; + ccc*) + lt_prog_compiler_wl_F77='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_F77='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_F77='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic_F77='-Kpic' + lt_prog_compiler_static_F77='-dn' + ;; + + solaris*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl_F77='-Qoption ld ' + lt_prog_compiler_pic_F77='-PIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + lt_prog_compiler_wl_F77='-Wl,' + lt_prog_compiler_pic_F77='-KPIC' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_F77='-Kconform_pic' + lt_prog_compiler_static_F77='-Bstatic' + fi + ;; + + uts4*) + lt_prog_compiler_pic_F77='-pic' + lt_prog_compiler_static_F77='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_F77=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_F77"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_F77=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_F77" + # 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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:13372: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:13376: \$? = $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 + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_F77=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6 + +if test x"$lt_prog_compiler_pic_works_F77" = xyes; then + case $lt_prog_compiler_pic_F77 in + "" | " "*) ;; + *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; + esac +else + lt_prog_compiler_pic_F77= + lt_prog_compiler_can_build_shared_F77=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_F77= + ;; + *) + lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_F77=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:13432: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:13436: \$? = $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 + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_F77=yes + fi + fi + chmod u+w . + $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 .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +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 + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag_F77= + enable_shared_with_static_runtimes_F77=no + archive_cmds_F77= + archive_expsym_cmds_F77= + old_archive_From_new_cmds_F77= + old_archive_from_expsyms_cmds_F77= + export_dynamic_flag_spec_F77= + whole_archive_flag_spec_F77= + thread_safe_flag_spec_F77= + hardcode_libdir_flag_spec_F77= + hardcode_libdir_flag_spec_ld_F77= + hardcode_libdir_separator_F77= + hardcode_direct_F77=no + hardcode_minus_L_F77=no + hardcode_shlibpath_var_F77=unsupported + link_all_deplibs_F77=unknown + hardcode_automatic_F77=no + module_cmds_F77= + module_expsym_cmds_F77= + always_export_symbols_F77=no + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_F77= + # 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_F77="_GLOBAL_OFFSET_TABLE_" + # 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. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # 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 + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_F77=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_F77=no + cat <&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. + +EOF + fi + ;; + + amigaos*) + archive_cmds_F77='$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_F77='-L$libdir' + hardcode_minus_L_F77=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_F77=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_F77=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_F77='-L$libdir' + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=no + enable_shared_with_static_runtimes_F77=yes + export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_F77='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}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_F77=no + cat <&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. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + + sunos4*) + archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_F77="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` 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 + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_F77="$tmp_archive_cmds" + fi + link_all_deplibs_F77=no + else + ld_shlibs_F77=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_F77=no + fi + ;; + esac + + if test "$ld_shlibs_F77" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_F77='${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_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_F77= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_F77=unsupported + always_export_symbols_F77=yes + archive_expsym_cmds_F77='$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_F77=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_F77=unsupported + fi + ;; + + aix4* | aix5*) + 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_F77='$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_F77='$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].*|aix5*) + 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_F77='' + hardcode_direct_F77=yes + hardcode_libdir_separator_F77=':' + link_all_deplibs_F77=yes + + 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 + hardcode_direct_F77=yes + else + # We have old collect2 + hardcode_direct_F77=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_F77=yes + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_libdir_separator_F77= + fi + esac + shared_flag='-shared' + 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 + + # 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_F77=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_F77='-berok' + # Determine the default libpath from the value encoded in an empty executable. + cat >conftest.$ac_ext <<_ACEOF + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_F77="-z nodefs" + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_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 + program main + + end +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_F77='${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_F77=' ${wl}-bernotok' + allow_undefined_flag_F77=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_F77=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_F77=' ' + archive_cmds_need_lc_F77=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_F77='$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_F77='-L$libdir' + hardcode_minus_L_F77=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_F77=no + ;; + + bsdi4*) + export_dynamic_flag_spec_F77=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # 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_F77=' ' + allow_undefined_flag_F77=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_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_F77='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_F77=yes + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes ; then + archive_cmds_need_lc_F77=no + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_F77='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_F77='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_F77='-flat_namespace -undefined suppress' + ;; + 10.*) + allow_undefined_flag_F77='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds_F77='$CC -r ${wl}-bind_at_load -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' + fi + module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + hardcode_direct_F77=no + hardcode_automatic_F77=yes + hardcode_shlibpath_var_F77=unsupported + whole_archive_flag_spec_F77='-all_load $convenience' + link_all_deplibs_F77=yes + else + ld_shlibs_F77=no + fi + ;; + + dgux*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + freebsd1*) + ld_shlibs_F77=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_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_F77='$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_F77='$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_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_F77='$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*|ia64*) + archive_cmds_F77='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_F77='+b $libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + ;; + ia64*) + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_direct_F77=no + hardcode_shlibpath_var_F77=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + ;; + *) + hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_direct_F77=yes + export_dynamic_flag_spec_F77='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_F77=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + link_all_deplibs_F77=yes + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + newsos6) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + hardcode_shlibpath_var_F77=no + ;; + + openbsd*) + hardcode_direct_F77=yes + hardcode_shlibpath_var_F77=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + export_dynamic_flag_spec_F77='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-R$libdir' + ;; + *) + archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_minus_L_F77=yes + allow_undefined_flag_F77=unsupported + archive_cmds_F77='$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_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_F77=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_F77=' -expect_unresolved \*' + archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_F77='-rpath $libdir' + fi + hardcode_libdir_separator_F77=: + ;; + + sco3.2v5*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + export_dynamic_flag_spec_F77='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag_F77=' -z text' + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_F77='$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' + fi + hardcode_libdir_flag_spec_F77='-R$libdir' + hardcode_shlibpath_var_F77=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' ;; + esac + link_all_deplibs_F77=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_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_direct_F77=yes + hardcode_minus_L_F77=yes + hardcode_shlibpath_var_F77=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_F77='$CC -r -o $output$reload_objs' + hardcode_direct_F77=no + ;; + motorola) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_F77=no + ;; + + sysv4.3*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + export_dynamic_flag_spec_F77='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_F77=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_F77=yes + fi + ;; + + sysv4.2uw2*) + archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_F77=yes + hardcode_minus_L_F77=no + hardcode_shlibpath_var_F77=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag_F77='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_F77='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_F77=no + ;; + + sysv5*) + no_undefined_flag_F77=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_F77='$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' + hardcode_libdir_flag_spec_F77= + hardcode_shlibpath_var_F77=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_F77='-L$libdir' + hardcode_shlibpath_var_F77=no + ;; + + *) + ld_shlibs_F77=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 +echo "${ECHO_T}$ld_shlibs_F77" >&6 +test "$ld_shlibs_F77" = 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 + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_F77" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_F77=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_F77 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. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + 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_F77 + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_F77 + allow_undefined_flag_F77= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_F77=no + else + archive_cmds_need_lc_F77=yes + fi + allow_undefined_flag_F77=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + 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 ';' >/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. + 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 +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +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' + ;; + +aix4* | aix5*) + 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*) + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + 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*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + 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' + 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*) + # 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}${versuffix}$shared_ext ${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)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + 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 + ;; + +kfreebsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + 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 + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + 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' + ;; + +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*) + 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 + # 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=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | 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' + ;; + +knetbsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU 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=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 + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=yes + 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" + ;; + +sco3.2v5*) + version_type=osf + 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 + ;; + +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.2uw2* | sysv4.3* | sysv5*) + 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 + export_dynamic_flag_spec='${wl}-Blargedynsym' + 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 + ;; + +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 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_F77= +if test -n "$hardcode_libdir_flag_spec_F77" || \ + test -n "$runpath_var F77" || \ + test "X$hardcode_automatic_F77"="Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_F77" != 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_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && + test "$hardcode_minus_L_F77" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_F77=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_F77=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_F77=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 +echo "${ECHO_T}$hardcode_action_F77" >&6 + +if test "$hardcode_action_F77" = relink; 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 + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +fi + + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # 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 + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_F77 \ + CC_F77 \ + LD_F77 \ + lt_prog_compiler_wl_F77 \ + lt_prog_compiler_pic_F77 \ + lt_prog_compiler_static_F77 \ + lt_prog_compiler_no_builtin_flag_F77 \ + export_dynamic_flag_spec_F77 \ + thread_safe_flag_spec_F77 \ + whole_archive_flag_spec_F77 \ + enable_shared_with_static_runtimes_F77 \ + old_archive_cmds_F77 \ + old_archive_from_new_cmds_F77 \ + predep_objects_F77 \ + postdep_objects_F77 \ + predeps_F77 \ + postdeps_F77 \ + compiler_lib_search_path_F77 \ + archive_cmds_F77 \ + archive_expsym_cmds_F77 \ + postinstall_cmds_F77 \ + postuninstall_cmds_F77 \ + old_archive_from_expsyms_cmds_F77 \ + allow_undefined_flag_F77 \ + no_undefined_flag_F77 \ + export_symbols_cmds_F77 \ + hardcode_libdir_flag_spec_F77 \ + hardcode_libdir_flag_spec_ld_F77 \ + hardcode_libdir_separator_F77 \ + hardcode_automatic_F77 \ + module_cmds_F77 \ + module_expsym_cmds_F77 \ + lt_cv_prog_compiler_c_o_F77 \ + exclude_expsyms_F77 \ + include_expsyms_F77; do + + case $var in + old_archive_cmds_F77 | \ + old_archive_from_new_cmds_F77 | \ + archive_cmds_F77 | \ + archive_expsym_cmds_F77 | \ + module_cmds_F77 | \ + module_expsym_cmds_F77 | \ + old_archive_from_expsyms_cmds_F77 | \ + export_symbols_cmds_F77 | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_F77 + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_F77 + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_F77 + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_F77 + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_F77 + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_F77 +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_F77 + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_F77 +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_F77 +archive_expsym_cmds=$lt_archive_expsym_cmds_F77 +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_F77 +module_expsym_cmds=$lt_module_expsym_cmds_F77 + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_F77 + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_F77 + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_F77 + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_F77 + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_F77 + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_F77 + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_F77 + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# 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_F77 + +# 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_F77 + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_F77 + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_F77 + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 + +# 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_F77 + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_F77 + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_F77" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_F77 + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_F77 + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_F77 + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_F77 + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + GCJ) + if test -n "$GCJ" && test "X$GCJ" != "Xno"; then + + + +# Source file extension for Java test sources. +ac_ext=java + +# Object file extension for compiled Java test sources. +objext=o +objext_GCJ=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}\n" + +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String argv) {}; }\n' + +# ltmain only uses $CC for tagged configurations so make sure $CC is set. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${GCJ-"gcj"} +compiler=$CC +compiler_GCJ=$CC + +# GCJ did not exist at the time GCC didn't implicitly link libc in. +archive_cmds_need_lc_GCJ=no + + +lt_prog_compiler_no_builtin_flag_GCJ= + +if test "$GCC" = yes; then + lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' + + +echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 +echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_rtti_exceptions=no + ac_outfile=conftest.$ac_objext + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15465: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:15469: \$? = $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 + if test ! -s conftest.err; then + lt_cv_prog_compiler_rtti_exceptions=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6 + +if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then + lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" +else + : +fi + +fi + +lt_prog_compiler_wl_GCJ= +lt_prog_compiler_pic_GCJ= +lt_prog_compiler_static_GCJ= + +echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 +echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6 + + if test "$GCC" = yes; then + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_static_GCJ='-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_GCJ='-Bstatic' + fi + ;; + + amigaos*) + # 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_GCJ='-m68020 -resident32 -malways-restore-a4' + ;; + + beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + + mingw* | pw32* | os2*) + # 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_GCJ='-DDLL_EXPORT' + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic_GCJ='-fno-common' + ;; + + 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_GCJ=no + enable_shared=no + ;; + + sysv4*MP*) + if test -d /usr/nec; then + lt_prog_compiler_pic_GCJ=-Kconform_pic + fi + ;; + + hpux*) + # 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_GCJ='-fPIC' + ;; + esac + ;; + + *) + lt_prog_compiler_pic_GCJ='-fPIC' + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + lt_prog_compiler_wl_GCJ='-Wl,' + if test "$host_cpu" = ia64; then + # AIX 5 now supports IA64 processor + lt_prog_compiler_static_GCJ='-Bstatic' + else + lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + mingw* | pw32* | os2*) + # 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_GCJ='-DDLL_EXPORT' + ;; + + hpux9* | hpux10* | hpux11*) + lt_prog_compiler_wl_GCJ='-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_GCJ='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + lt_prog_compiler_wl_GCJ='-Wl,' + # PIC (with -KPIC) is the default. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + newsos6) + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + linux*) + case $CC in + icc* | ecc*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-static' + ;; + ccc*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All Alpha code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + esac + ;; + + osf3* | osf4* | osf5*) + lt_prog_compiler_wl_GCJ='-Wl,' + # All OSF/1 code is PIC. + lt_prog_compiler_static_GCJ='-non_shared' + ;; + + sco3.2v5*) + lt_prog_compiler_pic_GCJ='-Kpic' + lt_prog_compiler_static_GCJ='-dn' + ;; + + solaris*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sunos4*) + lt_prog_compiler_wl_GCJ='-Qoption ld ' + lt_prog_compiler_pic_GCJ='-PIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + lt_prog_compiler_wl_GCJ='-Wl,' + lt_prog_compiler_pic_GCJ='-KPIC' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec ;then + lt_prog_compiler_pic_GCJ='-Kconform_pic' + lt_prog_compiler_static_GCJ='-Bstatic' + fi + ;; + + uts4*) + lt_prog_compiler_pic_GCJ='-pic' + lt_prog_compiler_static_GCJ='-Bstatic' + ;; + + *) + lt_prog_compiler_can_build_shared_GCJ=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6 + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$lt_prog_compiler_pic_GCJ"; then + +echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 +echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6 +if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_prog_compiler_pic_works_GCJ=no + ac_outfile=conftest.$ac_objext + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$lt_prog_compiler_pic_GCJ" + # 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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15698: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 + echo "$as_me:15702: \$? = $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 + if test ! -s conftest.err; then + lt_prog_compiler_pic_works_GCJ=yes + fi + fi + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 +echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6 + +if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then + case $lt_prog_compiler_pic_GCJ in + "" | " "*) ;; + *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; + esac +else + lt_prog_compiler_pic_GCJ= + lt_prog_compiler_can_build_shared_GCJ=no +fi + +fi +case "$host_os" in + # For platforms which do not support PIC, -DPIC is meaningless: + *djgpp*) + lt_prog_compiler_pic_GCJ= + ;; + *) + lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" + ;; +esac + +echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 +echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6 +if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + lt_cv_prog_compiler_c_o_GCJ=no + $rm -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + printf "$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}? :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:15758: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 + echo "$as_me:15762: \$? = $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 + if test ! -s out/conftest.err; then + lt_cv_prog_compiler_c_o_GCJ=yes + fi + fi + chmod u+w . + $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 .. + rmdir conftest + $rm conftest* + +fi +echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 +echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6 + + +hard_links="nottested" +if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then + # do not overwrite the value of need_locks provided by the user + echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 +echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&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 + echo "$as_me:$LINENO: result: $hard_links" >&5 +echo "${ECHO_T}$hard_links" >&6 + if test "$hard_links" = no; then + { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 +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 + +echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 +echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6 + + runpath_var= + allow_undefined_flag_GCJ= + enable_shared_with_static_runtimes_GCJ=no + archive_cmds_GCJ= + archive_expsym_cmds_GCJ= + old_archive_From_new_cmds_GCJ= + old_archive_from_expsyms_cmds_GCJ= + export_dynamic_flag_spec_GCJ= + whole_archive_flag_spec_GCJ= + thread_safe_flag_spec_GCJ= + hardcode_libdir_flag_spec_GCJ= + hardcode_libdir_flag_spec_ld_GCJ= + hardcode_libdir_separator_GCJ= + hardcode_direct_GCJ=no + hardcode_minus_L_GCJ=no + hardcode_shlibpath_var_GCJ=unsupported + link_all_deplibs_GCJ=unknown + hardcode_automatic_GCJ=no + module_cmds_GCJ= + module_expsym_cmds_GCJ= + always_export_symbols_GCJ=no + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + include_expsyms_GCJ= + # 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_GCJ="_GLOBAL_OFFSET_TABLE_" + # 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. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32*) + # 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 + ;; + openbsd*) + with_gnu_ld=no + ;; + esac + + ld_shlibs_GCJ=yes + if test "$with_gnu_ld" = yes; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='${wl}' + + # See if GNU ld supports shared libraries. + case $host_os in + aix3* | aix4* | aix5*) + # On AIX/PPC, the GNU linker is very broken + if test "$host_cpu" != ia64; then + ld_shlibs_GCJ=no + cat <&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. + +EOF + fi + ;; + + amigaos*) + archive_cmds_GCJ='$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_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + + # Samuel A. Falvo II reports + # that the semantics of dynamic libraries on AmigaOS, at least up + # to version 4, is to share data among multiple programs linked + # with the same dynamic library. Since this doesn't match the + # behavior of shared libraries on other platforms, we can't use + # them. + ld_shlibs_GCJ=no + ;; + + beos*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + allow_undefined_flag_GCJ=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + cygwin* | mingw* | pw32*) + # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, + # as there is no search path for DLLs. + hardcode_libdir_flag_spec_GCJ='-L$libdir' + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=no + enable_shared_with_static_runtimes_GCJ=yes + export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGS] /s/.* \([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' + + if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' + # If the export-symbols file already is a .def file (1st line + # is EXPORTS), use it as is; otherwise, prepend... + archive_expsym_cmds_GCJ='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}--image-base=0x10000000 ${wl}--out-implib,$lib' + else + ld_shlibs=no + fi + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris* | sysv5*) + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then + ld_shlibs_GCJ=no + cat <&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. + +EOF + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + + sunos4*) + archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + linux*) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds_GCJ="$tmp_archive_cmds" + supports_anon_versioning=no + case `$LD -v 2>/dev/null` 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 + if test $supports_anon_versioning = yes; then + archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ +cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ +$echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + else + archive_expsym_cmds_GCJ="$tmp_archive_cmds" + fi + link_all_deplibs_GCJ=no + else + ld_shlibs_GCJ=no + fi + ;; + + *) + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + else + ld_shlibs_GCJ=no + fi + ;; + esac + + if test "$ld_shlibs_GCJ" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' + export_dynamic_flag_spec_GCJ='${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_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + else + whole_archive_flag_spec_GCJ= + fi + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + allow_undefined_flag_GCJ=unsupported + always_export_symbols_GCJ=yes + archive_expsym_cmds_GCJ='$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_GCJ=yes + if test "$GCC" = yes && test -z "$link_static_flag"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + hardcode_direct_GCJ=unsupported + fi + ;; + + aix4* | aix5*) + 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_GCJ='$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_GCJ='$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].*|aix5*) + 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_GCJ='' + hardcode_direct_GCJ=yes + hardcode_libdir_separator_GCJ=':' + link_all_deplibs_GCJ=yes + + 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 + hardcode_direct_GCJ=yes + else + # We have old collect2 + hardcode_direct_GCJ=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_GCJ=yes + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_libdir_separator_GCJ= + fi + esac + shared_flag='-shared' + 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 + + # 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_GCJ=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_GCJ='-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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag" + else + if test "$host_cpu" = ia64; then + hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' + allow_undefined_flag_GCJ="-z nodefs" + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_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 { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'` +# 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 '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } +}'`; fi +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi + + hardcode_libdir_flag_spec_GCJ='${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_GCJ=' ${wl}-bernotok' + allow_undefined_flag_GCJ=' ${wl}-berok' + # -bexpall does not export symbols beginning with underscore (_) + always_export_symbols_GCJ=yes + # Exported symbols can be pulled into shared objects from archives + whole_archive_flag_spec_GCJ=' ' + archive_cmds_need_lc_GCJ=yes + # This is similar to how AIX traditionally builds it's shared libraries. + archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + fi + fi + ;; + + amigaos*) + archive_cmds_GCJ='$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_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + # see comment about different semantics on the GNU ld section + ld_shlibs_GCJ=no + ;; + + bsdi4*) + export_dynamic_flag_spec_GCJ=-rdynamic + ;; + + cygwin* | mingw* | pw32*) + # 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_GCJ=' ' + allow_undefined_flag_GCJ=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_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + old_archive_From_new_cmds_GCJ='true' + # FIXME: Should let the user specify the lib program. + old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' + fix_srcfile_path='`cygpath -w "$srcfile"`' + enable_shared_with_static_runtimes_GCJ=yes + ;; + + darwin* | rhapsody*) + if test "$GXX" = yes ; then + archive_cmds_need_lc_GCJ=no + case "$host_os" in + rhapsody* | darwin1.[012]) + allow_undefined_flag_GCJ='-undefined suppress' + ;; + *) # Darwin 1.3 on + if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then + allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' + else + case ${MACOSX_DEPLOYMENT_TARGET} in + 10.[012]) + allow_undefined_flag_GCJ='-flat_namespace -undefined suppress' + ;; + 10.*) + allow_undefined_flag_GCJ='-undefined dynamic_lookup' + ;; + esac + fi + ;; + esac + lt_int_apple_cc_single_mod=no + output_verbose_link_cmd='echo' + if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then + lt_int_apple_cc_single_mod=yes + fi + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' + else + archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -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' + fi + module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + if test "X$lt_int_apple_cc_single_mod" = Xyes ; then + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + else + archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + fi + module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' + hardcode_direct_GCJ=no + hardcode_automatic_GCJ=yes + hardcode_shlibpath_var_GCJ=unsupported + whole_archive_flag_spec_GCJ='-all_load $convenience' + link_all_deplibs_GCJ=yes + else + ld_shlibs_GCJ=no + fi + ;; + + dgux*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + freebsd1*) + ld_shlibs_GCJ=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_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | kfreebsd*-gnu) + archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + hpux9*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$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_GCJ='$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_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + ;; + + hpux10* | hpux11*) + if test "$GCC" = yes -a "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*|ia64*) + archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + archive_cmds_GCJ='$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*|ia64*) + archive_cmds_GCJ='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' + ;; + *) + archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + ;; + esac + fi + if test "$with_gnu_ld" = no; then + case "$host_cpu" in + hppa*64*) + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + ;; + ia64*) + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_direct_GCJ=no + hardcode_shlibpath_var_GCJ=no + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + ;; + *) + hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_direct_GCJ=yes + export_dynamic_flag_spec_GCJ='${wl}-E' + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + hardcode_minus_L_GCJ=yes + ;; + esac + fi + ;; + + irix5* | irix6* | nonstopux*) + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + link_all_deplibs_GCJ=yes + ;; + + netbsd* | knetbsd*-gnu) + if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + newsos6) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + hardcode_shlibpath_var_GCJ=no + ;; + + openbsd*) + hardcode_direct_GCJ=yes + hardcode_shlibpath_var_GCJ=no + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + export_dynamic_flag_spec_GCJ='${wl}-E' + else + case $host_os in + openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) + archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-R$libdir' + ;; + *) + archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' + ;; + esac + fi + ;; + + os2*) + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_minus_L_GCJ=yes + allow_undefined_flag_GCJ=unsupported + archive_cmds_GCJ='$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_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + ;; + + osf3*) + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + fi + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + hardcode_libdir_separator_GCJ=: + ;; + + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test "$GCC" = yes; then + allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' + archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' + else + allow_undefined_flag_GCJ=' -expect_unresolved \*' + archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' + archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ + $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp' + + # Both c and cxx compiler support -rpath directly + hardcode_libdir_flag_spec_GCJ='-rpath $libdir' + fi + hardcode_libdir_separator_GCJ=: + ;; + + sco3.2v5*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + export_dynamic_flag_spec_GCJ='${wl}-Bexport' + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ;; + + solaris*) + no_undefined_flag_GCJ=' -z text' + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ + $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' + else + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_GCJ='$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' + fi + hardcode_libdir_flag_spec_GCJ='-R$libdir' + hardcode_shlibpath_var_GCJ=no + case $host_os in + solaris2.[0-5] | solaris2.[0-5].*) ;; + *) # Supported since Solaris 2.6 (maybe 2.5.1?) + whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' ;; + esac + link_all_deplibs_GCJ=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_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=yes + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4) + case $host_vendor in + sni) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' + reload_cmds_GCJ='$CC -r -o $output$reload_objs' + hardcode_direct_GCJ=no + ;; + motorola) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_GCJ=no + ;; + + sysv4.3*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + export_dynamic_flag_spec_GCJ='-Bexport' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_shlibpath_var_GCJ=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + ld_shlibs_GCJ=yes + fi + ;; + + sysv4.2uw2*) + archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' + hardcode_direct_GCJ=yes + hardcode_minus_L_GCJ=no + hardcode_shlibpath_var_GCJ=no + hardcode_runpath_var=yes + runpath_var=LD_RUN_PATH + ;; + + sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) + no_undefined_flag_GCJ='${wl}-z ${wl}text' + if test "$GCC" = yes; then + archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + else + archive_cmds_GCJ='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + fi + runpath_var='LD_RUN_PATH' + hardcode_shlibpath_var_GCJ=no + ;; + + sysv5*) + no_undefined_flag_GCJ=' -z text' + # $CC -shared without GNU ld will not create a library from C++ + # object files and a static libstdc++, better avoid it by now + archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_expsym_cmds_GCJ='$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' + hardcode_libdir_flag_spec_GCJ= + hardcode_shlibpath_var_GCJ=no + runpath_var='LD_RUN_PATH' + ;; + + uts4*) + archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + hardcode_libdir_flag_spec_GCJ='-L$libdir' + hardcode_shlibpath_var_GCJ=no + ;; + + *) + ld_shlibs_GCJ=no + ;; + esac + fi + +echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 +echo "${ECHO_T}$ld_shlibs_GCJ" >&6 +test "$ld_shlibs_GCJ" = 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 + +# +# Do we need to explicitly link libc? +# +case "x$archive_cmds_need_lc_GCJ" in +x|xyes) + # Assume -lc should be added + archive_cmds_need_lc_GCJ=yes + + if test "$enable_shared" = yes && test "$GCC" = yes; then + case $archive_cmds_GCJ 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. + echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 +echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6 + $rm conftest* + printf "$lt_simple_compile_test_code" > conftest.$ac_ext + + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + 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_GCJ + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ + allow_undefined_flag_GCJ= + if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 + (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + then + archive_cmds_need_lc_GCJ=no + else + archive_cmds_need_lc_GCJ=yes + fi + allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $rm conftest* + echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 +echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6 + ;; + esac + fi + ;; +esac + +echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 +echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6 +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=".so" +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +if test "$GCC" = yes; then + 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 ';' >/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. + 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 +else + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi +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' + ;; + +aix4* | aix5*) + 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*) + 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' + ;; + +beos*) + library_names_spec='${libname}${shared_ext}' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; + +bsdi4*) + 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*) + version_type=windows + shrext_cmds=".dll" + need_version=no + need_lib_prefix=no + + case $GCC,$host_os in + yes,cygwin* | yes,mingw* | yes,pw32*) + 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' + 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*) + # 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}${versuffix}$shared_ext ${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)' + # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. + if test "$GCC" = yes; then + sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` + else + sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' + fi + 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 + ;; + +kfreebsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + +freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + 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 + ;; + *) # from 3.2 on + shlibpath_overrides_runpath=no + 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' + ;; + +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*) + 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 + # 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=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | 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' + ;; + +knetbsd*-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 + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU 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=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 + ;; + +openbsd*) + version_type=sunos + need_lib_prefix=no + need_version=yes + 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" + ;; + +sco3.2v5*) + version_type=osf + 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 + ;; + +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.2uw2* | sysv4.3* | sysv5*) + 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 + export_dynamic_flag_spec='${wl}-Blargedynsym' + 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 + ;; + +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 +echo "$as_me:$LINENO: result: $dynamic_linker" >&5 +echo "${ECHO_T}$dynamic_linker" >&6 +test "$dynamic_linker" = no && can_build_shared=no + +echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 +echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6 +hardcode_action_GCJ= +if test -n "$hardcode_libdir_flag_spec_GCJ" || \ + test -n "$runpath_var GCJ" || \ + test "X$hardcode_automatic_GCJ"="Xyes" ; then + + # We can hardcode non-existant directories. + if test "$hardcode_direct_GCJ" != 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_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && + test "$hardcode_minus_L_GCJ" != no; then + # Linking always hardcodes the temporary library directory. + hardcode_action_GCJ=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + hardcode_action_GCJ=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + hardcode_action_GCJ=unsupported +fi +echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 +echo "${ECHO_T}$hardcode_action_GCJ" >&6 + +if test "$hardcode_action_GCJ" = relink; 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 + +striplib= +old_striplib= +echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 +echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}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" + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + ;; + *) + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + ;; + esac +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*) + 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 + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = 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 + + ;; + + *) + echo "$as_me:$LINENO: checking for shl_load" >&5 +echo $ECHO_N "checking for shl_load... $ECHO_C" >&6 +if test "${ac_cv_func_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = shl_load; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != shl_load; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 +echo "${ECHO_T}$ac_cv_func_shl_load" >&6 +if test $ac_cv_func_shl_load = yes; then + lt_cv_dlopen="shl_load" +else + echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 +echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_shl_load+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char shl_load (); +int +main () +{ +shl_load (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_shl_load=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_shl_load=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6 +if test $ac_cv_lib_dld_shl_load = yes; then + lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" +else + echo "$as_me:$LINENO: checking for dlopen" >&5 +echo $ECHO_N "checking for dlopen... $ECHO_C" >&6 +if test "${ac_cv_func_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +{ +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +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 +#else +char (*f) () = dlopen; +#endif +#ifdef __cplusplus +} +#endif + +int +main () +{ +return f != dlopen; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_func_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_func_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 +echo "${ECHO_T}$ac_cv_func_dlopen" >&6 +if test $ac_cv_func_dlopen = yes; then + lt_cv_dlopen="dlopen" +else + echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dl_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dl_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 +if test $ac_cv_lib_dl_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" +else + echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 +echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6 +if test "${ac_cv_lib_svld_dlopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dlopen (); +int +main () +{ +dlopen (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_svld_dlopen=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_svld_dlopen=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 +echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6 +if test $ac_cv_lib_svld_dlopen = yes; then + lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" +else + echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 +echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6 +if test "${ac_cv_lib_dld_dld_link+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char dld_link (); +int +main () +{ +dld_link (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_dld_dld_link=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_dld_dld_link=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 +echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6 +if test $ac_cv_lib_dld_dld_link = yes; then + lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" +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" + eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + + save_LIBS="$LIBS" + LIBS="$lt_cv_dlopen_libs $LIBS" + + echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 +echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 +echo "${ECHO_T}$lt_cv_dlopen_self" >&6 + + if test "x$lt_cv_dlopen_self" = xyes; then + LDFLAGS="$LDFLAGS $link_static_flag" + echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 +echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6 +if test "${lt_cv_dlopen_self_static+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&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 < +#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 + +#ifdef __cplusplus +extern "C" void exit (int); +#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); */ + } + + exit (status); +} +EOF + if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then + (./conftest; exit; ) 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_unknown|x*) lt_cv_dlopen_self_static=no ;; + esac + else : + # compilation failed + lt_cv_dlopen_self_static=no + fi +fi +rm -fr conftest* + + +fi +echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 +echo "${ECHO_T}$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 + + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # 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 + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_GCJ \ + CC_GCJ \ + LD_GCJ \ + lt_prog_compiler_wl_GCJ \ + lt_prog_compiler_pic_GCJ \ + lt_prog_compiler_static_GCJ \ + lt_prog_compiler_no_builtin_flag_GCJ \ + export_dynamic_flag_spec_GCJ \ + thread_safe_flag_spec_GCJ \ + whole_archive_flag_spec_GCJ \ + enable_shared_with_static_runtimes_GCJ \ + old_archive_cmds_GCJ \ + old_archive_from_new_cmds_GCJ \ + predep_objects_GCJ \ + postdep_objects_GCJ \ + predeps_GCJ \ + postdeps_GCJ \ + compiler_lib_search_path_GCJ \ + archive_cmds_GCJ \ + archive_expsym_cmds_GCJ \ + postinstall_cmds_GCJ \ + postuninstall_cmds_GCJ \ + old_archive_from_expsyms_cmds_GCJ \ + allow_undefined_flag_GCJ \ + no_undefined_flag_GCJ \ + export_symbols_cmds_GCJ \ + hardcode_libdir_flag_spec_GCJ \ + hardcode_libdir_flag_spec_ld_GCJ \ + hardcode_libdir_separator_GCJ \ + hardcode_automatic_GCJ \ + module_cmds_GCJ \ + module_expsym_cmds_GCJ \ + lt_cv_prog_compiler_c_o_GCJ \ + exclude_expsyms_GCJ \ + include_expsyms_GCJ; do + + case $var in + old_archive_cmds_GCJ | \ + old_archive_from_new_cmds_GCJ | \ + archive_cmds_GCJ | \ + archive_expsym_cmds_GCJ | \ + module_cmds_GCJ | \ + module_expsym_cmds_GCJ | \ + old_archive_from_expsyms_cmds_GCJ | \ + export_symbols_cmds_GCJ | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_GCJ + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_GCJ + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_GCJ + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_GCJ + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_GCJ + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_GCJ +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_GCJ + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_GCJ +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_GCJ +archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_GCJ +module_expsym_cmds=$lt_module_expsym_cmds_GCJ + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_GCJ + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_GCJ + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_GCJ + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_GCJ + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_GCJ + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_GCJ + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# 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_GCJ + +# 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_GCJ + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_GCJ + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_GCJ + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ + +# 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_GCJ + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_GCJ + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_GCJ" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_GCJ + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_GCJ + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_GCJ + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_GCJ + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + else + tagname="" + fi + ;; + + RC) + + + +# Source file extension for RC test sources. +ac_ext=rc + +# Object file extension for compiled RC test sources. +objext=o +objext_RC=$objext + +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' + +# 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. + +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} + +# Allow CC to be a program name with arguments. +compiler=$CC + + +# Allow CC to be a program name with arguments. +lt_save_CC="$CC" +CC=${RC-"windres"} +compiler=$CC +compiler_RC=$CC +lt_cv_prog_compiler_c_o_RC=yes + +# The else clause should only fire when bootstrapping the +# libtool distribution, otherwise you forgot to ship ltmain.sh +# with your package, and you will get complaints that there are +# no rules to generate ltmain.sh. +if test -f "$ltmain"; then + # 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 + # Now quote all the things that may contain metacharacters while being + # careful not to overquote the AC_SUBSTed values. We take copies of the + # variables and quote the copies for generation of the libtool script. + for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ + SED SHELL STRIP \ + libname_spec library_names_spec soname_spec extract_expsyms_cmds \ + old_striplib striplib file_magic_cmd finish_cmds finish_eval \ + deplibs_check_method reload_flag reload_cmds need_locks \ + lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ + lt_cv_sys_global_symbol_to_c_name_address \ + sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ + old_postinstall_cmds old_postuninstall_cmds \ + compiler_RC \ + CC_RC \ + LD_RC \ + lt_prog_compiler_wl_RC \ + lt_prog_compiler_pic_RC \ + lt_prog_compiler_static_RC \ + lt_prog_compiler_no_builtin_flag_RC \ + export_dynamic_flag_spec_RC \ + thread_safe_flag_spec_RC \ + whole_archive_flag_spec_RC \ + enable_shared_with_static_runtimes_RC \ + old_archive_cmds_RC \ + old_archive_from_new_cmds_RC \ + predep_objects_RC \ + postdep_objects_RC \ + predeps_RC \ + postdeps_RC \ + compiler_lib_search_path_RC \ + archive_cmds_RC \ + archive_expsym_cmds_RC \ + postinstall_cmds_RC \ + postuninstall_cmds_RC \ + old_archive_from_expsyms_cmds_RC \ + allow_undefined_flag_RC \ + no_undefined_flag_RC \ + export_symbols_cmds_RC \ + hardcode_libdir_flag_spec_RC \ + hardcode_libdir_flag_spec_ld_RC \ + hardcode_libdir_separator_RC \ + hardcode_automatic_RC \ + module_cmds_RC \ + module_expsym_cmds_RC \ + lt_cv_prog_compiler_c_o_RC \ + exclude_expsyms_RC \ + include_expsyms_RC; do + + case $var in + old_archive_cmds_RC | \ + old_archive_from_new_cmds_RC | \ + archive_cmds_RC | \ + archive_expsym_cmds_RC | \ + module_cmds_RC | \ + module_expsym_cmds_RC | \ + old_archive_from_expsyms_cmds_RC | \ + export_symbols_cmds_RC | \ + extract_expsyms_cmds | reload_cmds | finish_cmds | \ + postinstall_cmds | postuninstall_cmds | \ + old_postinstall_cmds | old_postuninstall_cmds | \ + sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) + # Double-quote double-evaled strings. + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + ;; + *) + eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" + ;; + esac + done + + case $lt_echo in + *'\$0 --fallback-echo"') + lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` + ;; + esac + +cfgfile="$ofile" + + cat <<__EOF__ >> "$cfgfile" +# ### BEGIN LIBTOOL TAG CONFIG: $tagname + +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: + +# Shell to use when invoking shell scripts. +SHELL=$lt_SHELL + +# Whether or not to build shared libraries. +build_libtool_libs=$enable_shared + +# Whether or not to build static libraries. +build_old_libs=$enable_static + +# Whether or not to add -lc for building shared libraries. +build_libtool_need_lc=$archive_cmds_need_lc_RC + +# Whether or not to disallow shared libs when runtime libs are static +allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC + +# Whether or not to optimize for fast installation. +fast_install=$enable_fast_install + +# The host system. +host_alias=$host_alias +host=$host + +# An echo program that does not interpret backslashes. +echo=$lt_echo + +# The archiver. +AR=$lt_AR +AR_FLAGS=$lt_AR_FLAGS + +# A C compiler. +LTCC=$lt_LTCC + +# A language-specific compiler. +CC=$lt_compiler_RC + +# Is the compiler the GNU C compiler? +with_gcc=$GCC_RC + +# An ERE matcher. +EGREP=$lt_EGREP + +# The linker used to build libraries. +LD=$lt_LD_RC + +# Whether we need hard or soft links. +LN_S=$lt_LN_S + +# A BSD-compatible nm program. +NM=$lt_NM + +# A symbol stripping program +STRIP=$lt_STRIP + +# Used to examine libraries when file_magic_cmd begins "file" +MAGIC_CMD=$MAGIC_CMD + +# Used on cygwin: DLL creation program. +DLLTOOL="$DLLTOOL" + +# Used on cygwin: object dumper. +OBJDUMP="$OBJDUMP" + +# Used on cygwin: assembler. +AS="$AS" + +# The name of the directory that contains temporary libtool files. +objdir=$objdir + +# How to create reloadable object files. +reload_flag=$lt_reload_flag +reload_cmds=$lt_reload_cmds + +# How to pass a linker flag through the compiler. +wl=$lt_lt_prog_compiler_wl_RC + +# Object file suffix (normally "o"). +objext="$ac_objext" + +# Old archive suffix (normally "a"). +libext="$libext" + +# Shared library suffix (normally ".so"). +shrext_cmds='$shrext_cmds' + +# Executable file suffix (normally ""). +exeext="$exeext" + +# Additional compiler flags for building library objects. +pic_flag=$lt_lt_prog_compiler_pic_RC +pic_mode=$pic_mode + +# What is the maximum length of a command? +max_cmd_len=$lt_cv_sys_max_cmd_len + +# Does compiler simultaneously support -c and -o options? +compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC + +# Must we lock files when doing compilation ? +need_locks=$lt_need_locks + +# 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 + +# 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 + +# Compiler flag to prevent dynamic linking. +link_static_flag=$lt_lt_prog_compiler_static_RC + +# Compiler flag to turn off builtin functions. +no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC + +# Compiler flag to allow reflexive dlopens. +export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC + +# Compiler flag to generate shared objects directly from archives. +whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC + +# Compiler flag to generate thread-safe objects. +thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC + +# Library versioning type. +version_type=$version_type + +# 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 + +# Commands used to build and install an old-style archive. +RANLIB=$lt_RANLIB +old_archive_cmds=$lt_old_archive_cmds_RC +old_postinstall_cmds=$lt_old_postinstall_cmds +old_postuninstall_cmds=$lt_old_postuninstall_cmds + +# Create an old-style archive from a shared archive. +old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC + +# Create a temporary old-style archive to link instead of a shared archive. +old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC + +# Commands used to build and install a shared archive. +archive_cmds=$lt_archive_cmds_RC +archive_expsym_cmds=$lt_archive_expsym_cmds_RC +postinstall_cmds=$lt_postinstall_cmds +postuninstall_cmds=$lt_postuninstall_cmds + +# Commands used to build a loadable module (assumed same as above if empty) +module_cmds=$lt_module_cmds_RC +module_expsym_cmds=$lt_module_expsym_cmds_RC + +# Commands to strip libraries. +old_striplib=$lt_old_striplib +striplib=$lt_striplib + +# Dependencies to place before the objects being linked to create a +# shared library. +predep_objects=$lt_predep_objects_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdep_objects=$lt_postdep_objects_RC + +# Dependencies to place before the objects being linked to create a +# shared library. +predeps=$lt_predeps_RC + +# Dependencies to place after the objects being linked to create a +# shared library. +postdeps=$lt_postdeps_RC + +# The library search path used internally by the compiler when linking +# a shared library. +compiler_lib_search_path=$lt_compiler_lib_search_path_RC + +# 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 + +# Flag that allows shared libraries with undefined symbols to be built. +allow_undefined_flag=$lt_allow_undefined_flag_RC + +# Flag that forces no undefined symbols. +no_undefined_flag=$lt_no_undefined_flag_RC + +# Commands used to finish a libtool library installation in a directory. +finish_cmds=$lt_finish_cmds + +# Same as above, but a single script fragment to be evaled but not shown. +finish_eval=$lt_finish_eval + +# 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 + +# This is the shared library runtime path variable. +runpath_var=$runpath_var + +# This is the shared library path variable. +shlibpath_var=$shlibpath_var + +# Is shlibpath searched before the hard-coded library search path? +shlibpath_overrides_runpath=$shlibpath_overrides_runpath + +# How to hardcode a shared library path into an executable. +hardcode_action=$hardcode_action_RC + +# Whether we should hardcode library paths into libraries. +hardcode_into_libs=$hardcode_into_libs + +# 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_RC + +# 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_RC + +# Whether we need a single -rpath flag with a separated argument. +hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC + +# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the +# resulting binary. +hardcode_direct=$hardcode_direct_RC + +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the +# resulting binary. +hardcode_minus_L=$hardcode_minus_L_RC + +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into +# the resulting binary. +hardcode_shlibpath_var=$hardcode_shlibpath_var_RC + +# 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_RC + +# Variables whose values should be saved in libtool wrapper scripts and +# restored at relink time. +variables_saved_for_relink="$variables_saved_for_relink" + +# Whether libtool must link a program against all its dependency libraries. +link_all_deplibs=$link_all_deplibs_RC + +# 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 + +# Fix the shell variable \$srcfile for the compiler. +fix_srcfile_path="$fix_srcfile_path_RC" + +# Set to yes if exported symbols are required. +always_export_symbols=$always_export_symbols_RC + +# The commands to list exported symbols. +export_symbols_cmds=$lt_export_symbols_cmds_RC + +# The commands to extract the exported symbol list from a shared archive. +extract_expsyms_cmds=$lt_extract_expsyms_cmds + +# Symbols that should not be listed in the preloaded symbols. +exclude_expsyms=$lt_exclude_expsyms_RC + +# Symbols that must always be exported. +include_expsyms=$lt_include_expsyms_RC + +# ### END LIBTOOL TAG CONFIG: $tagname + +__EOF__ + + +else + # If there is no Makefile yet, we rely on a make rule to execute + # `config.status --recheck' to rerun these tests and create the + # libtool script then. + ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` + if test -f "$ltmain_in"; then + test -f Makefile && make "$ltmain" + fi +fi + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +CC="$lt_save_CC" + + ;; + + *) + { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 +echo "$as_me: error: Unsupported tag name: $tagname" >&2;} + { (exit 1); exit 1; }; } + ;; + esac + + # Append the new tag name to the list of available tags. + if test -n "$tagname" ; then + available_tags="$available_tags $tagname" + fi + fi + done + IFS="$lt_save_ifs" + + # Now substitute the updated list of available tags. + if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then + mv "${ofile}T" "$ofile" + chmod +x "$ofile" + else + rm -f "${ofile}T" + { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 +echo "$as_me: error: unable to update list of available tagged configurations." >&2;} + { (exit 1); exit 1; }; } + fi +fi + + + +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +# Prevent multiple expansion + + + + + + + + + + + + + + + + + + + + + +cat >>confdefs.h <<\_ACEOF +#define USE_FHS 1 +_ACEOF + + + ac_config_files="$ac_config_files Makefile SnapPeaKernel/Makefile SnapPeaKernel/code/Makefile SnapPeaKernel/file_formats/Makefile SnapPeaKernel/headers/Makefile SnapPeaKernel/unix_kit/Makefile SnapPeaKernel/unix_kit/ClosedCensusData/Makefile SnapPeaKernel/unix_kit/CuspedCensusData/Makefile SnapPeaPython/Makefile SnapPeaPython/CuspedCensusData/Makefile SnapPeaPython/installation/Makefile SnapPeaDocs/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, don't put newlines in cache variables' values. +# 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. +{ + (set) 2>&1 | + case `(ac_space=' '; set | grep ac_space) 2>&1` in + *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 \ + "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" + ;; + esac; +} | + sed ' + t clear + : clear + s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ + t end + /^ac_cv_env/!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" && echo "updating cache $cache_file" + cat confcache >$cache_file + else + echo "not updating unwritable cache $cache_file" + 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}' + +# 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 + +# 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 we branch to the quote section. Otherwise, +# look for a macro that doesn't take arguments. +cat >confdef2opt.sed <<\_ACEOF +t clear +: clear +s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g +t quote +s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g +t quote +d +: quote +s,[ `~#$^&*(){}\\|;'"<>?],\\&,g +s,\[,\\&,g +s,\],\\&,g +s,\$,$$,g +p +_ACEOF +# We use echo to avoid assuming a particular line-breaking character. +# The extra dot is to prevent the shell from consuming trailing +# line-breaks from the sub-command output. A line-break within +# single-quotes doesn't work because, if this script is created in a +# platform that uses two characters for line-breaks (e.g., DOS), tr +# would break. +ac_LF_and_DOT=`echo; echo .` +DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` +rm -f confdef2opt.sed + + +ac_libobjs= +ac_ltlibobjs= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_i=`echo "$ac_i" | + sed 's/\$U\././;s/\.o$//;s/\.obj$//'` + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +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 + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi +if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then + { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&5 +echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. +Usually this means the macro was only invoked conditionally." >&2;} + { (exit 1); exit 1; }; } +fi + +: ${CONFIG_STATUS=./config.status} +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF +#! $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 +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## + +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; 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 || +echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } + /^X\/\(\/\/\)$/{ s//\1/; q; } + /^X\/\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + + +# PATH needs CR, and LINENO needs CR and PATH. +# 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 + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + echo "#! /bin/sh" >conf$$.sh + echo "exit 0" >>conf$$.sh + chmod +x conf$$.sh + if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then + PATH_SEPARATOR=';' + else + PATH_SEPARATOR=: + fi + rm -f conf$$.sh +fi + + + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" || { + # Find who we are. Look in the path if we contain no path at all + # relative or not. + 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 + + ;; + 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 + { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 +echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} + { (exit 1); exit 1; }; } + fi + case $CONFIG_SHELL in + '') + 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=. + for as_base in sh bash ksh sh5; do + case $as_dir in + /*) + if ("$as_dir/$as_base" -c ' + as_lineno_1=$LINENO + as_lineno_2=$LINENO + as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` + test "x$as_lineno_1" != "x$as_lineno_2" && + test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then + $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } + $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } + CONFIG_SHELL=$as_dir/$as_base + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$0" ${1+"$@"} + fi;; + esac + done +done +;; + esac + + # 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 before each line; the second 'sed' does the real + # work. The second script uses 'N' to pair each line-number line + # with the numbered line, 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 + # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) + sed '=' <$as_myself | + sed ' + N + s,$,-, + : loop + s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, + t loop + s,-$,, + s,^['$as_cr_digits']*\n,, + ' >$as_me.lineno && + chmod +x $as_me.lineno || + { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 +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 sensible to this). + . ./$as_me.lineno + # Exit status is that of the last command. + exit +} + + +case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in + *c*,-n*) ECHO_N= ECHO_C=' +' ECHO_T=' ' ;; + *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; + *) ECHO_N= ECHO_C='\c' ECHO_T= ;; +esac + +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false +fi + +rm -f conf$$ conf$$.exe conf$$.file +echo >conf$$.file +if ln -s conf$$.file conf$$ 2>/dev/null; then + # We could just check for DJGPP; but this test a) works b) is more generic + # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). + if test -f conf$$.exe; then + # Don't use ln at all; we don't have any links + as_ln_s='cp -p' + else + as_ln_s='ln -s' + fi +elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln +else + as_ln_s='cp -p' +fi +rm -f conf$$ conf$$.exe conf$$.file + +if mkdir -p . 2>/dev/null; then + as_mkdir_p=: +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_executable_p="test -f" + +# 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'" + + +# IFS +# We need space, tab and new line, in precisely that order. +as_nl=' +' +IFS=" $as_nl" + +# CDPATH. +$as_unset CDPATH + +exec 6>&1 + +# Open the log real soon, to keep \$[0] and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. Logging --version etc. is OK. +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX +} >&5 +cat >&5 <<_CSEOF + +This file was extended by $as_me, which was +generated by GNU Autoconf 2.59. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +_CSEOF +echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 +echo >&5 +_ACEOF + +# Files that config.status was made for. +if test -n "$ac_config_files"; then + echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_headers"; then + echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_links"; then + echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS +fi + +if test -n "$ac_config_commands"; then + echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS +fi + +cat >>$CONFIG_STATUS <<\_ACEOF + +ac_cs_usage="\ +\`$as_me' instantiates files from templates according to the +current configuration. + +Usage: $0 [OPTIONS] [FILE]... + + -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 + --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_cs_version="\\ +config.status +configured by $0, generated by GNU Autoconf 2.59, + with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" + +Copyright (C) 2003 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." +srcdir=$srcdir +INSTALL="$INSTALL" +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF +# If no file are specified by the user, then we need to provide default +# value. By we need to know if files were specified by the user. +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 + ;; + *) # This is not an option, so the user has probably given explicit + # arguments. + ac_option=$1 + ac_need_defaults=false;; + esac + + case $ac_option in + # Handling of the options. +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --vers* | -V ) + echo "$ac_cs_version"; exit 0 ;; + --he | --h) + # Conflict between --help and --header + { { echo "$as_me:$LINENO: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&5 +echo "$as_me: error: ambiguous option: $1 +Try \`$0 --help' for more information." >&2;} + { (exit 1); exit 1; }; };; + --help | --hel | -h ) + echo "$ac_cs_usage"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + CONFIG_FILES="$CONFIG_FILES $ac_optarg" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + ac_need_defaults=false;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 +Try \`$0 --help' for more information." >&5 +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" ;; + + 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 +if \$ac_cs_recheck; then + echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 + exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion +fi + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF +# +# INIT-COMMANDS section. +# + +AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" + +_ACEOF + + + +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_config_target in $ac_config_targets +do + case "$ac_config_target" in + # Handling of arguments. + "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "SnapPeaKernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/Makefile" ;; + "SnapPeaKernel/code/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/code/Makefile" ;; + "SnapPeaKernel/file_formats/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/file_formats/Makefile" ;; + "SnapPeaKernel/headers/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/headers/Makefile" ;; + "SnapPeaKernel/unix_kit/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/unix_kit/Makefile" ;; + "SnapPeaKernel/unix_kit/ClosedCensusData/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/unix_kit/ClosedCensusData/Makefile" ;; + "SnapPeaKernel/unix_kit/CuspedCensusData/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaKernel/unix_kit/CuspedCensusData/Makefile" ;; + "SnapPeaPython/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaPython/Makefile" ;; + "SnapPeaPython/CuspedCensusData/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaPython/CuspedCensusData/Makefile" ;; + "SnapPeaPython/installation/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaPython/installation/Makefile" ;; + "SnapPeaDocs/Makefile" ) CONFIG_FILES="$CONFIG_FILES SnapPeaDocs/Makefile" ;; + "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +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 to put it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Create a temporary directory, and hook for its removal unless debugging. +$debug || +{ + trap 'exit_status=$?; rm -rf $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 -q "./confstatXXXXXX") 2>/dev/null` && + test -n "$tmp" && test -d "$tmp" +} || +{ + tmp=./confstat$$-$RANDOM + (umask 077 && mkdir $tmp) +} || +{ + echo "$me: cannot create a temporary directory in ." >&2 + { (exit 1); exit 1; } +} + +_ACEOF + +cat >>$CONFIG_STATUS <<_ACEOF + +# +# CONFIG_FILES section. +# + +# No need to generate the scripts if there are no CONFIG_FILES. +# This happens for instance when ./config.status config.h +if test -n "\$CONFIG_FILES"; then + # Protect against being on the right side of a sed subst in config.status. + sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; + s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF +s,@SHELL@,$SHELL,;t t +s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t +s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t +s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t +s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t +s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t +s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t +s,@exec_prefix@,$exec_prefix,;t t +s,@prefix@,$prefix,;t t +s,@program_transform_name@,$program_transform_name,;t t +s,@bindir@,$bindir,;t t +s,@sbindir@,$sbindir,;t t +s,@libexecdir@,$libexecdir,;t t +s,@datadir@,$datadir,;t t +s,@sysconfdir@,$sysconfdir,;t t +s,@sharedstatedir@,$sharedstatedir,;t t +s,@localstatedir@,$localstatedir,;t t +s,@libdir@,$libdir,;t t +s,@includedir@,$includedir,;t t +s,@oldincludedir@,$oldincludedir,;t t +s,@infodir@,$infodir,;t t +s,@mandir@,$mandir,;t t +s,@build_alias@,$build_alias,;t t +s,@host_alias@,$host_alias,;t t +s,@target_alias@,$target_alias,;t t +s,@DEFS@,$DEFS,;t t +s,@ECHO_C@,$ECHO_C,;t t +s,@ECHO_N@,$ECHO_N,;t t +s,@ECHO_T@,$ECHO_T,;t t +s,@LIBS@,$LIBS,;t t +s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t +s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t +s,@INSTALL_DATA@,$INSTALL_DATA,;t t +s,@CYGPATH_W@,$CYGPATH_W,;t t +s,@PACKAGE@,$PACKAGE,;t t +s,@VERSION@,$VERSION,;t t +s,@ACLOCAL@,$ACLOCAL,;t t +s,@AUTOCONF@,$AUTOCONF,;t t +s,@AUTOMAKE@,$AUTOMAKE,;t t +s,@AUTOHEADER@,$AUTOHEADER,;t t +s,@MAKEINFO@,$MAKEINFO,;t t +s,@AMTAR@,$AMTAR,;t t +s,@install_sh@,$install_sh,;t t +s,@STRIP@,$STRIP,;t t +s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t +s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@AWK@,$AWK,;t t +s,@SET_MAKE@,$SET_MAKE,;t t +s,@am__leading_dot@,$am__leading_dot,;t t +s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t +s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t +s,@MAINT@,$MAINT,;t t +s,@CC@,$CC,;t t +s,@CFLAGS@,$CFLAGS,;t t +s,@LDFLAGS@,$LDFLAGS,;t t +s,@CPPFLAGS@,$CPPFLAGS,;t t +s,@ac_ct_CC@,$ac_ct_CC,;t t +s,@EXEEXT@,$EXEEXT,;t t +s,@OBJEXT@,$OBJEXT,;t t +s,@DEPDIR@,$DEPDIR,;t t +s,@am__include@,$am__include,;t t +s,@am__quote@,$am__quote,;t t +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t +s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t +s,@CCDEPMODE@,$CCDEPMODE,;t t +s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t +s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t +s,@build@,$build,;t t +s,@build_cpu@,$build_cpu,;t t +s,@build_vendor@,$build_vendor,;t t +s,@build_os@,$build_os,;t t +s,@host@,$host,;t t +s,@host_cpu@,$host_cpu,;t t +s,@host_vendor@,$host_vendor,;t t +s,@host_os@,$host_os,;t t +s,@EGREP@,$EGREP,;t t +s,@LN_S@,$LN_S,;t t +s,@ECHO@,$ECHO,;t t +s,@AR@,$AR,;t t +s,@ac_ct_AR@,$ac_ct_AR,;t t +s,@RANLIB@,$RANLIB,;t t +s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t +s,@CPP@,$CPP,;t t +s,@CXX@,$CXX,;t t +s,@CXXFLAGS@,$CXXFLAGS,;t t +s,@ac_ct_CXX@,$ac_ct_CXX,;t t +s,@CXXDEPMODE@,$CXXDEPMODE,;t t +s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t +s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t +s,@CXXCPP@,$CXXCPP,;t t +s,@F77@,$F77,;t t +s,@FFLAGS@,$FFLAGS,;t t +s,@ac_ct_F77@,$ac_ct_F77,;t t +s,@LIBTOOL@,$LIBTOOL,;t t +s,@LIBOBJS@,$LIBOBJS,;t t +s,@LTLIBOBJS@,$LTLIBOBJS,;t t +CEOF + +_ACEOF + + cat >>$CONFIG_STATUS <<\_ACEOF + # Split the substitutions into bite-sized pieces for seds with + # small command number limits, like on Digital OSF/1 and HP-UX. + ac_max_sed_lines=48 + ac_sed_frag=1 # Number of current file. + ac_beg=1 # First line for current file. + ac_end=$ac_max_sed_lines # Line after last line for current file. + ac_more_lines=: + ac_sed_cmds= + while $ac_more_lines; do + if test $ac_beg -gt 1; then + sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + else + sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag + fi + if test ! -s $tmp/subs.frag; then + ac_more_lines=false + else + # The purpose of the label and of the branching condition is to + # speed up the sed processing (if there are no `@' at all, there + # is no need to browse any of the substitutions). + # These are the two extra sed commands mentioned above. + (echo ':t + /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed + if test -z "$ac_sed_cmds"; then + ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" + else + ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" + fi + ac_sed_frag=`expr $ac_sed_frag + 1` + ac_beg=$ac_end + ac_end=`expr $ac_end + $ac_max_sed_lines` + fi + done + if test -z "$ac_sed_cmds"; then + ac_sed_cmds=cat + fi +fi # test -n "$CONFIG_FILES" + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue + # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". + case $ac_file in + - | *:- | *:-:* ) # input from stdin + cat >$tmp/stdin + ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; + * ) ac_file_in=$ac_file.in ;; + esac + + # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. + ac_dir=`(dirname "$ac_file") 2>/dev/null || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_builddir$INSTALL ;; + esac + + # 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. */ + if test x"$ac_file" = x-; then + configure_input= + else + configure_input="$ac_file. " + fi + configure_input=$configure_input"Generated from `echo $ac_file_in | + sed 's,.*/,,'` by configure." + + # First look for the input files in the build tree, otherwise in the + # src tree. + ac_file_inputs=`IFS=: + for f in $ac_file_in; do + case $f in + -) echo $tmp/stdin ;; + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + echo "$f";; + *) # Relative + if test -f "$f"; then + # Build tree + echo "$f" + elif test -f "$srcdir/$f"; then + # Source tree + echo "$srcdir/$f" + else + # /dev/null tree + { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 +echo "$as_me: error: cannot find input file: $f" >&2;} + { (exit 1); exit 1; }; } + fi;; + esac + done` || { (exit 1); exit 1; } + + if test x"$ac_file" != x-; then + { echo "$as_me:$LINENO: creating $ac_file" >&5 +echo "$as_me: creating $ac_file" >&6;} + rm -f "$ac_file" + fi +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF + sed "$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s,@configure_input@,$configure_input,;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,@top_builddir@,$ac_top_builddir,;t t +s,@abs_top_builddir@,$ac_abs_top_builddir,;t t +s,@INSTALL@,$ac_INSTALL,;t t +" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out + rm -f $tmp/stdin + if test x"$ac_file" != x-; then + mv $tmp/out $ac_file + else + cat $tmp/out + rm -f $tmp/out + fi + +done +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF + +# +# CONFIG_COMMANDS section. +# +for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue + ac_dest=`echo "$ac_file" | sed 's,:.*,,'` + ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` + ac_dir=`(dirname "$ac_dest") 2>/dev/null || +$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_dest" : 'X\(//\)[^/]' \| \ + X"$ac_dest" : 'X\(//\)$' \| \ + X"$ac_dest" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$ac_dest" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p "$ac_dir" + else + as_dir="$ac_dir" + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 +echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} + { (exit 1); exit 1; }; }; } + + ac_builddir=. + +if test "$ac_dir" != .; then + ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + # A "../" for each directory in $ac_dir_suffix. + ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` +else + ac_dir_suffix= ac_top_builddir= +fi + +case $srcdir in + .) # No --srcdir option. We are building in place. + ac_srcdir=. + if test -z "$ac_top_builddir"; then + ac_top_srcdir=. + else + ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` + fi ;; + [\\/]* | ?:[\\/]* ) # Absolute path. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir ;; + *) # Relative path. + ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_builddir$srcdir ;; +esac + +# Do not use `cd foo && pwd` to compute absolute paths, because +# the directories may not exist. +case `pwd` in +.) ac_abs_builddir="$ac_dir";; +*) + case "$ac_dir" in + .) ac_abs_builddir=`pwd`;; + [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; + *) ac_abs_builddir=`pwd`/"$ac_dir";; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_builddir=${ac_top_builddir}.;; +*) + case ${ac_top_builddir}. in + .) ac_abs_top_builddir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; + *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_srcdir=$ac_srcdir;; +*) + case $ac_srcdir in + .) ac_abs_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; + *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; + esac;; +esac +case $ac_abs_builddir in +.) ac_abs_top_srcdir=$ac_top_srcdir;; +*) + case $ac_top_srcdir in + .) ac_abs_top_srcdir=$ac_abs_builddir;; + [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; + *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; + esac;; +esac + + + { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 +echo "$as_me: executing $ac_dest commands" >&6;} + case $ac_dest in + depfiles ) test x"$AMDEP_TRUE" != x"" || 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=`(dirname "$mf") 2>/dev/null || +$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$mf" : 'X\(//\)[^/]' \| \ + X"$mf" : 'X\(//\)$' \| \ + X"$mf" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +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 + 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=`(dirname "$file") 2>/dev/null || +$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$file" : 'X\(//\)[^/]' \| \ + X"$file" : 'X\(//\)$' \| \ + X"$file" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + { if $as_mkdir_p; then + mkdir -p $dirpart/$fdir + else + as_dir=$dirpart/$fdir + as_dirs= + while test ! -d "$as_dir"; do + as_dirs="$as_dir $as_dirs" + as_dir=`(dirname "$as_dir") 2>/dev/null || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| \ + . : '\(.\)' 2>/dev/null || +echo X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } + /^X\(\/\/\)[^/].*/{ s//\1/; q; } + /^X\(\/\/\)$/{ s//\1/; q; } + /^X\(\/\).*/{ s//\1/; q; } + s/.*/./; q'` + done + test ! -n "$as_dirs" || mkdir $as_dirs + fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5 +echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;} + { (exit 1); exit 1; }; }; } + + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done +done + ;; + esac +done +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF + +{ (exit 0); exit 0; } +_ACEOF +chmod +x $CONFIG_STATUS +ac_clean_files=$ac_clean_files_save + + +# 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 + --- snappea-3.0d3.orig/depcomp +++ snappea-3.0d3/depcomp @@ -0,0 +1,423 @@ +#! /bin/sh + +# depcomp - compile a program generating dependencies as side-effects +# Copyright 1999, 2000 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. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi +# `libtool' can also be set to `yes' or `no'. + +if test -z "$depfile"; then + base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'` + dir=`echo "$object" | sed 's,/.*$,/,'` + if test "$dir" = "$object"; then + dir= + fi + # FIXME: should be _deps on DOS. + depfile="$dir.deps/$base" +fi + +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. + "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz +## The second -e expression handles DOS-style file names with drive letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the `deleted header file' problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. + tr ' ' ' +' < "$tmpdepfile" | +## Some versions of gcc put a space before the `:'. On the theory +## that the space means something, we add a space to the output as +## well. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like `#:fec' to the end of the + # dependency line. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ + tr ' +' ' ' >> $depfile + echo >> $depfile + + # The second pass generates a dummy entry for each header file. + tr ' ' ' +' < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> $depfile + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. This file always lives in the current directory. + # Also, the AIX compiler puts `$object:' at the start of each line; + # $object doesn't have directory information. + stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'` + tmpdepfile="$stripped.u" + outname="$stripped.o" + if test "$libtool" = yes; then + "$@" -Wc,-M + else + "$@" -M + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile" + exit $stat + fi + + 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,^$outname:,$object :," < "$tmpdepfile" > "$depfile" + sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" + else + # The sourcefile does not contain any dependencies, so just + # store a dummy comment line, to avoid errors with the Makefile + # "include basename.Plo" scheme. + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +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 + tmpdepfile1="$dir.libs/$base.lo.d" + tmpdepfile2="$dir.libs/$base.d" + "$@" -Wc,-MD + else + tmpdepfile1="$dir$base.o.d" + tmpdepfile2="$dir$base.d" + "$@" -MD + fi + + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + if test -f "$tmpdepfile1"; then + tmpdepfile="$tmpdepfile1" + else + tmpdepfile="$tmpdepfile2" + fi + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" + # That's a space and a tab in the []. + sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the proprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. We will use -o /dev/null later, + # however we can't do the remplacement now because + # `-o $object' might simply not be used + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + "$@" -o /dev/null $dashmflag | sed 's:^[^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + tr ' ' ' +' < "$tmpdepfile" | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # X makedepend + shift + cleared=no + for arg in "$@"; do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + -*) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix="`echo $object | sed 's/^.*\././'`" + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + sed '1,2d' "$tmpdepfile" | tr ' ' ' +' | \ +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the proprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test $1 != '--mode=compile'; do + shift + done + shift + fi + + # Remove `-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E | + sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | + sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the proprocessed file to stdout, regardless of -o, + # because we must use -o when running libtool. + "$@" || exit $? + IFS=" " + for arg + do + case "$arg" in + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + 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" + 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" + rm -f "$tmpdepfile" + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 --- snappea-3.0d3.orig/ltmain.sh +++ snappea-3.0d3/ltmain.sh @@ -0,0 +1,6425 @@ +# ltmain.sh - Provide generalized library-building support services. +# NOTE: Changing this file will not affect anything until you rerun configure. +# +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004 +# Free Software Foundation, Inc. +# Originally by Gordon Matzigkeit , 1996 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +basename="s,^.*/,,g" + +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath="$0" + +# The name of this program: +progname=`echo "$progpath" | $SED $basename` +modename="$progname" + +# Global variables: +EXIT_SUCCESS=0 +EXIT_FAILURE=1 + +PROGRAM=ltmain.sh +PACKAGE=libtool +VERSION=1.5.6 +TIMESTAMP=" (1.1220.2.95 2004/04/11 05:50:42) Debian$Rev: 203 $" + + +# Check that we have a working $echo. +if test "X$1" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift +elif test "X$1" = X--fallback-echo; then + # Avoid inline document here, it may be left over + : +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then + # Yippee, $echo works! + : +else + # Restart under the correct shell, and then maybe $echo will work. + exec $SHELL "$progpath" --no-reexec ${1+"$@"} +fi + +if test "X$1" = X--fallback-echo; then + # used as fallback echo + shift + cat <&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE +fi + +# Global variables. +mode=$default_mode +nonopt= +prev= +prevopt= +run= +show="$echo" +show_help= +execute_dlfiles= +lo2o="s/\\.lo\$/.${objext}/" +o2lo="s/\\.${objext}\$/.lo/" + +##################################### +# Shell function definitions: +# This seems to be the best place for them + +# func_win32_libid arg +# return the library type of file 'arg' +# +# Need a lot of goo to handle *both* DLLs and import libs +# Has to be a shell function in order to 'eat' the argument +# that is supplied when $file_magic_command is called. +func_win32_libid () { + win32_libid_type="unknown" + win32_fileres=`file -L $1 2>/dev/null` + case $win32_fileres in + *ar\ archive\ import\ library*) # definitely import + win32_libid_type="x86 archive import" + ;; + *ar\ archive*) # could be an import, or static + if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ + $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then + win32_nmres=`eval $NM -f posix -A $1 | \ + sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'` + if test "X$win32_nmres" = "Ximport" ; then + win32_libid_type="x86 archive import" + else + win32_libid_type="x86 archive static" + fi + fi + ;; + *DLL*) + win32_libid_type="x86 DLL" + ;; + *executable*) # but shell scripts are "executable" too... + case $win32_fileres in + *MS\ Windows\ PE\ Intel*) + win32_libid_type="x86 DLL" + ;; + esac + ;; + esac + $echo $win32_libid_type +} + + +# func_infer_tag arg +# Infer tagged configuration to use if any are available and +# if one wasn't chosen via the "--tag" command line option. +# Only attempt this if the compiler in the base compile +# command doesn't match the default compiler. +# arg is usually of the form 'gcc ...' +func_infer_tag () { + if test -n "$available_tags" && test -z "$tagname"; then + CC_quoted= + for arg in $CC; do + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case $@ in + # Blanks in the command may have been stripped by the calling shell, + # but not from the CC environment variable when configure was run. + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; + # Blanks at the start of $base_compile will cause this to fail + # if we don't check for them as well. + *) + for z in $available_tags; do + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + CC_quoted= + for arg in $CC; do + # Double-quote args containing other shell metacharacters. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + CC_quoted="$CC_quoted $arg" + done + case "$@ " in + " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) + # The compiler in the base compile command matches + # the one in the tagged configuration. + # Assume this is the tagged configuration we want. + tagname=$z + break + ;; + esac + fi + done + # If $tagname still isn't set, then no tagged configuration + # was found and let the user know that the "--tag" command + # line option must be used. + if test -z "$tagname"; then + $echo "$modename: unable to infer tagged configuration" + $echo "$modename: specify a tag with \`--tag'" 1>&2 + exit $EXIT_FAILURE +# else +# $echo "$modename: using $tagname tagged configuration" + fi + ;; + esac + fi +} +# End of Shell function definitions +##################################### + +# Darwin sucks +eval std_shrext=\"$shrext_cmds\" + +# Parse our command line options once, thoroughly. +while test "$#" -gt 0 +do + arg="$1" + shift + + case $arg in + -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; + *) optarg= ;; + esac + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + execute_dlfiles) + execute_dlfiles="$execute_dlfiles $arg" + ;; + tag) + tagname="$arg" + preserve_args="${preserve_args}=$arg" + + # Check whether tagname contains only valid characters + case $tagname in + *[!-_A-Za-z0-9,/]*) + $echo "$progname: invalid tag name: $tagname" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $tagname in + CC) + # Don't test for the "default" C tag, as we know, it's there, but + # not specially marked. + ;; + *) + if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then + taglist="$taglist $tagname" + # Evaluate the configuration. + eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" + else + $echo "$progname: ignoring unknown tag $tagname" 1>&2 + fi + ;; + esac + ;; + *) + eval "$prev=\$arg" + ;; + esac + + prev= + prevopt= + continue + fi + + # Have we seen a non-optional argument yet? + case $arg in + --help) + show_help=yes + ;; + + --version) + $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP" + $echo + $echo "Copyright (C) 2003 Free Software Foundation, Inc." + $echo "This is free software; see the source for copying conditions. There is NO" + $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + exit $EXIT_SUCCESS + ;; + + --config) + ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath + # Now print the configurations for the tags. + for tagname in $taglist; do + ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" + done + exit $EXIT_SUCCESS + ;; + + --debug) + $echo "$progname: enabling shell trace mode" + set -x + preserve_args="$preserve_args $arg" + ;; + + --dry-run | -n) + run=: + ;; + + --features) + $echo "host: $host" + if test "$build_libtool_libs" = yes; then + $echo "enable shared libraries" + else + $echo "disable shared libraries" + fi + if test "$build_old_libs" = yes; then + $echo "enable static libraries" + else + $echo "disable static libraries" + fi + exit $EXIT_SUCCESS + ;; + + --finish) mode="finish" ;; + + --mode) prevopt="--mode" prev=mode ;; + --mode=*) mode="$optarg" ;; + + --preserve-dup-deps) duplicate_deps="yes" ;; + + --quiet | --silent) + show=: + preserve_args="$preserve_args $arg" + ;; + + --tag) prevopt="--tag" prev=tag ;; + --tag=*) + set tag "$optarg" ${1+"$@"} + shift + prev=tag + preserve_args="$preserve_args --tag" + ;; + + -dlopen) + prevopt="-dlopen" + prev=execute_dlfiles + ;; + + -*) + $echo "$modename: unrecognized option \`$arg'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + + *) + nonopt="$arg" + break + ;; + esac +done + +if test -n "$prevopt"; then + $echo "$modename: option \`$prevopt' requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE +fi + +# 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= + +if test -z "$show_help"; then + + # Infer the operation mode. + if test -z "$mode"; then + $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 + $echo "*** Future versions of Libtool will require -mode=MODE be specified." 1>&2 + case $nonopt in + *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) + mode=link + for arg + do + case $arg in + -c) + mode=compile + break + ;; + esac + done + ;; + *db | *dbx | *strace | *truss) + mode=execute + ;; + *install*|cp|mv) + mode=install + ;; + *rm) + mode=uninstall + ;; + *) + # If we have no mode, but dlfiles were specified, then do execute mode. + test -n "$execute_dlfiles" && mode=execute + + # Just use the default operation mode. + if test -z "$mode"; then + if test -n "$nonopt"; then + $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 + else + $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 + fi + fi + ;; + esac + fi + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$execute_dlfiles" && test "$mode" != execute; then + $echo "$modename: unrecognized option \`-dlopen'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Change the help message to a mode-specific one. + generic_help="$help" + help="Try \`$modename --help --mode=$mode' for more information." + + # These modes are in order of execution frequency so that they run quickly. + case $mode in + # libtool compile mode + compile) + modename="$modename: compile" + # Get the compilation command and the source file. + base_compile= + srcfile="$nonopt" # always keep a non-empty value in "srcfile" + suppress_opt=yes + suppress_output= + arg_mode=normal + libobj= + later= + + for arg + do + case "$arg_mode" in + arg ) + # do not "continue". Instead, add this to base_compile + lastarg="$arg" + arg_mode=normal + ;; + + target ) + libobj="$arg" + arg_mode=normal + continue + ;; + + normal ) + # Accept any command-line options. + case $arg in + -o) + if test -n "$libobj" ; then + $echo "$modename: you cannot specify \`-o' more than once" 1>&2 + exit $EXIT_FAILURE + fi + arg_mode=target + continue + ;; + + -static | -prefer-pic | -prefer-non-pic) + later="$later $arg" + continue + ;; + + -no-suppress) + suppress_opt=no + continue + ;; + + -Xcompiler) + arg_mode=arg # the next one goes into the "base_compile" arg list + continue # The current "srcfile" will either be retained or + ;; # replaced later. I would guess that would be a bug. + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` + lastarg= + save_ifs="$IFS"; IFS=',' + for arg in $args; do + IFS="$save_ifs" + + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + lastarg="$lastarg $arg" + done + IFS="$save_ifs" + lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` + + # Add the arguments to base_compile. + base_compile="$base_compile $lastarg" + continue + ;; + + * ) + # Accept the current argument as the source file. + # The previous "srcfile" becomes the current argument. + # + lastarg="$srcfile" + srcfile="$arg" + ;; + esac # case $arg + ;; + esac # case $arg_mode + + # Aesthetically quote the previous argument. + lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` + + case $lastarg in + # Double-quote args containing other shell metacharacters. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + lastarg="\"$lastarg\"" + ;; + esac + + base_compile="$base_compile $lastarg" + done # for arg + + case $arg_mode in + arg) + $echo "$modename: you must specify an argument for -Xcompile" + exit $EXIT_FAILURE + ;; + target) + $echo "$modename: you must specify a target with \`-o'" 1>&2 + exit $EXIT_FAILURE + ;; + *) + # Get the name of the library object. + [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` + ;; + esac + + # Recognize several different file suffixes. + # If the user specifies -o file.o, it is replaced with file.lo + xform='[cCFSifmso]' + case $libobj in + *.ada) xform=ada ;; + *.adb) xform=adb ;; + *.ads) xform=ads ;; + *.asm) xform=asm ;; + *.c++) xform=c++ ;; + *.cc) xform=cc ;; + *.ii) xform=ii ;; + *.class) xform=class ;; + *.cpp) xform=cpp ;; + *.cxx) xform=cxx ;; + *.f90) xform=f90 ;; + *.for) xform=for ;; + *.java) xform=java ;; + esac + + libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` + + case $libobj in + *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; + *) + $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + func_infer_tag $base_compile + + for arg in $later; do + case $arg in + -static) + build_old_libs=yes + continue + ;; + + -prefer-pic) + pic_mode=yes + continue + ;; + + -prefer-non-pic) + pic_mode=no + continue + ;; + esac + done + + objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` + xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$obj"; then + xdir= + else + xdir=$xdir/ + fi + lobj=${xdir}$objdir/$objname + + if test -z "$base_compile"; then + $echo "$modename: you must specify a compilation command" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Delete any leftover library objects. + if test "$build_old_libs" = yes; then + removelist="$obj $lobj $libobj ${libobj}T" + else + removelist="$lobj $libobj ${libobj}T" + fi + + $run $rm $removelist + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + + # On Cygwin there's no "real" PIC flag so we must build both object types + case $host_os in + cygwin* | mingw* | pw32* | os2*) + pic_mode=default + ;; + esac + if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + # non-PIC code in shared libraries is not supported + pic_mode=default + fi + + # Calculate the filename of the output object if compiler does + # not support -o with -c + if test "$compiler_c_o" = no; then + output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} + lockfile="$output_obj.lock" + removelist="$removelist $output_obj $lockfile" + trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 + else + output_obj= + need_locks=no + lockfile= + fi + + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then + until $run ln "$progpath" "$lockfile" 2>/dev/null; do + $show "Waiting for $lockfile to be removed" + sleep 2 + done + elif test "$need_locks" = warn; then + if test -f "$lockfile"; then + $echo "\ +*** ERROR, $lockfile exists and contains: +`cat $lockfile 2>/dev/null` + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + $echo $srcfile > "$lockfile" + fi + + if test -n "$fix_srcfile_path"; then + eval srcfile=\"$fix_srcfile_path\" + fi + + $run $rm "$libobj" "${libobj}T" + + # Create a libtool object file (analogous to a ".la" file), + # but don't create it if we're doing a dry run. + test -z "$run" && cat > ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed, then go on to compile the next one + if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then + $show "$mv $output_obj $lobj" + if $run $mv $output_obj $lobj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the PIC object to the libtool object file. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T </dev/null`" != "X$srcfile"; then + $echo "\ +*** ERROR, $lockfile contains: +`cat $lockfile 2>/dev/null` + +but it should contain: +$srcfile + +This indicates that another process is trying to use the same +temporary object file, and libtool could not work around it because +your compiler does not support \`-c' and \`-o' together. If you +repeat this compilation, it may succeed, by chance, but you had better +avoid parallel builds (make -j) in this platform, or get a better +compiler." + + $run $rm $removelist + exit $EXIT_FAILURE + fi + + # Just move the object if needed + if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then + $show "$mv $output_obj $obj" + if $run $mv $output_obj $obj; then : + else + error=$? + $run $rm $removelist + exit $error + fi + fi + + # Append the name of the non-PIC object the libtool object file. + # Only append if the libtool object file exists. + test -z "$run" && cat >> ${libobj}T <> ${libobj}T <&2 + fi + if test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + else + if test -z "$pic_flag" && test -n "$link_static_flag"; then + dlopen_self=$dlopen_self_static + fi + fi + build_libtool_libs=no + build_old_libs=yes + prefer_static_libs=yes + break + ;; + esac + done + + # See if our shared archives depend on static archives. + test -n "$old_archive_from_new_cmds" && build_old_libs=yes + + # Go through the arguments, transforming them on the way. + while test "$#" -gt 0; do + arg="$1" + shift + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test + ;; + *) qarg=$arg ;; + esac + libtool_args="$libtool_args $qarg" + + # If the previous option needs an argument, assign it. + if test -n "$prev"; then + case $prev in + output) + compile_command="$compile_command @OUTPUT@" + finalize_command="$finalize_command @OUTPUT@" + ;; + esac + + case $prev in + dlfiles|dlprefiles) + if test "$preload" = no; then + # Add the symbol object into the linking commands. + compile_command="$compile_command @SYMFILE@" + finalize_command="$finalize_command @SYMFILE@" + preload=yes + fi + case $arg in + *.la | *.lo) ;; # We handle these cases below. + force) + if test "$dlself" = no; then + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + self) + if test "$prev" = dlprefiles; then + dlself=yes + elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + dlself=yes + else + dlself=needless + export_dynamic=yes + fi + prev= + continue + ;; + *) + if test "$prev" = dlfiles; then + dlfiles="$dlfiles $arg" + else + dlprefiles="$dlprefiles $arg" + fi + prev= + continue + ;; + esac + ;; + expsyms) + export_symbols="$arg" + if test ! -f "$arg"; then + $echo "$modename: symbol file \`$arg' does not exist" + exit $EXIT_FAILURE + fi + prev= + continue + ;; + expsyms_regex) + export_symbols_regex="$arg" + prev= + continue + ;; + inst_prefix) + inst_prefix_dir="$arg" + prev= + continue + ;; + precious_regex) + precious_files_regex="$arg" + prev= + continue + ;; + release) + release="-$arg" + prev= + continue + ;; + objectlist) + if test -f "$arg"; then + save_arg=$arg + moreargs= + for fil in `cat $save_arg` + do +# moreargs="$moreargs $fil" + arg=$fil + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + done + else + $echo "$modename: link input file \`$save_arg' does not exist" + exit $EXIT_FAILURE + fi + arg=$save_arg + prev= + continue + ;; + rpath | xrpath) + # We need an absolute path. + case $arg in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + if test "$prev" = rpath; then + case "$rpath " in + *" $arg "*) ;; + *) rpath="$rpath $arg" ;; + esac + else + case "$xrpath " in + *" $arg "*) ;; + *) xrpath="$xrpath $arg" ;; + esac + fi + prev= + continue + ;; + xcompiler) + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + xlinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $wl$qarg" + prev= + compile_command="$compile_command $wl$qarg" + finalize_command="$finalize_command $wl$qarg" + continue + ;; + xcclinker) + linker_flags="$linker_flags $qarg" + compiler_flags="$compiler_flags $qarg" + prev= + compile_command="$compile_command $qarg" + finalize_command="$finalize_command $qarg" + continue + ;; + shrext) + shrext_cmds="$arg" + prev= + continue + ;; + *) + eval "$prev=\"\$arg\"" + prev= + continue + ;; + esac + fi # test -n "$prev" + + prevarg="$arg" + + case $arg in + -all-static) + if test -n "$link_static_flag"; then + compile_command="$compile_command $link_static_flag" + finalize_command="$finalize_command $link_static_flag" + fi + continue + ;; + + -allow-undefined) + # FIXME: remove this flag sometime in the future. + $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 + continue + ;; + + -avoid-version) + avoid_version=yes + continue + ;; + + -dlopen) + prev=dlfiles + continue + ;; + + -dlpreopen) + prev=dlprefiles + continue + ;; + + -export-dynamic) + export_dynamic=yes + continue + ;; + + -export-symbols | -export-symbols-regex) + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: more than one -exported-symbols argument is not allowed" + exit $EXIT_FAILURE + fi + if test "X$arg" = "X-export-symbols"; then + prev=expsyms + else + prev=expsyms_regex + fi + continue + ;; + + -inst-prefix-dir) + prev=inst_prefix + continue + ;; + + # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* + # so, if we see these flags be careful not to treat them like -L + -L[A-Z][A-Z]*:*) + case $with_gcc/$host in + no/*-*-irix* | /*-*-irix*) + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + ;; + esac + continue + ;; + + -L*) + dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 + exit $EXIT_FAILURE + fi + dir="$absdir" + ;; + esac + case "$deplibs " in + *" -L$dir "*) ;; + *) + deplibs="$deplibs -L$dir" + lib_search_path="$lib_search_path $dir" + ;; + esac + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + case :$dllsearchpath: in + *":$dir:"*) ;; + *) dllsearchpath="$dllsearchpath:$dir";; + esac + ;; + esac + continue + ;; + + -l*) + if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + case $host in + *-*-cygwin* | *-*-pw32* | *-*-beos*) + # These systems don't actually have a C or math library (as such) + continue + ;; + *-*-mingw* | *-*-os2*) + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; + *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C and math libraries are in the System framework + deplibs="$deplibs -framework System" + continue + esac + elif test "X$arg" = "X-lc_r"; then + case $host in + *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; + esac + fi + deplibs="$deplibs $arg" + continue + ;; + + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + deplibs="$deplibs $arg" + continue + ;; + + -module) + module=yes + continue + ;; + + # gcc -m* arguments should be passed to the linker via $compiler_flags + # in order to pass architecture information to the linker + # (e.g. 32 vs 64-bit). This may also be accomplished via -Wl,-mfoo + # but this is not reliable with gcc because gcc may use -mfoo to + # select a different linker, different libraries, etc, while + # -Wl,-mfoo simply passes -mfoo to the linker. + -m*) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + if test "$with_gcc" = "yes" ; then + compiler_flags="$compiler_flags $arg" + fi + continue + ;; + + -shrext) + prev=shrext + continue + ;; + + -no-fast-install) + fast_install=no + continue + ;; + + -no-install) + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + # The PATH hackery in wrapper scripts is required on Windows + # in order for the loader to find any dlls it needs. + $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 + $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 + fast_install=no + ;; + *) no_install=yes ;; + esac + continue + ;; + + -no-undefined) + allow_undefined=no + continue + ;; + + -objectlist) + prev=objectlist + continue + ;; + + -o) prev=output ;; + + -precious-files-regex) + prev=precious_regex + continue + ;; + + -release) + prev=release + continue + ;; + + -rpath) + prev=rpath + continue + ;; + + -R) + prev=xrpath + continue + ;; + + -R*) + dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + $echo "$modename: only absolute run-paths are allowed" 1>&2 + exit $EXIT_FAILURE + ;; + esac + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + continue + ;; + + -static) + # The effects of -static are defined in a previous loop. + # We used to do the same as -all-static on platforms that + # didn't have a PIC flag, but the assumption that the effects + # would be equivalent was wrong. It would break on at least + # Digital Unix and AIX. + continue + ;; + + -thread-safe) + thread_safe=yes + continue + ;; + + -version-info) + prev=vinfo + continue + ;; + -version-number) + prev=vinfo + vinfo_number=yes + continue + ;; + + -Wc,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= + save_ifs="$IFS"; IFS=',' + for flag in $args; do + IFS="$save_ifs" + case $flag in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + flag="\"$flag\"" + ;; + esac + arg="$arg $wl$flag" + compiler_flags="$compiler_flags $wl$flag" + linker_flags="$linker_flags $flag" + done + IFS="$save_ifs" + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + + -Xcompiler) + prev=xcompiler + continue + ;; + + -Xlinker) + prev=xlinker + continue + ;; + + -XCClinker) + prev=xcclinker + continue + ;; + + # Some other compiler flag. + -* | +*) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + + *.$objext) + # A standard object. + objs="$objs $arg" + ;; + + *.lo) + # A libtool-controlled object. + + # Check to see that this really is a libtool object. + if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + pic_object= + non_pic_object= + + # Read the .lo file + # If there is no directory component, then add one. + case $arg in + */* | *\\*) . $arg ;; + *) . ./$arg ;; + esac + + if test -z "$pic_object" || \ + test -z "$non_pic_object" || + test "$pic_object" = none && \ + test "$non_pic_object" = none; then + $echo "$modename: cannot find name of object for \`$arg'" 1>&2 + exit $EXIT_FAILURE + fi + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + if test "$pic_object" != none; then + # Prepend the subdirectory the object is found in. + pic_object="$xdir$pic_object" + + if test "$prev" = dlfiles; then + if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then + dlfiles="$dlfiles $pic_object" + prev= + continue + else + # If libtool objects are unsupported, then we need to preload. + prev=dlprefiles + fi + fi + + # CHECK ME: I think I busted this. -Ossama + if test "$prev" = dlprefiles; then + # Preload the old-style object. + dlprefiles="$dlprefiles $pic_object" + prev= + fi + + # A PIC object. + libobjs="$libobjs $pic_object" + arg="$pic_object" + fi + + # Non-PIC object. + if test "$non_pic_object" != none; then + # Prepend the subdirectory the object is found in. + non_pic_object="$xdir$non_pic_object" + + # A standard non-PIC object + non_pic_objects="$non_pic_objects $non_pic_object" + if test -z "$pic_object" || test "$pic_object" = none ; then + arg="$non_pic_object" + fi + fi + else + # Only an error if not doing a dry-run. + if test -z "$run"; then + $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 + exit $EXIT_FAILURE + else + # Dry-run case. + + # Extract subdirectory from the argument. + xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` + if test "X$xdir" = "X$arg"; then + xdir= + else + xdir="$xdir/" + fi + + pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` + non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` + libobjs="$libobjs $pic_object" + non_pic_objects="$non_pic_objects $non_pic_object" + fi + fi + ;; + + *.$libext) + # An archive. + deplibs="$deplibs $arg" + old_deplibs="$old_deplibs $arg" + continue + ;; + + *.la) + # A libtool-controlled library. + + if test "$prev" = dlfiles; then + # This library was specified with -dlopen. + dlfiles="$dlfiles $arg" + prev= + elif test "$prev" = dlprefiles; then + # The library was specified with -dlpreopen. + dlprefiles="$dlprefiles $arg" + prev= + else + deplibs="$deplibs $arg" + fi + continue + ;; + + # Some other compiler argument. + *) + # Unknown arguments in both finalize_command and compile_command need + # to be aesthetically quoted because they are evaled later. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + arg="\"$arg\"" + ;; + esac + ;; + esac # arg + + # Now actually substitute the argument into the commands. + if test -n "$arg"; then + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + done # argument parsing loop + + if test -n "$prev"; then + $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + eval arg=\"$export_dynamic_flag_spec\" + compile_command="$compile_command $arg" + finalize_command="$finalize_command $arg" + fi + + oldlibs= + # calculate the name of the file, without its directory + outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` + libobjs_save="$libobjs" + + if test -n "$shlibpath_var"; then + # get the directories listed in $shlibpath_var + eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` + else + shlib_search_path= + fi + eval sys_lib_search_path=\"$sys_lib_search_path_spec\" + eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + + output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` + if test "X$output_objdir" = "X$output"; then + output_objdir="$objdir" + else + output_objdir="$output_objdir/$objdir" + fi + # Create the object directory. + if test ! -d "$output_objdir"; then + $show "$mkdir $output_objdir" + $run $mkdir $output_objdir + status=$? + if test "$status" -ne 0 && test ! -d "$output_objdir"; then + exit $status + fi + fi + + # Determine the type of output + case $output in + "") + $echo "$modename: you must specify an output file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + *.$libext) linkmode=oldlib ;; + *.lo | *.$objext) linkmode=obj ;; + *.la) linkmode=lib ;; + *) linkmode=prog ;; # Anything else should be a program. + esac + + case $host in + *cygwin* | *mingw* | *pw32*) + # don't eliminate duplications in $postdeps and $predeps + duplicate_compiler_generated_deps=yes + ;; + *) + duplicate_compiler_generated_deps=$duplicate_deps + ;; + esac + specialdeplibs= + + libs= + # Find all interdependent deplibs by searching for libraries + # that are linked more than once (e.g. -la -lb -la) + for deplib in $deplibs; do + if test "X$duplicate_deps" = "Xyes" ; then + case "$libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + libs="$libs $deplib" + done + + if test "$linkmode" = lib; then + libs="$predeps $libs $compiler_lib_search_path $postdeps" + + # Compute libraries that are listed more than once in $predeps + # $postdeps and mark them as special (i.e., whose duplicates are + # not to be eliminated). + pre_post_deps= + if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then + for pre_post_dep in $predeps $postdeps; do + case "$pre_post_deps " in + *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; + esac + pre_post_deps="$pre_post_deps $pre_post_dep" + done + fi + pre_post_deps= + fi + + deplibs= + newdependency_libs= + newlib_search_path= + need_relink=no # whether we're linking any uninstalled libtool libraries + notinst_deplibs= # not-installed libtool libraries + notinst_path= # paths that contain not-installed libtool libraries + case $linkmode in + lib) + passes="conv link" + for file in $dlfiles $dlprefiles; do + case $file in + *.la) ;; + *) + $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + prog) + compile_deplibs= + finalize_deplibs= + alldeplibs=no + newdlfiles= + newdlprefiles= + passes="conv scan dlopen dlpreopen link" + ;; + *) passes="conv" + ;; + esac + for pass in $passes; do + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan"; then + libs="$deplibs" + deplibs= + fi + if test "$linkmode" = prog; then + case $pass in + dlopen) libs="$dlfiles" ;; + dlpreopen) libs="$dlprefiles" ;; + link) + libs="$deplibs %DEPLIBS%" + test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" + ;; + esac + fi + if test "$pass" = dlopen; then + # Collect dlpreopened libraries + save_deplibs="$deplibs" + deplibs= + fi + for deplib in $libs; do + lib= + found=no + case $deplib in + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; + -l*) + if test "$linkmode" != lib && test "$linkmode" != prog; then + $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 + continue + fi + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` + for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do + for search_ext in .la $std_shrext .so .a; do + # Search the libtool library + lib="$searchdir/lib${name}${search_ext}" + if test -f "$lib"; then + if test "$search_ext" = ".la"; then + found=yes + else + found=no + fi + break 2 + fi + done + done + if test "$found" != yes; then + # deplib doesn't seem to be a libtool library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + else # deplib is a libtool library + # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, + # We need to do some special things here, and not later. + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $deplib "*) + if (${SED} -e '2q' $lib | + grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + library_names= + old_library= + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + for l in $old_library $library_names; do + ll="$l" + done + if test "X$ll" = "X$old_library" ; then # only static version available + found=no + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + lib=$ladir/$old_library + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + fi + continue + fi + fi + ;; + *) ;; + esac + fi + fi + ;; # -l + -L*) + case $linkmode in + lib) + deplibs="$deplib $deplibs" + test "$pass" = conv && continue + newdependency_libs="$deplib $newdependency_libs" + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + prog) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + if test "$pass" = scan; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` + ;; + *) + $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 + ;; + esac # linkmode + continue + ;; # -L + -R*) + if test "$pass" = link; then + dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` + # Make sure the xrpath contains only unique directories. + case "$xrpath " in + *" $dir "*) ;; + *) xrpath="$xrpath $dir" ;; + esac + fi + deplibs="$deplib $deplibs" + continue + ;; + *.la) lib="$deplib" ;; + *.$libext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + continue + fi + case $linkmode in + lib) + if test "$deplibs_check_method" != pass_all; 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 used here." + else + $echo + $echo "*** Warning: Linking the shared library $output against the" + $echo "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + fi + continue + ;; + prog) + if test "$pass" != link; then + deplibs="$deplib $deplibs" + else + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + fi + continue + ;; + esac # linkmode + ;; # *.$libext + *.lo | *.$objext) + if test "$pass" = conv; then + deplibs="$deplib $deplibs" + elif test "$linkmode" = prog; then + if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + # If there is no dlopen support or we're linking statically, + # we need to preload. + newdlprefiles="$newdlprefiles $deplib" + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + newdlfiles="$newdlfiles $deplib" + fi + fi + continue + ;; + %DEPLIBS%) + alldeplibs=yes + continue + ;; + esac # case $deplib + if test "$found" = yes || test -f "$lib"; then : + else + $echo "$modename: cannot find the library \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + + ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` + test "X$ladir" = "X$lib" && ladir="." + + dlname= + dlopen= + dlpreopen= + libdir= + library_names= + old_library= + # If the library was installed with an old release of libtool, + # it will not redefine variables installed, or shouldnotlink + installed=yes + shouldnotlink=no + + # Read the .la file + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + + if test "$linkmode,$pass" = "lib,link" || + test "$linkmode,$pass" = "prog,scan" || + { test "$linkmode" != prog && test "$linkmode" != lib; }; then + test -n "$dlopen" && dlfiles="$dlfiles $dlopen" + test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" + fi + + if test "$pass" = conv; then + # Only check for convenience libraries + deplibs="$lib $deplibs" + if test -z "$libdir"; then + if test -z "$old_library"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + 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" + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + elif test "$linkmode" != prog && test "$linkmode" != lib; then + $echo "$modename: \`$lib' is not a convenience library" 1>&2 + exit $EXIT_FAILURE + fi + continue + fi # $pass = conv + + + # Get the name of the library we link against. + linklib= + for l in $old_library $library_names; do + linklib="$l" + done + if test -z "$linklib"; then + $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + + # This library was specified with -dlopen. + if test "$pass" = dlopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + fi + if test -z "$dlname" || + test "$dlopen_support" != yes || + test "$build_libtool_libs" = no; then + # If there is no dlname, no dlopen support or we're linking + # statically, we need to preload. We also need to preload any + # dependent libraries so libltdl's deplib preloader doesn't + # bomb out in the load deplibs phase. + dlprefiles="$dlprefiles $lib $dependency_libs" + else + newdlfiles="$newdlfiles $lib" + fi + continue + fi # $pass = dlopen + + # We need an absolute path. + case $ladir in + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + *) + abs_ladir=`cd "$ladir" && pwd` + if test -z "$abs_ladir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 + $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 + abs_ladir="$ladir" + fi + ;; + esac + laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + + # 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 + $echo "$modename: warning: library \`$lib' was moved." 1>&2 + dir="$ladir" + absdir="$abs_ladir" + libdir="$abs_ladir" + else + dir="$libdir" + absdir="$libdir" + fi + else + dir="$ladir/$objdir" + absdir="$abs_ladir/$objdir" + # Remove this search path later + notinst_path="$notinst_path $abs_ladir" + fi # $installed = yes + name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + + # This library was specified with -dlpreopen. + if test "$pass" = dlpreopen; then + if test -z "$libdir"; then + $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 + exit $EXIT_FAILURE + 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" + # Otherwise, use the dlname, so that lt_dlopen finds it. + elif test -n "$dlname"; then + newdlprefiles="$newdlprefiles $dir/$dlname" + else + newdlprefiles="$newdlprefiles $dir/$linklib" + fi + fi # $pass = dlpreopen + + if test -z "$libdir"; then + # Link the convenience library + if test "$linkmode" = lib; then + deplibs="$dir/$old_library $deplibs" + elif test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$dir/$old_library $compile_deplibs" + finalize_deplibs="$dir/$old_library $finalize_deplibs" + else + deplibs="$lib $deplibs" # used for prog,scan pass + fi + continue + fi + + + if test "$linkmode" = prog && test "$pass" != link; then + newlib_search_path="$newlib_search_path $ladir" + deplibs="$lib $deplibs" + + linkalldeplibs=no + if test "$link_all_deplibs" != no || test -z "$library_names" || + test "$build_libtool_libs" = no; then + linkalldeplibs=yes + fi + + tmp_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test + esac + # Need to link against all dependency_libs? + if test "$linkalldeplibs" = yes; then + deplibs="$deplib $deplibs" + else + # Need to hardcode shared library paths + # or/and link against static libraries + newdependency_libs="$deplib $newdependency_libs" + fi + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done # for deplib + continue + fi # $linkmode = prog... + + if test "$linkmode,$pass" = "prog,link"; then + if test -n "$library_names" && + { test "$prefer_static_libs" = no || test -z "$old_library"; }; then + # We need to hardcode the library path + if test -n "$shlibpath_var"; then + # Make sure the rpath contains only unique directories. + case "$temp_rpath " in + *" $dir "*) ;; + *" $absdir "*) ;; + *) temp_rpath="$temp_rpath $dir" ;; + esac + fi + + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi # $linkmode,$pass = prog,link... + + if test "$alldeplibs" = yes && + { test "$deplibs_check_method" = pass_all || + { test "$build_libtool_libs" = yes && + test -n "$library_names"; }; }; then + # We only need to search for static libraries + continue + fi + fi + + link_static=no # Whether the deplib will be linked statically + if test -n "$library_names" && + { test "$prefer_static_libs" = no || test -z "$old_library"; }; then + if test "$installed" = no; then + notinst_deplibs="$notinst_deplibs $lib" + need_relink=yes + fi + # This is a shared library + + # Warn about portability, can't link against -module's on + # some systems (darwin) + if test "$shouldnotlink" = yes && test "$pass" = link ; then + $echo + if test "$linkmode" = prog; then + $echo "*** Warning: Linking the executable $output against the loadable module" + else + $echo "*** Warning: Linking the shared library $output against the loadable module" + fi + $echo "*** $linklib is not portable!" + fi + if test "$linkmode" = lib && + test "$hardcode_into_libs" = yes; then + # Hardcode the library path. + # Skip directories that are in the system default run-time + # search path. + case " $sys_lib_dlsearch_path " in + *" $absdir "*) ;; + *) + case "$compile_rpath " in + *" $absdir "*) ;; + *) compile_rpath="$compile_rpath $absdir" + esac + ;; + esac + case " $sys_lib_dlsearch_path " in + *" $libdir "*) ;; + *) + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" + esac + ;; + esac + fi + + if test -n "$old_archive_from_expsyms_cmds"; then + # figure out the soname + set dummy $library_names + realname="$2" + shift; shift + libname=`eval \\$echo \"$libname_spec\"` + # use dlname if we got it. it's perfectly good, no? + if test -n "$dlname"; then + soname="$dlname" + elif test -n "$soname_spec"; then + # bleh windows + case $host in + *cygwin* | mingw*) + major=`expr $current - $age` + versuffix="-$major" + ;; + esac + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + + # Make a new name for the extract_expsyms_cmds to use + soroot="$soname" + soname=`$echo $soroot | ${SED} -e 's/^.*\///'` + newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" + + # If the library has no export list, then create one now + if test -f "$output_objdir/$soname-def"; then : + else + $show "extracting exported symbol list from \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$extract_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + # Create $newlib + if test -f "$output_objdir/$newlib"; then :; else + $show "generating import library for \`$soname'" + save_ifs="$IFS"; IFS='~' + cmds=$old_archive_from_expsyms_cmds + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + # make sure the library variables are pointing to the new library + dir=$output_objdir + linklib=$newlib + fi # test -n "$old_archive_from_expsyms_cmds" + + if test "$linkmode" = prog || test "$mode" != relink; then + add_shlibpath= + add_dir= + add= + lib_linked=yes + case $hardcode_action in + immediate | unsupported) + if test "$hardcode_direct" = no; then + add="$dir/$linklib" + case $host in + *-*-sco3.2v5* ) add_dir="-L$dir" ;; + *-*-darwin* ) + # if the lib is a module then we can not link against + # it, someone is ignoring the new warnings I added + if /usr/bin/file -L $add 2> /dev/null | $EGREP "bundle" >/dev/null ; then + $echo "** Warning, lib $linklib is a module, not a shared library" + if test -z "$old_library" ; then + $echo + $echo "** And there doesn't seem to be a static archive available" + $echo "** The link will probably fail, sorry" + else + add="$dir/$old_library" + fi + fi + esac + elif test "$hardcode_minus_L" = no; then + case $host in + *-*-sunos*) add_shlibpath="$dir" ;; + esac + add_dir="-L$dir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = no; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + relink) + if test "$hardcode_direct" = yes; then + add="$dir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$dir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case "$libdir" in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + add_shlibpath="$dir" + add="-l$name" + else + lib_linked=no + fi + ;; + *) lib_linked=no ;; + esac + + if test "$lib_linked" != yes; then + $echo "$modename: configuration error: unsupported hardcode properties" + exit $EXIT_FAILURE + fi + + if test -n "$add_shlibpath"; then + case :$compile_shlibpath: in + *":$add_shlibpath:"*) ;; + *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; + esac + fi + if test "$linkmode" = prog; then + test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" + test -n "$add" && compile_deplibs="$add $compile_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + if test "$hardcode_direct" != yes && \ + test "$hardcode_minus_L" != yes && \ + test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + fi + fi + fi + + if test "$linkmode" = prog || test "$mode" = relink; then + add_shlibpath= + add_dir= + add= + # Finalize command for both is simple: just hardcode it. + if test "$hardcode_direct" = yes; then + add="$libdir/$linklib" + elif test "$hardcode_minus_L" = yes; then + add_dir="-L$libdir" + add="-l$name" + elif test "$hardcode_shlibpath_var" = yes; then + case :$finalize_shlibpath: in + *":$libdir:"*) ;; + *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; + esac + add="-l$name" + elif test "$hardcode_automatic" = yes; then + if test -n "$inst_prefix_dir" && + test -f "$inst_prefix_dir$libdir/$linklib" ; then + add="$inst_prefix_dir$libdir/$linklib" + else + add="$libdir/$linklib" + fi + else + # We cannot seem to hardcode it, guess we'll fake it. + add_dir="-L$libdir" + # Try looking first in the location we're being installed to. + if test -n "$inst_prefix_dir"; then + case "$libdir" in + [\\/]*) + add_dir="$add_dir -L$inst_prefix_dir$libdir" + ;; + esac + fi + add="-l$name" + fi + + if test "$linkmode" = prog; then + test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" + test -n "$add" && finalize_deplibs="$add $finalize_deplibs" + else + test -n "$add_dir" && deplibs="$add_dir $deplibs" + test -n "$add" && deplibs="$add $deplibs" + fi + fi + elif test "$linkmode" = prog; then + # Here we assume that one of hardcode_direct or hardcode_minus_L + # is not unsupported. This is valid on all known static and + # shared platforms. + if test "$hardcode_direct" != unsupported; then + test -n "$old_library" && linklib="$old_library" + compile_deplibs="$dir/$linklib $compile_deplibs" + finalize_deplibs="$dir/$linklib $finalize_deplibs" + else + compile_deplibs="-l$name -L$dir $compile_deplibs" + finalize_deplibs="-l$name -L$dir $finalize_deplibs" + fi + elif test "$build_libtool_libs" = yes; then + # Not a shared library + if test "$deplibs_check_method" != pass_all; then + # We're trying link a shared library against a static one + # but the system doesn't support it. + + # Just print a warning and add the library to dependency_libs so + # that the program can be linked against the static library. + $echo + $echo "*** Warning: This system can not link to static lib archive $lib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have." + if test "$module" = yes; then + $echo "*** But as you try to build a module library, libtool will still create " + $echo "*** a static module, that should work as long as the dlopening application" + $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + else + convenience="$convenience $dir/$old_library" + old_convenience="$old_convenience $dir/$old_library" + deplibs="$dir/$old_library $deplibs" + link_static=yes + fi + fi # link shared/static library? + + if test "$linkmode" = lib; then + if test -n "$dependency_libs" && + { test "$hardcode_into_libs" != yes || + test "$build_old_libs" = yes || + test "$link_static" = yes; }; then + # Extract -R from dependency_libs + temp_deplibs= + for libdir in $dependency_libs; do + case $libdir in + -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` + case " $xrpath " in + *" $temp_xrpath "*) ;; + *) xrpath="$xrpath $temp_xrpath";; + esac;; + *) temp_deplibs="$temp_deplibs $libdir";; + esac + done + dependency_libs="$temp_deplibs" + fi + + newlib_search_path="$newlib_search_path $absdir" + # Link against this library + test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + # ... and its dependency_libs + tmp_libs= + for deplib in $dependency_libs; do + newdependency_libs="$deplib $newdependency_libs" + if test "X$duplicate_deps" = "Xyes" ; then + case "$tmp_libs " in + *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; + esac + fi + tmp_libs="$tmp_libs $deplib" + done + + if test "$link_all_deplibs" != no; then + # Add the search paths of all dependency libraries + for deplib in $dependency_libs; do + case $deplib in + -L*) path="$deplib" ;; + *.la) + dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$deplib" && dir="." + # We need an absolute path. + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + *) + absdir=`cd "$dir" && pwd` + if test -z "$absdir"; then + $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 + absdir="$dir" + fi + ;; + esac + if grep "^installed=no" $deplib > /dev/null; then + path="$absdir/$objdir" + else + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + if test "$absdir" != "$libdir"; then + $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 + fi + path="$absdir" + fi + depdepl= + case $host in + *-*-darwin*) + # we do not want to link against static libs, + # but need to link against shared + 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 "$path/$depdepl" ; then + depdepl="$path/$depdepl" + fi + # do not add paths which are already there + case " $newlib_search_path " in + *" $path "*) ;; + *) newlib_search_path="$newlib_search_path $path";; + esac + fi + path="" + ;; + *) + path="-L$path" + ;; + esac + ;; + -l*) + case $host in + *-*-darwin*) + # Again, we only want to link against shared libraries + eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` + for tmp in $newlib_search_path ; do + if test -f "$tmp/lib$tmp_libs.dylib" ; then + eval depdepl="$tmp/lib$tmp_libs.dylib" + break + fi + done + path="" + ;; + *) continue ;; + esac + ;; + *) continue ;; + esac + case " $deplibs " in + *" $depdepl "*) ;; + *) deplibs="$depdepl $deplibs" ;; + esac + case " $deplibs " in + *" $path "*) ;; + *) deplibs="$deplibs $path" ;; + esac + done + fi # link_all_deplibs != no + fi # linkmode = lib + done # for deplib in $libs + dependency_libs="$newdependency_libs" + if test "$pass" = dlpreopen; then + # Link the dlpreopened libraries before other libraries + for deplib in $save_deplibs; do + deplibs="$deplib $deplibs" + done + fi + if test "$pass" != dlopen; then + if test "$pass" != conv; then + # Make sure lib_search_path contains only unique directories. + lib_search_path= + for dir in $newlib_search_path; do + case "$lib_search_path " in + *" $dir "*) ;; + *) lib_search_path="$lib_search_path $dir" ;; + esac + done + newlib_search_path= + fi + + if test "$linkmode,$pass" != "prog,link"; then + vars="deplibs" + else + vars="compile_deplibs finalize_deplibs" + fi + for var in $vars dependency_libs; do + # Add libraries to $var in reverse order + eval tmp_libs=\"\$$var\" + new_libs= + for deplib in $tmp_libs; do + # FIXME: Pedantically, this is the right thing to do, so + # that some nasty dependency loop isn't accidentally + # broken: + #new_libs="$deplib $new_libs" + # Pragmatically, this seems to cause very few problems in + # practice: + case $deplib in + -L*) new_libs="$deplib $new_libs" ;; + -R*) ;; + *) + # And here is the reason: when a library appears more + # than once as an explicit dependence of a library, or + # is implicitly linked in more than once by the + # compiler, it is considered special, and multiple + # occurrences thereof are not removed. Compare this + # with having the same library being listed as a + # dependency of multiple other libraries: in this case, + # we know (pedantically, we assume) the library does not + # need to be listed more than once, so we keep only the + # last copy. This is not always right, but it is rare + # enough that we require users that really mean to play + # such unportable linking tricks to link the library + # using -Wl,-lname, so that libtool does not consider it + # for duplicate removal. + case " $specialdeplibs " in + *" $deplib "*) new_libs="$deplib $new_libs" ;; + *) + case " $new_libs " in + *" $deplib "*) ;; + *) new_libs="$deplib $new_libs" ;; + esac + ;; + esac + ;; + esac + done + tmp_libs= + for deplib in $new_libs; do + case $deplib in + -L*) + case " $tmp_libs " in + *" $deplib "*) ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + ;; + *) tmp_libs="$tmp_libs $deplib" ;; + esac + done + eval $var=\"$tmp_libs\" + done # for var + fi + # Last step: remove runtime libs from dependency_libs + # (they stay in deplibs) + tmp_libs= + for i in $dependency_libs ; do + case " $predeps $postdeps $compiler_lib_search_path " in + *" $i "*) + i="" + ;; + esac + if test -n "$i" ; then + tmp_libs="$tmp_libs $i" + fi + done + dependency_libs=$tmp_libs + done # for pass + if test "$linkmode" = prog; then + dlfiles="$newdlfiles" + dlprefiles="$newdlprefiles" + fi + + case $linkmode in + oldlib) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 + fi + + if test -n "$export_symbols" || test -n "$export_symbols_regex"; then + $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 + fi + + # Now set the variables for building old libraries. + build_libtool_libs=no + oldlibs="$output" + objs="$objs$old_deplibs" + ;; + + lib) + # Make sure we only generate libraries of the form `libNAME.la'. + case $outputname in + lib*) + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + ;; + *) + if test "$module" = no; then + $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + if test "$need_lib_prefix" != no; then + # Add the "lib" prefix for modules if required + name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + eval shared_ext=\"$shrext_cmds\" + eval libname=\"$libname_spec\" + else + libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` + fi + ;; + esac + + if test -n "$objs"; then + if test "$deplibs_check_method" != pass_all; then + $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 + exit $EXIT_FAILURE + else + $echo + $echo "*** Warning: Linking the shared library $output against the non-libtool" + $echo "*** objects $objs is not portable!" + libobjs="$libobjs $objs" + fi + fi + + if test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 + fi + + set dummy $rpath + if test "$#" -gt 2; then + $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 + fi + install_libdir="$2" + + oldlibs= + if test -z "$rpath"; then + if test "$build_libtool_libs" = yes; then + # Building a libtool convenience library. + # Some compilers have problems with a `.al' extension so + # convenience libraries should have the same extension an + # archive normally would. + oldlibs="$output_objdir/$libname.$libext $oldlibs" + build_libtool_libs=convenience + build_old_libs=yes + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 + fi + else + + # Parse the version information argument. + save_ifs="$IFS"; IFS=':' + set dummy $vinfo 0 0 0 + IFS="$save_ifs" + + if test -n "$8"; then + $echo "$modename: too many parameters to \`-version-info'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # convert absolute version numbers to libtool ages + # this retains compatibility with .la files and attempts + # to make the code below a bit more comprehensible + + case $vinfo_number in + yes) + number_major="$2" + number_minor="$3" + number_revision="$4" + # + # There are really only two kinds -- those that + # use the current revision as the major version + # and those that subtract age and use age as + # a minor version. But, then there is irix + # which has an extra 1 added just for fun + # + case $version_type in + darwin|linux|osf|windows) + current=`expr $number_major + $number_minor` + age="$number_minor" + revision="$number_revision" + ;; + freebsd-aout|freebsd-elf|sunos) + current="$number_major" + revision="$number_minor" + age="0" + ;; + irix|nonstopux) + current=`expr $number_major + $number_minor - 1` + age="$number_minor" + revision="$number_minor" + ;; + esac + ;; + no) + current="$2" + revision="$3" + age="$4" + ;; + esac + + # Check that each of the things are valid numbers. + case $current in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $revision in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: REVISION \`$revision' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + case $age in + 0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;; + *) + $echo "$modename: AGE \`$age' is not a nonnegative integer" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test "$age" -gt "$current"; then + $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 + $echo "$modename: \`$vinfo' is not valid version information" 1>&2 + exit $EXIT_FAILURE + fi + + # Calculate the version variables. + major= + versuffix= + verstring= + case $version_type in + none) ;; + + darwin) + # Like Linux, but with the current version available in + # verstring for coding it into the library header + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + # Darwin ld doesn't like 0 for these options... + minor_current=`expr $current + 1` + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + + freebsd-aout) + major=".$current" + versuffix=".$current.$revision"; + ;; + + freebsd-elf) + major=".$current" + versuffix=".$current"; + ;; + + irix | nonstopux) + major=`expr $current - $age + 1` + + case $version_type in + nonstopux) verstring_prefix=nonstopux ;; + *) verstring_prefix=sgi ;; + esac + verstring="$verstring_prefix$major.$revision" + + # Add in all the interfaces that we are compatible with. + loop=$revision + while test "$loop" -ne 0; do + iface=`expr $revision - $loop` + loop=`expr $loop - 1` + verstring="$verstring_prefix$major.$iface:$verstring" + done + + # Before this point, $major must not contain `.'. + major=.$major + versuffix="$major.$revision" + ;; + + linux) + major=.`expr $current - $age` + versuffix="$major.$age.$revision" + ;; + + osf) + major=.`expr $current - $age` + 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 + iface=`expr $current - $loop` + loop=`expr $loop - 1` + verstring="$verstring:${iface}.0" + done + + # Make executables depend on our current version. + verstring="$verstring:${current}.0" + ;; + + sunos) + major=".$current" + versuffix=".$current.$revision" + ;; + + windows) + # Use '-' rather than '.', since we only want one + # extension on DOS 8.3 filesystems. + major=`expr $current - $age` + versuffix="-$major" + ;; + + *) + $echo "$modename: unknown library version type \`$version_type'" 1>&2 + $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Clear the version info if we defaulted, and they specified a release. + if test -z "$vinfo" && test -n "$release"; then + major= + case $version_type in + darwin) + # we can't check for "0.0" in archive_cmds due to quoting + # problems, so we reset it completely + verstring= + ;; + *) + verstring="0.0" + ;; + esac + if test "$need_version" = no; then + versuffix= + else + versuffix=".0.0" + fi + fi + + # Remove version info from name if versioning should be avoided + if test "$avoid_version" = yes && test "$need_version" = no; then + major= + versuffix= + verstring="" + fi + + # Check to see if the archive will have undefined symbols. + if test "$allow_undefined" = yes; then + if test "$allow_undefined_flag" = unsupported; then + $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 + build_libtool_libs=no + build_old_libs=yes + fi + else + # Don't allow undefined symbols. + allow_undefined_flag="$no_undefined_flag" + fi + fi + + if test "$mode" != relink; then + # Remove our outputs, but don't remove object files since they + # may have been created when compiling PIC objects. + removelist= + tempremovelist=`$echo "$output_objdir/*"` + for p in $tempremovelist; do + case $p in + *.$objext) + ;; + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) + if test "X$precious_files_regex" != "X"; then + if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 + then + continue + fi + fi + removelist="$removelist $p" + ;; + *) ;; + esac + done + if test -n "$removelist"; then + $show "${rm}r $removelist" + $run ${rm}r $removelist + fi + fi + + # Now set the variables for building old libraries. + if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then + oldlibs="$oldlibs $output_objdir/$libname.$libext" + + # Transform .lo files to .o files. + oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` + fi + + # Eliminate all temporary directories. + for path in $notinst_path; do + lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'` + deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'` + dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'` + done + + if test -n "$xrpath"; then + # If the user specified any rpath flags, then add them. + temp_xrpath= + for libdir in $xrpath; do + temp_xrpath="$temp_xrpath -R$libdir" + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + dependency_libs="$temp_xrpath $dependency_libs" + fi + fi + + # Make sure dlfiles contains only unique files that won't be dlpreopened + old_dlfiles="$dlfiles" + dlfiles= + for lib in $old_dlfiles; do + case " $dlprefiles $dlfiles " in + *" $lib "*) ;; + *) dlfiles="$dlfiles $lib" ;; + esac + done + + # Make sure dlprefiles contains only unique files + old_dlprefiles="$dlprefiles" + dlprefiles= + for lib in $old_dlprefiles; do + case "$dlprefiles " in + *" $lib "*) ;; + *) dlprefiles="$dlprefiles $lib" ;; + esac + done + + if test "$build_libtool_libs" = yes; then + if test -n "$rpath"; then + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; + *-*-rhapsody* | *-*-darwin1.[012]) + # Rhapsody C library is in the System framework + deplibs="$deplibs -framework System" + ;; + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; + *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then + deplibs="$deplibs -lc" + fi + ;; + esac + fi + + # Transform deplibs into only deplibs that can be linked in shared. + name_save=$name + libname_save=$libname + release_save=$release + versuffix_save=$versuffix + major_save=$major + # I'm not sure if I'm treating the release correctly. I think + # release should show up in the -l (ie -lgmp5) so we don't want to + # add it in twice. Is that correct? + release="" + versuffix="" + major="" + newdeplibs= + droppeddeps=no + case $deplibs_check_method in + pass_all) + # Don't check for shared/static. Everything works. + # This might be a little naive. We might want to check + # whether the library exists or not. But this is on + # osf3 & osf4 and I'm not really sure... Just + # implementing what was already the behavior. + newdeplibs=$deplibs + ;; + test_compile) + # This code stresses the "libraries are programs" paradigm to its + # limits. Maybe even breaks it. We compile a program, linking it + # against the deplibs as a proxy for the library. Then we can check + # whether they linked in statically or dynamically with ldd. + $rm conftest.c + cat > conftest.c </dev/null` + for potent_lib in $potential_libs; do + # Follow soft links. + if ls -lLd "$potent_lib" 2>/dev/null \ + | grep " -> " >/dev/null; then + continue + fi + # The statement above tries to avoid entering an + # endless loop below, in case of cyclic links. + # We might still enter an endless loop, since a link + # loop can be closed while we follow links, + # but so what? + potlib="$potent_lib" + while test -h "$potlib" 2>/dev/null; do + potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + case $potliblink in + [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; + *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; + esac + done + if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$file_magic_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for file magic test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a file magic. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + match_pattern*) + set dummy $deplibs_check_method + match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` + for a_deplib in $deplibs; do + name="`expr $a_deplib : '-l\(.*\)'`" + # If $name is empty we are operating on a -L argument. + if test -n "$name" && test "$name" != "0"; then + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + case " $predeps $postdeps " in + *" $a_deplib "*) + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + ;; + esac + fi + if test -n "$a_deplib" ; then + libname=`eval \\$echo \"$libname_spec\"` + for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do + potential_libs=`ls $i/$libname[.-]* 2>/dev/null` + for potent_lib in $potential_libs; do + potlib="$potent_lib" # see symlink-check above in file_magic test + if eval $echo \"$potent_lib\" 2>/dev/null \ + | ${SED} 10q \ + | $EGREP "$match_pattern_regex" > /dev/null; then + newdeplibs="$newdeplibs $a_deplib" + a_deplib="" + break 2 + fi + done + done + fi + if test -n "$a_deplib" ; then + droppeddeps=yes + $echo + $echo "*** Warning: linker path does not have real file for library $a_deplib." + $echo "*** I have the capability to make that library automatically link in when" + $echo "*** you link to this library. But I can only do this if you have a" + $echo "*** shared version of the library, which you do not appear to have" + $echo "*** because I did check the linker path looking for a file starting" + if test -z "$potlib" ; then + $echo "*** with $libname but no candidates were found. (...for regex pattern test)" + else + $echo "*** with $libname and none of the candidates passed a file format test" + $echo "*** using a regex pattern. Last file checked: $potlib" + fi + fi + else + # Add a -L argument. + newdeplibs="$newdeplibs $a_deplib" + fi + done # Gone through all deplibs. + ;; + none | unknown | *) + newdeplibs="" + tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ + -e 's/ -[LR][^ ]*//g'` + if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + for i in $predeps $postdeps ; do + # can't use Xsed below, because $i might contain '/' + tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` + done + fi + if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ + | grep . >/dev/null; then + $echo + if test "X$deplibs_check_method" = "Xnone"; then + $echo "*** Warning: inter-library dependencies are not supported in this platform." + else + $echo "*** Warning: inter-library dependencies are not known to be supported." + fi + $echo "*** All declared inter-library dependencies are being dropped." + droppeddeps=yes + fi + ;; + esac + versuffix=$versuffix_save + major=$major_save + release=$release_save + libname=$libname_save + name=$name_save + + case $host in + *-*-rhapsody* | *-*-darwin1.[012]) + # On Rhapsody replace the C library is the System framework + newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + if test "$droppeddeps" = yes; then + if test "$module" = yes; then + $echo + $echo "*** Warning: libtool could not satisfy all declared inter-library" + $echo "*** dependencies of module $libname. Therefore, libtool will create" + $echo "*** a static module, that should work as long as the dlopening" + $echo "*** application is linked with the -dlopen flag." + if test -z "$global_symbol_pipe"; then + $echo + $echo "*** However, this would only work if libtool was able to extract symbol" + $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + $echo "*** not find such a program. So, this module is probably useless." + $echo "*** \`nm' from GNU binutils and a full rebuild may help." + fi + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + else + $echo "*** The inter-library dependencies that have been dropped here will be" + $echo "*** automatically added whenever a program is linked with this library" + $echo "*** or is declared to -dlopen it." + + if test "$allow_undefined" = no; then + $echo + $echo "*** Since this library must not contain undefined symbols," + $echo "*** because either the platform does not support them or" + $echo "*** it was explicitly requested with -no-undefined," + $echo "*** libtool will only create a static version of it." + if test "$build_old_libs" = no; then + oldlibs="$output_objdir/$libname.$libext" + build_libtool_libs=module + build_old_libs=yes + else + build_libtool_libs=no + fi + fi + fi + fi + # Done checking deplibs! + deplibs=$newdeplibs + fi + + # All the library-specific variables (install_libdir is set above). + library_names= + old_library= + dlname= + + # Test again, we may have decided not to build it any more + if test "$build_libtool_libs" = yes; then + if test "$hardcode_into_libs" = yes; then + # Hardcode the library paths + hardcode_libdirs= + dep_rpath= + rpath="$finalize_rpath" + test "$mode" != relink && rpath="$compile_rpath$rpath" + for libdir in $rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + dep_rpath="$dep_rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + if test -n "$hardcode_libdir_flag_spec_ld"; then + eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" + else + eval dep_rpath=\"$hardcode_libdir_flag_spec\" + fi + fi + if test -n "$runpath_var" && test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" + fi + test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" + fi + + shlibpath="$finalize_shlibpath" + test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + if test -n "$shlibpath"; then + eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" + fi + + # Get the real and link names of the library. + eval shared_ext=\"$shrext_cmds\" + eval library_names=\"$library_names_spec\" + set dummy $library_names + realname="$2" + shift; shift + + if test -n "$soname_spec"; then + eval soname=\"$soname_spec\" + else + soname="$realname" + fi + if test -z "$dlname"; then + dlname=$soname + fi + + lib="$output_objdir/$realname" + for link + do + linknames="$linknames $link" + done + + # Use standard objects if they are pic + test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + cmds=$export_symbols_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + if len=`expr "X$cmd" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + $show "$cmd" + $run eval "$cmd" || exit $? + skipped_export=false + else + # The command line is too long to execute in one step. + $show "using reloadable object file for export list..." + skipped_export=: + fi + done + IFS="$save_ifs" + if test -n "$export_symbols_regex"; then + $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" + $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' + $show "$mv \"${export_symbols}T\" \"$export_symbols\"" + $run eval '$mv "${export_symbols}T" "$export_symbols"' + fi + fi + fi + + if test -n "$export_symbols" && test -n "$include_expsyms"; then + $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' + fi + + tmp_deplibs= + for test_deplib in $deplibs; do + case " $convenience " in + *" $test_deplib "*) ;; + *) + tmp_deplibs="$tmp_deplibs $test_deplib" + ;; + esac + done + deplibs="$tmp_deplibs" + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + else + gentop="$output_objdir/${outputname}x" + $show "${rm}r $gentop" + $run ${rm}r "$gentop" + $show "$mkdir $gentop" + $run $mkdir "$gentop" + status=$? + if test "$status" -ne 0 && test ! -d "$gentop"; then + exit $status + fi + generated="$generated $gentop" + + for xlib in $convenience; do + # Extract the objects. + case $xlib in + [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; + *) xabs=`pwd`"/$xlib" ;; + esac + xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` + xdir="$gentop/$xlib" + + $show "${rm}r $xdir" + $run ${rm}r "$xdir" + $show "$mkdir $xdir" + $run $mkdir "$xdir" + status=$? + if test "$status" -ne 0 && test ! -d "$xdir"; then + exit $status + fi + # We will extract separately just the conflicting names and we will no + # longer touch any unique names. It is faster to leave these extract + # automatically by $AR in one run. + $show "(cd $xdir && $AR x $xabs)" + $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? + if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 + $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 + $AR t "$xabs" | sort | uniq -cd | while read -r count name + do + i=1 + while test "$i" -le "$count" + do + # Put our $i before any first dot (extension) + # Never overwrite any file + name_to="$name" + while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" + do + name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` + done + $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" + $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? + i=`expr $i + 1` + done + done + fi + + libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + done + fi + fi + + if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + eval flag=\"$thread_safe_flag_spec\" + linker_flags="$linker_flags $flag" + fi + + # Make a backup of the uninstalled library when relinking + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? + fi + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + eval test_cmds=\"$module_expsym_cmds\" + cmds=$module_expsym_cmds + else + eval test_cmds=\"$module_cmds\" + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + eval test_cmds=\"$archive_expsym_cmds\" + cmds=$archive_expsym_cmds + else + eval test_cmds=\"$archive_cmds\" + cmds=$archive_cmds + fi + fi + + if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + : + else + # The command line is too long to link in one step, link piecewise. + $echo "creating reloadable object files..." + + # Save the value of $output and $libobjs because we want to + # use them later. If we have whole_archive_flag_spec, we + # want to use save_libobjs as it was before + # whole_archive_flag_spec was expanded, because we can't + # assume the linker understands whole_archive_flag_spec. + # This may have to be revisited, in case too many + # convenience libraries get linked in and end up exceeding + # the spec. + if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then + save_libobjs=$libobjs + fi + save_output=$output + + # Clear the reloadable object creation command queue and + # initialize k to one. + test_cmds= + concat_cmds= + objlist= + delfiles= + last_robj= + k=1 + output=$output_objdir/$save_output-${k}.$objext + # Loop over the list of objects to be linked. + for obj in $save_libobjs + do + eval test_cmds=\"$reload_cmds $objlist $last_robj\" + if test "X$objlist" = X || + { len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len"; }; then + objlist="$objlist $obj" + else + # The command $test_cmds is almost too long, add a + # command to the queue. + if test "$k" -eq 1 ; then + # The first file doesn't have a previous command to add. + eval concat_cmds=\"$reload_cmds $objlist $last_robj\" + else + # All subsequent reloadable object files will link in + # the last one created. + eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" + fi + last_robj=$output_objdir/$save_output-${k}.$objext + k=`expr $k + 1` + output=$output_objdir/$save_output-${k}.$objext + objlist=$obj + len=1 + fi + done + # Handle the remaining objects by creating one last + # reloadable object file. All subsequent reloadable object + # files will link in the last one created. + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" + + if ${skipped_export-false}; then + $show "generating symbol list for \`$libname.la'" + export_symbols="$output_objdir/$libname.exp" + $run $rm $export_symbols + libobjs=$output + # Append the command to create the export file. + eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" + fi + + # Set up a command to remove the reloadale object files + # after they are used. + i=0 + while test "$i" -lt "$k" + do + i=`expr $i + 1` + delfiles="$delfiles $output_objdir/$save_output-${i}.$objext" + done + + $echo "creating a temporary reloadable object file: $output" + + # Loop through the commands generated above and execute them. + save_ifs="$IFS"; IFS='~' + for cmd in $concat_cmds; do + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + libobjs=$output + # Restore the value of output. + output=$save_output + + if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then + eval libobjs=\"\$libobjs $whole_archive_flag_spec\" + fi + # Expand the library linking commands again to reset the + # value of $libobjs for piecewise linking. + + # Do each of the archive commands. + if test "$module" = yes && test -n "$module_cmds" ; then + if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then + cmds=$module_expsym_cmds + else + cmds=$module_cmds + fi + else + if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then + cmds=$archive_expsym_cmds + else + cmds=$archive_cmds + fi + fi + + # Append the command to remove the reloadable object files + # to the just-reset $cmds. + eval cmds=\"\$cmds~\$rm $delfiles\" + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + # Restore the uninstalled library and exit + if test "$mode" = relink; then + $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? + exit $EXIT_SUCCESS + fi + + # Create links to the real library. + for linkname in $linknames; do + if test "$realname" != "$linkname"; then + $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" + $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? + fi + done + + # If -module or -export-dynamic was specified, set the dlname. + if test "$module" = yes || test "$export_dynamic" = yes; then + # On all known operating systems, these are identical. + dlname="$soname" + fi + fi + ;; + + obj) + if test -n "$deplibs"; then + $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 + fi + + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 + fi + + if test -n "$rpath"; then + $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 + fi + + if test -n "$xrpath"; then + $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 + fi + + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 + fi + + case $output in + *.lo) + if test -n "$objs$old_deplibs"; then + $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 + exit $EXIT_FAILURE + fi + libobj="$output" + obj=`$echo "X$output" | $Xsed -e "$lo2o"` + ;; + *) + libobj= + obj="$output" + ;; + esac + + # Delete the old objects. + $run $rm $obj $libobj + + # Objects from convenience libraries. This assumes + # single-version convenience libraries. Whenever we create + # different ones for PIC/non-PIC, this we'll have to duplicate + # the extraction. + reload_conv_objs= + gentop= + # reload_cmds runs $LD directly, so let us get rid of + # -Wl from whole_archive_flag_spec + wl= + + if test -n "$convenience"; then + if test -n "$whole_archive_flag_spec"; then + eval reload_conv_objs=\"\$reload_objs $whole_archive_flag_spec\" + else + gentop="$output_objdir/${obj}x" + $show "${rm}r $gentop" + $run ${rm}r "$gentop" + $show "$mkdir $gentop" + $run $mkdir "$gentop" + status=$? + if test "$status" -ne 0 && test ! -d "$gentop"; then + exit $status + fi + generated="$generated $gentop" + + for xlib in $convenience; do + # Extract the objects. + case $xlib in + [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; + *) xabs=`pwd`"/$xlib" ;; + esac + xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` + xdir="$gentop/$xlib" + + $show "${rm}r $xdir" + $run ${rm}r "$xdir" + $show "$mkdir $xdir" + $run $mkdir "$xdir" + status=$? + if test "$status" -ne 0 && test ! -d "$xdir"; then + exit $status + fi + # We will extract separately just the conflicting names and we will no + # longer touch any unique names. It is faster to leave these extract + # automatically by $AR in one run. + $show "(cd $xdir && $AR x $xabs)" + $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? + if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 + $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 + $AR t "$xabs" | sort | uniq -cd | while read -r count name + do + i=1 + while test "$i" -le "$count" + do + # Put our $i before any first dot (extension) + # Never overwrite any file + name_to="$name" + while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" + do + name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` + done + $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" + $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? + i=`expr $i + 1` + done + done + fi + + reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` + done + fi + fi + + # Create the old-style object. + reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + + output="$obj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + + # Exit if we aren't doing a library object file. + if test -z "$libobj"; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + fi + + if test "$build_libtool_libs" != yes; then + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + # Create an invalid libtool object if no PIC, so that we don't + # accidentally link it into a program. + # $show "echo timestamp > $libobj" + # $run eval "echo timestamp > $libobj" || exit $? + exit $EXIT_SUCCESS + fi + + if test -n "$pic_flag" || test "$pic_mode" != default; then + # Only do commands if we really have different PIC objects. + reload_objs="$libobjs $reload_conv_objs" + output="$libobj" + cmds=$reload_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + if test -n "$gentop"; then + $show "${rm}r $gentop" + $run ${rm}r $gentop + fi + + exit $EXIT_SUCCESS + ;; + + prog) + case $host in + *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; + esac + if test -n "$vinfo"; then + $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 + fi + + if test -n "$release"; then + $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 + fi + + if test "$preload" = yes; then + if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && + test "$dlopen_self_static" = unknown; then + $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." + fi + fi + + 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 / -framework System /'` + finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` + ;; + esac + + case $host in + *darwin*) + # Don't allow lazy linking, it breaks C++ global constructors + if test "$tagname" = CXX ; then + compile_command="$compile_command ${wl}-bind_at_load" + finalize_command="$finalize_command ${wl}-bind_at_load" + fi + ;; + esac + + compile_command="$compile_command $compile_deplibs" + finalize_command="$finalize_command $finalize_deplibs" + + if test -n "$rpath$xrpath"; then + # If the user specified any rpath flags, then add them. + for libdir in $rpath $xrpath; do + # This is the magic to use -rpath. + case "$finalize_rpath " in + *" $libdir "*) ;; + *) finalize_rpath="$finalize_rpath $libdir" ;; + esac + done + fi + + # Now hardcode the library paths + rpath= + hardcode_libdirs= + for libdir in $compile_rpath $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$perm_rpath " in + *" $libdir "*) ;; + *) perm_rpath="$perm_rpath $libdir" ;; + esac + fi + case $host in + *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) + case :$dllsearchpath: in + *":$libdir:"*) ;; + *) dllsearchpath="$dllsearchpath:$libdir";; + esac + ;; + esac + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + compile_rpath="$rpath" + + rpath= + hardcode_libdirs= + for libdir in $finalize_rpath; do + if test -n "$hardcode_libdir_flag_spec"; then + if test -n "$hardcode_libdir_separator"; then + if test -z "$hardcode_libdirs"; then + hardcode_libdirs="$libdir" + else + # Just accumulate the unique libdirs. + case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in + *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) + ;; + *) + hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" + ;; + esac + fi + else + eval flag=\"$hardcode_libdir_flag_spec\" + rpath="$rpath $flag" + fi + elif test -n "$runpath_var"; then + case "$finalize_perm_rpath " in + *" $libdir "*) ;; + *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; + esac + fi + done + # Substitute the hardcoded libdirs into the rpath. + if test -n "$hardcode_libdir_separator" && + test -n "$hardcode_libdirs"; then + libdir="$hardcode_libdirs" + eval rpath=\" $hardcode_libdir_flag_spec\" + fi + finalize_rpath="$rpath" + + if test -n "$libobjs" && test "$build_old_libs" = yes; then + # Transform all the library objects into standard objects. + compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + fi + + dlsyms= + if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$NM" && test -n "$global_symbol_pipe"; then + dlsyms="${outputname}S.c" + else + $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 + fi + fi + + if test -n "$dlsyms"; then + case $dlsyms in + "") ;; + *.c) + # Discover the nlist of each of the dlfiles. + nlist="$output_objdir/${outputname}.nm" + + $show "$rm $nlist ${nlist}S ${nlist}T" + $run $rm "$nlist" "${nlist}S" "${nlist}T" + + # Parse the name list into a source file. + $show "creating $output_objdir/$dlsyms" + + test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ +/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ +/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ + +#ifdef __cplusplus +extern \"C\" { +#endif + +/* Prevent the only kind of declaration conflicts we can make. */ +#define lt_preloaded_symbols some_other_symbol + +/* External symbol declarations for the compiler. */\ +" + + if test "$dlself" = yes; then + $show "generating symbol list for \`$output'" + + test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" + + # Add our own program objects to the symbol list. + progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` + for arg in $progfiles; do + $show "extracting global C symbols from \`$arg'" + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -n "$exclude_expsyms"; then + $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + if test -n "$export_symbols_regex"; then + $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' + $run eval '$mv "$nlist"T "$nlist"' + fi + + # Prepare the list of exported symbols + if test -z "$export_symbols"; then + export_symbols="$output_objdir/$output.exp" + $run $rm $export_symbols + $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + else + $run eval "${SED} -e 's/\([][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$output.exp"' + $run eval 'grep -f "$output_objdir/$output.exp" < "$nlist" > "$nlist"T' + $run eval 'mv "$nlist"T "$nlist"' + fi + fi + + for arg in $dlprefiles; do + $show "extracting global C symbols from \`$arg'" + name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` + $run eval '$echo ": $name " >> "$nlist"' + $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" + done + + if test -z "$run"; then + # Make sure we have at least an empty file. + test -f "$nlist" || : > "$nlist" + + if test -n "$exclude_expsyms"; then + $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T + $mv "$nlist"T "$nlist" + fi + + # Try sorting and uniquifying the output. + if grep -v "^: " < "$nlist" | + if sort -k 3 /dev/null 2>&1; then + sort -k 3 + else + sort +2 + fi | + uniq > "$nlist"S; then + : + else + grep -v "^: " < "$nlist" > "$nlist"S + fi + + if test -f "$nlist"S; then + eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' + else + $echo '/* NONE */' >> "$output_objdir/$dlsyms" + fi + + $echo >> "$output_objdir/$dlsyms" "\ + +#undef lt_preloaded_symbols + +#if defined (__STDC__) && __STDC__ +# define lt_ptr void * +#else +# define lt_ptr char * +# define const +#endif + +/* The mapping between symbol names and symbols. */ +const struct { + const char *name; + lt_ptr address; +} +lt_preloaded_symbols[] = +{\ +" + + eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" + + $echo >> "$output_objdir/$dlsyms" "\ + {0, (lt_ptr) 0} +}; + +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt_preloaded_symbols; +} +#endif + +#ifdef __cplusplus +} +#endif\ +" + fi + + pic_flag_for_symtable= + case $host in + # compiling the symbol table file with pic_flag works around + # a FreeBSD bug that causes programs to crash when -lm is + # linked before any other PIC object. But we must not use + # pic_flag when linking with -static. The problem exists in + # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. + *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; + esac;; + *-*-hpux*) + case "$compile_command " in + *" -static "*) ;; + *) pic_flag_for_symtable=" $pic_flag";; + esac + esac + + # Now compile the dynamic symbol file. + $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" + $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? + + # Clean up the generated files. + $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" + $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" + + # Transform the symbol file into the correct name. + compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + ;; + *) + $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 + exit $EXIT_FAILURE + ;; + esac + else + # We keep going just in case the user didn't refer to + # lt_preloaded_symbols. The linker will fail if global_symbol_pipe + # really was required. + + # Nullify the symbol file. + compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"` + fi + + if test "$need_relink" = no || test "$build_libtool_libs" != yes; then + # Replace the output file specification. + compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + link_command="$compile_command$compile_rpath" + + # We have no uninstalled library dependencies, so finalize right now. + $show "$link_command" + $run eval "$link_command" + status=$? + + # Delete the generated files. + if test -n "$dlsyms"; then + $show "$rm $output_objdir/${outputname}S.${objext}" + $run $rm "$output_objdir/${outputname}S.${objext}" + fi + + exit $status + fi + + if test -n "$shlibpath_var"; then + # We should set the shlibpath_var + rpath= + for dir in $temp_rpath; do + case $dir in + [\\/]* | [A-Za-z]:[\\/]*) + # Absolute path. + rpath="$rpath$dir:" + ;; + *) + # Relative path: add a thisdir entry. + rpath="$rpath\$thisdir/$dir:" + ;; + esac + done + temp_rpath="$rpath" + fi + + if test -n "$compile_shlibpath$finalize_shlibpath"; then + compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" + fi + if test -n "$finalize_shlibpath"; then + finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" + fi + + compile_var= + finalize_var= + if test -n "$runpath_var"; then + if test -n "$perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $perm_rpath; do + rpath="$rpath$dir:" + done + compile_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + if test -n "$finalize_perm_rpath"; then + # We should set the runpath_var. + rpath= + for dir in $finalize_perm_rpath; do + rpath="$rpath$dir:" + done + finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " + fi + fi + + if test "$no_install" = yes; then + # We don't need to create a wrapper script. + link_command="$compile_var$compile_command$compile_rpath" + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` + # Delete the old output file. + $run $rm $output + # Link the executable and exit + $show "$link_command" + $run 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" + + $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 + $echo "$modename: \`$output' will be relinked during installation" 1>&2 + else + if test "$fast_install" != no; then + link_command="$finalize_var$compile_command$finalize_rpath" + if test "$fast_install" = yes; then + relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'` + else + # fast_install is set to needless + relink_command= + fi + else + link_command="$compile_var$compile_command$compile_rpath" + relink_command="$finalize_var$finalize_command$finalize_rpath" + fi + fi + + # Replace the output file specification. + link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` + + # Delete the old output files. + $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname + + $show "$link_command" + $run eval "$link_command" || exit $? + + # Now create the wrapper script. + $show "creating $output" + + # Quote the relink command for shipping. + if test -n "$relink_command"; then + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + relink_command="(cd `pwd`; $relink_command)" + relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + fi + + # Quote $echo for shipping. + if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then + case $progpath in + [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; + *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; + esac + qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` + else + qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` + fi + + # Only actually do things if our run command is non-null. + if test -z "$run"; then + # win32 will think the script is a binary if it has + # a .exe suffix, so we strip it off here. + case $output in + *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; + esac + # test for cygwin because mv fails w/o .exe extensions + case $host in + *cygwin*) + exeext=.exe + outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; + *) exeext= ;; + esac + case $host in + *cygwin* | *mingw* ) + cwrappersource=`$echo ${objdir}/lt-${output}.c` + cwrapper=`$echo ${output}.exe` + $rm $cwrappersource $cwrapper + trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 + + cat > $cwrappersource <> $cwrappersource<<"EOF" +#include +#include +#include +#include +#include +#include + +#if defined(PATH_MAX) +# define LT_PATHMAX PATH_MAX +#elif defined(MAXPATHLEN) +# define LT_PATHMAX MAXPATHLEN +#else +# define LT_PATHMAX 1024 +#endif + +#ifndef DIR_SEPARATOR +#define DIR_SEPARATOR '/' +#endif + +#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ + defined (__OS2__) +#define HAVE_DOS_BASED_FILE_SYSTEM +#ifndef DIR_SEPARATOR_2 +#define DIR_SEPARATOR_2 '\\' +#endif +#endif + +#ifndef DIR_SEPARATOR_2 +# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) +#else /* DIR_SEPARATOR_2 */ +# define IS_DIR_SEPARATOR(ch) \ + (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) +#endif /* DIR_SEPARATOR_2 */ + +#define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) +#define XFREE(stale) do { \ + if (stale) { free ((void *) stale); stale = 0; } \ +} while (0) + +const char *program_name = NULL; + +void * xmalloc (size_t num); +char * xstrdup (const char *string); +char * basename (const char *name); +char * fnqualify(const char *path); +char * strendzap(char *str, const char *pat); +void lt_fatal (const char *message, ...); + +int +main (int argc, char *argv[]) +{ + char **newargz; + int i; + + program_name = (char *) xstrdup ((char *) basename (argv[0])); + newargz = XMALLOC(char *, argc+2); +EOF + + cat >> $cwrappersource <> $cwrappersource <<"EOF" + newargz[1] = fnqualify(argv[0]); + /* we know the script has the same name, without the .exe */ + /* so make sure newargz[1] doesn't end in .exe */ + strendzap(newargz[1],".exe"); + for (i = 1; i < argc; i++) + newargz[i+1] = xstrdup(argv[i]); + newargz[argc+1] = NULL; +EOF + + cat >> $cwrappersource <> $cwrappersource <<"EOF" +} + +void * +xmalloc (size_t num) +{ + void * p = (void *) malloc (num); + if (!p) + lt_fatal ("Memory exhausted"); + + return p; +} + +char * +xstrdup (const char *string) +{ + return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL +; +} + +char * +basename (const char *name) +{ + const char *base; + +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + /* Skip over the disk name in MSDOS pathnames. */ + if (isalpha (name[0]) && name[1] == ':') + name += 2; +#endif + + for (base = name; *name; name++) + if (IS_DIR_SEPARATOR (*name)) + base = name + 1; + return (char *) base; +} + +char * +fnqualify(const char *path) +{ + size_t size; + char *p; + char tmp[LT_PATHMAX + 1]; + + assert(path != NULL); + + /* Is it qualified already? */ +#if defined (HAVE_DOS_BASED_FILE_SYSTEM) + if (isalpha (path[0]) && path[1] == ':') + return xstrdup (path); +#endif + if (IS_DIR_SEPARATOR (path[0])) + return xstrdup (path); + + /* prepend the current directory */ + /* doesn't handle '~' */ + if (getcwd (tmp, LT_PATHMAX) == NULL) + lt_fatal ("getcwd failed"); + size = strlen(tmp) + 1 + strlen(path) + 1; /* +2 for '/' and '\0' */ + p = XMALLOC(char, size); + sprintf(p, "%s%c%s", tmp, DIR_SEPARATOR, path); + return p; +} + +char * +strendzap(char *str, const char *pat) +{ + size_t len, patlen; + + assert(str != NULL); + assert(pat != NULL); + + len = strlen(str); + patlen = strlen(pat); + + if (patlen <= len) + { + str += len - patlen; + if (strcmp(str, pat) == 0) + *str = '\0'; + } + return str; +} + +static void +lt_error_core (int exit_status, const char * mode, + const char * message, va_list ap) +{ + fprintf (stderr, "%s: %s: ", program_name, mode); + vfprintf (stderr, message, ap); + fprintf (stderr, ".\n"); + + if (exit_status >= 0) + exit (exit_status); +} + +void +lt_fatal (const char *message, ...) +{ + va_list ap; + va_start (ap, message); + lt_error_core (EXIT_FAILURE, "FATAL", message, ap); + va_end (ap); +} +EOF + # we should really use a build-platform specific compiler + # here, but OTOH, the wrappers (shell script and this C one) + # are only useful if you want to execute the "real" binary. + # Since the "real" binary is built for $host, then this + # wrapper might as well be built for $host, too. + $run $LTCC -s -o $cwrapper $cwrappersource + ;; + esac + $rm $output + trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 + + $echo > $output "\ +#! $SHELL + +# $output - temporary wrapper script for $objdir/$outputname +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# The $output program cannot be directly executed until all the libtool +# libraries that it depends on are installed. +# +# This wrapper script should never be moved out of the build directory. +# If it is, it will not operate correctly. + +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +Xsed='${SED} -e 1s/^X//' +sed_quote_subst='$sed_quote_subst' + +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi + +relink_command=\"$relink_command\" + +# This environment variable determines our operation mode. +if test \"\$libtool_install_magic\" = \"$magic\"; then + # install mode needs the following variable: + notinst_deplibs='$notinst_deplibs' +else + # When we are sourced in execute mode, \$file and \$echo are already set. + if test \"\$libtool_execute_magic\" != \"$magic\"; then + echo=\"$qecho\" + file=\"\$0\" + # Make sure echo works. + if test \"X\$1\" = X--no-reexec; then + # Discard the --no-reexec flag, and continue. + shift + elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then + # Yippee, \$echo works! + : + else + # Restart under the correct shell, and then maybe \$echo will work. + exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} + fi + fi\ +" + $echo >> $output "\ + + # Find the directory that this script lives in. + thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` + test \"x\$thisdir\" = \"x\$file\" && thisdir=. + + # Follow symbolic links until we get to the real thisdir. + file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` + while test -n \"\$file\"; do + destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` + + # If there was a directory component, then change thisdir. + if test \"x\$destdir\" != \"x\$file\"; then + case \"\$destdir\" in + [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; + *) thisdir=\"\$thisdir/\$destdir\" ;; + esac + fi + + file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` + file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` + done + + # Try to get the absolute directory name. + absdir=\`cd \"\$thisdir\" && pwd\` + test -n \"\$absdir\" && thisdir=\"\$absdir\" +" + + if test "$fast_install" = yes; then + $echo >> $output "\ + program=lt-'$outputname'$exeext + progdir=\"\$thisdir/$objdir\" + + if test ! -f \"\$progdir/\$program\" || \\ + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + test \"X\$file\" != \"X\$progdir/\$program\"; }; then + + file=\"\$\$-\$program\" + + if test ! -d \"\$progdir\"; then + $mkdir \"\$progdir\" + else + $rm \"\$progdir/\$file\" + fi" + + $echo >> $output "\ + + # relink executable if necessary + if test -n \"\$relink_command\"; then + if relink_command_output=\`eval \$relink_command 2>&1\`; then : + else + $echo \"\$relink_command_output\" >&2 + $rm \"\$progdir/\$file\" + exit $EXIT_FAILURE + fi + fi + + $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || + { $rm \"\$progdir/\$program\"; + $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } + $rm \"\$progdir/\$file\" + fi" + else + $echo >> $output "\ + program='$outputname' + progdir=\"\$thisdir/$objdir\" +" + fi + + $echo >> $output "\ + + if test -f \"\$progdir/\$program\"; then" + + # Export our shlibpath_var if we have one. + if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + $echo >> $output "\ + # Add our own library path to $shlibpath_var + $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" + + # Some systems cannot cope with colon-terminated $shlibpath_var + # The second colon is a workaround for a bug in BeOS R4 sed + $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` + + export $shlibpath_var +" + fi + + # fixup the dll searchpath if we need to. + if test -n "$dllsearchpath"; then + $echo >> $output "\ + # Add the dll search path components to the executable PATH + PATH=$dllsearchpath:\$PATH +" + fi + + $echo >> $output "\ + 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*) + $echo >> $output "\ + exec \$progdir\\\\\$program \${1+\"\$@\"} +" + ;; + + *) + $echo >> $output "\ + exec \$progdir/\$program \${1+\"\$@\"} +" + ;; + esac + $echo >> $output "\ + \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" + exit $EXIT_FAILURE + fi + else + # The program doesn't exist. + \$echo \"\$0: error: \$progdir/\$program does not exist\" 1>&2 + \$echo \"This script is just a wrapper for \$program.\" 1>&2 + $echo \"See the $PACKAGE documentation for more information.\" 1>&2 + exit $EXIT_FAILURE + fi +fi\ +" + chmod +x $output + fi + exit $EXIT_SUCCESS + ;; + esac + + # See if we need to build an old-fashioned archive. + for oldlib in $oldlibs; do + + if test "$build_libtool_libs" = convenience; then + oldobjs="$libobjs_save" + addlibs="$convenience" + build_libtool_libs=no + else + if test "$build_libtool_libs" = module; then + oldobjs="$libobjs_save" + build_libtool_libs=no + else + oldobjs="$old_deplibs $non_pic_objects" + fi + addlibs="$old_convenience" + fi + + if test -n "$addlibs"; then + gentop="$output_objdir/${outputname}x" + $show "${rm}r $gentop" + $run ${rm}r "$gentop" + $show "$mkdir $gentop" + $run $mkdir "$gentop" + status=$? + if test "$status" -ne 0 && test ! -d "$gentop"; then + exit $status + fi + generated="$generated $gentop" + + # Add in members from convenience archives. + for xlib in $addlibs; do + # Extract the objects. + case $xlib in + [\\/]* | [A-Za-z]:[\\/]*) xabs="$xlib" ;; + *) xabs=`pwd`"/$xlib" ;; + esac + xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'` + xdir="$gentop/$xlib" + + $show "${rm}r $xdir" + $run ${rm}r "$xdir" + $show "$mkdir $xdir" + $run $mkdir "$xdir" + status=$? + if test "$status" -ne 0 && test ! -d "$xdir"; then + exit $status + fi + # We will extract separately just the conflicting names and we will no + # longer touch any unique names. It is faster to leave these extract + # automatically by $AR in one run. + $show "(cd $xdir && $AR x $xabs)" + $run eval "(cd \$xdir && $AR x \$xabs)" || exit $? + if ($AR t "$xabs" | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; renaming object files" 1>&2 + $echo "$modename: warning: to ensure that they will not overwrite" 1>&2 + $AR t "$xabs" | sort | uniq -cd | while read -r count name + do + i=1 + while test "$i" -le "$count" + do + # Put our $i before any first dot (extension) + # Never overwrite any file + name_to="$name" + while test "X$name_to" = "X$name" || test -f "$xdir/$name_to" + do + name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"` + done + $show "(cd $xdir && $AR xN $i $xabs '$name' && $mv '$name' '$name_to')" + $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $? + i=`expr $i + 1` + done + done + fi + + oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP` + done + fi + + # Do each command in the archive commands. + if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + cmds=$old_archive_from_new_cmds + else + eval cmds=\"$old_archive_cmds\" + + if len=`expr "X$cmds" : ".*"` && + test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then + cmds=$old_archive_cmds + else + # the command line is too long to link in one step, link in parts + $echo "using piecewise archive linking..." + save_RANLIB=$RANLIB + RANLIB=: + objlist= + concat_cmds= + save_oldobjs=$oldobjs + # GNU ar 2.10+ was changed to match POSIX; thus no paths are + # encoded into archives. This makes 'ar r' malfunction in + # this piecewise linking case whenever conflicting object + # names appear in distinct ar calls; check, warn and compensate. + if (for obj in $save_oldobjs + do + $echo "X$obj" | $Xsed -e 's%^.*/%%' + done | sort | sort -uc >/dev/null 2>&1); then + : + else + $echo "$modename: warning: object name conflicts; overriding AR_FLAGS to 'cq'" 1>&2 + $echo "$modename: warning: to ensure that POSIX-compatible ar will work" 1>&2 + AR_FLAGS=cq + fi + # Is there a better way of finding the last object in the list? + for obj in $save_oldobjs + do + last_oldobj=$obj + done + for obj in $save_oldobjs + do + oldobjs="$objlist $obj" + objlist="$objlist $obj" + eval test_cmds=\"$old_archive_cmds\" + if len=`expr "X$test_cmds" : ".*"` && + test "$len" -le "$max_cmd_len"; then + : + else + # the above command should be used before it gets too long + oldobjs=$objlist + if test "$obj" = "$last_oldobj" ; then + RANLIB=$save_RANLIB + fi + test -z "$concat_cmds" || concat_cmds=$concat_cmds~ + eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + objlist= + fi + done + RANLIB=$save_RANLIB + oldobjs=$objlist + if test "X$oldobjs" = "X" ; then + eval cmds=\"\$concat_cmds\" + else + eval cmds=\"\$concat_cmds~\$old_archive_cmds\" + fi + fi + fi + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + eval cmd=\"$cmd\" + IFS="$save_ifs" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$generated"; then + $show "${rm}r$generated" + $run ${rm}r$generated + fi + + # Now create the libtool archive. + case $output in + *.la) + old_library= + test "$build_old_libs" = yes && old_library="$libname.$libext" + $show "creating $output" + + # Preserve any variables that may affect compiler behavior + for var in $variables_saved_for_relink; do + if eval test -z \"\${$var+set}\"; then + relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" + elif eval var_value=\$$var; test -z "$var_value"; then + relink_command="$var=; export $var; $relink_command" + else + var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` + relink_command="$var=\"$var_value\"; export $var; $relink_command" + fi + done + # Quote the link command for shipping. + relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` + if test "$hardcode_automatic" = yes ; then + relink_command= + fi + + + # Only create the output if not a dry run. + if test -z "$run"; then + for installed in no yes; do + if test "$installed" = yes; then + if test -z "$install_libdir"; then + break + fi + output="$output_objdir/$outputname"i + # Replace all uninstalled libtool libraries with the installed ones + newdependency_libs= + for deplib in $dependency_libs; do + case $deplib in + *.la) + name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + if test -z "$libdir"; then + $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdependency_libs="$newdependency_libs $libdir/$name" + ;; + *) newdependency_libs="$newdependency_libs $deplib" ;; + esac + done + dependency_libs="$newdependency_libs" + newdlfiles= + for lib in $dlfiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlfiles="$newdlfiles $libdir/$name" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` + eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + if test -z "$libdir"; then + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + exit $EXIT_FAILURE + fi + newdlprefiles="$newdlprefiles $libdir/$name" + done + dlprefiles="$newdlprefiles" + else + newdlfiles= + for lib in $dlfiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlfiles="$newdlfiles $abs" + done + dlfiles="$newdlfiles" + newdlprefiles= + for lib in $dlprefiles; do + case $lib in + [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + *) abs=`pwd`"/$lib" ;; + esac + newdlprefiles="$newdlprefiles $abs" + done + dlprefiles="$newdlprefiles" + fi + $rm $output + # place dlname in correct position for cygwin + tdlname=$dlname + case $host,$output,$installed,$module,$dlname in + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + esac + $echo > $output "\ +# $outputname - a libtool library file +# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='$tdlname' + +# Names of this library. +library_names='$library_names' + +# The name of the static archive. +old_library='$old_library' + +# Libraries that this one depends upon. +dependency_libs='$dependency_libs' + +# Version information for $libname. +current=$current +age=$age +revision=$revision + +# Is this an already installed library? +installed=$installed + +# Should we warn about portability when linking against -modules? +shouldnotlink=$module + +# Files to dlopen/dlpreopen +dlopen='$dlfiles' +dlpreopen='$dlprefiles' + +# Directory that this library needs to be installed in: +libdir='$install_libdir'" + if test "$installed" = no && test "$need_relink" = yes; then + $echo >> $output "\ +relink_command=\"$relink_command\"" + fi + done + fi + + # Do a symbolic link so that the libtool archive can be found in + # LD_LIBRARY_PATH before the program is installed. + $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" + $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? + ;; + esac + exit $EXIT_SUCCESS + ;; + + # libtool install mode + install) + modename="$modename: install" + + # There may be an optional sh(1) argument at the beginning of + # install_prog (especially on Windows NT). + if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + # Allow the use of GNU shtool's install command. + $echo "X$nonopt" | $Xsed | grep shtool > /dev/null; then + # Aesthetically quote it. + arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$arg " + arg="$1" + shift + else + install_prog= + arg="$nonopt" + fi + + # The real first argument should be the name of the installation program. + # Aesthetically quote it. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog$arg" + + # We need to accept at least all the BSD install flags. + dest= + files= + opts= + prev= + install_type= + isdir=no + stripme= + for arg + do + if test -n "$dest"; then + files="$files $dest" + dest="$arg" + continue + fi + + case $arg in + -d) isdir=yes ;; + -f) prev="-f" ;; + -g) prev="-g" ;; + -m) prev="-m" ;; + -o) prev="-o" ;; + -s) + stripme=" -s" + continue + ;; + -*) ;; + + *) + # If the previous option needed an argument, then skip it. + if test -n "$prev"; then + prev= + else + dest="$arg" + continue + fi + ;; + esac + + # Aesthetically quote the argument. + arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` + case $arg in + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) + arg="\"$arg\"" + ;; + esac + install_prog="$install_prog $arg" + done + + if test -z "$install_prog"; then + $echo "$modename: you must specify an install program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$prev"; then + $echo "$modename: the \`$prev' option requires an argument" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + if test -z "$files"; then + if test -z "$dest"; then + $echo "$modename: no file or destination specified" 1>&2 + else + $echo "$modename: you must specify a destination" 1>&2 + fi + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Strip any trailing slash from the destination. + dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` + + # Check to see that the destination is a directory. + test -d "$dest" && isdir=yes + if test "$isdir" = yes; then + destdir="$dest" + destname= + else + destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` + test "X$destdir" = "X$dest" && destdir=. + destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` + + # Not a directory, so check to see that there is only one file specified. + set dummy $files + if test "$#" -gt 2; then + $echo "$modename: \`$dest' is not a directory" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + fi + case $destdir in + [\\/]* | [A-Za-z]:[\\/]*) ;; + *) + for file in $files; do + case $file in + *.lo) ;; + *) + $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + done + ;; + esac + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + staticlibs= + future_libdirs= + current_libdirs= + for file in $files; do + + # Do each installation. + case $file in + *.$libext) + # Do the static libraries later. + staticlibs="$staticlibs $file" + ;; + + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + library_names= + old_library= + relink_command= + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Add the libdir to current_libdirs if it is the destination. + if test "X$destdir" = "X$libdir"; then + case "$current_libdirs " in + *" $libdir "*) ;; + *) current_libdirs="$current_libdirs $libdir" ;; + esac + else + # Note the libdir as a future libdir. + case "$future_libdirs " in + *" $libdir "*) ;; + *) future_libdirs="$future_libdirs $libdir" ;; + esac + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ + test "X$dir" = "X$file/" && dir= + dir="$dir$objdir" + + if test -n "$relink_command"; then + # Determine the prefix the user has applied to our future dir. + inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` + + # Don't allow the user to place us outside of our expected + # location b/c this prevents finding dependent libraries that + # are installed to the same prefix. + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) + # but it's something to keep an eye on. + if test "$inst_prefix_dir" = "$destdir"; then + $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 + exit $EXIT_FAILURE + fi + + if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. + relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` + else + relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"` + fi + + $echo "$modename: warning: relinking \`$file'" 1>&2 + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + exit $EXIT_FAILURE + fi + fi + + # See the names of the shared library. + set dummy $library_names + if test -n "$2"; then + realname="$2" + shift + shift + + srcname="$realname" + test -n "$relink_command" && srcname="$realname"T + + # Install the shared library and build the symlinks. + $show "$install_prog $dir/$srcname $destdir/$realname" + $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? + if test -n "$stripme" && test -n "$striplib"; then + $show "$striplib $destdir/$realname" + $run eval "$striplib $destdir/$realname" || exit $? + fi + + if test "$#" -gt 0; then + # Delete the old symlinks, and create new ones. + for linkname + do + if test "$linkname" != "$realname"; then + $show "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" + $run eval "(cd $destdir && $rm $linkname && $LN_S $realname $linkname)" + fi + done + fi + + # Do each command in the postinstall commands. + lib="$destdir/$realname" + cmds=$postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + fi + + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + ;; + + *.lo) + # Install (i.e. copy) a libtool object. + + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # Deduce the name of the destination old-style object file. + case $destfile in + *.lo) + staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` + ;; + *.$objext) + staticdest="$destfile" + destfile= + ;; + *) + $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + # Install the libtool object if requested. + if test -n "$destfile"; then + $show "$install_prog $file $destfile" + $run eval "$install_prog $file $destfile" || exit $? + fi + + # Install the old object if enabled. + if test "$build_old_libs" = yes; then + # Deduce the name of the old-style object file. + staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` + + $show "$install_prog $staticobj $staticdest" + $run eval "$install_prog \$staticobj \$staticdest" || exit $? + fi + exit $EXIT_SUCCESS + ;; + + *) + # Figure out destination file name, if it wasn't already specified. + if test -n "$destname"; then + destfile="$destdir/$destname" + else + destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + destfile="$destdir/$destfile" + fi + + # If the file is missing, and there is a .exe on the end, strip it + # because it is most likely a libtool script we actually want to + # install + stripped_ext="" + case $file in + *.exe) + if test ! -f "$file"; then + file=`$echo $file|${SED} 's,.exe$,,'` + stripped_ext=".exe" + fi + ;; + esac + + # Do a test to see if this is really a libtool program. + case $host in + *cygwin*|*mingw*) + wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` + ;; + *) + wrapper=$file + ;; + esac + if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then + notinst_deplibs= + relink_command= + + # To insure that "foo" is sourced, and not "foo.exe", + # finese the cygwin/MSYS system by explicitly sourcing "foo." + # which disallows the automatic-append-.exe behavior. + case $build in + *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; + *) wrapperdot=${wrapper} ;; + esac + # If there is no directory component, then add one. + case $file in + */* | *\\*) . ${wrapperdot} ;; + *) . ./${wrapperdot} ;; + esac + + # Check the variables that should have been set. + if test -z "$notinst_deplibs"; then + $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 + exit $EXIT_FAILURE + fi + + finalize=yes + for lib in $notinst_deplibs; do + # Check to see that each library is installed. + libdir= + if test -f "$lib"; then + # If there is no directory component, then add one. + case $lib in + */* | *\\*) . $lib ;; + *) . ./$lib ;; + esac + fi + libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test + if test -n "$libdir" && test ! -f "$libfile"; then + $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 + finalize=no + fi + done + + relink_command= + # To insure that "foo" is sourced, and not "foo.exe", + # finese the cygwin/MSYS system by explicitly sourcing "foo." + # which disallows the automatic-append-.exe behavior. + case $build in + *cygwin* | *mingw*) wrapperdot=${wrapper}. ;; + *) wrapperdot=${wrapper} ;; + esac + # If there is no directory component, then add one. + case $file in + */* | *\\*) . ${wrapperdot} ;; + *) . ./${wrapperdot} ;; + esac + + outputname= + if test "$fast_install" = no && test -n "$relink_command"; then + if test "$finalize" = yes && test -z "$run"; then + tmpdir="/tmp" + test -n "$TMPDIR" && tmpdir="$TMPDIR" + tmpdir="$tmpdir/libtool-$$" + save_umask=`umask` + umask 0077 + if $mkdir "$tmpdir"; then + umask $save_umask + else + umask $save_umask + $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 + continue + fi + file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` + outputname="$tmpdir/$file" + # Replace the output file specification. + relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'` + + $show "$relink_command" + if $run eval "$relink_command"; then : + else + $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 + ${rm}r "$tmpdir" + continue + fi + file="$outputname" + else + $echo "$modename: warning: cannot relink \`$file'" 1>&2 + fi + else + # Install the binary that we compiled earlier. + file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` + fi + fi + + # remove .exe since cygwin /usr/bin/install will append another + # one anyways + case $install_prog,$host in + */usr/bin/install*,*cygwin*) + case $file:$destfile in + *.exe:*.exe) + # this is ok + ;; + *.exe:*) + destfile=$destfile.exe + ;; + *:*.exe) + destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` + ;; + esac + ;; + esac + $show "$install_prog$stripme $file $destfile" + $run eval "$install_prog\$stripme \$file \$destfile" || exit $? + test -n "$outputname" && ${rm}r "$tmpdir" + ;; + esac + done + + for file in $staticlibs; do + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + + # Set up the ranlib parameters. + oldlib="$destdir/$name" + + $show "$install_prog $file $oldlib" + $run eval "$install_prog \$file \$oldlib" || exit $? + + if test -n "$stripme" && test -n "$old_striplib"; then + $show "$old_striplib $oldlib" + $run eval "$old_striplib $oldlib" || exit $? + fi + + # Do each command in the postinstall commands. + cmds=$old_postinstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || exit $? + done + IFS="$save_ifs" + done + + if test -n "$future_libdirs"; then + $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 + fi + + if test -n "$current_libdirs"; then + # Maybe just do a dry run. + test -n "$run" && current_libdirs=" -n$current_libdirs" + exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + else + exit $EXIT_SUCCESS + fi + ;; + + # libtool finish mode + finish) + modename="$modename: finish" + libdirs="$nonopt" + admincmds= + + if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then + for dir + do + libdirs="$libdirs $dir" + done + + for libdir in $libdirs; do + if test -n "$finish_cmds"; then + # Do each command in the finish commands. + cmds=$finish_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" || admincmds="$admincmds + $cmd" + done + IFS="$save_ifs" + fi + if test -n "$finish_eval"; then + # Do the single finish_eval. + eval cmds=\"$finish_eval\" + $run eval "$cmds" || admincmds="$admincmds + $cmds" + fi + done + fi + + # Exit here if they wanted silent mode. + test "$show" = : && exit $EXIT_SUCCESS + + $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 "See any operating system documentation about shared libraries for" + $echo "more information, such as the ld(1) and ld.so(8) manual pages." + $echo "----------------------------------------------------------------------" + exit $EXIT_SUCCESS + ;; + + # libtool execute mode + execute) + modename="$modename: execute" + + # The first argument is the command name. + cmd="$nonopt" + if test -z "$cmd"; then + $echo "$modename: you must specify a COMMAND" 1>&2 + $echo "$help" + exit $EXIT_FAILURE + fi + + # Handle -dlopen flags immediately. + for file in $execute_dlfiles; do + if test ! -f "$file"; then + $echo "$modename: \`$file' is not a file" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + dir= + case $file in + *.la) + # Check to see that this really is a libtool archive. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : + else + $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + # Read the libtool library. + dlname= + library_names= + + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Skip this library if it cannot be dlopened. + if test -z "$dlname"; then + # Warn if it was a shared library. + test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" + continue + fi + + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + + if test -f "$dir/$objdir/$dlname"; then + dir="$dir/$objdir" + else + $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 + exit $EXIT_FAILURE + fi + ;; + + *.lo) + # Just add the directory containing the .lo file. + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + test "X$dir" = "X$file" && dir=. + ;; + + *) + $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 + continue + ;; + esac + + # Get the absolute pathname. + absdir=`cd "$dir" && pwd` + test -n "$absdir" && dir="$absdir" + + # Now add the directory to shlibpath_var. + if eval "test -z \"\$$shlibpath_var\""; then + eval "$shlibpath_var=\"\$dir\"" + else + eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" + fi + done + + # This variable tells wrapper scripts just to set shlibpath_var + # rather than running their programs. + libtool_execute_magic="$magic" + + # Check if any of the arguments is a wrapper script. + args= + for file + do + case $file in + -*) ;; + *) + # Do a test to see if this is really a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + # If there is no directory component, then add one. + case $file in + */* | *\\*) . $file ;; + *) . ./$file ;; + esac + + # Transform arg to wrapped name. + file="$progdir/$program" + fi + ;; + esac + # Quote arguments (to preserve shell metacharacters). + file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` + args="$args \"$file\"" + done + + if test -z "$run"; then + if test -n "$shlibpath_var"; then + # Export the shlibpath_var. + eval "export $shlibpath_var" + fi + + # Restore saved environment variables + if test "${save_LC_ALL+set}" = set; then + LC_ALL="$save_LC_ALL"; export LC_ALL + fi + if test "${save_LANG+set}" = set; then + LANG="$save_LANG"; export LANG + fi + + # Now prepare to actually exec the command. + exec_cmd="\$cmd$args" + else + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" + $echo "export $shlibpath_var" + fi + $echo "$cmd$args" + exit $EXIT_SUCCESS + fi + ;; + + # libtool clean and uninstall mode + clean | uninstall) + modename="$modename: $mode" + rm="$nonopt" + files= + rmforce= + exit_status=0 + + # This variable tells wrapper scripts just to set variables rather + # than running their programs. + libtool_install_magic="$magic" + + for arg + do + case $arg in + -f) rm="$rm $arg"; rmforce=yes ;; + -*) rm="$rm $arg" ;; + *) files="$files $arg" ;; + esac + done + + if test -z "$rm"; then + $echo "$modename: you must specify an RM program" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + fi + + rmdirs= + + origobjdir="$objdir" + for file in $files; do + dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` + if test "X$dir" = "X$file"; then + dir=. + objdir="$origobjdir" + else + objdir="$dir/$origobjdir" + fi + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + test "$mode" = uninstall && objdir="$dir" + + # Remember objdir for removal later, being careful to avoid duplicates + if test "$mode" = clean; then + case " $rmdirs " in + *" $objdir "*) ;; + *) rmdirs="$rmdirs $objdir" ;; + esac + fi + + # Don't error if the file doesn't exist and rm -f was used. + if (test -L "$file") >/dev/null 2>&1 \ + || (test -h "$file") >/dev/null 2>&1 \ + || test -f "$file"; then + : + elif test -d "$file"; then + exit_status=1 + continue + elif test "$rmforce" = yes; then + continue + fi + + rmfiles="$file" + + case $name in + *.la) + # Possibly a libtool archive, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + . $dir/$name + + # Delete the libtool libraries and symlinks. + for n in $library_names; do + rmfiles="$rmfiles $objdir/$n" + done + test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" + test "$mode" = clean && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" + + if test "$mode" = uninstall; then + if test -n "$library_names"; then + # Do each command in the postuninstall commands. + cmds=$postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + + if test -n "$old_library"; then + # Do each command in the old_postuninstall commands. + cmds=$old_postuninstall_cmds + save_ifs="$IFS"; IFS='~' + for cmd in $cmds; do + IFS="$save_ifs" + eval cmd=\"$cmd\" + $show "$cmd" + $run eval "$cmd" + if test "$?" -ne 0 && test "$rmforce" != yes; then + exit_status=1 + fi + done + IFS="$save_ifs" + fi + # FIXME: should reinstall the best remaining shared library. + fi + fi + ;; + + *.lo) + # Possibly a libtool object, so verify it. + if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + + # Read the .lo file + . $dir/$name + + # Add PIC object to the list of files to remove. + if test -n "$pic_object" \ + && test "$pic_object" != none; then + rmfiles="$rmfiles $dir/$pic_object" + fi + + # Add non-PIC object to the list of files to remove. + if test -n "$non_pic_object" \ + && test "$non_pic_object" != none; then + rmfiles="$rmfiles $dir/$non_pic_object" + fi + fi + ;; + + *) + if test "$mode" = clean ; then + noexename=$name + case $file in + *.exe) + file=`$echo $file|${SED} 's,.exe$,,'` + noexename=`$echo $name|${SED} 's,.exe$,,'` + # $file with .exe has already been added to rmfiles, + # add $file without .exe + rmfiles="$rmfiles $file" + ;; + esac + # Do a test to see if this is a libtool program. + if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then + relink_command= + . $dir/$noexename + + # note $name still contains .exe if it was in $file originally + # as does the version of $file that was added into $rmfiles + rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" + if test "$fast_install" = yes && test -n "$relink_command"; then + rmfiles="$rmfiles $objdir/lt-$name" + fi + if test "X$noexename" != "X$name" ; then + rmfiles="$rmfiles $objdir/lt-${noexename}.c" + fi + fi + fi + ;; + esac + $show "$rm $rmfiles" + $run $rm $rmfiles || exit_status=1 + done + objdir="$origobjdir" + + # Try to remove the ${objdir}s in the directories where we deleted files + for dir in $rmdirs; do + if test -d "$dir"; then + $show "rmdir $dir" + $run rmdir $dir >/dev/null 2>&1 + fi + done + + exit $exit_status + ;; + + "") + $echo "$modename: you must specify a MODE" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + ;; + esac + + if test -z "$exec_cmd"; then + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$generic_help" 1>&2 + exit $EXIT_FAILURE + fi +fi # test -z "$show_help" + +if test -n "$exec_cmd"; then + eval exec $exec_cmd + exit $EXIT_FAILURE +fi + +# We need to display help for each of the modes. +case $mode in +"") $echo \ +"Usage: $modename [OPTION]... [MODE-ARG]... + +Provide generalized library-building support services. + + --config show all configuration variables + --debug enable verbose shell tracing +-n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --finish same as \`--mode=finish' + --help display this help message and exit + --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] + --quiet same as \`--silent' + --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + --version print version information + +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 \`$modename --help --mode=MODE' for +a more detailed description of MODE. + +Report bugs to ." + exit $EXIT_SUCCESS + ;; + +clean) + $echo \ +"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... + +Remove files from the build directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, object or program, all the files associated +with it are deleted. Otherwise, only FILE itself is deleted using RM." + ;; + +compile) + $echo \ +"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE + +Compile a source file into a libtool library object. + +This mode accepts the following additional options: + + -o OUTPUT-FILE set the output file name to OUTPUT-FILE + -prefer-pic try to building PIC objects only + -prefer-non-pic try to building non-PIC objects only + -static always build a \`.o' file suitable for static linking + +COMPILE-COMMAND is a command to be used in creating a \`standard' object file +from the given SOURCEFILE. + +The output file name is determined by removing the directory component from +SOURCEFILE, then substituting the C source code suffix \`.c' with the +library object suffix, \`.lo'." + ;; + +execute) + $echo \ +"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... + +Automatically set library path, then run a program. + +This mode accepts the following additional options: + + -dlopen FILE add the directory containing FILE to the library path + +This mode sets the library path environment variable according to \`-dlopen' +flags. + +If any of the ARGS are libtool executable wrappers, then they are translated +into their corresponding uninstalled binary, and any of their required library +directories are added to the library path. + +Then, COMMAND is executed, with ARGS as arguments." + ;; + +finish) + $echo \ +"Usage: $modename [OPTION]... --mode=finish [LIBDIR]... + +Complete the installation of libtool libraries. + +Each LIBDIR is a directory that contains libtool libraries. + +The commands that this mode executes may require superuser privileges. Use +the \`--dry-run' option if you just want to see what would be executed." + ;; + +install) + $echo \ +"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... + +Install executables or libraries. + +INSTALL-COMMAND is the installation command. The first component should be +either the \`install' or \`cp' program. + +The rest of the components are interpreted as arguments to that command (only +BSD-compatible install options are recognized)." + ;; + +link) + $echo \ +"Usage: $modename [OPTION]... --mode=link LINK-COMMAND... + +Link object files or libraries together to form another library, or to +create an executable program. + +LINK-COMMAND is a command using the C compiler that you would use to create +a program from several object files. + +The following components of LINK-COMMAND are treated specially: + + -all-static do not do any dynamic linking at all + -avoid-version do not add a version suffix if possible + -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols + -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) + -export-symbols SYMFILE + try to export only the symbols listed in SYMFILE + -export-symbols-regex REGEX + try to export only the symbols matching REGEX + -LLIBDIR search LIBDIR for required installed libraries + -lNAME OUTPUT-FILE requires the installed library libNAME + -module build a library that can dlopened + -no-fast-install disable the fast-install mode + -no-install link a not-installable executable + -no-undefined declare that a library does not refer to external symbols + -o OUTPUT-FILE create OUTPUT-FILE from the specified objects + -objectlist FILE Use a list of object files found in FILE to specify objects + -precious-files-regex REGEX + don't remove output files matching REGEX + -release RELEASE specify package release information + -rpath LIBDIR the created library will eventually be installed in LIBDIR + -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries + -static do not do any dynamic linking of libtool libraries + -version-info CURRENT[:REVISION[:AGE]] + specify library version info [each variable defaults to 0] + +All other options (arguments beginning with \`-') are ignored. + +Every other argument is treated as a filename. Files ending in \`.la' are +treated as uninstalled libtool libraries, other files are standard or library +object files. + +If the OUTPUT-FILE ends in \`.la', then a libtool library is created, +only library objects (\`.lo' files) may be specified, and \`-rpath' is +required, except when creating a convenience library. + +If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created +using \`ar' and \`ranlib', or on Windows using \`lib'. + +If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +is created, otherwise an executable program is created." + ;; + +uninstall) + $echo \ +"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... + +Remove libraries from an installation directory. + +RM is the name of the program to use to delete files associated with each FILE +(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +to RM. + +If FILE is a libtool library, all the files associated with it are deleted. +Otherwise, only FILE itself is deleted using RM." + ;; + +*) + $echo "$modename: invalid operation mode \`$mode'" 1>&2 + $echo "$help" 1>&2 + exit $EXIT_FAILURE + ;; +esac + +$echo +$echo "Try \`$modename --help' for more information about other modes." + +exit $EXIT_SUCCESS + +# The TAGs below are defined such that we never get into a situation +# in which we disable both kinds of libraries. Given conflicting +# choices, we go for a static library, that is the most portable, +# since we can't tell whether shared libraries were disabled because +# the user asked for that or because the platform doesn't support +# them. This is particularly important on AIX, because we don't +# support having both static and shared libraries enabled at the same +# time on that platform, so we default to a shared-only configuration. +# If a disable-shared tag is given, we'll fallback to a static-only +# configuration. But we'll never go from static-only to shared-only. + +# ### BEGIN LIBTOOL TAG CONFIG: disable-shared +build_libtool_libs=no +build_old_libs=yes +# ### END LIBTOOL TAG CONFIG: disable-shared + +# ### BEGIN LIBTOOL TAG CONFIG: disable-static +build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` +# ### END LIBTOOL TAG CONFIG: disable-static + +# Local Variables: +# mode:shell-script +# sh-indentation:2 +# End: --- snappea-3.0d3.orig/install-sh +++ snappea-3.0d3/install-sh @@ -0,0 +1,251 @@ +#!/bin/sh +# +# install - install a program, script, or datafile +# This comes from X11R5 (mit/util/scripts/install.sh). +# +# Copyright 1991 by the Massachusetts Institute of Technology +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation, and that the name of M.I.T. not be used in advertising or +# publicity pertaining to distribution of the software without specific, +# written prior permission. M.I.T. makes no representations about the +# suitability of this software for any purpose. It is provided "as is" +# without express or implied warranty. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. It can only install one file at a time, a restriction +# shared with many OS's install programs. + + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit="${DOITPROG-}" + + +# put in absolute paths if you don't have them in your path; or use env. vars. + +mvprog="${MVPROG-mv}" +cpprog="${CPPROG-cp}" +chmodprog="${CHMODPROG-chmod}" +chownprog="${CHOWNPROG-chown}" +chgrpprog="${CHGRPPROG-chgrp}" +stripprog="${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +transformbasename="" +transform_arg="" +instcmd="$mvprog" +chmodcmd="$chmodprog 0755" +chowncmd="" +chgrpcmd="" +stripcmd="" +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src="" +dst="" +dir_arg="" + +while [ x"$1" != x ]; do + case $1 in + -c) instcmd="$cpprog" + shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -m) chmodcmd="$chmodprog $2" + shift + shift + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; + + -s) stripcmd="$stripprog" + shift + continue;; + + -t=*) transformarg=`echo $1 | sed 's/-t=//'` + shift + continue;; + + -b=*) transformbasename=`echo $1 | sed 's/-b=//'` + shift + continue;; + + *) if [ x"$src" = x ] + then + src=$1 + else + # this colon is to work around a 386BSD /bin/sh bug + : + dst=$1 + fi + shift + continue;; + esac +done + +if [ x"$src" = x ] +then + echo "install: no input file specified" + exit 1 +else + true +fi + +if [ x"$dir_arg" != x ]; then + dst=$src + src="" + + if [ -d $dst ]; then + instcmd=: + chmodcmd="" + else + instcmd=mkdir + fi +else + +# Waiting for this to be detected by the "$instcmd $src $dsttmp" command +# might cause directories to be created, which would be especially bad +# if $src (and thus $dsttmp) contains '*'. + + if [ -f $src -o -d $src ] + then + true + else + echo "install: $src does not exist" + exit 1 + fi + + if [ x"$dst" = x ] + then + echo "install: no destination specified" + exit 1 + else + true + fi + +# If destination is a directory, append the input filename; if your system +# does not like double slashes in filenames, you may need to add some logic + + if [ -d $dst ] + then + dst="$dst"/`basename $src` + else + true + fi +fi + +## this sed command emulates the dirname command +dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` + +# Make sure that the destination directory exists. +# this part is taken from Noah Friedman's mkinstalldirs script + +# Skip lots of stat calls in the usual case. +if [ ! -d "$dstdir" ]; then +defaultIFS=' +' +IFS="${IFS-${defaultIFS}}" + +oIFS="${IFS}" +# Some sh's can't handle IFS=/ for some reason. +IFS='%' +set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` +IFS="${oIFS}" + +pathcomp='' + +while [ $# -ne 0 ] ; do + pathcomp="${pathcomp}${1}" + shift + + if [ ! -d "${pathcomp}" ] ; + then + $mkdirprog "${pathcomp}" + else + true + fi + + pathcomp="${pathcomp}/" +done +fi + +if [ x"$dir_arg" != x ] +then + $doit $instcmd $dst && + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi +else + +# If we're going to rename the final executable, determine the name now. + + if [ x"$transformarg" = x ] + then + dstfile=`basename $dst` + else + dstfile=`basename $dst $transformbasename | + sed $transformarg`$transformbasename + fi + +# don't allow the sed command to completely eliminate the filename + + if [ x"$dstfile" = x ] + then + dstfile=`basename $dst` + else + true + fi + +# Make a temp file name in the proper directory. + + dsttmp=$dstdir/#inst.$$# + +# Move or copy the file name to the temp name + + $doit $instcmd $src $dsttmp && + + trap "rm -f ${dsttmp}" 0 && + +# and set any options; do chmod last to preserve setuid bits + +# If any of these fail, we abort the whole thing. If we want to +# ignore errors from any of these, just make sure not to ignore +# errors from the above "$doit $instcmd $src $dsttmp" command. + + if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && + if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && + if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && + if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi && + +# Now rename the file to the real destination. + + $doit $rmcmd -f $dstdir/$dstfile && + $doit $mvcmd $dsttmp $dstdir/$dstfile + +fi && + + +exit 0 --- snappea-3.0d3.orig/Makefile.in +++ snappea-3.0d3/Makefile.in @@ -0,0 +1,535 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = . + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = SnapPeaKernel SnapPeaPython SnapPeaDocs + +EXTRA_DIST = configure.in +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configure Makefile.am \ + aclocal.m4 config.guess config.sub configure configure.in \ + depcomp install-sh ltmain.sh missing mkinstalldirs +DIST_SUBDIRS = $(SUBDIRS) +all: all-recursive + +.SUFFIXES: + +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) + +$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck +$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + cd $(srcdir) && $(AUTOCONF) + +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: + +# 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): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + 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) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + 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 + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: ctags-recursive $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = . +distdir = $(PACKAGE)-$(VERSION) + +am__remove_distdir = \ + { test ! -d $(distdir) \ + || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr $(distdir); }; } + +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print + +distdir: $(DISTFILES) + $(am__remove_distdir) + mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done + -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -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 $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r $(distdir) +dist-gzip: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist dist-all: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + $(am__remove_distdir) + GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + 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" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ + && rm -f $(distdir).tar.gz \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck + $(am__remove_distdir) + @echo "$(distdir).tar.gz is ready for distribution" | \ + sed 'h;s/./=/g;p;x;p;x' +distuninstallcheck: + @cd $(distuninstallcheck_dir) \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-recursive + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool \ + distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-info-am + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-recursive ctags \ + ctags-recursive dist dist-all dist-gzip distcheck distclean \ + distclean-generic distclean-libtool distclean-recursive \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am dvi-recursive info info-am info-recursive install \ + install-am install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-info-am install-info-recursive install-man \ + install-recursive install-strip installcheck installcheck-am \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-generic \ + mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ + pdf-recursive ps ps-am ps-recursive tags tags-recursive \ + uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-recursive + + +export pkgdocdir = $(datadir)/doc/$(PACKAGE) +# 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: --- snappea-3.0d3.orig/mkinstalldirs +++ snappea-3.0d3/mkinstalldirs @@ -0,0 +1,40 @@ +#! /bin/sh +# mkinstalldirs --- make directory hierarchy +# Author: Noah Friedman +# Created: 1993-05-16 +# Public domain + +# $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $ + +errstatus=0 + +for file +do + set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` + shift + + pathcomp= + for d + do + 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 + fi + fi + + pathcomp="$pathcomp/" + done +done + +exit $errstatus + +# mkinstalldirs ends here --- snappea-3.0d3.orig/debian/snappea-dev.links +++ snappea-3.0d3/debian/snappea-dev.links @@ -0,0 +1 @@ +usr/share/doc/snappea usr/share/doc/snappea-dev/docs --- snappea-3.0d3.orig/debian/snappea.desktop +++ snappea-3.0d3/debian/snappea.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Snappea 3-Manifold Creator +GenericName=3-Manifold Creator +Comment=Create and study hyperbolic 3-manifolds +Exec=snappea +Icon=snappea +Type=Application +Categories=Math;Education;Science; --- snappea-3.0d3.orig/debian/snappea.menu +++ snappea-3.0d3/debian/snappea.menu @@ -0,0 +1,6 @@ +?package(snappea):needs="X11" section="Applications/Science/Mathematics"\ + title="SnapPea" command="/usr/bin/snappea"\ + icon="/usr/share/pixmaps/snappea.xpm" +?package(snappea):needs="text" section="Applications/Science/Mathematics"\ + title="SnapPea Console" command="/usr/bin/snappea-console"\ + icon="/usr/share/pixmaps/snappea.xpm" --- snappea-3.0d3.orig/debian/compat +++ snappea-3.0d3/debian/compat @@ -0,0 +1 @@ +5 --- snappea-3.0d3.orig/debian/snappea.shlibs +++ snappea-3.0d3/debian/snappea.shlibs @@ -0,0 +1 @@ +libsnappea 0 snappea (>= 3.0d3-10) --- snappea-3.0d3.orig/debian/snappea.README.Debian +++ snappea-3.0d3/debian/snappea.README.Debian @@ -0,0 +1,23 @@ +SnapPea for Debian +------------------ + +New program execution scripts have been added to the original +SnapPea distribution: + + /usr/bin/snappea : Run using the GUI. + /usr/bin/snappea-console : Run in a Python console. + +The SnapPea Python bindings require Python 2.1, since SnapPea does not +yet support Python 2.2. + +A shared library /usr/lib/libsnappea.so is now available for compiling +the SnapPea kernel into other projects. See the snappea-dev package for +further details. + +Note that at the present time this shared library is unique to Debian +and is not supported by the upstream author. + +The location of the cusped census has been hard-coded as +/usr/share/snappea/CuspedCensusData. + + -- Ben Burton , Fri, 7 Feb 2003 10:09:16 +1100 --- snappea-3.0d3.orig/debian/snappea-dev.files +++ snappea-3.0d3/debian/snappea-dev.files @@ -0,0 +1,5 @@ +usr/include +usr/lib/libsnappea.a +usr/lib/libsnappea.so +usr/share/doc/snappea/FileFormats +usr/share/doc/snappea/Kernel --- snappea-3.0d3.orig/debian/snappea.files +++ snappea-3.0d3/debian/snappea.files @@ -0,0 +1,6 @@ +usr/lib/libsnappea.so.* +usr/lib/snappea/SnapPeaC.so +usr/share/snappea +usr/share/pixmaps/snappea.xpm +usr/share/doc/snappea/SnapPeaDocs +usr/bin --- snappea-3.0d3.orig/debian/snappea.links +++ snappea-3.0d3/debian/snappea.links @@ -0,0 +1 @@ +usr/share/man/man1/snappea.1 usr/share/man/man1/snappea-console.1 --- snappea-3.0d3.orig/debian/pycompat +++ snappea-3.0d3/debian/pycompat @@ -0,0 +1 @@ +2 --- snappea-3.0d3.orig/debian/rules +++ snappea-3.0d3/debian/rules @@ -0,0 +1,85 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +tmp = debian/tmp +snappealib = $(tmp)/usr/lib/snappea +pixmaps = $(tmp)/usr/share/pixmaps +overrides = $(tmp)/usr/share/lintian/overrides + +INSTALL_DIR = install -p -d -o root -g root -m 755 +INSTALL_FILE = install -p -o root -g root -m 644 + +build: build-stamp +build-stamp: + dh_testdir + + # Remove an unwanted makefile that gets in the way. + rm -f SnapPeaPython/makefile + + chmod a+x ./configure + ./configure --prefix=/usr + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Remove an unwanted makefile that gets in the way. + rm -f SnapPeaPython/makefile + + rm -f build-stamp + rm -f conftest* + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Main install. + $(MAKE) install DESTDIR=`pwd`/$(tmp) + + # Install pixmaps. + $(INSTALL_DIR) $(pixmaps) + $(INSTALL_FILE) debian/snappea.xpm $(pixmaps) + + # Install desktop file + install -d debian/snappea/usr/share/applications + install -m644 debian/snappea.desktop debian/snappea/usr/share/applications + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_movefiles -a + dh_installdocs -a + dh_installmenu -a + dh_installman -a + dh_installchangelogs -psnappea + dh_installchangelogs -psnappea-dev + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a + # Don't run the python scripts on snappea-dev. + dh_python2 -psnappea + dh_python2 -psnappea /usr/lib/snappea + dh_installdeb -a + #dh_perl -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- snappea-3.0d3.orig/debian/snappea.manpages +++ snappea-3.0d3/debian/snappea.manpages @@ -0,0 +1 @@ +debian/snappea.1 --- snappea-3.0d3.orig/debian/copyright +++ snappea-3.0d3/debian/copyright @@ -0,0 +1,26 @@ +This package was debianised by Ben Burton on +Thu, 15 Feb 2001 10:58:17 -0600. + +It was downloaded from http://www.geometrygames.org/SnapPea/ . + +Upstream Authors: Jeff Weeks , with Python + assistance from Nathan Dunfield. + +The following notice is extracted from the SnapPea source code, with +minor changes by request of the author: + + SnapPea 2.0 was funded by the University of Minnesota's + Geometry Center and the U.S. National Science Foundation. + SnapPea 3.0 was funded by the U.S. National Science Foundation + and the MacArthur Foundation. SnapPea and its source code may + be used freely for all noncommercial purposes. Please direct + questions, problems and suggestions to Jeff Weeks + (www.geometrygames.org/contact.html). + + Copyright 2005 by Jeff Weeks. All rights reserved. + +In addition to this, the author has agreed for SnapPea to be distributed +under the terms of the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in the file /usr/share/common-licenses/GPL . --- snappea-3.0d3.orig/debian/snappea.1 +++ snappea-3.0d3/debian/snappea.1 @@ -0,0 +1,47 @@ +.\" 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 SNAPPEA 1 "October 12, 2003" +.\" 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 +snappea \- for creating and studying hyperbolic 3-manifolds +.SH SYNOPSIS +.B snappea +.br +.B snappea-console +.SH DESCRIPTION +\fBSnapPea\fP is a program for creating and studying hyperbolic +3-manifolds. It is accessible via Python scripts as well as through a +traditional graphical user interface. +.PP +Running +.I snappea +will invoke the GUI. Running +.I snappea-console +will invoke a Python console from which low-level operations can be +performed. +.PP +Note that the SnapPea Python bindings require Python 2.1, since SnapPea +does not yet support Python 2.2 or higher. +.SH SEE ALSO +The original documentation from the program author +is available in \fI/usr/share/doc/snappea/\fP. +See \fIhttp://www.geometrygames.org/SnapPea/\fP for further information. +.SH AUTHOR +SnapPea was written by Jeff Weeks , with Python +assistance from Nathan Dunfield. +.br +This manual page was written by Ben Burton +for the Debian GNU/Linux system (but may be used by others). --- snappea-3.0d3.orig/debian/snappea-dev.README.Debian +++ snappea-3.0d3/debian/snappea-dev.README.Debian @@ -0,0 +1,11 @@ +SnapPea Development Files for Debian +------------------------------------ + +The SnapPea kernel is provided in the shared library +/usr/lib/libsnappea.so. The corresponding headers can be found in +/usr/include/snappea/. + +Note that at the present time this shared library is unique to Debian +and is not supported by the upstream author. + + -- Ben Burton , Tue, 1 Jan 2002 18:22:53 +1000 --- snappea-3.0d3.orig/debian/changelog +++ snappea-3.0d3/debian/changelog @@ -0,0 +1,274 @@ +snappea (3.0d3-22ubuntu1) quantal; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Added .desktop. + + -- Angel Abad Wed, 11 Jul 2012 17:45:01 +0200 + +snappea (3.0d3-22) unstable; urgency=low + + * QA upload. + * Switch from a very odd combination of the utterly obsolete dh_python and + the merely deprecated dh_pycentral to dh_python2 so dependencies are + generated correctly (Closes: #663989) + - Adjust python related build-depends, drop python-central from build- + depends, and change the obsolete XS-Python-Version: current field to + X-Python-Version to the correct Python is used + - Update debian/rules to use dh_python2 + + -- Scott Kitterman Fri, 06 Jul 2012 10:20:00 -0400 + +snappea (3.0d3-21ubuntu1) precise; urgency=low + + * Merge from debian testing. Remaining changes: + - Added .desktop. (Closes: #375773) + + -- Angel Abad Sat, 15 Oct 2011 15:29:55 +0200 + +snappea (3.0d3-21) unstable; urgency=low + + * QA upload. + * Package has been orphaned, set maintainer to Debian QA. + * Remove duplicate section field from debian/control. + * Update gonfig.{sub,guess}. Closes: 539972. + * Stop shipping la file. + + -- Regis Boudin Wed, 21 Sep 2011 20:20:14 +0100 + +snappea (3.0d3-20.1ubuntu1) natty; urgency=low + + * Merge from debian unstable (LP: #688263). Remaining changes: + - Added .desktop. + * Dropped change: + - debian/rules: Remove dh_desktop as it is deprecated + * Update .desktop file for latest desktop-file-validate + + -- Angel Abad Thu, 09 Dec 2010 22:15:58 +0100 + +snappea (3.0d3-20.1) unstable; urgency=low + + * Non-maintainer upload. + * Set PYTHONPATH in a secure way. (Closes: #605151) + * Change doc-base section to Science/Mathematics. + * debian/control: Add ${misc:Depends}. + + -- Ansgar Burchardt Thu, 02 Dec 2010 13:15:42 +0100 + +snappea (3.0d3-20ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Added .desktop. + * Make .desktop validate and be more HIG-compliant. + + -- William Grant Tue, 30 Oct 2007 11:25:21 +1100 + +snappea (3.0d3-20) unstable; urgency=low + + * Updated for new debian menu layout. Menu entries have moved from + Apps/Math to Applications/Science/Mathematics. + * Replaced ${Source-Version} with ${binary:Version} in snappea-dev's + dependency list. + * Other lintian fixes: move DH_COMPAT to debian/compat; only allow + $(MAKE) distclean to fail if the Makefile is missing. + + -- Ben Burton Sat, 13 Oct 2007 07:46:20 +1000 + +snappea (3.0d3-19ubuntu1) feisty; urgency=low + + * Merge from debian unstable. Remaining changes: + - Added .desktop. + + -- William Alexander Grant Sat, 9 Dec 2006 08:43:12 +1100 + +snappea (3.0d3-19) unstable; urgency=low + + * Updated to new python policy (finally!), using python-central + (closes: #380954). + * Changed hard-coded dependency on python2.3 to dependency on the + default python version. + * Switch to debhelper compatibility level 5. + * Bumped standards-version to 3.7.2.1. + + -- Ben Burton Sun, 10 Sep 2006 09:09:20 +1000 + +snappea (3.0d3-18ubuntu2) edgy; urgency=low + + * Added .desktop. Closes Ubuntu #49665 + + -- Vassilis Pandis Tue, 8 Aug 2006 20:43:31 +0300 + +snappea (3.0d3-18ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. + + -- Daniel T Chen Tue, 08 Nov 2005 10:25:14 +0000 + +snappea (3.0d3-18) unstable; urgency=low + + * Updated copyright file to include more comprehensive statements + regarding licensing and funding. + * Updated closed orientable census data with new data that has recently + been made available by the author. The new data has documentation, more + invariants and greater detail, as well as a couple of minor corrections + (which are noted in the documentation). The file itself has been + renamed from ClosedOrientableDistinct.txt to ClosedCensusInvariants.txt. + * Minor aesthetic changes to short package descriptions. + * Greetings from the ICE-EM/AMSI Summer School! + + -- Ben Burton Tue, 25 Jan 2005 18:30:59 +1100 + +snappea (3.0d3-17ubuntu3) hoary; urgency=low + + * Fix python include directory. + + -- Matthias Klose Mon, 4 Apr 2005 12:48:03 +0200 + +snappea (3.0d3-17ubuntu2) hoary; urgency=low + + * Correct python dependencies. + + -- Matthias Klose Sun, 3 Apr 2005 20:39:53 +0200 + +snappea (3.0d3-17ubuntu1) hoary; urgency=low + + * Rebuild for python2.4 + * Standards Version 3.6.1.1 + + -- Charles Majola Fri, 18 Feb 2005 15:13:09 +0200 + +snappea (3.0d3-17) unstable; urgency=low + + * Switched from python2.1 to default version of python (in this case 2.3). + * Using python-pmw from debian instead of shipping our own older pmw code. + * Patched sources to use OptionMenu.getcurselection() instead of + OptionMenu.get(), as required by newer python-pmw. + * Using dh_python to handle bytecode compilation. + * Re-libtoolised to fix some build errors that have recently appeared. + * Using Replaces instead of Conflicts for files that moved from + snappea into snappea-dev way back in version 3.0d3-10. + * Quoted 'needs' and 'section' fields in the debian menu file. + + -- Ben Burton Fri, 2 Jul 2004 20:37:27 +1000 + +snappea (3.0d3-16) unstable; urgency=low + + * Updated upstream website and upstream author email. + * Changed -dev package section to libdevel. + * Bumped standards-version to 3.6.1. + + -- Ben Burton Sun, 12 Oct 2003 19:35:57 +1000 + +snappea (3.0d3-15) unstable; urgency=low + + * Minor manpage updates. + * Bumped standards-version to 3.6.0. + + -- Ben Burton Thu, 28 Aug 2003 09:04:22 +1000 + +snappea (3.0d3-14) unstable; urgency=low + + * Reworked to use python2.1 since in its current state SnapPea does not + support python2.2. + * New maintainer email address. + * Bumped standards-version to 3.5.8. + + -- Ben Burton Fri, 31 Jan 2003 19:39:37 +1100 + +snappea (3.0d3-13) unstable; urgency=low + + * Applied libtool patch to cope with one snappea library linking against + another (closes: Bug#164232). + * Wrapped unix_kit prototypes in extern "C" for C++ users. + * Bumped standards-version to 3.5.7.0. + + -- Ben Burton Mon, 14 Oct 2002 15:23:48 +1000 + +snappea (3.0d3-12) unstable; urgency=low + + * Updated libtool (closes: Bug#163608). + * Updated author's website. + + -- Ben Burton Wed, 9 Oct 2002 08:58:38 +1000 + +snappea (3.0d3-11) unstable; urgency=low + + * Default version of python is now 2.2. + + -- Ben Burton Sun, 8 Sep 2002 17:33:39 +1000 + +snappea (3.0d3-10) unstable; urgency=low + + * Happy new year! + * Added autoconf/automake infrastructure. + * Added shared library plus snappea-dev package (closes: Bug#126531). + * Moved from python1.5 to python2.1. + * Shaved README.Debian. + + -- Ben Burton Tue, 1 Jan 2002 18:22:53 +1000 + +snappea (3.0d3-9) unstable; urgency=low + + * Updated to conform to new python policy (closes: Bug#117539). + + -- Ben Burton Mon, 29 Oct 2001 09:15:37 -0600 + +snappea (3.0d3-8) unstable; urgency=low + + * Suggests regina-normal. + + -- Ben Burton Thu, 11 Oct 2001 23:13:00 -0500 + +snappea (3.0d3-7) unstable; urgency=low + + * Depends on python instead of python-base. + + -- Ben Burton Fri, 21 Sep 2001 10:41:46 -0500 + +snappea (3.0d3-6) unstable; urgency=low + + * Removed broken links from HTML documentation. + * General cleanup in debian/. + + -- Ben Burton Thu, 9 Aug 2001 14:10:14 +1000 + +snappea (3.0d3-5) unstable; urgency=low + + * Upped standards-version to 3.5.6. + + -- Ben Burton Sat, 4 Aug 2001 21:09:59 +1000 + +snappea (3.0d3-4) unstable; urgency=low + + * Cosmetic changes to the man page. + + -- Ben Burton Mon, 7 May 2001 07:58:17 -0500 + +snappea (3.0d3-3) unstable; urgency=low + + * Updated debian/rules to DH_COMPAT=3. + * Build-Depends: required version (>> 3.0.0) of debhelper. + * Updated Standards-Version to 3.5.2. + * Removed dh_testversion from debian/rules. + * Miscellaneous tidying in debian/. + + -- Ben Burton Thu, 26 Apr 2001 12:47:52 -0500 + +snappea (3.0d3-2) unstable; urgency=low + + * Added the SnapPea icon to the corresponding debian menu item. + + -- Ben Burton Thu, 1 Mar 2001 14:51:09 -0600 + +snappea (3.0d3-1) unstable; urgency=low + + * Initial Release (closes: Bug#84996). + * Added a top-level Makefile. + * Added program execution scripts /usr/bin/snappea and + /usr/bin/snappea-console. + * Hard-coded the census location as /usr/share/snappea/CuspedCensusData. + + -- Ben Burton Thu, 15 Feb 2001 10:58:17 -0600 + +Local variables: +mode: debian-changelog +End: --- snappea-3.0d3.orig/debian/snappea.xpm +++ snappea-3.0d3/debian/snappea.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * snappea_xpm[] = { +"32 32 12 1", +" c None", +". c #000000", +"+ c #1A4C33", +"@ c #113322", +"# c #339966", +"$ c #26734C", +"% c #002F00", +"& c #00BB00", +"* c #0D551A", +"= c #0D261A", +"- c #005E00", +"; c #008C00", +" .. ", +" ... .... ", +" . .. . . ", +" . ........ . . ", +" . ... . . . ", +" ... . .++@ . . ", +" . . . +###$ ..... ", +". . . +####$ ", +". . . +###+#+ ", +". . . +####+$. ", +". . . +#+##+%&% ", +" . +#%%$*&&&% ", +" . =%&&%&&&&- ", +" . -&&&&&&&&&. ", +" . -&&&&&&&&&. ", +" .. . -&&&&&&&&&. ", +" . . -&&&&&&&&&. ", +" . . -&&&&&&&&&. ", +" . -&&&&&&&&&. ", +". .. -&&&&&&&&&. ", +". -&&&&&&&&&. ", +". -&&&&&&&&&. ", +". -&&&&&&&&&. ", +". . .&&&&&&&&&;. ", +" . . .&&&&&&&&&- ", +" . .&&&&&&&&&- ", +" .&&&&&&&&;. ", +" .&&&&&&&&% ", +" -&&&&&&&% ", +" .&&&&&&&% ", +" .&&&&&-% ", +" .---%.. "}; --- snappea-3.0d3.orig/debian/control +++ snappea-3.0d3/debian/control @@ -0,0 +1,29 @@ +Source: snappea +Section: math +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.6.6-3~) +Standards-Version: 3.7.2.1 +X-Python-Version: 2.7 + +Package: snappea +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-pmw, python-tk +Suggests: regina-normal +Description: program for creating and studying hyperbolic 3-manifolds + SnapPea is Jeff Weeks' computational tool for mathematicians working in + low-dimensional topology. It is used for creating and studying hyperbolic + 3-manifolds, and is accessible via Python scripts as well as through a + traditional graphical user interface. +XB-Python-Version: ${python:Versions} + +Package: snappea-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, snappea (= ${binary:Version}), libc6-dev +Replaces: snappea (<< 3.0d3-10) +Description: development files for SnapPea hyperbolic 3-manifold tool + SnapPea is a computational tool for creating and studying hyperbolic + 3-manifolds. This package provides headers suitable for compiling the + SnapPea kernel into other projects. --- snappea-3.0d3.orig/debian/snappea.doc-base +++ snappea-3.0d3/debian/snappea.doc-base @@ -0,0 +1,10 @@ +Document: snappea +Title: SnapPea Documentation +Author: Jeff Weeks +Abstract: This is the HTML documentation from the SnapPea website. +Section: Science/Mathematics + +Format: HTML +Index: /usr/share/doc/snappea/SnapPeaDocs/SnapPeaGUI.html +Files: /usr/share/doc/snappea/SnapPeaDocs/*.html + --- snappea-3.0d3.orig/SnapPeaDocs/Makefile.am +++ snappea-3.0d3/SnapPeaDocs/Makefile.am @@ -0,0 +1,4 @@ +htmldir = $(pkgdocdir)/SnapPeaDocs + +html_DATA = SnapPea.gif SnapPeaGUI.html SnapPeaScripting.html + --- snappea-3.0d3.orig/SnapPeaDocs/SnapPeaGUI.html +++ snappea-3.0d3/SnapPeaDocs/SnapPeaGUI.html @@ -24,7 +24,7 @@ python interpreter, passing it the file SnapPeaGUI.py. On Unix systems this is trivially easy: just go to the SnapPeaPython directory (which you should have already downloaded, -as explained on installation page) +as explained on the installation page) and type python SnapPeaGUI.py.

@@ -41,8 +41,6 @@

To investigate large classes of manifolds, use SnapPea 3.0's scripting interface.

-up - --- snappea-3.0d3.orig/SnapPeaDocs/Makefile.in +++ snappea-3.0d3/SnapPeaDocs/Makefile.in @@ -0,0 +1,306 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +htmldir = $(pkgdocdir)/SnapPeaDocs + +html_DATA = SnapPea.gif SnapPeaGUI.html SnapPeaScripting.html +subdir = SnapPeaDocs +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(html_DATA) + +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaDocs/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +htmlDATA_INSTALL = $(INSTALL_DATA) +install-htmlDATA: $(html_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(htmldir) + @list='$(html_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f"; \ + $(htmlDATA_INSTALL) $$d$$p $(DESTDIR)$(htmldir)/$$f; \ + done + +uninstall-htmlDATA: + @$(NORMAL_UNINSTALL) + @list='$(html_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(htmldir)/$$f"; \ + rm -f $(DESTDIR)$(htmldir)/$$f; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(htmldir) +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: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-htmlDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-htmlDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-data \ + install-data-am install-exec install-exec-am install-htmlDATA \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-htmlDATA uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaDocs/SnapPeaScripting.html +++ snappea-3.0d3/SnapPeaDocs/SnapPeaScripting.html @@ -308,15 +308,13 @@

And speaking of documentation, I'm eager to have your -feedback +feedback on how this documentation should be developed. Please let me know what you would find useful.

For interactive work, use SnapPea 3.0's graphical user interface.

-up - --- snappea-3.0d3.orig/SnapPeaKernel/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/Makefile.am @@ -0,0 +1,13 @@ +SUBDIRS = code file_formats headers unix_kit + +lib_LTLIBRARIES = libsnappea.la + +libsnappea_la_SOURCES = dummy.c +libsnappea_la_LDFLAGS = -version-info 0:0:0 -no-undefined +libsnappea_la_LIBADD = ./code/libcode.la ./unix_kit/libunixkit.la + +readmedir = $(pkgdocdir)/Kernel + +readme_DATA = ReadMe + +EXTRA_DIST = detab.c makefile-client --- snappea-3.0d3.orig/SnapPeaKernel/dummy.c +++ snappea-3.0d3/SnapPeaKernel/dummy.c @@ -0,0 +1 @@ +// Empty file to satisfy automake. --- snappea-3.0d3.orig/SnapPeaKernel/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/Makefile.in @@ -0,0 +1,564 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +SUBDIRS = code file_formats headers unix_kit + +lib_LTLIBRARIES = libsnappea.la + +libsnappea_la_SOURCES = dummy.c +libsnappea_la_LDFLAGS = -version-info 0:0:0 -no-undefined +libsnappea_la_LIBADD = ./code/libcode.la ./unix_kit/libunixkit.la + +readmedir = $(pkgdocdir)/Kernel + +readme_DATA = ReadMe + +EXTRA_DIST = detab.c makefile-client +subdir = SnapPeaKernel +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(lib_LTLIBRARIES) + +libsnappea_la_DEPENDENCIES = ./code/libcode.la ./unix_kit/libunixkit.la +am_libsnappea_la_OBJECTS = dummy.lo +libsnappea_la_OBJECTS = $(am_libsnappea_la_OBJECTS) + +DEFAULT_INCLUDES = -I. -I$(srcdir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/dummy.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(libsnappea_la_SOURCES) +DATA = $(readme_DATA) + + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +DIST_SUBDIRS = $(SUBDIRS) +SOURCES = $(libsnappea_la_SOURCES) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +libLTLIBRARIES_INSTALL = $(INSTALL) +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \ + $(LIBTOOL) --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="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \ + $(LIBTOOL) --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 +libsnappea.la: $(libsnappea_la_OBJECTS) $(libsnappea_la_DEPENDENCIES) + $(LINK) -rpath $(libdir) $(libsnappea_la_LDFLAGS) $(libsnappea_la_OBJECTS) $(libsnappea_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +readmeDATA_INSTALL = $(INSTALL_DATA) +install-readmeDATA: $(readme_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(readmedir) + @list='$(readme_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(readmeDATA_INSTALL) $$d$$p $(DESTDIR)$(readmedir)/$$f"; \ + $(readmeDATA_INSTALL) $$d$$p $(DESTDIR)$(readmedir)/$$f; \ + done + +uninstall-readmeDATA: + @$(NORMAL_UNINSTALL) + @list='$(readme_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(readmedir)/$$f"; \ + rm -f $(DESTDIR)$(readmedir)/$$f; \ + done + +# 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): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + 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) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + 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 + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: ctags-recursive $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(DATA) +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(readmedir) + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-recursive + +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: install-readmeDATA + +install-exec-am: install-libLTLIBRARIES + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ + uninstall-readmeDATA + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool \ + clean-recursive ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-recursive distclean-tags distdir dvi dvi-am \ + dvi-recursive info info-am info-recursive install install-am \ + install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-info-am install-info-recursive \ + install-libLTLIBRARIES install-man install-readmeDATA \ + install-recursive install-strip installcheck installcheck-am \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ + tags-recursive uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-libLTLIBRARIES \ + uninstall-readmeDATA uninstall-recursive + +# 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: --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/unix_cusped_census.c +++ snappea-3.0d3/SnapPeaKernel/unix_kit/unix_cusped_census.c @@ -42,6 +42,12 @@ #define FILE6n ":CuspedCensusData:terse6n.bin" #define FILE7o ":CuspedCensusData:terse7o.bin" #define FILE7n ":CuspedCensusData:terse7n.bin" +#elif defined(USE_FHS) +#define FILE5 "/usr/share/snappea/CuspedCensusData/terse5.bin" +#define FILE6o "/usr/share/snappea/CuspedCensusData/terse6o.bin" +#define FILE6n "/usr/share/snappea/CuspedCensusData/terse6n.bin" +#define FILE7o "/usr/share/snappea/CuspedCensusData/terse7o.bin" +#define FILE7n "/usr/share/snappea/CuspedCensusData/terse7n.bin" #else #define FILE5 "CuspedCensusData/terse5.bin" #define FILE6o "CuspedCensusData/terse6o.bin" --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/unix_file_io.h +++ snappea-3.0d3/SnapPeaKernel/unix_kit/unix_file_io.h @@ -5,7 +5,20 @@ * to read and save Triangulations. */ +#ifndef _unix_file_io_ +#define _unix_file_io_ + #include "SnapPea.h" +#ifdef __cplusplus +extern "C" { +#endif + extern Triangulation *get_triangulation(char *file_name); extern void save_triangulation(Triangulation *manifold, char *file_name); + +#ifdef __cplusplus +} +#endif + +#endif --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/unix_kit/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = ClosedCensusData CuspedCensusData + +INCLUDES = -I../headers -I. + +pkginclude_HEADERS = unix_cusped_census.h unix_file_io.h + +noinst_LTLIBRARIES = libunixkit.la + +libunixkit_la_SOURCES = \ + unix_UI.c \ + unix_cusped_census.c \ + unix_file_io.c + +EXTRA_DIST = \ + unix_closed_census_main.c \ + unix_cusped_census_main.c \ + unix_sample_main.c \ + ReadMe --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/unix_cusped_census.h +++ snappea-3.0d3/SnapPeaKernel/unix_kit/unix_cusped_census.h @@ -10,9 +10,17 @@ #include "SnapPea.h" +#ifdef __cplusplus +extern "C" { +#endif + extern int gNumOrientableCuspedCensusMflds[8], gNumNonorientableCuspedCensusMflds[8]; extern Triangulation *GetCuspedCensusManifold(int aNumTetrahedra, Orientability anOrientability, int anIndex); +#ifdef __cplusplus +} +#endif + #endif --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/unix_kit/Makefile.in @@ -0,0 +1,556 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +SUBDIRS = ClosedCensusData CuspedCensusData + +INCLUDES = -I../headers -I. + +pkginclude_HEADERS = unix_cusped_census.h unix_file_io.h + +noinst_LTLIBRARIES = libunixkit.la + +libunixkit_la_SOURCES = \ + unix_UI.c \ + unix_cusped_census.c \ + unix_file_io.c + + +EXTRA_DIST = \ + unix_closed_census_main.c \ + unix_cusped_census_main.c \ + unix_sample_main.c \ + ReadMe + +subdir = SnapPeaKernel/unix_kit +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) + +libunixkit_la_LDFLAGS = +libunixkit_la_LIBADD = +am_libunixkit_la_OBJECTS = unix_UI.lo unix_cusped_census.lo \ + unix_file_io.lo +libunixkit_la_OBJECTS = $(am_libunixkit_la_OBJECTS) + +DEFAULT_INCLUDES = -I. -I$(srcdir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/unix_UI.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/unix_cusped_census.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/unix_file_io.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(libunixkit_la_SOURCES) +HEADERS = $(pkginclude_HEADERS) + + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.in Makefile.am +DIST_SUBDIRS = $(SUBDIRS) +SOURCES = $(libunixkit_la_SOURCES) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/unix_kit/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_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 +libunixkit.la: $(libunixkit_la_OBJECTS) $(libunixkit_la_DEPENDENCIES) + $(LINK) $(libunixkit_la_LDFLAGS) $(libunixkit_la_OBJECTS) $(libunixkit_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix_UI.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix_cusped_census.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix_file_io.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER) +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) + @list='$(pkginclude_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \ + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \ + rm -f $(DESTDIR)$(pkgincludedir)/$$f; \ + done + +# 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): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + 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) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + 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 + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: ctags-recursive $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(HEADERS) +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-recursive + +clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: install-pkgincludeHEADERS + +install-exec-am: + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-info-am uninstall-pkgincludeHEADERS + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + clean-recursive ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-recursive distclean-tags distdir dvi dvi-am \ + dvi-recursive info info-am info-recursive install install-am \ + install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-info-am install-info-recursive install-man \ + install-pkgincludeHEADERS install-recursive install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + installdirs-recursive maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ + tags-recursive uninstall uninstall-am uninstall-info-am \ + uninstall-info-recursive uninstall-pkgincludeHEADERS \ + uninstall-recursive + +# 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: --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/ClosedCensusData/ClosedCensusInvariants.txt +++ snappea-3.0d3/SnapPeaKernel/unix_kit/ClosedCensusData/ClosedCensusInvariants.txt @@ -0,0 +1,11066 @@ +Census of closed hyperbolic 3-manifolds + +This file lists the 11,031 closed hyperbolic 3-manifolds found +in the Hodgson & Weeks census. Each line describes one manifold. +The invariants are the following: + +(1) volume +(2) first homology group +(3) Chern-Simons invariant (mod 1/2) +(4) length of shortest closed geodesic +(5) description as a Dehn filling on a cusped census manifold +(6) solution type + If this field is blank, then the hyperbolic structure on the + closed manifold was obtained via hyperbolic Dehn filling as + the metric completion of an incomplete hyperbolic structure + on the cusped manifold triangulated by positively oriented + ideal tetrahedra, and we can be certain that the hyperbolic + structure is correct. If this field contains the word "neg", + then one or more negatively oriented tetrahedra were present, + and although the hyperbolic structure is probably correct, + we cannot be absolutely certain. +(7) chirality + c = chiral + a = amphicheiral +(8) symmetry group + +2001/03/28 Corrected to use standard peripheral curves in cases +where shortest and/or second shortest curves are not unique. + +2005/01/16 Somehow the peripheral curves used for m130 and m208 +in the 2001/03/28 version of this file disagreed with the standard +curves that SnapPea uses. Corrected affected entries. +Thanks to Nathan Dunfield for reporting this problem. + + +0.9427073627769277 Z/5 + Z/5 0.0600430666787272 0.584603685018 m003(-3, 1) c D6 +0.9813688288922321 Z/5 0.0770381802637702 0.578082435532 m003(-2, 3) c D2 +1.0149416064096536 Z/3 + Z/6 0.0000000000000000 0.831442945529 m007( 3, 1) neg a semidihedral of order 16 +1.2637092386580437 Z/5 + Z/5 -0.1141406559693699 0.575078580850 m003(-4, 3) c D4 +1.2844853004683544 Z/6 0.0679316734798631 0.480311803385 m004( 6, 1) c D2 +1.3985088841508066 trivial -0.2466072526507687 0.366130702346 m004( 1, 2) c D2 +1.4140610441653916 Z/6 0.0766020666485759 0.794134662992 m009( 4, 1) c D2 +1.4140610441653916 Z/10 0.1182687333152426 0.364894686526 m003(-3, 4) c D2 +1.4236119002928252 Z/35 0.1125651520461811 0.352371598411 m003(-4, 1) c D2 +1.4406990067273649 Z/3 -0.2400607094618030 0.361521576120 m004( 3, 2) c D2 +1.4637766449272388 Z/7 0.0606168663471378 0.356645033638 m004( 7, 1) c D2 +1.5294773294300263 Z/5 -0.2346223683614192 0.335975531076 m004( 5, 2) c D2 +1.5435689114718551 Z/35 0.0511884003691887 0.335368900752 m003(-5, 3) c D2 +1.5435689114718551 Z/21 0.1154782662974780 0.578054973362 m007( 1, 2) neg c D2 +1.5831666606248128 Z/21 -0.0286958489796828 0.557781820587 m007( 4, 1) c D2 +1.5831666606248128 Z/3 + Z/9 0.1379708176869838 0.777493888276 m007( 3, 2) neg c D6 +1.5886466393001630 Z/30 0.0171351454957725 0.534532054117 m006( 3, 1) neg c D2 +1.5886466393001630 Z/30 -0.1421351454957725 0.304688931718 m003(-5, 4) c D2 +1.6496097158086641 Z/15 0.1013478014114613 0.508740341094 m006(-3, 2) c D2 +1.7571260291884514 Z/7 -0.0786531619474771 0.705362977871 m015( 5, 1) c D2 +1.8243443222029120 Z/3 + Z/3 0.0908612649698235 0.468007226373 m007(-3, 2) c D4 +1.8319311883544380 Z/2 + Z/4 0.0625000000000000 0.530637530953 m009( 5, 1) c D2 +1.8319311883544380 Z/2 + Z/12 0.0625000000000000 0.530637530953 m010(-2, 3) c D2 +1.8319311883544380 Z/2 + Z/6 -0.1041666666666667 0.481211825060 m009(-5, 1) c D2 +1.8319311883544380 Z/14 0.1458333333333333 0.530637530953 m011( 1, 3) c D2 +1.8319311883544380 Z/5 + Z/10 0.2291666666666667 0.530637530953 m006( 1, 3) c D6 +1.8435859723266779 Z/6 -0.2233269246580219 0.477961349958 m007(-5, 1) c D2 +1.8435859723266779 Z/2 0.2350064086753114 0.480433913874 m009( 1, 2) c D2 +1.8854147255538554 Z/39 -0.0367528000241210 0.584603685018 m016(-3, 2) c D2 +1.8854147255538554 Z/24 -0.0465805333092124 0.397067331496 m007( 5, 1) c D2 +1.8854147255538554 Z/40 0.0465805333092124 0.397067331496 m006(-1, 3) c D2 +1.8854147255538554 Z/7 + Z/7 -0.2034194666907876 0.584603685018 m017(-3, 2) c D8 +1.8859142560190605 Z/45 0.1820617352420843 0.411869217859 m006( 3, 2) neg c D2 +1.9108437930899889 Z/30 -0.0957463999709877 0.442137828732 m010(-1, 3) c D2 +1.9122102500524321 trivial -0.0112234228637923 0.499163505837 m011( 2, 3) c Z/2 +1.9222971095488301 Z/35 -0.0084114276145773 0.370707296047 m006( 4, 1) neg c D2 +1.9415030840274678 Z/10 -0.2124785362605743 0.425721998618 m006(-5, 1) c D2 +1.9415030840274678 Z/2 0.2458547970727590 0.464306096866 m009( 3, 2) c D2 +1.9537083154218746 Z/35 0.2084835667368654 0.353572570231 m006(-2, 3) c D2 +1.9627376577844642 Z/55 0.0707430271942071 0.431534412947 m006( 2, 3) c D2 +1.9627376577844642 Z/7 + Z/7 -0.2374096938608738 0.578082435532 m017(-1, 3) c D6 +2.0143365837768425 Z/3 + Z/3 -0.0580066164508849 0.620570269098 m023(-4, 1) c D4 +2.0259452818648963 Z/33 0.1456330620488680 0.358438261325 m007( 5, 2) c D2 +2.0288530914749228 Z/5 0.0983578563385280 0.376096668860 m006(-5, 2) c D2 +2.0298832128193073 Z/3 + Z/15 0.0000000000000000 0.862554627662 m036(-3, 2) neg a extension of (semidihedral of order 16) by Z/2 +2.0298832128193073 Z/8 -0.0833333333333333 0.543535072498 m015( 6, 1) c D2 +2.0298832128193073 Z/56 0.0833333333333333 0.543535072498 m016(-2, 3) c D2 +2.0298832128193073 Z/2 + Z/6 -0.1250000000000000 0.431277313831 m010(-4, 3) c D2 +2.0298832128193073 Z/16 0.1666666666666667 0.543535072498 m019( 3, 2) c D2 +2.0298832128193072 Z/48 0.1666666666666667 0.431277313831 m011(-3, 1) c D2 +2.0298832128193073 Z/6 + Z/6 -0.1666666666666667 0.431277313831 m010( 4, 1) c D4 +2.0555467488571166 Z/3 + Z/3 -0.2109966214305342 0.330425064181 m007(-6, 1) c D2 +2.0584843681930334 Z/42 0.0208333333333333 0.414956524480 m010( 3, 2) c D2 +2.0584843681930334 Z/22 0.1458333333333333 0.473403984485 m016(-4, 1) c Z/2 +2.0624516259038381 Z/10 0.0516817236776574 0.377933762621 m009( 6, 1) c D2 +2.0624516259038381 Z/14 -0.0933483903443241 0.377933762621 m009(-6, 1) c D2 +2.0656708384883807 Z/3 0.0861669482457310 0.351957641887 m007(-5, 2) c D2 +2.1030952907047291 Z/3 -0.2255066834181501 0.440457529021 m015(-5, 1) c D2 +2.1086361282860594 Z/42 0.0798864515609569 0.333069748956 m010( 1, 3) c D2 +2.1145676931102222 Z/33 0.0575556571094104 0.469277322648 m016( 3, 2) c D2 +2.1145676931102222 Z/7 0.1091110095572563 0.441598301879 m015( 3, 2) c D2 +2.1147137113309655 Z/3 + Z/6 0.1274561039616635 0.328574878299 m010(-5, 1) c D2 +2.1243017573097876 Z/43 -0.0625364918506364 0.403215008706 m011( 4, 1) c Z/2 +2.1280124611826087 Z/6 -0.0657693726007961 0.325199451471 m010(-5, 2) c D2 +2.1340163368014022 Z/14 -0.1273864948573154 0.460636973917 m016( 4, 1) c Z/2 +2.1340163368014022 Z/14 0.2059468384760179 0.368422300349 m009(-5, 2) c D2 +2.1340163368014022 Z/6 -0.2476135051426846 0.368422300349 m009( 5, 2) c D2 +2.1557385676357967 Z/35 -0.0545319876135603 0.400990830729 m017( 1, 3) c D2 +2.1557385676357967 Z/53 0.1121346790531064 0.400990830729 m011(-2, 3) c Z/2 +2.1847555750625884 Z/7 0.2150527038164825 0.573113856445 m034( 4, 1) c D2 +2.1933643205139203 Z/6 0.0401064835407675 0.302984178300 m010(-5, 3) c D2 +2.1959641186940245 Z/25 0.0000000000000000 0.574247485690 m034(-4, 1) a Z/4 +2.2004162580615231 Z/30 0.1012462492168919 0.306185193950 m010(-3, 4) c D2 +2.2076662387269329 Z/30 -0.1682019390406916 0.571513067625 m034(-3, 2) neg c D2 +2.2082823597068962 Z/57 0.0023337439852920 0.352788232831 m011(-3, 2) c Z/2 +2.2102443408587447 Z/25 0.1677798485335259 0.393945901077 m011( 4, 3) c Z/2 +2.2109517391119535 Z/23 0.1833276435906926 0.337743165452 m011( 1, 4) c Z/2 +2.2267179039193897 trivial 0.0773178713860851 0.404574910869 m015(-3, 2) c D4 +2.2267179039193897 Z/9 -0.0893487952805816 0.404574910869 m015( 7, 1) c D2 +2.2597671325959756 trivial 0.2312422307637086 0.563972162455 m038( 1, 2) c D2 +2.2662435732687808 Z/9 0.1152856184022341 0.352322884381 m015( 5, 2) c D2 +2.2726318635865582 Z/52 -0.0510311540375524 0.339123016973 m016( 2, 3) c Z/2 +2.2726318635865582 Z/13 -0.1989688459624476 0.535168869456 m026(-4, 1) c D2 +2.2726318635865582 Z/4 -0.2176978207042191 0.339123016973 m015(-6, 1) c D2 +2.2726318635865582 Z/28 -0.2176978207042191 0.339123016973 m017( 2, 3) c D2 +2.2757758100663876 Z/49 -0.0784724039584763 0.340677330066 m011(-1, 4) c Z/2 +2.2779594449369266 Z/10 0.0603683732250319 0.570490557551 m038( 4, 1) c D2 +2.2944383000732063 Z/3 -0.2370301269666838 0.473747934496 m023(-3, 2) c D2 +2.3126354032530247 Z/12 -0.0442516864979932 0.422730019269 m023(-5, 1) c D2 +2.3126354032530247 Z/28 -0.0442516864979932 0.422730019269 m022( 2, 3) c D2 +2.3126354032530247 Z/17 -0.1275850198313266 0.543535072498 m038(-5, 1) c D2 +2.3188118676588542 Z/7 + Z/7 -0.0000299082892077 0.315896763659 m017(-5, 1) c D2 +2.3188118676588542 Z/23 0.1666367583774590 0.315896763659 m016(-5, 1) c Z/2 +2.3207602674842238 Z/7 -0.0248575024714598 0.368331772171 m019( 4, 1) c Z/2 +2.3380401177527499 Z/35 0.1162505094180963 0.387711074095 m022( 1, 3) c D2 +2.3430171369013063 Z/58 -0.0916666666666667 0.307484487771 m016(-4, 3) c Z/2 +2.3430171369013063 Z/70 0.2416666666666667 0.307484487771 m017(-4, 3) c D2 +2.3522069053925236 Z/73 -0.1112485685978520 0.306185193950 m016(-1, 4) c Z/2 +2.3522069053925236 Z/63 0.2220847647354813 0.306185193950 m017(-1, 4) c D2 +2.3567684069423193 Z/62 0.2248923333031821 0.364894686526 m019( 1, 4) c Z/2 +2.3627007925545005 Z/10 -0.0952519760630492 0.307721918354 m015( 8, 1) c D2 +2.3627007925545005 Z/6 -0.1130813572702841 0.536023588089 m034( 3, 2) c D2 +2.3641969331606537 Z/63 0.1611782514965467 0.356169073409 m019(-2, 3) c D2 +2.3705924006400747 Z/21 -0.1147943070884639 0.368218364950 m022( 5, 1) c D2 +2.3747499909372193 Z/3 + Z/6 -0.1263771068028576 0.777493888276 m149( 1, 2) neg c D4 +2.3803358220915942 Z/41 0.2394608018130832 0.376546127382 m019(-4, 1) c Z/2 +2.4224625168785164 Z/7 0.0771101818749474 0.353277279414 m022( 5, 2) c D2 +2.4255853786663688 Z/50 -0.0105362193056265 0.355556747876 m019( 3, 4) c Z/2 +2.4255853786663688 Z/14 0.1355362193056265 0.388745491856 m022( 4, 3) c D2 +2.4444077795095129 Z/27 0.2140864743355176 0.312753315049 m019( 4, 3) c Z/2 +2.4540294421878541 Z/7 + Z/7 -0.0590511233868369 0.322392584534 m022(-1, 3) c D2 +2.4631393944115138 Z/51 0.0334116884099813 0.348629054634 m026( 4, 1) c Z/2 +2.4682321966809087 Z/45 -0.0684825406857902 0.449956755191 m029(-3, 2) neg c D2 +2.4682321966809087 Z/3 + Z/9 0.0684825406857902 0.481518699736 m036( 3, 2) c D6 +2.4682321966809087 Z/3 + Z/3 + Z/3 0.0684825406857902 0.899913510381 m207( 1, 2) c octahedral group +2.4878225917861453 Z/7 + Z/7 0.2005185597700871 0.326121431178 m022(-5, 1) c D4 +2.4903791858328489 Z/15 -0.0337778275527732 0.310257513600 m023(-6, 1) c D2 +2.5026593053728211 Z/5 0.2425496181644548 0.463998269930 m038( 3, 2) c D2 +2.5065758444790736 Z/29 0.0184388176449825 0.395343848532 m034(-5, 1) c Z/2 +2.5144043348515610 Z/11 0.1977269738949248 0.413633388064 m034( 5, 1) c Z/2 +2.5162213804182471 trivial 0.0258947227212535 0.599957047141 m081( 3, 2) c Z/2 +2.5274184773160873 Z/11 0.1449479786054064 0.575078580850 m070(-3, 1) c D2 +2.5274184773160873 Z/19 0.1883853547279269 0.449081388154 m038(-5, 2) c D2 +2.5274184773160873 Z/33 0.1883853547279269 0.389527033414 m036(-5, 1) c D2 +2.5274184773160873 Z/4 0.2282813119387398 0.412847127731 m032( 6, 1) c D2 +2.5274184773160873 Z/36 0.2282813119387398 0.412847127731 m033(-2, 3) c D2 +2.5303032875718920 Z/63 0.2487141658054220 0.389208338066 m030( 5, 2) neg c D2 +2.5415850100718326 Z/3 + Z/3 -0.2395837555040249 0.301654598660 m023(-5, 2) c D2 +2.5495466001131431 Z/13 0.0466348124713902 0.392588594625 m038( 5, 1) c D2 +2.5667347899597991 Z/21 -0.1761105995500895 0.323379173692 m026(-5, 1) c Z/2 +2.5689706009367089 Z/4 + Z/4 0.0308033197069405 0.378786123944 m039( 6, 1) c D4 +2.5689706009367089 Z/4 + Z/8 -0.0308033197069405 0.378786123944 m035(-6, 1) c D2 +2.5689706009367089 Z/8 + Z/8 -0.0308033197069405 0.378786123944 m037( 2, 3) c D4 +2.5689706009367089 Z/2 + Z/16 -0.0308033197069405 0.709774992462 m130(-3, 1) c D2 +2.5689706009367089 Z/12 -0.0525300136263928 0.682658474310 m120(-4, 1) neg c D2 +2.5689706009367089 Z/20 -0.0525300136263928 0.928336033757 m223( 3, 1) c D2 +2.5689706009367089 Z/20 -0.1141366530402738 0.378786123944 m038(-6, 1) c D2 +2.5689706009367089 Z/60 0.1141366530402738 0.378786123944 m036(-2, 3) neg c D2 +2.5689706009367089 Z/15 0.1358633469597262 0.757572247887 m160( 1, 2) c Z/2 + Z/2 + Z/2 +2.5689706009367089 Z/12 -0.1974699863736072 0.654504413185 m117(-4, 1) c D2 +2.5689706009367089 Z/84 -0.1974699863736072 0.327252206592 m026( 1, 4) c D2 +2.5689706009367089 Z/4 -0.2191966802930595 0.654504413185 m140(-1, 2) c D2 +2.5689706009367089 Z/36 0.2191966802930595 0.327252206592 m027( 1, 4) c D2 +2.5689706009367089 Z/2 + Z/2 -0.2391366530402738 0.654504413185 m136( 1, 2) c D2 +2.5751620735788166 Z/57 -0.0473215988248762 0.361568334853 m036(-1, 3) neg c D2 +2.5751620735788166 Z/40 0.1306549321582095 0.348569585932 m029(-5, 1) c D2 +2.5751620735788166 Z/56 0.1306549321582095 0.348569585932 m030( 2, 3) c D2 +2.5854830479569647 Z/7 + Z/7 -0.2071033029751490 0.334984522019 m030( 1, 3) c D4 +2.5953875936867421 Z/3 + Z/9 0.0000000000000000 0.776418142984 m160(-3, 2) c D6 +2.6091812395130334 Z/2 0.1303171060733717 0.309889878680 m026(-5, 2) c Z/2 +2.6095439551682062 Z/51 -0.0030252380035667 0.362552882528 m036(-5, 2) c D2 +2.6095439551682062 Z/8 0.0863585713369001 0.343525076421 m032(-6, 1) neg c D2 +2.6095439551682062 Z/72 0.0863585713369001 0.343525076421 m033( 2, 3) c D2 +2.6122234481943541 Z/77 0.2281828913734239 0.301525159462 m027(-4, 1) c D2 +2.6172815707190516 Z/25 0.1999691871343863 0.340407798766 m027( 4, 3) c Z/2 +2.6244624282682483 Z/37 0.0551321243487256 0.515385136261 m081( 1, 3) c Z/2 +2.6285738915087897 Z/3 -0.1294004573788695 0.353670022242 m036( 5, 1) c D2 +2.6294053952883987 trivial -0.0701444487847887 0.344027751496 m032( 5, 2) c D4 +2.6344403230215365 Z/70 -0.1935377900093618 0.344633400334 m030( 4, 3) c D2 +2.6356890437826770 Z/38 -0.1736869237454510 0.352681488936 m034(-5, 2) c Z/2 +2.6414714455907751 Z/31 -0.2259440829676506 0.316125259610 m034(-1, 3) c Z/2 +2.6447554792248176 Z/30 -0.0246545818653296 0.654801599952 m149(-3, 1) c D2 +2.6447554792248176 Z/26 -0.1003454181346704 0.564591783059 m081( 2, 3) c Z/2 +2.6528370735131273 Z/2 -0.0019170199711517 0.676194821146 m168( 3, 1) c Z/2 +2.6536080625463201 Z/51 0.1276583029084870 0.317166176212 m036( 1, 3) c D2 +2.6555425236091473 Z/35 -0.0630622133847897 0.317226196405 m034(-2, 3) c Z/2 +2.6646126469258959 Z/23 -0.0520672287653311 0.300850632305 m034( 1, 3) c Z/2 +2.6667447834490598 Z/66 -0.0625000000000000 0.346573590280 m036(-4, 3) c D2 +2.6667447834490598 Z/2 + Z/6 -0.0625000000000000 0.632974319201 m140(-4, 1) neg c D2 +2.6667447834490598 Z/2 + Z/2 + Z/4 -0.1041666666666667 0.632974319201 m135(-1, 3) c D2 +2.6667447834490598 Z/2 + Z/4 + Z/4 0.1041666666666667 0.632974319201 m135( 1, 3) neg c D4 +2.6667447834490598 Z/2 + Z/8 -0.1458333333333333 0.346573590280 m040(-4, 3) c D2 +2.6667447834490598 Z/2 + Z/8 0.1458333333333333 0.743011062438 m168( 3, 2) c D2 +2.6667447834490598 Z/2 + Z/10 0.1458333333333333 0.632974319201 m140( 4, 1) neg c D2 +2.6667447834490598 Z/2 + Z/40 0.1458333333333333 0.346573590280 m037( 4, 3) c D2 +2.6735274160676357 Z/3 -0.0127960661575023 0.646462611691 m160( 2, 1) c D2 +2.6794758057553126 Z/2 -0.1096989860396655 0.333926016178 m034( 5, 2) c Z/2 +2.6822267321488796 Z/5 0.2205141468780240 0.310838315894 m032( 7, 1) c D2 +2.6954841672948630 Z/65 0.0746809930592514 0.432762074389 m069( 4, 1) c Z/2 +2.6954841672948630 Z/39 0.0919856736074152 0.432762074389 m069(-1, 3) c Z/2 +2.7067833105206424 Z/77 0.1429604977960422 0.300399111335 m030( 5, 3) c D2 +2.7124588083857267 trivial -0.2174385273058870 0.591103539066 m120(-3, 2) c Z/2 +2.7589634386754181 Z/7 -0.0892800190646469 0.480850706345 m116(-1, 3) c D2 +2.7589634386754181 Z/28 -0.1607199809353531 0.415315125861 m081( 4, 1) c Z/2 +2.7654477092231062 Z/10 0.0686838630362427 0.477533740651 m116(-2, 3) c Z/2 +2.7725163132130209 Z/59 -0.1265774376335547 0.407842044361 m081(-1, 3) c Z/2 +2.7818339123960798 Z/60 0.1085034330462978 0.448130185232 m081(-4, 1) c D2 +2.7818339123960798 Z/60 0.1085034330462978 0.485742158177 m116(-4, 1) c D2 +2.7818339123960798 Z/8 + Z/8 -0.2248299002870356 0.505340438459 m130( 3, 1) c D6 +2.7818339123960798 Z/2 + Z/16 -0.2248299002870356 0.505340438459 m130(-1, 3) c D2 +2.7868045564155685 Z/82 0.0000000000000000 0.435678067861 m082( 1, 3) a Z/4 +2.8022537822618585 Z/33 0.1269385184133290 0.583581809646 m160(-2, 3) c D2 +2.8117857664619604 Z/58 0.1234539025928870 0.556003290025 m145( 1, 3) c Z/2 +2.8125164965432104 Z/34 -0.0187098418686252 0.389292949573 m070(-3, 2) c Z/2 +2.8125164965432104 Z/6 0.1062901581313748 0.602742573155 m148(-1, 2) c D2 +2.8125164965432104 Z/2 0.1479568247980415 0.389292949573 m069(-3, 2) c Z/2 +2.8161798763178208 Z/34 0.0000000000000000 0.391654890111 m078( 5, 1) a Z/4 +2.8281220883307832 Z/21 0.1532041332971519 0.794134662992 m221( 3, 1) c Z/2 + Z/2 + Z/2 +2.8281220883307832 Z/96 0.1532041332971519 0.364894686526 m070( 1, 4) c D2 +2.8281220883307832 Z/2 + Z/6 0.1532041332971519 0.584603685018 m139( 2, 3) c D2 +2.8281220883307832 Z/16 -0.1801292000361815 0.397067331496 m078(-5, 1) c D2 +2.8281220883307832 Z/16 -0.1801292000361815 0.584603685018 m130(-3, 2) c D2 +2.8281220883307832 Z/19 0.1801292000361815 0.584603685018 m142( 3, 2) c D2 +2.8281220883307832 Z/20 -0.1801292000361815 0.562399148646 m140( 3, 2) neg c D2 +2.8281220883307832 Z/80 -0.1801292000361815 0.364894686526 m069( 1, 4) c D2 +2.8281220883307832 Z/80 -0.1801292000361815 0.397067331496 m082(-1, 3) c D2 +2.8281220883307832 Z/2 + Z/10 -0.1801292000361815 0.616439041888 m147( 3, 1) c D2 +2.8281220883307832 Z/2 + Z/6 -0.2217958667028481 0.562399148646 m136( 3, 2) c D2 +2.8281220883307832 Z/4 -0.2365374666304852 0.562399148646 m140(-3, 2) c D2 +2.8281220883307832 Z/5 -0.2365374666304852 0.729789373052 m206( 1, 2) c Z/2 + Z/2 + Z/2 +2.8458961160355358 Z/83 -0.1602338716813062 0.403536174091 m082( 2, 3) c Z/2 +2.8465105456406504 Z/34 0.0000000000000000 0.638963664689 m168( 2, 3) neg a Z/4 +2.8472238005856505 Z/85 0.1417969707590288 0.352371598411 m070( 4, 3) c D2 +2.8472238005856505 Z/99 -0.1915363625743045 0.352371598411 m069( 4, 3) c D2 +2.8656302333361092 trivial 0.0387143233051444 0.499660770978 m137(-5, 1) c Z/2 +2.8669017765775216 Z/61 0.0896660598199964 0.339218283540 m070(-2, 3) c Z/2 +2.8669017765775216 Z/27 -0.2436672735133370 0.339218283540 m069(-2, 3) c Z/2 +2.8733431175561837 Z/31 -0.1604848225843131 0.341749974135 m069(-4, 1) c Z/2 +2.8733431175561837 Z/7 0.1728485107490202 0.341749974135 m070(-4, 1) c Z/2 +2.8797758328626630 Z/70 0.0358159720473422 0.359086921027 m081(-2, 3) c Z/2 +2.8824943872515279 Z/85 0.0000000000000000 0.408911234854 m100( 2, 3) a Z/4 +2.8824943872515279 Z/104 0.0833333333333333 0.337377803572 m069( 3, 4) c Z/2 +2.9027039980026941 Z/79 -0.0182027485101014 0.356258954801 m082(-2, 3) c Z/2 +2.9133321143060669 Z/7 -0.2099513396253856 0.729198006791 m221(-1, 2) c D2 +2.9160674480857692 Z/6 -0.2267630239648126 0.504784277371 m148(-5, 1) c D2 +2.9169341133552241 Z/41 0.0935742286985250 0.409428432279 m116( 1, 3) c Z/2 +2.9185677886765818 Z/32 0.2450968606728926 0.327595766302 m078( 1, 3) neg c Z/2 +2.9215114289293831 Z/2 0.0883853680393994 0.568368584605 m148(-3, 2) c D4 +2.9215780519695263 Z/38 0.1538477727451842 0.541705043553 m168( 1, 3) neg c Z/2 +2.9349981514173485 Z/22 0.0705033036723918 0.317367038902 m078(-1, 3) c Z/2 +2.9356518985031664 Z/17 -0.0340381328550838 0.442972904873 m120(-5, 1) c Z/2 +2.9379590413338123 Z/2 + Z/4 0.0562279799646615 0.441503843500 m135(-2, 3) c D2 +2.9379590413338123 Z/2 + Z/20 -0.0562279799646615 0.441503843500 m135( 2, 3) c D2 +2.9398104422620113 Z/37 0.0823994631020489 0.323789282765 m078( 2, 3) neg c Z/2 +2.9400386171548553 Z/47 -0.0298428886989979 0.576166638647 m145( 2, 3) c Z/2 +2.9400386171548553 Z/44 -0.1131762220323313 0.437189275099 m116(-4, 3) c Z/2 +2.9438596478418501 Z/43 0.1924144300256747 0.343750927969 m078( 5, 2) c Z/2 +2.9441064866766963 Z/16 -0.0644478741246440 0.431534412947 m130(-2, 3) c D2 +2.9441064866766963 Z/80 -0.0644478741246440 0.431534412947 m130( 3, 2) c D2 +2.9441064866766963 Z/48 -0.2311145407913107 0.431534412947 m139( 3, 2) c D2 +2.9441064866766963 Z/2 + Z/42 -0.2311145407913107 0.431534412947 m139(-2, 3) c D2 +2.9471960675934689 Z/10 0.1207759657179599 0.489942456141 m148( 1, 2) c D2 +2.9485281021727021 Z/34 -0.2456632736670874 0.386200062736 m117(-2, 3) c Z/2 +2.9545326039731921 Z/15 -0.1371518238783631 0.788218669749 m249( 3, 1) c D2 +2.9582502906124431 Z/13 0.0896478615890008 0.489701275076 m145( 3, 2) c Z/2 +2.9583728675913943 Z/3 + Z/6 -0.0992193085800744 0.706817299623 m207(-1, 3) c D4 +2.9605565158636055 Z/53 0.2205680273328074 0.413007692739 m117( 3, 2) c Z/2 +2.9607151670220231 Z/19 -0.1737021589319266 0.412053874737 m117(-5, 1) c Z/2 +2.9670703389508494 Z/44 0.0305261103086563 0.378404652282 m117( 4, 1) c Z/2 +2.9670703389508494 Z/77 0.2194738896913437 0.496107668346 m154( 2, 3) c D2 +2.9696321385844137 Z/17 0.2337057794698781 0.303752073169 m078(-2, 3) c Z/2 +2.9703211101889364 Z/14 -0.0685824326211366 0.543255480462 m148( 5, 1) c D2 +2.9703211101889364 Z/2 -0.0980842340455301 0.450942999372 m137( 3, 2) c D2 +2.9709840073185848 Z/77 0.1443026994870215 0.337476828088 m100(-2, 3) c D2 +2.9760925194053852 Z/55 -0.2263885414818245 0.423180262677 m117( 1, 3) c D2 +2.9769925267148694 Z/7 0.1268401871990905 0.327059397606 m078(-5, 2) c Z/2 +2.9772150400062600 Z/4 0.0773855703805766 0.318662804426 m081( 4, 3) c Z/2 +2.9781624872990763 Z/8 -0.0040292262833187 0.443004677089 m142( 4, 1) c Z/2 +2.9781624872990763 Z/35 0.2459707737166813 0.523657924330 m159( 3, 2) c D2 +2.9868370450664350 trivial 0.2056604071648587 0.426054552480 m137( 5, 1) c Z/2 +2.9891202829294849 Z/16 -0.0464402001436492 0.423473823933 m140(-5, 1) neg c D2 +2.9891202829294849 Z/2 + Z/10 0.0881068668103158 0.423473823933 m136( 5, 1) c D2 +2.9891202829294849 Z/24 0.1297735334769825 0.423473823933 m140( 5, 1) neg c D2 +2.9907733545625554 Z/26 0.1924712528908482 0.574729362483 m168(-3, 1) neg c Z/2 +3.0009656965663996 Z/3 0.1378571490170644 0.418738822497 m117(-5, 2) c Z/2 +3.0224752881658218 Z/46 0.0621278372428235 0.462610318226 m142( 2, 3) c Z/2 +3.0224752881658218 Z/42 -0.1871278372428235 0.467664045365 m149(-3, 2) c D2 +3.0263175322296303 Z/67 0.0390805395775166 0.365738278345 m116( 3, 2) c Z/2 +3.0320367300476180 Z/64 0.1113285203798374 0.308361666502 m100( 5, 2) c Z/2 +3.0385028991047799 Z/33 0.1446557185784923 0.377631972713 m120( 5, 1) neg c Z/2 +3.0398096114222651 Z/69 -0.0576233101097369 0.359149740742 m116(-5, 2) c Z/2 +3.0448248192289609 Z/6 + Z/6 0.0000000000000000 0.431277313831 m149(-4, 1) c D2 +3.0448248192289609 Z/2 + Z/26 0.0000000000000000 0.543535072498 m188( 2, 3) a Z/4 +3.0448248192289609 Z/3 + Z/18 0.0000000000000000 0.831442945529 m247(-1, 3) neg c D6 +3.0448248192289609 Z/2 + Z/38 0.0416666666666667 0.431277313831 m141(-4, 3) c Z/2 +3.0448248192289609 Z/70 0.1250000000000000 0.543535072498 m159( 2, 3) c D2 +3.0448248192289609 Z/2 + Z/14 0.1250000000000000 0.431277313831 m146(-4, 1) c Z/2 +3.0497646557742076 Z/34 0.0628687135026322 0.444321051908 m147(-4, 1) c Z/2 +3.0589546588600525 Z/15 0.0525780700561717 0.763962765464 m286(-4, 1) c D2 +3.0593380577789557 Z/48 0.0052400858105636 0.397088749692 m130(-4, 1) c D2 +3.0593380577789557 Z/80 0.0052400858105636 0.397088749692 m130( 1, 4) c D2 +3.0593380577789557 Z/44 0.0780932475227698 0.451147679829 m155( 1, 3) c Z/2 +3.0593380577789557 Z/24 -0.1614265808561031 0.397088749692 m139( 1, 4) c D2 +3.0593380577789557 Z/6 + Z/18 -0.1614265808561031 0.397088749692 m139(-4, 1) c D6 +3.0593380577789557 Z/3 + Z/3 + Z/3 -0.1614265808561031 1.153218054973 m373(-1, 2) c octahedral group +3.0603349845167463 Z/61 0.0000000000000000 0.341866756194 m115( 5, 2) neg a Z/4 +3.0637241360142335 Z/6 0.2463185731901523 0.713130240181 m235(-1, 2) c D2 +3.0690693945426233 Z/2 + Z/12 -0.1336605493807125 0.386557019254 m135(-1, 4) c D2 +3.0690693945426233 Z/2 + Z/20 0.1336605493807125 0.386557019254 m135( 1, 4) c D2 +3.0717472033504231 Z/91 0.0962391419179136 0.411715335303 m145(-2, 3) c D2 +3.0717472033504231 Z/76 -0.1537608580820864 0.314588418267 m116( 4, 1) c Z/2 +3.0761132936316806 Z/30 -0.0556656596010655 0.411714751817 m149( 1, 3) c D2 +3.0761132936316806 Z/58 -0.0693343403989345 0.353617991593 m116( 2, 3) c Z/2 +3.0774088132268645 Z/77 0.1353368340050907 0.312484971914 m116(-5, 1) c Z/2 +3.0805200053974802 Z/20 0.0790711219761393 0.327354740154 m117(-4, 3) c Z/2 +3.0805200053974802 trivial -0.1624044553094726 0.478378529814 m154(-2, 3) c Z/2 +3.0807666672772212 Z/9 -0.2239062168579092 0.382244055711 m120(-5, 2) c Z/2 +3.0835653777261540 Z/62 0.1116027197186986 0.357259152080 m117( 2, 3) c Z/2 +3.0835653777261540 Z/42 -0.2366027197186986 0.445679784172 m149(-1, 3) c D2 +3.0838610497139653 trivial 0.0494493480652937 0.366292677410 m137(-6, 1) c Z/2 +3.0871378229437101 Z/23 0.0190434674050440 0.335368900752 m119( 3, 2) c D2 +3.0871378229437101 Z/17 -0.1857101340717107 0.655522657107 m221( 1, 2) c D2 +3.0871378229437101 Z/65 0.1857101340717107 0.335368900752 m118( 3, 2) c D2 +3.0910851042157104 Z/67 0.1647608418353228 0.408123132524 m145(-4, 1) c Z/2 +3.0942603876311865 Z/61 0.0502614318532532 0.340188459794 m116(-5, 3) c Z/2 +3.0962823556378776 Z/5 0.2023734402473951 0.621754978367 m222( 4, 1) c Z/2 +3.1011750713595775 Z/31 -0.0807975127205511 0.456969355633 m155( 2, 3) c Z/2 +3.1048085226800101 Z/21 0.1734311705298748 0.475599060628 m160(-4, 1) c D2 +3.1048085226800101 Z/5 + Z/5 0.1734311705298748 0.881759158952 m285( 1, 2) neg c D6 +3.1101543876305510 Z/74 0.2006980760528790 0.365418772404 m141( 3, 2) c Z/2 +3.1102890145964670 Z/19 0.2237472569406964 0.324329020501 m120(-1, 3) c Z/2 +3.1106981577749466 Z/2 -0.1529118531684372 0.355438770412 m137(-5, 2) c Z/2 +3.1175804615757601 Z/53 -0.1066273642167551 0.490404586723 m162(-3, 2) neg c Z/2 +3.1180970502746507 Z/35 -0.0074986703910391 0.316668163368 m118( 4, 1) c Z/2 +3.1180970502746507 Z/11 -0.1741653370577058 0.316668163368 m119( 4, 1) c Z/2 +3.1193088966218997 Z/3 0.0094164994554808 0.642972261940 m222(-4, 1) neg c Z/2 +3.1199799010494902 Z/85 -0.2084827299255717 0.423224346592 m151( 3, 2) neg c Z/2 +3.1213347730122926 Z/2 + Z/42 0.0755128453450695 0.323668574021 m139( 4, 1) c D2 +3.1213347730122926 Z/3 + Z/24 0.0755128453450695 0.323668574021 m139(-1, 4) c D2 +3.1213347730122926 Z/24 0.1744871546549305 0.454841999263 m160( 1, 3) c D2 +3.1213347730122926 Z/56 -0.1744871546549305 0.387370199349 m151(-2, 3) c D2 +3.1213347730122926 Z/48 0.2421795120117361 0.323668574021 m130(-1, 4) c D2 +3.1213347730122926 Z/80 0.2421795120117361 0.323668574021 m130( 4, 1) c D2 +3.1232738281393186 Z/11 -0.0672014954340266 0.306292510156 m115(-5, 2) c D2 +3.1232738281393186 Z/3 -0.2338681621006933 0.652343352326 m221(-3, 2) c D2 +3.1259881931648721 Z/70 0.1020066634853459 0.387989702137 m151( 4, 1) neg c Z/2 +3.1271430442875258 Z/14 -0.1134717743746873 0.318254457438 m120(-2, 3) c Z/2 +3.1281577451622866 Z/95 0.0793342313131853 0.302837636712 m118( 2, 3) c Z/2 +3.1281577451622866 Z/57 0.0873324353534813 0.302837636712 m118(-5, 2) c Z/2 +3.1293466776405444 Z/31 0.2249520001035797 0.406190307417 m154(-3, 2) c Z/2 +3.1333496486608964 Z/2 + Z/28 0.0917493099709083 0.371086653903 m141( 2, 3) c Z/2 +3.1333496486608964 Z/2 + Z/4 -0.2167493099709083 0.378553410883 m148(-6, 1) c D2 +3.1333496486608964 Z/2 + Z/12 -0.2167493099709083 0.378553410883 m149( 2, 3) c D2 +3.1333496486608964 Z/2 0.2415840233624251 0.796712230980 m305(-1, 2) c D2 +3.1357544774587219 Z/29 -0.1017956136792978 0.315076242344 m120( 1, 3) c Z/2 +3.1391379408594954 Z/43 0.1025076440510794 0.603248770927 m223( 3, 2) c Z/2 +3.1410699482824514 Z/22 -0.0205453658989986 0.314041490316 m120(-6, 1) c Z/2 +3.1432809966550912 Z/14 0.1276296767164627 0.377290510148 m148( 3, 2) c D2 +3.1440268504935822 Z/21 -0.1010932155454769 0.360848439965 m145( 4, 1) c Z/2 +3.1466735763617204 Z/19 -0.0735484833775099 0.620062714805 m223( 4, 1) c Z/2 +3.1472791248217484 Z/6 0.0278380516906596 0.319273592599 m141(-1, 4) c Z/2 +3.1485098264407280 Z/16 -0.1211424328983859 0.316935811633 m140( 1, 3) c D2 +3.1485098264407280 Z/2 + Z/2 -0.1628090995650525 0.316935811633 m136( 1, 3) c D2 +3.1485098264407280 Z/8 0.2044757662317192 0.316935811633 m140(-1, 3) c D2 +3.1505473950994748 Z/89 -0.1555098933873227 0.408876691710 m151( 1, 3) c Z/2 +3.1513766107673405 Z/2 -0.0423569652962489 0.414183221600 m168( 4, 1) c Z/2 +3.1553413874250515 Z/46 -0.0150999670927994 0.382751895796 m147( 3, 2) c Z/2 +3.1592730966451091 Z/10 -0.1729816934099086 0.389527033414 m146( 5, 1) c Z/2 +3.1592730966451091 Z/3 + Z/6 0.2020183065900914 0.389527033414 m149( 5, 1) c D2 +3.1600629039590245 Z/39 -0.0611839222815373 0.435052978759 m160(-1, 4) c D2 +3.1623672864465106 trivial 0.1959263288362363 0.317433632420 m137( 6, 1) c Z/2 +3.1639632288831440 Z/28 -0.1773563165898182 0.330635521631 m140( 5, 2) neg c D2 +3.1639632288831440 Z/2 + Z/10 -0.2190229832564848 0.330635521631 m136( 5, 2) c D2 +3.1639632288831440 Z/12 -0.2393103500768485 0.330635521631 m140(-5, 2) c D2 +3.1663333212496257 Z/24 0.0259416353739677 0.557781820587 s119( 4, 1) c D2 +3.1663333212496257 Z/2 + Z/10 -0.0259416353739677 0.557781820587 s118(-4, 1) c D6 +3.1663333212496257 Z/3 + Z -0.0573916979593657 0.388746944138 m160( 3, 1) c D2 +3.1663333212496257 Z/7 + Z 0.0573916979593657 0.388746944138 m159( 4, 1) c D2 +3.1663333212496257 Z/20 0.1092749687073010 0.557781820587 m206( 4, 1) c Z/2 + Z/2 + Z/2 +3.1663333212496257 Z/3 + Z/12 0.1092749687073010 0.557781820587 m207( 1, 3) c D4 +3.1663333212496257 Z/8 -0.1926083020406343 0.557781820587 s119(-4, 1) c D2 +3.1663333212496257 Z/2 + Z/22 -0.1926083020406343 0.388746944138 m161( 4, 1) c D2 +3.1696207616519133 Z/50 -0.2323796733655875 0.312766458421 m141(-3, 4) c Z/2 +3.1729388610921750 Z/106 -0.1870614624187722 0.382257114597 m147(-1, 4) c Z/2 +3.1772932786003260 Z/2 + Z/46 0.0073963756751218 0.304688931718 m141( 4, 1) c Z/2 +3.1772932786003260 Z/2 + Z/10 -0.0342702909915449 0.304688931718 m140(-6, 1) neg c D2 +3.1772932786003260 Z/3 + Z/15 0.0342702909915449 0.609377863436 m249( 1, 2) c Z/2 + Z/2 + Z/2 +3.1772932786003260 Z/4 + Z/4 -0.0490630423417884 0.785214119642 s254(-3, 1) c D4 +3.1772932786003260 Z/4 + Z/4 0.0490630423417884 1.059595253168 s479(-3, 1) neg c D4 +3.1772932786003260 Z/2 + Z/32 0.0490630423417884 0.392607059821 m146(-2, 3) c D2 +3.1772932786003260 Z/2 + Z/32 -0.0490630423417884 0.534532054117 m188( 4, 1) c D2 +3.1772932786003260 Z/2 + Z/8 -0.0759369576582116 0.392607059821 m148( 6, 1) c D2 +3.1772932786003260 Z/2 + Z/24 -0.0759369576582116 0.392607059821 m149(-2, 3) c D2 +3.1772932786003260 Z/2 + Z/2 + Z/6 0.0759369576582116 0.304688931718 m136( 6, 1) c D2 +3.1772932786003260 Z/2 + Z/14 0.1176036243248782 0.304688931718 m140( 6, 1) neg c D2 +3.1772932786003260 Z/16 0.1323963756751218 0.914066795154 m322( 1, 2) c D2 +3.1772932786003260 Z/48 -0.1323963756751218 0.304688931718 m123(-4, 1) c D2 +3.1772932786003260 Z/2 + Z/2 -0.1323963756751218 0.304688931718 m140(-2, 3) c D2 +3.1772932786003260 Z/2 + Z/2 0.1323963756751218 0.609377863436 m304(-3, 1) c D4 +3.1772932786003260 Z/2 + Z/2 + Z/2 0.1740630423417884 0.304688931718 m136( 2, 3) c D2 +3.1772932786003260 Z -0.2009369576582116 0.561218218060 m199(-4, 1) c D2 +3.1772932786003260 Z/7 + Z 0.2009369576582116 0.304688931718 m122(-4, 1) c D2 +3.1772932786003260 Z/2 + Z/14 0.2009369576582116 0.609377863436 m303(-3, 1) c D2 +3.1772932786003260 Z/15 -0.2157297090084551 0.609377863436 m206( 3, 2) c Z/2 + Z/2 + Z/2 +3.1772932786003260 Z/2 + Z/10 0.2157297090084551 0.304688931718 m140( 2, 3) c D2 +3.1772932786003260 Z/7 + Z/14 -0.2426036243248782 0.392607059821 m159(-2, 3) c D6 +3.1822364298746000 Z/3 -0.2092036167176999 0.302545843014 m137(-1, 3) c Z/2 +3.1847925446369926 Z/102 0.1008658635402373 0.315382652087 m141(-5, 2) c Z/2 +3.1900508933805612 Z/39 -0.0525294892144224 0.397789891365 m160(-4, 3) c D2 +3.1923629450295538 Z/2 0.0815515626132847 0.367457061573 m148(-5, 2) c D2 +3.1934831075055606 Z/18 -0.2058596380953878 0.374008097452 m147( 4, 1) c Z/2 +3.1957809186942161 Z/97 0.0000000000000000 0.301964325877 m121(-4, 3) a Z/4 +3.1961055986868528 Z/46 -0.0267843806878925 0.404250078823 m168(-1, 3) neg c Z/2 +3.2034603080685667 Z/83 0.0599015898169680 0.361010700822 m155(-2, 3) c Z/2 +3.2048638609211240 Z/71 -0.0886799636116406 0.354366218978 m154( 1, 4) c Z/2 +3.2069745639917216 Z/101 0.1314027918904342 0.376689834961 m157( 3, 2) neg c Z/2 +3.2097037832062432 Z/55 -0.2112078051359113 0.322730589664 m142(-5, 1) c Z/2 +3.2174403878762216 Z/74 -0.1229699632588659 0.332574702877 m147( 2, 3) c Z/2 +3.2187815806670054 Z/15 -0.0239742026914039 0.302589911506 m142( 5, 1) c Z/2 +3.2196558983403442 Z/98 0.2070158624904593 0.306002507792 m141(-5, 3) c Z/2 +3.2202358288768565 Z/81 0.1611352578775432 0.338345387278 m145( 1, 4) c Z/2 +3.2217686904252865 Z/26 0.1897220654942174 0.418033612421 m168( 4, 3) c Z/2 +3.2223620062081250 Z/34 0.1875124119631114 0.447306338190 m188(-3, 1) c Z/2 +3.2338364197739063 Z/33 0.1478603473722059 0.360570001979 m154(-1, 4) c Z/2 +3.2384439641194575 Z/37 -0.2337709772824447 0.423512875228 m171(-2, 3) c Z/2 +3.2385254534827354 Z/3 + Z/3 0.0578389346448531 0.495535660118 m207(-2, 3) c D4 +3.2424198815977830 Z/5 -0.0091329928428794 0.735155750163 m322( 2, 1) c Z/2 +3.2428713096853543 Z/79 0.0635769152929204 0.418304500366 m170(-4, 3) c Z/2 +3.2444029205161103 Z/41 -0.0119171635837021 0.348276027862 m157(-4, 3) c Z/2 +3.2462377143174231 Z/86 -0.1743613230351426 0.314388324938 m147(-4, 3) c Z/2 +3.2487055192195974 Z/3 + Z/15 0.1737580082481158 0.342256709412 m160(-3, 4) c D2 +3.2516822784723023 Z/30 0.0190459943018321 0.336287243557 m146( 5, 2) c Z/2 +3.2516822784723023 Z/6 -0.1059540056981679 0.336287243557 m149( 5, 2) c D2 +3.2529080484716459 Z/24 0.0157730594202041 0.396677619487 s090( 5, 1) c D2 +3.2529080484716459 Z/24 -0.0157730594202041 0.772667784093 m294( 1, 3) c D2 +3.2529080484716459 Z/100 0.1824397260868708 0.356234894641 m151( 2, 3) c Z/2 +3.2547296166137777 Z/34 0.1501883550021652 0.327810972935 m151(-4, 3) c Z/2 +3.2604638255863393 Z/110 0.0491725856904803 0.324425933018 m147(-3, 4) c Z/2 +3.2625024825573418 Z/10 -0.0407955749468748 0.464280766949 m188(-1, 3) c Z/2 +3.2644466082723772 Z/63 -0.0817885355386501 0.315528854860 m154(-4, 1) c Z/2 +3.2665436130015254 Z/71 -0.0954021356592053 0.437555712602 m180(-4, 3) c Z/2 +3.2668286240950808 Z/42 0.0173309522456777 0.301793634739 m149(-5, 1) c D2 +3.2668286240950808 Z/30 0.1423309522456777 0.301793634739 m146(-5, 1) c Z/2 +3.2758716439439339 Z/2 + Z/20 0.0293185397551132 0.396931828631 m168(-3, 2) neg c Z/2 +3.2758716439439339 Z/2 + Z/10 0.1126518730884465 0.605754764746 m234( 1, 3) c D2 +3.2758716439439339 Z/26 0.1373481269115535 0.544094054131 m221( 4, 1) c D2 +3.2758716439439339 Z/18 -0.1543185397551132 0.777819583602 m304( 4, 1) c D2 +3.2758716439439339 Z/2 + Z/6 -0.1543185397551132 0.759244966479 m294( 2, 3) neg c D2 +3.2758716439439339 Z/22 -0.1959852064217799 0.537467237532 m210(-3, 2) c D2 +3.2770621851339859 Z/8 -0.2220831243339761 0.580878646916 m260(-4, 1) c D2 +3.2770621851339859 Z/72 0.2220831243339761 0.376264302161 m170( 3, 2) c D2 +3.2773065285948992 Z/5 0.1088335923784160 0.659449067567 m260(-1, 2) c D2 +3.2829649486865741 Z/84 0.1481636199698537 0.324088227478 m155(-5, 1) c D2 +3.2829649486865741 Z/3 + Z/12 0.1481636199698537 0.550214999427 m249(-4, 1) c D2 +3.2837907004107338 Z/46 -0.1648100513115486 0.307288115870 m155( 5, 1) c Z/2 +3.2932149138311494 Z/51 0.0940628130024306 0.326897043651 m162(-5, 1) c Z/2 +3.2958923122263491 Z/55 -0.1635140615174273 0.333224411737 m162(-1, 3) neg c Z/2 +3.2992194316173282 Z/5 -0.1193622694895892 0.542123832827 m222( 3, 2) c D2 +3.2994757697192470 Z/22 -0.0018174000422117 0.421799361484 m178(-2, 3) c D2 +3.2994757697192470 Z/2 + Z/22 -0.0398492666244550 0.364894686526 m168( 3, 4) c Z/2 +3.2994757697192470 Z/10 0.2065159332911216 0.729789373052 m310(-4, 1) neg c D2 +3.2994757697192470 Z/5 + Z/10 -0.2101507333755450 0.584603685018 m262(-3, 2) neg c D4 +3.3046694384243648 Z/119 0.0239200106279352 0.332909108492 m157( 2, 3) c Z/2 +3.3072317700152373 Z/53 0.1127338414346856 0.375972575440 m170( 2, 3) c Z/2 +3.3088292838466333 Z/57 0.0323057929856263 0.537443001933 m247(-3, 2) c D2 +3.3123440251122458 Z/3 + Z/21 0.1514102001366483 0.559218388179 m247(-2, 3) c D2 +3.3129921035203139 Z/11 0.2186088178778797 0.400736775173 m185(-4, 1) c Z/2 +3.3164161451351443 Z/115 -0.1077568926100806 0.307953071438 m154( 4, 3) c Z/2 +3.3239206408891917 Z/2 + Z/26 0.1981109280134210 0.318623170208 m168( 1, 4) neg c Z/2 +3.3250960648151522 Z/26 -0.2386432982524344 0.311410271252 m162( 6, 1) c Z/2 +3.3276277820367847 Z/9 -0.0122312246163764 0.454934353051 m199( 5, 1) c Z/2 +3.3352975452127958 Z/64 0.0692292397463517 0.306244791023 m161( 1, 4) c Z/2 +3.3352975452127958 Z/105 -0.1807707602536483 0.306244791023 m159( 1, 4) c D2 +3.3355364321020539 Z/10 0.0489659943696010 0.315944453712 m170(-1, 4) c Z/2 +3.3355733808909641 Z/30 0.2207995929123820 0.335729685631 m168(-4, 1) neg c Z/2 +3.3371467364196788 Z/11 0.1279798621018411 0.557858966562 m260( 1, 2) c D2 +3.3379940469175274 Z/33 0.0072594041231726 0.327769431492 m160(-5, 2) c D2 +3.3380837134272935 Z/5 0.0942578460980802 0.301349884779 m155( 4, 3) c Z/2 +3.3405904740862978 Z/12 -0.0241250456680291 0.555168368044 m247( 3, 1) c D2 +3.3405904740862978 Z/20 0.0241250456680291 0.308450050738 m162( 4, 3) c D2 +3.3410022008795376 Z/10 -0.2291666666666667 0.678414794356 m285(-4, 1) c D2 +3.3434623807919263 Z/5 + Z/5 0.0171571583719458 0.627172303550 m285( 3, 1) c D2 +3.3434623807919263 Z/36 -0.0661761749613876 0.346750534112 m175(-5, 1) c Z/2 +3.3457164333480941 Z/50 0.1375496876411986 0.328974253481 m168(-2, 3) neg c Z/2 +3.3465038032768362 Z/91 0.0291967202182920 0.313083693266 m170( 4, 1) c Z/2 +3.3471572646157853 Z/10 0.0702067898251210 0.503988971506 m234( 3, 2) c D2 +3.3511640386822043 Z/55 0.0673870376414258 0.352652382202 m178( 1, 4) c Z/2 +3.3511640386822043 Z/48 0.1507203709747591 0.352652382202 m179( 1, 4) c Z/2 +3.3512764564667753 Z/42 0.1222521061586332 0.399083123293 m184( 4, 3) c Z/2 +3.3518945627593169 Z/19 -0.0516238094355153 0.477674408994 m221(-5, 1) c D2 +3.3518945627593169 Z/5 0.1150428572311514 0.458598395631 m199(-3, 2) c D2 +3.3544882235266439 Z/62 -0.0001959005842893 0.306378099441 m162(-2, 3) neg c Z/2 +3.3557062442998157 Z/19 0.0989167360678570 0.332558162184 m175( 6, 1) c Z/2 +3.3620637097072480 Z/33 -0.2172078847487087 0.395959353607 m190( 4, 3) c Z/2 +3.3620932044270480 Z/12 -0.1493345593633994 0.576449944905 m249( 4, 1) c D2 +3.3620932044270480 Z/28 0.1493345593633994 0.419943671748 m195( 4, 1) c D2 +3.3620932044270480 Z/3 -0.2326678926967327 0.871655309045 m390(-1, 2) c D2 +3.3621953529086641 Z/54 -0.2109820858479251 0.307762156910 m170(-3, 4) c Z/2 +3.3639638956817235 Z/42 0.1136547922874352 0.301301502224 m160(-5, 3) c D2 +3.3645622783046634 Z/31 -0.1057326245266239 0.344673393249 m180(-1, 4) c Z/2 +3.3689698949120199 Z/104 0.1231606542139299 0.314410723341 m170(-5, 2) c Z/2 +3.3757074886303123 Z/2 + Z/40 0.1780489306615076 0.371679441385 m188( 4, 3) c Z/2 +3.3790393355118734 Z/27 0.1322682425621263 0.337766352246 m180(-3, 4) c Z/2 +3.3809618506908428 Z/46 0.1914300031260777 0.384006951586 m188( 1, 4) c Z/2 +3.3831301963810621 Z/13 -0.2082280334586171 0.337158335923 m192(-5, 1) c Z/2 +3.3831978936505561 Z/18 0.0257534754227668 0.424619198153 m189( 3, 2) c D2 +3.3831978936505561 Z/2 -0.2340868087561002 0.652165382698 m289( 5, 1) c D2 +3.3843940769720474 Z/11 -0.1631043387720417 0.395070837321 m189( 4, 1) c Z/2 +3.3844835598262876 Z/109 0.2088084254579328 0.370586452671 m185(-3, 4) c Z/2 +3.3849452211970780 Z/3 + Z/3 -0.1147415967538304 0.616547627613 m286(-1, 2) c D2 +3.3874529260231257 Z/95 -0.1182024185228419 0.419147485839 m189(-4, 3) neg c D2 +3.3882423797981503 Z/35 0.1377942207321256 0.355763918452 m183( 5, 1) c Z/2 +3.3910717466002334 Z/27 0.2123807236806458 0.465752885199 m223(-4, 1) c Z/2 +3.3918567599175633 Z/2 + Z/12 -0.0792356350620248 0.492730697261 m235(-4, 1) neg c D2 +3.3918567599175633 Z/2 + Z/20 -0.0792356350620248 0.492730697261 m234(-1, 3) neg c D2 +3.3918567599175633 Z/22 -0.1209023017286914 0.670644342984 m305(-4, 1) neg c D2 +3.3983384614256116 Z/7 + Z/14 0.1626063733760765 0.335134270739 m184(-4, 1) c D2 +3.3990386898962884 Z/3 -0.0926326416837864 0.668054679461 m286( 1, 2) c D4 +3.3992851250311602 Z/53 -0.0544772221021048 0.379855745447 m195(-5, 1) c Z/2 +3.4004368701678131 trivial -0.1741073127181546 0.454628016306 m222(-3, 2) c Z/2 +3.4026399559145433 Z/6 0.1888401178641853 0.444188827969 m222( 5, 1) c Z/2 +3.4029912511664558 Z/116 0.0515271394081187 0.343462489175 m178( 4, 3) c Z/2 +3.4029912511664558 Z/40 -0.1348604727414520 0.417035756997 m208( 1, 3) c D2 +3.4029912511664558 Z/40 0.1348604727414520 0.417035756997 m208( 3, 1) c D2 +3.4029912511664558 Z/140 0.1348604727414520 0.349623701494 m182(-4, 3) c D2 +3.4029912511664558 Z/2 + Z/70 0.1348604727414520 0.343462489175 m179( 4, 3) c D2 +3.4029912511664558 Z/5 + Z/20 0.1348604727414520 0.417035756997 m208(-1, 4) c D2 +3.4029912511664558 Z/10 + Z/10 -0.1348604727414520 0.417035756997 m208(-4, 1) c D6 +3.4038046230290623 Z/77 0.1494447086191325 0.359133174902 m185( 3, 2) c D2 +3.4056848285713811 Z/73 -0.0171587957084592 0.343582203082 m185(-4, 3) c Z/2 +3.4080912017016746 Z/3 + Z/27 -0.0922186954682667 0.337556514443 m181(-5, 2) c Z/2 +3.4088493090135327 Z/117 0.0655458153394806 0.330681901011 m180( 3, 2) c D2 +3.4089477953798373 Z/38 0.1734532689436714 0.305314176288 m175(-1, 3) neg c Z/2 +3.4101879365720924 Z/10 -0.1613119715622185 0.763613110869 m389( 3, 1) c D2 +3.4101879365720924 Z/14 0.2136880284377815 0.698225783269 m305(-3, 2) c D2 +3.4101879365720924 Z/2 + Z/4 -0.2446453048955518 0.554366869599 m261(-5, 1) c D2 +3.4101879365720924 Z/2 + Z/20 -0.2446453048955518 0.554366869599 m262(-1, 3) c D2 +3.4114242498776892 Z/77 0.0649820558345693 0.356404114899 m184( 5, 2) c Z/2 +3.4115326853223646 Z/84 0.0802851837158094 0.314531573730 m178(-4, 1) c Z/2 +3.4147560030144543 Z/93 0.1007574270195797 0.312311674163 m181(-5, 1) c Z/2 +3.4172057499973301 Z/15 -0.1706647793017790 0.361288268006 m183( 5, 2) c Z/2 +3.4174913559776643 Z/3 + Z/3 + Z/3 -0.1298488782286127 0.424136299523 m207(-1, 4) c D4 +3.4176965975076306 Z/61 -0.2447640487229726 0.399023236089 m195(-5, 2) c Z/2 +3.4178803117128081 Z/4 0.0207151789805970 0.458956196039 m222(-5, 1) c Z/2 +3.4178803117128081 Z/68 0.1459514876860697 0.458956196039 m223( 1, 3) c Z/2 +3.4201107775137237 Z/55 0.0823655918721912 0.364821588567 m189( 1, 3) neg c Z/2 +3.4218431857824025 Z/103 -0.0416663500816614 0.335675016542 m180( 2, 3) c Z/2 +3.4266339155126486 Z/91 -0.1276471599496595 0.323171150771 m184( 5, 1) c Z/2 +3.4280383848193054 Z/3 + Z/15 -0.0546489609062359 0.382240248584 m207( 2, 3) c D4 +3.4288856398137823 Z/61 0.1306642322764951 0.348241181514 m189(-5, 1) c Z/2 +3.4306713651798908 Z/16 -0.1108395634807973 0.320667263998 m179(-1, 4) c Z/2 +3.4306713651798908 Z/9 -0.1941728968141306 0.320667263998 m178(-1, 4) c Z/2 +3.4347909011228123 Z/82 -0.0613002975898624 0.360784183157 m189(-5, 2) c Z/2 +3.4358980791785187 Z/115 -0.0360860667423047 0.314501401088 m180(-5, 2) c Z/2 +3.4424068418688752 Z/10 -0.0446696749186153 0.467757796829 m234( 2, 3) c D2 +3.4438825800010090 Z/67 -0.0128101319271021 0.447335155228 m223( 2, 3) c Z/2 +3.4458646356177834 trivial -0.1872023412353914 0.389698413870 m199(-5, 1) c Z/2 +3.4480318722662652 Z/112 -0.0887404442989970 0.300223861009 m179( 3, 4) c Z/2 +3.4480318722662652 Z/101 -0.1720737776323304 0.300223861009 m178( 3, 4) c Z/2 +3.4490366882189395 Z/4 -0.0326214323817743 0.768968114708 m371(-1, 2) c D2 +3.4490366882189395 Z/3 + Z/12 0.0326214323817743 0.768968114708 m369( 1, 2) c D2 +3.4490366882189395 Z/60 0.1992880990484410 0.384484057354 m195(-4, 3) c D2 +3.4490366882189395 Z/3 + Z/12 0.1992880990484410 0.468908909500 m247( 1, 3) c D2 +3.4507493216710729 Z/5 + Z/10 -0.0282041641735000 0.450759889883 m234(-3, 2) neg c D2 +3.4521280619032405 Z/30 -0.1152052843455705 0.459005852241 m234( 4, 1) c D2 +3.4538282489468772 Z/74 -0.0463421274632951 0.313654758762 m188( 3, 4) c Z/2 +3.4543139174920319 Z/3 + Z/6 0.0586999043002864 0.640223525290 m286(-5, 1) c D2 +3.4543139174920319 Z/2 0.0663000956997136 0.495487255038 m261(-3, 2) c D4 +3.4572185324752907 Z/100 0.0702171080780739 0.311264564723 m180(-5, 3) c Z/2 +3.4594860822931947 Z/29 0.0100491992359719 0.426199476323 m220(-3, 2) c D2 +3.4594860822931947 Z/27 -0.1767158659026386 0.426199476323 m221( 3, 2) c D2 +3.4599411939890726 Z/26 0.0194415150152741 0.311389973633 m188(-3, 2) c Z/2 +3.4606758474817759 Z/28 -0.0076489722525521 0.372417845661 s118(-5, 1) c D2 +3.4606758474817759 Z/28 0.0076489722525521 0.372417845661 s119( 5, 1) c D2 +3.4606758474817759 Z/5 + Z/5 0.0909823055858854 0.372417845661 m206( 5, 1) c Z/2 + Z/2 + Z/2 +3.4606758474817759 Z/12 -0.1743156389192188 0.372417845661 s119(-5, 1) c D2 +3.4606758474817759 Z/52 0.1743156389192188 0.372417845661 s118( 5, 1) neg c D2 +3.4606758474817759 Z/8 -0.2423510277474479 0.825397583263 m370( 1, 2) c D2 +3.4606758474817759 Z/56 -0.2423510277474479 0.552854879716 m275( 3, 2) c D2 +3.4644088172895794 Z/40 0.1958462447323224 0.558832594565 m293(-3, 1) c D2 +3.4650164233758362 Z/85 0.2261238753251525 0.354779319199 m190( 5, 2) c Z/2 +3.4651364971225026 Z/5 + Z/10 -0.0895802715751486 0.536518007710 m262(-2, 3) neg c D2 +3.4660540660857469 Z/86 0.1180241835957518 0.336925668276 m188( 5, 2) c Z/2 +3.4718338041148602 Z/49 0.0245608285629816 0.412086412384 m223(-3, 2) c Z/2 +3.4730550787835788 Z/15 -0.1062106150211720 0.348624822735 m195( 1, 3) c Z/2 +3.4742477613127423 Z/20 0.0784203970446487 0.357584982485 m337(-3, 1) c D2 +3.4742477613127423 Z/44 -0.0784203970446487 0.357584982485 s117(-5, 1) c D2 +3.4742477613127423 Z/4 0.1617537303779821 0.572460298931 m275(-3, 2) c Z/2 +3.4742477613127423 Z/5 -0.1617537303779821 0.357584982485 m206( 1, 3) c Z/2 + Z/2 + Z/2 +3.4742477613127423 Z/28 -0.2450870637113154 0.357584982485 m338(-3, 1) c D2 +3.4742477613127423 Z/28 0.2450870637113154 0.357584982485 s118(-1, 3) c D2 +3.4743162875719839 Z/3 + Z/3 0.2320107390205319 0.544601527351 m286( 4, 1) c D2 +3.4749198475441031 Z/51 -0.0436881079393566 0.312292270376 m185( 4, 1) c Z/2 +3.4759195042145516 Z/2 + Z/2 0.1256079393288091 0.311430836871 m188(-2, 3) c Z/2 +3.4763756733918129 Z/18 -0.0912440185616156 0.415872491889 m223( 5, 1) c Z/2 +3.4796687456946273 Z/34 -0.1044416903486724 0.416912289837 m232( 4, 1) c Z/2 +3.4821189931144502 Z/53 0.0295878795740676 0.367255843342 m196(-1, 4) c Z/2 +3.4823427648937470 Z/99 -0.2075965660754950 0.332903813414 m196( 1, 4) c D2 +3.4861652457274062 Z/78 -0.0750387522811708 0.317014126455 m188( 5, 1) c Z/2 +3.4872445710186798 Z/63 -0.0419514674326939 0.314583519118 m184( 5, 3) c Z/2 +3.4902594589796070 Z/53 -0.0838312630376060 0.387813719146 m210(-2, 3) c Z/2 +3.4906509546718718 Z/2 -0.0150411015497845 0.869017684542 m410( 3, 1) c Z/2 +3.4933789354984161 Z/3 + Z/9 0.0864930437202805 1.000890242246 s784(-2, 1) neg c D3 +3.4966424543676045 Z/13 0.1786607232821797 0.362708661343 m199( 5, 2) c Z/2 +3.4980336466799615 Z/73 -0.2012957112303886 0.312403605539 m190( 1, 4) c Z/2 +3.4982684104529170 Z/3 + Z/6 0.2350858069116535 0.451132961237 m235(-3, 2) c D2 +3.4985945738961077 Z/5 + Z/10 0.1589608583488356 0.440443893980 m234(-4, 1) c D4 +3.5010675797795968 Z/110 0.0331073115858879 0.312099484852 m190( 5, 1) c Z/2 +3.5012225705072884 Z/133 -0.1779777802975772 0.307544058174 m190(-4, 1) c D2 +3.5019951733664504 Z/22 -0.0303508214481010 0.478518188156 s173(-4, 1) neg c Z/2 +3.5079719280462794 Z/13 0.2305183707819788 0.341900422216 m199( 1, 3) c Z/2 +3.5100964543327859 Z/9 -0.1913319005136319 0.659511714759 m345(-4, 1) c Z/2 +3.5103531055215940 Z/63 0.1911854909533230 0.360925030324 m210( 5, 1) c D2 +3.5137573230531193 Z/3 + Z/15 0.1372521985393176 0.351069237300 m207( 1, 4) c D4 +3.5142520583769027 Z/5 0.0739729905616209 0.392318269604 m220( 5, 2) c D6 +3.5142520583769027 Z/32 -0.0926936761050458 0.341946875322 m350( 3, 1) c D2 +3.5142520583769027 Z/2 + Z/10 -0.0926936761050458 0.341946875322 s118(-2, 3) c D2 +3.5142520583769027 Z/10 0.1760270094383791 0.341946875322 m206( 2, 3) c Z/2 + Z/2 + Z/2 +3.5142520583769027 Z/13 -0.2406396572282875 0.392318269604 m221(-5, 2) c D2 +3.5142520583769027 Z/16 0.2406396572282875 0.341946875322 m349(-3, 1) c D2 +3.5142520583769027 Z/2 + Z/26 -0.2406396572282875 0.341946875322 s118( 2, 3) c D2 +3.5165646622134308 Z/49 -0.2014499328725167 0.509019854168 m275( 1, 3) c Z/2 +3.5179114031172534 Z/51 0.2180058935976887 0.456387005878 m247(-4, 1) c D2 +3.5185941907288295 Z/60 0.1186712727519783 0.328002631372 m190( 5, 3) c Z/2 +3.5194057603203983 Z/42 0.0095398223837574 0.321870937375 m194(-5, 1) c Z/2 +3.5236406410509178 Z/14 0.0681859604048650 0.334913095323 m199( 2, 3) c Z/2 +3.5236777764775608 Z/47 -0.0815056275512396 0.311638734730 m189( 2, 3) c Z/2 +3.5238018010448453 Z/103 0.0455680006805007 0.319940982468 m189(-5, 3) c Z/2 +3.5242438456631208 Z/7 0.1939491445061750 0.412354221514 m232(-5, 1) c D2 +3.5310780488861860 Z/31 0.1239398703727653 0.375323659322 m221( 5, 1) c D2 +3.5310780488861860 Z/25 0.2093934629605681 0.375323659322 m220(-5, 1) c D2 +3.5335504107726585 Z/33 0.1709873610526600 0.330816389592 m198(-5, 1) c Z/2 +3.5348734276674897 Z/95 0.0275605938935222 0.362156494931 m216(-2, 3) c Z/2 +3.5349305943365247 Z/10 -0.0248299976454484 0.327416531924 m199( 6, 1) c Z/2 +3.5351549423674902 Z/17 0.1382704484440774 0.433379703528 m260( 3, 2) c D2 +3.5409154213384291 trivial 0.0940613157559755 0.475824433267 m260(-3, 2) c D2 +3.5433901800526162 Z/33 -0.0997410630667649 0.412101157042 m240(-1, 4) c D2 +3.5440817346445799 Z/70 -0.0331127379049105 0.365809426090 m223(-1, 3) c Z/2 +3.5463550022886734 Z/11 -0.2105001064329162 0.426344398811 m260(-5, 1) c D2 +3.5504301411816644 Z/6 0.0975263055604241 0.302719754262 m192(-5, 2) c D2 +3.5505622456754894 Z/69 -0.1374741264910729 0.322356725820 m195(-5, 3) c Z/2 +3.5515088756723688 Z/11 0.0555543527796337 0.318807927595 m199(-1, 3) c Z/2 +3.5530793365075113 Z/5 + Z/10 0.0824234046931493 0.386370420059 m234(-2, 3) neg c D2 +3.5563543616280916 Z/29 -0.0145549835038569 0.593359543845 m322(-1, 3) c Z/2 +3.5570250643500900 Z/47 0.1255726279910921 0.535926866324 m302( 4, 1) c Z/2 +3.5582406324191298 Z/6 0.2300816897950866 0.306026110171 m195( 2, 3) c Z/2 +3.5616820156201209 Z/11 -0.0452822883374188 0.598740786585 m342( 3, 1) c Z/2 +3.5642566977747537 Z/9 -0.2153343485831004 0.473834005815 s173(-3, 2) c Z/2 +3.5669847853348458 Z/13 -0.2348550029190515 0.352355646082 m215(-1, 4) c D2 +3.5689449447345591 Z/27 -0.1237336197558513 0.341584152277 m214(-5, 2) c D2 +3.5689449447345591 Z/13 0.2095997135774821 0.341584152277 m221(-1, 3) c D2 +3.5692957142760589 Z/39 0.1640981906749215 0.398501497597 m249(-5, 1) c D2 +3.5693175590046211 Z/71 -0.1001278240927065 0.379132621627 m229( 2, 3) c Z/2 +3.5696539548807507 Z/17 0.0060292347057328 0.315798826167 m210(-5, 1) c Z/2 +3.5736001480514124 Z/24 0.0384994909337802 0.340314901845 m213(-5, 2) c D2 +3.5736001480514124 Z/24 -0.0384994909337802 0.340314901845 m221(-6, 1) c D2 +3.5736001480514124 Z/8 -0.1281671757328865 0.340314901845 m220( 6, 1) c D2 +3.5736001480514124 Z/8 -0.1281671757328865 0.340314901845 m221(-2, 3) c D2 +3.5742065131389506 Z/29 0.1143512801916622 0.448651542545 m275(-1, 3) c Z/2 +3.5745639925700813 Z/5 + Z/25 0.0690483163589132 0.339281735834 m216( 4, 3) c D2 +3.5760006865165547 Z/39 0.0382851526809339 0.392543228550 m249( 3, 2) c D2 +3.5788983017154165 Z/38 -0.2091840979483959 0.372111317531 m239(-4, 1) c Z/2 +3.5789028292072159 Z/3 + Z/15 -0.2414580625872789 0.524847048894 m288( 1, 3) c D2 +3.5793826465514428 Z/60 -0.1861580821144877 0.324378070384 m216( 5, 1) c Z/2 +3.5815662168235803 Z/30 -0.1957725212006837 0.391964769451 m235( 5, 2) c D2 +3.5816396778115419 Z/41 0.0839077036977320 0.579263310742 m356(-3, 1) c Z/2 +3.5817073255683653 Z/69 -0.0345596724012907 0.432631916246 m247(-1, 4) c D2 +3.5817073255683653 Z/64 -0.1321069942653759 0.314874149726 s118( 5, 2) c D2 +3.5817073255683653 Z/2 + Z/2 0.1321069942653759 0.314874149726 s119(-5, 2) c D2 +3.5817073255683653 Z/16 -0.2012263390679574 0.314874149726 s118(-5, 2) c D2 +3.5817073255683653 Z/5 + Z/5 0.2012263390679574 0.944622449178 s663(-3, 1) c D4 +3.5817073255683653 Z/2 + Z/18 0.2012263390679574 0.314874149726 s119( 5, 2) c D2 +3.5817073255683653 Z/5 + Z/5 -0.2154403275987093 0.314874149726 m206( 5, 2) c Z/2 + Z/2 + Z/2 +3.5821184523249020 Z/41 -0.1815054367206829 0.492096716545 m337( 4, 1) c Z/2 +3.5831053399860477 Z/75 -0.0776495627906404 0.432948206035 m249(-1, 3) c D2 +3.5831822379623882 Z/100 -0.1249698982138277 0.320689498994 m212(-1, 4) c Z/2 +3.5835861297612520 Z/34 -0.0625000000000000 0.718898059959 m356(-3, 2) c Z/2 +3.5863503762773830 Z/27 -0.1859582868017259 0.377798767635 m241( 1, 4) c Z/2 +3.5875811312313962 Z/41 0.1676626629409785 0.427805470603 s173( 5, 1) neg c Z/2 +3.5878696363181587 Z/10 0.1166497312371361 0.427050964970 m261( 3, 2) c D2 +3.5883713854548075 Z/37 -0.0245466752773907 0.517557200314 m349( 4, 1) c Z/2 +3.5892923417500022 Z/41 0.1007204111896599 0.333980962082 m223( 5, 2) c Z/2 +3.5899014607537396 Z/80 0.1762400167579411 0.485985433738 m293( 1, 3) c D2 +3.5912243891726819 Z/12 0.1348807853682949 0.481731683136 m289(-5, 1) c D2 +3.5923365552896766 Z/27 -0.1558615199495691 0.461567751776 m275(-4, 1) c Z/2 +3.5927813085216320 Z/6 -0.1475592264961513 0.360164709126 m235( 1, 3) c D2 +3.5935769573372289 Z/26 -0.0197985370959185 0.539155103125 m300( 3, 2) c D2 +3.5935769573372289 Z/2 + Z/10 -0.0614652037625851 0.410312366134 m262( 1, 3) c D2 +3.5935769573372289 Z/22 -0.1885347962374149 0.539155103125 s296( 3, 2) c D2 +3.5951288140874806 Z/7 0.1779928987139842 0.329892727931 m222( 6, 1) c Z/2 +3.5955125730475716 Z/15 -0.1277246516971848 0.472634806726 m286(-3, 2) c D2 +3.5968700459828414 Z/64 0.0311674527160654 0.491219545472 m297(-4, 1) c Z/2 +3.5968979752024587 Z/86 -0.1156943747480010 0.319691748430 m210( 5, 2) c Z/2 +3.5990448024935529 Z/62 0.0433043434232748 0.531743683556 m303(-3, 2) c Z/2 +3.5990448024935529 Z/78 0.0816956565767252 0.434206449723 m249(-2, 3) c D2 +3.5990448024935529 Z/2 + Z/6 -0.0816956565767252 0.404774966470 m261( 5, 1) c D2 +3.5997584579941541 Z/29 0.0038426623364117 0.376464886147 m232(-5, 2) c Z/2 +3.6001539643037080 trivial -0.2364889558586486 0.530276503143 m289( 6, 1) c D2 +3.6031470382147369 Z/22 -0.0593571647352802 0.444679185682 m260( 6, 1) c D2 +3.6031470382147369 Z/2 0.1489761685980532 0.529045711688 m304(-4, 1) c D2 +3.6031470382147369 Z/2 + Z/6 0.1906428352647198 0.355418329050 m235( 2, 3) c D2 +3.6036349784317063 Z/17 -0.2036421444377379 0.400397175369 m243(-2, 3) c Z/2 +3.6038850433900295 Z/40 -0.0106402882832244 0.537164202964 m293(-1, 3) c D2 +3.6043458611211260 Z/53 0.0727025871633928 0.438917973809 m275( 4, 1) c Z/2 +3.6078077872090040 Z/83 -0.1799597276634758 0.515784835691 m300(-1, 3) c Z/2 +3.6086561031791111 Z/59 0.1406246857137583 0.469945644482 m275( 2, 3) c Z/2 +3.6086890617707849 Z/5 0.0306498313783302 0.334856562367 m222(-6, 1) c Z/2 +3.6086890617707849 Z/4 -0.1139831647116635 0.609694382328 m340( 5, 1) c D2 +3.6086890617707849 Z/52 0.1139831647116635 0.327895065168 m219(-1, 4) c D2 +3.6086890617707849 Z/17 -0.1973164980449968 0.776700294384 m378(-3, 1) c D2 +3.6125295830866151 Z/95 0.0074190797516498 0.312429570293 m216( 5, 2) c Z/2 +3.6157743090164483 Z/7 -0.1173335546443005 0.322136402682 m222( 5, 2) c Z/2 +3.6173225940498538 Z/3 0.1251746065501357 0.497190029738 m288(-3, 2) c D2 +3.6181577502940593 Z/4 -0.0609380920238845 0.323635078216 m222( 1, 3) c Z/2 +3.6181577502940593 Z/28 0.2276047586905512 0.323635078216 m223(-5, 1) c Z/2 +3.6186945112051539 Z/31 0.1403136844664554 0.532957346961 m322(-2, 3) c Z/2 +3.6223884565565295 Z/22 -0.2296526658573745 0.505278677422 m290( 3, 1) c Z/2 +3.6266470247479638 Z/13 0.2102795534994363 0.598436683138 m310(-5, 1) c D2 +3.6281667111090552 Z/3 + Z/3 -0.1614150887957887 0.405104886764 m249( 5, 1) c D2 +3.6283837830947146 Z/3 0.1417864348027877 0.360859625605 m247( 3, 2) c D2 +3.6291582700085893 Z/62 -0.0710503704570956 0.315732394732 s129( 5, 1) c Z/2 +3.6293402228372755 Z/48 0.0337782281531244 0.468042878441 m288( 4, 1) c D2 +3.6309943336564917 Z/65 0.1628405201675666 0.311589292247 m223( 4, 3) c Z/2 +3.6314957829115790 Z/30 -0.0643013752090765 0.342558815944 m235(-5, 1) c D2 +3.6319228055408892 Z/33 -0.0507447244234103 0.306567003850 m220(-1, 3) c D2 +3.6319228055408892 Z/23 -0.1159219422432564 0.306567003850 m221( 1, 3) c D2 +3.6353201410542979 Z/63 0.1870752404164987 0.367744920407 m239( 5, 2) c D2 +3.6360723715927105 Z/130 0.2303551975906717 0.360720180178 m238( 4, 3) c D2 +3.6382766594982743 Z/71 0.1305867178290384 0.306551564020 m223(-2, 3) c Z/2 +3.6398446753083795 Z/2 -0.2352738478225055 0.306801506333 m222(-1, 3) c Z/2 +3.6403270902992401 Z/119 0.1178295435856800 0.322268712047 s131(-5, 1) c D2 +3.6414097101906569 Z/15 -0.0040934282767744 0.321410394454 s129(-4, 3) c D2 +3.6420490497310572 Z/5 -0.2238558758830879 0.310678743553 m222( 2, 3) c Z/2 +3.6429716412294616 Z/10 -0.2354537640242249 0.405363029872 m261(-6, 1) c D2 +3.6455782961596253 Z/24 -0.0248478533165020 0.481347878918 s254(-4, 1) c D2 +3.6455782961596253 Z/72 -0.0248478533165020 0.347067229774 m232( 2, 3) c D2 +3.6455782961596253 Z/8 -0.1081811866498353 0.593772681027 m368(-3, 1) c D2 +3.6455782961596253 Z/24 0.1081811866498353 0.694134459548 m370( 3, 1) c D2 +3.6470194953307156 Z/77 -0.0304405887552491 0.347301841766 m240( 2, 3) c Z/2 +3.6477108607563395 Z/69 -0.0231406689794615 0.320529508148 m238( 5, 1) c Z/2 +3.6479522831757172 Z/98 0.2466627611687587 0.342086454339 m239( 4, 3) neg c Z/2 +3.6481510265811077 trivial 0.0271348326662329 0.454049960050 s244(-4, 1) c Z/2 +3.6485650791623066 Z/137 -0.1387881624541538 0.319260568400 m229(-4, 3) c Z/2 +3.6488786088998010 Z/117 -0.0771059250394613 0.326371773551 m229(-5, 2) c D2 +3.6509124090682904 Z/107 0.1363996475110348 0.331876166516 m240(-3, 4) c Z/2 +3.6532457405645528 Z/24 -0.1905293009103334 0.476716326582 m288(-4, 1) c D2 +3.6532457405645528 Z/88 0.1905293009103334 0.343587852307 m238(-2, 3) c D2 +3.6555718741524886 Z/25 -0.0953279762199129 0.373890085981 m302(-4, 1) c Z/2 +3.6556887889754167 Z/6 0.1767934680608459 0.331370776494 m235(-1, 3) c D2 +3.6568997557683172 Z/15 -0.1727566752889355 0.565664881336 s345(-4, 1) c Z/2 +3.6584802981910240 Z/113 0.0769852286714446 0.332007868321 m240( 3, 2) c Z/2 +3.6586859967842681 Z/3 + Z/9 0.0340658486497111 0.338857948800 m247( 2, 3) c D2 +3.6615298425204801 Z/69 -0.2383328923556011 0.329949839614 s140(-5, 1) c Z/2 +3.6617761820318737 Z/54 -0.0564621836123309 0.320598061842 m232(-4, 3) c Z/2 +3.6638623767088761 Z/2 + Z 0.0000000000000000 1.061275061905 s942(-2, 1) neg a Z/2 + Z/4 +3.6638623767088761 Z/10 + Z 0.0000000000000000 0.530637530953 m336(-1, 3) a Z/2 + Z/4 +3.6638623767088761 Z/2 + Z/50 0.0000000000000000 0.530637530953 m303(-1, 3) a Z/4 +3.6638623767088761 Z/2 + Z/2 + Z/10 0.0000000000000000 1.061275061905 s960(-1, 2) a Z/4 X D3 +3.6638623767088761 Z/5 + Z/15 0.0416666666666667 0.962423650119 s572( 1, 2) neg c Z/2 X D6 +3.6638623767088761 Z/10 + Z/10 -0.0416666666666667 0.481211825060 m293( 4, 1) c D4 +3.6638623767088761 Z/4 + Z/4 -0.1250000000000000 1.061275061905 s645(-1, 2) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/2 + Z/16 0.1250000000000000 0.530637530953 s296( 5, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/2 + Z/16 0.1250000000000000 1.061275061905 s779( 2, 1) neg c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/2 + Z/48 0.1250000000000000 0.530637530953 m312(-1, 3) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/2 + Z/48 -0.1250000000000000 0.530637530953 s297(-1, 3) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/4 + Z/12 -0.1250000000000000 1.061275061905 s778(-3, 1) c Z/2 X D6 +3.6638623767088761 Z/2 + Z/2 + Z/6 -0.1250000000000000 0.530637530953 m306( 5, 1) c D2 +3.6638623767088761 Z/2 + Z/2 + Z/6 0.1250000000000000 0.881373587020 s595( 3, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/2 + Z/10 -0.1666666666666667 0.530637530953 m304( 5, 1) c D2 +3.6638623767088761 Z/8 -0.2083333333333333 0.509791146681 s254(-3, 2) c D2 +3.6638623767088761 Z/8 0.2083333333333333 0.962423650119 s775(-1, 2) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/21 -0.2083333333333333 0.962423650119 s705( 1, 2) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/24 0.2083333333333333 0.926133031350 s682(-3, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/24 -0.2083333333333333 0.962423650119 s775(-3, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/104 0.2083333333333333 0.346573590280 m239(-2, 3) c D2 +3.6638623767088761 Z/2 + Z/6 -0.2083333333333333 0.530637530953 s350(-4, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/6 + Z/6 -0.2083333333333333 0.481211825060 m294( 4, 1) c Z/2 + Z/2 + Z/2 +3.6638623767088761 Z/3 + Z/24 -0.2083333333333333 0.732857675974 s495( 1, 2) neg c Z/2 + Z/2 + Z/2 +3.6644640426851041 Z/9 -0.1743848390412181 0.529375806797 s385(-4, 1) c Z/2 +3.6655558414651945 Z/106 0.1653954007039178 0.461295694142 m291(-1, 3) neg c Z/2 +3.6664963988979823 Z/7 0.0009157623236119 0.644882167284 m345( 4, 1) c Z/2 +3.6679678843891729 Z/6 + Z/6 0.1012237255604617 0.321546116224 m235( 6, 1) c D2 +3.6679678843891729 Z/3 + Z/18 0.1012237255604617 0.479414854883 m288( 2, 3) c D2 +3.6679678843891729 Z/26 0.2262237255604617 0.500854644672 m303(-4, 1) c Z/2 +3.6682093817741367 Z/3 -0.2455774069542188 0.685387017658 m372(-4, 1) c D2 +3.6698406985658373 Z/30 0.1480901423446119 0.333657143757 m234( 1, 4) c D2 +3.6709127575511054 Z/32 -0.2432177902250212 0.367561914648 m297( 4, 1) c Z/2 +3.6734716350525686 Z/3 + Z/9 0.0742394646923382 0.438545043819 m288(-1, 3) c D2 +3.6743010601878662 Z/19 -0.2249069615841069 0.399853795967 m275(-2, 3) c Z/2 +3.6749245822828920 Z/21 -0.0317766750728781 0.533197524156 s313( 4, 1) c D2 +3.6750349124426240 Z/71 -0.1216195450272666 0.325183842606 m243(-4, 1) c Z/2 +3.6754159175775990 Z/103 0.1699029896662176 0.327167571194 m238( 5, 2) c Z/2 +3.6756456059498707 Z/10 + Z/10 0.0172374291146926 0.444882833575 m293( 2, 3) c D2 +3.6759087862037012 Z/21 -0.0502433476354631 0.350598656678 m247( 4, 1) c D2 +3.6784723314382328 Z/9 + Z/9 -0.2420276172411628 0.356279755110 m253( 3, 2) c D2 +3.6871719446533559 Z/7 0.0299871826493772 0.480433913874 m310( 1, 2) c Z/2 + Z/2 + Z/2 +3.6871719446533559 Z/12 0.0533461506839561 0.789818703426 s479(-4, 1) c D2 +3.6871719446533559 Z/15 -0.0533461506839561 0.480433913874 m289(-1, 2) c Z/2 + Z/2 + Z/2 +3.6871719446533559 Z/20 -0.0533461506839561 0.789818703426 s478( 4, 1) c D2 +3.6871719446533559 Z/8 0.1366794840172895 0.631672439541 m345(-3, 2) c D2 +3.6871719446533559 Z/8 -0.1366794840172895 0.914309565163 s645( 3, 1) neg c D2 +3.6871719446533559 Z/17 0.1366794840172895 0.789818703426 m389(-4, 1) c D2 +3.6890404166915462 Z/47 0.1425338206375550 0.383394005710 m291( 4, 1) c Z/2 +3.6925806217992822 Z/23 -0.0471433820243204 0.519138777808 s384( 4, 1) c Z/2 +3.6958580542367210 Z/65 -0.1808746543963207 0.320646183075 s148(-5, 1) c D2 +3.6987698916910048 Z/26 0.0932128735085361 0.486667864744 m305( 4, 1) neg c D2 +3.6987698916910048 Z/2 + Z/12 -0.1348795401752028 0.306864706588 m235( 4, 3) c D2 +3.6987698916910048 Z/2 + Z/20 -0.1348795401752028 0.306864706588 m234( 5, 1) c D2 +3.7001678693628100 Z/69 0.0991207082267188 0.324821438684 m249( 1, 3) c D2 +3.7018738138088234 Z/3 -0.1724802142658337 0.362401530026 s175(-5, 1) c D2 +3.7028973218569406 Z 0.1819578615026422 0.558565799149 m345( 1, 2) c Z/2 +3.7057006505983890 Z/5 + Z/5 0.0600416356453460 0.411432868343 m285(-1, 3) c D2 +3.7078992933154421 Z/49 -0.1474348266646422 0.518369085275 m326(-3, 1) c Z/2 +3.7102024417132407 Z/50 0.0086855039544920 0.430411352984 m290(-4, 1) c Z/2 +3.7104487730175845 Z/13 -0.0427344043454672 0.428976524820 m289( 1, 2) c D2 +3.7114469727350581 Z/30 -0.0058984977265541 0.409915977661 m285( 4, 1) c D2 +3.7114469727350581 Z/2 + Z/20 0.0892318310598875 0.327887721959 s155( 5, 1) c Z/2 +3.7131678678265285 Z/41 0.1630092534527573 0.309095368929 m240( 1, 4) c Z/2 +3.7141586259664615 Z/3 + Z/21 -0.0296901377295067 0.311195199035 m249(-5, 2) c D2 +3.7146590953116767 Z/6 0.0626462017855072 0.339322437942 m261(-5, 2) c D2 +3.7146852119680144 Z/20 0.0345708131913630 0.443889915698 m293(-3, 2) c D2 +3.7147208444549803 Z/5 -0.0783700556453016 0.583421093904 m356(-1, 3) c Z/2 +3.7150988828549296 Z/2 + Z/18 0.1502543970649929 0.326263363885 m263( 5, 1) c Z/2 +3.7161665359270609 Z/108 0.0654185586723547 0.321799125439 m253( 4, 1) c Z/2 +3.7166386341803503 Z/11 0.2281576347106151 0.348365885118 s173(-1, 3) c Z/2 +3.7167585482595073 Z/51 -0.1320484049559322 0.529157063336 s359( 4, 1) c Z/2 +3.7169775793744731 Z/3 -0.0811580126538512 0.432514407570 m286( 3, 2) c D2 +3.7189019227591964 Z/10 -0.2247496949278952 0.336290788181 m262( 2, 3) c D2 +3.7193839152453358 Z/2 + Z/30 -0.1893203419560463 0.424375716266 m297(-1, 3) c Z/2 +3.7199776543425777 Z/21 0.0673634125206487 0.447255964907 m286(-6, 1) c D2 +3.7199776543425777 Z/4 0.1826365874793513 0.662921167819 s451( 4, 1) c D2 +3.7199776543425777 Z/20 -0.1826365874793513 0.765854864454 s480(-3, 2) neg c D2 +3.7199776543425777 Z/11 0.2340300791873154 0.765854864454 m390(-3, 2) c D2 +3.7210931567450544 Z/14 -0.2011738245375612 0.325309596628 m260(-6, 1) c D2 +3.7213419370450991 Z/15 -0.2074846483188687 0.421433287525 m285(-5, 1) c D2 +3.7231003847192878 Z/12 0.2204725049761542 0.399611045039 m286( 5, 1) c D2 +3.7231003847192878 Z/20 0.2204725049761542 0.399611045039 m285(-2, 3) c D2 +3.7254370251320774 Z/42 0.0079833357482448 0.463640091993 s297( 3, 2) c D2 +3.7254370251320774 Z/2 + Z/30 -0.0079833357482448 0.336176099896 m262(-5, 1) neg c D2 +3.7254370251320774 Z/74 -0.1329833357482448 0.463640091993 m300(-3, 2) c Z/2 +3.7254515187782219 Z/17 0.1824852867400115 0.521012395934 m322(-4, 1) neg c Z/2 +3.7264244772934984 Z/39 0.0104430951322162 0.343057030602 v0248(-5, 1) c D2 +3.7267866251701664 Z/42 -0.0525278050571954 0.467777989776 m303( 4, 1) c Z/2 +3.7267866251701664 Z/6 -0.1775278050571954 0.476938286504 s297( 4, 1) c D2 +3.7283809519897445 Z/98 -0.0014444129421850 0.408019213908 m290( 1, 3) c Z/2 +3.7287930518413495 Z/26 -0.0777392898210471 0.311806086648 s155(-6, 1) c Z/2 +3.7293222066526126 Z/55 0.1971356065693387 0.301505736447 s140( 4, 3) c D2 +3.7328440610822260 Z/119 -0.1263722558059547 0.300591490300 s185( 5, 1) c D2 +3.7335790219567680 Z/49 -0.0000655495533526 0.415099329754 m338( 4, 1) c Z/2 +3.7340299378535375 Z/61 0.1029522196641200 0.304696898001 m243(-1, 4) c Z/2 +3.7352003558874925 Z/23 0.1420456405201499 0.326803907250 m260( 5, 2) c D2 +3.7365970088131989 Z/7 + Z/7 -0.1136964247247678 0.318966358848 s206(-5, 1) c D2 +3.7373098211246862 Z/82 -0.1571375708209798 0.302397088919 m244( 2, 3) c Z/2 +3.7376412525322527 Z/9 + Z/9 -0.1697057070938078 0.308313880383 m253(-3, 4) c D2 +3.7383962236990271 Z/60 -0.0997041084747310 0.342287948550 s183( 5, 1) c Z/2 +3.7383962236990270 Z/35 0.1830374418080643 0.419512143862 m285( 3, 2) c D2 +3.7388255727746274 Z/54 0.1501854554082423 0.333056401660 m253( 2, 3) c Z/2 +3.7397912834580577 Z/29 -0.0143684331370792 0.329862871096 s173(-5, 1) c Z/2 +3.7415206432624527 Z/173 -0.0325983211512960 0.300985458754 m244(-5, 3) c Z/2 +3.7430293699610541 Z/171 -0.2296733955668208 0.303063749017 m259(-4, 1) c D2 +3.7433024477882837 Z/2 + Z/4 0.0017253136857034 0.388425469306 s235(-4, 1) neg c Z/2 +3.7457263086053357 Z/11 0.0750488416791005 0.599391752434 m356(-2, 3) c Z/2 +3.7464257410993293 Z/142 -0.1389203915513926 0.313141438938 m251( 2, 3) c Z/2 +3.7495983648541001 Z/9 -0.0047360809724580 0.336217945170 m259(-1, 4) c D2 +3.7506106743987543 Z/80 0.1990969234153167 0.475470223665 m342(-4, 1) c D2 +3.7540069238153870 Z/30 -0.1570904001536854 0.478597046365 m335(-1, 3) c Z/2 +3.7549425132816577 Z/28 -0.1958874739755033 0.327477192933 s165(-1, 4) c Z/2 +3.7573861488826646 Z/72 -0.0292837974537942 0.417402369097 m297(-2, 3) c Z/2 +3.7588449482372843 Z/2 + Z/42 0.0603288278318547 0.442568977625 s297( 1, 3) c D2 +3.7588449482372843 Z/2 + Z/4 + Z/4 0.0603288278318547 0.442568977625 s298( 5, 1) neg c D4 +3.7588449482372843 Z/2 + Z/4 + Z/4 -0.0603288278318547 0.885137955251 s594( 1, 2) c D6 +3.7588449482372843 Z/2 + Z/2 + Z/12 -0.0603288278318547 0.442568977625 m307(-5, 1) c D2 +3.7588449482372843 Z/2 + Z/14 -0.1019954944985214 0.442568977625 m305(-5, 1) c D2 +3.7588449482372843 Z/2 + Z/12 -0.1063378388348120 0.683059120917 m369(-1, 3) c D2 +3.7588449482372843 Z/2 + Z/12 0.1063378388348120 0.683059120917 m371( 1, 3) c D2 +3.7588449482372843 Z/26 0.1480045055014786 0.698913903684 m390( 3, 1) c D2 +3.7588449482372843 Z/2 + Z/10 0.1480045055014786 0.451375337708 m293(-2, 3) c D2 +3.7588449482372843 Z/2 + Z/52 0.1853288278318547 0.442568977625 m303( 1, 3) c Z/2 +3.7588449482372843 Z/2 + Z/8 -0.1896711721681453 0.885137955251 s594( 2, 1) c D2 +3.7588449482372843 Z/2 + Z/4 0.2313378388348120 0.698913903684 s480( 3, 1) c D2 +3.7588449482372843 Z/2 + Z/4 -0.2313378388348120 0.838332279751 s595( 1, 2) c D2 +3.7588449482372843 Z/2 + Z/20 -0.2313378388348120 0.419166139876 s235(-4, 3) neg c D2 +3.7588449482372843 Z/2 + Z/28 0.2313378388348120 0.419166139876 s287(-3, 1) c D2 +3.7588449482372843 Z/2 + Z/70 -0.2313378388348120 0.419166139876 m290(-1, 4) c D2 +3.7631580832777324 Z/70 0.2346557899950322 0.312672601362 m262(-4, 3) neg c D2 +3.7636463856348894 Z/14 -0.0910585856550024 0.307756789433 m261( 6, 1) c D2 +3.7669591510124217 Z/102 0.0330426798323314 0.452983193159 s297(-2, 3) c D2 +3.7669591510124217 Z/2 + Z/6 0.0330426798323314 0.452983193159 m319( 5, 1) c D2 +3.7669591510124217 Z/98 0.1580426798323314 0.452983193159 m303(-2, 3) c Z/2 +3.7672929699513007 Z/13 0.1410763849639650 0.380773533555 m289(-6, 1) c D2 +3.7673998060232241 Z/2 -0.2283972750423581 0.770402280455 m410(-3, 1) c Z/2 +3.7675551263361162 Z/25 -0.0669002448941949 0.325984493900 m260( 7, 1) c D2 +3.7703962864471078 Z/55 0.1490649841453402 0.321873960528 m269(-3, 4) c D2 +3.7708294511077109 Z/8 0.0098277332850914 0.794134662992 s645(-2, 1) neg c D2 +3.7708294511077109 Z/25 0.0098277332850914 0.584603685018 m346(-3, 2) c D2 +3.7708294511077109 Z/72 0.0098277332850914 0.691593405920 s481(-1, 3) c D2 +3.7708294511077109 Z/2 + Z/18 -0.0098277332850914 0.397067331496 m297( 1, 3) c D2 +3.7708294511077109 Z/12 -0.0735056000482420 0.584603685018 m369(-3, 2) c D2 +3.7708294511077109 Z/44 0.0735056000482420 0.584603685018 m371( 3, 2) c D2 +3.7708294511077109 Z/4 0.0931610666184247 0.729789373052 s478(-1, 2) c D4 +3.7708294511077109 Z/60 -0.0931610666184247 0.729789373052 s479( 1, 2) neg c Z/2 + Z/2 + Z/2 +3.7708294511077109 Z -0.2401722667149086 0.421799361484 m289( 7, 1) c D2 +3.7708294511077109 Z/11 + Z -0.2401722667149086 0.364894686526 m280( 1, 4) c D2 +3.7718285120381210 Z/115 0.2192098628491646 0.411869217859 m291(-3, 2) neg c D2 +3.7730500986564121 Z/19 -0.0074794612052994 0.311807335405 s175( 6, 1) c Z/2 +3.7732556028725576 trivial 0.0202288173271595 0.418877055337 m310(-1, 2) c D2 +3.7734861640936881 Z/114 -0.2175694848389562 0.481386434511 m312(-2, 3) c Z/2 +3.7748248708290040 Z/2 + Z/16 -0.0847759433116590 0.389756054945 s254( 1, 3) neg c D2 +3.7771088775560257 Z/20 -0.1473767852439370 0.424397565427 m310( 6, 1) c D2 +3.7777542278205298 Z/13 0.0594725600850199 0.430171978889 s256( 4, 3) c Z/2 +3.7792989070823891 Z/2 + Z/2 0.0047469888390036 0.308049729819 m261(-1, 3) c D2 +3.7792989070823891 Z/14 -0.0369196778276631 0.441661348495 m304(-3, 2) c D2 +3.7792989070823892 Z/14 0.2452530111609964 0.441661348495 m340(-5, 1) c D2 +3.7798517451384418 Z/11 -0.0409166505948811 0.368587485671 m279(-2, 3) c D2 +3.7816587406394132 Z/46 0.0819864748836493 0.313445738844 m312( 4, 1) c Z/2 +3.7840658046874332 Z/4 -0.1086618293071434 0.313257963415 s173(-2, 3) c Z/2 +3.7842429627849188 Z/5 0.1033571201863740 0.397374495076 m285(-5, 2) c D2 +3.7847271831166428 Z/91 -0.0193311441048269 0.424437722283 m300(-2, 3) c Z/2 +3.7848914165520612 Z/76 -0.0323143238052951 0.519139677674 m346(-1, 3) c Z/2 +3.7848914165520612 Z/112 0.1156476571386284 0.484348947206 m326( 4, 1) c D2 +3.7855124133243468 Z/3 + Z/6 0.2358790458135724 0.375126499050 m288(-2, 3) c D2 +3.7892069404085214 Z/5 + Z/10 0.2149444293104901 0.302268216995 m262(-1, 4) c D2 +3.7901567231147672 Z/48 -0.1972289185453152 0.375367736849 m294(-1, 3) c D2 +3.7911277159741310 Z/4 + Z/12 0.1757553012414430 0.389527033414 s254( 5, 1) neg c D2 +3.7912609238704492 Z/43 0.1180144715933129 0.452388048927 s345(-1, 3) c Z/2 +3.7940901118208134 Z/58 0.0000000000000000 0.396572765254 s235(-3, 4) a Z/4 +3.7946174659831611 Z/31 -0.2406332016135841 0.390695446950 s244( 4, 1) c Z/2 +3.7950604563781036 Z/3 -0.0521163860644598 0.437078995923 m322( 3, 1) c Z/2 +3.7951597015169418 Z/76 0.1552952262211284 0.304573603500 s161( 5, 3) c Z/2 +3.7951597015169418 Z/35 0.2386285595544618 0.382658844147 m285( 1, 3) c D2 +3.7965132988180398 Z/49 0.1010596373032913 0.585858179122 m378( 3, 1) c Z/2 +3.7973822083246863 Z/14 0.1022379270618770 0.574618645305 s417(-4, 1) c D2 +3.7973822083246863 Z/2 + Z/6 -0.2272379270618770 0.302525458201 m261(-7, 1) c D2 +3.7998452003794250 Z/13 0.1450875800408990 0.490672553716 s359(-4, 1) c Z/2 +3.8009529716965010 Z/89 0.0060989624123068 0.309688800616 m272( 2, 3) c Z/2 +3.8019087641793704 Z/40 -0.2458831775077460 0.379436693815 s254( 2, 3) neg c D2 +3.8030142638614662 Z/88 0.0230920855512070 0.327656426711 m279( 1, 4) c Z/2 +3.8046115874721424 Z/22 -0.2201362924322187 0.430942005409 m305( 3, 2) c D2 +3.8046829909762425 Z/97 0.0420876217643791 0.324657034933 m279(-4, 1) c Z/2 +3.8049765805866822 Z/67 0.0621962171589306 0.479975347661 m335(-4, 1) c Z/2 +3.8070875893627334 Z/17 -0.0626902357485482 0.398911874043 m289(-3, 2) c D2 +3.8073431963164422 Z/11 -0.0356649188489895 0.358823540588 m289( 3, 2) c D2 +3.8088229329900588 Z/57 0.1550547609654639 0.408760359153 s313( 3, 2) c D2 +3.8132997397976183 Z/98 -0.1479295953262745 0.378573316385 m312(-4, 1) c Z/2 +3.8138866998637025 Z/3 + Z/12 0.0304120213245986 0.392187474357 m294( 1, 4) c D2 +3.8182598147897774 Z/2 + Z/74 0.0000000000000000 0.378520837587 m290(-3, 4) a Z/4 +3.8197886590270974 Z/62 -0.2357465120787840 0.346102640692 s235(-1, 4) c Z/2 +3.8206878080042926 Z/21 -0.1324713860046878 0.350989455509 m286(-5, 2) c D2 +3.8216875861799777 Z/2 + Z/6 0.0248261332753087 0.357524893854 m294( 4, 3) c D2 +3.8216875861799777 Z/4 + Z/8 -0.1418405333913579 0.580534763470 m370(-4, 1) c D2 +3.8216875861799777 Z/8 + Z/8 0.1418405333913579 0.442137828732 m368( 4, 1) c D4 +3.8216875861799777 Z/2 + Z/16 0.1418405333913579 0.786937938190 s554( 1, 3) c D2 +3.8216875861799777 Z/4 + Z/12 -0.1418405333913579 0.580534763470 m369( 3, 1) c D4 +3.8216875861799777 Z/105 0.1914927999419754 0.442137828732 s313(-2, 3) c Z/2 + Z/2 + Z/2 +3.8216875861799777 Z/2 + Z/30 0.2251738667246913 0.357524893854 m293(-4, 1) c D2 +3.8240462358449355 Z/4 + Z/4 0.2375488456075605 0.370026142843 s254(-1, 3) c D2 +3.8244205001048642 Z/117 0.0608864876057487 0.499163505837 m338( 2, 3) c D2 +3.8258309060985431 Z/35 -0.2226872101478666 0.433665987262 s345(-2, 3) c Z/2 +3.8268271784795273 Z/42 -0.1503805508716456 0.385818957075 m302( 1, 3) c Z/2 +3.8269868566980464 Z/3 + Z/9 -0.1776480530303523 0.849626231415 s784( 3, 1) c D3 +3.8292066955948326 Z/154 0.0884923449887179 0.305190333588 m269(-5, 3) c Z/2 +3.8301011963992972 Z/12 -0.2018395312987446 0.381541256587 m294( 3, 4) c D2 +3.8322967867558270 Z/37 0.1326405572847279 0.468962458912 m326(-1, 3) c Z/2 +3.8345675763226787 Z/7 -0.2085613210978337 0.384554063175 m300( 4, 1) c Z/2 +3.8358339843020361 Z/118 -0.2260945110697572 0.344463017097 m290(-4, 3) c Z/2 +3.8369022514435347 Z/125 -0.1714060091488597 0.360820429939 m291(-2, 3) neg c Z/2 +3.8371097463004455 Z/105 -0.0904056329477349 0.366584596396 m291(-4, 1) c Z/2 +3.8394413130580074 Z/37 -0.1357382083786111 0.302625709873 m275(-5, 1) c Z/2 +3.8409485927750832 Z/9 0.0022333389586121 0.435979273367 m335(-2, 3) c Z/2 +3.8418805152555613 Z/25 0.1756215480789386 0.471267277281 m322( 1, 3) c Z/2 +3.8438443635811511 Z/3 -0.1200545744871401 0.468969181869 m340( 6, 1) c D2 +3.8445942190976602 Z/95 0.1001561885624878 0.370707296047 s256(-4, 1) neg c D2 +3.8449306153389877 Z/3 -0.0227530031268796 0.932926165743 s847(-1, 2) c Z/2 +3.8465434567635777 Z/27 -0.0334655678403082 0.613107216138 m389(-1, 2) c D2 +3.8465434567635777 Z/12 0.1167989011736415 0.613107216138 s478( 1, 2) c D2 +3.8465434567635777 Z/52 -0.1167989011736415 0.613107216138 s479(-1, 2) neg c D2 +3.8465434567635777 Z/16 0.2165344321596918 0.427517540383 m310(-6, 1) c D2 +3.8465434567635777 Z/144 -0.2165344321596918 0.306553608069 m279( 3, 4) c D2 +3.8473487692856527 Z/11 -0.1767899233423943 0.468579724304 m345(-5, 1) c Z/2 +3.8473890423214965 Z/11 + Z/11 0.1955902424060283 0.328962867973 m280(-2, 3) c D2 +3.8475978139862320 Z/97 -0.0153924266617367 0.454483097492 m335( 3, 2) c Z/2 +3.8477947054716450 Z/24 -0.1716663105352716 0.362865976760 m297( 2, 3) c Z/2 +3.8515087907264190 Z/29 -0.2053373716761876 0.375288710892 s244(-4, 3) c Z/2 +3.8520533048640786 Z/46 -0.1114970576476685 0.304559719589 m276(-1, 4) c Z/2 +3.8528513100801572 Z/10 0.0443476604916193 0.336404185043 m285(-4, 3) c D2 +3.8533570488703608 Z/14 0.0754798486296470 0.581983271100 m400( 3, 1) c Z/2 +3.8534559014050633 Z/2 + Z/14 -0.0462049795604108 0.378786123944 s296(-5, 1) c D2 +3.8534559014050633 Z/2 + Z/24 -0.0462049795604108 0.709774992462 s554( 3, 1) neg c D2 +3.8534559014050633 Z/2 + Z 0.1621283537729226 0.378786123944 m304(-5, 1) c D2 +3.8534559014050633 Z/2 + Z 0.1621283537729226 0.378786123944 m305(-1, 3) c D2 +3.8534559014050633 Z/2 + Z/2 + Z/4 0.2037950204395892 0.378786123944 m306(-5, 1) c D2 +3.8534559014050633 Z/2 + Z/4 + Z/4 0.2037950204395892 0.378786123944 m307(-1, 3) c D4 +3.8534559014050633 Z/2 + Z/4 + Z/4 -0.2037950204395892 0.757572247887 s594(-3, 2) c D6 +3.8543412768636265 Z/53 0.1626760434794148 0.356903107942 m350(-4, 1) c Z/2 +3.8553740771872381 Z/97 -0.1067135627260020 0.351773486393 m291( 1, 4) c Z/2 +3.8578647343412984 Z/112 -0.1623114387154820 0.446825285825 m364(-3, 1) c D2 +3.8578647343412984 Z/11 + Z/11 0.1710218946178513 0.332498465935 s238(-1, 4) c D6 +3.8585943807684693 Z/38 -0.0653715700409573 0.364852236238 m343( 3, 1) c Z/2 +3.8615330803401273 Z/2 + Z/4 -0.1349643803392051 0.375723840532 m319(-5, 1) c D2 +3.8615330803401274 Z/2 + Z/20 -0.1349643803392051 0.375723840532 m307(-2, 3) c D2 +3.8615330803401274 Z/6 -0.1766310470058718 0.375723840532 m305(-2, 3) c D2 +3.8618144011737453 Z/126 -0.0625000000000000 0.530637530953 m350(-1, 3) c D2 +3.8618144011737453 Z/66 -0.1875000000000000 0.530637530953 m360(-2, 3) c D2 +3.8630865372516261 Z/56 0.1061127490246753 0.373323167083 m302( 5, 1) c Z/2 +3.8654697293110692 Z/48 -0.2246367374155206 0.384746842558 s313(-5, 1) c D2 +3.8662384208138434 Z/41 -0.0517508619906815 0.613282588729 m403( 3, 1) c Z/2 +3.8668965445110762 Z/51 0.1881962639924906 0.368875162930 m302( 2, 3) c Z/2 +3.8680639938644359 Z/143 0.0252247082690309 0.311719666579 m281(-2, 3) c D2 +3.8687808846670766 Z/3 + Z/15 -0.1894861367805930 0.553094223020 m373(-3, 2) c D2 +3.8718382783125085 Z/26 0.2084054028435022 0.385016599763 m305(-5, 2) c D2 +3.8718382783125085 Z/2 + Z/12 0.2499279304898312 0.385016599763 s298( 5, 2) c D2 +3.8718382783125085 Z/2 + Z/28 -0.2499279304898312 0.385016599763 m307(-5, 2) c D2 +3.8730484322083524 Z/2 + Z/38 0.0517802822755441 0.335461614612 m297(-5, 1) c Z/2 +3.8730484322083524 Z/91 0.1148863843911226 0.489522759263 m346( 3, 2) c D2 +3.8731463525649093 Z/5 -0.0489232936968316 0.536742651354 m372( 4, 1) c D2 +3.8733285178642261 Z/17 0.0992243627716701 0.394596248185 m337(-4, 1) c Z/2 +3.8743450867579915 Z/5 + Z/10 0.0252752948767042 0.410599356991 m320(-2, 3) c D4 +3.8767119097177239 Z/57 0.0563008901073668 0.369605793970 m300(-4, 1) c Z/2 +3.8779994932367336 Z/9 -0.1765425128309780 0.587063612332 m389( 4, 1) c D2 +3.8779994932367336 Z/12 -0.2401241538356887 0.587063612332 s478(-4, 1) c D2 +3.8779994932367336 Z/44 0.2401241538356887 0.587063612332 s479( 4, 1) neg c D2 +3.8785302166853929 Z/31 0.0009608547255025 0.335210931692 s256( 5, 2) c Z/2 +3.8789440340502063 Z/106 0.0233677809756721 0.365550268606 m303( 2, 3) c Z/2 +3.8789440340502063 Z/78 -0.1016322190243279 0.365550268606 s297( 2, 3) c D2 +3.8789440340502063 Z/2 + Z/30 0.1016322190243279 0.365550268606 m320(-5, 1) c D2 +3.8807683977112914 Z/92 0.0492627007730811 0.365831432924 m300( 1, 4) c Z/2 +3.8807683977112914 Z/56 -0.1325960341064144 0.351526305817 s254( 5, 2) neg c D2 +3.8808876818393856 Z/57 0.0143164114893578 0.316664516798 m288( 5, 1) c D2 +3.8810507037019269 Z/59 -0.2001191269707897 0.439002605669 m378( 1, 3) c Z/2 +3.8812686528570731 Z/58 -0.1920228294159341 0.327780867301 s256( 5, 1) c Z/2 +3.8830061680549356 Z/9 0.0082904058544819 0.464306096866 s403(-1, 2) c Z/2 + Z/2 + Z/2 +3.8830061680549356 Z/4 + Z/4 -0.0082904058544819 0.851443997236 s645( 3, 2) c D6 +3.8830061680549356 Z/2 + Z/16 -0.0082904058544819 0.425721998618 v0543(-4, 1) c D2 +3.8830061680549356 Z/2 + Z/16 0.0082904058544819 0.580982436353 s448(-3, 2) c D2 +3.8830061680549356 Z/15 0.0750429274788514 0.464306096866 m340( 3, 2) c Z/2 + Z/2 + Z/2 +3.8830061680549356 Z/2 + Z/2 0.1332904058544819 0.580982436353 m376(-3, 2) c Z/2 +3.8848589514417158 Z/15 0.2111911297071457 0.304582789962 m286( 6, 1) c D2 +3.8871917380456249 Z/25 -0.2223070068682709 0.387873780196 m338(-4, 1) c Z/2 +3.8873785153494915 Z/11 -0.1222279560074069 0.331598710038 m291( 4, 3) c Z/2 +3.8881909896370545 Z/2 + Z/26 0.1733814409537382 0.335067720728 m343(-4, 1) c Z/2 +3.8896771654443380 Z/2 + Z/28 -0.0621814046936533 0.323972463693 m290( 3, 2) c Z/2 +3.8904995764033628 Z/2 + Z/16 -0.0077715271410580 0.327813251303 s254(-5, 1) c D2 +3.8904995764033628 Z/4 + Z/20 0.0077715271410580 0.325607092001 s227(-2, 3) c D2 +3.8904995764033628 Z/24 0.0755618061922753 0.325607092002 m286(-7, 1) c D2 +3.8904995764033628 Z/40 0.0755618061922753 0.325607092002 m285( 2, 3) c D2 +3.8932086069978811 Z/20 -0.0165777299020228 0.595350887894 s480(-4, 1) c D2 +3.8932086069978811 Z/28 -0.0165777299020228 0.595350887894 v0953(-4, 1) c D2 +3.8932086069978811 Z/8 -0.0999110632353561 0.336304456538 s254(-2, 3) c D2 +3.8932086069978811 Z/23 -0.0999110632353561 0.595350887894 m390(-4, 1) c D2 +3.8935034977489394 Z/110 0.2160421154336150 0.422328787330 m336(-4, 1) c Z/2 +3.8935607491221845 Z/19 0.0516547468715957 0.393226526825 m310( 5, 2) c D2 +3.8938216770166033 Z/12 0.0466326292865358 0.544856223676 m369(-2, 3) c D2 +3.8938216770166033 Z/36 -0.0466326292865358 0.544856223676 m371( 2, 3) c D2 +3.8938216770166033 Z/96 0.2132992959532025 0.367196471655 s313( 1, 3) c D2 +3.8939384060883732 Z/35 -0.0403609520050173 0.405109354802 m322(-4, 3) c Z/2 +3.8940078349514671 Z/110 0.1439418877988457 0.431896074082 m336( 3, 2) c Z/2 +3.8941014928803005 Z/14 0.1465177787914723 0.307630381038 m289(-7, 1) c D2 +3.8963450464885628 Z/106 0.0000000000000000 0.338406372650 s287( 3, 4) neg a Z/4 +3.8967072696658599 Z/63 0.1605847424951140 0.609554408547 s481(-2, 3) c Z/2 +3.8974256214773240 Z/38 0.1135881340419575 0.370759275902 s296( 6, 1) c D2 +3.8974256214773240 Z/2 + Z/14 -0.1364118659580425 0.370759275902 m306( 6, 1) c D2 +3.8974256214773240 Z/22 -0.1780785326247091 0.370759275902 m304( 6, 1) c D2 +3.8985842511550699 Z/58 0.2476963860209222 0.422960616733 m400( 1, 3) c Z/2 +3.8996771094813413 trivial -0.2442952854380420 0.334709729424 m289( 8, 1) c D2 +3.9002519519946793 Z/33 -0.1720798609305081 0.314488239570 m288(-5, 1) c D2 +3.9011561810494306 Z/17 0.1160473728886082 0.463047519842 m342( 3, 2) c Z/2 +3.9023075628411394 Z/16 -0.1973121255904417 0.394086293283 s350(-5, 1) c D2 +3.9024024183107430 Z/90 0.0306275291030238 0.418538476456 m336( 2, 3) c Z/2 +3.9026282332044630 Z/30 0.0237606029760096 0.357588622301 m304( 5, 2) c D2 +3.9026282332044630 Z/2 + Z/14 0.0654272696426763 0.357588622301 m306( 5, 2) c D2 +3.9026282332044630 Z/34 -0.1845727303573237 0.357588622301 s296( 5, 2) c D2 +3.9027189055816504 trivial 0.1524237962284210 0.600927225092 m378(-3, 2) c Z/2 +3.9027607235063659 Z/93 -0.1292456953404112 0.424786745001 m335( 2, 3) c Z/2 +3.9037587376277840 Z/65 0.0901841217449839 0.410236610721 m338(-3, 2) c Z/2 +3.9045179323205589 Z/5 0.0141168008976279 0.353627453870 m310(-3, 2) c D2 +3.9063574551370070 trivial 0.0763525905088527 0.525156143638 m372(-3, 2) c D2 +3.9066891291224096 Z/11 -0.2486998755339944 0.665068451169 s528(-4, 1) c D2 +3.9074166308437492 Z/15 -0.1663661998596026 0.353572570231 m302(-2, 3) c D2 +3.9091915470103646 Z/27 0.1970073925435587 0.481506841690 s403(-5, 1) neg c D2 +3.9096963279863184 Z/55 -0.0676364678573093 0.325369182009 s238( 1, 4) c D2 +3.9101897146962591 Z/5 0.0503629181476892 0.302949849564 s244(-5, 1) c Z/2 +3.9149112294785452 Z/65 0.1265892244528306 0.451326598398 m346(-2, 3) c Z/2 +3.9156378428230688 Z/34 -0.0774310594439050 0.338482181810 m302(-5, 1) c Z/2 +3.9159882453920804 Z/60 -0.1354069668487682 0.311619408943 m294(-3, 2) c D2 +3.9170901586084426 Z/4 0.1033871488191315 0.416050158615 s350(-3, 2) c D2 +3.9179300889297112 Z/2 + Z/22 0.2380600373109901 0.314786089542 m297( 5, 1) c Z/2 +3.9193525535825753 Z/71 0.1667322126588320 0.439675661414 m342( 1, 3) c Z/2 +3.9203045926270231 Z/45 -0.1884428160956282 0.615643112212 s495(-2, 3) neg c D2 +3.9208756384714858 Z/13 -0.2395164778559592 0.375510969240 m349(-4, 1) c Z/2 +3.9244261469676079 Z/18 0.2442799653761437 0.314428298132 m290( 4, 1) c Z/2 +3.9246407565271046 Z/3 0.0590185819167163 0.573711976937 s489(-1, 2) c D4 +3.9252352801600294 Z/108 0.0350798330297861 0.408026581717 m338(-1, 3) c Z/2 +3.9252352801600294 Z/44 -0.2017464996964528 0.408026581717 m337( 5, 1) c Z/2 +3.9254753155689284 Z/135 -0.0581527210550809 0.431534412947 m339(-2, 3) c D2 +3.9254753155689284 Z/2 + Z/30 0.0581527210550809 0.321692391304 m294(-4, 1) c D2 +3.9254753155689284 Z/2 + Z/70 0.1918472789449191 0.321692391304 m293( 4, 3) c D2 +3.9254753155689284 Z/4 + Z/32 -0.2248193877217476 0.431534412947 m358( 3, 1) c D2 +3.9259173428567094 Z/140 -0.1808013199935493 0.396772628640 m363( 3, 1) c D2 +3.9260737341433477 Z/55 -0.1050849319844737 0.488408683875 m356( 3, 1) c D2 +3.9292923619893133 Z/13 0.0599523003143003 0.553274767561 s463(-2, 3) c D2 +3.9304213518143905 Z/3 + Z/6 -0.0459356866875463 0.366605919776 s313( 5, 1) c D2 +3.9310272124596900 Z/37 0.1102468006897786 0.507329027937 m356( 1, 3) c Z/2 +3.9332979234773200 Z/109 0.0000000000000000 0.463500208063 m346( 2, 3) a Z/4 +3.9339506377840332 Z/2 + Z/16 0.0783390809823291 0.336343157648 m304( 1, 3) c D2 +3.9339506377840332 Z/2 + Z/16 0.0783390809823291 0.336343157648 m305( 5, 1) c D2 +3.9339506377840332 Z/2 + Z/30 0.1200057476489958 0.337144921348 s297(-5, 1) c D2 +3.9339506377840332 Z/2 + Z/2 + Z/4 0.1200057476489958 0.336343157648 m306( 1, 3) c D2 +3.9339506377840332 Z/2 + Z/4 + Z/4 0.1200057476489958 0.336343157648 m307( 5, 1) c D2 +3.9339506377840332 Z/2 + Z/2 + Z/12 -0.1200057476489958 0.336343157648 s298(-5, 1) c D2 +3.9339506377840333 Z/2 + Z/6 -0.1299942523510042 0.336343157648 s296( 1, 3) c D2 +3.9339506377840332 Z/2 + Z/6 -0.1616724143156624 0.337144921348 m305( 1, 3) c D2 +3.9339506377840332 Z/2 + Z/12 0.2450057476489958 0.337144921348 m303(-5, 1) c Z/2 +3.9339938167090576 Z/59 0.1543973791874303 0.303671460219 m291( 3, 4) c Z/2 +3.9344468302127252 Z/120 -0.0647751914923420 0.305040872601 m293( 5, 1) c D2 +3.9353181413895051 Z/49 0.0577315014913163 0.373016892479 s345( 4, 1) c Z/2 +3.9356045500237441 Z/57 -0.1662061486246164 0.307892418642 s256( 3, 4) c Z/2 +3.9377781244235561 Z/14 0.1968372464095309 0.416309672989 s394( 5, 1) c Z/2 +3.9378286498536685 Z/3 + Z/15 -0.0071839214856140 0.502169914555 m373(-4, 1) c D2 +3.9379906266577139 Z/23 -0.1549698588012702 0.328474716320 m310( 7, 1) c D2 +3.9393549815071971 Z/115 0.0165156718417920 0.308206779219 m339(-4, 1) c Z/2 +3.9394428747170385 Z/63 -0.2337820219855746 0.405369230621 s381( 4, 1) c Z/2 +3.9394963740088630 Z/68 0.0120763046483126 0.451616286974 m358(-4, 1) c Z/2 +3.9394963740088630 Z/56 -0.0712570286850208 0.310233844848 s254( 4, 3) neg c D2 +3.9401035061262281 Z/4 -0.1053682060936411 0.309721744771 s256( 5, 3) c Z/2 +3.9414790112667228 Z/92 -0.1420618551711606 0.306622186931 m297(-5, 2) c Z/2 +3.9414823411212165 Z/48 -0.2322472594453893 0.308162926612 m294( 5, 1) c D2 +3.9433393862404987 Z/52 -0.1074629409761265 0.523571138087 m371( 4, 1) c D2 +3.9433393862404987 Z/3 + Z/12 0.1074629409761265 0.523571138087 m369(-4, 1) c D2 +3.9434105643105539 Z/49 -0.0888061783222158 0.391599537848 m337(-3, 2) c Z/2 +3.9440156861729864 Z/73 0.0704334941191350 0.396640454192 m350( 3, 2) c Z/2 +3.9454604812662594 Z/108 -0.2126336952779976 0.316267527903 m300(-1, 4) c Z/2 +3.9457749368814165 Z/29 -0.1159822410269693 0.361612300741 m350( 4, 1) c Z/2 +3.9465349440501397 Z/96 -0.2044692295975083 0.315103534488 m297(-4, 3) c Z/2 +3.9466256261749765 Z 0.0135456465281381 0.428133548533 s385( 5, 1) c Z/2 +3.9466256261749765 Z/80 0.1802123131948048 0.428133548533 s384( 1, 3) c Z/2 +3.9478127504727264 Z/13 -0.1552607202022932 0.353650164370 v0508(-5, 1) c Z/2 +3.9488635272965117 Z/39 0.1550161271270645 0.479137986489 m364( 2, 3) c Z/2 +3.9500170100335191 Z/9 -0.0090432613658755 0.453200372426 m345( 5, 1) c Z/2 +3.9508185403983641 Z/60 -0.0457314638824694 0.300351346996 m293(-1, 4) c D2 +3.9513848874626707 Z/2 + Z/48 0.1475604675768399 0.364862994928 s348( 4, 1) c D2 +3.9530084752811540 Z/24 -0.0720960781909483 0.399734248299 m342( 4, 1) c Z/2 +3.9535635096759480 Z/46 0.2183379370120122 0.662044206545 s599(-3, 1) c Z/2 +3.9538361537005543 Z/10 -0.1598530531559864 0.410643355883 s385(-5, 1) c Z/2 +3.9542298166756671 Z/160 -0.0703647951884320 0.402736020358 m351( 3, 1) c D2 +3.9548393165056484 Z/2 + Z/10 -0.0426108944362161 0.320492359904 m306( 2, 3) c D2 +3.9548393165056484 Z/34 -0.0842775611028827 0.320492359904 m304( 2, 3) c D2 +3.9548393165056484 Z/18 0.2073891055637839 0.320492359904 s296( 2, 3) c D2 +3.9555554790310134 Z/22 -0.1869876559619847 0.520210529349 m376(-4, 1) c Z/2 +3.9555554790310134 Z/6 0.1880123440380153 0.520210529349 s448(-4, 1) c Z/2 +3.9560500394883508 Z/101 -0.2054852430118810 0.366121940470 m335( 4, 1) c Z/2 +3.9566495800555978 Z/34 0.2267837148435172 0.622085979604 m400( 3, 2) c Z/2 +3.9615922360195067 Z/40 -0.0436148554343512 0.445397251875 m349( 5, 1) c Z/2 +3.9615922360195067 Z/120 0.1230518112323155 0.445397251875 m350( 1, 3) c Z/2 +3.9619204390379075 Z/15 0.1942024028575088 0.431514388831 m346(-4, 1) c Z/2 +3.9623218147924665 Z/67 -0.2010645397631714 0.327521952818 m302( 5, 2) c Z/2 +3.9629591396807382 Z/129 0.0955418783297148 0.453093712476 m350(-2, 3) c Z/2 +3.9631022602789611 Z/13 0.1874198900411017 0.703320081677 s667( 3, 1) c Z/2 +3.9649058085412200 Z/27 0.0286959121125166 0.345799658286 v0508( 5, 1) c Z/2 +3.9673882853456238 Z/15 -0.2492119441127220 0.405462304063 m340(-6, 1) c D2 +3.9675681302259226 Z/65 -0.0866345062663222 0.483283542661 s450(-1, 3) c D2 +3.9681755285437283 Z/18 0.1480678577966777 0.319626561886 m305(-4, 3) c D2 +3.9681755285437283 Z/2 + Z/4 -0.1897345244633444 0.319626561886 s298( 4, 3) c D2 +3.9681755285437283 Z/2 + Z/28 0.1897345244633444 0.319626561886 m307(-4, 3) c D2 +3.9682371146063397 Z/2 + Z/20 0.0461451822795221 0.312085156695 s298( 6, 1) c D2 +3.9682371146063397 Z/2 + Z/28 -0.0461451822795221 0.312085156695 m307(-6, 1) c D2 +3.9682371146063397 Z/34 -0.0878118489461888 0.312085156695 m305(-6, 1) c D2 +3.9700023407098373 Z/9 0.1214762768991718 0.712465616580 s783(-3, 1) c Z/2 +3.9701318245484023 Z/29 0.1875790952980308 0.372906716445 m326(-3, 2) c Z/2 +3.9702896238906554 Z/3 + Z/3 + Z/6 -0.0283768904049132 0.958684280338 s784( 1, 2) neg c octahedral group +3.9702896238906554 Z/2 + Z/8 -0.0549564429284201 0.639122853559 s594(-3, 1) c D2 +3.9702896238906554 Z/2 + Z/2 + Z/2 -0.0549564429284201 0.319561426779 m306(-1, 3) c D4 +3.9702896238906554 Z/2 + Z/22 -0.0700435570715799 0.319561426779 m303( 5, 1) c Z/2 +3.9702896238906554 Z/2 + Z/14 -0.0966231095950868 0.319561426779 m304(-1, 3) c D2 +3.9702896238906554 Z/2 + Z/28 0.0966231095950868 0.509295909889 m400( 2, 3) c Z/2 +3.9702896238906554 Z/2 + Z 0.1950435570715799 0.319561426779 s296(-1, 3) c D2 +3.9702896238906554 Z/6 + Z -0.1950435570715799 0.319561426779 s297( 5, 1) c D2 +3.9702896238906554 Z/2 + Z/24 -0.1950435570715799 0.639122853559 s594(-1, 3) c D2 +3.9702896238906554 Z/2 + Z/6 + Z/6 -0.1950435570715799 0.319561426779 s299( 5, 1) c D4 +3.9702896238906554 Z/2 + Z/22 0.2216231095950868 0.509295909889 m376( 3, 2) c Z/2 +3.9703393453988016 Z/152 -0.1551533116452015 0.376891844940 m326( 4, 3) c Z/2 +3.9710064598508834 Z/14 0.1690969039438169 0.304534245022 s287(-2, 3) c Z/2 +3.9733157751309955 Z/70 -0.0899949736130386 0.348770319726 m320(-5, 2) c D2 +3.9740432652612356 Z/130 0.1656914169173638 0.319364854957 m343( 1, 3) c Z/2 +3.9750529579084474 Z/14 0.0226890579697977 0.354825901423 m319( 6, 1) c D2 +3.9762209419031406 Z/3 + Z/3 + Z/3 0.2126044363635406 0.504311923989 m373( 4, 1) c D2 +3.9779439377970019 Z/12 -0.0265426409380780 0.495724516037 s451(-4, 1) neg c Z/2 +3.9781278523591315 Z/14 -0.0713566904616964 0.685916900205 s657(-1, 2) c Z/2 +3.9794137465374879 Z/38 -0.0542174213068246 0.350349777959 m322(-1, 4) c Z/2 +3.9819091438194516 Z/77 0.0998510600046437 0.396623696183 m364( 4, 1) c Z/2 +3.9822473834542527 Z/23 -0.1490405069277190 0.356423101612 s345(-5, 1) c Z/2 +3.9846608518441044 Z/28 0.1525976594818578 0.354889332036 s350( 5, 2) c D2 +3.9859344487820709 Z/21 -0.0832693853460673 0.366066182816 s377( 4, 1) c Z/2 +3.9861752742301134 Z/2 -0.0279649016605422 0.655826409749 m410( 4, 1) c Z/2 +3.9867737887741503 Z/93 0.0496038608561561 0.304956477960 s313( 2, 3) c D2 +3.9894828287131866 Z/4 0.1885957850610218 0.392721434469 m345( 3, 2) c Z/2 +3.9895184158703521 Z/55 -0.2292819498183010 0.535288931361 s488(-3, 2) neg c D2 +3.9896244179062030 Z/27 0.0350001317829583 0.547292045640 s493( 4, 1) c Z/2 +3.9904065540100263 Z/3 + Z/27 0.0814590846172572 0.302253160267 s313(-5, 2) c D2 +3.9912788862005641 Z/22 -0.0640095694206497 0.393001829590 s384( 5, 1) c Z/2 +3.9928291965223134 Z/19 0.2226602480216206 0.320934490127 m310(-7, 1) c D2 +3.9937979102065704 Z/28 0.0170968530868879 0.361748728404 m322(-5, 2) c Z/2 +3.9938033606292509 Z/3 + Z/3 -0.1034671604887911 0.482474226099 m373( 3, 2) c D2 +3.9938934704408377 Z/45 -0.1793702998014114 0.559248660117 s493(-4, 1) c Z/2 +3.9940449161658768 Z/79 0.0199508732008954 0.401347777407 s384( 2, 3) c Z/2 +3.9986725188929594 Z/55 -0.1077855943382289 0.591974496487 s488(-2, 3) neg c D2 +3.9994134897092512 Z/3 + Z/3 0.2137736475892215 0.577765755132 s493( 3, 2) c Z/2 +4.0001398783997322 Z/73 -0.0110675575317663 0.368135921073 m337( 5, 2) c Z/2 +4.0022955683770778 Z/66 0.1661767881392934 0.362931349486 s377( 1, 4) c Z/2 +4.0034511422483086 Z/54 -0.0136711922462122 0.542383750704 s481( 3, 1) c Z/2 +4.0039791545288821 Z/56 -0.1495354798616891 0.488856379684 s437( 1, 3) neg c D2 +4.0039791545288821 Z/4 -0.2328688131950224 0.483503570044 m372(-5, 1) c D2 +4.0039791545288821 Z/3 + Z/12 -0.2328688131950224 0.483503570044 m373(-1, 3) c D2 +4.0043824238305564 Z/6 0.1593601028457446 0.363809282695 s345(-5, 2) c Z/2 +4.0044307426736538 Z/67 0.1379408552302960 0.367357307744 m403( 1, 3) c Z/2 +4.0044969428848228 Z/19 0.1003186289004408 0.352818181334 s345(-4, 3) c Z/2 +4.0048555780598919 Z/120 -0.0111527602471702 0.335583494750 s349( 4, 1) c D2 +4.0054062698341872 Z/59 -0.1520002568542541 0.353270128099 s359( 5, 1) c Z/2 +4.0079704390576706 Z/82 0.0009368313308841 0.380978648179 m352(-4, 1) c Z/2 +4.0093294456945960 Z/13 -0.2247904842985423 0.629891601145 s892( 1, 2) c Z/2 +4.0094263283312123 Z/14 0.2265916230779815 0.321902972513 m319( 5, 2) c D2 +4.0095892874750609 Z/127 0.1611920071325558 0.402201630281 m351(-4, 1) c Z/2 +4.0105342086839670 Z/2 -0.1260188664017708 0.366200806056 m340( 7, 1) c D2 +4.0114341064725190 Z/65 0.0129801709874843 0.615153259687 s572(-1, 2) c D2 +4.0120418749334396 Z/73 -0.0736257228595322 0.391100148058 m346( 4, 1) c Z/2 +4.0123727181517911 Z/14 -0.2039098910795204 0.353707816618 m326(-2, 3) c Z/2 +4.0138846524102740 Z/42 0.1845296748361878 0.313034308177 m322(-3, 4) c Z/2 +4.0152898383396787 Z/41 0.0731111468680890 0.357688090235 m349(-3, 2) c Z/2 +4.0160830543414138 Z/55 0.1596343695435507 0.564146108237 s682( 1, 2) c Z/2 +4.0166399361493159 Z/103 -0.1399872337167898 0.334422186330 m326( 1, 4) c Z/2 +4.0183971127977536 Z/122 0.0878209544093035 0.300522454411 m312(-1, 4) c Z/2 +4.0188172383616704 Z/50 0.1308092090594092 0.690027318657 s663( 1, 2) c Z/2 +4.0188975048531475 Z/14 -0.2455649666968012 0.352000776022 s400( 5, 1) c Z/2 +4.0193330662619025 Z/81 0.1174095331407287 0.562273897587 s495( 3, 1) neg c Z/2 +4.0195971453697608 Z/130 -0.0479000693459114 0.335001242367 m336( 4, 1) c Z/2 +4.0201357869271044 Z/70 -0.1508992843269125 0.327867291472 m320(-4, 3) c D2 +4.0213833382540723 Z/52 -0.0198837819200060 0.352750198108 m338( 5, 1) c Z/2 +4.0213833382540723 Z/84 -0.1467828847466606 0.352750198108 m337(-1, 3) c Z/2 +4.0232919951845891 Z/65 -0.2400010768173225 0.478005080445 m378( 3, 2) c Z/2 +4.0246077365214958 Z/72 -0.1199980922863592 0.326488990596 m326(-4, 1) c Z/2 +4.0261201267429208 Z/40 0.0227842184927578 0.345653378707 s349(-4, 3) c D2 +4.0280030440119935 Z/4 + Z/12 0.0365291000994628 0.432651272122 s442( 1, 3) c D2 +4.0280030440119935 Z/4 -0.2134708999005372 0.710789117781 s704(-3, 1) c Z/2 +4.0286731675536850 Z/12 0.1160132329017698 0.310285134549 m322( 3, 2) c Z/2 +4.0298873187107719 Z/42 0.0364999082683363 0.456199853859 m376( 4, 1) c Z/2 +4.0298873187107719 Z/38 -0.0885000917316637 0.456199853859 s448( 4, 1) c Z/2 +4.0327259748674214 Z/58 0.0052110522008439 0.377812206604 m342( 2, 3) c Z/2 +4.0335957668795308 Z/10 -0.1247532161990927 0.307018660714 m319(-6, 1) c D2 +4.0341335463886286 Z/10 -0.0373715580623637 0.324270205047 m336(-1, 4) c Z/2 +4.0343479178546966 Z/140 0.0039469859880857 0.321145753427 s349(-1, 4) c D2 +4.0356483730621243 Z/32 -0.0540585755164041 0.348230316596 s350( 7, 1) c D2 +4.0359869564133042 Z/10 0.1208147345465632 0.309380888399 m319( 2, 3) c D2 +4.0366774426523016 Z/19 0.2098518965798597 0.315373415785 m322(-5, 1) c Z/2 +4.0371083616322634 Z/21 0.0456886274082299 0.345355477449 m340(-3, 2) c D2 +4.0395075845466628 Z/93 0.0112576234930786 0.351095613586 s381( 1, 4) c Z/2 +4.0396554228666759 Z/24 0.0909124400062075 0.426931979335 s424(-1, 3) c D2 +4.0410877211844122 Z/99 0.0483193201220694 0.350796007660 m337( 4, 3) c Z/2 +4.0417008404727762 Z/70 0.1436322628706069 0.464701947959 m378( 2, 3) c Z/2 +4.0417008404727762 Z/38 -0.2313677371293931 0.464701947959 m376( 1, 3) c Z/2 +4.0427162633920653 Z/78 0.1915689856313823 0.387607375340 m349( 1, 3) c Z/2 +4.0434981443922401 Z/105 0.1981928794947538 0.336113006150 m338(-2, 3) c Z/2 +4.0439836128911225 Z/25 -0.0369342462750486 0.696652798524 s663( 3, 1) c Z/2 +4.0439868943131865 Z/2 + Z/4 0.0625000000000000 0.544923699032 s479(-5, 1) c D2 +4.0439868943131865 Z/2 + Z/12 -0.0625000000000000 0.544923699032 s478( 5, 1) c D2 +4.0439868943131865 Z/2 + Z/2 0.1041666666666667 0.664880209376 m410(-1, 2) c D2 +4.0439868943131865 Z/18 0.1458333333333333 0.544923699032 m389(-5, 1) c D2 +4.0443267955763042 Z/62 -0.0391200228550939 0.443534507687 s448(-1, 3) c Z/2 +4.0443267955763042 Z/22 0.0858799771449061 0.443534507687 m376(-1, 3) c Z/2 +4.0452316862479328 Z/5 0.1366754960381169 0.446797727552 m372( 3, 2) c D2 +4.0463351905345392 Z/6 -0.1508582049280139 0.305918510081 s521( 4, 1) c Z/2 +4.0478069186306199 Z/53 -0.0700574176352384 0.408466090647 m351(-4, 3) c Z/2 +4.0482129230670246 Z/23 0.0098209586977958 0.313099930693 m322( 2, 3) c Z/2 +4.0492227411813007 Z/37 0.1244109186026523 0.318025547103 m322(-5, 3) c Z/2 +4.0495345450174573 Z/5 0.0014033736924627 0.360264322173 s381( 4, 3) c Z/2 +4.0497575956987605 Z/13 0.0811218170712332 0.344436297747 m340( 5, 2) c D2 +4.0502965284640278 Z/51 0.0638892450181396 0.705897905108 s657( 1, 3) neg c Z/2 +4.0505221019756769 Z/107 -0.0753200378225552 0.391723550190 m351(-1, 4) c Z/2 +4.0517458577724886 Z/12 0.1318038176430585 0.362258959600 m345(-5, 2) c Z/2 +4.0524505180885262 Z/81 0.0305472525268106 0.382036555433 m349( 2, 3) c Z/2 +4.0524568309882555 Z/12 0.1453154732600904 0.426295494072 s424(-3, 2) c D2 +4.0529828347259176 Z/47 -0.2430457332360029 0.714314936556 s705(-1, 2) c Z/2 +4.0530863023346850 Z/16 0.0895578109502312 0.357732274911 s385(-1, 3) c Z/2 +4.0530863023346850 Z/32 -0.2437755223831021 0.357732274911 s384(-5, 1) c Z/2 +4.0536512965077563 Z/93 0.2215227739052232 0.345008797379 m342(-5, 1) c Z/2 +4.0541404123878666 Z/21 0.1631895884233267 0.328177424582 s359(-5, 1) c Z/2 +4.0545040272900480 Z/2 + Z/16 0.1828806855387741 0.329138589591 s348(-4, 3) c D2 +4.0557884126946961 Z/48 -0.0616506195657429 0.316085753431 s348(-5, 1) c D2 +4.0557884126946961 Z/8 0.1449839528990762 0.421998502232 m370(-1, 3) c D2 +4.0557884126946961 Z/104 -0.1449839528990762 0.421998502232 m368( 1, 3) c D2 +4.0566729688290328 Z/19 0.0013066967416904 0.380576300682 s403(-3, 2) c D2 +4.0568544061262529 Z/13 -0.1653209472270167 0.347812273083 m345(-6, 1) c Z/2 +4.0568602242368201 Z/12 0.1867489858324949 0.437743240823 v0819( 4, 1) c D2 +4.0568602242368201 Z/24 -0.2299176808341718 0.466149189446 m370( 3, 2) c D2 +4.0568602242368201 Z/40 0.2299176808341718 0.466149189446 m368(-3, 2) c D2 +4.0571933871297319 Z/26 -0.2306036982151532 0.447712665706 m378(-2, 3) c Z/2 +4.0573139423215529 Z/90 0.2023613653171634 0.499024881072 s481( 1, 3) c Z/2 +4.0577061829498457 Z/3 -0.1133823793437226 0.376096668860 s394( 5, 2) c D2 +4.0585501544646129 Z/62 0.0476510329991035 0.623984842609 s599(-1, 3) c Z/2 +4.0593561358351689 Z/2 + Z/10 -0.1884224413859682 0.302982745674 s350(-6, 1) c D2 +4.0596771319149651 Z/16 0.0750913370903579 0.380637963624 s400(-5, 1) neg c Z/2 +4.0597664256386145 Z 0.0000000000000000 0.962423650119 s912( 0, 1) a D4 +4.0597664256386145 Z/13 + Z 0.0000000000000000 0.543535072498 m401(-2, 3) a Z/2 + Z/4 +4.0597664256386145 Z/6 + Z/6 0.0000000000000000 0.431277313831 v0825( 4, 1) c D4 +4.0597664256386145 Z/4 + Z/40 0.0000000000000000 0.431277313831 m358( 1, 3) a Z/4 +4.0597664256386145 Z/56 -0.0833333333333333 0.783399618486 s705(-3, 1) c D2 +4.0597664256386145 Z/4 + Z -0.0833333333333333 0.431277313831 m371(-1, 3) c D2 +4.0597664256386145 Z/8 + Z -0.0833333333333333 0.431277313831 m368(-4, 1) c D2 +4.0597664256386145 Z/4 + Z/8 0.0833333333333333 0.431277313831 m370( 4, 1) c D2 +4.0597664256386145 Z/4 + Z/12 0.0833333333333333 0.431277313831 m369( 1, 3) c D2 +4.0597664256386145 Z/14 + Z/14 0.0833333333333333 0.431277313831 s423(-1, 3) c D8 +4.0597664256386145 Z/8 0.1666666666666667 0.862554627662 s779(-3, 2) c Z/2 X D4 +4.0597664256386145 Z/24 0.1666666666666667 0.862554627662 s772(-3, 2) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/28 -0.1666666666666667 0.862554627662 s817(-1, 2) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/6 + Z/6 -0.1666666666666667 0.431277313831 s424(-4, 1) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/3 + Z/12 -0.1666666666666667 0.862554627662 s818(-1, 2) c D4 +4.0597664256386145 Z/3 + Z/24 -0.1666666666666667 0.862554627662 s778( 1, 2) c Z/2 X D4 +4.0597664256386145 Z/8 0.2500000000000000 0.862554627662 s775( 1, 2) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/24 0.2500000000000000 0.862554627662 s778(-3, 2) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/40 0.2500000000000000 0.862554627662 s779( 1, 2) neg c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/120 0.2500000000000000 0.543535072498 m395(-2, 3) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/2 + Z/6 0.2500000000000000 0.831442945529 s787( 1, 2) c Z/2 + Z/2 + Z/2 +4.0597664256386145 Z/2 + Z/30 0.2500000000000000 0.431277313831 s440(-1, 3) c Z/2 + Z/2 + Z/2 +4.0604373479919479 Z/63 -0.2113418520183660 0.530765458676 s490( 3, 2) c D2 +4.0611018452427859 Z/3 + Z/6 -0.0593725899530165 0.355151982862 s386( 5, 2) neg c D4 +4.0612326975137678 Z/155 -0.2156440445727300 0.318680335697 m326( 5, 2) c Z/2 +4.0624969352500738 Z/149 0.1205673184579138 0.305325095088 m326( 3, 4) c Z/2 +4.0638260612232989 Z/133 0.0521960637453355 0.349675442236 m363(-4, 1) c Z/2 +4.0641501254429941 Z/14 0.2340686718825198 0.347691074161 m352( 4, 1) c Z/2 +4.0647627272952086 Z/43 0.0183643235213053 0.449828343688 s460(-4, 1) c Z/2 +4.0669128557346185 Z/135 0.0906143291351986 0.305130580579 m326( 5, 1) c Z/2 +4.0683222938152805 Z/90 -0.0189275144317444 0.335298435878 m336(-4, 3) c Z/2 +4.0685153334241812 Z/54 -0.1712868041809982 0.391049686238 s417( 4, 1) c Z/2 +4.0686278470282972 Z/3 0.1659826506380889 0.447376833782 s451( 5, 1) c Z/2 +4.0693231575882982 Z/5 -0.0911719457584247 0.654684059419 s648(-4, 1) c D4 +4.0709455619026710 Z/65 0.1457694301519472 0.387101415491 m349( 5, 2) c Z/2 +4.0719407053080898 Z/47 -0.2252756191044803 0.358847039634 s381( 3, 4) c Z/2 +4.0721553953988168 Z/57 0.1256198487075225 0.392155980767 m356(-4, 1) c Z/2 +4.0724076992457855 Z/59 0.1791238499739222 0.335307954248 s377(-4, 1) c Z/2 +4.0733641309573059 Z/83 0.0187683940060643 0.392063468833 m385(-3, 1) c Z/2 +4.0739355650899466 Z/3 0.0012280416690049 0.714161949308 s704( 4, 1) c Z/2 +4.0741355904790455 Z/3 + Z/15 -0.0742162903927157 0.446844502710 m373(-2, 3) c D2 +4.0743390615564176 Z/3 + Z/15 0.1403675359117338 0.504961939869 s493(-3, 2) c Z/2 +4.0755284584458318 Z/22 -0.0708169264094519 0.476044529515 s488( 1, 3) c D2 +4.0761624688225653 Z/5 0.2405882283101559 0.914580934199 s869(-3, 1) c Z/2 +4.0764035223389271 Z/70 0.2231809452040140 0.316431205412 m336( 1, 4) c Z/2 +4.0777395332971930 Z/88 0.0849202834168402 0.309441200886 m335(-5, 1) c Z/2 +4.0779967286259902 Z/25 0.1587327579548157 0.379297980737 m351(-3, 4) c Z/2 +4.0780158175456912 Z/2 + Z/8 -0.1949675246114687 0.413941328906 m370(-2, 3) c D2 +4.0780158175456912 Z/2 + Z/56 -0.1949675246114687 0.413941328906 m360( 3, 2) c D2 +4.0780158175456912 Z/2 + Z/30 -0.2216991420551979 0.303396114611 s349(-5, 1) c D2 +4.0801413487730867 Z/46 -0.0704812853015740 0.347298484574 s377( 3, 4) c Z/2 +4.0804868566641129 Z/17 0.0667739551651727 0.623113699003 s599(-3, 2) c Z/2 +4.0810885035144487 Z/24 -0.0132699374556594 0.418328753014 s442( 3, 2) c D2 +4.0823754545540962 Z/3 + Z/6 -0.0506549506249026 0.416431028464 m373( 1, 3) c D2 +4.0833454399835722 Z/45 0.1044360810551359 0.570934340056 s805(-2, 1) c Z/2 +4.0840522547597271 Z/123 0.2365744092933326 0.313295842661 m338( 4, 3) c Z/2 +4.0841878432001869 Z/33 -0.1718760482464352 0.314096082802 m335(-4, 3) c Z/2 +4.0845243684493335 Z/121 0.0301361846414171 0.342407150366 s381(-4, 1) c Z/2 +4.0846613260656619 Z/46 -0.0103628486868251 0.559743700478 s554( 2, 3) c Z/2 +4.0851072942092813 Z/17 0.0356921153638331 0.571722985437 s761(-3, 1) c Z/2 +4.0854927594039239 Z/16 0.2446344025688622 0.311811159006 s348(-5, 2) c D2 +4.0863131024540200 trivial 0.0116099946630932 0.953936068739 s912( 1, 1) neg c D2 +4.0865088123271359 Z/117 -0.0390113803843033 0.363810315133 m350( 2, 3) c Z/2 +4.0871653330070873 Z/83 0.1635978535321392 0.331558342331 m361(-4, 1) c Z/2 +4.0879308146272624 Z/17 0.1546861166332133 0.328469373983 s377( 4, 3) c Z/2 +4.0881262205790728 Z/15 -0.0864385349805821 0.467317756945 s489( 5, 1) neg c D2 +4.0883212685609209 Z/78 0.0414169928679057 0.315508221676 s359( 5, 2) c Z/2 +4.0887907681528204 Z/30 0.2375110192071310 0.338052064105 s386( 6, 1) neg c D2 +4.0888400821664809 Z/20 0.0843314642670416 0.308573156133 s349(-5, 2) c D2 +4.0895786823119450 Z/3 + Z/9 0.1017070647347020 0.725073853527 s784(-3, 1) neg c D3 +4.0907392392591975 Z/19 -0.2130787280640299 0.434131704138 s451(-3, 2) neg c Z/2 +4.0914269054299487 Z/136 -0.0320122910648039 0.334036641318 m342(-4, 3) c Z/2 +4.0931835614809607 Z/19 0.2447702283272807 0.463657795840 s460( 4, 1) c Z/2 +4.0932102645065415 Z/14 0.1147773729368337 0.309972086216 m337(-5, 1) c Z/2 +4.0933638197668244 Z/89 0.1737394067152461 0.303181090045 m338( 5, 2) c Z/2 +4.0936879317754864 Z/37 0.1982912643518177 0.664712636254 s599(-2, 3) c Z/2 +4.0945549994031680 Z/17 -0.2480956170202661 0.332920139234 s385(-2, 3) c Z/2 +4.0946255038889409 Z/50 0.0535851510131829 0.675051538803 s663(-3, 2) c Z/2 +4.0956018956784879 Z/121 0.0288364071194025 0.333943824354 m342(-5, 2) c Z/2 +4.0959712588997314 Z/180 -0.2360390554865847 0.301758484430 s349( 1, 4) c D2 +4.0974160567133966 Z/56 -0.2021485375283515 0.395510031940 s423( 4, 3) c D2 +4.0974160567133966 Z/20 -0.2145181291383152 0.405060225633 m358(-4, 3) c Z/2 +4.0981125284115354 Z/61 0.1036976995171282 0.520305673457 m403( 3, 2) c Z/2 +4.0982202437852984 Z/5 -0.1715839688017995 0.658591151012 s667(-1, 2) c Z/2 +4.1006148720361209 Z/113 0.2170663735005927 0.408852553675 m374(-4, 1) c Z/2 +4.1009472615065694 Z/23 0.0061443055465104 0.488308113112 m389( 3, 2) c D2 +4.1009472615065694 Z/4 0.0771890277868230 0.488308113112 s478(-3, 2) c D2 +4.1009472615065694 Z/68 -0.0771890277868230 0.488308113112 s479( 3, 2) neg c D2 +4.1009472615065694 Z/16 -0.2438556944534896 0.317346270806 m340(-7, 1) c D2 +4.1014573440855845 Z/103 0.0071185713789059 0.302327738376 m339( 1, 4) c Z/2 +4.1016430552212491 Z/54 0.1087896238712373 0.531480492449 s554( 3, 2) c Z/2 +4.1025694472050972 Z/6 0.2297899032496521 0.696666784198 s719( 4, 1) c D2 +4.1042371479069275 Z/29 -0.0447829640353310 0.455050803033 m389(-3, 2) c D2 +4.1042371479069275 Z/20 0.1281162973686643 0.455050803033 s478( 3, 2) c D2 +4.1042371479069275 Z/44 -0.1281162973686643 0.455050803033 s479(-3, 2) c D2 +4.1042371479069275 Z/32 0.2052170359646690 0.362453203817 s403(-6, 1) c D2 +4.1045106104046546 Z/10 0.0895895379131306 0.719594851638 s793( 1, 2) c D2 +4.1045106104046546 Z/2 + Z/18 0.1604104620868694 0.561880738364 s554(-3, 1) neg c Z/2 +4.1045603498518965 Z/51 0.2151365136795314 0.384010588442 s432( 1, 3) c D2 +4.1048189392110937 Z/2 + Z/2 -0.0906948526783048 0.301990961250 s438(-5, 1) neg c Z/2 +4.1074236475990145 Z/63 -0.0814946673443568 0.690658542909 s657( 2, 3) c D2 +4.1103937666215919 Z/81 0.0170761127074917 0.300056070908 m337(-2, 3) c Z/2 +4.1106597799014243 Z/36 0.0161748510705614 0.330515161272 s394(-5, 1) neg c Z/2 +4.1108359327013148 Z/23 0.1499380480084896 0.458042348333 m392(-4, 1) c Z/2 +4.1113532937363163 Z/22 -0.2053604151463195 0.301735850123 m338(-5, 1) c Z/2 +4.1115539749619234 Z/13 -0.1031411643624588 0.317158512417 m361( 4, 1) c Z/2 +4.1128528984940602 Z/28 -0.1637592405771865 0.430614902849 m378(-4, 1) c Z/2 +4.1132475117645980 Z/49 -0.1662801383556237 0.477862342371 s490( 1, 3) c Z/2 +4.1151352926851900 Z/89 0.1039227545116031 0.304065956668 s359( 4, 3) neg c Z/2 +4.1152172523082308 Z/85 0.0693934194353538 0.579801487605 s572( 3, 2) c D2 +4.1154147027287887 trivial 0.1676597642553631 0.582792410823 s580(-4, 1) c D4 +4.1168526675410842 Z/143 0.1740190625649160 0.397783466435 m364(-3, 2) c Z/2 +4.1169687363860667 Z/28 0.0000000000000000 0.546476064387 s566( 2, 3) c Z/2 +4.1169687363860667 Z/7 + Z/7 0.0000000000000000 1.092952128775 v2678( 2, 1) a nonabelian group of order 24 +4.1169687363860667 Z/4 + Z/20 0.0000000000000000 0.473403984485 s500( 4, 1) a Z/4 +4.1169687363860667 Z/21 0.0416666666666667 0.414956524480 s455( 3, 2) c Z/2 + Z/2 + Z/2 +4.1169687363860667 Z/18 0.0625000000000000 0.805982456060 s741(-1, 3) c D2 +4.1169687363860667 Z/11 -0.0833333333333333 0.946807968969 v2334(-1, 2) c D2 +4.1169687363860667 Z/16 0.1250000000000000 0.829913048961 s777(-4, 1) c D2 +4.1169687363860667 Z/40 -0.1250000000000000 0.473403984485 s490(-4, 1) c D2 +4.1169687363860667 Z/2 + Z/2 -0.1250000000000000 0.414956524480 v0819( 3, 2) c D4 +4.1169687363860667 Z/2 + Z/2 0.1250000000000000 0.946807968969 v2203(-1, 2) neg c D4 +4.1169687363860667 Z/11 0.2083333333333333 0.946807968969 s897(-1, 2) c D2 +4.1174566618034054 Z/9 0.1240167422921768 0.364402348511 s417(-5, 1) c Z/2 +4.1177465854512358 Z/145 0.2475854183886526 0.301006637954 m339(-1, 4) c Z/2 +4.1201137989019549 Z/49 0.1295561531151200 0.308372718347 s384( 5, 2) c Z/2 +4.1223441127439414 Z/5 0.0793657594326395 0.320793378630 m345(-1, 3) c Z/2 +4.1224214367161511 Z/82 0.1034273872164445 0.304039628118 m343( 3, 2) c Z/2 +4.1226284240782768 Z/7 0.2420295445383202 0.326207811563 m345(-2, 3) c Z/2 +4.1231921548545380 Z/73 0.0743948604797234 0.412001795650 s450(-2, 3) c Z/2 +4.1235663463369098 Z/58 0.1213187247129426 0.401597491334 s448(-2, 3) c Z/2 +4.1235663463369098 Z/14 0.2463187247129426 0.401597491334 m376(-2, 3) c Z/2 +4.1244913431423462 Z/142 -0.1264295220407155 0.377928487200 m360(-4, 1) c Z/2 +4.1249032518076762 Z/45 0.1033634473553149 0.377933762621 v0753( 6, 1) c Z/2 + Z/2 + Z/2 +4.1249032518076762 Z/21 0.1866967806886482 0.377933762621 v0822( 6, 1) c Z/2 + Z/2 + Z/2 +4.1285009281356024 Z/72 0.0149256744449875 0.344007839444 m349(-1, 3) c Z/2 +4.1285009281356024 Z/56 0.1815923411116541 0.344007839444 m350(-5, 1) c Z/2 +4.1287911402579939 Z/6 -0.0620355387696037 0.387463048405 m372( 5, 1) c D2 +4.1310051566149280 Z/11 -0.0182514340187142 0.327286180406 m345( 6, 1) c Z/2 +4.1310223222739937 Z/23 -0.2080678868340662 0.452182019945 m385(-1, 3) c Z/2 +4.1310484157427963 trivial 0.0023469554082808 0.309575777999 s385( 6, 1) c Z/2 +4.1331640718325239 Z/15 0.1455809704172358 0.301658413794 s385(-5, 2) c Z/2 +4.1332158692638736 Z/11 -0.1483704848277871 0.301515994583 s385(-6, 1) c Z/2 +4.1351900403824068 Z/62 0.0582078319272618 0.381666124358 m356( 3, 2) c Z/2 +4.1352467213939238 Z/105 -0.0677117532725481 0.313148667194 m346(-1, 4) c Z/2 +4.1355935770351005 Z/12 -0.1186112875445882 0.351319830646 m356(-1, 4) c Z/2 +4.1356358911322863 Z/53 -0.0518384314424007 0.394471679948 m356( 2, 3) c Z/2 +4.1359418507825357 Z/9 -0.1259688057143742 0.574832873100 s580( 4, 1) c D2 +4.1364530235823725 Z/82 -0.1290637809615349 0.347955686500 s417(-4, 3) c Z/2 +4.1368140685330780 Z/29 0.1559062457908158 0.518433976129 s566( 1, 3) c Z/2 +4.1369943049160308 Z/74 -0.0163699240753697 0.413425909434 m403( 2, 3) c Z/2 +4.1369943049160308 Z/46 0.1086300759246303 0.413425909434 m376( 2, 3) c Z/2 +4.1372450092388119 Z/70 0.0746168762962018 0.577738662907 s650(-3, 1) c Z/2 +4.1375473344210907 Z/127 0.1928770878386610 0.322170690978 m346( 1, 4) c Z/2 +4.1375640643732120 Z/19 0.1408075533029261 0.554125880521 s730(-4, 1) c Z/2 +4.1381566853406324 Z/15 0.1943889706794323 0.586250950088 s572(-4, 1) c D2 +4.1385184655435212 Z/3 0.1199609158573489 0.701990870096 s704(-1, 2) c D2 +4.1394779315254906 Z/8 -0.1759797536661623 0.387872834492 m370( 1, 3) c D2 +4.1394779315254906 Z/88 0.1759797536661623 0.387872834492 m368(-1, 3) c D2 +4.1394779315254906 Z/24 -0.2406869130005043 0.364366878537 v0785(-5, 1) c D2 +4.1397327165670151 Z/7 -0.0315197107037604 0.827820395771 s869( 3, 1) c Z/2 +4.1403707593821370 Z/43 -0.1078541406811541 0.390453792246 m356(-4, 3) c Z/2 +4.1408680421005393 Z/13 -0.1142412348636263 0.377667496214 s450( 4, 1) c Z/2 +4.1422763249166946 Z/11 -0.1211067757883866 0.471665394618 s488( 3, 2) c D2 +4.1435310039302504 Z/2 + Z/18 -0.0906788849597124 0.303569705184 m343( 4, 1) c Z/2 +4.1435310039302504 Z/2 0.1740122182930457 0.792711565886 s758(-3, 1) c Z/2 +4.1458719750043773 Z/2 + Z/14 -0.2027490139014826 0.382406148771 s437( 3, 2) c D2 +4.1465446401166350 Z/33 -0.1611970833319445 0.313548421415 s403( 7, 1) c D2 +4.1474905069092592 Z/19 0.1827135256601492 0.311149890004 s394( 6, 1) c Z/2 +4.1482146767500228 Z/163 -0.0170786030018414 0.378107742362 m363( 3, 2) c Z/2 +4.1484417586256643 Z/10 -0.2245510342533611 0.326787019567 m349(-5, 1) c Z/2 +4.1485662545036239 Z/147 -0.1268553432835113 0.395091426656 m363( 2, 3) c Z/2 +4.1488509417011588 Z/40 -0.1200309016571196 0.375577165236 m370(-5, 1) c D2 +4.1488509417011588 Z/72 0.1200309016571196 0.375577165236 m368( 5, 1) c D2 +4.1488509417011588 Z/3 + Z/24 -0.2033642349904529 0.366744493830 s442( 4, 1) c D2 +4.1490448776577738 Z/52 -0.1548872874310399 0.526487861453 s547(-4, 1) c Z/2 +4.1490879693617502 Z/13 -0.0523678198738998 0.311688310712 s394( 4, 3) c Z/2 +4.1525174921850011 Z/147 -0.2157168427821207 0.396731328077 m364(-2, 3) c Z/2 +4.1533342694443562 Z/2 + Z/14 0.1202552477954279 0.351028984557 m360(-1, 4) c Z/2 +4.1543482908390172 Z/23 -0.0938094872902028 0.388434727810 s451( 1, 3) neg c Z/2 +4.1547845296316926 Z/64 -0.2233525929205774 0.387669031666 s457( 4, 1) c Z/2 +4.1553862350607714 Z/7 -0.1121605511125356 0.383227019764 s469( 6, 1) c D2 +4.1564612671846721 Z/13 0.1943168173053967 0.545006579256 s566(-3, 1) c Z/2 +4.1565675534692014 Z/15 0.2493657956736577 0.465582618611 s489(-5, 1) c D2 +4.1566754268179429 Z/5 + Z/5 0.0609506502925056 0.692872065502 v1315(-4, 1) c D4 +4.1566754268179429 Z/8 -0.1890493497074944 0.423998923090 m389( 5, 1) c D2 +4.1566754268179429 Z/8 0.1890493497074944 0.423998923090 m390(-1, 3) c D2 +4.1566754268179429 Z/9 -0.2276173169591723 0.911966403008 s882( 1, 2) c D2 +4.1566754268179429 Z/4 + Z/4 -0.2276173169591723 0.423998923090 s478(-5, 1) c D2 +4.1566754268179429 Z/4 + Z/4 -0.2276173169591723 0.423998923090 s480(-1, 3) c D2 +4.1566754268179429 Z/4 + Z/12 0.2276173169591723 0.423998923090 s479( 5, 1) c D2 +4.1566754268179429 Z/4 + Z/12 -0.2276173169591723 0.423998923090 s500(-4, 1) c D2 +4.1579700345581345 Z/28 -0.0256464638091159 0.363583480863 m371(-3, 2) c D2 +4.1579700345581346 Z/60 0.0256464638091159 0.363583480863 m369( 3, 2) c D2 +4.1579700345581346 Z/12 -0.1923131304757826 0.363583480863 s440(-3, 2) c D2 +4.1602262253310623 Z/43 -0.0682425750605032 0.334284842574 s417(-5, 2) c Z/2 +4.1610449768058131 Z/2 -0.2159717157440099 0.560860178487 m410(-4, 1) c Z/2 +4.1621429364521081 Z/2 + Z/74 0.2439972205454137 0.324788870934 m352(-1, 4) c Z/2 +4.1633426548888432 Z/2 + Z/2 -0.0598180675889976 0.506174390368 s554(-1, 3) neg c Z/2 +4.1634359930231979 Z/24 -0.0011047062241677 0.349444134526 s432(-4, 3) c D2 +4.1634359930231979 Z/44 0.1655619604424990 0.376595191238 m371(-4, 1) c D2 +4.1634359930231979 Z/60 -0.1655619604424990 0.376595191238 m369( 4, 1) c D2 +4.1639959336085620 Z/2 0.0225207570693038 0.930090246069 s912( 2, 1) neg c D2 +4.1642041962522188 Z/10 0.2006817460925165 0.304659775868 s412(-6, 1) neg c D2 +4.1642986817302283 Z/33 -0.0860185465009029 0.550769056200 s581(-4, 1) neg c D2 +4.1644000252106699 Z/87 0.2059874903151074 0.321452198773 m349( 4, 3) c Z/2 +4.1645108785269152 Z/3 + Z/21 -0.0990587005398318 0.363108214507 s445(-3, 2) c D2 +4.1655448991928214 Z/24 -0.1244502655146282 0.395995359270 s442( 2, 3) c D2 +4.1655448991928214 Z/33 0.1244502655146282 0.432199680334 m390( 4, 1) c D2 +4.1655448991928214 Z/12 0.2077835988479615 0.432199680334 s480( 4, 1) c D2 +4.1655448991928214 Z/68 0.2077835988479615 0.432199680334 v0953( 4, 1) c D2 +4.1663844432376075 Z/74 -0.0014493776349600 0.461161797020 s709(-3, 1) c Z/2 +4.1666901900168866 Z/53 -0.1951791624112762 0.353403280315 m363(-1, 4) c Z/2 +4.1699372515787227 Z/20 -0.0677279290075526 0.419730392684 s480(-2, 3) c D2 +4.1699372515787227 Z/36 0.0677279290075526 0.419730392684 s547( 4, 1) c D2 +4.1699372515787227 trivial -0.1510612623408859 0.419730392684 m390(-2, 3) c D2 +4.1701890968969003 Z/64 0.1032981401100137 0.434896822013 s490( 4, 1) c Z/2 +4.1713204013225001 Z/24 0.0200867741088638 0.580884826390 s645( 1, 3) c D2 +4.1713204013225001 Z/51 0.0200867741088638 0.688926304963 s874( 3, 1) c D2 +4.1713204013225001 Z/104 0.0200867741088638 0.580884826390 s599( 3, 1) c D2 +4.1713204013225001 Z/8 0.0632465592244696 0.977501782163 v2018(-3, 1) c D2 +4.1713204013225001 Z/88 -0.0632465592244696 0.514366319696 v1054( 4, 1) neg c D2 +4.1713204013225001 Z/5 + Z/15 -0.1034201074421971 0.580884826390 s649(-1, 3) c Z/2 + Z/2 + Z/2 +4.1713204013225001 Z/11 -0.1465798925578029 0.688926304963 s667( 1, 2) c D2 +4.1713204013225001 Z/13 0.1867534407755304 1.028732639392 v2643(-1, 2) c D2 +4.1726202343969736 Z/41 -0.1940237446844247 0.332831290658 v0753( 5, 2) c D2 +4.1727508685941197 Z/14 -0.2044218162361133 0.834496618322 s850(-3, 1) c D2 +4.1727508685941197 Z/6 -0.2460884829027800 0.971484316355 s915( 1, 2) c D2 +4.1727508685941197 Z/2 + Z/6 -0.2460884829027800 0.346082965673 s424(-2, 3) c D2 +4.1728351086210260 Z/43 -0.0579694294162359 0.311999029646 m349( 6, 1) c Z/2 +4.1736013775037463 Z/14 -0.1033120509233004 0.836991150765 v2099(-1, 2) c D2 +4.1736475945328463 Z/197 0.0959291102124656 0.323702955293 m351( 3, 2) c Z/2 +4.1766371581040362 Z/22 0.2450458538511333 0.375371451939 s451( 2, 3) c Z/2 +4.1777510731897830 Z/2 + Z/16 0.1051502290147395 0.567520787900 s595( 4, 1) c D2 +4.1777510731897830 Z/2 + Z/16 -0.1051502290147395 0.567520787900 s595(-4, 1) neg c D2 +4.1791668388610605 Z/193 -0.0108192310860704 0.321598890580 m351( 2, 3) c Z/2 +4.1793424026710676 Z/60 0.0698418044306141 0.366810468570 m378( 4, 1) c Z/2 +4.1795210797290960 Z/39 -0.1274369121610248 0.411023114496 s463(-1, 4) c D2 +4.1796589983786848 Z/33 -0.0118333041576696 0.366302880469 s432(-1, 4) c D2 +4.1802001525766267 Z/19 -0.2186059718306714 0.862569101229 v2051( 3, 1) c D2 +4.1808257519725541 Z/3 + Z/3 -0.2127120650201444 0.357275094389 m373( 2, 3) c D2 +4.1808869593490687 Z/112 0.0885445726124387 0.322217238480 m393( 4, 1) c Z/2 +4.1810874988019223 Z/26 -0.1333676361262884 0.312090989907 m350( 5, 1) c Z/2 +4.1829707285212770 Z/65 -0.0551219253893154 0.397480454926 s463( 2, 3) neg c D2 +4.1840577332409415 Z/7 0.2014967645218040 0.652026873053 v1268( 3, 2) c Z/2 +4.1852311276768721 Z/32 0.0419145730131715 0.377049792603 s457(-4, 1) c Z/2 +4.1862315477365932 Z/2 + Z/32 -0.0398782231488113 0.351416611280 s477( 1, 3) c D2 +4.1864782565422765 Z/20 0.1190980099541958 0.340300159881 m356(-3, 4) c Z/2 +4.1874122869415812 Z/3 + Z/3 -0.1606438261414852 0.393255004783 s464( 1, 3) c D2 +4.1883063705462573 Z/4 -0.1047382092928464 0.439639275298 s480( 3, 2) c D2 +4.1883063705462573 Z/76 0.1047382092928464 0.411658466985 s472( 4, 1) c D2 +4.1883063705462573 Z/28 0.1880715426261798 0.372068294628 s437( 2, 3) neg c D2 +4.1883063705462573 Z/31 -0.1880715426261798 0.439639275298 m390( 3, 2) c D2 +4.1885842864775682 Z/7 + Z/28 -0.1895695217081271 0.338942920510 s423( 1, 4) c D2 +4.1885842864775682 Z/148 -0.2270971449585396 0.338942920510 m358(-1, 4) c Z/2 +4.1896294036164969 Z/3 + Z/6 -0.1538508404557640 0.531392365869 s703(-4, 1) c Z/2 +4.1904820851504625 Z/139 -0.1342488883260048 0.340424352279 m364(-4, 1) c Z/2 +4.1907530626451307 Z/172 -0.0580726846731921 0.343074861490 m358( 3, 2) c Z/2 +4.1907530626451307 Z/7 + Z/28 0.1414060180065255 0.343074861490 s423(-3, 2) c D2 +4.1925919534688904 Z/25 0.2272828700267204 0.592163608578 s663(-4, 1) c Z/2 +4.1938488773861504 Z/87 -0.1807037883757613 0.364477238153 m363(-4, 3) c Z/2 +4.1939569685056956 Z/10 -0.1902745440932764 0.423259080669 m395(-4, 1) c Z/2 +4.1944721239208597 Z/51 0.1499966269665420 0.365908635131 s450(-4, 1) c Z/2 +4.1950573308198462 Z/8 0.0673017425024126 0.348264124750 v0785(-5, 2) c D2 +4.1950573308198462 Z/21 0.2339684091690792 0.549830747540 s581(-3, 2) c D2 +4.1957218864361202 Z/19 0.2436549566786921 0.480476953565 s533( 4, 1) c D2 +4.1991015520623721 Z/3 + Z/3 0.2199231308978380 0.408590038288 s481(-4, 1) c Z/2 +4.1991469541189602 Z/3 + Z/24 0.0377843528535978 0.332994446653 s424( 5, 1) c D2 +4.1992446249507273 Z/127 -0.0467926576230714 0.337449689199 m374( 4, 1) c Z/2 +4.1992879328263464 Z/39 -0.0697168068909013 0.393734813077 s467( 3, 2) c Z/2 +4.1994398821049927 Z/11 -0.0035101598362492 0.667487197112 s667(-5, 1) c Z/2 +4.1994820387462347 Z/19 -0.0047929001740697 0.500276097480 m403(-3, 2) c D2 +4.2004305333094449 Z/3 0.2049362783199151 0.707542248635 s741(-2, 3) c Z/2 +4.2006315321282539 Z/46 -0.0590544017967317 0.433274676490 s512(-4, 1) c Z/2 +4.2010304150317892 Z/16 0.1357418905225577 0.313434126279 s523(-6, 1) neg c D2 +4.2018553206036514 Z/69 0.1546995106938735 0.332309701681 s432( 3, 2) c D2 +4.2026391258391490 Z/2 0.0194468724292649 0.351771470855 m372(-1, 3) c D2 +4.2034640060266276 Z/55 -0.0409876424119924 0.402042697756 s488(-4, 1) neg c D2 +4.2037281709697361 Z/84 0.1051862458536902 0.334525283434 s437( 4, 1) c D2 +4.2037281709697361 Z/40 0.1885195791870236 0.359601641660 m370(-5, 2) c D2 +4.2037281709697361 Z/104 -0.1885195791870236 0.359601641660 m368( 5, 2) c D2 +4.2044253560236665 trivial 0.0991685174105975 0.584423219165 s879( 1, 2) c Z/2 +4.2046301872550772 Z/2 + Z/22 -0.1174985147421655 0.339515153757 m360( 1, 4) c Z/2 +4.2047090763029099 Z/92 0.0112671367745019 0.326020330099 m358(-3, 4) c Z/2 +4.2047090763029099 Z/140 0.0720661965588314 0.326020330099 s423( 3, 4) c D2 +4.2049550187447228 Z/23 -0.0767964656740549 0.620487161372 s723(-3, 2) c Z/2 +4.2049682579921753 Z/3 + Z/3 + Z/6 0.0113722580180021 0.342467314618 m373(-5, 1) c D2 +4.2056589282912177 Z/144 -0.0542654369034769 0.339844657220 s420(-4, 3) c Z/2 +4.2056589282912177 Z/32 0.2209321035701436 0.339844657220 s514(-5, 1) c Z/2 +4.2060675281662155 Z/39 -0.0438069758056035 0.304402126144 v0753(-6, 1) c D2 +4.2075187625536077 Z/2 0.1898090768592288 0.318415800091 s519( 6, 1) neg c D2 +4.2083599627295295 Z/14 -0.2385911523249538 0.480022573272 s528(-5, 1) c D2 +4.2085488555065079 Z/59 0.2186148566680097 0.404435670910 s482( 4, 1) c Z/2 +4.2086830650747834 Z/4 -0.0356542844011061 0.309441249217 v0769( 5, 1) c Z/2 +4.2086830650747834 Z/92 0.2023209510677728 0.309441249217 s420(-5, 1) c Z/2 +4.2093982505142165 Z/3 0.2239982840751271 0.342997049852 s432(-3, 4) c D2 +4.2095840402260330 Z/87 -0.0229627032142113 0.332944213322 s445( 5, 2) c D2 +4.2096582923729912 Z/3 -0.2213995247169682 0.946161273929 s938(-3, 1) c Z/2 +4.2099479950105528 Z/7 0.0409844755565114 0.415088065906 s502( 4, 1) c Z/2 +4.2099598664259535 Z/52 -0.1553685807489966 0.333834344449 m358(-5, 2) c Z/2 +4.2099598664259535 Z/28 0.2387019140823299 0.333834344449 s423( 5, 2) c D2 +4.2106387324615462 Z/68 0.1402171439239535 0.344136737190 s450( 1, 4) c Z/2 +4.2112036342008772 Z/150 -0.2372817219625707 0.306452832831 m352(-4, 3) c Z/2 +4.2115507324894157 Z/152 -0.0971416524719077 0.331806531841 m361(-1, 4) c Z/2 +4.2115732267139196 Z/2 -0.0387843028204906 0.328156442131 m374(-1, 4) c Z/2 +4.2117119841963226 Z/13 0.0348751728071656 0.794636083071 s806( 2, 3) neg c D2 +4.2131270281509823 Z/3 + Z/3 0.0519252318766979 0.395887817048 s489(-3, 2) c D2 +4.2134472495340946 Z/3 + Z/36 -0.0217979304430314 0.358124506592 s440( 1, 4) c D2 +4.2134472495340946 Z/28 0.1448687362236353 0.358124506592 m371( 1, 4) c D2 +4.2134472495340946 Z/3 + Z/12 -0.1448687362236353 0.358124506592 m369(-1, 4) c D2 +4.2144765023534651 Z/11 -0.1429561714900510 0.353377138653 s451( 5, 2) c Z/2 +4.2147674579930471 Z/62 0.1741590613768996 0.429107272182 s490( 2, 3) c Z/2 +4.2147867831612498 Z/5 -0.2217832854373075 0.348235124709 m372(-6, 1) c D2 +4.2156231590684024 Z/2 + Z/40 -0.0636230530248592 0.406850039345 s498( 4, 1) c Z/2 +4.2172722565721188 Z/4 + Z/4 0.0068937635447528 0.333069748956 v0785(-4, 3) c D4 +4.2172722565721188 Z/4 + Z/4 -0.0068937635447528 0.666139497912 s781(-3, 2) c D2 +4.2172722565721188 Z/2 + Z/32 -0.0068937635447528 0.664276788680 s702( 1, 3) c D2 +4.2172722565721188 Z/4 + Z/12 0.0068937635447528 0.666139497912 s786( 1, 2) c D4 +4.2172722565721188 Z/105 -0.1597729031219138 0.333069748956 s445(-1, 3) c Z/2 + Z/2 + Z/2 +4.2179922285830454 Z/13 -0.0120134123047245 0.348327336088 s451(-5, 1) c Z/2 +4.2203225300541240 Z/15 -0.1688504449105797 0.342749961668 m364( 4, 3) c Z/2 +4.2218048773032429 Z/41 0.0000000000000000 0.560369906749 s668( 4, 1) a Z/4 +4.2221538085818277 Z/16 -0.0727077479406379 0.439018576366 s528( 5, 1) neg c D2 +4.2221538085818277 Z/112 0.0727077479406379 0.414630675398 m392( 3, 2) c D2 +4.2222390133065406 Z/15 -0.1145073247576049 0.597346771013 s801(-4, 1) c D2 +4.2227357044523202 Z/25 0.2291496086775477 0.350075398450 s451(-1, 3) neg c Z/2 +4.2233696817163866 Z/146 0.1118656131331562 0.313318664569 m360( 4, 1) c Z/2 +4.2240213562957554 Z/168 -0.1654153441151617 0.313823273813 s423(-4, 1) c D2 +4.2240213562957554 Z/156 0.2487486774484951 0.313823273813 m358( 4, 1) c Z/2 +4.2242209435081782 Z/3 0.0745046666095427 0.331079572574 m372(-5, 2) c D2 +4.2248033720287610 Z/7 -0.0127298452953433 0.456742147852 s527(-4, 1) c D2 +4.2250409108627485 Z/8 -0.1798854973326601 0.395962920784 m393( 4, 3) c Z/2 +4.2262664315173038 Z/7 0.0664361307171494 0.435311065594 s528(-3, 2) c D2 +4.2263067872262876 Z/3 + Z/15 0.0904318779598839 0.371611570424 s464( 5, 1) neg c D2 +4.2276075669567755 Z/196 0.0361414944548328 0.349382020299 s457( 1, 4) c Z/2 +4.2277344444253823 Z/12 0.0814233702794965 0.322243071098 m371(-2, 3) c D2 +4.2277344444253823 Z/60 -0.0814233702794965 0.322243071098 m369( 2, 3) c D2 +4.2277344444253823 Z/48 -0.0852432963871701 0.322243071098 s440(-2, 3) c D2 +4.2285320143288982 Z/14 -0.1401914927457359 0.339510418538 v0960(-5, 1) c Z/2 +4.2291353862204445 Z/4 0.0515553524478459 0.537215012684 s648( 5, 1) c D4 +4.2291353862204445 Z/60 0.0515553524478459 0.537215012684 s649(-2, 3) c Z/2 + Z/2 + Z/2 +4.2291353862204445 Z/24 -0.1348886857811793 0.537215012684 s645( 2, 3) c D2 +4.2291353862204445 Z/88 -0.1348886857811793 0.537215012684 s646( 2, 3) c D2 +4.2291353862204445 Z/7 + Z/7 -0.1984446475521541 0.469277322648 s527(-3, 2) c D8 +4.2294274226619310 Z/4 + Z/4 -0.0882455412566602 0.592397723364 s786(-3, 2) c D4 +4.2294274226619310 Z/2 + Z/32 -0.0882455412566602 0.657149756599 s773(-3, 2) c D2 +4.2294274226619310 Z/4 + Z/12 0.0882455412566602 0.592397723364 s718(-4, 1) c D2 +4.2294274226619310 Z/12 + Z/12 0.0882455412566602 0.328574878299 s442(-5, 1) c D4 +4.2294274226619310 Z/3 + Z/21 -0.2450877920766731 0.328574878299 s432(-5, 1) c Z/2 + Z/2 + Z/2 +4.2302168347838973 Z/30 -0.0130304515437441 0.616968551704 s682( 3, 1) c Z/2 +4.2306776904199913 Z/2 + Z/12 0.0052975908166301 0.386056144757 s480(-5, 1) c D2 +4.2306776904199913 Z/2 + Z/20 0.0052975908166301 0.386056144757 v0953(-5, 1) c D2 +4.2306776904199913 Z/30 -0.0780357425167032 0.386056144757 m390(-5, 1) c D2 +4.2306776904199913 Z/2 + Z/6 0.0780357425167033 0.339754200753 v0825( 2, 3) c D2 +4.2306776904199913 Z/2 + Z/8 0.1613690758500366 0.339754200753 m370( 2, 3) c D2 +4.2306776904199913 Z/2 + Z/40 -0.1613690758500366 0.339754200753 m368(-2, 3) c D2 +4.2315576832767603 Z/97 -0.1497404289754332 0.319523887299 m364( 1, 4) c Z/2 +4.2323887165309716 Z/30 -0.1676447218337263 0.341130059062 m376(-5, 1) c Z/2 +4.2323887165309716 Z/2 0.2073552781662737 0.341130059062 s448(-5, 1) c Z/2 +4.2325654642137189 Z/4 + Z/24 0.0380048548115068 0.310526380686 m358(-5, 1) c Z/2 +4.2325654642137189 Z/2 + Z/42 0.0453284785218265 0.310526380686 s423( 5, 1) c D2 +4.2325654642137189 Z/27 0.1286618118551598 0.827859232899 s882( 3, 1) neg c D2 +4.2325654642137189 Z/4 + Z/8 0.1286618118551598 0.338775533342 m370(-4, 3) c D2 +4.2325654642137189 Z/4 + Z/12 0.1286618118551598 0.338775533342 m369(-5, 1) c D2 +4.2325654642137189 Z/4 + Z/16 -0.1286618118551598 0.338775533342 m371( 5, 1) c D2 +4.2325654642137189 Z/8 + Z/16 -0.1286618118551598 0.338775533342 m368( 4, 3) c D2 +4.2325654642137189 Z/2 + Z/42 -0.2046715214781735 0.310526380686 s424( 4, 3) c D2 +4.2328208356070119 Z/4 0.1953326677649838 0.336071476642 m372( 1, 3) c D2 +4.2328208356070119 Z/3 + Z/12 0.1953326677649838 0.336071476642 m373( 5, 1) c D2 +4.2333202394642911 Z/51 -0.0347736107713538 0.367237385469 s458(-1, 4) c D2 +4.2334391353991038 trivial 0.1818198807944904 0.329243413264 m372(-2, 3) c D2 +4.2334403119829112 Z/71 -0.1352663599339158 0.301044633985 m356( 4, 1) c Z/2 +4.2337330319902343 Z/54 -0.1033275391102270 0.385260694553 s471(-4, 1) c Z/2 +4.2340880505277389 Z/188 -0.1650097120727258 0.318989812138 m358( 2, 3) c Z/2 +4.2340880505277389 Z/224 0.2483430454060592 0.318989812138 s423(-2, 3) c D2 +4.2341349534573778 Z/120 -0.0386002054110197 0.317594977902 s440( 4, 3) c D2 +4.2341349534573778 Z/12 -0.1280664612556470 0.317594977902 m369(-4, 3) c D2 +4.2341349534573778 Z/60 0.1280664612556470 0.317594977902 m371( 4, 3) c D2 +4.2346478085656491 Z/2 + Z/70 0.1234896212217422 0.319470516458 s437(-1, 4) neg c D2 +4.2348969003856670 Z/11 -0.2326365845430092 0.389948524730 s488( 2, 3) c D2 +4.2384139730069262 Z/179 -0.2102242371612583 0.311329051016 m363( 4, 1) c Z/2 +4.2396171157804155 Z/58 0.2223532888820778 0.328261879866 m374( 1, 4) c Z/2 +4.2405196384529398 Z/2 + Z/2 0.1518288062792588 0.519168969654 m410( 3, 2) c Z/2 +4.2405657910879241 Z/99 -0.1559115466645101 0.396580678116 s495( 1, 3) neg c Z/2 +4.2416536104754054 Z/14 -0.1797488472150491 0.390713263210 s467( 2, 3) c Z/2 +4.2421831324961747 Z/2 + Z/6 0.0201938000542722 0.616439041888 s702(-3, 1) c Z/2 +4.2421831324961747 Z/110 0.0214728666123945 0.364894686526 m385( 1, 4) c Z/2 +4.2421831324961747 Z/5 + Z/10 0.2298061999457278 0.794134662992 v2101( 1, 2) c D6 +4.2421937540542427 Z/128 0.1634988796494724 0.308206111777 m361( 1, 4) c Z/2 +4.2425908888534299 Z/33 0.1912610401154160 0.407298417118 s488( 4, 1) c D2 +4.2438353069649041 Z/3 + Z/33 -0.0285998125717957 0.384458296333 s481(-1, 4) c Z/2 +4.2438734140230256 Z/18 -0.2355412066683043 0.396949772160 s493( 1, 3) c Z/2 +4.2448118965590566 Z/45 -0.1376007636686153 0.474826302477 s615( 4, 1) c Z/2 +4.2448293124722415 Z/81 0.1490624850160367 0.395380961842 s481( 3, 2) c Z/2 +4.2453847387267810 Z/3 + Z/6 0.1777488048181547 0.361977778099 s464( 2, 3) c D2 +4.2460817107907274 Z/138 0.1365834768708975 0.328648461273 m360(-4, 3) c Z/2 +4.2465845708622722 Z/6 -0.0423027785457345 0.460708748979 s566( 4, 1) c Z/2 +4.2467333633981455 Z/60 -0.1848822351320999 0.307450367378 s424( 1, 4) c D2 +4.2468186163845761 Z/75 -0.0235729911777885 0.369927532841 s468( 1, 4) c Z/2 +4.2483215216704436 Z/51 0.0612613013726913 0.303203312486 s432(-5, 2) c D2 +4.2485028431858872 Z/25 0.0438295044324770 0.309842692431 m363(-3, 4) c Z/2 +4.2486035146195752 Z/7 + Z/21 0.0417396503679396 0.403215008706 s513(-4, 1) c D2 +4.2495866941359382 Z/119 0.2321925118136594 0.429652931064 m395( 3, 2) c D2 +4.2502009280307140 Z/26 -0.0451896704050084 0.327957117256 v0959( 5, 1) c Z/2 +4.2506181143175801 Z/23 0.0917930390971809 0.812183468651 s885( 3, 1) c D2 +4.2506327397992084 Z/77 0.2350843044790077 0.409836725991 s502(-2, 3) c D2 +4.2507524141658279 Z/7 -0.1525757730260946 0.486178515291 v1313(-4, 1) c D2 +4.2508651728164023 Z/114 -0.0144137284277593 0.393686995998 s509( 4, 1) c Z/2 +4.2512217933176855 Z/85 0.0905079638214198 0.394705406260 m393( 3, 4) c Z/2 +4.2525829469543476 Z/3 + Z/18 -0.0681587269477164 0.671788100855 s784(-1, 2) neg c D3 +4.2531352071215352 Z/168 -0.1048039933016169 0.314248925031 s437(-5, 1) c D2 +4.2532196621167928 Z/35 0.1587468774902720 0.588043498668 s705( 4, 1) c Z/2 +4.2543857283418583 Z/167 -0.1752906626209768 0.372419114094 m393( 1, 4) c Z/2 +4.2560249223652174 Z/3 + Z/9 0.1315387452015922 0.325199451471 s458( 3, 2) c Z/2 + Z/2 + Z/2 +4.2560249223652174 Z/16 -0.2017945881317411 0.650398902943 s777( 4, 1) c D2 +4.2560249223652174 Z/14 + Z/14 0.2017945881317411 0.325199451471 s437(-5, 2) c D4 +4.2571873915516232 Z/49 -0.1902568104063913 0.418197351342 s513(-4, 3) c Z/2 +4.2580330673039030 Z/3 + Z/9 -0.1359366814575326 0.483550440291 v1148(-4, 1) c D2 +4.2586333996707900 Z/99 -0.0749694333893507 0.632272997566 s763(-1, 3) c D2 +4.2595918019828272 Z/2 + Z/12 -0.2141616117559981 0.520267490427 s595( 3, 2) c D2 +4.2595918019828272 Z/2 + Z/12 0.2141616117559981 0.520267490427 s595(-3, 2) c D2 +4.2596291312482916 Z/2 + Z/4 -0.0490396343296588 0.302987042826 m358(-5, 3) c Z/2 +4.2596291312482916 Z/2 + Z/4 -0.0490396343296588 0.376158810932 s480( 1, 3) c D2 +4.2596291312482916 Z/2 + Z/36 0.0490396343296588 0.376158810932 s518( 4, 1) c D2 +4.2596291312482916 Z/22 -0.1323729676629921 0.376158810932 m390( 1, 3) c D2 +4.2596291312482916 Z/2 + Z/14 0.1323729676629921 0.302987042826 s423( 5, 3) c D2 +4.2599067006564098 Z/13 -0.0559354278315064 0.495254123606 s574(-2, 3) c D2 +4.2599076813987926 Z/39 -0.1918115672240644 0.400046314213 s502(-4, 1) c Z/2 +4.2607874469198590 Z/21 0.1047890152098658 0.328056195174 s445(-5, 1) c D2 +4.2627566047471324 trivial -0.1459255472974726 0.743230147878 v1534( 4, 1) c Z/2 +4.2627991531745599 Z/129 -0.1734388697955334 0.363571884697 s484( 4, 1) c Z/2 +4.2628514607737925 Z/104 0.0758512907689685 0.309031277449 m364( 5, 1) c Z/2 +4.2630665455084981 Z/131 0.0660684850954036 0.312814904538 m363( 1, 4) c Z/2 +4.2636232697037146 Z/99 0.0392744472226340 0.378397383543 s481( 2, 3) c Z/2 +4.2655370658660480 Z/91 -0.0413831475583883 0.323523673389 s459( 5, 1) c Z/2 +4.2656981467131416 Z/41 -0.0072375543689404 0.402799111978 v1030( 4, 1) c Z/2 +4.2658567278738526 Z/92 0.2384270956853908 0.337111352898 s467( 4, 1) c Z/2 +4.2659591797779796 Z/22 0.1615583287419280 0.645938237371 s755( 3, 1) c Z/2 +4.2665452993467152 Z/75 -0.1644519770893703 0.330201481492 m378( 1, 4) c Z/2 +4.2677857279027510 Z/36 0.0860804654442579 0.379253541408 s493(-1, 3) c Z/2 +4.2680130535135663 Z/3 + Z/27 0.2016342684880924 0.331719806239 s458(-3, 4) c D2 +4.2680326736028043 Z/33 -0.0047729897146308 0.368422300349 v0940(-5, 2) c Z/2 + Z/2 + Z/2 +4.2680326736028043 Z/7 0.0881063230479642 0.368422300349 s469( 5, 2) c Z/2 + Z/2 + Z/2 +4.2680326736028043 Z/30 0.1202270102853692 0.583922870420 s639( 1, 3) c D2 +4.2680326736028043 Z/5 + Z/15 0.1618936769520358 0.660411883137 s764(-1, 3) neg c D6 +4.2680326736028043 Z/8 0.1714396563812975 0.770918901622 v1935( 3, 1) c D2 +4.2680326736028043 Z/24 -0.1714396563812975 0.460636973917 v1132( 4, 1) c D2 +4.2680326736028043 Z/2 + Z/6 0.1714396563812975 0.921273947834 v2203( 1, 2) c D6 +4.2680326736028043 Z/7 -0.2452270102853692 0.921273947834 s897( 1, 2) c D2 +4.2684170129378193 Z/2 + Z/8 0.2027538336277130 0.387941840193 s498(-4, 1) c Z/2 +4.2690920566662315 Z/50 0.0180775522941523 0.310570580510 m376( 5, 1) c Z/2 +4.2690920566662315 Z/42 -0.1069224477058477 0.310570580510 s448( 5, 1) c Z/2 +4.2698918876495866 Z/4 0.0720025645735704 0.385882028338 s479(-6, 1) c D2 +4.2698918876495867 Z/28 -0.0720025645735705 0.385882028338 s478( 6, 1) c D2 +4.2698918876495867 Z/19 0.1553358979069038 0.385882028338 m389(-6, 1) c D2 +4.2703905106341690 Z/188 -0.2253565659229672 0.317161598285 s457(-1, 4) c Z/2 +4.2708357008784758 Z/16 0.1710287894718766 0.301826547048 v0819( 5, 1) c D2 +4.2709299222044650 Z/115 0.1747683766975102 0.423914373543 m402(-4, 1) c Z/2 +4.2710417987721383 Z/9 0.1300852754085184 0.383653391092 s495(-4, 3) c Z/2 +4.2714450231215698 Z/3 + Z/18 -0.0647814126383459 0.311484098083 s455( 2, 3) c D2 +4.2714932408082016 Z/178 -0.2156486014075276 0.336936837376 m385( 3, 4) c Z/2 +4.2718961386452056 Z/4 0.1136723982013001 0.594110144419 s691(-3, 2) c Z/2 +4.2726956566310175 Z/49 0.0410336357871373 0.414267015695 s513(-3, 4) c Z/2 +4.2727083854353063 Z/33 -0.0154826809284313 0.399500539743 s745(-4, 1) c Z/2 +4.2742278651850305 Z/2 0.1528099683578080 0.316586851626 s451( 6, 1) c Z/2 +4.2749271194059144 Z/53 0.0749088527043067 0.310282697243 m378(-1, 4) c Z/2 +4.2751099664552759 Z/36 0.0175961122597148 0.373088379604 s493( 5, 1) c Z/2 +4.2754520470509079 Z/74 0.0320342678531731 0.447781228771 s552(-4, 1) c Z/2 +4.2760858928355083 Z/99 -0.0195740309539334 0.317978039191 m374(-4, 3) c Z/2 +4.2766262337761820 Z/73 -0.2303567884075932 0.311750651879 m364( 5, 2) c Z/2 +4.2769503168773039 Z/71 -0.1173947336970785 0.370812880826 m392( 4, 1) c Z/2 +4.2778224264439673 Z/63 0.0761779907790554 0.640092110682 s763(-2, 3) c D2 +4.2779605546102275 Z/31 0.0258525087281625 0.553330756955 v1268( 4, 1) neg c Z/2 +4.2786998749128712 Z/36 -0.2039623822098327 0.459469081465 s652(-4, 1) c Z/2 +4.2809982458120991 trivial 0.1753939273881635 0.576912397729 s704( 3, 2) c Z/2 +4.2815922980795514 Z/17 0.1818353780024964 0.416487714420 v1030( 3, 2) c Z/2 +4.2819294717735214 Z/93 -0.0388924996773961 0.304965538175 s455(-5, 2) c D2 +4.2819958408689229 Z/68 -0.0244904059404826 0.500286054523 s615(-3, 2) c Z/2 +4.2832264822812915 Z/20 -0.1855970868261978 0.370958010070 v0953(-5, 2) c D2 +4.2832264822812915 Z/28 -0.1855970868261978 0.370958010070 s480(-5, 2) c D2 +4.2832264822812915 Z/4 -0.2310695798404689 0.302123482788 v0819( 2, 3) c D2 +4.2832264822812915 Z/25 0.2310695798404689 0.370958010070 m390(-5, 2) c D2 +4.2834397607768258 Z/54 -0.1629152879769331 0.380066121121 s493(-5, 1) c Z/2 +4.2866416725457168 Z/5 0.0320473275720469 0.300050934584 m372( 2, 3) c D2 +4.2870334300424693 Z/28 -0.0351850204284481 0.384176505970 m397( 4, 1) c Z/2 +4.2871380551270535 Z/12 0.0203148823771446 0.422887154796 v1065( 4, 3) c Z/2 +4.2874224373240988 Z/65 0.1370723392381416 0.335081472135 s463( 1, 4) neg c D2 +4.2879903859721541 Z/66 -0.0409691725679353 0.560766136177 s702( 3, 2) neg c Z/2 +4.2881057152159019 Z/17 -0.0737783329423010 0.465306742580 v1261( 4, 1) c D2 +4.2883422161920963 Z/23 0.2389678557919015 0.559487210694 s682(-4, 1) c Z/2 +4.2886081226707650 Z/3 0.0320926777040834 0.890552952459 s912( 3, 1) neg c D2 +4.2894004518001744 Z/45 0.1036680502800517 0.570716792047 s644(-1, 3) c D2 +4.2894327676376710 Z/21 -0.1614032397854509 0.321800638776 s455( 5, 1) c D2 +4.2896979399626145 Z/25 0.1244787235323813 0.311079999676 s450( 4, 3) c Z/2 +4.2901365544337180 Z/76 -0.2109103647440873 0.388941841308 v1030(-5, 1) c Z/2 +4.2909211307222524 Z/46 0.1087192291945266 0.418463209137 m400(-3, 2) c Z/2 +4.2909468209441805 Z/3 + Z/6 -0.0969753248697279 0.350683625278 s489( 6, 1) neg c D2 +4.2924511321123410 Z/9 0.1031890679570479 0.372340043624 s493( 2, 3) c Z/2 +4.2948337404021773 Z/26 -0.1074599115225776 0.304894222445 s451(-2, 3) neg c Z/2 +4.2949747529523905 Z/130 0.0583204968675153 0.410586177301 m401(-4, 1) c Z/2 +4.2952650291555577 Z/55 0.0994972206645625 0.407064025703 s525( 4, 1) c Z/2 +4.2962776054242632 Z/13 -0.2041139530855013 0.362054735110 s482( 2, 3) c Z/2 +4.2963876451182596 Z/147 -0.1925693985578544 0.372353205787 s513(-1, 4) c Z/2 +4.2967243133554511 Z/2 + Z/68 -0.1843310149563473 0.379123740229 s518(-4, 1) c Z/2 +4.2988837270896700 Z/3 + Z/9 -0.1920174960443914 0.620447179861 s784( 4, 1) c D3 +4.3017740608052526 Z/141 0.2148955298529140 0.325301809874 s459( 4, 3) c Z/2 +4.3017776538518098 Z/2 -0.0397249148013044 0.481476071784 m410( 5, 1) c Z/2 +4.3020357664954954 Z/61 0.1776788375818757 0.526478119421 s652( 3, 2) c Z/2 +4.3027378247756165 Z/153 -0.0363969158331955 0.352105632048 m392( 2, 3) c Z/2 +4.3029889980683988 Z/18 0.2437839756293786 0.634916833516 s746(-3, 2) c Z/2 +4.3039378584517147 Z/3 -0.0647288817402028 0.637977991683 s820( 3, 1) c Z/2 +4.3042542490260612 Z/48 -0.0842340958111844 0.401437696637 m403( 4, 1) c Z/2 +4.3042940678124098 Z/52 -0.0988334357279335 0.309059752032 s450( 3, 4) c Z/2 +4.3042940678124098 Z/65 -0.1511665642720665 0.607751308516 s764(-3, 1) neg c D2 +4.3045110953527680 Z/2 -0.1256794376911008 0.399279747399 s836(-4, 1) c Z/2 +4.3057953825936971 Z/17 0.1521260484722060 0.593825889002 v1431( 3, 1) c Z/2 +4.3062076007308087 Z/2 + Z/6 0.0375000000000000 0.383598609126 m400( 4, 1) c Z/2 +4.3062076007308087 Z/6 -0.0875000000000000 0.530637530953 s648(-5, 1) c D4 +4.3062076007308087 Z/30 -0.1458333333333333 0.945778031570 s921(-3, 1) c D2 +4.3072823656223969 Z/117 -0.0836984327057107 0.353612253331 m392(-4, 3) c Z/2 +4.3074190094819651 Z/103 -0.0101407453504587 0.437033727866 s543(-1, 3) neg c Z/2 +4.3083996709498785 Z/161 0.2385399691587921 0.321044327358 s468( 3, 4) c Z/2 +4.3090561437319029 Z/35 0.1159032692431809 0.408423369512 s540( 2, 3) c Z/2 +4.3094069522441444 Z/46 0.0384743839342689 0.304480475316 s460(-5, 1) c Z/2 +4.3097281888893661 Z/173 0.2123761715130458 0.377418019477 m397( 1, 4) c Z/2 +4.3097348357406340 Z/55 0.2017130884665911 0.352139235906 s488(-1, 4) c D2 +4.3102069727720618 Z/64 -0.1486610496362436 0.318849971999 m385(-3, 2) c Z/2 +4.3106441356489727 Z/113 -0.1969321931762654 0.324907408939 s468(-3, 2) c Z/2 +4.3114771352715934 Z/7 + Z/21 -0.1923973085604539 0.400990830729 s535( 1, 3) neg c D2 +4.3123096284346707 Z/7 + Z/14 0.2475732371172677 0.393040420898 s527(-1, 3) c D2 +4.3135135962026848 Z/12 -0.1225432681260593 0.440735175193 s573( 4, 1) c D2 +4.3135135962026848 Z/60 -0.1225432681260593 0.440735175193 s572( 5, 1) c D2 +4.3137091694212135 Z/16 0.0485498079584490 0.547998190982 s688( 4, 1) c D2 +4.3137091694212135 Z/208 -0.0485498079584490 0.328413855388 m385( 5, 2) c D2 +4.3141926286511178 Z/4 -0.1596782322319822 0.338292003525 s472( 4, 3) c Z/2 +4.3146447427509669 Z/10 -0.1197169606799510 0.325104755160 s469( 7, 1) c D2 +4.3156472372849328 Z/101 0.0622185811452322 0.382614391095 s517( 2, 3) c Z/2 +4.3158159195006571 Z/80 0.0339950973439092 0.571149511374 s682(-1, 3) c Z/2 +4.3162037118566772 Z/15 -0.0342879579366041 0.534307384429 s639( 2, 3) c D2 +4.3162496049111883 Z/13 0.1719182696818199 0.348083604375 m390(-4, 3) c D2 +4.3162496049111883 Z/12 -0.2447483969848468 0.348083604375 v0953(-4, 3) c D2 +4.3162496049111883 Z/28 -0.2447483969848468 0.348083604375 s480(-4, 3) c D2 +4.3166439149184895 Z/30 -0.2416145178986780 0.535574099089 s644(-2, 3) c D2 +4.3169782514995533 trivial -0.1865997202707174 0.501882332588 s667(-3, 2) c Z/2 +4.3174870520538207 Z/62 -0.0899681032417247 0.333607400569 s468(-2, 3) c Z/2 +4.3175059572188516 Z/125 -0.2442580722906296 0.309121049487 s467(-1, 4) c Z/2 +4.3175691290530160 Z/21 -0.1691654491749323 0.526869653846 s650( 4, 1) c Z/2 +4.3176382027326822 Z/14 0.2351047212614414 0.729821581621 s854(-4, 1) c D2 +4.3181537990978135 Z/15 0.1066170809140391 0.338641796563 s489( 5, 2) c D2 +4.3184120178092768 Z/2 + Z/40 0.1447751885967958 0.366798520585 s512( 5, 1) c Z/2 +4.3185258712977351 Z/122 0.1526216281379628 0.302441782876 s459( 5, 2) c Z/2 +4.3187607378182656 Z/127 -0.2428455045992686 0.307064375120 s460(-1, 4) c Z/2 +4.3187908119537828 Z/17 -0.2093541559877398 0.572203114792 s691(-4, 1) c Z/2 +4.3196760476952529 Z/122 -0.1750895450369764 0.355250134360 s529( 4, 1) c Z/2 +4.3203403773961928 Z/156 0.1219164065775690 0.376661193734 m395( 2, 3) c Z/2 +4.3210614540714362 Z/20 0.2379078859269190 0.380085138959 v1030( 1, 3) c Z/2 +4.3220136397223287 Z/32 0.0444252799822950 0.509110738902 v1189(-5, 1) c Z/2 +4.3220970201820946 Z/4 + Z/4 -0.2201821283854090 0.796623090449 s961( 1, 2) c D6 +4.3220970201820946 Z/2 + Z/32 0.2201821283854090 0.398311545225 m400(-2, 3) c D2 +4.3220970201820946 Z/2 + Z/32 0.2201821283854090 0.633526790382 s755(-3, 2) c D2 +4.3221957534055393 Z/89 -0.1345085303871921 0.375217886157 s525(-4, 1) c Z/2 +4.3225196920711467 Z/112 0.0113873856745095 0.326702728618 s482(-5, 1) c Z/2 +4.3228279323127026 Z/18 0.2109446585998217 0.449256819148 v1189( 5, 1) c Z/2 +4.3228652052418384 Z/169 0.0284474312634113 0.314314108393 s467(-5, 1) c Z/2 +4.3243328915659142 Z/73 -0.1156706338207351 0.324368658699 s471( 1, 4) c Z/2 +4.3245966078471601 Z/112 0.2348400111038610 0.464511416781 s599( 1, 3) c Z/2 +4.3246716686996488 Z/87 0.0987952900308257 0.386282430764 s541( 4, 1) c Z/2 +4.3255742790085410 Z/62 -0.0785261575993076 0.426274265496 s554( 4, 1) c Z/2 +4.3257175665545800 Z/82 0.0423643829349106 0.373815905290 m395( 4, 1) c Z/2 +4.3264145847058719 Z/15 0.0215887409800759 0.547570888629 v1316( 4, 1) c D2 +4.3265681363054920 Z/15 0.0805845093502179 0.376310054478 s534( 4, 1) c Z/2 +4.3268864316055195 Z/75 0.0144670877645593 0.394009648385 s533(-4, 1) c Z/2 +4.3286734674541175 Z/193 -0.1649498477803764 0.325266441826 s467(-5, 2) c Z/2 +4.3291886377311713 Z/16 0.1725557672261385 0.495704928432 s667( 4, 1) c Z/2 +4.3292840400606522 Z/2 0.0049998665168076 0.926379255596 s942(-3, 1) c Z/2 +4.3297353334425282 Z/49 0.0634054187726474 0.396173091523 s535( 4, 1) c Z/2 +4.3297641106809244 Z/51 -0.0715790970169719 0.692499334468 s847( 3, 1) c Z/2 +4.3300995083775461 trivial 0.2283682465865064 0.540239492802 s648( 1, 2) c octahedral group +4.3301399477077289 Z/45 -0.0157973057123185 0.336318503315 s481(-4, 3) c Z/2 +4.3303634163623703 Z/11 -0.0422455000519388 0.314188152357 m385(-2, 3) c Z/2 +4.3305435831490625 Z/45 0.2482809330015391 0.342624745898 s493(-2, 3) c Z/2 +4.3311715430384973 Z/13 + Z/13 -0.0112072344002012 0.391753344063 m401( 3, 2) c D2 +4.3311855691621851 Z/79 0.1883100259846701 0.553002124204 s682(-2, 3) c Z/2 +4.3312937446166592 Z/182 -0.0989798863990930 0.326858854314 m392(-1, 4) c Z/2 +4.3327276886540049 Z/18 -0.1960344638905398 0.432785512090 s561(-4, 1) c D2 +4.3329367729911584 Z/16 0.2260196943812760 0.302206324762 s460( 5, 1) c Z/2 +4.3333158891788364 Z/80 0.0462467067623209 0.481448162555 s615( 3, 2) c Z/2 +4.3335732539125795 Z/108 -0.2151318222573681 0.346750231462 s495( 3, 2) neg c Z/2 +4.3337655477699061 Z/8 0.1828761710107573 0.398278656585 m403(-4, 1) c Z/2 +4.3337655477699061 Z/160 0.2337904956559094 0.325945666275 s477(-1, 4) c D2 +4.3346134280615417 Z/7 -0.1991248963062158 0.318681467922 m389( 6, 1) c D2 +4.3346134280615417 Z/20 -0.2175417703604508 0.318681467922 s478(-6, 1) c D2 +4.3346134280615417 Z/52 0.2175417703604508 0.318681467922 s479( 6, 1) c D2 +4.3360008065366664 Z/38 0.1756590102036670 0.431975416358 s554( 1, 4) c Z/2 +4.3360921412829599 Z/5 -0.0441600086297186 1.092095134060 v2656( 3, 1) c D2 +4.3378960310633270 Z/182 0.1462531249526098 0.370064583512 m397(-2, 3) c D2 +4.3384336443897296 Z/17 -0.1213972151847779 0.728290777730 v2051(-1, 2) neg c D2 +4.3390298692115587 Z/156 -0.1321033764412514 0.322252187291 s472(-4, 1) c Z/2 +4.3392362544522035 Z/9 0.1294877499509153 0.598759889315 s783(-4, 1) c Z/2 +4.3393072487308459 Z/63 -0.0432656927719798 0.325724575993 s481( 4, 1) c Z/2 +4.3408215677775392 Z/17 -0.1919824104660087 0.633520499441 s730( 5, 1) neg c Z/2 +4.3408839339631823 Z/23 0.1092216010030746 0.516990156013 s657(-3, 1) c Z/2 +4.3415764005346466 Z/3 + Z/6 -0.2419050284074110 0.342740957051 s489(-6, 1) c D2 +4.3418336915538690 Z/64 0.2065626212527188 0.361944618520 v1054(-4, 1) c Z/2 +4.3423632671700599 Z/30 -0.0811214449381733 0.552904382876 s677(-1, 3) c D2 +4.3427282002313216 Z/9 -0.2174511385359582 0.643694158798 s783( 5, 1) neg c Z/2 +4.3430312163929793 Z/17 -0.0566320982382653 0.398815243982 m402(-4, 3) c Z/2 +4.3430947334097649 Z/31 -0.0475791100242039 0.322252107167 m389(-5, 2) c D2 +4.3430947334097649 Z/28 0.1309124433575372 0.322252107167 s478( 5, 2) c D2 +4.3430947334097649 Z/36 -0.1309124433575372 0.322252107167 s479(-5, 2) c D2 +4.3430947334097649 Z/48 0.2024208899757961 0.322252107167 v0940(-7, 1) c D2 +4.3438480928338645 Z/78 -0.2127575098082763 0.365189720588 m400( 1, 4) c Z/2 +4.3445536085724061 Z/99 0.0926098392539592 0.344273111633 s495( 4, 1) neg c Z/2 +4.3456838387903829 Z/27 -0.1616485325974107 0.343773507115 s496( 3, 2) c Z/2 +4.3461724375567034 Z/106 -0.0971468698763870 0.399906075752 s529( 2, 3) c Z/2 +4.3462732646824729 Z/3 + Z/30 0.1178411151551756 0.340942640073 s495(-1, 4) neg c Z/2 +4.3463819457746316 Z/81 0.2085099573281779 0.323834033224 s481(-3, 4) c Z/2 +4.3474887918316042 Z/3 + Z/33 0.1419965309037689 0.324854797724 s497( 1, 4) c D2 +4.3476431999121292 Z/5 + Z/5 0.1523858278612686 0.617034579606 s764( 3, 1) c D2 +4.3482733031313009 Z/126 -0.2360949904190361 0.380450534716 s552( 4, 1) c D2 +4.3490321992063947 Z/231 -0.0963069927343966 0.319478846112 s468( 5, 2) c Z/2 +4.3504715424796612 Z/157 -0.0177340714380223 0.325735401879 s517( 4, 1) c Z/2 +4.3506877351325731 Z/227 -0.1549125686729776 0.304260790191 m385( 5, 3) c Z/2 +4.3507438318523357 Z/40 0.1089842154844396 0.349120304676 s546(-4, 1) c Z/2 +4.3511359964678345 Z/39 0.1031524891120135 0.568047048329 s820( 1, 3) c Z/2 +4.3515552187471066 Z/94 -0.1067446420693267 0.545486350857 s723(-1, 3) c Z/2 +4.3521881484189544 Z/3 + Z/9 0.0508166731419319 0.398889259639 s556(-4, 1) c Z/2 +4.3523493021210016 Z/224 -0.0268186963854029 0.311390452999 s477(-3, 4) c D2 +4.3525141368819693 Z/155 -0.0647776311182435 0.374122451819 m402(-1, 4) c Z/2 +4.3527368998574195 Z/85 0.0407662813595901 0.362004390275 s540( 4, 1) c Z/2 +4.3533844175358868 Z/29 0.2044261785333323 0.323172277857 m390( 2, 3) c D2 +4.3533844175358868 Z/32 -0.2044261785333323 0.323172277857 s477( 2, 3) c D2 +4.3533844175358868 Z/4 -0.2122404881333344 0.323172277857 s480( 2, 3) c D2 +4.3533844175358868 Z/84 -0.2122404881333344 0.323172277857 s567(-4, 1) c D2 +4.3550103687428414 Z/110 -0.1340973708523730 0.315372180533 s471( 4, 3) c D2 +4.3551395593457784 Z/129 -0.1820327005625412 0.318780735809 s482(-5, 2) c Z/2 +4.3575189528858654 Z/63 -0.1797527225200279 0.442663684867 s827( 1, 3) c Z/2 +4.3579441696768720 Z/2 -0.1351642663973815 0.356536725604 s512(-2, 3) c Z/2 +4.3580387941497033 Z/31 -0.0259461532822130 0.419312352723 s566(-1, 3) c Z/2 +4.3580782521947029 Z/200 0.1934409428818316 0.325618457597 s498( 1, 4) c Z/2 +4.3583774426308835 Z/21 -0.1383574996095638 0.415201761022 s556(-3, 2) c Z/2 +4.3588448285830059 Z/100 0.0497063223442395 0.302396105927 s474( 1, 4) c Z/2 +4.3593880697412604 Z/54 -0.1443357453929807 0.331390463739 s495(-3, 4) neg c Z/2 +4.3605752875412678 Z/70 0.1903893888122265 0.357827020765 s527( 5, 1) c D2 +4.3607774920840510 Z/34 -0.0810234478417734 0.581076752368 s746(-4, 1) c Z/2 +4.3613504544152639 Z/27 0.1651996944046956 0.592026103481 s806( 3, 2) c Z/2 +4.3616658305571403 Z/35 -0.0934459009777346 0.425157329878 s591(-1, 3) c Z/2 +4.3619401771310893 Z/135 0.1704923161457408 0.327502728145 s496(-1, 4) c Z/2 +4.3621866321768842 Z/65 -0.1920558993886419 0.359193124992 m401(-1, 4) c Z/2 +4.3670023879572630 Z/3 0.1614818982092364 0.320641957355 s489( 1, 3) c D2 +4.3671603673515386 Z/3 + Z/12 0.1905934811230569 0.322330596371 s495(-5, 2) c Z/2 +4.3676009446590131 Z/238 -0.2382815472510811 0.317964789109 m393(-2, 3) c D2 +4.3677743612903261 Z/63 -0.1160951288319283 0.322876114524 s495(-5, 1) c Z/2 +4.3678648723074280 Z/61 -0.1340643673104246 0.504263840652 s657( 4, 1) c Z/2 +4.3693505069957707 Z/12 0.0860703106862071 0.656577377775 s820( 3, 2) c Z/2 +4.3693894777259266 Z/74 -0.1605651007033701 0.539803785376 s702( 2, 3) c Z/2 +4.3695111501251768 Z/30 0.0967720742996317 0.489559916929 s649(-4, 1) c Z/2 + Z/2 + Z/2 +4.3695111501251768 Z/8 -0.1801054076329650 0.489559916929 s645( 4, 1) c D2 +4.3695111501251768 Z/24 -0.1801054076329650 0.489559916929 s646( 4, 1) c D2 +4.3699981714591004 Z/10 -0.0232603427714118 0.554744884316 s730(-1, 2) c D2 +4.3699981714591004 Z/26 0.1850729905619216 0.438575262276 s566( 4, 3) c Z/2 +4.3701120871742113 Z/9 + Z/9 0.1453748657052195 0.319769553493 s496( 4, 1) c Z/2 +4.3701438214767889 Z/203 0.1965970456106402 0.381320662726 s543( 4, 3) neg c Z/2 +4.3703163043616592 Z/9 + Z/18 -0.0647343814908019 0.321045748304 s496(-5, 1) c D2 +4.3712114995114093 Z/31 -0.1552561203492422 0.363904176752 s534(-4, 1) c Z/2 +4.3715091856480224 Z/117 0.2328862694462100 0.303449120174 s481( 1, 4) c Z/2 +4.3732261083857728 Z/8 0.0544863600452441 0.458616575175 s645(-3, 1) c D2 +4.3732261083857728 Z/88 0.0544863600452441 0.458616575175 s646(-3, 1) c D2 +4.3732261083857728 Z/5 + Z/15 -0.1378196933785775 0.458616575175 s649( 3, 1) c Z/2 + Z/2 + Z/2 +4.3740133572269622 Z/49 0.0294466446305393 0.310341600035 s474( 4, 3) c Z/2 +4.3743783042570452 Z/175 0.0569893053362636 0.339228259063 m395(-1, 4) c Z/2 +4.3745116587274477 Z/53 -0.1043462996205880 0.311457167048 s490(-5, 1) c Z/2 +4.3749665119836052 Z/2 + Z/4 0.0173259580137979 0.309664384664 s478(-1, 3) c D2 +4.3749665119836052 Z/2 + Z/44 -0.0173259580137979 0.309664384664 s479( 1, 3) c D2 +4.3749665119836052 Z/22 0.0243407086528688 0.528298057658 s699( 3, 2) c D2 +4.3749665119836052 Z/38 0.0660073753195354 0.309664384664 m389( 1, 3) c D2 +4.3749665119836052 Z/70 0.1493407086528688 0.528298057658 s698( 3, 2) c D2 +4.3749665119836052 Z/2 + Z/2 0.1839926246804646 0.309664384664 s519( 7, 1) c D2 +4.3749665119836052 Z/2 + Z/2 0.2256592913471312 0.562034477167 s719( 5, 1) c D2 +4.3753797514780252 Z/147 0.1038851938004288 0.380646614278 s535(-4, 3) neg c Z/2 +4.3759280778254299 Z/6 -0.0012857568795657 0.318449018929 s489( 2, 3) c D2 +4.3760269901191505 Z/30 -0.0040143866059018 0.375376860396 s554(-3, 2) neg c Z/2 +4.3760355606014112 Z/96 -0.0205891427326857 0.315855175410 s500( 5, 1) c Z/2 +4.3762775276839380 Z/46 -0.2227879146928591 0.374421883494 s547(-2, 3) c Z/2 +4.3769268298516898 Z/170 0.1404436213444547 0.308480001743 m392(-3, 4) c Z/2 +4.3780639082841664 Z/55 0.0070755664880715 0.400100802284 s572(-3, 2) c D2 +4.3781980968945448 Z/49 0.1200609964779901 0.410044090532 v1181(-5, 1) neg c Z/2 +4.3786471347604635 Z/2 + Z/12 0.0797103125834453 0.509293667905 s719(-5, 1) c D2 +4.3786471347604635 Z/2 + Z/84 -0.0797103125834453 0.341770337932 s530( 4, 1) c D2 +4.3790725161000473 Z/161 -0.1353704589833994 0.369752351280 s541(-4, 1) c Z/2 +4.3791325230883348 Z/9 -0.2173769636783535 0.413688176148 s668(-4, 1) c D2 +4.3801245504346607 Z/35 0.1665208629656406 0.332069028546 s507( 4, 3) c Z/2 +4.3804426285304183 Z/5 0.0714488795809309 0.533008764036 s726( 5, 1) c D2 +4.3808754818563999 Z/90 -0.1631279586274551 0.344222781547 s512( 5, 2) c Z/2 +4.3814579904298153 Z/84 -0.1941439324888923 0.390156771252 s556(-1, 3) c Z/2 +4.3835075594471554 Z/39 -0.0465432426639497 0.329176664921 s560( 4, 1) c Z/2 +4.3859978971841364 Z/46 -0.0078147171735973 0.406711058479 s729( 3, 1) c Z/2 +4.3864213325860757 Z/117 -0.1438321245846720 0.368193136410 s541( 1, 4) c Z/2 +4.3867286410278405 Z/33 0.0802129670815351 0.302984178300 s497(-2, 3) c Z/2 + Z/2 + Z/2 +4.3867286410278405 Z/2 + Z/16 0.0864536995851316 0.605968356599 s773(-4, 1) c D2 +4.3867286410278405 Z/4 + Z/12 0.0864536995851316 0.495004238332 s786(-4, 1) c D4 +4.3867286410278405 Z/4 + Z/16 -0.0864536995851316 0.495004238332 s673(-4, 1) c D2 +4.3867286410278405 Z/16 + Z/16 -0.0864536995851316 0.302984178300 s477(-5, 3) c D4 +4.3870503490380276 Z/135 -0.0232489835703871 0.353569969827 m397( 3, 4) c Z/2 +4.3874857885494556 Z/29 -0.1493490511310634 0.418453790385 v1189(-3, 2) c Z/2 +4.3879412638936546 Z/3 0.2428466918651778 0.736330276495 s879(-3, 1) c Z/2 +4.3885970153107394 Z/73 0.1709849045699945 0.358805871376 m402(-3, 4) c Z/2 +4.3887058866647910 Z/82 0.0625000000000000 0.513746773135 s698(-3, 2) c Z/2 +4.3892096846204968 Z/60 0.2445872344139893 0.517136124587 s751(-4, 1) c D2 +4.3892096846204968 Z/3 + Z/36 -0.2445872344139893 0.373883591543 s556( 5, 1) c D2 +4.3906802783994880 Z/7 -0.0439415340810015 0.573021067234 s805( 2, 3) c Z/2 +4.3911832824352161 Z/33 -0.0482194207961330 0.649074002197 s820( 2, 3) c Z/2 +4.3913301395929935 Z/88 -0.2014765909562634 0.310590733372 s502( 1, 4) c Z/2 +4.3914322835057996 Z/14 -0.1968158855684858 0.741912471308 v2099( 3, 1) neg c D2 +4.3923035253177771 Z/10 0.1046365487366897 0.361348859337 s554(-2, 3) neg c Z/2 +4.3924231362522068 Z/63 -0.2321104885263707 0.421650621581 s877(-3, 1) c Z/2 +4.3927525496835892 Z/60 -0.1020970424656178 0.319687900700 s508(-1, 4) c Z/2 +4.3928949140420668 Z/22 0.0463754236041812 0.364445648890 s543(-3, 2) c Z/2 +4.3952994452709300 Z/30 0.0029618382412122 0.312395918330 v0984(-5, 1) c D2 +4.3959710506525854 Z/67 -0.1121848160854338 0.456689734182 s650( 2, 3) neg c Z/2 +4.3961902092626249 Z/68 0.2020576354880845 0.331723664851 m397( 4, 3) c Z/2 +4.3962639826921100 Z/67 0.1946405125208358 0.338189494222 v1054( 1, 4) neg c Z/2 +4.3966728019324956 Z/2 + Z/2 + Z/16 -0.0076142081890483 0.442137828732 s594(-3, 4) c D2 +4.3966728019324956 Z/26 0.2007191251442850 0.804434348865 v2050( 4, 1) c D2 +4.3966728019324956 Z/2 + Z/24 -0.2423857918109517 0.442137828732 s594(-4, 3) c D2 +4.3966728019324956 Z/2 + Z/30 -0.2423857918109517 0.652231156206 s855( 3, 2) c D2 +4.3969400779338698 Z/6 -0.2312765573926416 0.320037742983 s499(-5, 1) c D2 +4.3976342145163396 Z/117 0.1785530366416023 0.301157426160 s495( 2, 3) neg c Z/2 +4.3981312465907291 Z/30 -0.0324163297431041 0.519647984430 s698( 4, 1) c Z/2 +4.3981312465907291 Z/14 -0.1574163297431041 0.519647984430 s699( 4, 1) c Z/2 +4.3983100406579438 Z/22 0.2101191074853811 0.439502264441 s626(-5, 1) c D2 +4.3983833158697870 Z/27 0.2316251348722197 0.312814816712 s496( 2, 3) c Z/2 +4.3984817237304984 Z/20 -0.0239758063450478 0.324828364280 s557( 4, 1) c Z/2 +4.3990196708793505 Z/11 -0.1309273650189310 0.449271262757 s640(-2, 3) c D2 +4.3995255456870659 Z/64 -0.2080638768493439 0.304234241280 s500(-5, 1) c Z/2 +4.3998844635918559 Z/88 -0.1531033050813630 0.337228880334 s539(-4, 1) c Z/2 +4.4000835823043788 Z/27 0.2116940954475897 0.301829124649 s493( 5, 2) c Z/2 +4.4003929378793575 Z/124 0.2279986822989859 0.336495268316 m397(-4, 1) c Z/2 +4.4008325161230461 Z/32 -0.0358258317671172 0.612370387900 s777( 1, 2) c D2 +4.4008325161230461 Z/14 + Z/14 -0.0358258317671172 0.306185193950 v1012(-1, 4) c D4 +4.4008325161230461 Z/165 0.2024924984337839 0.306185193950 v0974( 1, 4) c Z/2 + Z/2 + Z/2 +4.4008908631464772 trivial -0.0019528774776213 0.311019841295 s517(-1, 4) c Z/2 +4.4009017892911469 Z/154 0.0516366530402738 0.327252206592 s518(-1, 4) c D2 +4.4009017892911469 Z/26 -0.0733633469597262 0.327252206592 s530(-1, 4) c D2 +4.4014408670161145 Z/131 -0.1845984713192827 0.306981197893 s546( 5, 1) c Z/2 +4.4016257867795263 Z/77 0.0487535069459040 0.538310866771 s723(-2, 3) c Z/2 +4.4031550166948581 Z/2 + Z/24 -0.0116779503300627 0.433670855096 s594( 1, 3) c D2 +4.4031550166948581 Z/3 + Z/6 0.1783446169967293 1.101983925745 s958( 1, 2) c D4 +4.4031550166948581 Z/2 + Z/8 -0.2383220496699373 0.433670855096 s594( 3, 1) c D2 +4.4033693160545970 Z/102 0.0741149098981568 0.326860336560 m395(-4, 3) c Z/2 +4.4035867572809212 Z/48 0.2484692636310206 0.334801186727 s560(-5, 1) c Z/2 +4.4038488427938900 Z/136 -0.0119430943516860 0.313425987627 s505(-4, 3) c Z/2 +4.4052612892539140 Z/17 -0.2291645306339316 0.350191172646 s528(-6, 1) c D2 +4.4056784051689974 Z/10 0.2060145169344811 0.413798963249 s572(-5, 1) c D2 +4.4060875386251758 Z/49 -0.1432298993866862 0.334532777791 s535(-5, 1) c Z/2 +4.4064523768880097 Z/91 -0.0898092641091419 0.341382744098 s527(-2, 3) c D2 +4.4070394889223342 Z/86 -0.1022106897025830 0.324092950716 s512( 4, 3) c Z/2 +4.4073457210581140 Z/25 0.0000000000000000 0.999383827630 v2817(-3, 1) a Z/4 +4.4073583501115745 Z/5 -0.1975775593554360 0.496416764312 s704(-4, 1) c Z/2 +4.4080866458111918 Z/91 -0.1177140702280330 0.370328700178 s555(-4, 1) c Z/2 +4.4081803447050787 Z 0.1829087435368077 0.403355802447 s580(-5, 1) c D2 +4.4081803447050787 Z/3 + Z 0.1829087435368077 0.403355802447 s581(-1, 3) c D2 +4.4085090350821587 Z/7 + Z/14 -0.2261741216344624 0.387012314645 v1171(-4, 1) c D2 +4.4094562870944377 Z/19 -0.0830945422357196 0.328767380516 s528( 6, 1) neg c D2 +4.4096896839786143 Z/2 + Z/2 0.0961640623405761 0.409135684737 m410(-3, 2) c Z/2 +4.4106046890755196 Z/39 0.2383451068220771 0.343853497187 s543(-4, 1) c Z/2 +4.4112708341111142 Z/2 + Z/14 -0.1996757724329120 0.333005540816 m400(-4, 1) c Z/2 +4.4118454488601017 Z/245 -0.0232790844268288 0.324091036581 s513( 3, 2) c Z/2 +4.4119938069149089 Z/2 + Z/56 0.1171044930361448 0.316781012509 s529(-5, 1) c Z/2 +4.4120269128699713 Z/148 0.0566447873890000 0.335579258761 v1065(-4, 1) neg c Z/2 +4.4120768905894705 Z/35 0.2336228352793756 0.320121485708 s514(-6, 1) c Z/2 +4.4123943700557297 Z/2 + Z/88 0.1747372714722262 0.305769482174 s498( 4, 3) c Z/2 +4.4125098757006622 Z/57 -0.1950795540068253 0.479240450085 v1268(-4, 1) neg c Z/2 +4.4133487803672348 Z/87 0.1751570796412016 0.342720840473 m403( 1, 4) c Z/2 +4.4137216870575248 Z/21 0.1432355301079435 0.396023729406 s618(-4, 1) c D2 +4.4151778712640110 Z/79 -0.2071417541696052 0.332805127866 v1065( 3, 4) c Z/2 +4.4153324774538658 Z 0.0802627885852835 0.703161679817 s869(-1, 2) c D2 +4.4153324774538658 Z/5 + Z -0.0802627885852835 0.642482140213 s861( 3, 1) c D2 +4.4153324774538658 Z/10 + Z/10 0.0802627885852835 0.819968504504 v2101(-1, 3) c D4 +4.4153324774538658 Z/24 0.0864038780813832 0.571513067625 s775( 3, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/24 -0.0864038780813832 1.176491604339 v3210(-2, 1) c D2 +4.4153324774538658 Z/40 0.0864038780813832 0.571513067625 s779( 3, 1) neg c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/56 -0.0864038780813832 0.819968504505 v2380( 3, 1) c D2 +4.4153324774538658 Z/105 0.0864038780813832 0.495127542779 s649( 1, 3) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/120 0.0864038780813832 0.571513067625 s772( 3, 1) neg c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/6 + Z/6 0.0864038780813832 0.571513067625 s787( 3, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/2 + Z/14 0.0864038780813832 0.771499882646 v2209( 3, 1) neg c D2 +4.4153324774538658 Z/3 + Z/24 -0.0864038780813832 0.571513067625 s778(-4, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/15 -0.1635961219186168 1.143026135250 v2910( 1, 2) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/24 -0.1697372114147165 0.495127542779 s645(-1, 3) c D2 +4.4153324774538658 Z/136 -0.1697372114147165 0.495127542779 s646(-1, 3) c D2 +4.4153324774538658 Z/4 + Z/4 -0.1697372114147165 0.571513067625 s779(-4, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/2 + Z/16 -0.1697372114147165 0.571513067625 s775(-4, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/2 + Z/48 0.1697372114147165 0.571513067625 s778( 3, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/4 + Z/12 -0.1697372114147165 0.571513067625 s772(-4, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/2 + Z/2 + Z/8 -0.1697372114147165 0.571513067625 s773( 3, 1) c D2 +4.4153324774538658 Z/4 + Z/4 + Z/4 -0.1697372114147165 0.571513067625 s786( 3, 1) c octahedral group +4.4153324774538658 Z/2 + Z/2 + Z/12 0.1697372114147165 0.571513067625 s781(-4, 1) c Z/2 + Z/2 + Z/2 +4.4153324774538658 Z/22 -0.2114038780813832 0.937073663059 v2642( 3, 1) c D2 +4.4153324774538658 Z/2 + Z/14 -0.2114038780813832 0.937073663059 v2641( 3, 1) neg c D2 +4.4153324774538658 Z/12 -0.2469294552519502 0.635780579449 s819(-4, 1) c D2 +4.4153324774538658 Z/44 0.2469294552519502 0.386476749221 v1125(-4, 3) c D2 +4.4156483561309006 Z/2 -0.2049842576157280 0.414999509774 m410(-5, 1) c Z/2 +4.4161597300150444 Z/106 -0.1383384778536327 0.470675645187 s650(-1, 3) neg c Z/2 +4.4161597300150444 Z/182 0.1383384778536327 0.360784183157 s543( 5, 2) c D2 +4.4162983311898438 Z/59 -0.1779088252049856 0.409186304253 s597( 4, 1) c Z/2 +4.4163496020087140 Z/102 -0.1879668205346697 0.306719361406 s518( 1, 4) c Z/2 +4.4165647194137925 Z/247 -0.0880008213039172 0.352788232831 s544(-2, 3) c D2 +4.4181224136951514 Z/71 -0.2447909819443465 0.401385207947 s599(-4, 1) c Z/2 +4.4183155960738352 Z/141 -0.0535665742988737 0.346307394910 s543( 5, 1) c Z/2 +4.4184641786540427 Z/201 -0.2480066767929001 0.305597238090 s509( 1, 4) c Z/2 +4.4191031336722699 Z/38 -0.0981747013557864 0.371588189335 s593( 4, 1) c Z/2 +4.4191713248512654 Z/3 + Z -0.1471601795353673 0.422569485003 v1191(-5, 1) c D2 +4.4191713248512654 Z/9 + Z 0.1471601795353673 0.336183459180 v1076(-5, 1) c D2 +4.4194060248575641 Z/85 -0.1285440757981009 0.418450183455 s618( 4, 1) c Z/2 +4.4198418082568824 Z/109 -0.0379741903216251 0.348732890845 s544( 4, 3) c Z/2 +4.4204886817174894 Z/69 0.0811069695996148 0.393945901077 s571(-4, 3) c D2 +4.4206187099119930 Z/160 -0.2282499346985642 0.300611832651 s504( 4, 3) c Z/2 +4.4208470780616606 Z/10 -0.1407878214958970 0.398111505284 s580( 5, 1) c D2 +4.4213997053106289 Z/53 -0.2210179152480921 0.310127751349 s502( 4, 3) c Z/2 +4.4215547492792789 Z/23 -0.0620626084139961 0.392036987957 v1190( 4, 1) c Z/2 +4.4219034782239071 Z/153 0.0500113794852814 0.337743165452 s540(-1, 4) c D2 +4.4221143828767627 trivial 0.2421542468973270 0.481586585609 s648( 3, 2) c D4 +4.4224261966905998 Z/221 0.1074917174059120 0.343393213686 m402( 3, 2) c D2 +4.4224569140970545 Z/173 0.0555679095732213 0.309779613798 s539( 5, 1) c Z/2 +4.4226877757551775 Z/181 0.0000000000000000 0.335972359528 s533( 1, 4) a Z/4 +4.4229823353031528 Z/2 + Z/26 -0.2255077041072054 0.333417963514 m400( 4, 3) c Z/2 +4.4234165576073348 Z/105 -0.1168802301453717 0.330084327565 s527( 5, 2) c D2 +4.4236426588890684 Z/7 + Z/35 -0.1299002583971504 0.314557571434 s513( 2, 3) c Z/2 +4.4237669813512159 Z/7 0.0744869994146836 0.320228241372 v1030( 2, 3) c Z/2 +4.4238421869537772 Z/91 -0.0571677125162608 0.307534660124 s507( 3, 4) c Z/2 +4.4240367136780859 Z/3 + Z/6 -0.1380555623117413 0.391998388533 s581( 1, 3) c D2 +4.4244689282874067 Z/34 0.0793764440463239 0.429432430019 s626( 3, 2) c D2 +4.4245914604853669 Z/29 -0.1665808649094302 0.638706054635 s827(-3, 1) c Z/2 +4.4247274943180285 Z/54 0.1847761622467020 0.539349077694 s755(-1, 3) neg c Z/2 +4.4252698211053778 Z/45 0.0757852938565572 0.477416985539 s677(-2, 3) c D2 +4.4254604859079389 Z/45 -0.1446244456691347 0.535597901802 s764( 1, 3) c D2 +4.4257252913798347 Z/159 -0.0047740228693359 0.341571239390 s544(-4, 1) c Z/2 +4.4261970700048478 Z/55 -0.0392591356648264 0.318391194677 v1065( 5, 2) c Z/2 +4.4263090281049182 Z/63 -0.1359906752296593 0.345378434897 s547(-5, 1) c Z/2 +4.4272215916334670 Z/111 0.2271441845480191 0.557054184020 s813( 1, 3) c Z/2 +4.4274015294733234 Z/30 0.2055852046606351 0.317076590512 s610(-4, 1) c Z/2 +4.4274039659156599 Z/50 -0.1370070864141374 0.311169030749 s525( 1, 4) c Z/2 +4.4276914976387306 Z/4 0.0794381703828138 0.601832967373 s819(-3, 2) c D2 +4.4276914976387306 Z/68 -0.0794381703828138 0.300916483686 s508( 3, 4) c D2 +4.4281340065420177 Z/50 0.2036804438944350 0.369499640913 s612( 4, 3) c Z/2 +4.4284225559858663 Z/59 -0.1201249261651835 0.478746715234 s835( 1, 3) c Z/2 +4.4284876630847562 Z/98 0.1637709534703758 0.328784017811 s535(-5, 2) c Z/2 +4.4295077403351866 Z/75 0.0130168541720794 0.472363117948 s663(-1, 3) c Z/2 +4.4299938973101853 Z/39 0.1442369285221394 0.642527309045 s847(-3, 1) c Z/2 +4.4302944289339607 Z/78 -0.1766050306135225 0.342727145164 m401(-4, 3) c Z/2 +4.4303253119097748 Z/133 0.0321412720560893 0.310383030876 v1065( 1, 4) c Z/2 +4.4315845214985440 Z/133 -0.0557710549356542 0.333619926498 s527( 4, 3) c D2 +4.4317964814511734 Z/6 0.1791919085269525 0.330938008591 s528( 1, 3) c D2 +4.4320966417485551 Z/74 0.0498374812904348 0.330643542442 m400( 3, 4) c Z/2 +4.4327004729023670 Z/69 0.0969925879608094 0.361963616464 s613(-4, 1) c Z/2 +4.4328592668705301 Z/9 -0.2063628821553980 0.416815224768 v1181( 5, 1) neg c Z/2 +4.4329302187025797 Z/147 0.1442316284692458 0.332789309978 s535( 2, 3) c Z/2 +4.4332590360186357 Z/66 0.1216242003340492 0.479345654707 s699(-4, 1) c Z/2 +4.4332590360186357 Z/46 0.2466242003340492 0.479345654707 s698(-4, 1) c Z/2 +4.4334364951635478 Z/47 0.0487769161410348 0.333982964284 s547( 5, 1) c Z/2 +4.4335719567687233 Z/90 -0.1858530679995467 0.589622064828 s764(-2, 3) neg c D2 +4.4351493510450087 Z/4 -0.0123690036644785 0.500544405882 s704( 5, 1) c Z/2 +4.4353477016863835 Z/3 0.2169028004943735 0.433335145051 s648(-1, 2) c D4 +4.4355644452833106 Z/2 -0.0098173558143196 0.482796706130 s730( 1, 2) c Z/2 +4.4367839133489560 Z/229 0.0000000000000000 0.335923660039 m402( 2, 3) a Z/4 +4.4368919971922921 Z/111 0.0142200118903490 0.383323282557 s574(-4, 1) c Z/2 +4.4378785618204518 Z/54 -0.0777463943747154 0.368095723383 v1161(-4, 1) neg c Z/2 +4.4382034896593131 Z/5 0.0446684405264276 0.420256165030 s648( 6, 1) c D4 +4.4383630972537569 Z/182 -0.2042193004010760 0.314971757598 m401( 4, 1) c Z/2 +4.4389644297819482 Z/23 0.0297542775676477 0.384305604356 s566(-3, 2) c Z/2 +4.4390173621613988 Z/164 0.0218365080383679 0.360361058690 s567( 4, 1) c Z/2 +4.4396871222053160 Z/45 0.0458479387258438 0.321552967675 s536( 5, 1) c Z/2 +4.4406353927402820 Z/29 -0.0671936043006637 0.323570457579 v1054(-1, 4) c Z/2 +4.4419127311266187 Z/25 -0.0557311618540853 0.467908469237 s663( 4, 1) c Z/2 +4.4424781707474750 Z/110 -0.0236605478271691 0.510404755366 s690(-4, 1) c Z/2 +4.4427513726946321 Z/95 -0.2331153403998799 0.303573017280 v1065( 5, 1) c Z/2 +4.4428363203474832 Z/33 0.1303452848497451 0.668437063168 s847( 1, 3) c Z/2 +4.4431338992426917 Z/70 0.0282490022139558 0.346586012170 s546(-2, 3) c Z/2 +4.4433555800182162 Z/143 0.0701388121516774 0.328408226716 m401( 1, 4) c Z/2 +4.4434189413651698 Z/17 0.1220906359691501 0.308785817901 s528( 5, 2) neg c D2 +4.4434983380996652 Z/75 0.1712291154318149 0.463693931986 s663(-2, 3) c Z/2 +4.4435414293189670 Z/2 + Z/24 -0.0924420266856257 0.325836939688 s610( 5, 1) c Z/2 +4.4447055043600777 Z/68 0.2284271776379974 0.464252697437 s673(-3, 2) c D2 +4.4447055043600777 Z/3 + Z/12 0.2284271776379974 0.464252697437 s818( 4, 1) c D2 +4.4449259799399456 Z/32 0.1982491823877733 0.481559121433 s691( 3, 2) c Z/2 +4.4452438487795150 Z/94 -0.0759232154265503 0.307808532623 s529(-5, 2) c Z/2 +4.4454335151043216 Z/26 -0.2368351902892215 0.335412412859 s539(-2, 3) c Z/2 +4.4464962193668986 Z/91 -0.1231322099995179 0.400395000756 s826( 3, 1) c Z/2 +4.4467067260048919 Z/20 0.2155869297474742 0.343884419411 v1125( 4, 1) c Z/2 +4.4468258559064796 Z/174 -0.0280266182752144 0.319297105574 s604(-4, 1) c Z/2 +4.4476945015995728 Z/27 0.1705371209218917 0.426027578607 s615(-5, 1) c Z/2 +4.4484083798157155 Z/50 0.1879630745143872 0.346876314957 s554(-4, 1) neg c Z/2 +4.4485809115529836 Z/42 -0.0691189771523507 0.375881573794 s581(-5, 1) c D2 +4.4486280041806418 Z/133 0.1817560682446213 0.418601566478 s599( 3, 2) c Z/2 +4.4493985567400197 Z/107 -0.0848688921105948 0.317098969274 v1054( 5, 1) neg c Z/2 +4.4498072917555582 Z/14 -0.0667632280887008 0.380394671909 s580(-1, 3) c D2 +4.4502475764540764 Z/27 -0.0142979395835054 0.453789905821 s652( 5, 1) c Z/2 +4.4505226574645424 Z/23 0.1519920702005066 0.481416178009 s730(-5, 1) c Z/2 +4.4505945284079162 Z/57 0.1752967802260431 0.363325696089 s573(-5, 1) c Z/2 +4.4509811591371612 Z/78 0.0733766117099613 0.580477225470 s813( 2, 3) c Z/2 +4.4513098259183291 Z/75 0.1238728984468692 0.339521687426 v1132(-5, 1) c Z/2 +4.4521981875557737 Z/82 0.0264738620186625 0.301045918952 m400(-1, 4) c Z/2 +4.4539126389174415 Z/4 0.0395787609042778 0.823795837136 s912( 4, 1) c D2 +4.4539126389174415 Z/52 -0.0395787609042778 0.474688088458 s709( 1, 3) c D2 +4.4539126389174415 Z/29 -0.2104212390957222 0.949376176917 v2643(-3, 1) c D2 +4.4541260112640282 Z/15 0.1945673955644567 0.515069700801 s745( 4, 1) c Z/2 +4.4541327813577554 Z/4 -0.0414520920736579 0.674089883703 s879( 4, 1) c Z/2 +4.4541327813577554 Z/36 -0.0414520920736579 0.674089883703 s878(-3, 1) c Z/2 +4.4543736948278118 Z/2 + Z/8 -0.0094718256411718 0.373549639852 s594( 4,-1) c D2 +4.4543736948278118 Z/2 + Z/22 -0.1988615076921615 0.475377584946 s702(-1, 3) c Z/2 +4.4543736948278118 Z/2 + Z/2 + Z/16 -0.2405281743588282 0.373549639852 s594(-1, 4) c D2 +4.4544530844859250 Z/8 0.0110860289838085 0.820665372471 v2200(-3, 2) neg c D2 +4.4544530844859250 Z/40 0.0110860289838085 0.488626741947 v1398( 4, 1) c D2 +4.4544530844859250 Z/5 0.2389139710161915 0.977253483895 v2643( 1, 2) c D2 +4.4557012369984692 Z/12 -0.0943562830580808 0.494118277697 s818( 3, 2) c D2 +4.4557012369984692 Z/76 -0.0943562830580808 0.494118277697 s718(-3, 2) c D2 +4.4557208584670792 Z/101 -0.0878474190292473 0.438852075669 s650(-3, 2) c Z/2 +4.4557613079205115 Z/110 0.1209680380312091 0.378786123944 s572( 1, 3) c D2 +4.4559786295685575 Z 0.0046436032229487 0.306532622302 s528(-1, 3) c D2 +4.4559786295685575 Z/7 + Z 0.0046436032229487 0.306532622302 s527(-5, 1) c D2 +4.4563164301007120 Z/84 0.1391283638797197 0.390213797745 s591( 1, 4) c Z/2 +4.4585718324660560 Z/71 -0.0285203455079122 0.402444312161 s612( 3, 4) c Z/2 +4.4586687471503596 Z/179 0.0942382141704772 0.314327757114 s541(-1, 4) c Z/2 +4.4592028796794212 Z/9 0.0163801021237149 0.313442419382 s528( 2, 3) c D2 +4.4595350325978833 Z/16 0.1110788679871311 0.373904179583 s580( 1, 3) neg c D2 +4.4595350325978833 Z/48 0.1110788679871311 0.373904179583 s581( 5, 1) neg c D2 +4.4595350325978833 Z/12 0.2222544653462022 0.310650997156 s533( 5, 1) c Z/2 +4.4596975428627474 Z/49 -0.0529792123890593 0.781234579321 v2380(-1, 2) c Z/2 +4.4596975428627474 Z/68 0.1363125457223927 0.462831394975 s686( 4, 1) c Z/2 +4.4603638274846900 Z/57 -0.2283103293555511 0.373957652067 s582( 4, 1) c Z/2 +4.4623241383104286 Z/12 -0.2365191508142929 0.452203112254 s718( 5, 1) c D2 +4.4623241383104286 Z/20 0.2365191508142929 0.452203112254 v1315( 5, 1) c D2 +4.4623896103386405 Z/113 -0.0191722060527378 0.303660554970 s533( 4, 3) c Z/2 +4.4626718297397061 Z/95 -0.0373837700375129 0.398961656927 s845(-3, 1) c Z/2 +4.4628680314102450 Z/11 -0.1867770112264639 0.774598076648 s928(-3, 1) c Z/2 +4.4629599906186792 Z/28 0.2468362972403868 0.435658124614 v1268( 1, 3) c Z/2 +4.4630728240355344 trivial 0.1506583875952293 0.689404536083 s850(-3, 2) c Z/2 +4.4632570187190996 Z/83 0.1537685259217798 0.329133486726 s543(-2, 3) neg c Z/2 +4.4632597321572539 Z/63 0.2334422296551197 0.320886171441 v1125(-1, 4) c Z/2 +4.4642588771705716 Z/56 0.0173803751610646 0.517190088662 s741( 3, 1) c Z/2 +4.4643558618152308 Z/57 0.1510351649647817 0.515882857132 v1534(-4, 1) c Z/2 +4.4644898320741230 Z/73 -0.0854974303907738 0.303047444067 m403(-1, 4) c Z/2 +4.4646589115486808 Z/90 -0.0892343164655708 0.591540618679 s881(-1, 3) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/10 0.0892343164655708 0.387758264723 s595( 5, 1) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/10 -0.0892343164655708 0.387758264723 s595(-5, 1) c D2 +4.4646589115486808 Z/2 + Z/14 0.1190990168677625 0.804506277074 s915( 3, 1) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/4 0.1190990168677625 0.591540618679 s781(-2, 3) c D2 +4.4646589115486808 Z/2 + Z/4 + Z/4 -0.1190990168677625 0.591540618679 s786(-1, 3) c D4 +4.4646589115486808 Z/2 + Z/4 + Z/12 -0.1190990168677625 0.591540618679 s773(-1, 3) neg c D6 +4.4646589115486808 Z/2 + Z/8 0.1309009831322375 0.591540618679 s777(-5, 1) c D2 +4.4646589115486808 Z/2 + Z/16 0.1607656835344292 0.499611657391 s734( 4, 1) c D2 +4.4646589115486808 Z/2 + Z/16 -0.1607656835344292 0.804506277074 s915(-3, 1) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/2 -0.1607656835344292 0.387758264723 s595( 1, 3) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/2 0.1607656835344292 0.387758264723 s595(-1, 3) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/2 0.1607656835344292 0.999223314782 v2787(-1, 2) c D4 +4.4646589115486808 Z/2 + Z 0.2142343164655708 0.804506277074 s924( 3, 1) c D2 +4.4646589115486808 Z/6 + Z -0.2142343164655708 0.499611657391 v1408( 4, 1) c D2 +4.4646589115486808 Z/2 + Z/2 + Z/6 0.2142343164655708 0.999223314782 v2787( 1, 2) neg c D6 +4.4648065400796927 Z/3 + Z/3 -0.1558123295261398 0.371360336413 s581(-2, 3) c D2 +4.4654245267713809 Z/58 0.0000000000000000 0.948609734709 v2585( 1, 2) neg a Z/4 +4.4664457688249275 Z/15 -0.1453193424141888 0.304120688523 v1065( 5, 3) c Z/2 +4.4666097746734063 Z/13 0.0472005699572247 0.303557855525 m401(-3, 4) c Z/2 +4.4667282150185223 Z/38 -0.1174871062270141 0.425977675608 s626( 5, 1) c D2 +4.4668325091790676 Z/3 + Z/3 + Z/3 0.1152221452053254 0.531825872738 s784(-4, 1) c D3 +4.4671913819034439 Z/26 -0.0833818494028080 0.468220395047 s719( 1, 2) c D2 +4.4672412530203885 Z/30 0.0708983466032005 0.486881533755 v1315(-5, 1) c D2 +4.4678246844426413 Z/29 -0.0281648801372816 0.668276981943 s871( 3, 2) c D2 +4.4682281173605264 Z/31 0.0121833276561497 0.448156609939 s691( 4, 1) c Z/2 +4.4691196710917395 Z/115 -0.0402518606818357 0.374467496825 s572( 2, 3) c D2 +4.4709013073931346 Z/14 0.0385643542540460 0.352387868229 v1171(-4, 3) c Z/2 +4.4713297771453705 Z/16 -0.2397110197834895 0.603948681820 v1676(-4, 1) c D2 +4.4713297771453705 Z/80 0.2397110197834895 0.301974340910 s536( 5, 2) c D2 +4.4716561935981618 Z/2 + Z/58 0.0154312510490270 0.472292299575 s698(-1, 3) c Z/2 +4.4716561935981618 Z/2 + Z/44 -0.1095687489509730 0.472292299575 s699(-1, 3) c Z/2 +4.4719835981648748 Z/141 -0.1759301245082568 0.301799676850 s539( 1, 4) c Z/2 +4.4732349245207439 Z/85 0.1929782015278887 0.525292419202 s764(-3, 2) neg c D2 +4.4741861961364461 Z/145 -0.2497494941581501 0.347767551713 s574( 4, 1) c Z/2 +4.4746592609297296 Z/58 -0.2250158774049531 0.471486527415 s702( 4, 1) c Z/2 +4.4753958267210446 Z/30 0.0619804558093548 0.464735268723 s708( 3, 2) c D2 +4.4755855247828242 Z/56 -0.1642065227347882 0.573797480191 v1538(-4, 1) c D2 +4.4755855247828242 Z/56 -0.1642065227347882 0.640950294739 v2018( 3, 1) c D2 +4.4755855247828242 Z/15 0.2475398560681216 0.640950294739 s874(-3, 1) c D2 +4.4769162614282549 Z/32 -0.0519280195618281 0.518088757570 s777(-1, 2) c D2 +4.4769185553754807 Z/36 -0.2474756018032744 0.346867108162 s574(-1, 4) c Z/2 +4.4770459788346093 Z/100 0.0154042001742966 0.355768000446 s574( 1, 4) c Z/2 +4.4773051308602259 Z/65 0.2030345831117865 0.374408231617 v1190(-4, 1) c Z/2 +4.4786831331375339 Z/15 0.0665550355255390 0.444153973035 s691(-1, 3) c Z/2 +4.4788881178901838 Z/199 0.2380727161320755 0.309489110556 s544( 3, 4) c Z/2 +4.4789195957147427 Z/129 0.0292775377405096 0.320024281903 s552( 1, 4) c Z/2 +4.4790616709243691 Z/52 -0.0090828590056425 0.412402296001 v1262(-1, 3) c Z/2 +4.4791101848577930 Z/90 -0.0583530959670545 0.303804135082 s538(-4, 3) c Z/2 +4.4795866313565922 Z/10 -0.0886469017490448 0.317826376539 s554(-1, 4) neg c Z/2 +4.4797588288136267 Z/2 + Z/52 -0.0532464685942563 0.305820771653 s530(-4, 3) c Z/2 +4.4810697192301166 Z/10 0.2237942384609819 0.596081871144 s832(-3, 1) c Z/2 +4.4828927047794608 Z/18 -0.1180941361191461 0.363357893356 s841( 4, 1) c Z/2 +4.4832806764778507 Z/126 0.1647275927189043 0.390232232683 s627( 4, 1) c D2 +4.4838447186952522 Z/43 0.0199445415263929 0.541843064591 s849(-3, 1) c Z/2 +4.4842800184951428 Z/71 -0.1779066395509909 0.461287206477 s686( 3, 2) c Z/2 +4.4844374825939528 Z/14 0.0058027672687836 0.459052740270 s667(-6, 1) c Z/2 +4.4844527830404062 Z/4 + Z/4 0.0344776292547587 0.559427556547 s786(-2, 3) c D4 +4.4844527830404062 Z/4 + Z/8 -0.0344776292547587 0.559427556547 s781(-1, 3) c D2 +4.4844527830404062 Z/2 + Z/48 0.0344776292547587 0.559427556547 s773(-2, 3) neg c D2 +4.4845827438326192 Z/4 0.0242028325387955 0.345830765548 v1143( 4, 3) c Z/2 +4.4846138721027589 Z/109 -0.0786430628614472 0.394633212502 s615(-1, 3) c Z/2 +4.4847666241652555 Z/14 0.2215976038450378 0.333873978587 s566(-4, 1) c Z/2 +4.4848577405608371 Z/20 -0.2076838967975381 0.573820297323 v3246( 1, 2) c D2 +4.4848577405608371 Z/20 0.2076838967975381 0.964152415338 v2871(-3, 1) neg c D2 +4.4853141052094741 Z/2 + Z/36 0.2407176724608288 0.431383878674 s690( 3, 1) c Z/2 +4.4853549268048791 Z/184 0.2147780124792535 0.301595084980 s543( 1, 4) neg c Z/2 +4.4855126252126812 Z/35 0.1980084708971536 0.430483691854 s686(-1, 3) c Z/2 +4.4857438822638133 Z/189 0.2055481383628186 0.369909702347 s612( 1, 4) c Z/2 +4.4863406447834386 Z/22 0.1178991530276297 0.790455600760 s896( 1, 3) c Z/2 +4.4885695944519127 Z/7 -0.0829366346854685 0.423532266759 s648(-6, 1) c D4 +4.4893038517109279 Z/72 0.1581218011162889 0.366562314631 s884( 1, 3) c Z/2 +4.4898565066324344 Z/3 + Z/9 0.2000517412094868 0.352640934924 s581( 2, 3) c D2 +4.4898718217077096 Z/40 0.0921418567233261 0.595342989302 s850( 3, 1) c Z/2 +4.4912292316591504 Z/2 + Z/34 0.0737148060623141 0.444925394241 s699( 1, 3) c Z/2 +4.4912292316591504 Z/2 + Z/56 0.1987148060623141 0.444925394241 s698( 1, 3) c Z/2 +4.4913560483587176 Z/3 + Z/18 -0.0107882403325142 0.506066705357 s784( 3, 2) c D3 +4.4915922098873136 Z/69 -0.0307630544638895 0.324751823483 s556(-2, 3) c Z/2 +4.4929391397863199 Z/95 0.0702099291528273 0.332723993565 s572( 5, 2) c D2 +4.4934951988693324 Z/29 -0.1923985888158475 0.465958671244 s839(-3, 1) c Z/2 +4.4936345654612732 Z/61 -0.0272326021516059 0.320979146666 v1125(-3, 4) c Z/2 +4.4938286693771050 Z/48 0.2053473661908720 0.301108331019 s544( 5, 1) c Z/2 +4.4944756369880001 Z/113 0.1003745981624759 0.392735590411 s615( 1, 3) c Z/2 +4.4950267698052632 Z/3 0.0345936918367388 0.803839846688 s939(-3, 1) c Z/2 +4.4954113808042825 Z/69 -0.0621299214890097 0.468444430497 s705(-4, 1) c Z/2 +4.4960803722452139 Z/27 0.1300180879194623 0.338567867990 v1161( 5, 1) c Z/2 +4.4963016122008161 Z/2 + Z/24 -0.0625000000000000 0.471364911685 s734(-4, 1) c Z/2 +4.4964116424246624 Z/229 0.1416834682619453 0.301100980414 s539( 5, 3) c Z/2 +4.4968334392696654 Z/31 0.1058288248481209 0.453747815279 s723(-4, 1) c Z/2 +4.4972355314214538 Z/117 0.1754263831256409 0.417514869899 s676( 2, 3) c D2 +4.4975696273335894 Z/21 -0.1391411571030582 0.433600375396 s703(-5, 1) c Z/2 +4.4976976723353372 Z/15 -0.0773175499350753 0.437849123193 s751( 5, 1) c D2 +4.4976981731459055 Z/79 0.2234782227097841 0.411969029099 s633( 2, 3) c Z/2 +4.4979324048769151 Z/34 -0.1471223334781703 0.809161339722 v2585( 3, 1) c Z/2 +4.4982671988992062 Z/161 -0.1466996925240261 0.311839141435 s555( 4, 3) c Z/2 +4.4986759718034978 Z/2 + Z/4 0.0416666666666667 0.632974319201 v1859(-3, 1) c D2 +4.4986759718034978 Z/2 + Z/28 0.0416666666666667 0.632974319201 v1859( 1, 3) c D2 +4.4986759718034978 Z/2 + Z/20 -0.1666666666666667 0.632974319201 v1859( 3, 1) c D2 +4.4986759718034978 Z/2 + Z/20 -0.1666666666666667 0.632974319201 v1859(-1, 3) c D2 +4.4989307345097739 Z/39 0.2461433607068880 0.360624793127 s587( 4, 3) c Z/2 +4.5002140211865609 Z/3 -0.1086204884874620 0.463762209066 s862( 4, 1) c D2 +4.5006380877004381 Z/137 0.0717915205555181 0.369111167953 s599( 2, 3) c Z/2 +4.5012454323575331 Z/13 0.0951717491252688 0.347529759786 s580(-2, 3) c D2 +4.5014585605604626 Z/18 -0.0378637861355303 0.511421279940 s730(-3, 2) c Z/2 +4.5016815059405329 Z/16 0.2383529325616583 0.512369642580 s798( 1, 3) c Z/2 +4.5016826161035852 Z/91 0.0068002517774385 0.357063137158 s599(-1, 4) c Z/2 +4.5020363762282624 Z/34 -0.1113489693568245 0.469730076031 s719(-3, 2) c D2 +4.5026193506102538 Z/116 0.0405332651446819 0.315834922337 v1143( 1, 4) c Z/2 +4.5026975308053477 Z/129 -0.0384705504931351 0.387132995036 s641(-4, 1) c Z/2 +4.5028048250881610 Z/223 0.0318816392574649 0.302531727198 s543( 5, 3) c Z/2 +4.5028258416479229 Z/14 0.0075799910083789 0.552913855684 v1730( 1, 2) c D2 +4.5032681927718625 Z/10 0.2149220697776444 0.802064403566 s942( 3, 1) c Z/2 +4.5033748149088487 Z/29 0.1100968501918441 0.557236334856 s877(-1, 3) c Z/2 +4.5036081438125830 Z/143 -0.1133357730050679 0.556478198042 s835(-3, 1) c D2 +4.5036939024518755 Z/37 -0.1491402351939351 0.461735567448 s858( 3, 1) c Z/2 +4.5038181513827509 Z/86 -0.0449618186782283 0.339387057345 s573( 2, 3) c Z/2 +4.5038337344453052 Z/15 0.1260492875032127 0.320747212814 s566( 5, 2) c Z/2 +4.5039261713185701 Z/66 -0.1587529640048534 0.506944404218 s755(-2, 3) c Z/2 +4.5040868020372025 Z/12 -0.1469108327050169 0.420105962783 s722(-5, 1) c D2 +4.5040868020372025 Z/36 -0.1469108327050169 0.420105962783 s673( 1, 3) c D2 +4.5042442600219985 Z/191 -0.2090059120929458 0.317894206350 s561( 1, 4) c Z/2 +4.5047287443388368 Z/7 + Z/28 -0.0970656486815817 0.343260663343 s591( 3, 4) c Z/2 +4.5058144524986232 Z/122 0.1228204892637130 0.375537223252 s611( 4, 3) c Z/2 +4.5058628142982872 Z/17 0.0869372857500806 0.415807115425 v1268( 2, 3) c Z/2 +4.5058697528665975 Z/5 + Z/5 -0.1237280375411253 0.427494464433 v1315(-3, 2) c D2 +4.5058939077743108 Z/65 -0.1569605535426552 0.515132321262 s802( 4, 1) c D2 +4.5066343719700604 Z/47 -0.1527740922599134 0.370290138376 s615( 5, 1) c Z/2 +4.5072158640599230 Z/35 -0.1898259872675352 0.308518897881 v1132( 5, 1) c Z/2 +4.5075058938301415 Z/32 0.1379129704926620 0.334845571275 s566(-2, 3) c Z/2 +4.5082846082550165 Z/2 -0.0498871018210232 0.359368913969 m410( 6, 1) c Z/2 +4.5091760031514300 Z/13 -0.1258438399049885 0.733387064546 v2623( 3, 1) c Z/2 +4.5091903947321833 Z/49 -0.2400419085510771 0.489565820957 s741(-4, 1) c Z/2 +4.5092924257007402 Z/15 0.1318561096575594 0.340832618609 v1148(-4, 3) c Z/2 +4.5094935216368557 Z/22 -0.1422392582129580 0.423144353563 s686(-2, 3) c D2 +4.5095287795532557 Z/37 -0.0414455948338638 0.318145438126 s566( 3, 4) c Z/2 +4.5096617866444791 Z/5 + Z/15 0.1870880519213563 0.398890708419 s639(-4, 1) c D4 +4.5105311091922637 Z/65 -0.1343185865697398 0.325279952564 s572( 6, 1) c D2 +4.5108704563003323 Z/15 0.0709105324419270 0.642667872947 s861( 3, 2) c Z/2 +4.5108935444581795 Z/20 -0.1004036936426976 0.434999772700 v1368( 5, 1) neg c D2 +4.5108935444581795 Z/52 0.1004036936426976 0.434999772700 s718(-5, 1) c D2 +4.5120414857638532 Z/83 0.1014257866145829 0.386018186671 s650(-4, 1) c Z/2 +4.5120490912635415 Z/65 0.1149802635613467 0.460511161522 s751( 3, 2) c D2 +4.5123103148203815 Z/3 + Z/6 -0.1092886220622433 0.556063437822 s801(-5, 1) c D2 +4.5123760254789084 Z/27 0.2485068066765352 0.439350959698 s691( 1, 3) c Z/2 +4.5124102686785978 Z/3 + Z/3 0.1775130899090802 0.345242668060 s860(-4, 1) c Z/2 +4.5129647827949522 Z/65 0.1964430264359799 0.345092470594 s593(-5, 1) c Z/2 +4.5133906479266439 Z/27 -0.1206663278067208 0.389629520120 s657(-1, 3) c Z/2 +4.5139463175582036 Z/155 -0.1930487497082118 0.329122561184 s571(-3, 4) c Z/2 +4.5141716025865601 Z/39 0.1985388592617624 0.304722856744 s566( 1, 4) c Z/2 +4.5152287059671867 Z/9 + Z/9 -0.0974180896932166 0.409117561289 s676(-4, 1) c D4 +4.5154366807288310 Z/128 0.0782695121319564 0.450118159973 s723( 1, 3) c Z/2 +4.5161657256110619 Z/55 0.1419789438748203 0.385839908679 s640( 4, 1) c D2 +4.5165175966175598 Z/78 0.1684090224988181 0.466208440330 s827( 2, 3) c Z/2 +4.5165175966175598 Z/34 0.2065909775011819 0.466208440330 s734(-1, 3) c Z/2 +4.5168509194163750 Z/167 0.0454329239912264 0.324508236364 s571( 4, 1) c Z/2 +4.5169812289698748 Z/44 -0.0625084763212720 0.385906704953 s640(-5, 1) c D2 +4.5169812289698748 Z/60 -0.0625084763212720 0.385906704953 s639(-1, 3) c D2 +4.5169812289698748 Z/5 + Z 0.1041581903453947 0.421017270431 s677( 1, 3) c D2 +4.5169812289698748 Z/9 + Z 0.1041581903453947 0.421017270431 s676( 5, 1) c D2 +4.5171371684443327 Z/17 -0.0512071516084434 0.336558009152 s580( 2, 3) c D2 +4.5179362186362514 Z/25 0.2466436420063256 0.399193096075 s663(-5, 1) c Z/2 +4.5184003631823150 Z/12 -0.1279267013318829 0.474689057282 s870( 4, 1) c D2 +4.5186283940869813 Z/2 + Z/4 -0.0281257102563970 0.420779515885 s690( 1, 3) c Z/2 +4.5186755344565794 Z/38 -0.1289211711016244 0.434042667544 s705( 1, 3) c Z/2 +4.5188513808100579 Z/23 0.2000221001443464 0.335254595780 v1189( 6, 1) c Z/2 +4.5195342651919511 Z/24 0.0458177948607505 0.401688036438 s645( 4, 3) c D2 +4.5195342651919511 Z/56 0.0458177948607505 0.401688036438 s646( 4, 3) c D2 +4.5195342651919511 Z/30 -0.1291511281940838 0.401688036438 s649(-4, 3) c Z/2 + Z/2 + Z/2 +4.5196253671424428 Z/3 + Z/3 -0.2044359352790189 0.428072102560 v1316(-4, 1) c D2 +4.5201950075619361 Z/95 -0.0698577060126457 0.307320171636 s689( 4, 1) c Z/2 +4.5208727862291263 Z/66 0.0148309183515578 0.453521033319 s753( 4, 1) c Z/2 +4.5208727862291263 Z/14 -0.1101690816484422 0.453521033319 s734( 1, 3) c Z/2 +4.5209588287546390 Z/12 0.0420310684490981 0.428295595712 s801( 5, 1) c D2 +4.5209588287546390 Z/52 -0.0420310684490981 0.428295595712 s718( 3, 2) c D2 +4.5212720574210167 Z/81 0.0112891334770893 0.300438387249 s561( 5, 1) c Z/2 +4.5214314895734849 Z/89 -0.0174759711145267 0.326924051337 s573(-5, 2) c Z/2 +4.5216301291054611 Z/80 0.0340780465884537 0.394695278610 s644( 4, 1) c D2 +4.5216301291054611 Z/208 -0.0340780465884537 0.368756604139 s616(-2, 3) c D2 +4.5216357699123065 Z/5 -0.0678281680076463 0.300763822441 s566( 5, 1) c Z/2 +4.5225048363604344 Z/15 0.1619496014731370 0.356396998568 v1191(-5, 2) c Z/2 +4.5227021476444462 Z/22 0.0520284114877005 0.511942330211 s761(-4, 1) c Z/2 +4.5227788438424429 Z/2 + Z/8 0.1773852846269089 0.351989020721 s595( 2, 3) c D2 +4.5227788438424429 Z/2 + Z/8 -0.1773852846269089 0.351989020721 s595(-2, 3) c D2 +4.5246339827772030 Z/25 0.2116677298007618 0.436159212512 s705( 2, 3) c Z/2 +4.5248234280307151 Z/162 -0.0565724672081581 0.360593704641 s593(-4, 3) c Z/2 +4.5254163691666729 Z/104 -0.1324113562272932 0.310399553327 s666( 4, 1) c Z/2 +4.5282569247227718 Z/82 0.2101657764737946 0.441975215766 s729( 1, 3) c Z/2 +4.5283659108787721 Z/147 -0.2383152330564070 0.535397684870 s813(-3, 1) neg c Z/2 +4.5285039920639939 Z/37 0.0538004701185567 0.359668299663 v1189(-6, 1) c Z/2 +4.5294784048954448 Z/50 -0.0667346347200011 0.400118251305 s846(-3, 1) c Z/2 +4.5294959289824070 Z/143 -0.1702103672072690 0.401391783397 s643(-4, 3) c D2 +4.5303526786210476 Z/146 0.0625000000000000 0.491328832346 s753(-1, 3) c Z/2 +4.5304082626662670 Z/34 -0.2189320857404579 0.613595069808 s855( 1, 3) c Z/2 +4.5304697460386861 Z/30 -0.1992111446940001 0.337602570938 v1183( 3, 4) c D2 +4.5307273263855879 Z/17 0.1413395854145679 0.321075794161 s571(-5, 2) c Z/2 +4.5313199377555267 Z/3 0.2278015782273157 0.418222821866 s703( 3, 2) c Z/2 +4.5320347447296406 Z/3 + Z/6 -0.0530362072036227 0.539642208740 s783(-1, 2) c D2 +4.5327905289769205 Z/55 0.1299901504490347 0.525548912729 s873( 3, 1) c Z/2 +4.5329405758154061 Z/39 -0.1125691055051086 0.309565270587 v1148(-5, 1) c Z/2 +4.5331335434607203 Z/37 0.0323715017997847 0.485044297739 v1534( 3, 2) c Z/2 +4.5331521727873141 Z/15 -0.0527389787240557 0.622467491491 v1935(-4, 1) neg c Z/2 +4.5333430135008149 Z/2 + Z/36 -0.0776063344540755 0.459526833752 s758( 4, 1) c Z/2 +4.5333654808666688 Z/50 0.1328652184454269 0.389351521907 s663( 3, 2) c Z/2 +4.5334743597099531 Z/116 -0.0789778697527211 0.327002451460 s573(-4, 3) c Z/2 +4.5343254063085967 Z/78 -0.0734483177893443 0.318376321242 v1181(-5, 2) neg c Z/2 +4.5343979962583232 Z/55 -0.1678255869534896 0.388544037686 s640( 3, 2) c D2 +4.5346606346946171 Z/43 0.1226484082478602 0.370538794835 v1227(-4, 1) c Z/2 +4.5352970843374324 Z/5 + Z/20 -0.0544399539851244 0.310915595443 s572(-1, 3) c D2 +4.5354496350096590 Z/46 0.1379899366397997 0.468952774614 s746( 4, 1) c Z/2 +4.5359224039299969 Z/5 -0.2046871677243595 0.589232183633 v1777( 4, 1) c Z/2 +4.5359476500540954 Z/83 0.0530140515511519 0.320994480074 v1181( 1, 3) neg c Z/2 +4.5361943779728633 Z/153 -0.1086298703862404 0.486499072687 s763( 3, 1) neg c D2 +4.5365268429650009 Z/24 -0.1528567119209616 0.337978014069 s613(-1, 4) c Z/2 +4.5367100171356461 Z/33 0.2472636767438789 0.390624211359 s640(-5, 2) c D2 +4.5372555128548768 Z/11 -0.0958869893396672 0.336592330247 v1189( 5, 2) c Z/2 +4.5380319103783073 Z/73 0.1935872277873509 0.327665269202 v1190( 1, 4) c Z/2 +4.5384203664347882 Z/129 -0.0091494221288276 0.349571761805 s599( 4, 1) c Z/2 +4.5386274250730866 Z/18 0.2320923044364152 0.676470588747 v2899(-1, 2) c Z/2 +4.5401995835384050 Z/17 -0.1380442817942103 0.397028604116 s667( 3, 2) c Z/2 +4.5403310202787026 Z/3 + Z/3 0.0311859150232983 0.449067760669 s703( 5, 1) c Z/2 +4.5403850196043551 Z/30 -0.1291085444458708 0.471096008202 s755( 1, 3) c Z/2 +4.5405871845245540 Z/37 -0.1893725675074215 0.376609166925 s652(-5, 1) c Z/2 +4.5406672612504894 Z/45 -0.0186399650570861 0.393030992868 s668( 5, 1) c Z/2 +4.5407122160048421 Z/50 0.2394948477830682 0.436737097622 s690(-1, 4) c Z/2 +4.5407831765014839 Z/3 + Z/3 0.2018975380916082 0.494393243173 s801(-1, 2) c D4 +4.5411499260364670 Z/83 0.0627582054620680 0.388467207152 s668( 2, 3) c Z/2 +4.5415132331437707 Z/33 0.1272146020786965 0.523333895754 s820(-3, 1) c Z/2 +4.5428313246434239 Z/3 + Z/63 -0.2211264589728832 0.325554903786 s587(-4, 1) c D2 +4.5429577502054058 Z/76 -0.1650038749867348 0.307794664861 s571(-5, 1) c Z/2 +4.5432380156769935 Z/35 0.0476359691923491 0.388350329230 s677( 3, 2) c D2 +4.5440779078699312 Z/9 0.2266971841888465 0.406788116982 s691(-2, 3) c Z/2 +4.5441921777800513 Z/50 0.1296863849985860 0.629296543708 s855( 2, 3) c Z/2 +4.5442459802766434 Z/107 0.0831540158864345 0.350524310792 s615(-2, 3) c Z/2 +4.5442607963438818 Z/2 + Z/2 0.1538294338236079 0.327123470614 m410( 5, 2) c Z/2 +4.5448334208551295 Z/5 + Z/15 -0.2150504480975647 0.370595815291 s644( 1, 3) c D2 +4.5451054130995614 Z/17 0.0644193314870024 0.666918636512 s891(-2, 3) c Z/2 +4.5452637271731164 Z/16 0.0187289747417715 0.678246033947 v2203( 3, 1) c D2 +4.5452637271731163 Z/144 -0.0187289747417715 0.339123016973 s593( 2, 3) c D2 +4.5452637271731164 Z/2 + Z/18 -0.0187289747417715 0.678246033947 v2202(-3, 1) c D2 +4.5452637271731163 Z/14 0.0646043585915618 0.562539491976 s854(-1, 2) c Z/2 + Z/2 + Z/2 +4.5452637271731163 Z/26 0.1020623080751049 0.678246033947 s897( 3, 1) c D2 +4.5457090644040378 Z/25 0.0198404160734542 0.308174745393 s566( 5, 3) c Z/2 +4.5457412361881253 Z/18 0.0906159836829387 0.549955857960 s903( 3, 1) c Z/2 +4.5457533953556104 Z/71 0.0442639971998785 0.378241935829 s665(-4, 1) c Z/2 +4.5461307655920950 Z/7 -0.1396110922836203 0.310930649621 s573( 5, 1) c Z/2 +4.5461883814650181 Z/44 -0.1107685719548424 0.379875244082 s640( 1, 3) c D2 +4.5461883814650181 Z/60 -0.1107685719548424 0.379875244082 s639( 5, 1) c D2 +4.5464286585403359 Z/13 + Z/13 -0.0226136830494028 0.387679368921 s643( 3, 2) c D4 +4.5469878044161586 Z/79 -0.0325076043660478 0.501644466528 v1534(-3, 2) c Z/2 +4.5471085017347769 Z/5 + Z/15 -0.0037235358611668 0.361957613780 s639(-3, 2) c D2 +4.5472596393906129 Z/2 + Z/12 0.1926053470904251 0.395633172468 s673( 2, 3) c D2 +4.5472596393906129 Z/2 + Z/12 0.1926053470904251 0.395633172468 s708(-5, 1) c D2 +4.5482586588437140 Z/171 0.1047833740678616 0.354602606928 s636( 4, 1) c D2 +4.5487077753880744 Z/11 0.1900600784405051 0.378124233041 s640(-4, 3) c D2 +4.5488097775886297 Z/48 0.0635764885490136 0.316082767443 s582(-5, 1) c Z/2 +4.5488263774217844 Z/13 0.0188234997184097 0.339733992671 s599(-4, 3) c Z/2 +4.5492290904779764 Z/77 -0.2101769667556607 0.490049793460 s827( 3, 2) c Z/2 +4.5500626554355815 Z/35 -0.0602408926384180 0.620428904334 s861( 2, 3) c Z/2 +4.5502734994283966 Z/115 0.0036713374717064 0.331646028270 s593(-5, 2) c Z/2 +4.5515516201327752 Z/23 0.0736114745836193 0.340677330066 v1198(-4, 1) c D2 +4.5516873802824590 Z/60 -0.1995978000348582 0.301010581049 v1143( 3, 4) c Z/2 +4.5516956431986075 Z/117 -0.2132894646424913 0.370235849351 s643( 4, 1) c D2 +4.5520485973653555 Z/130 -0.1227987891824392 0.468308478736 v1470(-1, 3) c D2 +4.5520485973653555 Z/154 0.2477987891824392 0.468308478736 s753( 1, 3) c D2 +4.5521216514866302 Z/42 0.0507306014830894 0.441213699613 v1373(-1, 3) c D2 +4.5525026574311280 Z/186 0.2089996889264995 0.339002659728 s604(-1, 4) c Z/2 +4.5529344225245601 Z/4 0.2336199695226853 0.675484776669 s885( 3, 2) c Z/2 +4.5532281633117426 Z/6 0.0556972339415387 0.410628421517 s823(-5, 1) c D2 +4.5532506497111624 Z/119 0.0229354602027962 0.387475159726 s650(-2, 3) c Z/2 +4.5534344263152990 Z/6 0.2094444909084640 0.341607569631 m410( 1, 3) c Z/2 +4.5536286522027214 Z/62 -0.0978983049992304 0.464357128495 s755(-4, 1) c Z/2 +4.5540753615269551 Z/19 0.1608834092517756 0.366903817807 s667( 5, 1) c Z/2 +4.5559188898738531 Z 0.1207367464500638 0.918182237398 v2641(-4, 1) c D2 +4.5559188898738531 Z/15 0.1207367464500637 0.918182237398 v2642(-4, 1) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/3 + Z -0.1207367464500638 0.459091118699 s745( 3, 2) c D2 +4.5559188898738531 Z/8 0.1292632535499363 0.472595588788 s775(-1, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/8 0.1292632535499363 0.763866135072 v2553(-4, 1) c D2 +4.5559188898738531 Z/24 -0.1292632535499363 0.472595588788 s778(-2, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/40 0.1292632535499362 0.472595588788 s779(-1, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/88 -0.1292632535499362 0.691828029879 s907(-3, 2) c D2 +4.5559188898738531 Z/120 0.1292632535499362 0.472595588788 s772(-1, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/2 + Z/6 0.1292632535499362 0.472595588788 s787(-1, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/2 + Z/22 -0.1292632535499362 0.381933067536 s659(-4, 1) c D2 +4.5559188898738531 Z/12 -0.2125965868832696 1.051285979574 v2874( 3, 1) c D2 +4.5559188898738531 Z/36 0.2125965868832696 0.548175817420 s806(-3, 1) c D2 +4.5559188898738531 Z/4 + Z/4 -0.2125965868832696 0.472595588788 s775(-2, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/4 + Z/4 -0.2125965868832696 0.472595588788 s777( 5, 1) c D2 +4.5559188898738531 Z/2 + Z/16 -0.2125965868832696 0.472595588788 s779(-2, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/2 + Z/48 -0.2125965868832696 0.472595588788 s772(-2, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/4 + Z/12 0.2125965868832696 0.472595588788 s778(-1, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/2 + Z/2 + Z/6 -0.2125965868832696 0.472595588788 s787(-2, 3) c Z/2 + Z/2 + Z/2 +4.5559188898738531 Z/2 + Z/2 -0.2457367464500638 0.989435422245 v3077( 3, 1) neg c D2 +4.5561045324961544 Z/15 0.2207793362951091 0.418339780090 s722( 3, 2) c D2 +4.5563630163366407 Z/3 + Z/6 0.1935080645887697 0.307595045300 v1148(-5, 2) c Z/2 +4.5571858666600362 Z/3 0.1300398032296193 0.648528542467 s879( 3, 2) c Z/2 +4.5577304208927762 Z/42 -0.0670600462441531 0.659837603075 s896( 3, 1) c D2 +4.5579085615562077 Z/71 0.0568656962867727 0.497399325400 s839( 4, 1) c Z/2 +4.5582744431154362 Z/7 -0.2477254018991565 0.649310603255 s869(-4, 1) c Z/2 +4.5590950750776084 Z/18 -0.0345546536762355 0.355382480623 s626(-1, 3) c D2 +4.5595161379961155 Z/129 0.0216314419962814 0.316690946834 s587( 3, 4) c Z/2 +4.5601721784540828 Z/87 0.0981407476789447 0.360615115584 s657( 4, 3) c Z/2 +4.5603140869497698 Z/7 -0.1923224085291423 0.373250180905 s667(-5, 2) c Z/2 +4.5605093363065536 Z/125 0.0262330634495859 0.445952000554 s723( 3, 2) c Z/2 +4.5609757431601025 Z/45 0.0125519524882422 0.430267297025 s721(-2, 3) c D2 +4.5615000466371142 Z/12 -0.1737682937118140 0.388207011567 v1276( 1, 3) c D2 +4.5615000466371142 Z/60 0.1737682937118140 0.388207011567 s673(-1, 3) c D2 +4.5619999871165102 Z/91 0.0224585089124454 0.418347588104 s709(-4, 1) c Z/2 +4.5623838683940146 Z/97 0.0540730277995271 0.306271146877 v1183(-4, 1) c Z/2 +4.5623840178599051 Z/73 -0.2490531562758016 0.423197739237 s705(-3, 2) c Z/2 +4.5624995545023965 Z/26 0.2062396338190173 0.518454324501 s823( 5, 1) c D2 +4.5627812537506588 Z/53 0.1321963098650902 0.304172936174 v1181(-6, 1) c Z/2 +4.5630359228391622 Z/115 -0.0616610095232513 0.345602823711 s615( 2, 3) c Z/2 +4.5633354869672449 Z/19 0.0377393685916587 0.405466413451 s688( 5, 1) c D2 +4.5638397502990421 Z/47 -0.1375820557517939 0.355838796188 s613(-4, 3) c Z/2 +4.5638505109387227 Z/56 0.1563632625134199 0.338132731982 s633(-1, 4) c Z/2 +4.5641189028615668 Z/47 -0.1585940457658404 0.556227531789 s835( 3, 2) c Z/2 +4.5652917309042816 Z/42 -0.1760359367069991 0.458746068250 s746( 3, 2) c Z/2 +4.5658954700285307 Z/12 0.2408639971188553 0.416810275841 s862(-5, 1) c D2 +4.5658954700285307 Z/228 -0.2408639971188553 0.318149210708 s600( 4, 1) c D2 +4.5661679840098847 Z/41 0.2439650919713970 0.338732184548 s599(-3, 4) c Z/2 +4.5665466479899756 Z/98 0.0502931151774030 0.413990187655 s699(-2, 3) c Z/2 +4.5665466479899756 Z/118 0.1752931151774030 0.413990187655 s698(-2, 3) c Z/2 +4.5666460602544333 Z/6 + Z/6 -0.1336598398356728 0.425144931082 s708( 5, 1) c D2 +4.5666523361698695 Z/97 -0.1659698341406748 0.422090131419 s709(-3, 2) c Z/2 +4.5666523816037935 Z/182 0.0124183108630152 0.307925194854 v1171( 4, 1) c Z/2 +4.5667970934760466 Z/66 -0.0667136490762024 0.376376516194 s679( 4, 1) c Z/2 +4.5673461392935588 Z/95 0.2333105089652385 0.366191782689 s652( 1, 3) c Z/2 +4.5679043167062796 Z/91 -0.1658155543216949 0.324476903232 s613( 4, 1) c D2 +4.5685629719412384 Z/85 0.2253045239605474 0.351859844516 s644( 3, 2) c D2 +4.5697715834641553 Z/5 -0.1349399578285915 0.403711798824 v1313(-5, 1) c Z/2 +4.5698850110252227 Z/17 0.2378792043517453 0.379693113760 s688( 3, 2) c D2 +4.5703868763035439 Z/227 -0.1972402153110087 0.304365632753 v1184(-4, 1) c Z/2 +4.5709086264947532 Z/118 -0.0295261800144517 0.321685385472 s604( 1, 4) c Z/2 +4.5710155685759256 Z/6 -0.1443477178779563 0.398033201095 s702(-3, 2) c Z/2 +4.5724080417482492 Z/64 0.1071988926818818 0.379742685396 s657( 1, 4) c Z/2 +4.5724933648546833 Z/47 0.0454387383555131 0.378405295985 v1262(-3, 2) c Z/2 +4.5726778574645882 Z/80 0.0760012882933623 0.380105767610 s750(-4, 1) c D2 +4.5726778574645882 Z/272 0.0760012882933623 0.333253053398 s611(-2, 3) c D2 +4.5732362812152181 trivial 0.0717477215512846 0.617305999280 s879(-1, 2) c Z/2 +4.5736160839284261 Z/5 + Z/15 -0.1920138788682148 0.414855026334 s732(-3, 2) neg c D4 +4.5737661400581257 Z/4 + Z/4 0.0377685394532855 0.367689980245 v1249(-5, 1) c Z/2 +4.5737661400581257 Z/77 0.1288981272133811 0.911173081988 v2678( 1, 2) c D2 +4.5741227775966767 Z/30 -0.0931240459209864 0.491357656886 s793( 3, 1) c Z/2 +4.5748571742105724 Z/2 + Z/6 0.1273771138752436 0.349975813268 s626(-2, 3) c D2 +4.5752047497842592 Z/5 0.2160404661537403 0.300491809605 s572(-6, 1) c D2 +4.5753925273302233 Z/5 -0.1900675548971178 0.488323902565 s764( 3, 2) c D2 +4.5756103403414012 Z/30 0.0351244790151991 0.315606201710 v1191( 5, 1) c Z/2 +4.5756510356379196 Z/5 0.1137456126184090 0.397194574595 s704(-3, 2) c Z/2 +4.5759277604061367 Z/6 0.0469435425965587 0.323962429446 m410( 2, 3) c Z/2 +4.5760858131099377 Z/5 + Z 0.0799042719582096 0.349107987456 s644(-4, 3) c D2 +4.5760858131099377 Z/13 + Z 0.0799042719582096 0.349107987456 s643(-5, 1) c D2 +4.5760858131099377 Z/28 -0.2465709386248762 0.438027821521 s733(-5, 1) neg c D2 +4.5760858131099377 Z/60 -0.2465709386248762 0.438027821521 s732(-1, 3) neg c D2 +4.5761749719750156 Z/54 -0.2346293455436979 0.343884326500 s701( 4, 1) c Z/2 +4.5763054636675394 Z/45 -0.2066762961795150 0.396373721908 s676( 5, 2) c D2 +4.5763147439109013 Z/271 0.1375882194807667 0.321354879223 s611( 1, 4) c Z/2 +4.5765794376706669 Z/61 -0.1229228479592869 0.381770524293 s686( 1, 3) c Z/2 +4.5767835924443998 Z/14 0.0175794537500036 0.337076471510 s626(-5, 2) c D2 +4.5782135416537224 Z/171 0.1128543482524735 0.469420592378 s763( 1, 3) neg c D2 +4.5782204658665704 Z/42 0.0062267145020834 0.367132894356 v1268( 5, 1) neg c Z/2 +4.5783825567322550 Z/95 0.0579691893999180 0.437696874049 s751(-3, 2) c D2 +4.5784249220305484 Z/259 0.0291653167216427 0.325977064999 s616( 1, 4) c Z/2 +4.5785971307562501 Z/2 0.2202424854882343 0.433482487878 s719( 6, 1) c D2 +4.5789585871551731 Z/82 0.2152552638858146 0.375134683277 s682( 1, 3) c Z/2 +4.5789817324399923 Z/31 -0.0350310114050359 0.390808205016 s682( 4, 1) c Z/2 +4.5790355625118936 Z/41 -0.2168258153747349 0.393770041594 v1313(-2, 3) c Z/2 +4.5791767492248032 Z/2 + Z/4 -0.1785366747622052 0.469569967280 s755( 3, 2) c Z/2 +4.5792302388588227 Z/95 -0.0288551115713633 0.357997506493 s642(-4, 3) c Z/2 +4.5793848765651823 Z/2 + Z/4 0.1978654328613039 0.437595905532 s746(-1, 3) c Z/2 +4.5793858900880724 Z/191 0.0891154877896209 0.322224954222 s597( 1, 4) c Z/2 +4.5800342862777688 Z/121 -0.1258404113144045 0.462523168230 s863(-1, 3) c Z/2 +4.5804070357383520 Z/58 -0.2218410032378567 0.302191586915 v1183(-1, 4) c Z/2 +4.5805462912733842 Z/6 0.0652878465230878 0.416430233178 s726( 6, 1) c D2 +4.5808068858245442 Z/7 + Z/42 0.0704238550715037 0.322826282110 s591( 5, 2) c D2 +4.5808078055795083 Z/178 0.0126299144881917 0.335716812520 s616( 4, 3) c Z/2 +4.5810889513301257 Z/75 -0.2324816703977125 0.450563499060 v1498( 1, 3) c Z/2 +4.5811880805739549 Z/33 0.1007397645737779 0.316775055517 v1191(-4, 3) c Z/2 +4.5817511495214771 Z/26 0.0875432669439317 0.393169025559 s719(-6, 1) c D2 +4.5820492811243928 Z/86 -0.2210128657338809 0.408520546151 s709(-1, 3) c Z/2 +4.5822431608087397 Z/71 0.2060546102741273 0.508868148533 s840(-3, 1) c Z/2 +4.5823238972649910 Z/49 -0.0654321921955658 0.374097155493 s686(-5, 1) c Z/2 +4.5824623405908777 Z/48 0.1380043703760425 0.389897735865 s705( 5, 1) c Z/2 +4.5825596074883045 Z/100 -0.2140646059925796 0.329395983621 s600(-4, 3) c Z/2 +4.5825670903599255 Z/65 -0.1121406336370492 0.354370477536 s643(-5, 2) c D2 +4.5829777939592923 Z/110 0.0378792322353801 0.389363307660 s698( 2, 3) c Z/2 +4.5829777939592923 Z/58 -0.0871207677646199 0.389363307660 s699( 2, 3) c Z/2 +4.5834055794586448 Z/51 -0.1314669818694281 0.318890403963 s611( 5, 1) c Z/2 +4.5834603960196731 Z/6 -0.0012516303209854 0.404474397686 s730( 3, 2) c Z/2 +4.5835532591211176 Z/5 0.2113531642064296 0.336698537654 s648(-3, 2) c D4 +4.5840586989634794 Z/97 0.0562338942549219 0.362708623672 s652(-1, 3) c Z/2 +4.5841040082686296 Z/2 -0.1956546349680471 0.312836515302 m410(-6, 1) c Z/2 +4.5847360768073359 Z/16 -0.0405321236532376 0.308451878117 v1189( 1, 3) c Z/2 +4.5851861409686975 Z/122 0.2469078100332296 0.372166045922 s690(-4, 3) c Z/2 +4.5853769930026715 Z/2 + Z/16 0.0597198406213873 0.345145177976 s645( 1, 4) c D2 +4.5853769930026715 Z/4 + Z/36 0.0597198406213873 0.345145177976 s646( 1, 4) c D2 +4.5853769930026715 Z/2 + Z/42 0.1069468260452794 0.345145177976 s659( 4, 1) c Z/2 +4.5853769930026715 Z/105 -0.1430531739547206 0.345145177976 s649(-1, 4) c Z/2 + Z/2 + Z/2 +4.5859832386288874 Z/3 + Z/6 0.0226757867613707 0.420387962450 s722( 5, 1) c D2 +4.5864060490537144 Z/3 + Z/3 0.1372414676216004 0.456821317525 s783(-5, 1) c Z/2 +4.5869897831794852 Z/6 0.0385459104426844 0.335618891118 s648( 7, 1) c D4 +4.5870400641531634 Z/185 -0.1713366522092988 0.306531893494 s597(-1, 4) c Z/2 +4.5870961784070768 Z/5 + Z/15 0.1918216739580063 0.355856249600 s663( 1, 3) c Z/2 +4.5875958474870391 Z/2 + Z/12 0.2201893986707669 0.348715540801 v1249( 5, 1) c Z/2 +4.5881523291065731 Z/26 0.1622941068374301 0.371712457852 v1281( 5, 1) c Z/2 +4.5882796627231255 Z/91 0.0734177758182454 0.308819345041 s591(-2, 3) c Z/2 +4.5884783232449756 Z/3 -0.0701904832600138 0.536259861334 s847(-1, 3) c Z/2 +4.5887042582738098 Z/21 -0.1993688438614193 0.444210457196 s730( 6, 1) c Z/2 +4.5893604390865386 Z/9 -0.2232457090974803 0.485168770767 s783( 6, 1) neg c Z/2 +4.5894263383005915 Z/11 0.1969822778599254 0.347779893541 s642(-3, 4) c Z/2 +4.5895305460129354 Z/42 -0.1167097478676028 0.620594934535 s905(-3, 1) c Z/2 +4.5898129029537557 Z/23 0.0620184930599503 0.317692769287 s611( 5, 2) c Z/2 +4.5900211630213672 Z/35 0.1404975079112079 0.341779970198 s644(-5, 2) c D2 +4.5906596548520790 Z/47 0.1979570231400801 0.344039126704 s641( 4, 1) c Z/2 +4.5909689374949103 Z/172 0.0941948855553424 0.331547822514 s671( 4, 1) c Z/2 +4.5919192491387962 Z/15 0.1429787134637250 0.335289238270 s639( 4, 3) c D2 +4.5919427790800820 Z/55 0.0909013338937738 0.528196191673 v1732(-4, 1) neg c Z/2 +4.5920294476359313 Z/19 0.1760937598457024 0.314675383019 v1190( 4, 3) c Z/2 +4.5921256970270626 Z/32 -0.0205535114112402 0.495853846874 s777( 3, 2) c D2 +4.5925395825745417 Z/11 -0.0939655760081853 0.363261220149 v1261( 5, 1) c Z/2 +4.5928935890375228 Z/6 0.1673938740609875 0.611865545453 v2086( 1, 2) c Z/2 +4.5943158136845016 Z/51 -0.0855472986855513 0.489127431716 s805( 4, 1) c Z/2 +4.5943808392847859 Z/11 -0.2035717001845092 0.308845118682 v1189( 2, 3) c Z/2 +4.5946714762799227 Z/3 -0.2326832934250168 0.402983365891 s726( 3, 2) c D2 +4.5949010933904922 Z/2 + Z/14 0.2220382632736190 0.322116482575 s626(-6, 1) c D2 +4.5958514041638820 Z/23 0.2455301909233010 0.413959567045 s761( 5, 1) c Z/2 +4.5960117199552888 Z/6 0.0346224626932330 0.308703895821 m410(-1, 3) c Z/2 +4.5966261888581898 Z/173 0.1429812751574348 0.324160544816 s633( 4, 1) c Z/2 +4.5971441045177412 Z/97 -0.1353427132825259 0.449065189589 s844( 4, 1) c Z/2 +4.5971983018982016 Z/80 0.1565271478667195 0.364428946276 s677(-5, 1) c D2 +4.5971983018982016 Z/144 0.1565271478667195 0.364428946276 s674(-4, 1) c D2 +4.5980344013246097 Z/2 + Z/130 0.0000000000000000 0.321243048010 v1461( 1, 3) a Z/4 +4.5988538137560161 Z/28 0.1141366530402738 0.654504413185 v2274(-1, 2) c D2 +4.5988538137560161 Z/140 0.1141366530402738 0.327252206592 s636(-1, 4) c D2 +4.5988538137560161 Z/20 0.1358633469597262 0.654504413185 v2274( 1, 2) c D2 +4.5988538137560161 Z/220 0.1358633469597262 0.327252206592 s618( 1, 4) c D2 +4.6003608813728648 Z/7 0.1599234476873044 0.823331172757 s928(-1, 2) c Z/2 +4.6003608813728648 Z/44 0.2432567810206377 0.400717741296 s720(-4, 1) c Z/2 +4.6006468765956120 Z/221 -0.1018467606313563 0.312488716253 s611( 3, 4) c Z/2 +4.6012188457563087 Z/88 -0.1277280252383768 0.354028111968 s657( 3, 4) c Z/2 +4.6021450675434172 Z/3 + Z/3 + Z/3 -0.2046279389236140 0.456730659079 s784( 5, 1) c D3 +4.6029207729250150 Z/85 -0.1194331870914577 0.393035237671 s725(-1, 4) c D2 +4.6034917051965518 Z/266 0.1679778071580329 0.317887576021 s627(-1, 4) c D2 +4.6035167155175423 Z/77 0.0085505411662395 0.363622066940 s682(-4, 3) c Z/2 +4.6037325782746534 Z/30 -0.1466541795034431 0.388896808667 s707(-2, 3) c D2 +4.6042454360826898 Z/25 0.1550405206717803 0.331089455375 v1228(-5, 1) neg c Z/2 +4.6042774930960863 Z/64 0.1909534043973339 0.492225713153 s798( 3, 2) c Z/2 +4.6044649993593942 Z/50 0.0549483233922608 0.344322225620 s663(-5, 2) c Z/2 +4.6045202119502004 Z/301 -0.0359903542408980 0.307122902632 s591( 5, 3) c Z/2 +4.6045784081394526 Z/7 0.1779047545531162 0.361254013523 s688(-5, 2) c D2 +4.6046988552346144 Z/43 -0.2309903001102190 0.586388026381 s885( 1, 3) c Z/2 +4.6055090339766283 Z/57 0.2117819172595032 0.861681530345 v2876(-1, 2) neg c D2 +4.6058372042241751 Z/22 -0.2390477906753346 0.365330092170 s682(-5, 1) c Z/2 +4.6064691524449499 Z/2 + Z/4 + Z/4 -0.0718574282192703 0.310367744439 s594( 3, 2) c D2 +4.6064691524449499 Z/2 + Z/24 -0.1781425717807297 0.310367744439 s594( 2, 3) c D2 +4.6064691524449499 Z/2 + Z/4 0.1968574282192703 0.469245641028 s758(-4, 1) c Z/2 +4.6071560061735127 Z/3 + Z/15 0.0814979600103337 0.328401596511 s639( 5, 2) c D2 +4.6073813616808233 Z/39 0.0010367394137958 0.418213132983 s745(-5, 1) c Z/2 +4.6080245713913959 Z/105 0.0290101172566061 0.331201019274 s649( 3, 2) c Z/2 + Z/2 + Z/2 +4.6080245713913959 Z/4 + Z/4 -0.1123434505899395 0.331201019274 s645(-3, 2) c D2 +4.6080245713913959 Z/2 + Z/64 -0.1123434505899395 0.331201019274 s646(-3, 2) c D2 +4.6082090832781783 Z/19 -0.1579179039803404 0.338215602278 s731(-4, 1) c Z/2 +4.6086174245695831 Z/151 -0.0154514105527565 0.349789468741 s678( 4, 1) c Z/2 +4.6086868309875195 Z/2 + Z/30 -0.1454738456951894 0.405617764720 s821( 4, 1) c Z/2 +4.6086868309875195 Z/2 + Z/2 0.2295261543048106 0.405617764720 s734( 2, 3) c Z/2 +4.6089964206348095 Z/94 0.0711390157231214 0.337782115272 s652( 2, 3) c Z/2 +4.6098493868690940 Z/145 0.0884027089716853 0.432361496553 s826( 1, 3) c Z/2 +4.6102565364417054 Z/111 0.2373525153999617 0.338158173709 v1262(-4, 1) c Z/2 +4.6108072788082470 Z/57 0.1559812932524605 0.357832942277 s682( 3, 2) c Z/2 +4.6108655330928951 Z/33 0.0873628940412218 0.381918559849 s691( 2, 3) c Z/2 +4.6108989628444938 Z/32 0.1136620472478469 0.301231500252 s597(-5, 1) c Z/2 +4.6110242618956381 Z/2 + Z/42 0.0084341692982380 0.414124236175 s884( 2, 3) c Z/2 +4.6110242618956381 Z/2 + Z/22 -0.1334341692982380 0.414124236175 s734(-2, 3) c Z/2 +4.6110242618956381 Z/10 0.2167675026315713 0.803289782593 v2517( 1, 2) neg c D2 +4.6115130318990763 Z/34 -0.1914253149580409 0.334932699272 s650( 5, 1) c Z/2 +4.6116270247814215 Z/48 -0.1426626882050644 0.358237261224 v1277(-1, 4) c D2 +4.6116270247814215 Z/304 0.1426626882050644 0.317710735988 s612(-2, 3) c D2 +4.6117120106020805 Z/30 0.1954427799001448 0.442945622675 s764( 2, 3) c D2 +4.6118453410576395 Z/64 0.1076242878058231 0.307469020226 s613( 1, 4) c Z/2 +4.6119017751221125 Z/3 0.2476469331547549 0.333669967892 s648( 5, 2) c D4 +4.6120440403083488 Z/149 -0.0117872792256634 0.464260794976 s840(-1, 3) c Z/2 +4.6124338805122955 Z/22 0.2229677519027705 0.500555168996 s835( 2, 3) c Z/2 +4.6132373508183491 Z/22 0.0458192269204915 0.386195680395 s702(-4, 1) c Z/2 +4.6133688966759344 Z/9 -0.0495515740837705 0.564958815160 s869( 4, 1) c Z/2 +4.6142907290686307 Z/16 0.0867379500518920 0.305938882546 s613(-3, 4) c Z/2 +4.6144397533633632 Z/34 0.0104671495181293 0.433006069798 s758(-3, 2) c Z/2 +4.6148358770489869 Z/14 -0.1194534947177992 0.355732188175 s688(-6, 1) c D2 +4.6150415967878986 Z/2 + Z/126 -0.2396827459263445 0.308537471694 v1373( 4, 3) c D2 +4.6151614417276664 Z/30 0.1404678312713253 0.311051820828 s626( 1, 3) c D2 +4.6166999621718833 Z/39 0.0561118112444073 0.892436588530 s958( 3, 1) c Z/2 +4.6171933634561045 Z/127 -0.0720143208495128 0.309447657984 v1226(-4, 1) c Z/2 +4.6174121401118228 Z/102 -0.0270040962546349 0.353024311245 s690(-3, 4) c Z/2 +4.6176386998691578 Z/3 + Z/3 + Z/3 -0.0434890371337196 0.434001244547 s899(-4, 1) c D4 +4.6180011136830876 Z/64 -0.0233094833080773 0.303704213772 s615(-5, 2) c Z/2 +4.6181060338256993 Z/135 0.1241375591918340 0.347648748754 s717(-4, 1) c Z/2 +4.6183428015011406 Z/14 0.1452016784566332 0.680191522696 v2086(-1, 2) c D2 +4.6187143843668006 Z/30 0.1133128253584354 0.511708317024 s850(-1, 3) c Z/2 +4.6188955017083586 Z/61 0.2290018532406753 0.348668901475 s872( 3, 1) c Z/2 +4.6199427129344336 Z/6 -0.1590495801500734 0.481743484350 v1534( 5, 1) c Z/2 +4.6205482309370768 Z/10 0.0308580568369894 0.323614347961 v1228( 5, 2) c D2 +4.6213605671795770 Z/97 -0.2129378145959581 0.308080119799 v1219( 5, 1) c Z/2 +4.6217314929905143 Z/31 0.1640323820256619 0.330419562627 v1374( 5, 1) c Z/2 +4.6219342574497528 Z/6 0.2018654103172331 0.770083356044 v2623(-4, 1) c Z/2 +4.6222645220786469 Z/2 -0.1422536356017262 0.414743119548 s746(-2, 3) c Z/2 +4.6229458223046247 Z/23 -0.1901282144759487 0.368905035251 s691(-5, 1) c Z/2 +4.6231372265778796 Z/60 0.1900263412930462 0.383821163930 v1367(-1, 4) c D2 +4.6231372265778796 Z/84 0.1900263412930462 0.383821163930 v1448( 4, 1) c D2 +4.6241249385552456 Z/13 0.2250961314263309 0.333804601476 v1348( 5, 1) c Z/2 +4.6241647866589970 Z/86 -0.0450452801367952 0.405859850178 s758(-1, 3) c Z/2 +4.6241975050270657 Z/66 0.2224981514396170 0.498063347849 s846(-1, 3) c Z/2 +4.6242476462657020 Z/48 0.2471620536999536 0.390647997703 s741( 1, 3) c Z/2 +4.6246032726573028 Z/11 -0.2058734143639544 0.864924554555 v2758(-3, 1) c D2 +4.6250457109861253 Z/252 0.1661946877982187 0.305066466917 s655(-4, 1) c Z/2 +4.6252029076290514 Z/21 -0.0429103798134087 0.540494834160 v1788(-4, 1) c Z/2 +4.6252598303011896 Z/204 -0.1245192228185858 0.301067641921 s618(-1, 4) c Z/2 +4.6252708065060494 Z/24 -0.0051700396626532 0.336884986637 s645(-2, 3) c D2 +4.6252708065060494 Z/152 -0.0051700396626532 0.336884986637 s646(-2, 3) c D2 +4.6252708065060494 Z/8 -0.0781632936706802 0.336884986637 s648(-7, 1) c D4 +4.6252708065060494 Z/120 -0.0781632936706802 0.336884986637 s649( 2, 3) c Z/2 + Z/2 + Z/2 +4.6252708065060494 Z/42 -0.0885033729959865 0.543535072498 v1809(-4, 1) c Z/2 + Z/2 + Z/2 +4.6254569571412127 Z/67 0.2065652765247919 0.343664047333 s668(-2, 3) c Z/2 +4.6261426623361972 Z/85 -0.1122471301536426 0.411286318081 s750(-3, 2) c D2 +4.6261575244686740 Z/233 0.1388712937074396 0.312867549965 v1226( 5, 1) c Z/2 +4.6262432165691299 Z/2 + Z/58 0.0000000000000000 0.305627695723 v1222(-5, 1) a Z/4 +4.6265650912775396 Z/5 + Z/15 0.0958906512165216 0.312781531845 s649(-3, 4) c Z/2 + Z/2 + Z/2 +4.6265650912775396 Z/24 0.1541093487834784 0.625335200894 v2218(-4, 1) c D2 +4.6265650912775396 Z/72 -0.1541093487834784 0.625563063689 v2238(-1, 2) neg c D2 +4.6265650912775396 Z/6 + Z/18 0.1541093487834784 0.312781531845 v1241( 1, 4) c D2 +4.6265650912775396 Z/3 + Z/9 0.1792239845498549 1.369225924778 v3517( 2, 1) c D6 +4.6265650912775396 Z/2 + Z/16 -0.1792239845498549 0.312781531845 s645( 3, 4) c D2 +4.6265650912775396 Z/4 + Z/28 -0.1792239845498549 0.312781531845 s646( 3, 4) c D2 +4.6265650912775396 Z/3 + Z/3 + Z/3 -0.1792239845498549 0.625563063689 s899( 1, 2) c octahedral group +4.6270846818247735 Z/5 -0.2008610337496165 0.336038860362 s668(-5, 1) c Z/2 +4.6271482957385837 Z/2 + Z/26 -0.0215018320727881 0.490916685631 s832( 4, 1) c Z/2 +4.6271482957385837 Z/110 0.2284981679272119 0.616363600024 v2101(-2, 3) c D2 +4.6278932028259587 Z/105 -0.1625598148739070 0.389947483592 s723( 4, 1) c Z/2 +4.6280935080528739 Z/25 -0.2300423832787090 0.561915209045 s893( 3, 1) c Z/2 +4.6281035998732278 Z/168 -0.1063838427356824 0.303555595569 s655(-1, 4) c Z/2 +4.6285649224210830 Z/28 0.0136555867413291 0.473342287632 s817(-4, 1) c D2 +4.6285649224210830 Z/60 0.0136555867413291 0.473342287632 s818(-4, 1) c D2 +4.6288713342336641 Z/76 0.1345312555531989 0.487101241829 s884( 3, 2) c Z/2 +4.6295891920081179 Z/22 -0.0765779925859405 0.365445103034 s719( 3, 2) c D2 +4.6303625067423082 Z/41 0.0635769085721225 0.329250412801 s650( 4, 3) c Z/2 +4.6307067344155652 Z/2 + Z -0.0131014655591006 0.335368900752 s646( 5, 2) c D2 +4.6307067344155652 Z/4 + Z/4 -0.0131014655591006 0.335368900752 s645( 5, 2) c D2 +4.6307067344155652 Z/15 -0.0702318677742327 0.335368900752 s649(-5, 2) c Z/2 + Z/2 + Z/2 +4.6307067344155652 Z/7 -0.1535652011075661 0.578054973362 v2050(-1, 2) c D6 +4.6307067344155652 Z/3 + Z/15 0.1535652011075661 0.670737801505 s899( 4, 1) c D4 +4.6310085770131341 Z/5 + Z/15 -0.0059520718979495 0.334578546789 s663(-4, 3) c Z/2 +4.6322628071129835 Z/84 0.0248217506002278 0.463017766346 s813( 4, 1) c Z/2 +4.6322628071129835 Z/85 0.0585115827331055 0.711028877925 v2380( 3, 2) neg c D2 +4.6322659235861134 Z/3 + Z/6 0.0000384657640009 0.355931330291 v1316( 5, 1) c D2 +4.6325920101807120 Z/60 -0.0535512508938273 0.363856711019 v1367(-4, 1) c D2 +4.6325920101807120 Z/204 -0.0535512508938273 0.332132744801 v1262( 5, 1) c D2 +4.6329173584155196 Z/18 -0.0271693835900716 0.430138320496 s783( 3, 2) neg c Z/2 +4.6329379458998771 Z/99 0.1236096999289331 0.412683904989 s763(-4, 1) c D2 +4.6334651081947799 Z/10 -0.0296032586003580 0.507735520031 v1682( 5, 1) c D2 +4.6337869500628063 Z/60 0.0704599818359063 0.340501126964 v1276( 5, 1) neg c D2 +4.6337869500628063 Z/76 -0.0704599818359063 0.340501126964 s673(-5, 1) c D2 +4.6342244481049762 Z/10 -0.0597206902040956 0.320819106782 s657(-3, 2) c Z/2 +4.6347433698832521 Z/2 0.2293836511725469 0.374576040672 s704( 1, 3) c Z/2 +4.6347756860010994 Z/67 -0.1640363628932635 0.385132825275 v1422(-5, 1) c Z/2 +4.6349771001704059 Z/25 0.1825859372175174 0.301950312375 s615(-6, 1) c Z/2 +4.6354917831978142 Z/34 -0.0354921058749927 0.357700663485 s702(-2, 3) c Z/2 +4.6356385156273369 Z/15 -0.0024672073759759 0.670476828250 v2086( 5, 1) c D2 +4.6364254442558593 Z/99 -0.1478291437457876 0.342672803005 s676( 4, 3) c D2 +4.6365331485746383 Z/17 0.1538956800685819 0.351423019589 v1262(-2, 3) c Z/2 +4.6367411746197068 Z/3 -0.0131176504484014 0.732224118431 s938( 3, 1) c Z/2 +4.6367876463431510 Z/2 -0.0283392229851385 1.113318727460 v3144( 3, 1) c D4 +4.6368500688654301 Z/90 0.1053845998965894 0.578786068101 v2101(-3, 2) c D2 +4.6368500688654301 Z/2 + Z/34 0.1446154001034106 0.453330786863 s793(-4, 1) c Z/2 +4.6371905166615655 Z/59 0.1784901911757624 0.323346849182 s652( 5, 2) c Z/2 +4.6372696013893670 Z/12 -0.0293994122518790 0.333648250837 v1638( 4, 1) c D2 +4.6372696013893670 Z/20 -0.0293994122518790 0.461328234390 s819( 4, 1) c D2 +4.6374977355776580 Z/6 + Z/6 -0.0625000000000000 0.368438294553 s707(-5, 1) c D2 +4.6376237353177083 Z/69 -0.0833931499117487 0.315896763659 v1245(-5, 1) c D2 +4.6384072537516554 Z/144 -0.1041645834511008 0.308319448143 s633(-3, 4) c Z/2 +4.6385559902520269 Z/43 -0.1698094290138224 0.533132696948 v1730( 5, 1) neg c Z/2 +4.6386604521804894 Z/65 -0.2430885777066019 0.392856169609 s751(-5, 1) c D2 +4.6388872994833703 Z/6 -0.1847865504726845 0.359538270294 s704(-5, 1) c Z/2 +4.6395165280073660 Z/154 -0.0972471022492043 0.416050091499 s821(-1, 3) c Z/2 +4.6395165280073660 Z/142 0.2222471022492043 0.416050091499 s753(-2, 3) c Z/2 +4.6397647878426194 Z/3 0.1783832703251469 0.357077885312 s704( 5, 2) c Z/2 +4.6398733060725575 Z/13 -0.1270956666976967 0.402037567422 v1431( 1, 3) c Z/2 +4.6399414879681650 Z/45 0.0619058284029741 0.597157111142 s881(-2, 3) c D2 +4.6399414879681650 Z/2 + Z/10 -0.0619058284029741 0.469874274385 v1676( 5, 1) neg c D2 +4.6400532806821165 Z/19 0.0838525846212939 0.533701383092 s863(-3, 1) c Z/2 +4.6400804880595892 Z/5 0.0123818887636973 0.931756111599 v2986( 3, 1) c trivial +4.6405430704817138 Z/137 -0.2244766180361118 0.309383111156 v1240(-3, 2) c Z/2 +4.6411955247420180 Z/49 0.0687975508629604 0.338065005031 s682(-5, 2) c Z/2 +4.6414957431248082 Z/98 0.2188264621934838 0.326277829115 s652(-2, 3) c Z/2 +4.6415205349684476 Z/195 -0.1330483382762529 0.368331772171 s717(-1, 4) c D2 +4.6417011703521735 Z/142 -0.0299515372762744 0.306363263288 s641( 1, 4) c Z/2 +4.6420154863076245 Z/35 0.1334976568601960 0.329270621023 s657(-4, 1) c Z/2 +4.6420595261348914 Z/61 0.1479134569296500 0.433316861249 s805(-3, 1) c Z/2 +4.6424891802134064 Z/211 0.2238403305638339 0.319127294681 s641(-4, 3) c Z/2 +4.6426127006574171 Z/32 -0.0832646872315617 0.305198909493 s633( 1, 4) c Z/2 +4.6428071640406528 Z/119 0.1141932256431836 0.385955568748 s725(-3, 4) c D2 +4.6429229040861442 Z/27 0.0122551960969614 0.406666775263 v1422( 5, 1) c Z/2 +4.6429480472267825 Z/57 0.0873170409577807 0.480987757018 s847( 3, 2) c Z/2 +4.6430600072176671 Z/5 0.0441061709406316 0.715870488297 s912( 5, 1) c D2 +4.6433893226405976 Z/62 0.2265149463270812 0.361831954124 s709( 5, 1) c Z/2 +4.6434487585701980 Z/11 -0.2046358153020988 0.444738313457 v1525( 4, 1) c Z/2 +4.6437086344988793 Z/64 0.1931426236207226 0.356015910721 s705(-1, 3) c Z/2 +4.6439261755471441 Z/10 0.1220606891160849 0.667009619308 s916(-4, 1) c D2 +4.6439261755471441 Z/2 + Z/22 -0.1279393108839151 0.306026356279 s626( 6, 1) c D2 +4.6439261755471441 Z/2 + Z/12 0.1637273557827515 0.337462664093 v1276( 2, 3) c D2 +4.6439261755471441 Z/2 + Z/36 -0.1637273557827515 0.337462664093 s673(-2, 3) c D2 +4.6443749711990241 Z/7 0.1928939239023089 0.857206206918 v2671( 1, 2) neg c D2 +4.6460811606127490 Z/36 -0.2293870099191086 0.506784851782 s849( 4, 1) c Z/2 +4.6463299511446898 Z/2 -0.1405116494084144 0.530015493848 v1788( 3, 2) c D2 +4.6463315554354968 Z/9 -0.1800293123243899 0.660792749195 v2334( 3, 1) c D2 +4.6468704558683327 Z/47 0.0277125444270604 0.482195676767 s917(-3, 1) c Z/2 +4.6470888536319292 Z/63 -0.0318591491374665 0.402381836664 v1605(-4, 1) c D2 +4.6474613071026501 Z/43 0.0271160291056112 0.420689335849 v1538( 5, 1) c Z/2 +4.6485665414297257 Z/10 -0.1496752459101489 0.365630540068 v1808( 4, 1) c D2 +4.6488942918742484 Z/221 -0.1298798418332143 0.318569504428 s643( 2, 3) c D2 +4.6491796980271285 Z/10 -0.1826569352755802 0.402201006111 v1431( 3, 2) c Z/2 +4.6494893606624782 Z/70 0.1738230532648643 0.329625744528 s668( 5, 2) c Z/2 +4.6495753135603974 Z/27 0.1611845696129200 0.363245165823 s730(-6, 1) c Z/2 +4.6496731359198657 Z/5 + Z/15 0.1022750553319117 0.300259580378 s639(-2, 3) c D2 +4.6499029173068120 Z/77 -0.1886362282181185 0.384409491255 v1398(-5, 1) c Z/2 +4.6500369397446201 Z/17 -0.1372897452063001 0.553744332753 v2050( 1, 2) c D2 +4.6503078113842116 Z/26 -0.0262293883337704 0.321167571808 s652( 6, 1) c Z/2 +4.6504487871724512 Z/16 -0.0557011798292875 0.734388081807 v2573(-3, 1) c D2 +4.6504487871724512 Z/2 + Z/6 -0.0557011798292875 0.367194040904 s708(-1, 3) c D4 +4.6506932721078993 Z/31 -0.1706904577507998 0.358475907938 s705( 5, 2) c Z/2 +4.6516877386483925 Z/71 0.1557974020336489 0.391732655171 s729( 3, 2) c Z/2 +4.6517048570488517 Z/2 + Z/14 -0.1219705389667614 0.399281574515 s746( 1, 3) c Z/2 +4.6519135084847538 trivial 0.0678448809996839 0.359623401626 s704( 2, 3) c Z/2 +4.6520417922280915 Z/9 0.1270090880861915 0.346060889745 s688(-1, 3) c D2 +4.6522340969360964 Z/3 0.0018564069498195 0.317038925110 s650( 5, 2) c Z/2 +4.6522516712568001 Z/6 -0.2109620810869008 0.349417474617 s688(-2, 3) c D2 +4.6523000520287320 Z/77 -0.0118868931413353 0.492894654429 v1761(-4, 1) neg c Z/2 +4.6524850637539959 Z/13 -0.0908374333309456 0.318403093437 v1719( 4, 1) c Z/2 +4.6526566713586299 Z/57 0.1509963312729929 0.429232144887 v1538(-3, 2) c Z/2 +4.6529955397811062 Z/33 0.2424370179809475 0.341516726355 s686(-5, 2) c Z/2 +4.6541058880402060 Z/15 -0.0595428366094382 0.326469608732 s677( 2, 3) c D2 +4.6541851824416263 Z/51 0.2390714814080029 0.348689669038 s695(-4, 3) c Z/2 +4.6543409101598262 Z/50 -0.2179327075775630 0.390054148123 v1425( 4, 1) c Z/2 +4.6547510016617331 Z/36 0.1049790356468898 0.474968240820 s844(-3, 1) c Z/2 +4.6550714658912139 Z/73 -0.1183093888441614 0.311531267812 v1240(-2, 3) c Z/2 +4.6551769840610403 Z/22 0.1356768981732537 0.415826232743 s793( 1, 3) c Z/2 +4.6552724289316957 Z/68 -0.1779490983590501 0.322872144421 v1268(-5, 1) neg c Z/2 +4.6554922038703297 Z/230 -0.0525819762517363 0.312951417646 s641(-3, 4) c Z/2 +4.6556646137712077 Z/125 -0.0295983840469069 0.502055066507 s893( 1, 3) c Z/2 +4.6561947701792213 Z/32 -0.0610083418412118 0.413595517102 s777(-3, 2) c D2 +4.6564051387902596 Z/25 -0.0030279283137687 0.317709845411 s678(-1, 4) c Z/2 +4.6564071784937151 Z/5 + Z/5 0.2260420292135820 0.337376589590 v1315( 6, 1) c D2 +4.6569335668485840 Z/3 0.2180203933113775 0.353028742110 s870(-5, 1) c D2 +4.6570644010277072 Z/73 -0.1576774270938414 0.320923837462 s657( 5, 1) c Z/2 +4.6574707072071409 Z/283 -0.0560227142292058 0.301621421541 s642( 4, 1) c Z/2 +4.6579536467599362 Z/55 0.2253686155723537 0.311518536936 s640( 2, 3) c D2 +4.6579961061594035 Z/25 0.1271188925475018 0.375116603164 v1431( 4, 1) c Z/2 +4.6592205033702521 Z/145 -0.0840434636687731 0.370017389507 s723( 2, 3) c Z/2 +4.6595344501052530 Z/82 0.0303594772115243 0.361357386350 s702( 1, 4) c Z/2 +4.6595810639453704 Z/140 0.1393876174883060 0.320838942369 s655( 4, 3) c Z/2 +4.6596482316360821 Z/5 -0.0241680628942430 0.358104771874 s704( 6, 1) c Z/2 +4.6597269168556735 Z/3 + Z/15 0.1233061935778127 0.302575189390 s649(-5, 1) c Z/2 + Z/2 + Z/2 +4.6597269168556735 Z/8 -0.2066395269111460 0.302575189390 s645( 5, 1) c D2 +4.6597269168556735 Z/40 -0.2066395269111460 0.302575189390 s646( 5, 1) c D2 +4.6602240342295037 Z/22 -0.1460205219323555 0.309841463608 s640(-5, 3) c D2 +4.6603188500875665 trivial 0.1351332457996911 0.301528914919 s636(-4, 3) c Z/2 +4.6610684631593402 Z/299 -0.2255458265201988 0.304008398099 s665(-1, 4) c Z/2 +4.6612867515062565 Z/81 -0.0650349472819102 0.488388784877 s872( 1, 3) c Z/2 +4.6621043336919384 Z/86 0.0360222860407841 0.305663780176 s657( 5, 2) c Z/2 +4.6622255826993725 Z/20 -0.0126910188215757 0.422620417828 s806(-1, 3) c Z/2 +4.6622892909473711 Z/10 0.0238725260981183 0.749376838449 s928( 4, 1) c Z/2 +4.6625934831614740 Z/122 0.0378466272666688 0.395835895663 v1470(-2, 3) c Z/2 +4.6625934831614740 Z/158 0.0871533727333312 0.395835895663 s753( 2, 3) c Z/2 +4.6626599098543759 Z/28 -0.1964949000669211 0.323606971160 s673( 5, 2) c D2 +4.6626599098543759 Z/60 0.1964949000669211 0.323606971160 s732( 5, 1) c D2 +4.6631853623701710 Z/193 0.2061097315436139 0.335478913586 s695( 4, 1) c Z/2 +4.6634401683019088 Z/52 0.0990334655008327 0.316781679787 v1261( 5, 2) c Z/2 +4.6640843151355955 Z/17 0.0145972347433696 0.329912815031 s667(-7, 1) c Z/2 +4.6642100528506808 Z/29 0.1992594742101407 0.320074300486 v1268( 5, 2) c Z/2 +4.6645503056453952 Z/47 -0.0042304378282801 0.382042128277 s729(-4, 3) c Z/2 +4.6651022573711628 Z/161 -0.1210769121740168 0.307976161732 s666(-1, 4) c Z/2 +4.6652213107620269 Z/25 0.0461026818882909 0.337711616883 v1313( 5, 1) c Z/2 +4.6652268806805470 Z/3 + Z/15 0.1615964631842537 0.306590906831 s639( 1, 4) c D2 +4.6652956588345790 Z/99 0.1613120723573806 0.316223355172 v1261( 4, 3) c Z/2 +4.6655062566460516 trivial 0.1910408787470225 0.686655893746 s928( 1, 2) c Z/2 +4.6657195460894385 Z/35 0.0802539592571847 0.352164201586 v1315(-6, 1) c D2 +4.6658921465337032 Z/139 0.0153197129057137 0.340257049163 s678(-4, 3) c Z/2 +4.6662952521097595 Z/70 0.0770828641847614 0.510668771274 s855( 4, 1) c Z/2 +4.6664261689040154 Z/3 + Z/12 0.1824222210590655 0.365305151838 v1367( 4, 1) c D2 +4.6665423813370651 Z/25 -0.0707990291464172 0.318424496486 s663( 5, 1) c Z/2 +4.6665444568341309 Z/149 -0.2488835820456015 0.389112296009 s845(-1, 3) c Z/2 +4.6666771404450037 Z/74 0.2141899364373872 0.331273328442 s686( 2, 3) c Z/2 +4.6667633358980414 Z/64 -0.0219369663999943 0.320053488761 v1281(-5, 1) c Z/2 +4.6672541007105888 Z/2 + Z/4 -0.2453302481816666 0.371179834411 s718( 6, 1) c D2 +4.6672541007105888 Z/2 + Z/12 0.2453302481816666 0.371179834411 v1368(-6, 1) neg c D2 +4.6676499668194705 Z/130 -0.0057234532577952 0.307173491671 s643(-5, 3) c D2 +4.6677078725488068 Z/34 0.1330969278691445 0.392976977592 s755( 4, 1) c Z/2 +4.6684554870859871 Z/2 0.2347987659080080 0.351265552399 v1356(-4, 1) c Z/2 +4.6686279239867714 Z/20 0.1568751915368969 0.458101025148 s819( 3, 2) c D2 +4.6686965842582008 Z/5 + Z/15 -0.1683947870334162 0.397884934606 s750(-1, 3) c D2 +4.6688365225246664 Z/2 + Z/14 -0.0506692095328983 0.343570282217 s698( 5, 1) c Z/2 +4.6688365225246664 Z/6 0.1340025428662317 0.758901080190 s938(-1, 2) c Z/2 +4.6688365225246664 Z/2 + Z/12 -0.1756692095328983 0.343570282217 s699( 5, 1) c Z/2 +4.6688715223362933 Z/5 -0.1107766810762089 0.515608499889 v2242( 4, 1) c Z/2 +4.6689364785404574 Z/21 0.1149434713843047 0.351303391902 s703(-1, 3) c Z/2 +4.6693145887960712 Z/39 -0.1166228994686770 0.631316563343 v2343( 1, 2) c D2 +4.6702982857429638 Z/11 0.1768327742268719 0.496889991311 v1788( 4, 1) c Z/2 +4.6703614730734831 Z/29 0.0187542447952432 0.394767751426 s741(-1, 4) c Z/2 +4.6716760167991589 Z/79 0.1022168828288478 0.447926022074 s858(-4, 1) c Z/2 +4.6716941615782614 Z/10 0.0841472633682423 0.371232813997 s836( 4, 1) c Z/2 +4.6718287283191167 Z/137 -0.2323752744740789 0.368703966674 v1422( 1, 3) neg c Z/2 +4.6727701284779500 trivial 0.0509534533571526 0.505360791940 v1766( 5, 1) c Z/2 +4.6730223703858602 Z/19 -0.1356570372245907 0.477794492570 v1766(-4, 1) neg c Z/2 +4.6735395675845011 Z/124 -0.0211511681343557 0.346600734142 s720( 4, 1) c Z/2 +4.6736203198422431 Z/2 + Z/22 -0.0619322345283273 0.383804196245 s746(-5, 1) c Z/2 +4.6737088736150696 Z/49 -0.1395682504586422 0.338354553322 s717( 4, 1) c Z/2 +4.6741138363707281 Z/53 0.0754559077323652 0.608021470692 v2217(-3, 2) c Z/2 +4.6748622455785618 Z/3 + Z/18 -0.0733977927502438 0.395804372798 s784(-3, 2) c D3 +4.6753001223615136 Z/85 -0.0363449902580549 0.315185224077 s677(-5, 2) c D2 +4.6753123154198883 Z/177 0.0415364853472829 0.450766454597 s813(-1, 3) neg c Z/2 +4.6753458404659747 Z/34 0.0053499761191064 0.650430849244 s916( 1, 2) c D2 +4.6753458404659747 Z/2 + Z/12 -0.0470166427857731 0.453697435740 s818( 1, 3) c D2 +4.6753458404659747 Z/2 + Z/36 -0.0470166427857731 0.453697435740 s817( 1, 3) c D2 +4.6753458404659747 Z/2 + Z/10 0.2446500238808936 0.535574135449 s854(-5, 1) c D2 +4.6753661092253333 Z/33 -0.1154755876497540 0.433921698479 v1640(-1, 3) c Z/2 +4.6755835117170134 Z/2 + Z/8 0.0776219743108175 0.419916847385 s798( 2, 3) c Z/2 +4.6765288633086669 Z/38 0.1299585674708960 0.302388715361 v1260( 5, 2) c D2 +4.6769457357778614 Z/70 0.1071651234843026 0.351844871823 v1373(-3, 2) c D2 +4.6770614617205910 Z/21 0.0636669897018528 0.373304291493 s733(-5, 2) c D2 +4.6770714110673915 Z/5 + Z/15 -0.0989367694814006 0.309649418961 s677(-4, 3) c D2 +4.6775436430296029 Z/19 -0.1352789929510988 0.398986481248 s761(-3, 2) c Z/2 +4.6775866044108713 Z/4 0.1815573357065049 0.330588637414 s686(-4, 3) c Z/2 +4.6777106811914483 Z/7 -0.1447939334665349 0.321301501633 v1281( 5, 2) c Z/2 +4.6779187054995441 Z/16 -0.1255039908117357 0.311581844622 v1277(-4, 3) c D2 +4.6779187054995441 Z/176 0.1255039908117357 0.311581844622 s674( 4, 3) c D2 +4.6784017761791837 Z/55 -0.0803392569262950 0.458593801492 s805(-1, 3) c Z/2 +4.6786391870374339 Z/53 -0.1717184543505430 0.379225956329 s873( 1, 3) c Z/2 +4.6787430722151433 Z/15 0.0362116215472801 0.303989030412 s649(-5, 3) c Z/2 + Z/2 + Z/2 +4.6787430722151433 Z/24 -0.1195449548806135 0.303989030412 s645( 5, 3) c D2 +4.6787430722151433 Z/40 -0.1195449548806135 0.303989030412 s646( 5, 3) c D2 +4.6791978688878809 Z/9 -0.2493294049710115 0.307300539328 s667(-1, 3) c Z/2 +4.6796686122966995 Z/48 -0.0271750124813398 0.473226792008 s847( 2, 3) c Z/2 +4.6803521197034679 trivial -0.1108893633602551 0.346745488463 s705( 4, 3) c Z/2 +4.6806790822055747 Z/31 -0.1051816254107323 0.812210728616 v2725(-3, 1) neg c Z/2 +4.6809659926998762 Z/18 0.2096394904453396 0.394855981881 s755( 2, 3) c Z/2 +4.6816076532333843 Z/47 -0.0791562405402310 0.361456790626 v1431(-5, 1) neg c Z/2 +4.6820896344020962 Z/68 -0.2165788778892862 0.403676505037 v1553(-5, 1) c Z/2 +4.6822186293861197 Z/2 + Z/12 0.1206588815626741 0.339270056381 s707( 5, 1) c D2 +4.6822186293861197 Z/2 + Z/12 0.1206588815626741 0.339270056381 s708( 1, 3) c D2 +4.6831645403803253 Z/3 + Z/9 0.1677033569187396 0.329988426149 s703(-5, 2) c Z/2 +4.6838374437303733 Z/24 -0.2230372264187310 0.347039406823 s703(-2, 3) c Z/2 +4.6841759158259351 Z/2 + Z/38 0.1397894875298410 0.326108987173 s699(-5, 1) c Z/2 +4.6841759158259352 Z/2 + Z/24 -0.2352105124701590 0.326108987173 s698(-5, 1) c Z/2 +4.6843864496602795 Z/13 0.1749064644423406 0.470040027469 s827(-3, 2) c Z/2 +4.6845144955694745 Z/3 + Z/39 0.1635492621734876 0.472955896304 v1721(-3, 1) c Z/2 +4.6850152610820558 Z/54 -0.0426469587394446 0.729104685100 v2585(-1, 2) neg c Z/2 +4.6850225476503623 Z/62 -0.0953340060979176 0.430167052136 s793(-1, 4) c Z/2 +4.6860342738026125 Z/4 + Z/52 0.0000000000000000 0.307484487771 v1251( 4, 3) neg a Z/4 +4.6860342738026125 Z/35 0.0166666666666667 0.614968975542 s900(-3, 2) c Z/2 + Z/2 + Z/2 +4.6860342738026125 Z/8 -0.0333333333333334 1.008065381826 v3318( 2, 1) c Z/2 +4.6860342738026125 Z/9 0.0333333333333333 0.614968975542 s890( 3, 2) c D6 +4.6860342738026125 Z/2 + Z/18 -0.0333333333333334 1.008065381826 v3318(-1, 2) c D3 +4.6860342738026125 Z/29 -0.0666666666666667 0.614968975542 v2051( 3, 2) c D2 +4.6860342738026125 Z/72 -0.1000000000000000 0.307484487771 s666(-4, 3) c D2 +4.6860342738026125 Z/72 0.1000000000000000 0.474589899536 v1727( 3, 1) c D2 +4.6860342738026125 Z/91 -0.1000000000000000 0.614968975542 v2221(-3, 2) c D2 +4.6860342738026125 Z/2 + Z/2 0.1000000000000000 0.614968975542 v2203(-3, 2) c D2 +4.6860342738026125 Z/10 -0.1250000000000000 0.614968975542 v2099(-3, 2) c D2 +4.6860342738026125 Z/29 0.1833333333333333 0.614968975542 s897(-3, 2) c D2 +4.6860342738026125 Z/48 -0.2000000000000000 0.504032690913 s850( 1, 3) c D2 +4.6860342738026125 Z/80 -0.2000000000000000 0.670544557524 v2413(-3, 2) c D2 +4.6860342738026125 Z/93 0.2333333333333333 0.614968975542 v2254(-3, 2) c D2 +4.6861965440104330 Z/6 0.1062686150761150 0.345408119575 s708(-2, 3) c D2 +4.6866717525652512 Z/21 0.1926157450804161 0.333260373308 v1316( 5, 2) c D2 +4.6867436472274171 Z/4 -0.1733127458928016 0.431582303995 s817(-3, 2) c D2 +4.6867436472274171 Z/60 -0.1733127458928016 0.431582303995 s818(-3, 2) c D2 +4.6869686733103387 trivial -0.0207880970611615 0.345141708155 s709( 4, 3) c Z/2 +4.6870009223466131 trivial -0.1091595460872875 0.388931916470 s836(-5, 1) c Z/2 +4.6871460053245658 trivial 0.0984183361313173 0.668640115503 v2861( 1, 2) c Z/2 +4.6885506643843430 Z/15 -0.0694386439980399 0.321535729181 v1315( 5, 2) c D2 +4.6887476188288199 Z/27 0.0267495099657822 0.352079481297 s741(-4, 3) c Z/2 +4.6893167471015869 Z/63 -0.0602763230959632 0.473371952080 v1721(-1, 3) c D2 +4.6893167471015869 Z/8 -0.1436096564292965 0.566837414660 s890( 4, 1) c D2 +4.6893167471015869 Z/40 -0.1436096564292965 0.566837414660 s889(-3, 1) c D2 +4.6898591974356556 Z/5 -0.2383584435444156 0.307122672955 v1268( 4, 3) c Z/2 +4.6899067588905658 Z/24 -0.1275941321429093 0.321928143576 s703(-6, 1) c Z/2 +4.6900923072090720 Z/21 -0.2463846743970855 0.333551538467 v1316( 4, 3) c D2 +4.6904274679217638 Z/20 0.1724599987457052 0.324925941185 v1313(-5, 2) c Z/2 +4.6906953040825087 Z/273 0.0862161128999006 0.315588492495 s687( 1, 4) c D2 +4.6911377883823789 Z/266 0.2024703667985856 0.311460608988 v1373( 5, 2) c D2 +4.6913178518419327 Z/181 0.2475328829126659 0.345188936639 s720( 1, 4) c Z/2 +4.6913754784536651 Z/39 -0.0812383367750547 0.339789392732 s709( 5, 2) c Z/2 +4.6920191866282570 Z/81 0.1194017731175400 0.312175249602 s686( 5, 1) c Z/2 +4.6924371140401832 Z/33 -0.2016284933577290 0.524704443161 s865( 1, 3) c Z/2 +4.6927153537528310 Z/170 -0.1601419095707256 0.471178777417 s835(-2, 3) c D2 +4.6929676664585045 Z/2 0.0366426796677171 0.568805245434 v2051(-4, 1) c D2 +4.6933956262578000 Z/54 -0.2295382373231786 0.371934105923 s903( 1, 3) c Z/2 +4.6938766265316073 Z/2 + Z/12 -0.1103338198685990 0.329444405888 v1368( 6, 1) c D2 +4.6938766265316073 Z/2 + Z/28 0.1103338198685990 0.329444405888 s718(-6, 1) c D2 +4.6938792233417002 Z/9 -0.1081406501088791 0.405170086636 s763(-4, 3) c D2 +4.6941718033739518 Z/2 + Z/24 0.2252310095210961 0.310994579764 s679(-5, 1) c Z/2 +4.6946530854015395 Z/5 + Z/10 -0.0968466967293034 0.500349222258 s861(-1, 3) c D2 +4.6947994935918789 Z/19 -0.0166101086995862 0.576460116258 v2200(-1, 3) c Z/2 +4.6959739362740384 Z/4 0.1248420337209268 0.304775787009 s671(-4, 3) c Z/2 +4.6959881401917898 Z/166 -0.0331914928751069 0.304211904146 s679(-4, 3) c Z/2 +4.6965820791302697 Z/7 0.1539170319514300 0.522701557119 v1935( 4, 1) c Z/2 +4.6966279962683670 Z/2 + Z/2 -0.0208333333333333 0.632974319201 v2274( 4, 1) c D2 +4.6966279962683670 Z/2 + Z/14 -0.2291666666666667 0.632974319201 v2274(-4, 1) c D2 +4.6971523726538343 Z/16 0.1384740993753140 0.425396640568 s777(-6, 1) c D2 +4.6971862864318673 Z/3 + Z/18 0.0957706792101932 0.334908621806 s721(-5, 1) c D2 +4.6971864148264281 Z/153 -0.1799380963269134 0.313781735512 s676(-2, 3) c D2 +4.6974595587371299 Z/60 -0.0292076674174936 0.329395949014 v1366(-5, 1) c D2 +4.6989358339836502 Z/93 -0.0167681751361862 0.337211286540 s729(-1, 4) c Z/2 +4.6991779529299778 Z/103 -0.0579469541572805 0.335411849468 s709(-2, 3) c Z/2 +4.6991783438069462 Z/15 -0.0304693250345174 0.471674958702 s840( 4, 1) c Z/2 +4.6993384558905928 Z/37 -0.0053858298876599 0.308943602280 s691( 5, 1) c Z/2 +4.6994883181233930 Z/21 -0.2288975296556817 0.476364533636 s850(-2, 3) c Z/2 +4.7000732041098556 Z/30 0.0187438589975159 0.459791675711 v1730( 3, 2) c Z/2 +4.7002425791051336 Z/89 0.0467608633202482 0.356274155189 s729( 2, 3) c Z/2 +4.7005463185307038 Z/2 + Z/4 0.0308291062770346 0.426652008596 s819(-1, 3) c D2 +4.7007877212926968 Z/149 0.1295509206348136 0.329767861208 s717( 1, 4) c Z/2 +4.7009530242508225 Z/96 0.1871134600317039 0.303666322048 v1400( 5, 1) c Z/2 +4.7012764924348138 Z/37 0.1628984500683102 0.448991771781 v1730(-5, 1) c Z/2 +4.7014240148109008 Z/38 -0.1001540621611848 0.434693607564 s823( 3, 2) c D2 +4.7019875551193847 Z/21 -0.0644231073210321 0.367544243700 s745( 1, 3) c Z/2 +4.7022447660532920 Z/6 -0.0559657065996017 0.302716302805 v1434(-5, 1) c Z/2 +4.7030318469618184 Z/59 -0.1247919023660845 0.483301067929 v1814(-3, 2) c Z/2 +4.7032599134578128 Z/27 0.1969385759257856 0.413087730268 s841(-5, 1) c Z/2 +4.7032898217766520 Z/15 -0.1356983394183447 0.334418025831 s722(-6, 1) c D2 +4.7036261705827497 Z/5 + Z/15 -0.0839153100656293 0.345675177217 s732(-2, 3) neg c D2 +4.7036952608386261 Z/25 0.1387416242924765 0.423089050465 s805( 4, 3) c Z/2 +4.7044072187226771 Z/58 0.2244091860110817 0.623777636243 v2343( 4, 1) c Z/2 +4.7044138107850472 Z/7 + Z/35 -0.1391638038623707 0.306185193950 s692(-1, 4) c D2 +4.7048561619377209 Z/52 -0.1009649601881550 0.531404621604 v1980( 3, 1) c Z/2 +4.7057487018445283 Z/262 0.0324655181988178 0.301855405513 v1262( 5, 3) c Z/2 +4.7060265281079873 Z/130 0.0083933016315788 0.311850708309 v1326(-5, 1) c Z/2 +4.7060393347461804 Z/53 -0.0061511496765821 0.335988348907 v1398( 5, 1) c Z/2 +4.7070000565848512 Z/10 -0.0129642110922152 0.320225890240 v1315( 1, 3) c D2 +4.7070452283149562 Z/3 + Z/3 0.1599919506573197 0.328889259275 s722(-5, 2) c D2 +4.7070755664076529 Z/41 -0.0238812171733320 0.409795588706 s806( 4, 1) c Z/2 +4.7073015557545555 Z/61 -0.1268541661452397 0.314220427515 s766( 4, 1) c Z/2 +4.7076129936325284 Z/93 0.0636969876548072 0.381615235559 v1525(-4, 1) c Z/2 +4.7088369865889218 Z/4 0.0534480113475929 0.325479967360 s704(-1, 3) c Z/2 +4.7088369865889218 Z/4 + Z/4 -0.1965519886524071 0.325479967360 v1333(-5, 1) c Z/2 +4.7089038158041271 Z/2 + Z/70 -0.1999590089305718 0.320532334716 v1373(-4, 1) c D2 +4.7089954164851640 Z/21 -0.0822214317360635 0.300821106356 v1281( 4, 3) c Z/2 +4.7090168862999612 Z/16 0.1803996917951796 0.556568258537 s873(-3, 2) c Z/2 +4.7090200300792748 Z/22 0.2104015893573260 0.367743286159 v1498( 3, 2) c Z/2 +4.7090560317716332 Z/3 -0.2317015035862333 0.342811909019 s722(-2, 3) c D4 +4.7092556031440135 Z/21 0.1794541873028622 0.359101401765 s745( 5, 1) c Z/2 +4.7111612020339998 Z/107 -0.0085247045307107 0.303221497939 s682(-1, 4) c Z/2 +4.7111825470194206 Z/70 0.1564956156059851 0.327699788549 v1366( 5, 1) c Z/2 +4.7112483627361329 trivial -0.2475018529470410 0.359231784245 s741(-3, 4) c Z/2 +4.7114023753547036 Z/238 0.0099647961961297 0.327240739843 v1373( 5, 1) c D2 +4.7115411144476304 Z/142 -0.1915475068767848 0.313894173391 s690(-5, 2) c Z/2 +4.7115513806698109 Z/3 + Z/9 0.1268873510320993 0.393333217357 s784(-5, 1) c D3 +4.7117620818035238 Z/3 + Z/15 0.2422488098937357 0.383772092889 v1491(-5, 1) neg c D2 +4.7119830284672403 Z/95 0.1254110349424722 0.374501387271 s764(-1, 4) neg c D2 +4.7121397634339127 Z/204 -0.0477231476623215 0.317045446280 v1466( 4, 1) c D2 +4.7121397634339127 Z/3 + Z/12 -0.0477231476623215 0.317045446280 v1367( 1, 4) c D2 +4.7131538868705763 trivial 0.2175926285862514 0.417072780718 s806( 1, 4) c Z/2 +4.7134861238185520 Z/53 -0.1703031908468794 0.417188680091 v1629( 4, 1) c Z/2 +4.7135368138846386 Z/31 0.0502153333936358 0.729789373052 s944(-1, 2) c D2 +4.7135368138846386 Z/80 -0.1164513332730309 0.364894686526 s764(-4, 1) c D2 +4.7135368138846386 Z/144 -0.1164513332730309 0.364894686526 s763(-1, 4) c D2 +4.7135368138846386 Z/16 -0.1335486667269691 0.729789373052 v3493( 1, 2) c D2 +4.7135368138846386 Z/240 -0.1335486667269691 0.364894686526 s762( 1, 4) c D2 +4.7135368138846386 Z/2 + Z/30 -0.1335486667269691 0.729789373052 v2604( 1, 2) neg c D2 +4.7135368138846386 Z/11 + Z/11 0.1335486667269691 0.794134662992 v2797( 2, 1) c D12 +4.7135368138846386 Z + Z -0.1997846666063642 0.397067331496 v1539( 5, 1) c D4 +4.7135368138846386 Z/4 + Z 0.1997846666063642 0.397067331496 s789(-5, 1) c D2 +4.7135368138846386 Z/2 + Z/16 -0.1997846666063642 0.794134662988 v2573(-3, 2) c D2 +4.7135368138846386 Z/4 + Z/12 0.1997846666063642 0.397067331496 s788(-1, 3) c D4 +4.7135368138846386 Z/5 + Z/25 -0.1997846666063642 0.584603685018 s889( 3, 2) c D10 +4.7135368138846386 Z/5 + Z/25 0.1997846666063642 0.794134662992 v2739( 1, 2) c D10 +4.7135368138846386 Z/2 + Z/18 0.2414513332730309 0.545177661729 s903( 3, 2) c Z/2 +4.7143976107524302 Z/16 0.1165954223124009 0.310681337447 s691(-5, 2) c Z/2 +4.7146124465303347 Z/9 -0.1025526536390225 0.558275774165 s878( 3, 2) c Z/2 +4.7146714373403016 Z/36 0.1372856597779004 0.619543609299 s896(-3, 1) c Z/2 +4.7146714373403016 Z/33 0.2206189931112338 0.645162770873 s908( 3, 2) c D2 +4.7149336944635445 Z/153 -0.2039076701862066 0.346511894118 v1583( 4, 1) c D2 +4.7149415284665712 Z/91 0.0676001965241152 0.422526323335 s802( 4, 3) c D2 +4.7151246792770273 Z/159 -0.0162952666001423 0.332849855338 s727(-3, 4) c Z/2 +4.7152728044997108 Z/35 -0.1202037408994285 0.301462165804 s677(-1, 4) c D2 +4.7155903360914798 Z/175 0.2263256299134287 0.437699169378 s835(-3, 2) c Z/2 +4.7156304467778428 Z/145 -0.0372097131305942 0.304361113544 s695(-3, 4) c Z/2 +4.7157405006565174 Z/10 -0.0868435875439097 0.378539685703 s751( 6, 1) c D2 +4.7158576222582908 Z/43 -0.1290532073180837 0.339911956663 s723(-4, 3) c Z/2 +4.7160561678969576 Z/245 0.2449488302232984 0.323596585781 s727(-1, 4) c Z/2 +4.7162491555741391 Z/17 -0.0537982174108179 0.341042634177 s725( 2, 3) c D2 +4.7165251366283269 Z/38 -0.1160118020593918 0.326772232421 s719(-5, 2) c D2 +4.7179935070510162 Z/59 0.0097185918828217 0.459715534190 s909( 3, 1) c Z/2 +4.7185709752175485 Z/68 0.0497112966693675 0.543046943185 v2057( 3, 1) neg c Z/2 +4.7192004533233467 Z/11 -0.1428348933447536 0.375900139487 s762( 4, 3) c Z/2 +4.7193375274192328 Z/22 -0.2447187037942690 0.527682090741 v2051( 4, 1) c D2 +4.7193781738970622 Z/15 0.0075457313154254 0.746895141334 s949(-3, 1) c Z/2 +4.7194477275419995 Z/3 0.0410051615248855 0.317166914639 v1348(-5, 1) c Z/2 +4.7194850274776649 Z/18 0.0423282478369083 0.396190416194 v1513(-3, 2) c Z/2 +4.7197426820613674 Z/2 + Z/28 -0.0100739425939589 0.307131770516 v1333( 5, 1) c Z/2 +4.7200839268336220 Z/53 -0.0361137216645707 0.332524219881 s729( 4, 1) c Z/2 +4.7203895271226416 Z/9 -0.1112701072834943 0.672389923060 v2334(-3, 2) c D2 +4.7208614545395420 Z/21 -0.1028993887982597 0.418654155744 s801(-6, 1) c D2 +4.7210530895846528 Z/26 -0.1390586415314772 0.406397270893 s802(-1, 3) c D2 +4.7221246459504272 Z/64 0.1661166756408826 0.369239787665 v1534(-5, 1) c Z/2 +4.7223696280136966 Z/183 -0.2042093482166925 0.312037511865 v1425(-1, 4) c Z/2 +4.7224576345551102 Z/3 -0.2094571403300822 0.687443732304 s938(-4, 1) c Z/2 +4.7227050336985320 Z/35 -0.0321799161916855 0.591299584015 s896( 2, 3) c Z/2 +4.7232381831389652 Z/45 0.0396063200403229 0.722516618762 s932(-3, 1) c D2 +4.7233186411358524 Z/15 0.1944647699945682 0.381405905790 s801(-3, 2) c D2 +4.7233749777428908 Z/3 + Z/6 -0.0012531415416495 0.312279480124 s708(-5, 2) c D2 +4.7235224091733223 Z/2 + Z/14 0.0942792990941906 0.310953403803 s719(-7, 1) c D2 +4.7235513876379776 Z/77 -0.0697031823819763 0.385026850406 v1516( 4, 3) c Z/2 +4.7238138652802925 Z/7 0.0594457686886358 0.327707191077 s726( 7, 1) c D2 +4.7239116452041924 Z/15 0.0335054502744324 0.380785866984 s801( 6, 1) c D2 +4.7243848796410024 Z/82 -0.0461244790512846 0.314353879964 s705(-5, 1) c Z/2 +4.7246189529684404 Z/134 0.0385363967743938 0.409405984163 s826( 3, 2) c Z/2 +4.7246368972214316 Z/15 -0.2103305119796174 0.304104833597 s703( 1, 3) c Z/2 +4.7247932841624361 Z/12 0.0212102106771211 0.322032340190 s703( 6, 1) c Z/2 +4.7252291516420932 Z/2 + Z 0.2146523017286914 0.335322171492 s719( 7, 1) c D2 +4.7252291516420932 Z/14 + Z 0.2146523017286914 0.335322171492 v1373(-2, 3) c D2 +4.7254015851090010 Z/36 0.1071706187927651 0.536023588089 s882( 4, 1) neg c D2 +4.7254015851090010 Z/180 -0.1071706187927651 0.536023588089 s872(-2, 3) c D2 +4.7254015851090010 Z/4 + Z/4 0.1071706187927651 0.395401696452 s779(-4, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/2 + Z/16 0.1071706187927651 0.395401696452 s775(-4, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/2 + Z/48 -0.1071706187927651 0.395401696452 s778( 1, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/4 + Z/12 0.1071706187927651 0.395401696452 s772(-4, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/2 + Z/2 + Z/8 0.1071706187927651 0.395401696452 s773(-5, 1) c D2 +4.7254015851090010 Z/4 + Z/4 + Z/4 0.1071706187927651 0.395401696452 s786(-5, 1) c D4 +4.7254015851090010 Z/2 + Z/2 + Z/12 0.1071706187927651 0.395401696452 s787(-4, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/2 + Z/2 + Z/20 -0.1071706187927651 0.395401696452 s781( 4, 1) c D2 +4.7254015851090010 Z/37 -0.1428293812072349 0.615443836708 s897(-4, 1) c D2 +4.7254015851090010 Z/2 + Z/10 -0.1844960478739015 1.028488390921 v3128( 1, 2) c D2 +4.7254015851090010 Z/8 -0.1905039521260985 0.395401696452 s775( 1, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/8 -0.1905039521260985 0.904880326601 v2836( 1, 2) c D2 +4.7254015851090010 Z/24 0.1905039521260984 0.395401696452 s778(-4, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/24 -0.1905039521260985 0.974102244653 v3210(-1, 2) c D2 +4.7254015851090010 Z/35 0.1905039521260985 0.615443836708 s900(-4, 1) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/56 -0.1905039521260985 0.395401696452 s779( 1, 3) neg c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/168 -0.1905039521260985 0.395401696452 s772( 1, 3) neg c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/2 + Z/2 0.1905039521260985 0.689397315655 v2530( 3, 1) c D2 +4.7254015851090010 Z/2 + Z/6 -0.1905039521260985 0.395401696452 s787( 1, 3) c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/3 -0.2261627145405682 1.072047176178 v3184( 3, 1) neg c Z/2 + Z/2 + Z/2 +4.7254015851090010 Z/12 -0.2261627145405682 0.615443836708 v2203(-4, 1) c D2 +4.7254015851090010 Z/76 0.2261627145405682 0.533144528121 v2202( 4, 1) c D2 +4.7255332989920513 Z/13 -0.2407473804621984 0.735040324526 v2556(-3, 2) c D2 +4.7258127252827578 Z/5 -0.1758747304484248 0.310998303364 v1315( 2, 3) c D2 +4.7258986887396967 Z/94 0.0126122884640822 0.301846331961 s702( 4, 3) c Z/2 +4.7263796444231645 Z/11 -0.1394816718220493 0.574110616492 v2051(-3, 2) c D2 +4.7265938290766024 Z/78 0.0004140334797502 0.422852830997 s832(-1, 3) c Z/2 +4.7267284761992876 Z/127 -0.1762105976468216 0.457173282649 v1814(-1, 3) c Z/2 +4.7269419751694586 Z/202 -0.2271198893493464 0.341604146444 v1461(-1, 4) c Z/2 +4.7270388807155468 Z/25 -0.2328637610577646 0.383974954814 v1538( 1, 3) c Z/2 +4.7274466888133875 Z/53 -0.0716785769882696 0.635643643539 v2302( 3, 1) c Z/2 +4.7283938663213073 Z/40 -0.0943101636735733 0.516834565614 v2018(-3, 2) c D2 +4.7283938663213073 Z/104 -0.0943101636735733 0.516834565614 v2254(-4, 1) c D2 +4.7283938663213073 Z/84 0.1776434970069067 0.516834565614 s874( 3, 2) c D2 +4.7283938663213073 Z/17 + Z/17 0.2390231696597600 0.356169073409 s749(-2, 3) c D8 +4.7286895940131924 Z/154 -0.2231756960758697 0.313103682355 v1373( 1, 4) c D2 +4.7287844772514187 Z/21 -0.1773331789198714 0.519552083521 v2086(-4, 1) c Z/2 +4.7288223231697612 Z/42 0.1417879535433268 0.331380442768 s734( 5, 1) c Z/2 +4.7288223231697612 Z/6 -0.2332120464566732 0.331380442768 v1408( 5, 1) c Z/2 +4.7291755124948685 Z/18 -0.2120298661761616 0.423179063953 s827(-2, 3) c Z/2 +4.7293909912801124 Z/2 0.0587716427619563 0.504656023662 v1814(-4, 1) c Z/2 +4.7305799549511577 Z/57 -0.2213981226257574 0.647300952089 s949( 3, 1) c Z/2 +4.7305878604148754 Z/80 0.0487578924691101 0.301729961356 v1308( 5, 3) c Z/2 +4.7306198584346835 Z/244 0.2211312807201758 0.321913925536 s727( 4, 1) c Z/2 +4.7306313467672941 Z/78 0.0101584693779090 0.354708848781 v1461(-3, 4) c Z/2 +4.7310166996678087 Z/23 -0.1694835767270777 0.465946731089 s850(-4, 1) c Z/2 +4.7312483328648093 Z/2 + Z/20 -0.0915657802005963 0.459295981428 s854( 5, 1) c D2 +4.7314996874300582 Z/71 0.0736079409350671 0.578650661901 s885(-1, 3) c Z/2 +4.7321397092269823 Z/11 0.0968890448200598 0.395960874539 v1629(-4, 1) c Z/2 +4.7322936868248637 Z/30 0.2043509123700069 0.306360019122 s708(-6, 1) c D2 +4.7323695764172399 Z/5 0.1872229871515893 0.690891986047 s944(-4, 1) c D2 +4.7323695764172399 Z/20 0.2294436795150774 0.690891986047 v3246(-1, 2) c D2 +4.7323695764172399 Z/44 0.2294436795150774 0.690891986047 v2604( 4, 1) c D2 +4.7326052243681838 Z/131 -0.1466296094049044 0.313868916193 s723(-1, 4) c Z/2 +4.7326362699268930 Z/18 -0.0615998280283975 0.386293995081 s783(-3, 2) c Z/2 +4.7329032869429336 Z/4 + Z/36 -0.2317427621063365 0.375167805339 s798(-4, 1) c Z/2 +4.7329569391627139 Z/46 -0.1668401728425765 0.539387833004 v2028( 2, 3) c Z/2 +4.7331823926550244 Z/50 0.1322109039746590 0.650307440384 v2568( 3, 1) c Z/2 +4.7336763189968749 Z/12 -0.2068371758235708 0.410575045703 s818( 2, 3) c D2 +4.7336763189968749 Z/84 -0.2068371758235708 0.410575045703 s817( 2, 3) c D2 +4.7339028405123206 Z/79 0.2216245843273999 0.328790983006 s729(-3, 4) c Z/2 +4.7342718157620148 Z/77 -0.1430412282183859 0.302797802853 s705(-2, 3) c Z/2 +4.7344989109394824 Z/2 + Z/34 -0.2464116326602297 0.307248648727 s702( 5, 1) c Z/2 +4.7349677315656624 Z/19 0.0190794549254441 0.368627857586 v1498( 4, 1) c Z/2 +4.7349852299759232 Z/29 0.1126667677130094 0.504622122384 s885( 2, 3) c Z/2 +4.7351215915163841 Z/30 -0.0425220992241788 0.304151459520 s708( 2, 3) c D2 +4.7353640840386574 Z/71 -0.1836237851744716 0.319520032651 s727(-5, 2) c Z/2 +4.7358423750726008 Z/2 + Z/68 0.0023717217384251 0.300688895375 s690(-5, 1) c Z/2 +4.7361004624566645 Z/2 -0.1138554324310112 0.471421326883 s862( 5, 1) c D2 +4.7362749528282632 Z/128 0.0374839850820342 0.380259366773 v1498(-1, 4) c Z/2 +4.7369238228753075 Z/6 -0.0777005413724052 0.513495669387 s923( 4, 1) c Z/2 +4.7370973224511720 Z/12 -0.2183478663449444 0.317034334385 s722( 1, 3) c D2 +4.7370973224511720 Z/36 -0.2183478663449444 0.317034334385 s721( 5, 1) c D2 +4.7372902267496120 Z/2 + Z/16 -0.1907007700068381 0.380143035967 s773( 4, 1) c D2 +4.7372902267496120 Z/4 + Z/16 0.1907007700068381 0.380143035967 s781(-5, 1) c D2 +4.7372902267496120 Z/4 + Z/20 -0.1907007700068381 0.380143035967 s786( 4, 1) c D4 +4.7376297245108671 Z/54 -0.2406260530241211 0.727702117001 v2656(-4, 1) c Z/2 +4.7376823393337163 Z/6 -0.0993242588375253 0.762973369462 s939( 1, 2) c D2 +4.7380137518637634 Z/61 -0.2099065797259522 0.501854938231 s885(-3, 1) c Z/2 +4.7381569028468136 Z/14 0.1061053291641301 0.383693952023 v1538( 2, 3) c Z/2 +4.7382861284930011 Z/165 0.1856810126324530 0.301899009863 s768(-4, 1) c Z/2 +4.7390752096287331 Z/27 0.2085083774667732 0.671591803852 s921(-3, 2) c Z/2 +4.7394749393813170 Z/4 0.1532908091985089 0.321470608338 v1368( 1, 3) c D2 +4.7394749393813170 Z/100 -0.1532908091985089 0.321470608338 s718(-1, 3) c D2 +4.7400605111968753 Z/26 -0.0425819682085060 0.329913465748 s730(-5, 2) c Z/2 +4.7413870310516024 Z/2 + Z/76 0.0625000000000000 0.416153185991 s821(-2, 3) c Z/2 +4.7413870310516024 Z/2 + Z/10 -0.2291666666666667 0.434116046563 v1676(-5, 1) c D2 +4.7418941025339081 Z/91 -0.1232739749227486 0.573257638354 s911( 3, 1) c D2 +4.7421652250601432 Z/42 0.2439016976138705 0.307761239900 s707(-5, 2) c D2 +4.7422850613649141 Z/20 0.0951646260893771 0.301511421849 v1368( 5, 2) c D2 +4.7422850613649141 Z/84 -0.0951646260893771 0.301511421849 s718(-5, 2) c D2 +4.7425200154118344 Z/55 0.1653721358958824 0.407595947695 v1682( 3, 2) c D2 +4.7426744931834295 Z/302 -0.1936708764790056 0.323958773065 s727( 2, 3) c Z/2 +4.7439480384073252 Z/40 0.1198375524234673 0.358141537010 s764( 4, 1) c D2 +4.7439480384073252 Z/72 0.1198375524234673 0.358141537010 s763(-3, 4) c D2 +4.7442252445106601 Z/58 -0.0438833078553164 0.318010278593 s734(-5, 1) c Z/2 +4.7442252445106601 Z/3 + Z/18 0.0811166921446836 0.318010278593 v1408(-5, 1) neg c Z/2 +4.7442288112538610 Z/76 -0.1037645058899998 0.429196507316 s902( 3, 1) c Z/2 +4.7444321677628612 Z/38 0.2155809146380011 0.343147716457 s746( 2, 3) c Z/2 +4.7449352507958906 Z/8 0.1322750401084248 0.511021400282 s869( 3, 2) c Z/2 +4.7464255658919841 Z/4 0.1912077841759244 0.397507108333 s819(-2, 3) c D2 +4.7470148167648854 Z/67 -0.1502557130046772 0.384042120014 v1538(-5, 1) c Z/2 +4.7470436237460225 Z/133 0.1045805774403333 0.315613366034 v1422( 2, 3) c Z/2 +4.7477505430962421 Z/15 0.0849481075788780 0.454561529212 v1937( 5, 1) neg c D2 +4.7480368936279497 Z/42 -0.1447585222774311 0.305136524805 s708( 6, 1) c D2 +4.7492439549246708 Z/7 0.0027725991202424 0.315068665489 s733(-4, 3) c D2 +4.7494473335291668 Z/79 0.0415397412706654 0.617171196181 s907(-4, 1) c Z/2 +4.7494999818744385 Z/57 -0.0027542136057152 0.557781820587 s874( 4, 1) c D2 +4.7494999818744385 Z/4 + Z/28 0.0027542136057152 0.388746944138 s798( 4, 1) c Z/2 +4.7494999818744385 Z/96 0.0805791197276182 0.649108423603 v2380( 1, 3) c D2 +4.7494999818744385 Z/2 + Z 0.0860875469390485 0.557781820587 v2018(-4, 1) c D2 +4.7494999818744385 Z/3 + Z/27 0.0860875469390485 0.777493888276 v2715(-1, 2) c D6 +4.7494999818744385 Z/3 + Z/3 + Z/9 0.0860875469390485 1.115563641174 v3215( 1, 2) c nonabelian group of order 72 +4.7494999818744385 Z/10 -0.1277542136057152 0.777493888276 s942( 1, 2) c D2 +4.7494999818744385 Z/8 0.1639124530609515 0.382245085840 s779(-5, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/24 0.1639124530609515 0.382245085840 s772(-5, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/40 0.1639124530609515 0.382245085840 s775(-5, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/120 -0.1639124530609515 0.382245085840 s778( 3, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/2 + Z/30 0.1639124530609515 0.382245085840 s787(-5, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/8 0.2472457863942848 0.901018064367 v2984(-3, 1) neg c D2 +4.7494999818744385 Z/24 -0.2472457863942848 0.382245085840 s775( 3, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/24 -0.2472457863942848 0.557781820587 v2217(-4, 1) c D2 +4.7494999818744385 Z/56 -0.2472457863942848 0.382245085840 s779( 3, 2) neg c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/168 -0.2472457863942848 0.382245085840 s772( 3, 2) neg c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/6 + Z/6 -0.2472457863942848 0.382245085840 s787( 3, 2) c Z/2 + Z/2 + Z/2 +4.7494999818744385 Z/6 + Z/6 0.2472457863942848 1.115563641174 v3377(-1, 2) neg c D6 +4.7494999818744385 Z/3 + Z/21 0.2472457863942848 0.777493888276 v2876( 1, 2) c Z/2 X D4 +4.7494999818744385 Z/3 + Z/24 0.2472457863942848 0.382245085840 s778(-5, 2) c Z/2 + Z/2 + Z/2 +4.7495100937656784 Z/25 -0.2064523913903796 0.328367245812 s730( 7, 1) c Z/2 +4.7498383432747207 Z/3 + Z/27 0.0431501958376085 0.394205955260 s784( 1, 3) c D3 +4.7499041770644855 Z/16 -0.2216576657991119 0.357688882862 s777( 6, 1) c D2 +4.7504308536871192 Z/2 + Z/38 0.1184281743422828 0.333405078415 s758(-2, 3) c Z/2 +4.7505744578158997 Z/55 0.1492319322640527 0.443180679129 s902(-4, 1) c Z/2 +4.7511258172468114 Z/27 0.1446772868786386 0.551000144707 v2632(-4, 1) neg c Z/2 +4.7512271008966899 Z/153 0.2089563128643679 0.324508080596 v1585(-4, 1) c D2 +4.7517019655178995 Z/3 + Z -0.0216187064972825 0.955228515306 v3209( 3, 1) c D2 +4.7517019655178995 Z/11 + Z -0.0216187064972825 0.626050233863 v2420(-3, 1) c D2 +4.7517019655178995 Z/2 + Z/22 -0.0216187064972825 0.955228515306 v3208( 3, 1) neg c D2 +4.7517019655178995 Z/2 + Z/16 0.0617146268360509 0.362302218524 s775( 4, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/2 + Z/48 -0.0617146268360509 0.362302218524 s778(-5, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/4 + Z/12 0.0617146268360509 0.362302218524 s779( 4, 1) neg c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/12 + Z/12 0.0617146268360509 0.362302218524 s772( 4, 1) neg c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/2 + Z/2 + Z/4 -0.0617146268360509 0.362302218524 s781(-4, 3) c D2 +4.7517019655178995 Z/4 + Z/4 + Z/4 0.0617146268360509 0.362302218524 s786( 1, 3) c D4 +4.7517019655178995 Z/2 + Z/2 + Z/12 0.0617146268360509 0.362302218524 s787( 4, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/2 + Z/2 + Z/24 0.0617146268360509 0.362302218524 s773( 1, 3) neg c D2 +4.7517019655178995 Z/24 -0.1450479601693842 0.362302218524 s779(-5, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/32 0.1450479601693842 0.586737354336 s890(-4, 1) c D2 +4.7517019655178995 Z/40 -0.1450479601693842 0.362302218524 s775(-5, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/120 0.1450479601693842 0.362302218524 s778( 4, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/160 0.1450479601693842 0.477614257653 s889(-1, 3) c D2 +4.7517019655178995 Z/2 + Z/30 -0.1450479601693842 0.362302218524 s787(-5, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/3 + Z/24 -0.1450479601693842 0.362302218524 s772(-5, 1) c Z/2 + Z/2 + Z/2 +4.7517019655178995 Z/4 + Z/4 -0.2283812935027175 0.407366706368 s819(-5, 1) c D2 +4.7517019655178995 Z/4 + Z/12 -0.2283812935027175 0.358685324370 v1638(-5, 1) c D2 +4.7517019655178995 Z/4 + Z/12 -0.2283812935027175 0.407366706368 s817(-1, 3) c D2 +4.7517019655178995 Z/4 + Z/12 -0.2283812935027175 0.407366706368 s818(-1, 3) c D2 +4.7518933192636248 Z/14 0.0026099753213686 0.316538822024 s730( 5, 2) c Z/2 +4.7524026783823941 Z/55 0.0267925076003479 0.526340670699 s871(-3, 1) c Z/2 +4.7526558769367519 Z/33 -0.0184538929550355 0.422251337203 s847(-3, 2) c Z/2 +4.7526827871937611 Z/136 0.1303001213882119 0.356274391077 s762( 3, 4) c Z/2 +4.7527663124513263 Z/187 -0.2148135875767572 0.339772884367 s749( 4, 3) c D2 +4.7531838363271612 Z/196 0.0186391421294621 0.302680856057 v1396(-1, 4) c Z/2 +4.7532382296309765 Z/12 0.0392110992678732 0.799313207035 v2874(-3, 1) neg c D2 +4.7532382296309765 Z/36 -0.0392110992678732 0.442200093176 v1761( 1, 3) c D2 +4.7532382296309765 Z/93 0.0392110992678732 0.555317273338 s874(-1, 3) c D2 +4.7532382296309765 Z/24 -0.0441222340654602 0.555317273338 v2655( 4, 1) c D2 +4.7532382296309765 Z/104 0.0441222340654602 0.555317273338 v2018( 1, 3) neg c D2 +4.7535241145969837 Z/67 0.1861079737054828 0.320461054136 s741( 3, 2) c Z/2 +4.7537510717662439 Z/45 0.1415120836054523 0.493281563326 s865( 2, 3) c Z/2 +4.7541698947351040 Z/17 0.1383614716311305 0.540617866287 v2200(-2, 3) c Z/2 +4.7543492971813225 Z/139 -0.1990562647684415 0.393667145055 s845(-3, 2) c Z/2 +4.7544233520916242 Z/12 0.0725777334243798 0.399489157743 v1676(-3, 2) c D2 +4.7545417888836548 Z/123 -0.0666466378414275 0.329375288707 s743( 4, 1) c Z/2 +4.7547351615390023 Z/48 -0.1911212560949573 0.333003908440 s745(-5, 2) c Z/2 +4.7548592572827880 Z/94 -0.0860125324167681 0.378039299735 v1534(-1, 3) c Z/2 +4.7549558465520553 Z/35 0.0333918314050085 0.322393141765 s733( 2, 3) c D2 +4.7553522193990702 Z/99 -0.2212235581044939 0.642610545126 v2413(-1, 3) c D2 +4.7553994901852083 Z/143 0.0102680286935806 0.300652582421 s727(-5, 1) c Z/2 +4.7562522118854295 Z/207 -0.0297400544590881 0.335986317214 v1516(-4, 1) c D2 +4.7570061436596995 Z/126 0.0084746108127797 0.366843407332 v1543( 4, 1) c D2 +4.7574097429566508 Z/9 0.1442205051459127 0.356310452271 s783(-6, 1) c Z/2 +4.7577735150461102 Z/3 + Z/15 -0.1103805484097512 0.310744323618 s732( 5, 2) c D2 +4.7578968553530624 Z/90 0.1367537442335772 0.369323164369 s793(-3, 4) c Z/2 +4.7582224384109232 Z/42 -0.0634739554642609 0.304720757893 s733( 5, 1) c D2 +4.7584581152910029 Z/2 + Z/30 0.0397545896666555 0.491144675632 s919(-3, 1) c Z/2 +4.7585419811271927 Z/3 + Z/3 -0.1039467070461054 0.379973906551 s820( 4, 1) c Z/2 +4.7588041742199364 Z/2 + Z/2 0.0627238078398071 0.405859458102 s823(-6, 1) c D2 +4.7590428561219273 Z/85 -0.0458905873453439 0.759941742897 v2696(-2, 3) c Z/2 +4.7590865095343649 Z/21 0.0127385616260010 0.308873049158 s722( 6, 1) c D2 +4.7593970822193367 Z/4 + Z/4 -0.1446025028047598 0.353739735035 s786(-4, 3) c D4 +4.7593970822193367 Z/2 + Z/48 -0.1446025028047598 0.353739735035 s773(-4, 3) c D2 +4.7593970822193367 Z/4 + Z/16 0.1446025028047598 0.353739735035 s781( 1, 3) c D2 +4.7595445504991777 Z/2 0.0539930021275365 0.445681458237 s854(-3, 2) c D2 +4.7596938878092231 Z/75 -0.1859527776377460 0.737935137564 v2696(-3, 2) c Z/2 +4.7598185913876209 Z/27 -0.2107993014194885 0.514098416093 s882( 3, 2) c D2 +4.7598185913876209 Z/4 + Z/4 0.2107993014194885 0.400055537334 s819( 1, 3) c D2 +4.7598185913876209 Z/4 + Z/12 0.2107993014194885 0.400055537334 s818( 5, 1) c D2 +4.7598185913876209 Z/4 + Z/20 0.2107993014194885 0.400055537334 s817( 5, 1) c D2 +4.7604478714975864 Z/7 + Z/42 0.0956407605624189 0.310831101836 v1373( 5, 3) c D2 +4.7606716441831884 Z/19 -0.1044117297071670 0.376546127382 v1572(-4, 1) c D2 +4.7609456527044700 Z/23 -0.1868948650971847 0.441707648507 v1732( 4, 1) c Z/2 +4.7611989195549451 Z/133 0.0625838008913916 0.375302379520 v1589(-1, 4) c D2 +4.7612706733976818 Z/5 0.2095069636241809 0.329454101112 v1431( 2, 3) c Z/2 +4.7625293635399244 Z/17 -0.1321437083775311 0.368201689230 s841( 5, 1) c Z/2 +4.7626148454570806 Z/3 + Z/3 -0.2293189597307126 0.371980511458 s783( 7, 1) neg c Z/2 +4.7629407128074174 Z/90 -0.2161129586879876 0.434670196149 v1814( 4, 1) neg c Z/2 +4.7636747471772724 Z/53 -0.2472690503555685 0.457092395851 s850( 3, 2) c Z/2 +4.7637009259186364 Z/2 + Z/46 -0.0893291090665211 0.350744076022 s793(-4, 3) c Z/2 +4.7643242786614838 Z/24 0.2029981720289196 0.542577450593 v3511(-1, 2) c D2 +4.7643242786614838 Z/72 0.2029981720289196 0.542577450593 v2238( 4, 1) neg c D2 +4.7646380882294168 Z/63 0.1028299641471328 0.333011304232 v1498( 2, 3) c Z/2 +4.7650646252448824 Z/198 0.0563671070531255 0.352721058409 s763( 3, 2) neg c D2 +4.7650862675001882 Z/45 -0.0856347600711820 0.370241476045 v1585( 5, 1) c Z/2 +4.7653228807337215 Z/48 -0.0343050978876435 0.415605768712 s820(-3, 2) c Z/2 +4.7653774395602737 Z/45 0.0882567280442379 0.530321659391 s896( 3, 2) c Z/2 +4.7654019934991159 Z/13 -0.0138971032569777 0.579996537163 v2218(-1, 2) c D2 +4.7659399179004890 Z/2 + Z/4 -0.0097387698206507 0.304688931718 v1368( 2, 3) c D2 +4.7659399179004890 Z/2 + Z/52 0.0097387698206507 0.304688931718 s718(-2, 3) c D2 +4.7659399179004890 Z/10 -0.0514054364873174 0.609377863436 s916(-3, 2) c D6 +4.7659399179004890 Z/2 + Z 0.0514054364873174 0.534532054117 v2099(-4, 1) c D2 +4.7659399179004890 Z/10 + Z 0.0514054364873174 0.534532054117 v2101( 3, 1) c D2 +4.7659399179004890 Z/2 + Z/16 0.0735945635126826 0.785214119642 s957( 1, 2) c D2 +4.7659399179004890 Z/2 + Z/80 -0.0735945635126826 0.392607059821 s821( 2, 3) c D2 +4.7659399179004890 Z/2 + Z/2 + Z/10 0.0735945635126826 0.785214119642 s960( 1, 2) c D6 +4.7659399179004890 Z/2 + Z/8 -0.1985945635126826 0.785214119642 v2787(-3, 1) c D2 +4.7659399179004890 Z/2 + Z/14 0.1985945635126826 0.392607059821 s823( 6, 1) c D2 +4.7659399179004890 Z/2 + Z/56 0.1985945635126826 0.392607059821 v1644(-2, 3) c D2 +4.7659399179004890 Z/2 + Z/2 + Z/14 0.1985945635126826 0.534532054117 v2100(-3, 1) c D2 +4.7661604156787054 Z/71 -0.0071593887895309 0.327444208371 s741( 4, 1) c Z/2 +4.7664057925654844 Z/27 0.0660335393488327 0.350703305477 s761(-5, 1) c Z/2 +4.7665971178268950 Z/15 -0.0795421294527610 0.340657425797 s768(-1, 4) c Z/2 +4.7669995984452452 Z/89 0.1179749159190853 0.309154889923 v1398(-5, 2) c Z/2 +4.7675835249087153 Z/115 0.1751644950406117 0.332496691729 s751( 1, 3) c D2 +4.7677444797336935 Z/17 -0.0359830707534546 0.316677973012 v1466(-1, 4) c Z/2 +4.7678126540611922 Z/3 + Z/30 0.0126799680011685 0.305418876966 s732(-5, 1) c D2 +4.7680046682066925 Z/84 -0.0719063474429505 0.303656748621 v1367(-3, 4) c D2 +4.7680046682066925 Z/3 + Z/12 -0.0719063474429505 0.303656748621 v1666( 4, 1) c D2 +4.7681712810163100 Z/19 -0.2067456657911632 0.557990909758 s907( 3, 1) c Z/2 +4.7682544666145566 Z/141 -0.0183390084335664 0.310703199127 v1448(-5, 1) c Z/2 +4.7683584991223835 Z/4 -0.2429626271482693 0.513932793238 s879(-4, 1) c Z/2 +4.7683584991223835 Z/36 -0.2429626271482693 0.513932793238 s878(-1, 3) c Z/2 +4.7683591634464573 Z/38 0.2454599782419258 0.326213627720 s746(-5, 2) c Z/2 +4.7684878114531381 Z/323 -0.1981126503017980 0.325116463342 s749( 1, 4) c D2 +4.7689503082032843 Z/45 -0.1994288597540826 0.511865952122 s878(-3, 2) c Z/2 +4.7691233404807623 Z/14 -0.0019891640863063 0.610191924443 s924(-4, 1) c Z/2 +4.7698896023076738 Z/20 0.2392020640687298 0.590505711643 v2209( 3, 2) c Z/2 +4.7698902296882503 Z/2 + Z/16 -0.0062720200353385 0.441503843500 v1859(-2, 3) c D2 +4.7698902296882503 Z/2 + Z/2 + Z/14 -0.0062720200353385 0.441503843500 v1859( 3, 2) c D2 +4.7698902296882503 Z/2 + Z/32 -0.1187279799646615 0.441503843500 v1859( 2, 3) c D2 +4.7698902296882503 Z/2 + Z/2 + Z/2 -0.1187279799646615 0.441503843500 v1859(-3, 2) c D2 +4.7699005310492267 Z/9 0.2337231682198732 0.342632862892 v1513(-4, 1) c Z/2 +4.7710588519093108 Z/134 -0.1867986988442801 0.309894478752 v1425(-4, 3) c Z/2 +4.7711757916285132 Z/2 + Z/28 0.1214108655769294 0.321060761946 s746( 5, 1) c Z/2 +4.7715855527799834 Z/13 0.0985934313031874 0.558776776649 v2166(-4, 1) neg c Z/2 +4.7719424389947367 Z/96 0.0093600381311208 0.365968388968 s798(-1, 4) c Z/2 +4.7724732250130287 Z/77 -0.1737022050798596 0.365717904686 v1700( 5, 1) c Z/2 +4.7725415350728389 Z/86 -0.1867499262671799 0.328880191578 v1470( 5, 1) c Z/2 +4.7725415350728389 Z/30 -0.1882500737328201 0.328880191578 s753(-5, 1) c Z/2 +4.7728000821521654 Z/66 -0.0999745409875682 0.433307069171 s847( 4, 1) c Z/2 +4.7729475609203752 Z/80 0.0908652539864930 0.345921191477 v1534( 1, 3) c Z/2 +4.7729705205255359 Z/5 + Z/25 -0.0005609528495261 0.342658381359 s751(-1, 3) c D2 +4.7734961072616972 Z/15 -0.2272823517571873 0.321741095870 s745( 2, 3) c Z/2 +4.7737016739836683 Z/39 -0.2017924375969395 0.568114202921 s892( 3, 2) c Z/2 +4.7739562459965800 Z/55 0.1166498494771555 0.316203008725 s751( 5, 2) c D2 +4.7740656810831528 Z/2 + Z/28 0.0465320738631610 0.353647640544 v1540( 5, 1) c D2 +4.7740656810831528 Z/6 + Z/12 -0.0465320738631610 0.353647640544 s788(-5, 1) c D2 +4.7740656810831528 Z/6 + Z -0.1201345928035057 0.353647640544 s789( 5, 1) c D2 +4.7740656810831528 Z/10 + Z 0.1201345928035057 0.353647640544 v1539(-5, 1) c D2 +4.7743874671654800 Z/34 0.2262029820749057 0.438648301091 v1809(-3, 2) c D2 +4.7747602509934435 Z/233 0.1749085281800388 0.308348108026 s737( 4, 3) c Z/2 +4.7752520458661182 Z/322 -0.1645973515380467 0.310503441814 v1461( 2, 3) c Z/2 +4.7753884848301948 trivial -0.0775580458905047 0.302166458717 s727(-5, 3) c Z/2 +4.7754170674448639 Z/63 -0.1617136112971680 0.300589772299 s721(-4, 3) c D2 +4.7755886468789526 Z/90 -0.0052125680040853 0.324872447613 s750(-2, 3) c D2 +4.7756505172213283 Z/65 -0.1120255384419477 0.327251412012 s764( 1, 4) c D2 +4.7759729183279186 Z/135 -0.0688803779614178 0.415321349232 v1721( 4, 1) neg c D2 +4.7759999564513547 Z/41 -0.1237287468645272 0.520869774871 s888(-3, 1) c Z/2 +4.7761396883816230 Z/65 -0.2275719500428483 0.325785450708 v1489(-5, 1) c Z/2 +4.7763190201994132 Z/70 -0.0033035836371941 0.328816312606 s753( 5, 1) c Z/2 +4.7763190201994132 Z/6 0.1283035836371941 0.328816312606 v1470(-5, 1) c Z/2 +4.7765114072400080 Z/13 -0.0824536470008391 0.376983415695 s802(-3, 2) c D2 +4.7773742926783743 Z/68 -0.2123067428659908 0.463618968507 s873( 3, 2) c Z/2 +4.7774039298976607 Z/64 -0.2116001812432651 0.312156439024 v1565(-5, 1) c Z/2 +4.7779562055952381 Z/2 + Z/32 -0.0842208840728208 0.345662791418 s773(-5, 2) c D2 +4.7779562055952381 Z/4 + Z/12 -0.0842208840728208 0.345662791418 s786(-5, 2) c D4 +4.7779562055952381 Z/4 + Z/20 0.0842208840728208 0.345662791418 s781( 3, 2) c D2 +4.7782658146684951 Z/13 -0.1352593888911882 0.462114124189 s870( 5, 1) c D2 +4.7782756999328199 Z/3 + Z/3 -0.0160683432767866 0.328615617560 v1491(-1, 3) c D2 +4.7789631972352582 Z/19 -0.2275286096689647 0.430034652559 s846(-3, 2) c Z/2 +4.7789671174132954 Z/105 0.0370790312813545 0.309411257426 v1436( 5, 2) c Z/2 +4.7793463905501594 Z/207 -0.0516016459835972 0.345859940542 s763( 2, 3) neg c D2 +4.7794203069838701 Z/133 -0.0994543761692710 0.301236502285 v1433( 5, 1) c Z/2 +4.7798803720641767 Z/31 0.1884151727709719 0.520791940163 v2050( 5, 1) c D2 +4.7801669720771484 Z/21 -0.0139333788630250 0.382111636819 s806( 3, 4) c Z/2 +4.7809217385579509 Z/7 + Z 0.1574512314029116 0.306889873433 v1436(-5, 1) c D2 +4.7811732486991015 Z/241 0.2096434324019373 0.302704097831 s739( 4, 1) c Z/2 +4.7813482372488952 Z/107 -0.1190423804076103 0.302498123530 v1400( 5, 2) c Z/2 +4.7821455446124693 Z/161 -0.0727345552464734 0.401266803608 s826( 2, 3) c Z/2 +4.7822381222904313 Z/11 -0.0911735037570304 0.432656702476 v1761( 3, 2) c Z/2 +4.7822529998833422 Z/13 0.0479938861809106 0.762581587196 v2846(-3, 1) neg c Z/2 +4.7823041254559606 Z/31 0.2189336065577007 0.346447320010 v1538( 5, 2) c Z/2 +4.7824997270293159 Z/113 0.0583404789191540 0.405553613524 v1732( 1, 3) neg c Z/2 +4.7826330923982506 Z/44 -0.1245225097783236 0.412169595442 s844(-1, 3) c Z/2 +4.7828877778782392 Z/37 0.0718121723430933 0.423378151703 v1777(-4, 1) c Z/2 +4.7829714205304621 Z/14 -0.0047903425290946 0.339045015462 s761( 4, 3) c D2 +4.7831603359424457 Z/22 -0.0403661433272665 0.546453428976 v2099( 3, 2) neg c D2 +4.7835440772473971 Z/12 -0.2447941742347516 0.389282797567 s813( 4, 3) c Z/2 +4.7835749551147048 Z/4 0.2031297082210614 0.650696163464 v2543( 4, 1) c Z/2 +4.7843523455372896 Z/107 0.1632924569910033 0.370809711415 v1585( 4, 3) c Z/2 +4.7849267414779961 Z/74 -0.1894274300664893 0.722053404728 v2568( 1, 3) c Z/2 +4.7849423431838559 Z/99 0.1785923167922410 0.334784745774 v1516( 5, 1) c Z/2 +4.7849949259749371 Z/2 + Z/32 0.0012559806023070 0.337338864084 s773( 3, 2) c D2 +4.7849949259749371 Z/4 + Z/12 -0.0012559806023070 0.337338864084 s781(-5, 2) c D2 +4.7849949259749371 Z/4 + Z/20 0.0012559806023070 0.337338864084 s786( 3, 2) c D4 +4.7852411334294376 Z/2 0.1809544184417957 0.485442112344 v2086( 3, 2) c Z/2 +4.7852952850614089 Z/20 0.1051865474034954 0.377081474092 v1585( 5, 2) c Z/2 +4.7858280986958489 Z/57 0.0766482231346968 0.394351122929 s820(-2, 3) c Z/2 +4.7861610347141119 Z/76 0.0998892885829811 0.376692150468 s827( 4, 1) c Z/2 +4.7861678309686172 Z/40 0.1725284913496065 0.458877205490 v1927( 4, 1) neg c Z/2 +4.7866086375532663 Z/3 + Z/27 -0.1182268059953877 0.358699365162 s784( 2, 3) c D3 +4.7867802851245842 Z/28 -0.1288324798395834 0.343462341386 v1516( 5, 2) c Z/2 +4.7874374412677054 Z 0.1714022101241473 0.404122315967 v1721( 1, 4) c Z/2 +4.7876814363694993 Z/82 -0.0981951845686278 0.313851798573 s758( 5, 1) c Z/2 +4.7879233712912607 Z/36 0.1497021316325510 0.362852734543 s805( 1, 4) c Z/2 +4.7884020376560117 Z/18 -0.0568967191737102 0.480941175029 s878( 1, 3) c Z/2 +4.7884718482357119 Z/6 -0.1988217863869975 0.413937588783 v2054(-5, 1) c D2 +4.7895220120672569 Z/6 0.0052257681502825 0.730560136960 v2716(-4, 1) c D2 +4.7896023723976165 Z/64 -0.2164253163223063 0.312130880834 s741(-5, 1) c Z/2 +4.7898480835045475 Z/51 -0.0442460164129717 0.323647601583 v1492( 1, 4) neg c D2 +4.7900608778757132 Z/2 + Z/24 0.1016708957029434 0.431622325276 v1809( 5, 1) c D2 +4.7904032566342308 Z/5 + Z 0.0285170039820158 0.312459566605 s750( 4, 3) c D2 +4.7904032566342308 Z/17 + Z 0.0285170039820158 0.312459566605 s749( 5, 1) c D2 +4.7904032566342308 Z/12 -0.1381496626846509 0.348531533430 s837(-5, 1) c D2 +4.7904032566342308 Z/60 -0.1381496626846509 0.348531533430 s788(-2, 3) c D2 +4.7904169129747150 Z/13 0.2484710745879794 0.429575364703 s862(-6, 1) c D2 +4.7908835920433620 Z/66 0.0016496266987959 0.400404753912 v1732( 3, 2) c Z/2 +4.7917152127818168 Z/3 + Z/18 0.1434024436748812 0.362132508035 s820( 1, 4) c Z/2 +4.7919669355950669 Z/27 0.1510641363164971 0.346687285060 v1513(-2, 3) c Z/2 +4.7919837706108415 Z/79 0.1147193525449924 0.395078110319 v1640( 1, 4) neg c Z/2 +4.7933958151802938 Z/54 0.1163571888025803 0.429683441806 s903( 2, 3) c Z/2 +4.7938943407273087 Z/95 0.0917718695290635 0.311366103033 s750(-5, 1) c D2 +4.7945752184619075 Z/31 -0.1152237164080519 0.329184020187 v1831(-5, 1) c Z/2 +4.7947377324862507 Z/2 + Z/2 0.0137043444193899 0.688870018820 s942(-4, 1) c Z/2 +4.7948110771824161 Z/139 0.1990851886035735 0.402711501874 s846( 4, 1) c Z/2 +4.7953560827039510 Z/2 + Z/34 0.1462146892018540 0.310793193412 s755(-1, 4) c Z/2 +4.7965988561487039 Z/4 0.0396044929638926 0.577300510106 v2371(-3, 1) c Z/2 +4.7969602396327037 Z/39 0.1091133990849710 0.346828302212 s802(-4, 1) c D2 +4.7969662972160636 Z/105 -0.0706129538495457 0.612003708896 v2380( 2, 3) c Z/2 +4.7969662972160636 Z/116 0.1539462871828790 0.397065159358 s835( 4, 1) c Z/2 +4.7972194418592772 Z/15 0.1853990712459277 0.373057643738 v1631(-6, 1) c D2 +4.7972679453983598 Z/11 -0.1960599558621475 0.314186199204 s761(-1, 3) c Z/2 +4.7973219813080758 Z/62 0.1565304049647668 0.615879746126 s927( 3, 1) c Z/2 +4.7979353059242418 Z/3 + Z/6 -0.0221904643157085 0.332928725216 s783( 5, 2) c Z/2 +4.7979734360506250 Z/91 0.0103198563964940 0.353300003975 s802( 5, 2) c D2 +4.7980225252521241 Z/30 0.1166170122616698 0.399982222967 v2040( 5, 1) c D2 +4.7980703522657374 Z/2 + Z/18 -0.0627591635191882 0.333974797897 v1603( 5, 1) c Z/2 +4.7985783186512722 Z/37 0.1208698756506339 0.533637918221 v2173(-4, 1) c Z/2 +4.7986978926244068 Z/135 0.1072481442786705 0.398682477652 v1727(-4, 3) c D2 +4.7987609815645137 Z/61 -0.1639919757037464 0.304436673905 s917(-1, 3) c Z/2 +4.7988747778044605 Z/46 0.0894559075499626 0.848510793294 v3011( 3, 1) c Z/2 +4.7989822378830652 Z/195 0.0969530111793879 0.376575640776 s813(-3, 2) neg c Z/2 +4.7992207168094902 Z/6 -0.1577019712466811 0.680423347137 s942(-1, 2) c Z/2 +4.7995801122454231 Z/72 -0.1439811664626322 0.469145464673 v2638(-4, 1) c D2 +4.7995801122454231 Z/88 -0.1439811664626322 0.469145464673 v2018(-1, 3) c D2 +4.7995801122454231 Z/105 0.2273144997959655 0.469145464673 s874( 1, 3) c D2 +4.7999208957365972 Z/135 0.0534049937180317 0.311723942479 v1498(-4, 3) c Z/2 +4.8003869402858810 Z/3 + Z/9 -0.2153363568338127 0.340054949583 s784( 6, 1) c D3 +4.8009989939618659 Z/12 0.0920113226440875 0.392940976279 s847(-2, 3) c Z/2 +4.8015237371198092 Z/28 0.2314146515907026 0.310269612044 s761( 6, 1) c Z/2 +4.8022327620189855 Z/7 0.0860989271173279 0.566050834733 v2389(-3, 2) c D2 +4.8023292733343698 Z/177 -0.2036025594991060 0.338172653195 v1525(-1, 4) c Z/2 +4.8023651297845089 Z/3 + Z/15 0.0140214076289658 0.303463527932 s745(-6, 1) c Z/2 +4.8026062279183725 Z/22 0.1831188641362922 0.305368461132 s746(-4, 3) c Z/2 +4.8026378400619477 Z/109 0.2410089929384107 0.316666995163 s759( 4, 3) c Z/2 +4.8027154851925104 Z/151 0.0580742116161456 0.325200881703 v1525( 1, 4) c Z/2 +4.8030382453126642 Z/14 -0.2024416925028296 0.359644374564 v1577( 4, 3) c D2 +4.8033900547052551 Z/4 0.0694783012121411 0.457168522612 s869(-3, 2) c Z/2 +4.8037317231267941 Z/101 0.0758586168560929 0.349708181994 v1534(-2, 3) c Z/2 +4.8039131952737970 Z/2 + Z/68 0.1604122245674172 0.310643361805 s758( 4, 3) c Z/2 +4.8040396005554364 Z/90 0.1659713921623722 0.316486971284 s755(-4, 3) c Z/2 +4.8040802068656508 Z/124 0.2155795122485068 0.335381869902 v1553( 1, 3) c Z/2 +4.8045932479715578 Z/38 -0.1288265152830897 0.341088149902 v1541(-4, 3) c Z/2 +4.8046928892396937 Z/3 + Z/3 + Z/6 -0.0942763270117676 0.312341533873 v1491( 6, 1) neg c D2 +4.8052286659745078 Z/110 0.0120698690015722 0.300389996162 s751( 2, 3) c D2 +4.8061067039076435 Z/79 -0.1428258119403767 0.374565217214 s827( 1, 4) c Z/2 +4.8063432742026011 Z/85 0.1947208123490140 0.320952285498 v1492(-1, 4) neg c D2 +4.8070729877474221 Z/3 -0.1681387423003591 0.519187582141 v2050(-3, 2) c D2 +4.8072361477328495 Z/135 0.0799761940972847 0.383945957640 s839(-1, 3) c Z/2 +4.8073462459673389 Z/22 -0.0733872178677758 0.404975641525 v1801(-4, 1) neg c Z/2 +4.8075329274524686 Z/47 0.0911665898588576 0.325881688838 v1538(-1, 3) c Z/2 +4.8075684601810360 trivial -0.1816877423401418 0.649762256969 v2543(-1, 2) neg c Z/2 +4.8078222364027717 Z/83 -0.1724604591011048 0.368059865301 v1678(-1, 4) c Z/2 +4.8078545610525163 Z/5 -0.0570109791583958 0.472812019043 s879( 5, 1) c Z/2 +4.8079232801619184 Z/12 0.1918751105271458 0.335374385913 s860(-5, 1) c Z/2 +4.8082823519359556 Z/6 -0.1303578469971252 0.696367422920 s939(-1, 2) c Z/2 +4.8083270363083883 Z/2 0.0809674848681855 0.362492787649 v1678(-4, 1) neg c Z/2 +4.8084840223598482 Z/83 0.1733380852008669 0.301374094700 v1875( 4, 1) c Z/2 +4.8086201657997226 Z/21 -0.0005102888182353 0.313452423751 v1626(-5, 1) c Z/2 +4.8088778569821340 Z/40 0.1179786312196479 0.559226254282 v2158(-1, 3) c D2 +4.8090183282277385 Z/42 0.2381965964465488 0.355157548574 v1577( 5, 2) c D2 +4.8093670336024697 Z/16 -0.0034382561778488 0.557878490999 s901(-3, 2) c D2 +4.8093670336024697 Z/4 -0.1701049228445155 0.906799567255 v2920( 4, 1) c D2 +4.8093670336024697 Z/3 0.2465617438221512 0.917234990124 v2919( 4, 1) c D2 +4.8094838979752812 Z/3 0.0011516879570296 0.510007212769 v2218( 1, 2) c Z/2 +4.8098420273183882 Z/281 -0.1133220874933092 0.313134216471 s762(-4, 1) c Z/2 +4.8100704772522606 Z/3 + Z/6 -0.1375285902309225 0.321512698581 s860( 5, 1) c Z/2 +4.8101400457332685 Z/13 -0.0570331763845037 0.352395565245 v1640(-3, 2) c Z/2 +4.8104345429093340 Z/35 0.2121674573454387 0.339165322588 s806( 4, 3) c Z/2 +4.8112490490198660 Z/138 0.1790002398847943 0.311995771349 s758( 1, 4) c Z/2 +4.8113727170242104 Z/199 0.0172522030238260 0.320948613800 s759( 3, 4) c Z/2 +4.8115836913964546 Z/159 0.0739534668169550 0.428369019408 s858( 1, 3) c Z/2 +4.8118509366990658 Z/74 -0.0758703283939060 0.301933343215 s755(-5, 1) c Z/2 +4.8119081235691885 Z/78 -0.1821832625323141 0.331594214466 s802( 5, 1) c D2 +4.8133688364755332 Z/4 -0.0877573772818078 0.333495866120 s805( 3, 4) c Z/2 +4.8134376586642297 Z/98 -0.0490337797818803 0.357596683547 v1613( 4, 3) c Z/2 +4.8136087794328132 Z/40 -0.0023583357037410 0.457561011986 v2462(-4, 1) c D2 +4.8136087794328132 Z/88 -0.0023583357037410 0.457561011986 v2018( 3, 2) c D2 +4.8136087794328132 Z/48 0.0856916690370744 0.457561011986 s874(-3, 2) c D2 +4.8136344313392570 Z/107 -0.1518122740129112 0.362567012057 s826( 4, 1) c Z/2 +4.8136821828716163 Z/39 -0.1159210129440535 0.404620229319 s846(-2, 3) c Z/2 +4.8137057431162200 Z/3 + Z/6 -0.1551212570557340 0.339328320697 v1578(-4, 3) c D2 +4.8138109440817197 Z/38 0.0575476319799302 0.374001060672 s832(-3, 2) c Z/2 +4.8145085670992412 Z/8 0.0990026543807127 0.741389744076 v2640( 3, 2) c D2 +4.8145085670992412 Z/136 -0.0990026543807127 0.370694872038 v1667( 4, 3) c D2 +4.8145085670992412 Z/31 0.1509973456192873 0.741389744076 v2643(-3, 2) c D2 +4.8145230711082070 Z/33 0.1285555597691593 0.534460662207 v2302( 1, 3) c Z/2 +4.8147376117172793 Z/111 0.2237578434739195 0.300269990464 v1466( 1, 4) c Z/2 +4.8147680238800289 Z/3 + Z/18 -0.0107113843505151 0.315368849180 s784( 5, 2) c D3 +4.8148423067096927 Z/145 0.0877359439392611 0.306019881980 v1601( 5, 1) c Z/2 +4.8163465506700936 Z/3 + Z/27 -0.1337990811521211 0.333303455006 s784(-1, 3) c D3 +4.8165771826879017 Z/80 -0.2130185406994799 0.313362591164 v1610( 5, 1) c Z/2 +4.8167264447023101 Z/139 0.0923435739315935 0.378068325399 s844( 4, 3) c Z/2 +4.8171900797939337 Z/2 + Z/8 0.1074301637591943 0.862301057507 v3077(-3, 1) c D2 +4.8171900797939337 Z/2 + Z/40 -0.1074301637591943 0.466652821856 v1963( 4, 1) c D2 +4.8171900797939337 Z/18 -0.1842365029074724 0.911047748104 v2877( 4, 1) c D2 +4.8179757749442013 Z/233 -0.2461336255540998 0.304562084336 s771(-1, 4) c Z/2 +4.8183358191621762 Z/9 -0.0561896195998644 0.305945585041 v1513( 5, 1) c Z/2 +4.8199404728163971 Z/3 + Z/12 0.2122445455097809 0.303827643638 v1513( 1, 4) c Z/2 +4.8203836069045460 Z/27 -0.1247543638141529 0.485158423938 v2050( 3, 2) c D2 +4.8204787728164220 Z/29 -0.1660369489395364 0.763747121513 v2632( 4, 1) c Z/2 +4.8207451831911156 Z/73 -0.0720336391067598 0.312646578324 v1534( 2, 3) c Z/2 +4.8208688882376784 Z/89 -0.1884671280572465 0.316453472027 v1498(-5, 1) c Z/2 +4.8223772922239233 Z/130 0.1624924034555795 0.304307203649 s751(-2, 3) c D2 +4.8226209630350288 Z/123 0.0961101829881276 0.333731330146 v1541(-3, 4) c Z/2 +4.8230040488982624 Z/19 -0.1602262093637751 0.437989083030 v1935( 3, 2) c Z/2 +4.8232852102636800 Z/43 0.1922568799062823 0.306994068082 v1481( 4, 3) c Z/2 +4.8233347065932991 Z/27 -0.1430927624394146 0.600905832739 v2442(-3, 1) c Z/2 +4.8244591162331949 Z/21 -0.1628547231304688 0.760676839580 v2876(-3, 1) c D2 +4.8245283742775787 Z/65 -0.1802700305187422 0.358592934230 v1682(-6, 1) c D2 +4.8247741159909543 Z/80 -0.2372544283024782 0.419673030929 s909(-4, 1) c Z/2 +4.8250823231891011 Z/6 0.0455407265356783 0.587957541422 s912( 6, 1) c D2 +4.8251838359221462 Z/90 0.1732207237006428 0.340736777581 v1605( 5, 1) c Z/2 +4.8253908655307169 Z/118 0.0414921854949397 0.372261291399 s840(-3, 2) c Z/2 +4.8257764521340983 Z/3 + Z/18 0.1708556083831554 0.402371824759 s847(-4, 1) c Z/2 +4.8258443642596976 Z/60 -0.1940551851391103 0.641598971088 v2570(-3, 1) c Z/2 +4.8259026357373276 Z/166 -0.0877857252017038 0.389984767872 s845(-2, 3) c Z/2 +4.8260014840724530 Z/4 -0.0796904748635601 0.495635394786 s896(-1, 3) c Z/2 +4.8263245945293842 Z/28 0.1750472124916286 0.388319917423 v1766(-3, 2) c Z/2 +4.8265891331512110 Z/44 -0.1353823817349945 0.367987110390 s827(-4, 1) c Z/2 +4.8267893873248716 Z/83 -0.1644873408551387 0.546273921818 s907(-1, 3) c Z/2 +4.8279143602418474 Z/39 0.0466855117756792 0.344067176341 s806(-3, 2) c Z/2 +4.8281088895783999 Z/67 0.1710701221022369 0.403861887171 s873( 2, 3) c Z/2 +4.8284694271872538 Z/3 + Z/3 -0.2208061035637885 0.445050131118 s899(-3, 2) c D4 +4.8285092462056889 Z/3 + Z/9 0.2152150694491342 0.481112509362 s878( 4, 1) c Z/2 +4.8286898147340566 Z/121 -0.2049888234391597 0.389324774520 s849(-1, 3) c Z/2 +4.8288918771244869 Z/13 -0.1707150635519415 0.332272847596 v1534( 6, 1) c Z/2 +4.8295143582978824 Z/95 0.1859901540479673 0.308807442517 s815(-4, 1) c Z/2 +4.8301150460983388 Z/91 -0.0862199055624521 0.362627129941 s835( 1, 4) c Z/2 +4.8301444048143192 Z/18 0.0745964293918856 0.316821371254 s793( 3, 2) c Z/2 +4.8301477842483051 Z/8 -0.0566103778694117 0.434338377431 v1927(-4, 1) c Z/2 +4.8306498905725688 Z/41 -0.1431525543618810 0.436098104925 s865(-4, 1) c Z/2 +4.8309465499935766 Z/23 0.0335588977978630 0.320770308784 v1534( 5, 2) c Z/2 +4.8309796149800426 Z/128 0.0757106683737043 0.312311253647 v1520(-5, 1) c Z/2 +4.8313114332594284 Z/3 + Z/3 0.2370386857604327 0.328532064253 s801( 5, 2) c D2 +4.8320667245524941 Z/36 -0.0281804642070528 0.304924718874 v1513( 3, 4) c Z/2 +4.8320785674208510 Z/2 + Z/2 0.2485595917217580 0.371897184860 s832(-4, 1) c Z/2 +4.8321587898748515 Z/26 0.2372620020705795 0.553994973938 s918( 4, 1) c Z/2 +4.8321633823900187 Z/48 -0.0677274475912001 0.495655975894 v2123(-4, 1) c D2 +4.8323565784531166 Z/19 0.0209154940990533 0.464912719224 v2050(-5, 1) neg c D2 +4.8324115523005650 Z/22 0.1690004265552782 0.428435265316 s865(-3, 2) c Z/2 +4.8330975667751520 Z/113 0.0339170438831307 0.440854675256 s863(-2, 3) c Z/2 +4.8331210954220229 Z/7 -0.0819113004568234 0.792835773382 v3001(-1, 2) c Z/2 +4.8335826020792555 Z/250 -0.0527110595819124 0.302405233854 v1516( 1, 4) c Z/2 +4.8335920645036338 Z/8 -0.2118924055357094 0.460799243402 s871( 4, 1) c Z/2 +4.8337802936815959 Z/44 0.1349712355946704 0.354540254760 v1640(-4, 1) c Z/2 +4.8343245832234145 Z/23 -0.1697655423222894 0.380744648447 s839(-4, 1) c Z/2 +4.8344416370513953 Z/5 + Z/10 0.0000000000000000 0.366282496976 v1695(-5, 1) a Z/4 +4.8345087991092059 Z/11 -0.2025781059885137 0.458110553631 s873(-2, 3) c Z/2 +4.8346009499506644 Z/105 0.0869162992095124 0.473484269538 s904(-3, 1) c Z/2 +4.8350068079021542 Z/7 0.2010819724154423 0.337516371493 s836(-5, 2) c Z/2 +4.8350227632984374 Z/57 0.1399345525365042 0.422687170653 s850( 2, 3) c Z/2 +4.8352428175832633 Z/2 0.0980315125610972 0.398905407971 s855(-1, 3) c Z/2 +4.8353317076762593 Z/9 0.1147200831203876 0.425176071356 s865(-1, 3) c Z/2 +4.8358395677514900 Z/112 -0.0091815755824459 0.371549161202 s845(-4, 1) c Z/2 +4.8358395677514900 Z/65 0.0741517577508874 0.708031237177 v2739(-3, 2) c D2 +4.8361624994411265 Z/58 0.0109856238992003 0.570596614035 s952( 3, 1) c Z/2 +4.8363927976049510 Z/3 0.2310395781612261 0.627773757190 s939( 4, 1) c Z/2 +4.8367261280507635 Z/2 + Z/16 0.2266945943907152 0.406492456380 v1858(-5, 1) c D2 +4.8369607162081180 Z/149 -0.1581239630330742 0.329358139853 v1601( 4, 3) c Z/2 +4.8370897280831785 Z/157 0.1506862037132588 0.382307434338 s840(-2, 3) c Z/2 +4.8371004921322064 Z/32 -0.2288784793659831 0.313968407718 s798( 1, 4) c Z/2 +4.8372913582382441 Z/5 -0.0378584597400507 0.376797520574 v1682( 6, 1) c D2 +4.8379880446605993 Z/111 0.0894962515874540 0.309834390419 v1553(-5, 2) c Z/2 +4.8380493626593916 Z/32 -0.0172072498687996 0.316281777640 s777( 5, 2) c D2 +4.8400472176424664 Z/159 -0.2316375806315429 0.333446925960 s813( 1, 4) c Z/2 +4.8401800639183208 Z/3 + Z/18 -0.2432708263284369 0.357176859260 v1703(-4, 1) c D2 +4.8402297572045433 Z/43 0.2195230352344899 0.380137235958 v1761( 4, 1) c Z/2 +4.8409692235949099 Z/5 + Z/35 0.1823837704234776 0.480661148943 s889( 2, 3) c D2 +4.8414304523680907 Z/18 0.2146099138172199 0.301475607481 s758(-5, 1) c Z/2 +4.8414747074062053 Z/54 0.0139813354746347 0.304502925843 v1538( 6, 1) c Z/2 +4.8416360043273708 Z/32 -0.0643595017628355 0.311927165866 s777(-5, 2) c D2 +4.8417266760111851 Z/235 -0.1744594529858185 0.332634170758 v1589( 1, 4) c Z/2 +4.8422551463519664 Z/54 0.0805880753680846 0.341690191086 s805( 5, 2) c Z/2 +4.8435426595857404 Z/52 -0.1453822854117367 0.480200255351 s886(-3, 1) c Z/2 +4.8450964940807909 Z/5 + Z/10 0.0875333430860126 0.623448216005 v2503(-3, 1) c Z/2 +4.8461107696461805 Z/3 + Z 0.0063391852971900 0.309979349771 s789(-5, 2) c D2 +4.8461107696461805 Z/5 + Z -0.0063391852971900 0.309979349771 v1539( 5, 2) c D2 +4.8461193967962945 Z/5 0.1118502170655484 0.693603710580 v2671(-3, 2) c Z/2 +4.8461785260120000 Z/24 -0.0728863275628123 0.348207968557 v1676( 6, 1) neg c D2 +4.8462614029725296 Z/198 -0.0174889555380616 0.331795058370 v1613(-4, 1) c D2 +4.8477180649156346 Z/210 0.2053125567090055 0.345917021251 s813(-2, 3) neg c Z/2 +4.8480171621260371 Z/45 -0.0472256912668768 0.436500233296 s861(-3, 2) c Z/2 +4.8497331168841353 Z/20 0.0484555804407151 0.344481009656 s819( 2, 3) c D2 +4.8500046588166895 Z/5 + Z/10 0.1890766778569740 0.354273181761 v1669(-5, 2) c D2 +4.8502848701182552 Z/165 -0.2113006740658622 0.358274077573 s839( 4, 3) c Z/2 +4.8505101647440332 Z/141 0.0932643479183639 0.334207766138 s814( 4, 1) c Z/2 +4.8510965649348167 Z/21 0.1323030639986665 0.350417089247 s820( 4, 3) c Z/2 +4.8511707573327376 Z/25 0.0210724386112530 0.711113495752 s944(-3, 2) c D2 +4.8511707573327376 Z/2 + Z 0.0210724386112530 0.562957626892 v2238(-5, 1) c D2 +4.8511707573327376 Z/2 + Z/2 -0.0622608947220803 0.744956517308 v2874( 1, 2) c D4 +4.8511707573327376 Z/3 + Z/24 -0.0622608947220803 0.372478258654 v1721( 3, 4) c D2 +4.8511707573327376 Z 0.1044057719445864 0.711113495752 v3209( 1, 2) c D2 +4.8511707573327376 Z/17 + Z -0.1044057719445864 0.355556747876 s828(-4, 3) c D2 +4.8511707573327376 Z/2 + Z/34 -0.1044057719445864 0.711113495752 v2604( 3, 2) c D2 +4.8511707573327376 Z/4 + Z/4 0.1455942280554136 0.317813225515 s775( 2, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/4 + Z/4 0.1455942280554136 0.317813225515 s777(-7, 1) c D2 +4.8511707573327376 Z/2 + Z/32 0.1455942280554136 0.317813225515 s779( 2, 3) neg c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/2 + Z/96 0.1455942280554136 0.317813225515 s772( 2, 3) neg c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/4 + Z/12 -0.1455942280554136 0.317813225515 s778(-5, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/2 + Z/2 + Z/6 0.1455942280554136 0.317813225515 s787( 2, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/24 0.1877391052779197 0.552710645799 v2265( 4, 1) c D2 +4.8511707573327376 Z/2 + Z/6 -0.1877391052779197 1.105421291602 v3377( 1, 2) c D4 +4.8511707573327376 Z/4 -0.2289275613887470 1.006694052782 v3200(-3, 1) c D2 +4.8511707573327376 Z/8 -0.2289275613887470 0.317813225515 s779(-5, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/20 0.2289275613887470 0.503347026391 v2201( 4, 1) c D2 +4.8511707573327376 Z/24 -0.2289275613887470 0.317813225515 s772(-5, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/40 -0.2289275613887470 0.317813225515 s775(-5, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/120 0.2289275613887470 0.317813225515 s778( 2, 3) c Z/2 + Z/2 + Z/2 +4.8511707573327376 Z/2 + Z/30 -0.2289275613887470 0.317813225515 s787(-5, 3) c Z/2 + Z/2 + Z/2 +4.8513781735293677 Z/3 + Z/21 0.1004284490262789 0.370856151974 v1727(-1, 4) c D2 +4.8514254505643881 Z/57 -0.2092724484599023 0.403323024503 v1843( 4, 1) c D2 +4.8515576610821506 Z/151 -0.1053570862066288 0.351892680026 v1700(-1, 3) c Z/2 +4.8515730617900716 Z/165 0.1497616826911609 0.362987654774 s835(-1, 4) c Z/2 +4.8519614250635812 Z/117 0.1647369256935380 0.367730992572 v1721( 4, 3) c Z/2 +4.8520897909319366 Z/13 -0.0486514287550591 0.485529453257 v2200( 3, 1) c Z/2 +4.8520991532047939 Z/67 0.0800210054232802 0.598905174156 v2542(-1, 3) neg c Z/2 +4.8523535965733809 Z/123 0.0192626168616025 0.406988459465 v1855( 4, 1) c Z/2 +4.8525720371646556 Z/16 -0.0370234585497324 0.428283140369 v1935(-5, 1) neg c Z/2 +4.8529014824023652 Z/3 + Z/60 -0.2108516835654509 0.330402014895 s813(-4, 1) c Z/2 +4.8529387447091144 Z/36 -0.0657293118742450 0.336732622847 s817(-2, 3) c D2 +4.8529387447091144 Z/60 -0.0657293118742450 0.336732622847 s818(-2, 3) c D2 +4.8531524224849738 Z/23 -0.1116286939864641 0.386575924948 s872( 3, 2) c Z/2 +4.8531955917828708 Z/13 -0.1577192295434776 0.478940243616 s892( 1, 3) c Z/2 +4.8532668679834187 Z/52 0.0970288459036370 0.517076401768 s901( 3, 2) c Z/2 +4.8539072476993249 Z/16 0.1995786461367833 0.587932690814 v2462( 4, 1) c Z/2 +4.8543555616474970 Z/62 -0.0778533898375254 0.410350042522 s863(-3, 2) c Z/2 +4.8546588717387855 Z/76 0.1389773175875842 0.356900435847 s839(-3, 2) c Z/2 +4.8548331756570291 Z/85 -0.2210797696265997 0.314313145176 s771( 3, 4) c Z/2 +4.8548797444755724 Z/31 0.1535428969248724 0.314099472330 s806(-2, 3) c Z/2 +4.8550402085011073 Z/3 -0.0067620994722311 0.891759802317 v3007(-1, 2) neg c D6 +4.8550402085011073 Z/5 + Z/15 -0.1599045671944356 0.594431610721 s932( 3, 1) c D6 +4.8555380283520374 Z/2 + Z/2 + Z/2 -0.0258937335030788 0.458462940932 v2100(-1, 3) c Z/2 +4.8555380283520374 Z/5 + Z/30 0.0574395998302546 0.648379230054 v2503( 1, 3) neg c D2 +4.8555380283520374 Z/2 + Z/8 -0.2241062664969212 0.458462940932 v2099( 4, 1) neg c D2 +4.8555380283520374 Z/2 + Z/40 -0.2241062664969212 0.458462940932 v2101( 1, 3) c D2 +4.8560709054806037 Z/31 -0.2088086041076517 0.387054084333 s894(-3, 1) c Z/2 +4.8565471285911003 Z/45 0.0086908019869296 0.946491691159 v3205(-2, 1) c Z/2 +4.8569721302183395 Z/116 -0.0144510384800615 0.376020181408 v1814(-2, 3) c Z/2 +4.8569788099538715 Z/20 0.1306361293502878 0.340967054133 v1676( 5, 2) neg c D2 +4.8570303883496044 Z/108 0.1010953566370720 0.321202210645 v1640( 4, 3) c Z/2 +4.8571483172978355 Z/151 -0.0481335852384331 0.365729020149 s846( 1, 4) c Z/2 +4.8573223984754724 Z/44 0.0431634166885362 0.399660335692 s849(-4, 1) c Z/2 +4.8580053011500904 Z/36 0.0967958667028481 0.562399148646 v2274(-3, 2) c D2 +4.8580053011500904 Z/12 0.1532041332971519 0.562399148646 v2274( 3, 2) c D2 +4.8584480196996717 Z/180 0.2189488505114878 0.352935502971 s840( 1, 4) c Z/2 +4.8586857769220066 Z/23 -0.2197481138218274 0.652864126649 v2642( 4, 1) c D2 +4.8586857769220066 Z/32 -0.2197481138218274 0.652864126649 v2641( 4, 1) neg c D2 +4.8586857769220066 Z/160 -0.2197481138218274 0.326432063324 v1601( 5, 2) c D2 +4.8589826230378621 Z/18 0.0499490684365925 0.319883365177 v1640(-2, 3) c Z/2 +4.8594021105821032 Z/2 + Z/54 0.2126996552962905 0.341585502339 s832( 4, 3) c Z/2 +4.8597320354760369 Z/21 -0.0680724090356198 0.644919503467 v2515( 3, 1) c D2 +4.8598539512990442 Z/67 0.1121171862742587 0.702633596967 v2722( 4, 1) c Z/2 +4.8598984804566029 Z/13 0.0249779272119006 0.322450758374 s802(-2, 3) c D2 +4.8601531148390708 Z/16 -0.1161165395861539 0.448927017047 v2078(-5, 1) c D2 +4.8601971915531911 Z/32 -0.0323487612236656 0.574372009313 v2384(-4, 1) c Z/2 +4.8601971915531911 Z/15 0.0509845721096677 0.613666774130 v2517( 3, 1) c Z/2 +4.8606738806060055 Z/12 0.0797171926073395 0.336055067659 s819(-5, 2) c D2 +4.8606738806060055 Z/76 -0.0797171926073395 0.331299813265 v1600(-4, 3) c D2 +4.8610500299027532 Z/37 0.0544324035620449 0.469331062714 s885( 4, 1) c Z/2 +4.8612676966760475 Z/7 -0.2192023945146848 0.772382911078 v2986(-3, 1) neg c trivial +4.8614611958365254 Z/42 -0.0935589759179500 0.344931016532 s820( 3, 4) c Z/2 +4.8615095772423357 trivial -0.2255422231108081 0.379364022239 v1777( 5, 1) c Z/2 +4.8621026898401947 Z/7 0.2479668116384058 0.387246938641 v1788( 2, 3) c Z/2 +4.8623571658570156 Z/8 -0.2190100843401654 0.304992071032 v1538( 4, 3) c Z/2 +4.8624725781148220 Z/2 + Z/2 -0.1547094865454976 0.393642816503 v1809( 1, 3) c D2 +4.8629839618938640 Z/20 0.0218854815317654 0.535666239799 v2230( 1, 3) c D2 +4.8629839618938640 Z/28 -0.0218854815317654 0.535666239799 v2229(-1, 3) c D2 +4.8630330695823505 Z/203 0.2260448311354651 0.320753836293 v1613( 3, 4) c Z/2 +4.8631528224792341 Z/51 -0.1800341189659548 0.373482613977 v1730( 6, 1) c Z/2 +4.8632737387536322 Z/2 + Z/20 0.0294004200146509 0.328745769003 s817(-5, 1) c D2 +4.8632737387536322 Z/6 + Z/12 0.0294004200146509 0.328745769003 s818(-5, 1) c D2 +4.8635039462803504 Z/180 -0.0818529190856555 0.341496367665 s835(-4, 1) c Z/2 +4.8642566588977633 Z/57 0.1559627051340935 0.328251386145 v1737(-5, 1) c D2 +4.8644220730420881 Z/99 0.0715641276690426 0.454469768511 s894(-1, 3) c Z/2 +4.8644768680212525 Z/97 -0.0085163018733608 0.510638905870 s907(-2, 3) c Z/2 +4.8645708166325021 Z/38 0.0254101695450001 0.416515489735 s918(-4, 1) c Z/2 +4.8652251749640270 Z/9 -0.2355267118238215 0.452752740286 s869(-5, 1) c Z/2 +4.8657001056016300 Z/2 + Z/22 -0.1192979177161976 0.305781722882 s793( 4, 1) c Z/2 +4.8659161192798736 Z/49 0.0630380766088084 0.371082064536 s850( 4, 1) c Z/2 +4.8662538680604918 Z/126 0.0876762573833361 0.312275881615 v1583(-5, 1) c Z/2 +4.8663172184655476 Z/24 -0.0966420475544126 0.319545167768 s801(-7, 1) c D2 +4.8663172184655475 Z/104 -0.0966420475544126 0.319545167768 s802( 5, 3) c D2 +4.8664085817195567 Z/77 0.0350105618296080 0.356461978186 s839( 5, 1) c Z/2 +4.8665734997317888 Z/239 0.1260860697356628 0.303807317840 v1572(-1, 4) c Z/2 +4.8666536912188926 Z/119 0.1210775241147823 0.329864295391 s814(-4, 3) c Z/2 +4.8671508403570599 Z/94 -0.0267160670206485 0.330010577364 v1644( 5, 1) c Z/2 +4.8671508403570599 Z/42 0.1517160670206485 0.330010577364 s821(-5, 1) c Z/2 +4.8675787649519305 Z/83 -0.1469494429939474 0.378522754115 s849(-3, 2) c Z/2 +4.8676860481869642 Z/87 -0.2262764573270663 0.591747127545 v2542(-3, 1) c D2 +4.8678152469678841 Z/5 -0.1183958712870874 0.383367902535 s861( 4, 1) c Z/2 +4.8679405154663920 Z/62 -0.1635695020513968 0.333248568438 s821( 5, 1) c Z/2 +4.8679405154663920 Z/6 -0.2114304979486032 0.333248568438 v1644(-5, 1) c Z/2 +4.8680623960497905 Z/103 0.1038929386483689 0.367024210083 s844( 1, 4) c Z/2 +4.8688568510980632 Z/2 + Z/12 -0.0353775132245538 0.578064658239 v2381( 3, 1) c Z/2 +4.8688568510980632 Z/2 0.1187108465578872 0.578064658239 v2380(-3, 1) c Z/2 +4.8691570482249019 Z/2 + Z/4 -0.0457868540782457 0.320017877585 v1638( 5, 1) c D2 +4.8691570482249019 Z/2 + Z/12 -0.0457868540782457 0.320017877585 s819( 5, 1) c D2 +4.8693222919124192 Z/74 -0.0201190017669995 0.305716549519 s805(-3, 2) c Z/2 +4.8693609428101538 Z/29 -0.2147209894939207 0.520993367153 v2221( 4, 1) c Z/2 +4.8696486121716873 Z/16 0.1758599804952207 0.621848483429 v2556( 3, 1) c Z/2 +4.8697445206825291 Z/4 + Z/4 0.1619684959144618 0.304311272122 s781(-3, 4) c D2 +4.8697445206825291 Z/2 + Z/64 -0.1619684959144618 0.304311272122 s773(-1, 4) neg c D2 +4.8697445206825291 Z/4 + Z/12 -0.1619684959144618 0.304311272122 s786(-1, 4) c D4 +4.8698374367252127 Z/93 0.0295969855947234 0.322610985147 s813( 3, 4) c Z/2 +4.8699370842507547 Z/31 -0.1725026408789228 0.401195582216 s858( 4, 1) c Z/2 +4.8699898994449774 Z/48 -0.2250176631545962 0.438946042231 s872( 2, 3) c Z/2 +4.8703620243206988 Z/66 -0.1377675059982400 0.703359726348 v2750(-3, 1) c D2 +4.8707090231753923 Z/12 0.2412830061917475 0.361045970160 v1766( 5, 2) c Z/2 +4.8711700385648926 Z/25 -0.0714151364400682 0.473727355052 s893( 3, 2) c Z/2 +4.8711722962697906 Z/92 0.0175028601619213 0.386022679295 s858( 3, 2) c Z/2 +4.8722936418148779 Z/118 0.2271259235377071 0.342588575812 s832( 1, 4) c Z/2 +4.8725684062218624 Z/13 -0.1311689125662427 0.514854071413 v2265( 3, 2) c Z/2 +4.8726054326543319 Z/42 -0.1815481949968192 0.337361322236 v1678( 4, 1) c Z/2 +4.8729055227024802 Z/39 0.1628552188341201 0.380338195814 s847( 1, 4) c Z/2 +4.8730279514717045 Z/29 -0.1299969363607322 0.370722570788 s904(-1, 3) c Z/2 +4.8731785607113055 Z/86 -0.1388111729429653 0.317128256938 v1601( 1, 4) c Z/2 +4.8733874074855732 Z/26 0.1009035533201009 0.768729456566 v2911(-4, 1) c D2 +4.8737682304528512 Z/156 -0.1382911670741446 0.323682294109 s826(-1, 4) c Z/2 +4.8738967499172610 Z/148 0.1249528515939216 0.426815732850 v1980( 1, 3) c Z/2 +4.8740341470914099 Z/2 -0.0504227182426261 0.726768041219 v2656( 4, 1) c Z/2 +4.8743013928421534 Z/78 0.1397078763593272 0.457283690831 s888( 4, 1) c Z/2 +4.8744329892787416 Z/2 0.2244973778402733 0.372679781438 s870(-6, 1) c D2 +4.8745655751592937 Z/2 + Z/32 -0.1902707050983510 0.419531631612 v2018( 4, 1) c D2 +4.8745655751592937 Z/3 + Z/3 -0.2263959615683157 0.419531631612 s874(-4, 1) c D2 +4.8754147123251734 Z/2 + Z/10 -0.1766287601709838 0.309137176816 v1818(-5, 1) c D2 +4.8757581591061572 Z/2 + Z/8 0.0561495784121449 0.863926131935 v2914( 2, 3) c D2 +4.8757581591061572 Z/2 + Z/24 0.0561495784121449 0.519392159740 v2281( 4, 1) c D2 +4.8757581591061572 Z/2 + Z/2 -0.0978162450788116 0.587677337264 v2422( 3, 1) neg c Z/2 +4.8757581591061572 Z/2 -0.2355170882545218 0.871934671352 v2911( 4, 1) c D2 +4.8764154383990943 Z/100 -0.0963955290084367 0.319051573238 s817( 5, 2) c D2 +4.8764154383990943 Z/3 + Z/12 -0.0963955290084367 0.319051573238 s818( 5, 2) c D2 +4.8764728621480977 Z/2 + Z/46 -0.1976808305677795 0.305753903364 v1652(-5, 1) c Z/2 +4.8767831228146150 Z/13 -0.1975986647114868 0.613188827149 v2517(-4, 1) c Z/2 +4.8767831228146150 Z/4 -0.2190680019551799 0.472072912672 v2166( 5, 1) c Z/2 +4.8774859097548629 Z/100 -0.1864922686289603 0.486836508606 s893( 2, 3) c Z/2 +4.8775813779276139 Z/41 -0.0264102311955025 0.318056084768 s805( 5, 3) c Z/2 +4.8780274579500130 Z/75 -0.1487056544035300 0.401032141642 s863( 4, 1) c Z/2 +4.8783957549433247 Z/55 0.0646627462890368 0.406671190797 s861(-2, 3) c Z/2 +4.8784417345782018 Z/73 0.0582336412749128 0.395192425563 v1843(-4, 1) c Z/2 +4.8787314585677670 Z/47 0.2396894741354200 0.321790490429 s806(-4, 1) c Z/2 +4.8793620727074689 Z/2 + Z/50 0.0236595891303062 0.574683364027 v2447( 1, 3) neg c Z/2 +4.8793623763690497 Z/39 0.1580233673334271 0.320445498260 s820(-4, 1) c Z/2 +4.8794962931256703 Z/7 + Z/21 0.1713399295152283 0.344848572688 v1802( 4, 1) c D2 +4.8802807366394250 Z/80 -0.0132399087357382 0.302090505638 v1605(-5, 1) c Z/2 +4.8804649299792716 Z/59 0.1108413914103521 0.352615552288 v1732(-5, 1) neg c Z/2 +4.8809308640227812 Z/66 0.0789385768670546 0.307073457128 v1589(-4, 3) c Z/2 +4.8810973133482041 Z/5 + Z 0.1834343678518347 0.334484263330 v1695( 5, 1) c D2 +4.8811045173555706 Z/64 -0.1274623228876709 0.413367786015 s917(-3, 2) c Z/2 +4.8811454872665615 Z/34 0.1841034182139225 0.552158705709 s915(-3, 2) c D2 +4.8811454872665615 Z/2 + Z/2 0.1841034182139225 0.341150627242 v1676( 1, 3) c D2 +4.8811454872665615 Z/26 -0.2257700848805892 0.552158705709 s915( 3, 2) c D2 +4.8811454872665615 Z/2 + Z/10 -0.2257700848805892 0.491321985960 v2158(-2, 3) c D2 +4.8812383325334939 Z/49 0.0949647864421732 0.319434015206 s827(-1, 4) c Z/2 +4.8813620157351974 trivial 0.1533423517709897 0.758039650271 v2758(-3, 2) c Z/2 +4.8814590264170456 Z/88 -0.2289576090859774 0.420122531333 v2028( 4, 1) c Z/2 +4.8820974977937553 Z/93 -0.1999723499428618 0.416479838730 s871(-1, 3) c Z/2 +4.8825249353134706 Z/18 -0.1802807269777703 0.556451474939 s924(-3, 2) c Z/2 +4.8828395621123978 Z/19 0.1372943683556548 0.316518108672 v1697(-6, 1) c D2 +4.8829387277560268 Z/14 0.1091992642065703 0.325523324703 v1652(-5, 2) c Z/2 +4.8831311338682273 Z/56 -0.1666447318177662 0.477928761251 v2238(-3, 2) c D2 +4.8833869715394766 Z/5 + Z/15 0.0241571391822200 0.344269111192 s838(-2, 3) c D4 +4.8839720251851775 Z/95 0.1159912214141740 0.329970908710 v1682(-5, 2) c D2 +4.8840686366990073 Z/45 -0.0127737375810567 0.422365592630 s878(-4, 1) c Z/2 +4.8844252715586457 Z/71 0.0858967117633732 0.307663241389 s805(-2, 3) c Z/2 +4.8846240104314502 Z/13 0.1540618484231752 0.453256286262 s888(-1, 3) c Z/2 +4.8860247851006361 Z/30 0.1613791349443522 0.367123435130 v1801( 4, 1) c Z/2 +4.8860344017646573 Z/21 -0.2013657538516358 0.368752975571 v1761( 2, 3) c Z/2 +4.8861994302642379 Z/5 -0.1547189726440152 0.491746366543 v2272( 1, 2) c Z/2 +4.8862008986202541 Z/2 + Z/26 -0.0744879053660743 0.377256317405 v1809(-5, 1) c D2 +4.8862008986202541 Z/2 + Z/4 0.1338454279672590 0.520503418371 v2229(-2, 3) c D2 +4.8862008986202541 Z/2 + Z/20 -0.1338454279672590 0.520503418371 v2230( 2, 3) c D2 +4.8862008986202541 Z/38 -0.1755120946339257 0.541040479049 s916( 4, 1) c D2 +4.8862545861028993 Z/97 -0.0243566792274095 0.324278407838 v1738(-4, 1) c Z/2 +4.8864113940203616 Z/56 -0.0321923414067358 0.648755004753 v2678( 3, 1) c D2 +4.8864113940203616 Z/2 + Z/6 -0.2178076585932642 0.479421179785 v2209( 1, 3) c Z/2 +4.8865572231326184 Z/2 + Z/36 0.1649262646909820 0.324527902417 s832(-2, 3) c Z/2 +4.8867394918448060 Z/45 -0.0843141397967810 0.450847811739 s878(-2, 3) c Z/2 +4.8867934888648900 Z/76 -0.1665751210598646 0.306812030635 v1629(-1, 4) c Z/2 +4.8869904517628401 Z/30 -0.1512974772941961 0.315188331277 v1781(-5, 1) neg c D2 +4.8880607788930118 Z/65 -0.1196244548757537 0.331095026018 s826(-4, 3) c Z/2 +4.8888046589374828 Z/109 -0.1221917685825173 0.312352780419 v1640( 3, 4) c Z/2 +4.8888155590190258 Z/203 -0.1551603846622982 0.312753315049 s814(-3, 4) c D2 +4.8890476993922165 Z/18 0.2414954565180618 0.781062542306 v2862( 3, 1) c Z/2 +4.8896428649018370 Z/17 0.1516854261738210 1.025547126086 v3184(-4, 1) c D2 +4.8897784773607774 Z/41 0.2204096013262371 0.729285150425 v2872(-3, 2) neg c Z/2 +4.8907359138099651 Z/51 0.0245151691568459 0.714518916062 v2846( 1, 2) c Z/2 +4.8907746708371332 Z/3 -0.1223710572047864 0.608278484539 v2543( 3, 2) c Z/2 +4.8923103041889774 Z/11 0.0697004873447734 0.325745563017 s836( 5, 1) c Z/2 +4.8923194244288557 Z/14 -0.1697706460311107 0.535155403610 s928(-4, 1) c Z/2 +4.8924496204800388 Z/3 + Z/6 0.0433639139183545 0.321595876519 s837( 5, 1) c D2 +4.8925170855931323 Z/8 0.0218149732498003 0.335936726239 v1676( 2, 3) c D2 +4.8931510306160088 Z/11 -0.0638022058710011 0.404785188877 s869( 5, 1) c Z/2 +4.8932791148965275 Z/150 -0.0398580043645977 0.340096109949 v1738( 1, 4) c Z/2 +4.8937287231796025 Z/14 0.1841563255727492 0.373493188150 v1809( 2, 3) c D2 +4.8937444674486725 Z/110 0.1283822065906432 0.322824458575 v1669(-4, 3) c D2 +4.8939889630023253 Z/109 0.2024111832243424 0.341474398468 s840( 4, 3) c Z/2 +4.8940061894289930 Z/55 0.1218409837289295 0.654024409356 v2797(-1, 3) c D2 +4.8940061894289930 Z/12 0.1281590162710705 0.435048131962 s886(-1, 3) c Z/2 +4.8941247390923660 Z/49 -0.2238650951473668 0.666654704317 v2722( 3, 2) c Z/2 +4.8942390473484540 Z/77 -0.0364868768991427 0.347367803535 s846(-4, 1) c Z/2 +4.8942621383094873 Z/93 0.0891851439818390 0.315912803208 v1678( 1, 4) c Z/2 +4.8943668778896557 Z/45 0.1735752611413785 0.332473498646 v1730(-6, 1) c Z/2 +4.8946142509989432 Z/93 0.1006011682844338 0.315905402409 v1844(-4, 1) c Z/2 +4.8946204318273119 Z/7 -0.0985226764484287 0.708151983557 v2846(-3, 2) neg c Z/2 +4.8946748772041362 Z/2 0.1996185172833411 0.559821624731 s924( 4, 1) c Z/2 +4.8958825931473504 Z/26 -0.2459809486450176 0.381570950830 s854(-6, 1) c D2 +4.8961851640857346 Z/9 -0.2167327013623706 0.421823352987 s878( 2, 3) c Z/2 +4.8964735677357341 Z/21 -0.1226334712298222 0.346462471215 v1766(-5, 1) neg c Z/2 +4.8964969003118054 Z/11 -0.0546120075641393 0.518057809409 v2998( 1, 2) c Z/2 +4.8966543670491301 Z/69 0.1941324957147055 0.305820129779 s813( 5, 2) c Z/2 +4.8973058219151104 Z/245 -0.0643993731403829 0.359056073709 v1802(-4, 1) c Z/2 +4.8974210869843029 Z/73 0.1862062267873404 0.573378591739 v2465( 1, 3) c Z/2 +4.8978801032132344 Z/141 -0.1330153797700899 0.332557665508 s844( 3, 4) c Z/2 +4.8981639337194749 Z/2 0.1940297855316795 0.784236392116 v2914( 1, 3) c Z/2 +4.8981639337194749 Z/10 0.2356964521983462 0.581391392887 v2430(-4, 1) c Z/2 +4.8982690392883559 Z/2 + Z/40 0.0712410512295420 0.559289501343 v2447(-3, 1) neg c Z/2 +4.8982997020060169 Z/34 -0.2187152811443626 0.404798553785 s925(-3, 1) c Z/2 +4.8984678261350516 Z/59 -0.1695191673655600 0.549214305202 v2442( 1, 3) c Z/2 +4.8985913214521554 Z/79 0.2342207133183014 0.323853942758 s840(-4, 1) c Z/2 +4.8988578314876323 Z/110 -0.0336961405618868 0.505026938149 s929(-3, 1) c Z/2 +4.8995417820698444 Z/133 0.1043749951392672 0.454045475245 v2157(-1, 3) c D2 +4.8995930966227196 Z/85 -0.0010776153914229 0.300202317212 v1585( 5, 3) c Z/2 +4.8997116419355392 trivial -0.1827396610917874 0.504440187526 v2272(-3, 2) c D2 +4.8998368568413055 Z/2 + Z/56 0.0223499631883981 0.305142639774 v1603( 5, 3) c Z/2 +4.8998676465188375 Z/39 -0.0377018583473397 0.457040457666 s890(-3, 2) c D2 +4.8998706453632571 Z/95 -0.1330317298245827 0.304440913294 v1605( 5, 2) c Z/2 +4.9000057312402487 Z/43 -0.1341889676206189 0.421039069362 s873(-4, 1) c Z/2 +4.9001149829121816 Z/18 -0.1079816879079904 0.301963372871 v1719( 5, 1) c Z/2 +4.9002229955412899 trivial 0.1868094116409160 0.478455244724 v2200(-4, 1) neg c Z/2 +4.9006761701538589 Z/22 0.0578653025450291 0.719666585964 v2914(-1, 2) c Z/2 +4.9006761701538589 Z/30 0.0995319692116958 0.591741529134 v2455( 3, 2) c Z/2 +4.9009092675838891 trivial 0.0388839566326189 0.358519444464 v1766( 6, 1) c Z/2 +4.9009596616200751 Z/65 0.0643909345387857 0.345329460841 v2119(-5, 1) c D2 +4.9009822709441300 Z/124 0.2276697487909226 0.325159499946 s839( 5, 2) c Z/2 +4.9010005828970614 Z/2 + Z/8 0.0711605493807125 0.386557019254 v1859(-4, 1) c D2 +4.9010005828970614 Z/2 + Z/2 + Z/18 0.0711605493807125 0.386557019254 v1859( 1, 4) c D2 +4.9010005828970614 Z/2 + Z/24 -0.1961605493807125 0.386557019254 v1859( 4, 1) c D2 +4.9010005828970614 Z/2 + Z/2 + Z/14 -0.1961605493807125 0.386557019254 v1859(-1, 4) c D2 +4.9014197026294220 Z/91 -0.1568151360263523 0.313139409173 v1640( 5, 1) c Z/2 +4.9014402412908930 Z/2 -0.2425551634843766 0.830826603847 v3077( 4, 1) neg c D2 +4.9014594748526261 Z/3 + Z/6 -0.0619265145341666 0.341847106246 v1937(-6, 1) c D2 +4.9016277009638552 Z/40 -0.0672831860666494 0.730852522681 s957( 2, 1) c D2 +4.9016277009638552 Z/2 + Z/10 -0.0672831860666494 0.730852522681 s960( 2, 1) c D6 +4.9016277009638552 Z/5 + Z/40 -0.0672831860666494 0.454953707335 s893(-2, 3) c D2 +4.9022591473440590 Z/2 0.0692399444434806 0.313840571686 s823(-7, 1) c D2 +4.9025181180507024 Z/42 -0.0970807564190484 0.305945397320 s823( 5, 2) c D2 +4.9026941479806307 Z/2 0.0644014076664403 0.519495941071 v2334(-4, 1) c D2 +4.9035680458670841 Z/83 -0.1909866228251622 0.406949605799 s877(-4, 1) c Z/2 +4.9039119375501263 Z/32 -0.0309923703037023 0.483437887420 v2217( 4, 1) c Z/2 +4.9043984222012272 Z/58 -0.0439269589321393 0.319545241913 s832( 5, 1) c Z/2 +4.9048162501746312 Z/3 + Z/15 -0.2124575848207115 0.434327698256 v2072( 4, 1) c Z/2 +4.9048263295042273 Z/14 -0.1355340725621187 0.597936496628 v2623( 4, 1) c Z/2 +4.9050087878165802 Z/66 -0.0435837500975252 0.550303200698 v2438(-4, 1) c Z/2 +4.9055554668216937 Z/3 0.0463136590617468 0.590285846718 s939(-4, 1) c Z/2 +4.9059108210138939 Z/13 0.2424512462964406 0.553349132809 v2413( 3, 1) c Z/2 +4.9063731782882306 Z/111 -0.2432934313353426 0.358147502684 v1761(-4, 3) c Z/2 +4.9064020171326959 Z/30 0.1918247073149760 0.305388126959 s823( 7, 1) c D2 +4.9064648313002810 Z/19 -0.0727196638983764 0.611609776560 v2556(-4, 1) c Z/2 +4.9066297008454268 Z/3 + Z/42 -0.0021093733317021 0.335779546241 v1721(-3, 2) c Z/2 +4.9066909976088817 Z/67 -0.0559022598582386 0.325274444585 s841(-1, 3) c Z/2 +4.9068441444611604 Z/3 + Z/21 -0.0518575679855178 0.863068825894 v3215( 3, 1) c D4 +4.9068441444611604 Z/2 + Z -0.1148090986811489 0.431534412947 v2771(-4, 1) c D2 +4.9068441444611604 Z/4 + Z/28 -0.1148090986811489 0.431534412947 v2018( 2, 3) neg c D2 +4.9068441444611604 Z/11 + Z/11 -0.1148090986811489 0.578082435532 s933(-2, 3) c D10 +4.9068441444611604 Z/2 + Z/18 0.1564757653478156 0.360784183157 s855(-3, 2) c Z/2 +4.9068441444611604 Z/87 0.1981424320144822 0.431534412947 s874(-2, 3) c D2 +4.9068441444611604 Z/48 -0.2185242346521844 0.578082435532 v2573(-1, 3) c D2 +4.9069204651474434 Z/137 0.0322817497891629 0.338412892152 s844( 5, 2) c Z/2 +4.9069788188816589 Z/25 -0.0247172275774660 0.356331308279 v1788(-5, 1) c Z/2 +4.9069861468878017 Z -0.0956265169821600 0.328751912360 s836(-6, 1) c Z/2 +4.9073021369496610 Z/4 0.1257195623648976 0.847823611296 v2986(-1, 2) neg c Z/2 +4.9073021369496610 Z/28 0.2076137709684358 0.340590054329 s841(-6, 1) c Z/2 +4.9073288339509259 Z/3 + Z/15 -0.1667539685138193 0.479135721331 s899( 3, 2) c D4 +4.9073648494184870 Z/2 + Z/42 -0.0410003693366945 0.449809268428 v2100( 4, 1) c Z/2 +4.9073648494184870 Z/70 -0.2089996306633055 0.449809268428 v2101(-4, 1) c D2 +4.9076823580116642 Z/58 -0.1521773789124344 0.370518339712 s855(-4, 1) c Z/2 +4.9076908293899374 Z/116 0.0041723785388550 0.348894098651 s849( 4, 3) c Z/2 +4.9078915026983597 Z/82 -0.1902075981565914 0.356161969564 s855( 4, 3) c Z/2 +4.9080993400853834 Z/99 0.1051963846576018 0.335918959249 v1721(-2, 3) c Z/2 +4.9093731929857560 Z/22 -0.1736758194628213 0.421480287487 v2099(-1, 3) c D2 +4.9094925114067554 Z 0.1652157942201081 0.795360570650 v2986( 1, 2) c trivial +4.9094925114067554 Z/5 + Z/5 0.2485491275534413 0.691427187845 v2817( 3, 1) neg c Z/4 +4.9098704466250287 trivial -0.1194915016107714 0.384519628785 s862( 6, 1) c D2 +4.9099211404899030 Z/7 0.1592213130512226 0.517561494849 v2272( 5, 1) c Z/2 +4.9101184298422779 Z/61 0.1517745930919103 0.426143195673 v2062(-4, 1) neg c Z/2 +4.9104404223464980 Z/52 0.1143602616187641 0.447627860733 s892( 4, 1) c Z/2 +4.9104404223464980 Z/68 0.1143602616187641 0.447627860733 s891( 1, 3) c Z/2 +4.9105311382940610 Z/26 0.0604485510081868 0.412983332059 v2046( 4, 1) c Z/2 +4.9108280860010919 Z/87 0.1710546899443148 0.378813364639 v1860(-3, 4) c Z/2 +4.9110049019450636 Z/3 + Z/3 0.1693797452268671 0.313528833609 s837(-5, 2) c D2 +4.9112679750985525 Z/95 0.1207321475579755 0.428560705342 s886( 4, 1) c Z/2 +4.9117577230473369 Z/84 -0.0639704442680379 0.450941913256 v2173(-3, 2) c Z/2 +4.9120585781849803 Z/26 0.0072452104783703 0.435011068501 v2099( 1, 3) c D2 +4.9121051758402466 Z/40 0.0566203283896734 0.463795606179 v2209( 4, 1) c Z/2 +4.9123436096428389 Z/95 0.1319703765259249 0.383393534145 v1938( 1, 4) c D2 +4.9125778066642004 Z/272 -0.1314327529399609 0.305936566339 s828( 4, 1) c Z/2 +4.9126512857387991 Z/180 0.1068307718361586 0.367249113613 s863( 1, 4) c Z/2 +4.9126651038153444 Z/109 -0.1054918183436183 0.322911229076 v1732( 2, 3) c Z/2 +4.9131840084752594 Z/23 0.1727100028616117 0.499888740443 v2200( 1, 3) c Z/2 +4.9136040134923995 Z/86 -0.1291710529661967 0.569656336560 v2447( 2, 3) c Z/2 +4.9138874636635911 Z/93 0.0405649349607504 0.549507332719 v2528(-3, 1) c Z/2 +4.9140999145370280 Z/20 0.2486979803546162 0.413868876008 v2078( 3, 2) c D2 +4.9141386538786776 Z/3 + Z/3 -0.1596434782284844 0.421185364655 s882( 1, 3) c D2 +4.9141386538786776 Z/4 + Z/4 -0.1596434782284844 0.421185364655 v2297(-5, 1) c D2 +4.9141386538786776 Z/4 + Z/8 -0.1596434782284844 0.421185364655 v2037( 1, 3) c D2 +4.9141386538786776 Z/4 + Z/16 0.1596434782284844 0.421185364655 v2037(-1, 3) c D2 +4.9147546709245120 Z/29 0.1652508695035447 0.453203923781 v2218(-5, 1) c Z/2 +4.9150901653929975 Z/29 0.1430679998355405 0.485790982183 v2359(-1, 3) c Z/2 +4.9152499342533067 Z/24 0.0511661637880827 0.440424077265 v2078( 5, 1) c D2 +4.9155579757973153 Z/90 0.1325064715347382 0.312129913318 v1818(-5, 2) c D2 +4.9159695463361473 Z/21 -0.2366670053378702 0.539192456652 v2389(-4, 1) c D2 +4.9163042541632783 Z/61 -0.1009493242125056 0.536719916389 v2343( 3, 2) c Z/2 +4.9163853695178310 Z/2 + Z/18 -0.0982313051832847 0.461755753148 s927(-4, 1) c Z/2 +4.9164504810937550 Z/24 -0.2198167856330836 0.319084879320 v1676(-6, 1) c D2 +4.9164875038407278 Z/2 + Z/48 0.0169176324752036 0.392067246114 v2721(-4, 1) c D2 +4.9164875038407278 Z/4 + Z/20 0.0169176324752036 0.392067246114 v2018(-2, 3) c D2 +4.9164875038407278 Z/111 0.0664157008581298 0.392067246114 s874( 2, 3) c D2 +4.9174411754853510 Z/5 + Z/15 0.1174022035914181 0.465027642885 s889( 4, 1) c D2 +4.9178997529922015 Z/55 0.1316096452290357 0.355606720144 s861( 1, 4) c Z/2 +4.9180034361900920 Z/116 -0.1603336907443000 0.335108055903 s844( 5, 1) c Z/2 +4.9187034005889845 Z/22 0.0791896342800633 0.505614576666 v2898( 3, 2) c Z/2 +4.9190150484612729 Z/33 -0.2251364128741556 0.358881116576 v1855( 1, 4) c Z/2 +4.9190495442281154 Z/3 + Z/3 -0.2395397491740157 1.180104029608 v3517( 1, 2) c D2 +4.9192266369492475 Z/130 -0.0112907355941873 0.315413817904 s832( 3, 4) neg c Z/2 +4.9192813926067353 Z/19 -0.0116140733657628 0.459166236079 v2086( 6, 1) c Z/2 +4.9194802465640858 Z/108 0.2058306066513814 0.386957167053 v1983( 4, 1) c Z/2 +4.9209138938399245 Z/59 0.1886209393423849 0.484986729240 v2254(-1, 3) c Z/2 +4.9209176322726753 Z/2 + Z/32 0.1640708288981702 0.397610871791 v1963(-4, 1) c Z/2 +4.9210858157363509 Z/47 0.1850996539736092 0.664813041126 v2725( 3, 1) neg c Z/2 +4.9211721218915948 Z/41 -0.1154393620099939 0.537066201721 s921(-4, 1) c Z/2 +4.9212565397796979 Z/81 -0.0100717081384435 0.535573872222 v2430( 3, 1) c Z/2 +4.9216047132191088 Z/5 -0.0073557224062734 0.606124276898 v2632(-1, 2) c D2 +4.9216194827326851 Z/15 -0.0638728918366035 0.313890382399 s844(-3, 2) c Z/2 +4.9218756847903720 Z/146 0.0580136249583639 0.303568719823 v1700(-2, 3) c Z/2 +4.9225741869740992 Z/3 0.0781216878470670 0.741057617783 v2775(-4, 1) c Z/2 +4.9233904827244696 Z/73 0.0654836672087162 0.319682733690 v1678(-3, 4) neg c Z/2 +4.9238376567997924 Z/17 -0.1387606273680431 0.532560980776 v2335(-5, 1) c D2 +4.9240747510998013 Z/2 + Z/6 -0.0819778347080059 0.504184645104 s918( 3, 2) c D2 +4.9240747510998013 Z/14 0.1236445013746725 0.672948767849 v2642(-5, 1) c D2 +4.9240747510998013 Z/2 + Z/2 0.1236445013746725 0.672948767849 v2641(-5, 1) c D2 +4.9240747510998013 Z/2 + Z/8 -0.1680221652919941 0.338219092556 v1808( 5, 1) c D2 +4.9240747510998013 Z/2 + Z/8 0.1680221652919941 0.349231676958 v1809(-1, 3) c D2 +4.9245316605664632 Z/64 -0.0428298394342390 0.328175731641 s841( 2, 3) c Z/2 +4.9249058691597435 Z/129 0.0206487705536830 0.300698089660 v1700( 5, 2) c Z/2 +4.9249087792350049 Z/46 -0.1015767391361256 0.342205315415 s854( 6, 1) c D2 +4.9255490602702347 Z/23 -0.1443731002728481 0.635190802635 v2716(-1, 2) c D2 +4.9258799744439978 Z/22 -0.0336628840881751 0.342810043164 v1777( 5, 2) c Z/2 +4.9263934908119482 Z/7 0.1385508126651126 0.575093746370 v2553(-5, 1) c Z/2 +4.9265139131129764 Z/16 -0.0426128245685713 0.588400754408 v2497(-1, 3) c Z/2 +4.9266181036001971 Z/6 0.1603881483913478 0.598088313183 s938( 1, 2) c Z/2 +4.9267707997938916 Z/39 -0.0562912392436898 0.331029956142 v2054( 6, 1) c D2 +4.9274549144797256 Z/77 -0.2305817820538273 0.528808315751 s929( 2, 3) c D2 +4.9276037636935921 Z/2 + Z/6 0.0845523402821055 0.381719639833 s943( 4, 1) c Z/2 +4.9285678001385562 Z/34 -0.0307870054360915 0.329250621416 v1730(-5, 2) c Z/2 +4.9286198986357998 Z/2 + Z/8 -0.2152269289750096 0.585143734783 v2568( 3, 2) c Z/2 +4.9288825806288596 Z/15 0.1589336794231096 0.336605224701 v1788( 5, 1) c Z/2 +4.9290185073160430 Z/46 0.0225779113836422 0.332372581421 v1730( 5, 2) c Z/2 +4.9291098988038975 Z/14 0.1393027902212712 0.302385761086 s836(-4, 3) c Z/2 +4.9291392644481243 Z/59 0.1088506033175888 0.611135412893 v2656(-1, 2) c Z/2 +4.9293174993597054 Z/159 -0.0233894331799897 0.311998010964 s845( 1, 4) c Z/2 +4.9296253949548865 Z/48 -0.0648447791731063 0.589229587407 v2573(-2, 3) c D2 +4.9297184051857985 Z/19 0.0625148951154320 0.390238572152 s870( 3, 2) c D2 +4.9299195990272087 Z/46 -0.1580407281695120 0.308202621046 v1678(-4, 3) neg c Z/2 +4.9310176813704228 Z/88 -0.2220960026661015 0.526462087939 v2420(-1, 3) neg c Z/2 +4.9313539526653271 Z/3 + Z/3 -0.1009361945698867 0.328931563722 s847(-1, 4) c Z/2 +4.9319602739951974 Z/11 0.0298284612284353 0.622403926764 v2671( 3, 1) c Z/2 +4.9320078298720468 Z/113 0.0626493783521785 0.317273743048 v1725( 1, 4) c Z/2 +4.9321236119284092 Z/2 + Z/6 0.2005364493143973 0.568634965131 s942( 4, 1) c Z/2 +4.9322829708442285 Z/35 0.2486881412884123 0.334811382454 s849( 5, 1) c Z/2 +4.9324612691605003 Z/70 -0.0580145160635941 0.622879869323 v2636(-3, 1) c Z/2 +4.9336445254559463 Z/7 + Z/7 0.0477426115737170 0.634651440612 v2678(-3, 2) c D2 +4.9339268320667459 Z/92 0.0112728923833725 0.319940162651 v1761(-5, 1) neg c Z/2 +4.9341013638897405 Z/55 0.0778335285447462 0.311540182889 v1752( 5, 1) c Z/2 +4.9341081866850787 Z/19 0.0472400861864127 0.357306892174 s862(-5, 2) c D2 +4.9341962979732022 Z/46 0.1606546553688242 0.612491934907 v2568( 2, 3) c Z/2 +4.9346759160891543 Z/135 0.2048396624040801 0.662209905376 v2739(-2, 3) neg c D2 +4.9348031078088275 Z/90 0.0848333672981875 0.436971563734 v2157( 4, 1) neg c Z/2 +4.9349882734867325 Z/16 -0.2488538218827919 0.526064126046 v2395( 3, 1) neg c Z/2 +4.9350677885067242 Z/18 -0.1750040511607688 0.544259236735 v2770(-3, 1) c Z/2 +4.9350906787520902 Z/133 -0.1456423874390137 0.312560944004 v1732(-4, 3) neg c Z/2 +4.9354899005521009 Z/55 0.1299595695183042 0.308255179753 s844(-4, 1) c Z/2 +4.9364643933618174 Z/28 -0.0297015852950862 0.449956755191 s900(-1, 3) c Z/2 + Z/2 + Z/2 +4.9364643933618174 Z/3 + Z/12 -0.0297015852950862 0.449956755191 s899(-5, 1) c D4 +4.9364643933618174 Z/8 0.0536317480382471 0.449956755191 v2203(-1, 3) c D2 +4.9364643933618174 Z/2 + Z/26 -0.0536317480382471 0.449956755191 v2202( 1, 3) c D2 +4.9364643933618174 Z/2 + Z/34 -0.0536317480382471 0.401216445205 s884( 4, 1) c Z/2 +4.9364643933618174 Z/8 0.1130349186284195 0.481518699736 v3492( 1, 2) c D2 +4.9364643933618174 Z/104 -0.1130349186284195 0.481518699736 v2238( 3, 2) neg c D2 +4.9364643933618174 Z/12 0.1369650813715805 0.449956755191 s897(-1, 3) c D2 +4.9364649656713617 Z/194 -0.1955878738035075 0.313470088795 s839( 1, 4) c Z/2 +4.9365607767386367 Z/56 -0.1707057109797037 0.457106834744 v2209(-4, 1) neg c Z/2 +4.9367207042132172 Z/3 + Z/12 0.2455281190772983 0.427071112099 v2123(-3, 2) c D2 +4.9369923294426762 Z/71 -0.0082021537901073 0.337490497239 s917(-2, 3) c Z/2 +4.9372271192843977 Z/5 + Z/15 -0.1936948570285621 0.304839852901 v1695(-5, 2) c Z/2 +4.9373962253162630 Z/103 0.1717509786519670 0.328328319564 v1801(-1, 4) c Z/2 +4.9374112093294737 Z/8 -0.0742580926182318 0.690544534705 s957(-1, 3) c D2 +4.9374112093294737 Z/40 -0.0742580926182318 0.512294098208 s929( 1, 3) c D2 +4.9374112093294737 Z/2 + Z/30 -0.0742580926182318 0.690544534705 s960(-1, 3) c D6 +4.9377056482254539 Z/61 -0.0158042444942731 0.569386325191 v2465( 4, 1) c Z/2 +4.9377564420264206 Z/11 -0.1739505072327221 0.419605686339 v2307(-1, 3) c Z/2 +4.9378854042607729 Z/83 0.0333500332997217 0.470906669032 v2217(-1, 3) c Z/2 +4.9379863701255406 Z/16 -0.1432068209837279 0.302007021309 s841( 6, 1) c Z/2 +4.9382425889999465 Z/35 -0.1202955700098639 0.376649572265 s934( 3, 1) c Z/2 +4.9384145283711592 Z/2 + Z/22 0.1480214073231186 0.304361810495 v1808(-5, 1) c D2 +4.9385619926995160 Z/45 -0.2054314352341882 0.528738694429 v2371( 4, 1) c D2 +4.9386385957303014 Z/49 0.0030701406030663 0.309951222350 s841(-5, 2) c Z/2 +4.9389527537801840 Z/63 -0.2320335833734369 0.314841361856 v1727( 3, 2) c Z/2 +4.9389677394488078 Z/69 0.0987518546843664 0.383459754445 s873( 4, 1) c Z/2 +4.9392371358186061 Z/65 -0.0377429288760685 0.553721323662 s931( 1, 3) c D2 +4.9402941539599161 Z/13 -0.0792740001495185 0.460869418258 s911(-1, 3) c D2 +4.9407573209593129 Z/3 + Z/6 0.0765827697206209 0.366016077227 v1937( 6, 1) neg c D2 +4.9407575354873641 Z/47 0.0271928872251249 0.332723124561 v1777( 4, 3) c Z/2 +4.9407615766121295 Z/5 + Z/5 -0.1870403092889539 0.388415066739 v2040( 3, 2) c D4 +4.9408445570003252 Z/39 0.1734220563137238 0.338376269887 v2279( 5, 1) c D2 +4.9415034800094134 Z/70 -0.2213812925525131 0.458368270609 v2189(-4, 1) c D2 +4.9415628161597657 Z/35 0.1148474039211320 0.329976995703 v1766(-1, 3) c Z/2 +4.9418727312476211 Z/118 -0.1647225398342037 0.623912115503 v2568(-3, 1) c Z/2 +4.9426181725956336 Z/14 -0.2369329618551044 0.331484055749 v2076(-5, 1) c D2 +4.9432483737040670 Z/3 + Z/51 0.1683184814444877 0.312861006667 v1727(-5, 2) c Z/2 +4.9438479166938558 Z/83 0.0310536379294290 0.528078774281 v2465( 2, 3) c Z/2 +4.9444472442523908 Z/65 0.1456013075080102 0.492186884348 s951(-3, 1) c Z/2 +4.9446279630205044 Z/135 -0.1258280530803581 0.399546731549 s881(-1, 4) c D2 +4.9446279630205044 Z/2 + Z/30 0.1258280530803581 0.399546731549 v2123( 5, 1) c D2 +4.9446296400091977 Z/51 -0.1195518804153185 0.450460586302 s891(-1, 4) c Z/2 +4.9446726766643020 Z/157 -0.2162502014563211 0.344257730157 v1855(-4, 1) c Z/2 +4.9451914901205457 Z/170 -0.0377606239231146 0.389050348827 s872(-4, 1) c Z/2 +4.9476014423341605 Z/38 0.0425772440353093 0.705404170579 v2846(-2, 3) c Z/2 +4.9476014423341605 Z/34 0.0842439107019760 0.514754860573 v2302( 3, 2) c Z/2 +4.9480153683174459 Z/14 -0.2447930298793098 0.339254178465 s862(-7, 1) c D2 +4.9480746726831924 Z/46 -0.2058277834322286 0.330523691492 v1809( 5, 2) c D2 +4.9481054486398868 Z/85 -0.0443205207926180 0.513346393239 v2344(-4, 1) c D2 +4.9484662614469721 Z/17 0.1248017668070809 0.735010058492 v3075( 4, 1) c Z/2 +4.9486670739925358 Z/196 -0.0424860658974513 0.312237838927 s840(-1, 4) c Z/2 +4.9488291474259924 Z/5 0.1959565957656162 0.508740341094 v2335( 3, 2) c D6 +4.9489853775189957 Z/23 -0.0279195992313575 0.485358871165 v2218(-3, 2) c Z/2 +4.9490472893845303 Z/206 0.0647832346261775 0.308325401347 s839( 3, 4) c Z/2 +4.9491840489836033 Z/25 0.0826692338729920 0.598137448111 v2643( 3, 1) c D2 +4.9491840489836033 Z/4 0.1673307661270080 0.598137448111 v2640(-3, 1) c D2 +4.9492571712315230 Z/92 -0.0372710934694050 0.400631631551 v2062(-3, 2) neg c Z/2 +4.9494459823272975 Z/98 -0.0827553309678185 0.302711081948 v1732(-5, 2) neg c Z/2 +4.9495732089085439 Z/2 + Z/8 -0.0248753283435826 0.355944981772 v1858(-1, 3) c D2 +4.9495806173142854 Z/41 0.2002136904497430 0.304071942980 s845( 5, 1) c Z/2 +4.9496272263199879 Z/20 -0.0050542251712108 0.436758573178 v2203( 4, 1) c D2 +4.9496272263199879 Z/52 0.0050542251712108 0.436758573178 v2202(-4, 1) c D2 +4.9496272263199879 Z/35 0.0782791081621226 0.436758573178 s897( 4, 1) c D2 +4.9496272263199879 Z/21 -0.0883875585045441 0.436758573178 s900( 4, 1) c Z/2 + Z/2 + Z/2 +4.9496377608504202 Z/22 0.1069073225103304 0.500571119537 v2320(-4, 1) c Z/2 +4.9496602634096823 Z/6 0.1396502157469151 0.367012443625 v1935( 5, 1) c Z/2 +4.9500690391708543 Z/9 -0.1215040720082883 0.447973570689 v2242( 5, 1) c Z/2 +4.9502527276891592 Z/15 -0.2450159006145739 0.855236530377 v3158( 1, 2) c D2 +4.9502545313054055 Z/97 0.1905972371748810 0.307264425829 s846(-1, 4) c Z/2 +4.9504225745817970 Z/3 + Z/3 + Z/6 0.1406791078870778 0.455592580731 s899( 5, 1) c D4 +4.9504811797429444 Z/39 -0.1851463829728866 0.877958726728 v3189(-1, 2) c Z/2 +4.9505796740611690 Z/33 0.2456134535910465 0.541302147615 v2438(-1, 3) c Z/2 +4.9506796789967646 Z/18 -0.1886703020765761 0.568972738467 v2478( 4, 1) c Z/2 +4.9508085242406933 Z/17 -0.1539925269613697 0.469419916338 v2334(-1, 3) c D2 +4.9510985382101666 Z/19 + Z/19 -0.1321812249966930 0.306165733584 v1736( 1, 4) c D4 +4.9511522524925735 Z/95 0.1939440889257358 0.415666313634 s889(-3, 2) c D2 +4.9512847216987802 Z/26 0.1828004120276118 0.432088647199 s892( 2, 3) c Z/2 +4.9513256734779969 Z/201 -0.0633414381998849 0.314416665490 s846( 4, 3) c Z/2 +4.9517240014252992 Z/11 0.0874921339815838 0.334875693197 s862( 3, 2) c D2 +4.9527772285501410 Z/7 0.1806048438941188 0.450072257598 s901(-4, 1) c Z/2 +4.9530103681366797 Z/7 0.0988325158231199 0.451200846892 s900( 3, 2) c Z/2 + Z/2 + Z/2 +4.9530103681366797 Z/24 -0.1821658491564532 0.451200846892 v2202(-3, 2) c D2 +4.9530103681366797 Z/2 + Z/10 0.1821658491564532 0.451200846892 v2203( 3, 2) c D2 +4.9530103681366797 Z/25 -0.2345008175102135 0.451200846892 s897( 3, 2) c D2 +4.9530329192936398 Z/5 + Z/45 -0.0552033848757852 0.398540034864 s881( 2, 3) neg c D2 +4.9530329192936398 Z/10 + Z/10 0.0552033848757852 0.398540034864 v2158( 4, 1) c D2 +4.9533768751952884 Z/147 0.1227131568196357 0.325995029131 v1812(-2, 3) c Z/2 +4.9538994043655856 Z/4 0.0181076999528689 0.404044598168 s884(-3, 2) c Z/2 +4.9539611537914766 Z/65 -0.1416048914547581 0.400390659648 s886( 1, 4) c Z/2 +4.9547270936449721 Z/103 0.0292456406964924 0.391244213355 s871( 1, 4) c Z/2 +4.9547530608949280 Z/2 + Z/6 -0.0070473313487190 0.319458670120 v2313(-5, 1) c D2 +4.9547530608949280 Z/2 + Z/10 0.1320473313487190 0.600559919383 v2585(-4, 1) c Z/2 +4.9555054718302880 Z/32 -0.0384460500650673 0.675804646631 v2889( 4, 1) c D2 +4.9555054718302880 Z/160 0.0384460500650673 0.393013551344 v2028(-4, 1) c D2 +4.9555054718302880 Z/52 -0.1282206166015994 0.616086439690 v2722(-3, 1) c D2 +4.9555054718302880 Z/19 -0.2115539499349327 0.786027102688 v3080( 4, 1) c D2 +4.9557912031717362 Z/59 0.0633393177494291 0.394339996081 v2770( 4, 1) c Z/2 +4.9558292531311999 Z/22 0.1345747489722661 0.417265184482 v2086(-3, 2) c Z/2 +4.9558494500352528 Z/22 0.1343809191674524 0.710757824989 v2877(-4, 1) c D2 +4.9559539953697358 Z/5 0.2065141596299416 0.617845347813 v2623(-5, 1) c Z/2 +4.9562569152818282 Z/32 -0.1030706827682958 0.365401924623 v1935( 1, 3) c Z/2 +4.9564024716052050 Z/86 0.0545547133834885 0.332482772000 s855( 5, 1) c Z/2 +4.9570272919865644 Z/47 0.1465242986072937 0.693754285673 v2871( 1, 2) c Z/2 +4.9574696621954629 Z/7 0.0887819364155440 0.820297792910 v3007( 3, 2) c D2 +4.9575894815252047 Z/109 -0.1823032251053028 0.315263546611 v1761(-5, 2) neg c Z/2 +4.9576166861176463 Z/63 -0.1579053762098478 0.856965299612 v3086( 1, 2) neg c D2 +4.9597480373626941 Z/5 + Z/25 -0.2494532709248322 0.610200059425 v2698(-3, 1) c D2 +4.9597973149891212 Z/14 -0.1421926533518164 0.373654058018 s870( 6, 1) c D2 +4.9600374906663364 Z/7 0.0109549432559871 0.426758518378 v2218( 3, 2) c Z/2 +4.9602550718422191 Z/17 -0.0522132780542242 0.315171428635 v2552( 4, 1) c Z/2 +4.9606877338289757 Z/85 0.1229260120548925 0.344116814806 s858(-5, 1) c Z/2 +4.9607107821634032 Z/130 0.0429891749367295 0.427297814042 v2101(-1, 4) c D2 +4.9607107821634032 Z/2 + Z/18 0.2070108250632705 0.427297814042 v2100( 1, 4) c Z/2 +4.9611082524946722 Z/63 -0.0185333225481313 0.456951764507 s901( 2, 3) c D2 +4.9612206094698443 Z/2 + Z/20 -0.1763369027089442 0.331254576262 s855( 1, 4) c Z/2 +4.9614253816375230 Z/3 -0.2224644861116327 0.346243534584 s865(-2, 3) c Z/2 +4.9615688387086815 Z/33 -0.0163922696969599 0.382725551545 v2051( 1, 3) c D2 +4.9617175716574738 Z/5 + Z/5 -0.0312989595426174 0.313072394261 v2040(-6, 1) c D2 +4.9619241301625220 Z/149 0.2260120259174050 0.505026827243 s929( 4, 1) c Z/2 +4.9619668411282491 Z/3 0.0676590379280248 0.377103132595 s879(-3, 2) c Z/2 +4.9621386745526038 Z/399 0.1079275964888859 0.306731872629 v1736(-1, 4) c D2 +4.9628278148912029 Z/3 + Z/18 -0.0295914010711897 0.456788557152 v2715( 4, 1) c D2 +4.9630552621765551 Z/153 -0.0900162034515709 0.330065789678 s858( 2, 3) c Z/2 +4.9631099842603599 Z/92 0.1967215486070840 0.386331858474 s884( 1, 4) c Z/2 +4.9632726689873730 Z/9 0.2257917014794832 0.513900857639 v2465(-3, 1) c Z/2 +4.9633298577338310 Z/67 0.0602316397818436 0.346608896923 s865( 5, 1) c Z/2 +4.9633940860339282 Z/6 -0.1698412226457835 0.317438708752 v2284(-6, 1) c D2 +4.9635282259411453 Z/14 0.2012639194589190 0.312225232497 v2245(-5, 1) c D2 +4.9639902934034786 Z/39 0.1120249226374502 0.439195172608 s901(-2, 3) c Z/2 +4.9640597504675476 Z/19 -0.0435788146336310 0.787381892942 v3095( 1, 2) c Z/2 +4.9649472969073760 Z/2 + Z/18 -0.1655035851661127 0.556817568299 v2585( 4, 1) c Z/2 +4.9651692754678762 Z/38 0.0916657716794621 0.479676642608 s915( 4, 1) c D2 +4.9651692754678762 Z/2 + Z/10 -0.0916657716794621 0.479676642608 v2347(-4, 1) c D2 +4.9651692754678762 Z/42 -0.1333324383461287 0.479676642608 s915(-4, 1) c D2 +4.9651692754678762 Z/2 + Z/6 -0.1333324383461287 0.418032019341 v2123( 1, 3) c D2 +4.9652257114739432 Z/25 -0.1657262331800977 0.382843202181 v2086(-5, 1) c Z/2 +4.9656322902468327 Z/164 -0.1568885375610115 0.352422712125 s863(-1, 4) c Z/2 +4.9659382290801258 Z/205 0.2134295346675076 0.308597957203 s846( 3, 4) c Z/2 +4.9660174457885914 Z/122 -0.0402887799040950 0.308377394506 s849(-2, 3) c Z/2 +4.9662182172867112 Z/32 0.0681631204395681 0.368691866070 s877(-1, 4) c Z/2 +4.9662834890543436 Z/3 + Z/21 -0.0961606733796971 0.381797637242 v2008( 4, 1) c D2 +4.9664990542438951 Z/185 0.2034956310802256 0.377568427568 s872(-1, 4) c Z/2 +4.9667924556644065 Z/159 0.0196047904493682 0.318253013999 s849( 1, 4) c Z/2 +4.9668330581932159 Z/33 -0.2078942836662437 0.673476734984 s958(-3, 1) c Z/2 +4.9669223218297706 Z/75 -0.0577843334212040 0.307370522517 s849( 5, 2) c Z/2 +4.9672417782154423 Z/18 -0.2304378952653641 0.797459368135 v3199( 3, 1) c D2 +4.9673344965899194 Z/160 -0.1657575608597310 0.306034436858 v1732(-1, 4) neg c Z/2 +4.9678088168974326 Z/209 0.0630763265375678 0.336474897803 v1978( 4, 1) c D2 +4.9678301478254086 Z/2 + Z/16 0.1510271312602851 0.332314771190 v1858( 1, 3) c D2 +4.9678442288932623 Z/43 0.0623531778291841 0.705052169273 v2871(-3, 2) neg c Z/2 +4.9695646062568269 Z/7 -0.1472970632807869 0.391412571223 v2062( 5, 1) c Z/2 +4.9702286218985616 Z/323 -0.1982573347089359 0.324564671335 v1852(-1, 4) c D2 +4.9702889288305874 Z/5 -0.0751671649077280 0.663496647264 v2841( 3, 1) c Z/2 +4.9705818597859725 Z/89 0.0759342579234054 0.388196248004 s877(-4, 3) c Z/2 +4.9706938077820747 Z/73 0.1744687054227951 0.517511845536 v2442( 2, 3) c Z/2 +4.9706945582577064 Z/80 0.1258748945397427 0.374868450002 s885(-3, 2) c Z/2 +4.9708235357740245 Z/5 + Z/5 -0.1524877163039046 0.524447419803 s932(-1, 3) c D2 +4.9711054217329312 Z/65 0.1652624503221445 0.427888651909 v2315(-3, 1) c Z/2 +4.9711154469887735 Z/85 0.2354692098464941 0.395887344995 s885(-2, 3) c Z/2 +4.9711242243251241 Z/117 -0.0938949501474343 0.393763009824 v2062(-1, 3) neg c Z/2 +4.9712767034499575 Z/2 0.1685759901741610 0.489187916593 s921(-1, 3) c Z/2 +4.9714061804860370 Z/82 0.1918817282069563 0.451695946322 v2217(-2, 3) c Z/2 +4.9717900479114380 Z 0.1230445283267588 0.439218091339 v2209( 2, 3) c Z/2 +4.9718713333461058 Z/155 -0.1947072209315387 0.422113290468 s889(-2, 3) c D2 +4.9722274125128703 Z/108 -0.0393662218557935 0.363441118541 v1983( 1, 4) c Z/2 +4.9722514036924013 Z/35 0.1443838244685280 0.332773077828 s861(-4, 1) c Z/2 +4.9725063257519034 Z/2 + Z/18 0.1283508939278889 0.387295140967 s884(-2, 3) c Z/2 +4.9729202793857424 Z/40 0.0651815431241282 0.452016784047 v2298(-4, 1) c D2 +4.9730904521401816 Z/43 0.0753870104106049 0.305196591448 s850(-1, 4) c Z/2 +4.9734960197204492 Z/42 0.1910737861068330 0.319035336062 v1831(-5, 2) c Z/2 +4.9737989329324249 Z/2 + Z/10 -0.0128465713386599 0.388953754867 v2099(-2, 3) c D2 +4.9745424729977897 Z/401 0.0000000000000000 0.318385067947 v1860( 2, 3) a Z/4 +4.9746295340289930 Z/48 0.0209107195225323 0.363309652939 s871( 4, 3) c Z/2 +4.9746295340289930 Z/11 -0.2290892804774677 0.653849606700 v2797(-2, 3) c D2 +4.9747624574160148 Z/2 + Z/4 0.0083073867662676 0.838233685231 v3412( 3, 1) neg c D2 +4.9747624574160148 Z/2 + Z/20 -0.0083073867662676 0.480039604091 s919( 1, 3) c D2 +4.9747624574160148 Z/34 0.2000259465670657 0.663880804793 v2716( 4, 1) c D2 +4.9748247366719301 Z/262 0.2101984385069870 0.322235979648 v1785(-4, 3) c Z/2 +4.9751703954695894 Z/2 + Z/26 -0.0964529985264371 0.444249542092 s905(-4, 1) c Z/2 +4.9751703954695894 Z/30 -0.1118803348068963 0.594208954899 s932(-3, 2) c D2 +4.9752670481446713 Z/3 0.0957660768474480 0.324322232059 s850(-4, 3) c Z/2 +4.9755671000019104 trivial -0.2028269708814956 0.792723146856 v3068(-3, 1) c Z/2 +4.9755756977082453 Z/164 -0.2202899606746767 0.378478617153 v2057( 1, 3) neg c Z/2 +4.9756451835722906 Z/48 -0.0989628804598258 0.534444787040 v2438(-2, 3) c Z/2 +4.9764350897999590 Z/5 0.1333825169349538 0.368219808624 s879( 5, 2) c Z/2 +4.9764698919924444 Z/37 0.0684392013537357 0.547220805842 s944( 1, 2) c D2 +4.9764698919924444 Z/2 + Z/26 -0.1517725346870691 0.547220805842 v2604(-1, 2) c D2 +4.9764885617151406 Z/21 0.1890464204106266 0.754230074556 v2941( 3, 1) c D2 +4.9770210289978849 Z/15 -0.1662173701741563 1.168525101224 v3522(-1, 2) c D2 +4.9780129047370678 Z/85 -0.0008190215922617 0.519273211264 s931(-3, 1) c Z/2 +4.9781453887202007 Z/46 0.1933158439669674 0.490589871532 s927(-1, 3) c Z/2 +4.9782045417721587 Z/7 0.0448781761753455 0.475839169114 s912( 7, 1) c D2 +4.9786621921301553 Z/50 0.1029416578056173 0.318898523542 s854( 5, 2) c D2 +4.9794431029896566 Z/143 -0.0900262629765334 0.355316673579 v1980(-4, 3) c Z/2 +4.9796623759823200 Z/10 0.2155956782172934 0.453941366567 s923(-4, 1) c Z/2 +4.9803120455361062 Z/103 0.0127234366729199 0.327097167016 v1855(-1, 4) c Z/2 +4.9804117328532770 Z/2 + Z/46 0.2480097753189811 0.309627060886 s855( 5, 2) c Z/2 +4.9804418782912259 Z/11 0.1146690155766726 0.327314290585 s863(-4, 1) c Z/2 +4.9805147618028061 Z/27 -0.1937846571049424 0.364771890870 v2051(-1, 3) c D2 +4.9810672184911387 Z/35 -0.1036301915909622 0.312610966230 v1831(-6, 1) c Z/2 +4.9814855805859822 Z/3 -0.1924573322123966 0.396975372604 v2054(-6, 1) c D2 +4.9815957361543547 Z/19 0.2377353475202071 0.457452993479 v2265(-1, 3) c Z/2 +4.9817617046132303 Z/10 0.0508397608323452 0.319517200610 s854(-5, 2) c D2 +4.9818242378000124 Z/26 -0.1662728537698437 0.433665942770 s905( 1, 3) c Z/2 +4.9818294111187069 Z/82 -0.1525060092976521 0.435086016940 v2254(-2, 3) c Z/2 +4.9821469220662603 Z/2 0.0196417980324646 0.383437987392 s879( 2, 3) c Z/2 +4.9825985193909932 Z/3 + Z/60 -0.0292060910002025 0.367240401533 v1983(-4, 1) c Z/2 +4.9832559418491866 Z/2 + Z/8 0.1743165863784083 0.436296088633 s905( 2, 3) c D2 +4.9832559418491866 Z/2 + Z/24 0.1743165863784083 0.872592177267 v3511( 2, 1) c D2 +4.9833241876266141 Z/104 -0.0285500870152926 0.490609119858 v2395( 1, 3) neg c Z/2 +4.9834055382545012 Z/74 0.1893671859091695 0.321018550018 v1801(-4, 3) neg c Z/2 +4.9834226553709134 Z/2 + Z/36 0.0852002665672868 0.322376850921 s855( 3, 4) c Z/2 +4.9839695887137394 Z/5 + Z/5 0.1184130077849150 0.337844620188 s861( 4, 3) c Z/2 +4.9844662946246892 Z/10 0.0738010481153067 0.448799147837 v2242( 3, 2) c D2 +4.9844662946246892 Z/10 -0.2178656185513600 0.621305387094 v2671(-4, 1) c Z/2 +4.9845729344657528 Z/189 -0.1336275062683694 0.316389215970 s858(-4, 3) c Z/2 +4.9846170686237810 trivial 0.1807322474858830 0.378623811526 s879( 1, 3) c Z/2 +4.9846731672851341 Z/65 -0.1223745207415964 0.477643814197 v2380( 4, 1) c Z/2 +4.9846731672851341 Z/52 0.2057078540749297 0.477643814197 v2381(-4, 1) c Z/2 +4.9848166432805944 Z/7 0.1716269714698780 0.447293072315 v2335(-1, 2) c D2 +4.9848647395334970 Z/58 0.0891486649532518 0.310298596468 v1809( 6, 1) c D2 +4.9851265429404739 Z/14 -0.2369457044451227 0.307539788985 s855(-2, 3) c Z/2 +4.9854059843949278 Z/41 -0.0897397942376746 0.418100946094 s901( 4, 1) c Z/2 +4.9858603760344222 Z/33 -0.1028105014355766 0.362812680699 v2041( 4, 1) c D2 +4.9859630004746802 Z/117 -0.1464648993033432 0.377729113257 s886( 4, 3) c Z/2 +4.9862813740690832 Z/10 0.2153340729827023 0.303403201865 v2624(-4, 1) c Z/2 +4.9863180779458830 Z/150 -0.0963290511123878 0.539190969617 v2503( 2, 3) c Z/2 +4.9871363125592417 Z/107 0.1256179172227661 0.388216834626 s886( 3, 4) c Z/2 +4.9874452832647819 Z/139 0.0687911751145307 0.366978338448 v2057(-4, 3) c Z/2 +4.9875394193012141 Z/5 0.1869564134588510 0.369454310516 s869( 1, 3) c Z/2 +4.9883670940518303 Z/15 -0.0199997199615415 0.481453817283 v2334( 3, 2) c D2 +4.9885111449111402 Z/105 0.0604524096254997 0.474225625873 v2293( 1, 3) c D2 +4.9885346913434695 Z/13 -0.1610424047760542 0.390786344209 s890( 5, 1) c D2 +4.9888095517433655 Z/2 + Z/2 + Z/14 -0.1125259224510624 0.331790354004 v1858( 6, 1) c D2 +4.9888095517433655 Z/2 + Z/8 0.1374740775489376 0.461112174102 s915(-1, 3) c D2 +4.9888095517433655 Z/2 + Z/8 0.1374740775489376 0.461112174102 s916(-5, 1) c D2 +4.9888095517433655 Z/2 + Z/2 + Z/2 0.1374740775489376 0.331790354004 v1858(-2, 3) c D2 +4.9888095517433655 Z/2 + Z/2 -0.1791407442156043 0.461112174102 s915( 1, 3) c D2 +4.9888095517433655 Z/3 + Z/6 0.1791407442156043 0.373501907485 s882( 2, 3) c D2 +4.9888095517433655 Z/2 + Z/2 + Z/4 0.1791407442156043 0.373501907485 v2037( 2, 3) c D2 +4.9888095517433655 Z/2 + Z/4 + Z/4 0.1791407442156043 0.373501907485 v2346(-5, 1) neg c D2 +4.9888095517433655 Z/2 + Z/2 + Z/20 -0.1791407442156043 0.373501907485 v2037(-2, 3) c D2 +4.9889653787271418 Z/9 0.0775358330589685 0.320901657646 v1814(-5, 1) c Z/2 +4.9889993601039606 Z/3 + Z/18 -0.1230157543072499 0.329059218610 v1882(-5, 1) c D2 +4.9890015250075805 Z/19 0.1530885308438521 0.656996505737 v2836( 3, 1) c Z/2 +4.9893669179474026 Z/91 -0.0828259747654614 0.314914865380 v2076( 6, 1) c D2 +4.9895033469536110 Z/26 -0.1851233216748002 0.453707942704 v2218( 6, 1) c Z/2 +4.9895756482432451 Z/157 -0.2197420432322438 0.310542456063 s849( 3, 4) c Z/2 +4.9897104801325033 Z/5 0.0547202902970184 0.373740642228 v2051(-5, 1) c D2 +4.9897877704894029 Z/44 -0.1791268213431966 0.493178935336 v2371(-1, 3) c Z/2 +4.9898049077858858 Z/19 -0.0467124133054356 0.517769922804 v2486(-3, 2) c D2 +4.9898049077858858 Z/3 -0.1199542533612311 0.517769922804 v2462( 3, 2) c D2 +4.9898049077858858 Z/35 0.1300457466387689 0.416021376646 s900(-2, 3) c Z/2 + Z/2 + Z/2 +4.9898049077858858 Z/8 -0.2032875866945644 0.708502205235 v2889(-4, 1) c D2 +4.9898049077858858 Z/21 -0.2032875866945644 0.416021376646 s897(-2, 3) c D2 +4.9898049077858858 Z/40 -0.2032875866945644 0.545039203457 v2528( 4, 1) c D2 +4.9898049077858858 Z/4 0.2133790799721023 0.416021376646 v2203(-2, 3) c D2 +4.9898049077858858 Z/5 0.2133790799721023 1.090078406915 v3469( 1, 2) c D2 +4.9898049077858858 Z/68 -0.2133790799721023 0.416021376646 v2202( 2, 3) c D2 +4.9904480805703414 Z/2 + Z/14 -0.1533359625398547 0.398598316672 v2099( 2, 3) c D2 +4.9904557105025173 Z/29 -0.1821999281708682 0.613675125306 v2609( 3, 2) c Z/2 +4.9909570534511833 Z/5 -0.1451944080547949 0.313588989301 v2362(-5, 1) c D2 +4.9915204644975044 Z/137 0.0596563536650095 0.396604956264 s894( 4, 1) c Z/2 +4.9918433456865513 Z/31 0.0817063887930330 0.403559105860 s890( 1, 3) c D2 +4.9918989218875093 Z/5 -0.0289268621427005 0.303232715327 v2284( 5, 1) c D2 +4.9919654615545116 Z/226 -0.1521531717275189 0.328907160505 s858(-1, 4) c Z/2 +4.9919833291137685 Z/5 + Z/20 0.1306881509372106 0.449367078462 v2293(-4, 1) c D2 +4.9921437102597548 Z/47 -0.0680404790501228 0.462385661916 v2315( 4, 1) c Z/2 +4.9924399686963159 Z/7 -0.2301185300602165 0.860911328835 v3320(-3, 1) c Z/2 +4.9925988874510306 Z/26 -0.1686305260707135 0.304089048241 v1809(-2, 3) c D2 +4.9927257153001736 Z/59 0.1556666246882663 0.418176352271 v2217( 3, 2) c Z/2 +4.9928564479324865 Z/15 0.2032013513352780 0.313217731859 s860(-6, 1) c Z/2 +4.9933663254391376 Z/195 0.0485630636709614 0.315548379439 v1814( 1, 4) c Z/2 +4.9946474656253590 Z/5 0.2037745232638828 0.478592659207 s928( 3, 2) c Z/2 +4.9950547591747802 Z/9 -0.0311623275001834 0.448026084933 v2302( 2, 3) c Z/2 +4.9954444076847356 Z/195 -0.1032239106415552 0.360676145906 v1980(-1, 4) c Z/2 +4.9954594056425022 Z/3 + Z/3 -0.0022110300574998 0.313726251915 s860(-5, 2) c Z/2 +4.9958565497352190 Z/57 0.0176562739755976 0.391460221466 v2072( 4, 3) c Z/2 +4.9959047582557973 Z/2 + Z/38 -0.2284760944135288 0.394489865608 v2189( 1, 3) c Z/2 +4.9959633195769412 Z/28 0.0605262493027224 0.379863727057 v2104(-4, 3) c Z/2 +4.9962936399040316 Z/56 0.0926913236951382 0.417175223100 v2221(-5, 1) c Z/2 +4.9963569711359455 Z/66 0.0625000000000000 0.322354021723 v1882( 5, 1) c Z/2 +4.9966956577197490 Z/99 -0.2484272151512480 0.380438941552 v2201(-1, 3) c Z/2 +4.9969475190470811 Z/23 0.2464364995381857 0.651183182285 v2725(-3, 2) c Z/2 +4.9972322875474332 Z/35 0.1090513370664813 0.381188394367 v2040( 6, 1) c D2 +4.9973414334132010 Z/49 -0.2105034400812172 0.405724673397 v2104(-3, 4) c Z/2 +4.9975339591649199 Z/50 0.0417688421096279 0.426771633040 v2189(-1, 4) c Z/2 +4.9975510061763472 Z/10 -0.0034777605633992 0.594646025961 s954( 3, 1) c Z/2 +4.9977661547044494 Z/3 -0.0245692884858882 0.540040821114 s938( 4, 1) c Z/2 +4.9978695497443329 Z/3 0.1400260073509420 0.508183636042 v2508(-1, 2) c D2 +4.9979402216910140 Z/133 0.1190768104031149 0.345916255698 v1938( 4, 3) neg c D2 +4.9981520857655621 Z/101 0.0663784150676810 0.345409834204 v1980( 3, 2) c Z/2 +4.9981643078287625 Z/25 0.2370546299884660 0.358205919025 v2051( 5, 1) c D2 +4.9984211375911904 Z/6 0.0048444490526870 1.014428747075 v3425(-3, 1) c D2 +4.9984791422961947 Z/77 -0.0629551467705287 0.363326724080 v2041(-4, 3) c D2 +4.9985039372290272 Z/24 0.2062304107366597 0.395151407837 v2123( 2, 3) c D2 +4.9985205380901847 Z/14 0.0355742396137562 0.420046009514 s908( 4, 1) c Z/2 +4.9985539703665662 trivial 0.0646050409342975 0.674368993642 v2861(-1, 2) c Z/2 +4.9987818998964620 Z/72 -0.1961968094524714 0.367318614152 s877(-3, 4) c Z/2 +4.9990627317790735 Z/94 0.1976436852590627 0.355009335538 s872( 4, 1) c Z/2 +4.9991896817461370 Z/80 -0.1984135956166391 0.398973083199 v2158( 1, 3) c D2 +4.9997272350329580 Z/45 0.0904578468568034 0.365468217086 s882( 5, 1) c D2 +4.9997272350329580 Z/4 + Z/16 0.0904578468568034 0.365468217086 v2037( 5, 1) c D2 +4.9997272350329580 Z/4 + Z/20 0.0904578468568034 0.365468217086 v2230(-4, 1) c D2 +4.9997272350329580 Z/4 + Z/24 -0.0904578468568034 0.365468217086 v2037(-5, 1) c D2 +4.9999160678773662 Z/12 0.0295335235295908 0.605986170717 v2604(-4, 1) c D2 +4.9999160678773662 Z/29 -0.1128668568629241 0.605986170717 s944( 4, 1) c D2 +4.9999160678773662 Z/12 0.1371331431370759 0.378120774464 v2046( 2, 3) c D2 +4.9999160678773662 Z/12 0.1371331431370759 0.756241548928 v3068(-1, 2) c D2 +5.0001708163902991 Z/78 0.0318605245020911 0.552452425207 v2526(-1, 3) neg c Z/2 +5.0001847114729173 Z/45 -0.1063589000518125 0.327573642110 s861( 3, 4) c Z/2 +5.0003459152800461 Z/5 + Z/20 0.2442949082754757 0.390157012194 v2158( 3, 2) c D2 +5.0004626175786391 Z/50 0.1520596250360673 0.352161968076 v1963( 1, 4) c Z/2 +5.0006001729395812 Z/33 -0.1790069179201614 0.507436261535 v2420(-3, 2) neg c Z/2 +5.0009062022075585 Z/14 -0.2006878270693607 0.419629729953 v2320( 5, 1) c Z/2 +5.0009803208892838 Z/85 -0.2052831742920973 0.357745423525 s871( 3, 4) c Z/2 +5.0010497162186799 Z/21 -0.1478021451091241 0.319999871698 s860( 6, 1) c Z/2 +5.0015229614868796 Z/40 -0.0008490993536864 0.449677154333 v2298(-2, 3) c D2 +5.0016689972347139 Z/14 0.0420925183356682 0.462100084478 v2365(-5, 1) c D2 +5.0017828158013119 Z/55 -0.1005071214554396 0.401261814732 s896( 4, 1) c Z/2 +5.0020532927899712 Z/126 -0.1461506726763579 0.432557311494 v2221(-1, 3) c Z/2 +5.0025272502759125 Z/89 0.0039658128093663 0.489069855224 s922( 3, 1) c Z/2 +5.0027169616396771 Z/6 0.1125398515860179 0.542461416689 s938(-3, 2) c Z/2 +5.0027675509319098 Z/36 0.1778511543548153 0.369263274585 v2050( 6, 1) c D2 +5.0027675509319098 Z/36 -0.1778511543548153 0.369263274585 v2051( 2, 3) c D2 +5.0027675509319098 Z/16 0.2388155123118513 0.680921583201 v2836(-3, 2) c D2 +5.0027675509319098 Z/48 -0.2388155123118513 0.629931050640 v2806(-3, 2) neg c D2 +5.0032625828845085 Z/5 -0.2306855091948890 0.366242402685 s879(-5, 1) c Z/2 +5.0033287649514451 Z/21 -0.0896326345193076 0.392502983065 v2166(-3, 2) neg c Z/2 +5.0033752482686658 Z/13 0.0458919210128089 0.307850118706 v1831( 6, 1) c Z/2 +5.0034133579752421 Z/2 + Z/16 -0.1490156043850497 0.481580568146 s927(-2, 3) c D2 +5.0034133579752421 Z/2 + Z/16 -0.1490156043850497 0.623694181117 s956(-3, 1) c D2 +5.0034133579752421 Z/4 + Z/12 0.1490156043850497 0.675813128695 s961( 3, 1) c D6 +5.0041964661701707 Z/72 0.1713062281448760 0.612083664793 v2772( 3, 1) c Z/2 +5.0042675055681043 Z/25 0.1536544974266155 0.419564310643 s896( 1, 4) c Z/2 +5.0049111799908196 Z/74 0.1185875826875124 0.357527548261 v2375(-4, 1) c Z/2 +5.0052328835073070 Z/5 -0.0800635387949013 0.429399172495 v2265( 1, 3) c Z/2 +5.0052684083053270 Z/95 0.2309002387162766 0.311741378505 v2109( 4, 1) c D2 +5.0053186107456422 Z/14 0.1517659029955763 0.420708087153 s900( 1, 3) c Z/2 + Z/2 + Z/2 +5.0053186107456422 Z/6 -0.1815674303377570 0.420708087153 s897( 1, 3) c D2 +5.0053186107456422 Z/16 0.2350992363289096 0.420708087153 v2203( 1, 3) c D2 +5.0053186107456422 Z/2 + Z/10 -0.2350992363289096 0.420708087153 v2202(-1, 3) c D2 +5.0054522013974849 Z/38 0.1020117520257427 0.419273081576 s905( 5, 1) c Z/2 +5.0054741903282894 Z/21 0.2419146850846524 0.675512580357 v2813( 3, 1) c D2 +5.0055481207645603 Z/33 -0.0254304858934981 0.401797999390 s896(-3, 2) c Z/2 +5.0055874138296052 Z/59 0.1502227759312728 0.439992448970 v2344( 5, 1) c Z/2 +5.0059559169603634 Z/33 0.2237525730217090 0.304602574215 v1812(-6, 1) c Z/2 +5.0074748780029317 Z/123 0.0561243998720476 0.370697450205 v2104(-1, 4) c Z/2 +5.0076535751438098 Z/5 + Z/30 0.0052379433718642 0.402818099444 s893(-4, 1) c Z/2 +5.0084310581200722 Z/62 -0.1948016464895822 0.354159242069 s885( 1, 4) c Z/2 +5.0087287645676674 Z/188 -0.1975928731792799 0.385480092646 s894( 1, 4) c Z/2 +5.0088725090937844 Z/27 -0.2297916785937814 0.324330773249 v1935(-5, 2) neg c Z/2 +5.0091558364064297 Z/73 -0.0276238991375261 0.406921924048 v2221( 3, 2) c Z/2 +5.0092308821514660 Z/19 0.0292674998392009 0.453992100250 v2334( 1, 3) c D2 +5.0093688669489383 Z/11 + Z/11 0.1913525504538033 0.482226301720 s933( 3, 1) c D2 +5.0095725810834166 Z/55 -0.1864629720522235 0.398769888823 v2173( 5, 1) c Z/2 +5.0096511534990890 Z/231 -0.1768175965226553 0.339959371106 v1973(-4, 1) c D2 +5.0105544748407596 Z/10 0.1866612420829309 0.368428952933 v2086( 5, 2) c Z/2 +5.0105818606994279 Z/2 + Z/22 0.0946029318649318 0.687189762967 v2898( 1, 3) c Z/2 +5.0120113859451620 Z/25 0.0188076882960231 0.660624807119 v2817(-4, 1) c Z/2 +5.0123631395283228 Z/115 0.1422592385161571 0.489773079526 v2455( 1, 3) neg c Z/2 +5.0126183727291395 Z/2 + Z/2 + Z/10 -0.0121572306672633 0.301199824292 v1858( 2, 3) c D2 +5.0126183727291394 Z/2 + Z/2 + Z/10 0.2378427693327367 0.301199824292 v1858(-6, 1) c D2 +5.0127870755238500 Z/90 -0.0980059437527145 0.448495477512 v2293( 2, 3) c D2 +5.0131752363292326 Z/5 + Z/15 0.0316270082893269 0.471747534761 v2388(-4, 1) c D4 +5.0133498275617512 Z/70 -0.2483134920561054 0.526179724226 v2526(-4, 1) c D2 +5.0134550606622752 Z/2 + Z/28 0.0923672292124812 0.307282274886 v1858( 5, 2) c D2 +5.0140795308145072 Z/16 0.0051507200454484 0.437216968341 v2334(-2, 3) c D2 +5.0140795308145072 Z/16 0.0051507200454484 0.437216968341 v2335( 6, 1) c D2 +5.0141184056302293 trivial 0.0104510197492641 0.339977437455 s869(-1, 3) c Z/2 +5.0142014243960061 Z/3 + Z/6 0.0544211907705841 0.401070546713 s903( 4, 1) c Z/2 +5.0144228330716480 Z/49 0.1781378523998343 0.509707846878 v2515(-4, 1) c Z/2 +5.0146095320725208 Z/5 + Z/5 -0.0586410729107198 0.573674713792 v2616( 4, 1) c D2 +5.0147072276598251 Z/13 0.0130262446354133 0.518705479781 s928( 5, 1) c Z/2 +5.0150785626622428 Z/121 -0.1166796352599984 0.305517179968 v1856( 3, 4) c Z/2 +5.0153722397116287 Z/140 -0.0707223932282557 0.300385944199 s858(-5, 2) c Z/2 +5.0157053879588642 Z/98 -0.1282676765868843 0.370964159475 s888( 4, 3) c Z/2 +5.0158415301390599 Z/65 -0.1289772167662218 0.301726804210 s861(-1, 4) c Z/2 +5.0161100162232029 Z/241 0.0000000000000000 0.310197645963 v1847(-4, 3) a Z/4 +5.0167541702151551 Z/80 -0.1376591532656507 0.621492276087 v2772( 1, 3) neg c D2 +5.0169084509778274 Z/69 -0.1830929071231694 0.312413066647 s865( 4, 3) c Z/2 +5.0174039278406329 Z/54 0.2412426198748100 0.359687857449 s877( 3, 2) c Z/2 +5.0176405188436895 Z/5 + Z/25 0.0000000000000000 0.305229478569 v1845(-5, 2) a Z/4 +5.0181156816735365 Z/3 + Z/15 0.2026241505772395 0.654460739520 v2910( 3, 1) c D2 +5.0182073650109022 Z/133 -0.1055025567157540 0.322679022699 v1938( 3, 4) neg c D2 +5.0184558578783690 Z/93 0.0785761829066931 0.453160432482 v2358( 3, 1) c Z/2 +5.0190034957487922 Z/8 -0.0368931331896842 0.423473823933 v2274( 5, 1) c D2 +5.0190034957487922 Z/32 -0.2131068668103158 0.423473823933 v2274(-5, 1) c D2 +5.0191498478728654 Z/35 -0.1744265130397187 0.439255312513 v2293( 5, 1) c D2 +5.0192700859704860 Z/48 -0.2413988090526736 0.407370631986 s931( 4, 1) c Z/2 +5.0194009286866036 Z/53 -0.1261641985904482 0.337358076039 v1980( 4, 1) c Z/2 +5.0195264384031360 trivial -0.0216922851564582 0.889832614377 v3144( 4, 1) c D2 +5.0196648399363156 Z/26 -0.0789428497572884 0.393305566667 s890( 2, 3) c D2 +5.0207341771955201 Z/69 0.2233539633082771 0.379925570306 v2140(-4, 1) c Z/2 +5.0207614949714205 Z/28 -0.1789800692394972 0.365504772623 v2057(-5, 1) c Z/2 +5.0208818889738809 Z/80 0.1277826421466540 0.408921763589 v2254( 4, 1) c Z/2 +5.0213305247933281 Z/57 -0.1172896459130375 0.361828013277 s888( 1, 4) c Z/2 +5.0213308872208454 Z/30 -0.1318382228442080 0.623234011356 v2772(-3, 1) c Z/2 +5.0213889664004427 Z/55 -0.0176778608507209 0.472417160752 v2413(-4, 1) c Z/2 +5.0227734231027146 Z/145 -0.1871173314924611 0.457068366206 v2358(-4, 1) c Z/2 +5.0228180899486418 Z/129 0.0135216399235542 0.420920296625 v2221(-2, 3) c Z/2 +5.0229996574635971 Z/119 -0.0331144566483514 0.337770534807 s872( 1, 4) c Z/2 +5.0231956449872164 Z/196 -0.1463396676574893 0.402663700739 s904( 4, 1) c Z/2 +5.0232646744749175 Z/102 0.1438281249062049 0.473020008710 v2422(-4, 1) c Z/2 +5.0236799482999245 Z/84 0.1813591473323182 0.793405258105 v3126( 3, 1) c D2 +5.0240131754871205 Z/69 -0.2162635747200331 0.453951794687 v2384(-3, 2) neg c Z/2 +5.0247197599881677 Z/4 + Z/20 0.1897048526848580 0.392411045197 v2238( 5, 1) c D2 +5.0251198433810063 Z/6 -0.0695447112623238 0.343035058475 s879( 6, 1) c Z/2 +5.0251219001375488 Z/89 -0.2427496202295498 0.303639242057 v1855( 4, 3) c Z/2 +5.0252931260086294 Z/14 0.1102155143674653 0.398427710918 v2166(-5, 1) c Z/2 +5.0258334151552982 Z/7 0.2224362737913211 0.594190229884 v2678(-4, 1) c D2 +5.0263707376458465 Z/13 -0.1731857653735771 0.461264183507 s921(-2, 3) c Z/2 +5.0281074626117900 Z/35 0.2275410136731348 0.371375120754 v2242(-6, 1) c Z/2 +5.0283856991025125 Z/2 + Z/18 0.2209131263974269 0.469405097220 v2701( 4, 1) c Z/2 +5.0286576271459821 Z/41 0.0344198235085809 0.435056564418 v2343(-5, 1) c Z/2 +5.0286833794737599 Z/54 -0.1571244937206351 0.375630510047 v2163(-1, 3) c Z/2 +5.0286936972789996 Z/161 0.1599663704290717 0.390365510565 v2157(-3, 2) c Z/2 +5.0288727004961829 trivial 0.2307386902230880 0.339174669346 s870(-7, 1) c D2 +5.0289458434359752 Z/7 0.0249231003776449 0.342258640336 s869( 2, 3) c Z/2 +5.0292128806085947 Z/83 -0.1402793526145783 0.335177805872 s871(-3, 2) c Z/2 +5.0294109048723892 Z/50 0.2388006533090183 0.376935342698 s893( 4, 1) c Z/2 +5.0300417762202299 Z/73 0.0268714999179892 0.351980062963 v2057( 4, 1) neg c Z/2 +5.0305623642680126 Z/13 -0.1281447065448537 0.428277884647 v2254( 1, 3) c Z/2 +5.0306363862187194 Z/29 -0.0421563168786304 0.379924116696 v2140( 4, 1) c Z/2 +5.0306604088339055 Z/74 -0.2460188827898676 0.300513382237 s865( 5, 2) c Z/2 +5.0308380033986950 Z/31 0.2338549018907265 0.314628600041 v1935( 2, 3) c Z/2 +5.0308550203835594 Z/129 0.0581671577344002 0.373974389805 v2163( 4, 3) c Z/2 +5.0312765244007737 Z/114 0.1942159938667185 0.379708141028 v2194( 4, 1) c Z/2 +5.0314143969050701 Z/55 -0.1452796129417743 0.345631923922 v2046(-5, 1) neg c Z/2 +5.0314493558497805 Z/24 0.0315082678896315 0.340579528466 v2050(-6, 1) c D2 +5.0314493558497805 Z/24 -0.0315082678896315 0.340579528466 v2051(-2, 3) c D2 +5.0323279047866266 Z/21 -0.0449392018487722 0.550731736311 v2553(-3, 2) c D2 +5.0324251515295553 Z/35 -0.0194600447268153 0.580145569848 v3031(-3, 2) c Z/2 +5.0325117968393068 Z/4 0.0014770229228523 0.525192763118 v2543(-4, 1) neg c Z/2 +5.0327360206217478 Z/49 -0.1050298401559717 0.645993634225 v2846(-1, 3) c Z/2 +5.0328279498930718 Z/57 -0.1302962405353906 0.317150039640 v1938(-1, 4) c D2 +5.0329916910012335 Z/57 0.1459984959446958 0.309205552534 v1938(-4, 1) c D2 +5.0334061955193533 Z/31 0.1330493893149653 0.348302353792 s877( 2, 3) c Z/2 +5.0334756902436834 Z/25 0.1411962237133855 0.703525161630 v2996( 3, 1) c Z/2 +5.0335659923338319 Z/45 -0.1829515624043555 0.407929048736 v2254( 3, 2) c Z/2 +5.0336442675744184 Z/69 0.2091055744324089 0.437149907672 v2343( 5, 1) c Z/2 +5.0338944322191145 Z/71 0.1168068551756051 0.477214614967 v2442( 4, 1) c Z/2 +5.0348243935246794 Z/24 -0.2251699084439826 0.837739164416 v3511( 1, 2) c D2 +5.0348243935246794 Z/56 0.2251699084439826 0.418869582208 s908(-2, 3) c D2 +5.0353366288946164 Z/15 0.2342186326018086 0.306630916231 v1937(-5, 2) c D2 +5.0353979681978897 Z/9 0.0082194892654317 0.521329571772 v2632( 1, 2) c Z/2 +5.0354724087227310 Z/16 -0.0733759119169007 0.699701568142 v2886(-3, 2) c Z/2 +5.0359428523756546 Z/37 0.1600134805671851 0.386474684919 s890(-5, 1) c D2 +5.0361111514689518 Z/77 -0.2219890068633901 0.308373434868 v1915(-5, 2) c Z/2 +5.0362794177604807 Z -0.1249059597111211 0.303342873579 s862( 7, 1) c D2 +5.0362794177604807 Z/19 + Z 0.1249059597111211 0.303342873579 v2190( 4, 1) c D2 +5.0371893307666846 Z/161 0.0889357951528144 0.306049141008 s863( 4, 3) c Z/2 +5.0371942420353653 Z/44 0.1516619859363816 0.303853838215 v1927( 5, 1) neg c Z/2 +5.0373678921121805 Z/17 0.0840297827854675 0.369562308279 s896(-2, 3) c Z/2 +5.0376365905404003 Z/70 0.1529326562297904 0.476980385664 s926(-4, 1) c Z/2 +5.0377572824466449 Z/31 0.2108549652152687 0.359323329103 s888(-3, 2) c Z/2 +5.0381809225946703 Z/2 + Z/36 0.0372808791111335 0.458961482351 v2479( 4, 1) c Z/2 +5.0383926511474270 Z/87 0.0025717146302875 0.614922979794 v2802( 3, 1) c Z/2 +5.0386561514104259 Z/33 -0.1262326622961096 0.568822164577 v2716( 1, 2) c D2 +5.0387285245775289 Z/2 + Z/26 0.0324395521790854 0.349374139957 v2100(-3, 2) c Z/2 +5.0387285245775289 Z/30 0.2175604478209146 0.349374139957 v2101( 3, 2) c D2 +5.0390893778228708 Z/3 + Z/21 -0.0217994213517828 0.349215222368 s874( 5, 1) c D2 +5.0390893778228708 Z/8 0.1051327546851161 0.349215222368 v2018(-5, 1) c D2 +5.0391360549834608 Z/16 -0.2495458488269217 0.527756694306 v2573( 3, 1) c D2 +5.0403515967102316 Z/34 0.1924370838983683 0.637770267672 v2914( 3, 2) c Z/2 +5.0403515967102316 Z/26 0.2341037505650349 0.547269047092 v2542(-2, 3) neg c Z/2 +5.0409087116247260 Z/133 -0.1198118598567287 0.384558246294 v2173(-1, 3) c Z/2 +5.0409506128845510 Z/66 0.1892743231035859 0.331829720764 v2041(-5, 1) c D2 +5.0415156503108511 Z/31 0.1438129574685379 0.475445651233 v2442(-1, 3) c Z/2 +5.0415479696218419 Z/44 0.0443686231935745 0.344497669994 v2062( 5, 2) c Z/2 +5.0416128525954259 Z/62 0.1785622203122825 0.574667184205 v2750(-1, 3) c Z/2 +5.0420381135727926 Z/155 -0.2294532640954584 0.456445023598 v2403(-3, 1) c Z/2 +5.0421363409743448 Z/4 0.0106942500594541 0.403447228516 v2272(-6, 1) c Z/2 +5.0422634926733947 Z/6 -0.2277125307507042 0.388109240866 v2189(-3, 4) c Z/2 +5.0422777247358436 Z/81 0.1290239111319935 0.340150781463 v2057(-5, 2) c Z/2 +5.0427242588159875 Z/201 0.2360686780759670 0.400919944854 s909( 1, 3) c Z/2 +5.0431092667343006 Z/19 0.0260667071015768 0.540349260979 v2623(-1, 2) c Z/2 +5.0438351702181906 Z/35 -0.0824995790205481 0.472504084499 v2455( 4, 1) c Z/2 +5.0438564473669719 Z/113 0.0267843714070894 0.327016076732 v2028( 1, 4) c Z/2 +5.0442571903585124 Z/55 0.0188614424885818 0.409757128237 s907( 1, 3) c Z/2 +5.0444198699181776 Z/21 0.0427572627631746 0.582945522917 v2623( 1, 2) c D2 +5.0445608402063535 Z/193 0.1344117188651499 0.320932316331 v1980(-3, 4) c Z/2 +5.0447482598002668 Z/53 0.0076972026185311 0.437700372941 v2393( 4, 1) c Z/2 +5.0448006472935938 Z/4 -0.0524768873551295 0.634826352917 v2861( 4, 1) c Z/2 +5.0448006472935938 Z/36 -0.0524768873551295 0.634826352917 v2862(-3, 1) c Z/2 +5.0448991629189043 Z/2 + Z/6 0.1882194562709895 0.365731970168 v2123(-1, 3) c D2 +5.0453199882710542 Z/139 0.1011011773810941 0.383571387636 s904( 1, 4) c Z/2 +5.0453770143442202 Z/49 -0.0817981013159465 0.454607028736 s926( 3, 1) c Z/2 +5.0454677441256830 Z/17 -0.0244980558605667 0.307057149794 v1935(-6, 1) c Z/2 +5.0460451996663289 Z/35 -0.1150148963685248 0.358200462443 s889(-4, 1) c D2 +5.0461052358251342 Z/45 0.1287835218809052 0.456427999545 v2428( 4, 1) c Z/2 +5.0461504653305109 trivial -0.0065976569377822 0.851101133531 v3320( 3, 1) c Z/2 +5.0467121796771797 Z/17 0.1130460615441638 0.360433889333 s891(-3, 4) c Z/2 +5.0471547713705104 Z/11 0.0212297568600743 0.314943613001 s870(-5, 2) c D2 +5.0473259242396993 Z/78 0.1909928673922731 0.591505710816 s954( 1, 3) c Z/2 +5.0477330966973992 Z/121 0.2193949331166208 0.331815884237 v2057( 3, 2) neg c Z/2 +5.0477444182217656 Z/73 0.0901318017146974 0.591175933156 v2656(-3, 2) c Z/2 +5.0479727220121334 Z/19 -0.2001757912588126 0.660351554434 v2939(-3, 1) c Z/2 +5.0480051590974723 Z/21 -0.0549939319160979 0.311106730663 v1937(-7, 1) c D2 +5.0488088274605172 Z/149 -0.0403633397057362 0.314555472147 v1980( 2, 3) c Z/2 +5.0488190688519375 Z/37 -0.0167827678665386 0.363395074088 v2392( 1, 3) c Z/2 +5.0489192959684833 trivial -0.0942912136228430 0.669716230161 v2946(-4, 1) c Z/2 +5.0489769588167737 Z/45 0.1247446012810836 0.526819164491 v2656( 1, 2) c Z/2 +5.0490866558139644 Z/201 -0.0391239640387158 0.354249995923 v2072(-2, 3) c Z/2 +5.0491674769548729 Z/44 0.1650887949974521 0.324977859483 v1980(-5, 1) c Z/2 +5.0493582502463400 Z/15 -0.2184320099384909 0.300469650930 v1937( 5, 2) neg c D2 +5.0504507055023713 Z/65 0.1972433368115013 0.591114510361 v2698( 3, 2) c Z/2 +5.0509128678973965 Z/66 -0.1361654824828113 0.323224805748 s873( 1, 4) c Z/2 +5.0509419373370614 Z/52 0.0585794977856978 0.431735613113 v2307( 1, 4) c Z/2 +5.0510983367132557 Z/23 -0.2285185210151988 0.380501044510 v2217(-5, 1) c Z/2 +5.0511235014850297 Z/80 -0.1448894311344039 0.374715536164 v2158(-5, 1) c D2 +5.0513623168501553 Z/19 -0.1136748268030915 0.364674184598 v2491( 5, 1) neg c Z/2 +5.0515383225325558 Z/155 0.0424396051228549 0.452577463127 s925( 4, 1) c Z/2 +5.0520425581052576 Z/77 -0.0035476926023098 0.336908863531 v2041(-5, 2) c D2 +5.0523262626864364 Z/13 0.1454039834876772 0.466172261942 s928(-3, 2) c Z/2 +5.0525092275439429 Z/6 + Z/12 0.2459470768712561 0.461528903854 v2460(-4, 1) c Z/2 +5.0527444996405350 Z/54 0.2147193615081408 0.396151838612 s905(-3, 2) c Z/2 +5.0528881124647014 Z/75 -0.1812459263375472 0.320742257877 s885(-4, 1) c Z/2 +5.0533631960232311 Z/34 0.1276665376495058 0.535929193651 v3031(-3, 1) c Z/2 +5.0534025234114477 Z/80 -0.1837951326770875 0.433698399686 v2339(-1, 3) c D2 +5.0534996933277127 Z/2 0.0713786529715965 0.347199725569 v2099(-5, 1) c D2 +5.0535832366944038 Z/22 -0.0527077085825741 0.670897270218 v2898( 2, 3) c Z/2 +5.0538516775877070 Z/3 -0.1981877616062074 0.508462766120 s938(-5, 1) c Z/2 +5.0546241315469211 Z/38 0.1033052412070711 0.312985906435 s873(-1, 4) c Z/2 +5.0546573832773602 Z/105 -0.1664518579566285 0.372861569489 v2157( 1, 4) c Z/2 +5.0546725199110408 Z/20 0.0808101305526368 0.372541688492 v2210( 1, 3) c Z/2 +5.0548369546321746 Z/18 -0.0434373761225205 0.449081388154 v2402( 3, 2) c Z/2 + Z/2 + Z/2 +5.0548369546321746 Z/46 -0.1232292905441462 0.389527033414 s897(-5, 1) c D2 +5.0548369546321746 Z/16 -0.2065626238774795 0.389527033414 v2203(-5, 1) c D2 +5.0548369546321746 Z/2 + Z/46 0.2065626238774795 0.389527033414 v2202( 5, 1) c D2 +5.0548369546321746 Z/42 0.2101040427891872 0.389527033414 s900(-5, 1) c Z/2 + Z/2 + Z/2 +5.0548369546321746 Z/84 0.2101040427891872 0.389527033414 v2229(-5, 1) c Z/2 + Z/2 + Z/2 +5.0548369546321746 Z/2 + Z/14 0.2101040427891872 0.333417963514 s884(-4, 1) c Z/2 +5.0548369546321746 Z/5 + Z/20 -0.2101040427891872 0.389527033414 v2230( 5, 1) c D4 +5.0549413213004074 Z/3 + Z/18 0.1190157807314963 0.608272234326 v2791( 4, 1) c Z/2 +5.0549620687082900 Z/2 + Z/10 -0.1053556461754739 0.335086453056 v2078(-6, 1) c D2 +5.0554723098783073 Z/10 -0.2073569415665806 0.410851700641 v2334( 4, 1) c D2 +5.0555958705015856 Z/34 0.0453492603392764 0.359338922721 v2189(-4, 3) c Z/2 +5.0557724709024738 Z/35 -0.0119672219799658 0.437937652662 v2389( 4, 1) c D2 +5.0560103191704770 Z/132 -0.2082308808252899 0.328915788982 v2072( 3, 4) c Z/2 +5.0560130549291335 Z/204 0.1258748753434089 0.377298155596 s902( 1, 3) c Z/2 +5.0561380696403979 Z/5 + Z/5 0.2355878083980582 0.552033630670 v2698( 1, 3) c Z/2 +5.0566143731335144 Z/32 0.2245841718757800 0.353174498320 v2504( 5, 1) neg c Z/2 +5.0567180391425835 trivial -0.2194195003468904 0.891620693642 v3184( 4, 1) c D2 +5.0569245804930970 Z/11 -0.2248428594016001 0.324426010936 s869(-6, 1) c Z/2 +5.0569334556306137 Z/85 -0.2051494776459345 0.313607486390 v1973( 4, 3) c Z/2 +5.0576623234934956 Z/2 + Z/2 -0.1243167694945774 0.408279602086 s943(-4, 1) c Z/2 +5.0576908129849720 Z/8 0.1353799259907702 0.351045339092 v2078(-1, 3) c D2 +5.0578153638135844 Z/81 0.2121259654756559 0.633117546787 v2750(-3, 2) c Z/2 +5.0578555481829943 Z/25 0.1689403808219277 0.516153704052 v2689( 4, 1) c Z/2 +5.0578920264903425 Z/37 -0.1199192341588362 0.346371205122 v2050( 5, 2) c D2 +5.0579204302015943 Z/3 + Z/60 0.1994586648654826 0.305861772211 v1983(-1, 4) c Z/2 +5.0581050729917919 Z/26 0.2387167909655349 0.446497142943 s922(-4, 1) c Z/2 +5.0587918973234944 Z/87 0.1051916109343849 0.334518169595 v2062( 4, 3) neg c Z/2 +5.0590666667309764 Z/17 0.2233728364088367 0.584777569734 v2694( 3, 1) c D2 +5.0595221920925983 Z/31 0.0909793114143737 0.583629235911 v2758( 3, 1) c Z/2 +5.0596787521218081 Z/93 -0.0283585595645238 0.312761728093 v1980(-5, 2) c Z/2 +5.0598668661124030 Z/7 -0.1464036492090850 0.401571841285 v2272( 3, 2) c Z/2 +5.0600404921354271 Z/13 -0.0417249257165815 0.387677421941 v2200(-4, 3) c Z/2 +5.0600732330986113 Z/14 -0.0076424886173835 0.554680487671 v2584(-5, 1) c Z/2 +5.0604980467178053 Z/174 -0.1466562421598742 0.330409751624 v2072(-3, 2) c Z/2 +5.0606549354291392 Z/135 0.0964086098773554 0.475430014023 s934( 1, 3) c Z/2 +5.0611183616355617 Z/114 0.0602060295605706 0.445268198798 s925(-1, 3) c Z/2 +5.0612856146212753 Z/41 -0.0956567202888809 0.348880971733 s890(-1, 3) c D2 +5.0613268762422801 trivial -0.2123900855599154 0.331948980337 s885( 4, 3) c Z/2 +5.0614938584164075 Z/28 -0.2250476904692580 0.419168325184 v2308( 5, 1) c D2 +5.0614938584164075 Z/60 0.2250476904692580 0.419168325184 v2388( 5, 1) c D2 +5.0616948677414384 Z/10 + Z/10 0.1373403492191785 0.324336708394 v2354(-4, 1) c D2 +5.0616948677414384 Z/15 + Z/15 0.1373403492191785 0.324336708394 s881( 1, 4) c D2 +5.0620334485979635 Z/35 0.1356093533586466 0.372885970659 v2173(-5, 1) c Z/2 +5.0620809665702487 Z/78 0.0466103727740087 0.368569551012 v2470( 1, 3) c Z/2 +5.0622870969473250 Z/64 0.0528405526132168 0.321879404240 s871(-4, 1) c Z/2 +5.0628950147393567 Z/50 -0.1592870515069428 0.486076955152 v2503( 4, 1) c Z/2 +5.0633553886049182 Z/10 0.0939276718654122 0.468727447213 v2437(-5, 1) c D2 +5.0634564239276726 Z/70 0.1102467415397814 0.330034213418 v2101( 2, 3) c D2 +5.0634564239276726 Z/2 + Z/14 0.1397532584602186 0.330034213418 v2100(-2, 3) c Z/2 +5.0636381434490768 Z/100 -0.1308727844215155 0.366023854668 v2210(-4, 3) c Z/2 +5.0639611843599478 Z/73 -0.1906665159624024 0.372808404958 v2201(-3, 2) c Z/2 +5.0641114682732217 Z/14 -0.1094292048934655 0.306441260828 v1963(-1, 4) c Z/2 +5.0641727522930785 Z/21 0.0935289159072235 0.872560884252 v3327(-3, 1) neg c Z/2 +5.0642136619242220 Z/219 -0.2059713280611407 0.368648723039 s894( 4, 3) c Z/2 +5.0653046927644739 Z/91 0.1458435848165478 0.340701625067 s888( 3, 4) c Z/2 +5.0653067850241702 Z/102 -0.0338201839295505 0.306604979199 s871(-2, 3) c Z/2 +5.0654123553208669 Z/51 0.1159975173954889 0.491743334167 v2542(-3, 2) c Z/2 +5.0654471694012165 Z/36 0.1653765880991235 0.568028213804 v2750( 3, 1) neg c Z/2 +5.0654889599899367 Z/60 -0.0994704245668793 0.371861158312 v2230(-3, 2) c D2 +5.0654889599899367 Z/92 0.0994704245668793 0.371861158312 v2229( 3, 2) c D2 +5.0656172855893514 trivial 0.1736127819928881 0.303342891664 s869(-2, 3) c Z/2 +5.0658079616224072 Z/26 -0.1021591813186407 0.407171077485 v2265(-2, 3) c Z/2 +5.0662831706848543 Z/85 0.2131391867975553 0.371827667081 v2217( 1, 3) c Z/2 +5.0672965039008771 Z/44 0.0000219517284710 0.383834075215 v2201(-4, 1) c Z/2 +5.0675056167338606 Z/25 0.1257389502966117 0.522604331140 v3031(-2, 3) c Z/2 +5.0675168215638095 Z/62 0.0170111037619219 0.499500389231 v2585( 3, 2) c Z/2 +5.0684620158052452 Z/7 0.2013539146649691 0.431929616059 v2389(-2, 3) c D2 +5.0686063199632181 Z/153 0.0372484762814418 0.442530872393 v2403( 4, 1) c Z/2 +5.0691726049536613 Z/13 -0.0750543270182910 0.300585012849 s869( 6, 1) c Z/2 +5.0691939143018430 Z/28 0.2304378699539171 0.399396964903 v2262(-4, 1) c Z/2 +5.0700140544118585 Z/175 0.0037539825288347 0.363132634208 s893( 1, 4) c Z/2 +5.0705714183849425 Z/56 -0.0126973348599401 0.395763833380 s909( 4, 1) c Z/2 +5.0705714183849425 Z/5 0.0960306681932735 0.478872179142 v2517(-1, 3) c Z/2 +5.0706452888937351 Z/81 -0.0761997013226453 0.386835253946 s904(-3, 2) c Z/2 +5.0707345181517558 Z/98 -0.1282165188359754 0.304181048083 v1963( 5, 1) c Z/2 +5.0708884452602784 Z/87 -0.0347742836515276 0.438307802654 v2413( 1, 3) c Z/2 +5.0709844182500521 Z/23 0.2381693226204212 0.620629278571 v2806(-1, 3) neg c Z/2 +5.0713700967394498 Z/13 -0.0275909602586934 0.352897707906 v2166( 5, 2) c Z/2 +5.0717786785158494 Z/79 -0.1256636029111680 0.376284271625 s902( 4, 1) c Z/2 +5.0721098487298336 Z/4 -0.1813713128729073 0.337168302458 s888(-2, 3) c Z/2 +5.0727539320142737 Z/2 + Z/30 -0.0529956858435560 0.345884068468 v2123(-5, 1) c D2 +5.0727704527380898 Z/236 0.0671923046562701 0.361384002296 s894( 3, 4) c Z/2 +5.0729460777711773 Z/12 0.1900514133065093 0.320982729206 v2078(-5, 2) c D2 +5.0730441049439830 Z/90 -0.0018952623411321 0.493209688854 s932( 3, 2) c D2 +5.0731031902586726 Z/20 -0.1480697804338810 0.441559587034 s921( 1, 3) c Z/2 +5.0732835712709703 Z/2 + Z/4 -0.0934032184451767 0.446488758402 s923( 5, 1) c Z/2 +5.0737611116225290 Z/78 -0.1051171794272541 0.420147064063 v2380(-1, 3) c Z/2 +5.0737611116225290 Z/2 + Z/52 0.1884505127605875 0.420147064063 v2381( 1, 3) c Z/2 +5.0742565144747959 Z/26 -0.0244315969420619 0.648490824196 v2871( 3, 1) c Z/2 +5.0744893596742710 Z/42 -0.0635968779669361 0.311478124582 v2054( 7, 1) c D2 +5.0745562673906371 Z/39 -0.2001718297245320 0.445029071542 s921( 3, 2) c Z/2 +5.0746166655394234 Z/2 + Z/54 0.1836372397997683 0.319102813869 s884( 4, 3) c Z/2 +5.0746717954255668 Z/13 -0.1634711246048469 0.592452549597 v2716(-3, 2) c D2 +5.0747080320482681 Z/2 + Z/62 0.1250000000000000 0.431277313831 v2422( 1, 3) neg c Z/2 +5.0747080320482681 Z/2 + Z/2 + Z/8 0.1250000000000000 0.831442945529 v3216(-4, 1) c D2 +5.0747080320482681 Z/6 + Z/6 -0.1666666666666667 0.831442945529 v3213(-3, 1) c D4 +5.0747080320482681 Z/2 + Z/8 0.2500000000000000 0.831442945529 v3210( 3, 1) c D2 +5.0747080320482681 Z/2 + Z/72 0.2500000000000000 0.543535072498 v2636( 2, 3) c D2 +5.0747080320482681 Z/2 + Z/2 + Z/18 0.2500000000000000 0.431277313831 v2417(-1, 3) c D2 +5.0749616638899013 Z/13 -0.1723814630133945 0.333583869372 v2050(-5, 2) c D2 +5.0750328347419018 Z/77 -0.0633309605079800 0.456704545576 v2420(-2, 3) neg c Z/2 +5.0751006723397238 Z/46 0.0117103871610225 0.405950242099 s916( 3, 2) c D2 +5.0751006723397238 Z/2 + Z/20 0.0533770538276892 0.405950242099 v2346( 3, 2) c D2 +5.0751006723397238 Z/2 + Z/28 0.0533770538276892 0.405950242099 v2345( 3, 2) c D2 +5.0751006723397238 Z/2 + Z/22 -0.2382896128389775 0.405950242099 v2402( 5, 1) c D2 +5.0752804286345348 Z/127 -0.0742112011708482 0.399481393268 v2254(-5, 1) c Z/2 +5.0754677968181756 Z/50 -0.1554312511893091 0.598454144377 v2817(-3, 2) c Z/2 +5.0757105769479421 Z/195 0.2296707196880851 0.439939553901 s922( 1, 3) c Z/2 +5.0757521113909725 Z/7 -0.1523102767144409 0.595421722062 v2796( 3, 1) c D2 +5.0757533600540783 Z/7 -0.1919073749354976 0.413060719314 v2358( 1, 3) c Z/2 +5.0759042646520860 Z/10 0.1270079059504308 0.362467754701 s894(-3, 2) c Z/2 +5.0759326216242981 Z/20 -0.1585100495093043 0.367210479358 v2230(-1, 3) c D2 +5.0759326216242981 Z/68 0.1585100495093043 0.367210479358 v2229( 1, 3) c D2 +5.0760424130988987 Z/116 -0.0401938441328605 0.324486179184 s884( 3, 4) c Z/2 +5.0767740068413863 Z/91 -0.1421863850384788 0.582673920386 v2796(-1, 3) c D2 +5.0778830812519502 Z/70 0.0734501167393435 0.331960928831 v2119(-6, 1) c D2 +5.0782024401003933 Z/52 0.1706521015091050 0.377360525484 s902(-5, 1) c Z/2 +5.0782024401003933 trivial -0.2460145651575617 0.474653043507 v2517(-2, 3) c Z/2 +5.0784089595630035 Z/207 0.0543915810431581 0.329115080213 v2057(-1, 4) neg c Z/2 +5.0785362322683319 Z/5 + Z/45 -0.1249048241792578 0.342113512807 s889( 1, 4) c D2 +5.0786592623314132 Z/32 -0.1743537964102807 0.505836386923 v2679( 4, 1) c Z/2 +5.0787280188132651 Z/75 0.2356018856555305 0.361594352695 s894(-2, 3) c Z/2 +5.0788573237402195 Z/36 -0.0551867782243708 0.301909043903 v1983( 4, 3) c Z/2 +5.0791485388246261 Z/2 + Z/8 0.0129580335056203 0.430698890372 s924(-5, 1) c Z/2 +5.0792426293722559 Z/6 -0.1143470018551787 0.424990772202 s924( 3, 2) c Z/2 +5.0793086749373072 Z/45 -0.1085907028480281 0.516044946428 v2600( 1, 3) c Z/2 +5.0801125305230080 Z/14 0.1607549747591782 0.411440167461 s915( 2, 3) c D2 +5.0801125305230080 Z/2 + Z/10 -0.1607549747591782 0.408740550947 v2339( 2, 3) c D2 +5.0801125305230080 Z/26 -0.2024216414258449 0.411440167461 s915(-2, 3) c D2 +5.0801125305230080 Z/2 + Z/2 -0.2024216414258449 0.336650277735 v2078(-2, 3) c D2 +5.0804467475365819 Z/191 0.2242205704402477 0.340838556990 v2104( 3, 2) c Z/2 +5.0808738094235720 Z/41 0.1880067636835212 0.324645164403 s886(-3, 2) c Z/2 +5.0810688593171681 Z/5 -0.2476869336411454 0.754871035912 v3086(-3, 2) c Z/2 +5.0811285631472964 Z/164 -0.2315081506528850 0.346644874006 v2157(-2, 3) c Z/2 +5.0811756971424395 Z/113 0.0428877974772896 0.435452296636 v2403(-1, 3) c Z/2 +5.0814421915225951 Z/60 -0.1822631067763871 0.337440530062 v2123( 5, 2) c D2 +5.0815665409751105 Z/18 0.1675567919813129 0.848878703696 v3353( 3, 1) c Z/2 +5.0818983570614936 Z/26 0.0231887975877117 0.361957348571 s936( 3, 1) c Z/2 +5.0822673053118976 Z/130 0.0548092334892317 0.319421357632 v2101(-4, 3) c D2 +5.0822673053118976 Z/2 + Z/46 0.1951907665107683 0.319421357632 v2100( 4, 3) c Z/2 +5.0824947538721463 Z/30 -0.1120689942225768 0.651473367171 v2878( 3, 1) neg c D2 +5.0830434625519352 Z/83 -0.0072707618045690 0.571704695188 v2780(-1, 3) c Z/2 +5.0830642171358500 Z/38 -0.1838136718460449 0.646225250923 v2901( 3, 2) c Z/2 +5.0831899481485071 Z/14 0.0333092418071388 0.375435495922 s904(-2, 3) c Z/2 +5.0834593142157334 Z/66 0.0997684016833373 0.319903120744 v2046(-4, 3) c Z/2 +5.0840384392906675 Z/45 0.1116112392880831 0.312518811871 s881(-3, 4) c D2 +5.0842011461111163 Z/123 0.0696403905185079 0.319358194212 v2062(-2, 3) neg c Z/2 +5.0843587645267966 Z/23 -0.0931643392303962 0.630171060403 v2836(-4, 1) c Z/2 +5.0843634398282730 Z/2 + Z/14 0.1906310458317544 0.526596387638 v2636( 4, 1) c Z/2 +5.0845012852193614 Z/16 0.0087296826344338 0.313389059543 v2028( 4, 3) c Z/2 +5.0845824825517514 Z/112 0.2129680741058725 0.437038716694 v2428(-3, 2) c D2 +5.0851198605144095 Z/90 0.0430104973930188 0.325734127059 s885(-1, 4) c Z/2 +5.0854045354318966 Z/57 0.0603789333872636 0.398288592680 s917(-4, 1) c Z/2 +5.0855064726577255 Z/4 0.1949911395529443 0.310725765795 s879( 4, 3) c Z/2 +5.0855064726577255 Z/36 0.1949911395529443 0.310725765795 s878( 5, 1) c Z/2 +5.0855752195376709 Z/26 -0.2076700703952903 0.371482241911 s905( 5, 2) c Z/2 +5.0855832692798464 Z/187 -0.0722307080869174 0.460024811327 s933(-4, 1) c D2 +5.0856177779813695 Z/80 -0.1644529508012971 0.362185321463 v2231(-4, 1) c D2 +5.0856810570718103 Z/68 -0.0650222420149548 0.308110605724 s884(-1, 4) c Z/2 +5.0859191090516597 Z/65 0.1616393027253538 0.320544109134 v2046(-5, 2) c Z/2 +5.0859249349801027 Z/161 0.0083466807002411 0.333734971625 v2076( 2, 3) c D2 +5.0860029110337052 Z/25 -0.0145850364134042 0.475586521001 v2553( 1, 2) neg c Z/2 +5.0863186258099916 trivial 0.0057878164880436 0.304561923262 s879(-1, 3) c Z/2 +5.0863773767291094 Z/5 + Z/45 0.2405623052016237 0.340624719374 s893(-1, 4) c Z/2 +5.0864369491025684 Z/3 + Z/30 0.0898211893579521 0.447698096411 v2478(-4, 1) c Z/2 +5.0865042761987145 Z/36 0.2220008793708685 0.305341451789 v1983( 3, 4) c Z/2 +5.0873061284149506 Z/158 -0.1489240242007952 0.356764820802 v2157(-4, 1) c Z/2 +5.0875022151997062 Z/10 0.0248569181785305 0.332842238204 v2101( 4, 1) c D2 +5.0875022151997062 Z/2 + Z/38 0.2251430818214695 0.332842238204 v2100(-4, 1) c Z/2 +5.0878294779239098 Z/3 -0.1721813901797561 0.477387695596 v2508(-5, 1) c Z/2 +5.0878829462884344 Z/2 + Z/38 -0.0284587076732145 0.323939557022 v2100( 3, 4) c Z/2 +5.0878829462884344 Z/5 + Z/30 -0.2215412923267855 0.323939557022 v2101(-3, 4) c D2 +5.0879509579922163 Z/30 -0.0383540178087568 0.434865830503 v2388( 1, 3) c D2 +5.0881440449087203 Z/16 -0.2042855590715088 0.379409076479 v2231( 4, 3) c D2 +5.0882194965305006 Z/197 -0.2068829671514559 0.316557003032 v2057(-3, 4) neg c Z/2 +5.0885567599791918 Z/41 0.1570295399886167 0.414085846575 v2384( 5, 1) c Z/2 +5.0885849097855480 Z/3 -0.2308069523309914 0.345387369494 v2166( 6, 1) c Z/2 +5.0886206763108009 Z/117 -0.0135132422544311 0.429123661983 v2395(-4, 1) c Z/2 +5.0886320603157627 Z/22 -0.1985025480599624 0.369255204289 s908(-4, 1) c Z/2 +5.0889761214224140 Z/189 -0.0818934713394178 0.353443846279 s902(-4, 3) c Z/2 +5.0893265695414947 Z/117 -0.1473028431050673 0.377119867750 s911( 4, 1) c D2 +5.0893317977104166 Z/90 0.1886404753533340 0.484115393232 v2526(-2, 3) neg c Z/2 +5.0895135912288775 Z/25 0.1384944322516056 0.359052666656 s935(-3, 1) c Z/2 +5.0899124310537719 Z/49 0.1654774052663253 0.362627696680 s896(-4, 1) c Z/2 +5.0899259775100055 Z/15 0.1141765669605725 0.504571452597 v2643(-1, 3) c D2 +5.0899259775100055 Z/12 0.1358234330394275 0.504571452597 v2640( 1, 3) c D2 +5.0902984009464939 Z/77 0.0477624910581223 0.301727269104 s877( 4, 1) c Z/2 +5.0906508934207812 Z/58 -0.0963526626688725 0.321179444895 s888(-4, 1) c Z/2 +5.0908343884035450 Z/127 0.1779410971856041 0.368099737360 s909( 3, 2) c Z/2 +5.0909628493144198 Z/8 0.0315152614588607 0.387865158649 v2238(-6, 1) c D2 +5.0912789652123928 Z/5 + Z/25 0.1902273324617129 0.447118206042 v2455(-4, 1) c D2 +5.0913520171327365 Z/2 -0.2413342317512042 0.374756127668 v2265( 2, 3) c Z/2 +5.0918584044658531 Z/20 0.2114450703488368 0.376430775175 v2297( 3, 2) c D2 +5.0918584044658531 Z/76 0.2114450703488368 0.376430775175 v2296( 3, 2) c D2 +5.0920068045527749 Z/6 0.1124483846933449 0.365588700204 v2243( 1, 4) c Z/2 +5.0920129226191847 Z/110 -0.0262054503880860 0.347555753609 v2412(-3, 1) c Z/2 +5.0921154031473612 Z/25 0.1952421183470681 0.415699832135 v2359(-3, 2) c Z/2 +5.0926164214143665 Z/5 + Z/25 -0.0590369379622285 0.375444044121 v2293(-3, 2) c D2 +5.0930631788487875 Z/150 -0.1325120219171042 0.458222191430 v2503(-1, 3) c Z/2 +5.0938191559559506 Z/49 -0.0923913890369676 0.569068598188 v2775(-3, 2) c Z/2 +5.0938587412888867 Z/154 0.1709041059393675 0.321992205705 v2076( 1, 3) c D2 +5.0945166100552048 Z/33 -0.2304321432441265 0.362775179312 s907( 4, 1) c Z/2 +5.0947099283674761 Z/90 -0.2309341384292715 0.411274612082 v2344(-3, 2) c Z/2 +5.0949013779103505 Z/47 0.1494919317203024 0.357581791303 v2501( 4, 1) c Z/2 +5.0949368415222968 Z/2 + Z/14 0.0416489112197048 0.324526336154 v2078( 6, 1) c D2 +5.0949369239741877 Z/20 0.1171210804612596 0.352179515505 v2200( 3, 2) c Z/2 +5.0950037416424268 Z/9 -0.2054794821563752 0.312256145714 s886(-2, 3) c Z/2 +5.0955025277831712 Z/93 0.0641727080952503 0.378457192489 s907(-5, 1) c Z/2 +5.0956062499903983 Z/2 + Z/2 -0.0749545310052572 0.518741634950 v2640( 4, 1) c D2 +5.0956062499903983 Z/38 -0.1750454689947428 0.518741634950 v2643(-4, 1) c D2 +5.0958649354270314 Z/163 0.0823878477065286 0.396239913535 v2358(-4, 3) neg c Z/2 +5.0967406086038278 Z/98 -0.0310783471416067 0.469667805213 v2495(-3, 1) neg c Z/2 +5.0968195970825674 Z/83 0.2264003599696907 0.538852940554 v2857(-3, 1) c Z/2 +5.0973555200837470 Z/18 -0.2427953781321639 0.311901958775 v2099( 5, 1) c D2 +5.0975474472283012 Z/23 -0.0201964983090294 0.331286269655 v2086( 7, 1) c Z/2 +5.0975743130202851 Z/85 -0.1188942841120357 0.502477990273 s932( 2, 3) c D2 +5.0976842929139778 Z/130 0.1185437841434076 0.473089606907 v2568(-1, 3) c Z/2 +5.0989044649927214 Z/37 -0.1108049830292143 0.637753659626 v2806(-2, 3) neg c Z/2 +5.0989128228057136 Z/2 + Z/26 -0.2369117206997358 0.382367401525 s919( 5, 1) c Z/2 +5.0990352431142718 Z/2 0.2034164393749842 0.478240085628 s944(-5, 1) c D2 +5.0990352431142718 Z/48 0.2132502272916825 0.478240085628 v2604( 5, 1) c D2 +5.0992545794910191 Z/46 0.1689410315159882 0.554998364618 v2772(-1, 3) neg c Z/2 +5.0993672878226770 Z/65 0.1002062119903918 0.383702956087 s911( 1, 3) c D2 +5.0995855196618361 Z/18 -0.0263090724657294 0.555683547328 v2695(-3, 2) neg c Z/2 +5.0997767465948220 trivial 0.0822154719878951 0.644172882936 v2984(-1, 2) c Z/2 +5.0997804335128134 Z/34 0.1743536722634570 0.343440567366 v2218(-6, 1) c Z/2 +5.0999246548484814 Z/8 0.0431831534621624 0.388771799693 s912( 8, 1) c D2 +5.0999246548484814 Z/104 0.0431831534621624 0.388771799693 s911( 3, 2) c D2 +5.0999507839952372 Z/2 + Z/12 -0.0815815518287334 0.386350737678 v2320(-3, 2) c Z/2 +5.1009230557431265 Z/39 0.1059166739441353 0.584229179122 v2841( 1, 3) c Z/2 +5.1014576389874998 Z/95 -0.0166596388929550 0.443598771336 v2455( 2, 3) c Z/2 +5.1015238406077784 Z/4 -0.0388572176996687 0.361530710251 s907( 3, 2) c Z/2 +5.1018216919153453 Z/77 0.2433800149062501 0.416973903291 v2420( 4, 1) c Z/2 +5.1021721877778695 Z/2 0.2189998913648371 0.474990286634 v2556(-1, 3) c Z/2 +5.1024195544838122 Z/52 -0.1721940156027303 0.357323987052 v2210( 4, 1) c Z/2 +5.1025203258568026 Z/84 -0.0377886817158245 0.347119213920 v2201( 4, 3) c Z/2 +5.1026481206527030 Z/92 0.1222473052697000 0.359196209068 v2210(-5, 1) c Z/2 +5.1026597252694830 Z/10 -0.0281069851400738 0.394265083737 s918( 1, 3) c Z/2 +5.1028894725604685 Z/14 -0.0227345471247611 0.572213795346 v3031(-1, 3) c Z/2 +5.1028916318565398 trivial -0.1901100486957768 0.355459586842 v2393(-5, 1) c Z/2 +5.1030360938178784 Z/5 0.0060675705613880 0.463132521187 s932(-2, 3) c D2 +5.1030637283443787 Z/18 -0.1811170517494185 0.352541800006 s903(-4, 1) c Z/2 +5.1032286191279697 Z/171 0.1465629570667947 0.432411971664 s926( 1, 3) c Z/2 +5.1035228611574417 Z/74 0.0612837882235556 0.397034249071 s919(-4, 1) c Z/2 +5.1036458982645677 Z/143 0.0660916610764095 0.344244443029 s902( 3, 2) c Z/2 +5.1038286040561164 Z/26 -0.0561232759279664 0.341403906076 v2200(-1, 4) c Z/2 +5.1038310734121217 Z/107 0.0689212871907447 0.347273900880 v2163( 1, 4) c Z/2 +5.1038569080845182 Z/2 + Z/12 0.0105092888007068 0.386583285834 v2296( 5, 1) c D2 +5.1038569080845182 Z/2 + Z/12 0.0105092888007068 0.386583285834 v2297( 5, 1) c D2 +5.1038754165581661 Z/34 0.1584043819538860 0.490035461306 v2632(-5, 1) c Z/2 +5.1043854162779313 Z/6 + Z/12 -0.1915340505731422 0.346615046067 s903( 1, 4) c Z/2 +5.1044445814991212 Z/61 -0.2267525265742744 0.501669253024 v2656(-5, 1) c Z/2 +5.1044868767496836 Z/38 -0.1606240424455114 0.398925906172 v2344( 5, 2) c Z/2 +5.1044868767496836 Z/114 0.2439573757788447 0.398925906172 v2412( 4, 1) c Z/2 +5.1047242745382762 Z/109 0.0108298557442669 0.581389558181 v2802(-1, 3) c Z/2 +5.1047569824714005 Z/137 -0.1678033122796022 0.346652225663 v2163( 3, 4) c Z/2 +5.1053903187320784 Z/16 -0.1896387039985666 0.308690492921 v2078( 1, 3) c D2 +5.1059051965661580 Z/13 0.1610875172524703 0.389056987035 v2315( 4, 3) c Z/2 +5.1061931268252370 Z/22 -0.1796672708041211 0.334648630529 v2157( 4, 3) c Z/2 +5.1068676414605411 Z/13 -0.1253673732979023 0.392521687571 v2371(-3, 2) c Z/2 +5.1068938726451718 Z/15 -0.1980318707363172 0.419235578211 v2388( 2, 3) c D2 +5.1068966516841624 Z/4 0.1718793675482066 0.463469525436 v2530( 4, 1) c Z/2 +5.1073185090053512 Z/125 -0.0667855374188814 0.524405281646 v2695(-1, 3) neg c Z/2 +5.1077440766263429 Z/100 -0.1013496503037411 0.376797736014 v2302(-1, 4) c Z/2 +5.1079687431810879 Z/95 0.0452975545472287 0.542239729982 v2698(-1, 3) c Z/2 +5.1080818038366988 Z/125 -0.1868478571784790 0.356091825589 s907(-4, 3) c Z/2 +5.1085440878272851 Z/3 + Z/42 0.0037794223106879 0.300724580434 s874(-1, 4) c D2 +5.1085440878272851 Z/136 0.0795539110226455 0.300724580434 v2018( 1, 4) c D2 +5.1087517269714309 Z/47 0.1115795915158423 0.408612389920 s921( 4, 1) c Z/2 +5.1088112063022641 Z/11 -0.2266437305068189 0.775226373874 v3165(-3, 1) c Z/2 +5.1088778124476614 Z/29 0.0608007217683792 0.629856255957 v2886(-2, 3) c Z/2 +5.1089462918215971 Z/23 -0.2061744346605196 0.391039070425 s917( 4, 1) c Z/2 +5.1090373988634616 Z/70 0.0786721705099612 0.395890910157 v2358(-1, 4) c Z/2 +5.1092275415480229 Z/7 -0.0103267216322933 0.356012856904 s900( 2, 3) c Z/2 + Z/2 + Z/2 +5.1092275415480229 Z/4 -0.0730066117010400 0.356012856904 v2202(-2, 3) c D2 +5.1092275415480229 Z/20 0.0730066117010400 0.356012856904 v2203( 2, 3) c D2 +5.1092275415480229 Z/15 0.1563399450343733 0.356012856904 s897( 2, 3) c D2 +5.1095568017003765 Z/7 -0.2283430063507250 0.317113181683 v2076(-6, 1) c D2 +5.1096818238039260 Z/6 -0.0854695688619755 0.470081934743 s939( 3, 2) c Z/2 +5.1106592992947488 Z/24 0.0816931005415504 0.654858605053 v3247( 1, 2) c D2 +5.1106592992947488 Z/56 -0.0816931005415504 0.702747514018 v3001( 2, 3) neg c D2 +5.1107365601142737 Z/35 -0.0687585444497740 0.301432234623 v2051( 5, 2) c D2 +5.1108123325605190 Z/6 0.0236849121005033 0.501777249107 s942(-5, 1) c Z/2 +5.1112200104049680 Z/9 -0.2363405959232361 0.663473633131 v2923( 3, 1) c Z/2 +5.1115698122229311 Z/75 -0.0125478294792319 0.527473340607 s949( 1, 3) c Z/2 +5.1121602166080838 Z/116 0.1877719972503098 0.405454305391 v2404(-1, 3) c Z/2 +5.1123542798429396 Z/53 0.0000000000000000 0.760711325443 v3178(-3, 1) a Z/4 +5.1124167942022740 Z/8 0.1511638702696208 0.378105530840 v2272( 6, 1) c Z/2 +5.1125267948342962 Z/37 0.0967539393869679 0.339983728267 v2163(-4, 1) c Z/2 +5.1127034036149745 Z/5 -0.1390289255947089 0.308112625205 v2051(-5, 2) c D2 +5.1127245581998086 Z/42 0.2089670835354486 0.610454871483 s958( 3, 2) c Z/2 +5.1129509788900056 Z/30 -0.1173425501893523 0.377976073494 v2307(-3, 2) c D2 +5.1129509788900056 Z/2 + Z/2 -0.1743241164773143 0.755952146988 v3216( 3, 1) c D2 +5.1129637717273605 Z/98 -0.1957862798751101 0.340013803151 v2163( 5, 1) c Z/2 +5.1139514737613499 Z/120 0.0315673212082929 0.344577034482 v2221( 1, 3) c Z/2 +5.1142462967349403 Z/85 0.0708391532561792 0.532394261418 v2864( 3, 1) c Z/2 +5.1142549069978157 Z/138 -0.1887619821122419 0.396569759823 v2358(-3, 4) neg c Z/2 +5.1145468349353732 trivial 0.0321640042651690 0.319966056602 s890( 5, 2) c D2 +5.1145914407947913 Z/36 -0.0431233569597469 0.525171632344 v2641( 1, 2) c D2 +5.1145914407947913 Z/39 -0.0431233569597469 0.525171632344 v2642( 1, 2) c D2 +5.1151040846988804 Z/83 -0.1257306672621827 0.390844496345 v2359( 1, 4) c Z/2 +5.1151721412867832 Z/124 -0.1635640887279749 0.397621922545 v2322(-4, 3) c Z/2 +5.1153583485714903 Z/12 0.1495985310638153 0.363850616428 v2297(-5, 2) c D2 +5.1153583485714903 Z/108 0.1495985310638153 0.363850616428 v2296(-5, 2) c D2 +5.1154592009920730 Z/3 + Z/21 0.0359418765958484 0.762167506876 v3215(-1, 2) c D4 +5.1154592009920730 Z/96 -0.1307247900708183 0.631057193605 v2944( 3, 1) c D2 +5.1158468981115592 Z/45 -0.2440470115591571 0.447711048550 v2507(-4, 1) c Z/2 +5.1165899029391176 Z/46 0.1560551291124104 0.351121184391 s905(-1, 3) c Z/2 +5.1167101808604321 Z/7 -0.0101859029877256 0.635124483769 v2974(-3, 1) c Z/2 +5.1168547382451797 Z/26 -0.2288176501787370 0.357294570499 v2221( 5, 1) c Z/2 +5.1168735304756015 Z/25 0.0090707578129530 0.353825583703 v2200( 2, 3) c Z/2 +5.1169491541308238 Z/49 0.1419629476950304 0.632541972358 v2971( 3, 1) c Z/2 +5.1171317628580747 Z/31 0.2217265942929542 0.381737825072 v2344( 2, 3) c Z/2 +5.1171799333769060 Z/3 + Z -0.1863625920350475 0.305699446966 v2054(-7, 1) c D2 +5.1177374130092722 Z/28 -0.1296436206999214 0.557488238870 v2750( 1, 3) c Z/2 +5.1182430532447501 Z/28 -0.0564667836975079 0.490947422968 v2641(-1, 2) c D2 +5.1182430532447501 Z/37 -0.0564667836975079 0.490947422968 v2642(-1, 2) c D2 +5.1185224685075959 Z/97 0.1084562760581288 0.558830775423 v2735( 3, 2) c Z/2 +5.1186140067509182 Z/215 0.1130284226110343 0.330813761673 s889(-1, 4) c D2 +5.1189522707441412 Z/19 0.1097679626726171 0.397791874600 v2997(-3, 2) c Z/2 +5.1190791397351940 Z/2 + Z/4 -0.0104215755425476 0.371628636040 v2320( 5, 2) c Z/2 +5.1191567703503743 Z/77 0.0521654766175725 0.591855977295 v2796( 1, 3) c D2 +5.1193766120592932 Z/194 0.1176524386702087 0.304528479160 v2104( 2, 3) c Z/2 +5.1194115464400344 Z/10 -0.1942955737527828 0.387521833529 v2359(-2, 3) c Z/2 +5.1200788719844133 Z/51 0.2059959086411879 0.349771614279 v2194( 3, 4) c Z/2 +5.1201697392172327 Z/131 0.0428327239685029 0.329476770195 v2173(-2, 3) c Z/2 +5.1202724143788285 trivial -0.0961962972880976 0.322887166628 v2163(-3, 2) c Z/2 +5.1204295701807346 Z/119 -0.0212586284203067 0.338078267196 s902(-5, 2) c Z/2 +5.1205296928948191 Z/12 0.1949032343431335 0.433260931073 v2442(-3, 2) c Z/2 +5.1205879385660518 Z/5 0.1878582477202680 0.457533534120 v2543( 5, 1) c Z/2 +5.1209877297220005 Z/62 -0.1107759564189446 0.414528965745 v2375(-4, 3) c Z/2 +5.1210220131305251 Z/31 0.2028083310534844 0.450647655224 v2500(-4, 1) c Z/2 +5.1212172385639877 Z/7 -0.1227002093913165 0.461177620543 v2556(-2, 3) c Z/2 +5.1214115813267743 Z/121 -0.0028246511514603 0.322317018616 v2163( 5, 2) c Z/2 +5.1214157351974131 Z/115 0.1140661526908852 0.500609309119 v2620(-3, 1) c Z/2 +5.1214224065553108 Z/18 -0.0610919240816228 0.419067102728 v2888(-4, 1) c Z/2 +5.1215478920710342 Z/188 0.0312064038112519 0.318621804715 v2104( 4, 1) c Z/2 +5.1215812656724684 Z/132 0.0343689713382010 0.351371772662 v2303( 4, 1) c Z/2 +5.1216306623963183 Z/19 0.2349273506084740 0.601060708985 v2871(-4, 1) c Z/2 +5.1216604044214364 Z/10 -0.1474503007010500 0.538294665332 v2673( 5, 1) c Z/2 +5.1238017491106790 Z/2 + Z/12 0.0202534242057924 0.330776484690 v2210( 3, 2) c Z/2 +5.1238512536118514 Z/20 -0.1317541905572229 0.391630988848 v2334( 2, 3) c D2 +5.1238512536118514 Z/20 -0.1317541905572229 0.391630988848 v2335(-6, 1) c D2 +5.1240650116980637 Z/97 -0.0994330204246573 0.336095546361 v2221(-5, 2) c Z/2 +5.1242435874616734 Z/228 -0.2324598929565295 0.308635098967 v2072(-1, 4) c Z/2 +5.1245307434837072 Z/34 0.2212784456134664 0.389626197349 s918( 5, 1) c Z/2 +5.1245856811776885 Z/42 0.1653870738210767 0.321550043839 v2279( 6, 1) c D2 +5.1246515262949687 Z/86 -0.0268242228769614 0.420577636862 v2412( 4, 3) c Z/2 +5.1247926830427877 Z/17 -0.2069866642455107 0.481919394821 v2553( 5, 1) neg c Z/2 +5.1248786980288428 Z/10 + Z/10 0.1376382799096766 0.316159258147 v2158( 2, 3) c D2 +5.1251209559618390 Z/51 -0.2022753666472484 0.510620166478 s949(-1, 3) c Z/2 +5.1252949173644800 Z/16 0.1518183869582733 0.529490556779 v2735( 1, 3) c Z/2 +5.1253026886858495 Z/4 -0.0933962153630873 0.646631666529 v2974( 3, 2) c Z/2 +5.1253975270713824 Z/2 -0.1694328860963873 0.457645948884 s942(-3, 2) c Z/2 +5.1255858979788687 Z/76 0.1958939667930597 0.405105463248 v2393( 3, 2) c Z/2 +5.1258908842907422 Z/23 0.1212464932831454 0.528827216724 v2758(-1, 3) c Z/2 +5.1259639317436826 Z/14 -0.1979752786191609 0.957046377813 v3531(-3, 1) c Z/2 +5.1261062274039687 Z/58 -0.0385124066472334 0.552230001856 v2735(-1, 3) c Z/2 +5.1261381503611939 Z/74 -0.1246747669397723 0.418443559837 s927( 1, 3) c Z/2 +5.1261475265324016 Z/116 -0.1270829205579770 0.356059678451 s907(-5, 2) c Z/2 +5.1262134831759841 Z/19 0.0763836298948948 0.622128254239 v2841( 3, 2) c Z/2 +5.1267122770609879 Z/2 + Z/52 -0.0701657237657465 0.330500593867 v2210(-5, 2) c Z/2 +5.1267945909235394 Z/171 -0.0815055111675505 0.423587328089 v2404( 1, 4) c Z/2 +5.1269438040319021 Z/130 0.1604792697507281 0.483177349296 s946( 4, 1) c Z/2 +5.1269779468544463 Z/32 -0.2481777067232556 0.407936505311 v2655(-4, 1) c Z/2 +5.1269931429265990 Z/24 -0.1484844787502425 0.311361448191 v2123(-2, 3) c D2 +5.1274215908070129 trivial -0.1898925776487479 0.371659043510 v2272(-5, 2) c Z/2 +5.1274817712173518 Z/50 -0.2096646778958574 0.335607090260 v2631(-4, 1) c Z/2 +5.1277284433988748 Z/61 -0.0992119733891605 0.425727597453 v2428(-4, 1) c Z/2 +5.1278302291557110 Z/3 + Z/45 0.0461649558916352 0.310033318696 v2145( 1, 4) c Z/2 +5.1280389204684843 Z/2 + Z/2 -0.1021941820393630 0.440355713039 s946(-3, 1) c Z/2 +5.1280718215783941 Z/5 + Z/15 -0.1571280104404736 0.391328963838 v2388(-3, 2) c D2 +5.1285811497739886 Z/47 -0.1169653736869312 0.368528804663 v2344( 1, 3) c Z/2 +5.1286540982649887 Z/93 -0.1482317087781609 0.494514822496 v2584( 3, 2) c Z/2 +5.1287179542791171 Z/83 -0.2164191822055254 0.359168454262 s909(-5, 1) c Z/2 +5.1288261481725155 Z/3 0.2201308673155646 0.466025633567 s939( 5, 1) c Z/2 +5.1288952181307362 Z/47 0.0111864182292703 0.440516717682 v2462(-5, 1) c Z/2 +5.1295038909659665 Z/46 0.0676478425689306 0.307165271903 s890(-2, 3) c D2 +5.1295376955161205 Z/73 0.0329600839220019 0.473810500352 v2703( 4, 1) c Z/2 +5.1296044274223079 Z/115 0.1579355522289520 0.350325794852 v2302(-4, 1) neg c Z/2 +5.1298153817140942 Z/30 -0.0687058683041556 0.334315186045 v2194( 4, 3) c Z/2 +5.1300511778230464 Z/86 -0.1508609145661307 0.343851250106 v2243(-1, 4) c Z/2 +5.1301217181568360 Z/54 0.1429308429051423 0.621192167180 v2901( 4, 1) c Z/2 +5.1307108863621185 Z/60 -0.0576315663442803 0.359655186079 v2627( 5, 1) c D2 +5.1307596598872410 Z/31 0.2167335408363107 0.628475349086 v2855(-3, 2) c Z/2 +5.1308230710654758 Z/2 + Z/2 -0.1481261770933556 0.346942571616 s905( 4, 3) c Z/2 +5.1312544587914644 Z/13 -0.1305322128440727 0.337112312973 v2242( 6, 1) c Z/2 +5.1315350000850704 Z/67 -0.0479775853617890 0.674401393187 v3051( 1, 3) c Z/2 +5.1319353834596162 Z/66 0.1174271750628552 0.356168019315 v2378(-4, 1) c Z/2 +5.1319463386630182 Z/20 -0.2393752137104968 0.458783022829 s950( 3, 1) c Z/2 +5.1320907117455934 Z/3 + Z/15 -0.0185681893906630 0.328640311582 s899(-6, 1) c D4 +5.1322788583451350 Z/85 -0.0530079700401150 0.306739417026 s891( 2, 3) c Z/2 +5.1325732702230058 Z/68 0.0178702369194415 0.329615086485 v2229(-5, 2) c D2 +5.1325732702230058 Z/5 + Z/20 -0.0178702369194415 0.329615086485 v2230( 5, 2) c D2 +5.1327069286808128 Z/90 -0.1976062710045700 0.404956749979 v2588(-4, 1) c Z/2 +5.1330171425385221 Z/14 -0.0007753040405522 0.313353996810 v2313(-6, 1) c D2 +5.1334692542488690 Z/70 0.1476895161119935 0.541316728764 v2780(-2, 3) c Z/2 +5.1335129909868613 Z/35 0.2040336434374868 0.570968232138 v2802( 1, 3) c Z/2 +5.1335484251070585 Z/4 + Z/8 -0.0436521401216775 0.332620745697 v2229(-4, 3) c D2 +5.1335484251070585 Z/4 + Z/16 0.0436521401216775 0.332620745697 v2231( 5, 1) c D2 +5.1335484251070585 Z/4 + Z/20 0.0436521401216775 0.332620745697 v2230( 4, 3) c D2 +5.1340394743930210 Z/78 -0.0603491422461298 0.476915430196 s949( 3, 2) c Z/2 +5.1343506732092376 Z/6 -0.0812312281893243 0.827074587702 v3310( 3, 1) c D2 +5.1343609312756783 Z/7 -0.1636420387815376 0.316658321333 v2284(-7, 1) c D2 +5.1343684165861070 Z/20 -0.1479383758655279 0.357479942756 v2297(-6, 1) c D2 +5.1343684165861070 Z/68 -0.1479383758655279 0.357479942756 v2296(-6, 1) c D2 +5.1344179366568991 Z/107 -0.2320876314733621 0.398475915393 v2403( 4, 3) c Z/2 +5.1346540292192358 Z/63 -0.1975712620573594 0.455844617167 v2584(-3, 2) c Z/2 +5.1346649120911301 Z/31 0.1701786519304160 0.361571572725 v2265( 5, 1) c Z/2 +5.1348796330238483 Z/13 0.1648321146331226 0.369138017134 v2335(-3, 2) c D2 +5.1350626456113523 Z/60 0.1619856492355593 0.310974215540 v2158(-5, 2) c D2 +5.1360546299843570 Z/23 -0.1396892886156596 0.365959176230 v2580( 5, 1) c D2 +5.1361548394039650 Z/17 0.2065828003613842 0.329129702977 v2201( 5, 1) c Z/2 +5.1362619612294081 Z/134 0.2411030921911518 0.425618421904 v2495(-1, 3) neg c Z/2 +5.1363262336106118 Z/43 0.0962162694024901 0.321226041680 v2157( 3, 4) c Z/2 +5.1365166127710526 Z/183 0.2393853357982888 0.399664825158 v2395(-1, 4) neg c Z/2 +5.1369040072768164 Z/6 -0.1223911166508734 0.304832063417 v2099(-5, 2) c D2 +5.1370102396571013 Z/41 0.2480960001911157 0.363303650438 v2369( 1, 4) c Z/2 +5.1371016725023607 Z/31 -0.0184578418033146 0.397269335547 v2384(-5, 1) c Z/2 +5.1373846043876035 Z/6 -0.1535452513358631 0.476768844625 s949(-3, 2) c Z/2 +5.1374896030459050 Z/5 0.0164997587367178 0.351097464628 v2293( 5, 2) c D2 +5.1375496375754259 Z/2 + Z/10 0.0992290407943284 0.309050394339 v2158(-4, 3) c D2 +5.1379012761649344 Z/40 -0.1702454185147913 0.341536679644 v2238(-5, 2) c D2 +5.1379412018734178 Z 0.0000000000000000 0.654504413183 v3066(-1, 2) a D4 +5.1379412018734178 Z/16 0.0217266939194523 0.654504413185 v3066( 1, 2) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/48 0.0217266939194523 0.654504413185 v3528( 3, 1) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/80 -0.0217266939194523 0.654504413185 v2920(-1, 2) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/2 + Z/6 -0.0217266939194523 0.480311803385 v2640( 2, 3) c D2 +5.1379412018734178 Z/18 -0.0616066394138810 0.654504413185 v3080( 1, 2) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/2 + Z/32 0.0616066394138810 0.709774992462 v3100(-3, 1) c D2 +5.1379412018734178 Z/2 + Z/2 + Z/4 -0.0616066394138810 0.378786123944 v2346(-1, 3) c D4 +5.1379412018734178 Z/2 + Z/4 + Z/16 -0.0616066394138810 0.378786123944 v2345(-1, 3) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/2 + Z/18 -0.1032733060805477 0.378786123944 s916(-1, 3) c D2 +5.1379412018734178 Z/30 0.1050600272527857 0.960623606770 v3469( 3, 1) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/42 -0.1050600272527857 0.654504413185 v2919(-1, 2) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/56 -0.1050600272527856 0.757572247887 v3120(-1, 3) c D2 +5.1379412018734178 Z/2 + Z/6 0.1050600272527857 0.757572247887 v3106( 1, 3) c D2 +5.1379412018734178 Z/3 + Z/24 0.1050600272527857 0.682658474310 v3076(-3, 1) c D2 +5.1379412018734178 Z/2 + Z/2 + Z 0.1467266939194523 0.378786123944 v2563( 5, 1) c D2 +5.1379412018734178 Z/2 + Z/4 + Z -0.1467266939194523 0.378786123944 v2345( 5, 1) c D2 +5.1379412018734178 Z/2 + Z/2 + Z/12 -0.1467266939194523 0.378786123944 v2346( 5, 1) c D2 +5.1379412018734178 Z/2 + Z/22 -0.1883933605861190 0.378786123944 s916( 5, 1) c D2 +5.1379412018734178 Z/16 -0.2282733060805477 0.644374559950 v2874( 4, 1) c D2 +5.1379412018734178 Z/24 -0.2282733060805477 0.480311803385 v2642( 5, 1) c D2 +5.1379412018734178 Z/24 -0.2282733060805477 0.480311803385 v2643(-2, 3) c D2 +5.1379412018734178 Z/30 -0.2282733060805477 0.757572247887 v3214(-3, 1) c Z/2 + Z/2 + Z/2 +5.1379412018734178 Z/144 -0.2282733060805477 0.322187279975 v2168( 3, 2) c D2 +5.1379412018734178 Z/2 + Z/18 -0.2282733060805477 0.480311803385 v2641( 5, 1) neg c D2 +5.1379412018734178 Z/2 + Z/18 0.2282733060805477 0.519733191489 v2626( 1, 3) c D2 +5.1380211190744334 Z/46 0.0418186378885565 0.369511173211 s918(-5, 1) c Z/2 +5.1380796188827283 Z/23 0.2418709017276102 0.396614293905 v2437( 6, 1) neg c D2 +5.1381745360249922 Z/77 -0.1052882079060349 0.361724600613 v2302( 4, 1) c Z/2 +5.1382176429530170 Z/11 0.2088033402474534 0.514664613395 v2725(-1, 3) c Z/2 +5.1382993350615210 Z/11 0.2041209908943276 0.384620175382 v2335( 5, 2) c D2 +5.1385595468839593 Z/35 0.1313763716908865 0.471597777777 v2572(-5, 1) c D2 +5.1386585532140917 Z/125 -0.0224512887956103 0.333871804496 v2201( 1, 4) c Z/2 +5.1387316517404210 Z/190 0.1145531807556035 0.448585844081 s947(-3, 1) c Z/2 +5.1393953563236748 Z/17 0.0155017960319991 0.333520367261 v2218( 5, 2) c Z/2 +5.1396689035634385 Z/7 -0.2111672082893129 0.312471590114 v2552(-6, 1) neg c Z/2 +5.1397611477671280 Z/50 -0.0517377890275297 0.449809171257 v2585(-3, 2) c Z/2 +5.1398916454909087 trivial -0.1095093878834907 0.311088612079 s896(-1, 4) c Z/2 +5.1400747353764190 Z/80 -0.2464675116474531 0.346357782438 v2231(-2, 3) c D2 +5.1400783748502342 Z/42 0.0263653278243017 0.338577687576 v2242(-5, 2) c Z/2 +5.1407905318822167 Z/131 -0.1076461681463294 0.322792717958 v2483(-1, 3) c Z/2 +5.1411336683131011 Z/13 0.0153094675672402 0.427108185788 v2500(-3, 2) c Z/2 +5.1412735026421640 Z/3 + Z/24 0.1126025177001023 0.303979078204 v2123( 6, 1) c D2 +5.1414618751958974 Z/244 0.0898315000004211 0.334723850675 s904( 4, 3) c Z/2 +5.1415656972613799 Z/48 -0.2270218757771282 0.392645088267 v2403( 1, 4) c Z/2 +5.1416990635613463 Z/186 -0.0755714836612058 0.402102623245 s926(-4, 3) c Z/2 +5.1417327925679429 Z/32 0.1287653007348609 0.449995522211 v2609( 5, 1) c Z/2 +5.1422016546758373 Z/48 0.2363898909285781 0.339293658482 v2231( 5, 2) c D2 +5.1422824715499748 Z/48 -0.0320104967391804 0.470707904733 v2573( 1, 3) c D2 +5.1422824715499748 Z/3 + Z/3 0.1986771634058471 0.752583246605 v3215(-3, 1) c D4 +5.1423377310935060 Z/5 -0.0090391627528709 0.345465411854 v2307(-2, 3) c Z/2 +5.1429372579112916 Z/12 0.0276514271678688 0.354203470922 v2785(-4, 1) c D2 +5.1429372579112916 Z/84 0.0276514271678688 0.354203470922 v2308( 1, 3) c D2 +5.1430150367773106 Z/225 -0.1349560930786483 0.338770440159 s904( 3, 4) c Z/2 +5.1430905643679105 Z/151 -0.0873705113789910 0.330209487963 v2404( 4, 3) c Z/2 +5.1431582704991066 Z/135 -0.1184951391223725 0.353551984967 v2293(-1, 3) c D2 +5.1436187567067637 Z/7 + Z/7 0.0179628390640610 0.332247634146 s900(-5, 2) c Z/2 + Z/2 + Z/2 +5.1436187567067637 Z/96 -0.0653704942692723 0.653918875344 v2944(-3, 2) c D2 +5.1436187567067637 Z/104 -0.1012961723973943 0.332247634146 v2202( 5, 2) c D2 +5.1436187567067637 Z/2 + Z/6 0.1012961723973943 0.332247634146 v2203(-5, 2) c D2 +5.1436187567067637 Z/47 0.1846295057307277 0.332247634146 s897(-5, 2) c D2 +5.1438588099175785 Z/3 + Z/18 0.1798058302953408 0.414454287143 v2438( 4, 1) c Z/2 +5.1439446884974649 Z/6 -0.0893311925206409 0.394697201106 v2446( 4, 1) c Z/2 +5.1439985379838414 Z/3 + Z/21 0.1299937874262264 0.328595026417 s899( 6, 1) c D4 +5.1440841390260759 Z/207 0.1101725324449472 0.413109012627 v2401( 4, 3) c Z/2 +5.1441138502093260 Z/82 -0.1792132015225354 0.414380988027 s927( 3, 2) c Z/2 +5.1442209699247589 Z/53 0.0005423000429954 0.433791379415 v2465(-1, 3) c Z/2 +5.1448007577844261 Z/181 -0.1206903548271678 0.474541157951 s947( 4, 1) c Z/2 +5.1454524782753654 Z/4 0.1036368808135481 0.834678782920 v3275(-3, 1) c Z/2 +5.1458449826216763 Z/23 0.1849091166106777 0.409805419251 v2462( 5, 1) c Z/2 +5.1459120723792829 Z/5 + Z/20 -0.0529705327659445 0.349108858970 v2354(-3, 2) c D2 +5.1460147029129051 Z/109 -0.0967587140054045 0.391471772527 s935( 4, 1) c Z/2 +5.1464350126767329 Z/3 + Z/3 + Z/3 -0.2230761008403077 0.326032778154 s899(-5, 2) c D4 +5.1466030554077566 Z/11 0.0654003718788486 0.370438686002 v2371(-4, 1) c Z/2 +5.1466416077867398 Z/35 0.0146228232139947 0.548712098796 v2866( 4, 1) c Z/2 +5.1467682210045271 Z/38 0.2419693399686576 0.481180956423 v2704( 4, 1) c Z/2 +5.1467833884163482 Z/174 0.2466120288312447 0.459263146024 s936( 1, 3) c Z/2 +5.1472358299468192 Z/51 0.0785593509040958 0.320599832429 v2217(-5, 2) c Z/2 +5.1474621128478887 Z/33 -0.0464483594929753 0.336637984500 v2217( 5, 1) c Z/2 +5.1474933983871048 Z/102 -0.0837218051061605 0.315306838015 v2201(-2, 3) c Z/2 +5.1474988261136819 Z/7 0.2095365638605959 0.302153565241 v2245(-6, 1) c D2 +5.1475611539807416 Z/43 -0.0180655458234530 0.427520345683 v2446(-3, 2) c Z/2 +5.1480657062456723 Z/3 + Z/57 0.1652333410582930 0.312902932931 v2168( 2, 3) c Z/2 +5.1484503530088199 Z/2 + Z/14 0.0055394769976009 0.460595001754 v2626( 3, 1) c Z/2 +5.1492648645283384 Z/139 0.2180410334945307 0.397528824615 v2430( 1, 3) c Z/2 +5.1494034763145806 Z/71 -0.2092006682999457 0.327105472902 s908( 1, 4) c Z/2 +5.1494083313552276 Z/62 0.0377134419926146 0.347729523534 v2281( 5, 1) c Z/2 +5.1494402675912321 Z/3 + Z/66 -0.0435843874767907 0.320754684794 v2194(-4, 1) c Z/2 +5.1494494851531211 Z/30 0.0579796370087981 0.373222490469 s916(-2, 3) c D2 +5.1494494851531211 Z/2 + Z/4 0.0996463036754648 0.360224713844 v2297(-1, 3) c D2 +5.1494494851531211 Z/2 + Z/68 0.0996463036754648 0.360224713844 v2296(-1, 3) c D2 +5.1494494851531211 Z/2 + Z/6 -0.1920203629912019 0.373222490469 v2547( 5, 1) c D2 +5.1495385321799976 Z/34 0.2443239538906835 0.408047651744 s929(-1, 3) c Z/2 +5.1495433257560100 Z/78 -0.1294274327697491 0.368306690376 s919(-3, 2) c Z/2 +5.1495818137406127 Z/17 -0.1564264109070320 0.388334165645 s928(-5, 1) c Z/2 +5.1499483020309425 Z/15 -0.0761813700312750 0.309737718032 v2200( 4, 1) c Z/2 +5.1500859154670068 Z/2 + Z/2 -0.0222626431783468 0.444533250919 v2530(-5, 1) neg c Z/2 +5.1500859154670068 Z/4 + Z/16 -0.1444040234883199 0.330998613534 v2210(-1, 4) c Z/2 +5.1501631949709575 Z/34 -0.0464862323816684 0.371131340262 s918(-2, 3) c Z/2 +5.1503241471576333 Z/4 -0.2386901356835809 0.361568334853 v2297(-2, 3) c D4 +5.1503241471576333 Z/140 -0.2386901356835809 0.361568334853 v2296(-2, 3) c Z/2 + Z/2 + Z/2 +5.1507679930285757 Z/14 -0.1144871946028471 0.457095274916 s942( 3, 2) c Z/2 +5.1510197873214731 Z/216 0.0285763739827641 0.331156529864 s909(-4, 3) c Z/2 +5.1515179079525154 Z/54 0.2175787248450262 0.437256701980 v2526( 1, 3) c Z/2 +5.1516067140949344 Z/42 0.2358560669008718 0.421841798808 v2495( 4, 1) c Z/2 +5.1517069827015038 Z/7 -0.0010714571302324 0.653176475378 v2986( 4, 1) c trivial +5.1520030812238147 Z/2 + Z/34 -0.1880371630336632 0.373861966158 s919(-1, 3) c Z/2 +5.1524117393525188 Z/100 0.0073493338584904 0.305762408196 v2173( 5, 2) c Z/2 +5.1524169951277282 Z/3 + Z/6 0.2205678269988528 0.319026195084 s899(-1, 3) c D4 +5.1526527554867153 Z/6 -0.0360814662860327 0.304699648057 v2284( 6, 1) c D2 +5.1527349264170778 Z/22 0.1830462769963896 0.309900517730 v2200(-3, 4) c Z/2 +5.1530757560044417 Z/150 0.0080745649000426 0.394758385375 s922(-4, 3) c Z/2 +5.1531484494245876 Z/144 -0.1226577915966080 0.410683812841 v2478( 2, 3) c Z/2 +5.1534764028591295 Z/5 + Z/20 -0.1786796123323701 0.356311408484 v2557(-5, 1) c D2 +5.1540167264243598 Z/177 -0.2135908768954438 0.302483284111 v2145(-1, 4) c Z/2 +5.1542084994873589 Z/21 -0.1346859649370727 0.360730749997 v2378(-1, 4) c Z/2 +5.1545177439342943 Z/20 0.1772392664687439 0.772139124385 v3244( 3, 1) c D2 +5.1545177439342943 Z/60 0.1772392664687439 0.625724409838 v2966(-3, 1) c D2 +5.1546492783154776 Z/139 0.2343406792772047 0.343180369435 v2254(-5, 2) c Z/2 +5.1546982450177208 Z/23 -0.1584450028966709 0.641366228536 v2971(-3, 1) c Z/2 +5.1555502019215870 Z/19 -0.2461300432070663 0.388995656700 v2392(-1, 4) neg c Z/2 +5.1558001914939914 Z/4 + Z/24 0.0938688269341683 0.324766819381 v2210(-3, 4) c Z/2 +5.1558436333089279 Z/10 0.2090266302595198 0.341284272374 v2254( 2, 3) c Z/2 +5.1558519021229648 trivial -0.1891848306459611 0.588364661406 v2947( 4, 1) c Z/2 +5.1566497670272503 Z/39 -0.0131563070089136 0.332708310271 v2265(-5, 1) c Z/2 +5.1566706000513751 Z/11 0.0097646647076507 0.379372761885 v2420(-4, 1) c Z/2 +5.1568432496109100 Z/103 -0.2234116442810540 0.449151003343 s931(-1, 3) c Z/2 +5.1571045476246820 Z/63 -0.1336432486552996 0.730878447418 v3205(-1, 2) c trivial +5.1572408168593195 Z/31 -0.1925719351275715 0.333470178975 v2218( 7, 1) c Z/2 +5.1573824966009576 Z/77 -0.1051555964303265 0.575652975242 v2796(-3, 2) c D2 +5.1576859454044921 Z/97 -0.0640730700073237 0.526346289220 v2742( 4, 1) c Z/2 +5.1583202485905412 Z/10 -0.0072354503670381 0.404431586544 v2457( 3, 2) c Z/2 +5.1583498759867636 Z/114 -0.2451021317718543 0.508199486676 v2715(-4, 1) c D2 +5.1583917551532641 Z/36 -0.1760371889772412 0.503478605880 v2632( 5, 1) c Z/2 +5.1586318802095936 Z/31 -0.0581745835420668 0.503399931025 v2655( 5, 1) c Z/2 +5.1586949725527579 Z/28 -0.1515976220776952 0.302855406542 v2166(-1, 3) neg c Z/2 +5.1589660191433132 Z/2 + Z/2 0.1866500275286039 0.394965244280 s924( 5, 1) c Z/2 +5.1590630288356889 Z/3 0.1240253672816938 0.578923960823 v2861( 3, 2) c Z/2 +5.1590729613778585 Z/72 -0.0395094641620426 0.417856492876 v2500(-1, 3) c Z/2 +5.1594919995905265 Z/10 + Z/10 -0.0218849748773463 0.358163776094 v2339(-2, 3) c D2 +5.1596679692723015 Z/15 -0.1666079779635450 0.720555802982 v3252(-3, 1) c D2 +5.1597445068442035 Z/151 -0.0476339504566551 0.416260618606 s929( 4, 3) c Z/2 +5.1600623170014515 Z/2 + Z/12 -0.0120967743424610 0.353167434060 v2346(-5, 2) c D2 +5.1600623170014515 Z/2 + Z/60 0.0120967743424610 0.353167434060 v2308(-2, 3) c D2 +5.1600623170014515 Z/2 -0.0537634410091277 0.353167434060 s916(-5, 2) c D2 +5.1600623170014515 Z/2 + Z/26 0.1962365589908723 0.353167434060 v2365( 6, 1) c D2 +5.1610410481632247 Z/102 0.2094223848026206 0.304782703601 v2189( 3, 2) c Z/2 +5.1611116390564065 Z/81 -0.1767533821867341 0.598697875827 v2923(-3, 2) c Z/2 +5.1612061325569671 Z/44 -0.2018331014498541 0.345727732908 v2322( 4, 1) c Z/2 +5.1612358343519827 Z/40 0.0393908791472634 0.384307047492 v2403( 3, 4) c Z/2 +5.1612370916128242 Z/15 -0.1443685571983678 0.451015565482 v2623( 5, 1) c Z/2 +5.1614622623777710 Z/11 0.0197034529821837 0.497642020996 v2716(-5, 1) c D2 +5.1623424654363812 Z/2 + Z/8 0.0875359360750599 0.392258422890 v2771( 4, 1) c Z/2 +5.1625005197550297 Z/18 -0.2178581860256750 0.848121627637 v3333( 4, 1) c Z/2 +5.1626342313282274 Z/35 0.0648876749330213 0.575598942365 v2919(-4, 1) c D2 +5.1626342313282274 Z/68 0.1482210082663547 0.575598942365 v2920(-4, 1) c D2 +5.1628476952757465 Z/86 0.0495268861062378 0.310425835706 v2217( 2, 3) c Z/2 +5.1629552085733531 Z/71 -0.0415974064645456 0.527563956174 v2780( 3, 1) c Z/2 +5.1631867990933818 Z/2 + Z/26 0.0364085406680499 0.308952952200 v2209( 5, 1) c Z/2 +5.1631963009739100 Z/3 -0.0726853306082752 0.389119717474 v2438( 1, 3) c Z/2 +5.1634404946195548 Z/2 0.0124615151902871 0.362218833779 s919( 4, 3) c Z/2 +5.1636802430036780 Z/32 -0.0776285769523716 0.775343040374 v3458(-3, 1) c Z/2 +5.1636828268646333 Z/148 0.1164760921953337 0.319957532788 s904(-4, 1) c Z/2 +5.1640640090497107 Z/5 + Z/35 0.1180185088789273 0.405621586054 s934(-4, 1) c Z/2 +5.1640786409592886 Z/33 0.0246764303153329 0.300254432146 v2145( 4, 3) c Z/2 +5.1642050796237860 Z/51 -0.0835218339304111 0.303255014215 s896( 3, 4) c Z/2 +5.1643900071573382 Z/105 -0.0647704728128388 0.425726538278 v2497( 4, 1) c D2 +5.1645580897044072 Z/6 -0.1378642947639229 0.304675920669 v2362(-6, 1) c D2 +5.1646058530960544 Z/30 0.1508519426623058 0.672556027674 v2966( 1, 3) c Z/2 +5.1647492010669484 Z/60 0.0268828761155224 0.348041208898 v2354( 5, 2) c D2 +5.1647528546252292 Z/2 + Z/38 0.1311308925341141 0.385135794584 s927( 4, 1) c Z/2 +5.1651573150531928 Z/3 + Z/69 0.1806412530107190 0.303627328441 v2194(-1, 4) c Z/2 +5.1652679851957367 Z/49 -0.0997977241982547 0.306284337176 v2201( 5, 2) c Z/2 +5.1653869308670037 Z/79 -0.1654057132560658 0.520177304665 v2750(-2, 3) c Z/2 +5.1657195859722705 Z/4 0.0185266820107374 0.318550934685 v2200(-5, 2) c Z/2 +5.1664819862347187 Z/52 0.1613705152082969 0.329161088048 v2302( 1, 4) c Z/2 +5.1664880747692589 Z/29 0.0915364478590008 0.623961079863 v2964( 1, 3) c Z/2 +5.1667824229793663 Z/27 -0.0231519985750508 0.745953310933 v3205( 3, 2) c Z/2 +5.1672884384463892 Z/239 -0.0000323806013898 0.381501302892 s922(-1, 4) c Z/2 +5.1678111565922878 Z/26 -0.0251942236332034 0.432257860147 v2526( 4, 1) c Z/2 +5.1686576383818291 Z/6 0.1473398904000387 0.429765349843 v2553(-6, 1) c Z/2 +5.1686743513911931 Z/2 + Z/10 -0.2322256377181542 0.392619917708 s924(-1, 3) c Z/2 +5.1687951677041868 Z/66 -0.1748038981800367 0.623926828972 v3015( 1, 3) c Z/2 +5.1690585623791915 Z/95 0.0563759025944713 0.480850508212 v2660( 4, 1) c Z/2 +5.1692061592105346 Z/120 0.0392341198041571 0.301632492139 v2158( 5, 1) c D2 +5.1692065150655524 Z/20 -0.0647731650593474 0.331972684645 v2315( 3, 4) c Z/2 +5.1693574470871476 Z/124 -0.0261930154738862 0.367612169056 v2381(-4, 3) c Z/2 +5.1693574470871476 Z/123 0.1095263488072196 0.367612169056 v2380( 4, 3) c Z/2 +5.1694327647006969 Z/37 -0.0163976335613511 0.364563469860 v2371(-2, 3) c Z/2 +5.1704001423408217 Z/2 + Z/66 0.0282094956865591 0.392707627521 v2460( 2, 3) c Z/2 +5.1705555829036956 Z/2 + Z/4 0.1630824689673155 0.418315779553 v2526( 3, 2) c Z/2 +5.1706740782237251 Z/40 0.1004569137914643 0.370456555382 v3157(-3, 1) c D2 +5.1706740782237251 Z/40 0.1004569137914643 0.740913110764 v3158( 3, 1) c D2 +5.1706740782237251 Z/3 + Z 0.2328764195418690 0.740913110764 v3209(-3, 1) c D2 +5.1706740782237251 Z/2 + Z/10 0.2328764195418690 0.740913110764 v3208(-3, 1) c D2 +5.1708883897700870 Z/66 0.1710171554944971 0.473159432642 v2587( 1, 3) c Z/2 +5.1709580433641974 Z/7 + Z/14 0.0052848625345541 0.486271151685 v2678(-1, 3) c D2 +5.1709660959139294 Z/64 -0.0024600607163686 0.570152278104 v2920( 1, 2) c D2 +5.1709660959139294 Z/34 -0.0857933940497020 0.570152278104 v2919( 1, 2) c D2 +5.1709835938983516 Z/71 -0.1909685406882779 0.439395064647 v2586(-4, 1) c Z/2 +5.1709894697211517 Z/2 -0.1900718663461961 0.349254935482 s918( 2, 3) c Z/2 +5.1712173698922565 Z/24 -0.0220060319321242 0.302562025171 v2203( 5, 1) c D2 +5.1712173698922565 Z/2 + Z/34 0.0220060319321242 0.302562025171 v2202(-5, 1) c D2 +5.1712173698922565 Z/44 0.0613273014012091 0.302562025171 s897( 5, 1) c D2 +5.1712173698922565 Z/28 -0.1053393652654576 0.302562025171 s900( 5, 1) c Z/2 + Z/2 + Z/2 +5.1712173698922565 Z/3 + Z/12 -0.1053393652654576 0.302562025171 s899( 1, 3) c D4 +5.1713797890158091 Z/3 0.0712151647519053 0.480374031966 v2671(-1, 3) c Z/2 +5.1713896676514007 Z/35 0.0636605331229744 0.378770493691 v2389( 2, 3) c D2 +5.1714698934370729 Z/74 0.0000000000000000 0.746053284532 v3283(-3, 1) a Z/4 +5.1715524515018934 Z/18 -0.0388273722232746 0.489856423155 v2609(-5, 1) c Z/2 +5.1716058772280444 Z/80 0.0162431401854773 0.312994806538 v2217(-4, 3) c Z/2 +5.1718269752388049 Z/127 -0.1798100209329124 0.437045646412 v2528(-1, 3) c Z/2 +5.1724287686979062 Z/21 -0.0119057949081130 0.664403916406 v3305(-1, 2) c D2 +5.1726023157543044 Z/3 + Z/54 0.1086505045411598 0.357416175892 v2368(-4, 1) c Z/2 +5.1734316326188540 Z/16 -0.2222793864221024 0.510276055668 v2758(-2, 3) c Z/2 +5.1735071696659578 Z/3 + Z/21 -0.0437164876218487 0.909176490639 v3327( 1, 2) c D2 +5.1735674365343258 Z/80 -0.1130198943893892 0.345939951096 v2354(-1, 3) c D2 +5.1737392981552488 Z/7 0.1188471870465876 0.412202641249 v2497(-2, 3) c Z/2 +5.1740064249018729 Z/51 -0.1679225699809755 0.616829686491 v2971( 1, 3) neg c D2 +5.1740647551093449 Z/6 -0.1401975194289495 0.429170733995 s939(-3, 2) c Z/2 +5.1740830475673537 Z/185 0.1856258608384505 0.367463704026 v2404( 3, 4) c Z/2 +5.1741383479910376 Z/2 + Z/36 0.0476795013823896 0.306652631308 s903(-1, 4) c Z/2 +5.1744927288780542 Z/3 0.0569781562826614 0.439406503168 s939(-5, 1) c Z/2 +5.1747011812774572 Z/3 + Z/9 0.0317696577709464 0.476897075683 s949(-4, 1) c Z/2 +5.1749513271494801 Z/78 -0.1463661641981056 0.331866369272 v2281(-5, 1) c Z/2 +5.1750222712415727 Z/235 -0.0832998415271633 0.385034857040 s926(-1, 4) c Z/2 +5.1751910528001940 Z/33 -0.1304159587246767 0.382959168913 v2438( 3, 2) c Z/2 +5.1752305825969776 Z/2 + Z/6 -0.2410386745237569 0.430766212485 s952(-4, 1) c Z/2 +5.1752991755265614 Z/3 + Z/3 -0.1164391346344868 0.308503727621 s899(-2, 3) c D4 +5.1753098083780049 Z/28 0.1713519131158487 0.407605847028 v2473(-5, 1) c D2 +5.1754256366494096 Z/78 0.0778879201420800 0.416921163406 v2486( 1, 3) c Z/2 +5.1759383039130353 Z/43 0.0081584420671117 0.401082744460 v2497(-3, 2) c Z/2 +5.1761373876326122 Z/13 -0.0426538646211099 0.592179337152 v2984( 4, 1) c Z/2 +5.1762875615218266 Z/2 + Z/10 0.0873011969041716 0.348934294728 v2354( 4, 3) c D2 +5.1767885436468150 Z/2 + Z/20 0.2448085426855717 0.362102590635 v2412( 3, 4) c Z/2 +5.1768052309795246 Z/52 0.0934886308891598 0.404475225948 v2446(-2, 3) c Z/2 +5.1770888823085687 Z/187 -0.0773808128593758 0.362494114860 v2411(-1, 4) c Z/2 +5.1772539197940588 Z/54 -0.2081971958568135 0.317733593030 s903( 4, 3) c Z/2 +5.1773638058285044 Z/4 0.0390548276977465 0.303825174796 v2203(-4, 3) c D2 +5.1773638058285044 Z/100 -0.0390548276977465 0.303825174796 v2202( 4, 3) c D2 +5.1773638058285044 Z/7 + Z/7 -0.0442785056355869 0.303825174796 s900(-4, 3) c Z/2 + Z/2 + Z/2 +5.1773638058285044 Z/39 0.1223881610310798 0.303825174796 s897(-4, 3) c D2 +5.1777743816571063 Z/57 -0.0489858120481322 0.484604927478 v2689(-4, 1) c Z/2 +5.1783930392600352 Z/40 0.0378090995650525 0.316935811633 v2274(-1, 3) c D2 +5.1783930392600352 Z/32 0.2121909004349475 0.316935811633 v2274( 1, 3) c D2 +5.1784301417302493 Z/119 0.2384944383976680 0.307181031363 v2201( 3, 4) c Z/2 +5.1785533259069533 Z/69 -0.2459589401698804 0.469914787265 s949( 4, 1) c Z/2 +5.1786136231998786 Z/16 -0.0154417308101987 0.425679711896 v2573(-4, 1) c D2 +5.1786136231998786 Z/2 + Z/34 -0.1512249358564680 0.302483703317 v2209(-5, 1) neg c Z/2 +5.1790655632108457 Z/3 + Z/21 -0.1650397586724756 0.309252258533 s899( 5, 2) c D4 +5.1792347673673254 Z/4 + Z/28 -0.2287420239572347 0.307315502728 v2238(-1, 3) c D2 +5.1793261704685803 Z/31 -0.0473321538470131 0.363970536160 v2380(-3, 2) c Z/2 +5.1793261704685803 Z/60 0.1306654871803464 0.363970536160 v2381( 3, 2) c Z/2 +5.1793273374297294 Z/64 0.1570482788154245 0.427057792703 v2584( 5, 1) c Z/2 +5.1795095216527019 Z/70 -0.0360866250009683 0.519389446059 v2756( 3, 1) c D2 +5.1795541941820023 Z/19 -0.0023916524709511 0.335584787562 v2335( 7, 1) c D2 +5.1796061277900615 Z/265 -0.0986243736082472 0.314606610654 s902(-1, 4) c Z/2 +5.1801343769991654 Z/10 0.0783695055558013 0.488351980242 v2698( 2, 3) c Z/2 +5.1802235977121676 Z/2 + Z/22 0.1445966073907858 0.564998502319 v2878(-4, 1) c Z/2 +5.1808325216789168 Z/2 + Z/64 -0.0544244997639309 0.320437977654 v2238( 1, 3) c D2 +5.1808756851055274 Z/2 + Z/10 -0.1925225989052654 0.366708181668 v2417(-3, 2) c Z/2 +5.1810727031807588 Z/151 0.0906188905466486 0.315288273240 s909(-5, 2) c Z/2 +5.1822155307679251 Z/15 -0.0811601244555257 0.311107020986 v2504( 3, 2) c Z/2 +5.1824281145709935 Z/95 0.1540642634442729 0.408733060088 v2515( 1, 3) c Z/2 +5.1824727965298320 Z/51 0.0314915410790809 0.569807250425 s958( 4, 1) c Z/2 +5.1824789195042707 Z/74 0.1760099198373895 0.301186024090 s901( 1, 4) c Z/2 +5.1829535482040687 Z/11 -0.0867622355700204 0.422815966667 s933( 1, 3) c D2 +5.1830915742935697 Z/55 0.0744284976110988 0.346824275597 v2307(-4, 1) c Z/2 +5.1831069362606900 Z/25 -0.0843959676217164 0.367233892752 v2395( 3, 2) neg c Z/2 +5.1832074559269166 Z/161 -0.2180679497469821 0.317462243965 v2237(-1, 3) c D2 +5.1832091537298513 Z/188 0.1980371342393540 0.317889190022 v2262( 4, 3) c Z/2 +5.1832774693374002 Z/8 0.1296822354445061 0.489095699443 v2641(-6, 1) c D2 +5.1832774693374002 Z/13 0.1296822354445061 0.489095699443 v2642(-6, 1) c D2 +5.1832934929506096 Z/128 0.1726760777109947 0.312705436986 v2254(-4, 3) c Z/2 +5.1833389143350441 Z/135 -0.1617073266838702 0.306344176461 v2221(-4, 3) c Z/2 +5.1834215729792576 Z/21 0.1715426192575624 0.450689058071 v2599( 4, 1) c Z/2 +5.1834841247621631 Z/26 0.1205909514144205 0.344728328850 v2320(-5, 1) c Z/2 +5.1837410884001797 Z/110 -0.2419466395442915 0.368053561206 s936(-4, 1) c Z/2 +5.1838504103660461 Z/52 0.0316124010329191 0.705192471508 v3142( 3, 1) c Z/2 +5.1839359609708143 Z/97 0.2076727340605276 0.545878232798 v2772( 2, 3) c Z/2 +5.1839494733221209 Z/5 + Z/10 -0.1292417544305827 0.510383610004 v2738( 3, 1) c D2 +5.1839957178866500 Z/5 0.0729249538912186 0.717694380578 v3188(-1, 2) c Z/2 +5.1842512731551016 trivial -0.1049916218599273 0.369039065201 v2437(-3, 2) c D2 +5.1849228760250427 Z/163 -0.1773880245357467 0.365179180308 v2428(-2, 3) c Z/2 +5.1851377128035053 Z/53 -0.1602775105645015 0.302637880870 s904(-1, 4) c Z/2 +5.1852397327550544 Z/198 0.0714141493253959 0.309887164584 s909( 2, 3) c Z/2 +5.1855278584828325 Z/59 0.0464609548126633 0.601335324241 v3001( 3, 2) c Z/2 +5.1858985277490123 Z/111 -0.0080667700251052 0.494104617658 v2673(-3, 2) c Z/2 +5.1868162503305109 Z/74 0.0069951494488076 0.366370617272 v2430(-4, 3) neg c Z/2 +5.1873467793973726 Z/74 -0.0380399580030148 0.489078066875 s951( 2, 3) c Z/2 +5.1873935257852055 Z/43 0.1268401263742119 0.608765554520 v2889( 1, 2) c D2 +5.1874705802330523 Z/131 -0.1119817821500602 0.542431447525 v2824(-3, 2) c Z/2 +5.1875399926863461 Z/2 + Z/50 -0.0774644285154155 0.396550276709 v2503(-3, 2) c Z/2 +5.1875779678509073 Z/2 + Z/64 -0.1587635383269658 0.377198382118 v2447(-1, 3) neg c Z/2 +5.1876447733317861 Z/41 -0.1455378632790465 0.313358340071 s907( 2, 3) c Z/2 +5.1878514672263731 Z/39 0.2353416798089372 0.316848727888 v2242(-7, 1) c Z/2 +5.1880316140203453 Z/50 0.0677769280559591 0.371052257354 v2422( 3, 2) neg c Z/2 +5.1882364277710195 Z/33 -0.0308691455976784 0.305857445010 v2218(-5, 2) c Z/2 +5.1885909984094639 Z/20 0.1471175230345831 0.555116932322 v2872( 3, 1) c Z/2 +5.1886019108171780 Z/69 0.0424120092663158 0.456954246060 v2673( 3, 2) c Z/2 +5.1887219021663612 Z/64 0.0703860514479162 0.355906456235 v2638( 4, 1) c Z/2 +5.1888185961690598 Z/13 0.1164965106335140 0.376370510501 s925(-3, 2) c Z/2 +5.1890351642857919 Z/74 0.0770972672624791 0.649494462610 v3056( 1, 3) c Z/2 +5.1893878015513165 Z/93 -0.1726368949372370 0.522760713122 v2772( 3, 2) c Z/2 +5.1898413539715929 Z/10 0.1812613709047481 0.601771424238 v2909(-3, 2) c Z/2 +5.1899892242766637 Z/62 -0.0811924356014129 0.306605532989 s905(-5, 1) c Z/2 +5.1903888080031149 Z/5 + Z/25 -0.0017110887117830 0.442861703363 s950(-4, 1) c Z/2 +5.1904365094488336 trivial 0.0860485098528489 0.334578683902 v2334(-5, 1) c D2 +5.1904837784894244 Z/84 -0.1759355398182638 0.330977480771 v2307( 3, 4) c Z/2 +5.1906094474153914 Z/3 + Z/15 -0.0840606502004548 0.354134916673 v2388( 5, 2) c D2 +5.1906486699651226 Z/101 -0.0299378185157131 0.345998234244 v2344(-5, 1) c Z/2 +5.1907751873734843 Z/24 0.0000000000000000 0.776418142984 v3347( 3, 1) c Z/2 +5.1910730890173266 Z/60 0.0779790630794020 0.318124070724 v2293( 4, 3) c D2 +5.1911219405915863 Z/78 -0.2003565893392018 0.336354595519 s917(-1, 4) c Z/2 +5.1916977918553262 Z/82 -0.0015073954377888 0.321313558075 v2315(-3, 2) c Z/2 +5.1919960295507730 Z/2 + Z/2 -0.1456383227155474 0.684687521536 v3100( 3, 1) c Z/2 +5.1919991185792220 Z/29 -0.2399562854412660 0.603684580799 v2988(-1, 3) c Z/2 +5.1920552884383655 Z/28 -0.1189386149589559 0.345477605019 v2322( 2, 3) c Z/2 +5.1921807293744041 Z/5 0.1986570812775291 0.424864513181 v2557( 3, 2) c D2 +5.1922764985931692 Z/8 -0.0212101792575961 0.393210607379 v2508( 6, 1) c Z/2 +5.1923511174042478 Z/50 -0.2275338562694376 0.318449599009 s908( 4, 3) c Z/2 +5.1925749841553628 trivial 0.1584740472836820 0.590428959151 v2947(-5, 1) c Z/2 +5.1926951480345464 Z/7 0.2360748240753490 0.640523537164 v2974( 4, 1) c Z/2 +5.1927284626887056 Z/3 + Z/6 -0.0539913004324310 0.393579878625 v2460( 5, 1) c Z/2 +5.1929126187996646 Z/2 + Z/10 0.0517220609766845 0.342100820941 v2365(-6, 1) c D2 +5.1929797722187922 Z/42 0.1106163529025394 0.591522030637 v2932( 3, 1) c D2 +5.1931012431472685 Z/83 0.1053420250907141 0.331856034708 v2315(-2, 3) c Z/2 +5.1933232898629065 Z/22 0.1475177113742062 0.410579693602 v2486(-5, 1) c Z/2 +5.1938464417024512 Z/44 0.0940229832564848 0.330635521631 v2274(-5, 2) c D2 +5.1938464417024512 Z/4 0.1559770167435152 0.330635521631 v2274( 5, 2) c D2 +5.1942145715201120 Z/6 -0.2120925715364104 0.577304362661 v2824( 4, 1) c Z/2 +5.1942963530727773 Z/41 -0.1151861541897910 0.371360656950 v2442(-4, 1) c Z/2 +5.1943752308629998 Z/171 -0.0876091448033843 0.420228769284 s935(-1, 3) c Z/2 +5.1945596667756625 Z/275 0.0108551958098353 0.321886038500 s909(-1, 4) c Z/2 +5.1945886809336833 Z/107 0.2258899207727411 0.351755422577 v2384(-1, 3) neg c Z/2 +5.1946298833975033 Z/36 0.2362188242630737 0.301882493204 v2491(-6, 1) c Z/2 +5.1947410851062452 Z/38 0.1528093052641477 0.520421790683 s954( 3, 2) c Z/2 +5.1949916404399764 Z/3 0.0818692483167961 0.308636040041 v2491( 3, 2) c Z/2 +5.1952873778808795 Z/4 0.2128133971782767 0.465913736361 v2623(-6, 1) c Z/2 +5.1955915341137081 Z/9 0.0410841084021486 0.322453490581 s912( 9, 1) c D2 +5.1957005394048486 Z/2 0.0498027652716463 0.334345210157 v2320( 4, 3) c Z/2 +5.1959337446858690 Z/5 0.0186680765339567 0.309132277326 v2272(-7, 1) c Z/2 +5.1960950712127296 Z/30 0.0203062060241527 0.640062503971 v3092( 3, 2) c D2 +5.1960950712127296 Z/18 0.2286395393574860 0.872778046202 v3347(-3, 1) c Z/2 +5.1961965024691335 Z/9 -0.0607225392273468 0.484748356461 v2656( 5, 1) c Z/2 +5.1962758772235193 Z/44 -0.0918357108411378 0.364897341207 v2413( 3, 2) c Z/2 +5.1963009539162336 Z/12 -0.0991098304096043 0.414177969977 s951( 4, 1) c Z/2 +5.1963357822510277 Z/60 -0.1013296362881728 0.384153942243 v2486(-1, 3) c Z/2 +5.1964096012225126 Z/60 -0.1134727792878960 0.346939332400 v2359(-4, 1) c Z/2 +5.1968460997612550 Z/159 0.0505066445384209 0.543449117682 v2802(-3, 2) c Z/2 +5.1973359461942986 Z/17 -0.1944014164975939 0.384438848292 v2442(-2, 3) c Z/2 +5.1975121143670336 Z/65 0.0736543631830149 0.409788391674 s932(-4, 1) c D2 +5.1976126832259534 Z/93 -0.2458222497742255 0.355178643414 v2393( 1, 3) c Z/2 +5.1976303718576895 Z/18 -0.0622070096500666 0.313373398569 v2552( 5, 1) c Z/2 +5.1977378048181941 Z/31 0.1899276477953121 0.366961776363 s921( 2, 3) c Z/2 +5.1979357604199791 Z/3 + Z/33 -0.2328948340182342 0.618754281060 v2910(-3, 2) c D2 +5.1979991166264376 Z/120 0.0715102612432088 0.335200578933 v2339(-5, 1) c D2 +5.1980028052161058 Z/34 0.1603736921637717 0.340176365256 v2547(-6, 1) c D2 +5.1981258878717485 Z/85 -0.1928457999741294 0.356338164792 v2395( 2, 3) neg c Z/2 +5.1981782510012777 Z/2 + Z/60 -0.1044317616836982 0.332687601317 v2322(-5, 2) c Z/2 +5.1982624305717926 Z/22 0.1498850137503054 0.332520559750 s916(-6, 1) c D2 +5.1982624305717926 Z/2 + Z/20 0.1915516804169720 0.332520559750 v2346(-6, 1) c D2 +5.1982624305717926 Z/2 + Z/44 0.1915516804169720 0.332520559750 v2345(-6, 1) c D2 +5.1982871956619802 Z/42 0.1842488679214591 0.395175268603 v2523( 1, 3) c D2 +5.1984336604425611 Z/6 + Z/6 -0.0765605451635767 0.645756006990 v3106( 3, 1) c D4 +5.1984336604425611 Z/3 + Z/30 0.0765605451635767 0.645756006990 v3110(-3, 1) c D2 +5.1984336604425611 Z/2 + Z/4 0.0901061215030899 0.666301815360 v3103( 4, 1) c D2 +5.1984336604425611 Z/6 + Z/12 -0.0901061215030899 0.666301815360 v3102(-1, 3) c D2 +5.1984336604425611 Z/6 -0.2015605451635767 0.988781417059 v3505( 3, 1) c D2 +5.1984336604425611 Z/2 + Z -0.2432272118302434 0.676266969390 v3077( 5, 1) neg c D2 +5.1984336604425611 Z/10 + Z -0.2432272118302434 0.604825430451 v2959(-3, 1) neg c D2 +5.1984621229086951 Z/9 0.1193433480867503 0.847642921167 v3320(-1, 2) c D2 +5.1987502694796790 Z/117 0.2495065271370458 0.359210329617 v2413(-4, 3) c Z/2 +5.1989165787023736 Z/2 + Z/12 -0.1351915519466026 0.317246165087 v2808(-5, 1) neg c D2 +5.1989165787023737 Z/2 + Z/36 -0.1351915519466026 0.317246165087 v2308( 2, 3) c D2 +5.1989929429233595 Z/14 0.1885198442854547 0.417864271038 s942( 5, 1) c Z/2 +5.1991004586540186 Z/94 -0.2337884879225360 0.479281206972 v2689(-3, 2) c Z/2 +5.1992005720343206 Z/38 0.0779749101260761 0.571870176732 v2997(-1, 3) c Z/2 +5.2001508950110569 Z/2 + Z/10 -0.0012115187541620 0.368045989920 v2417(-4, 1) c Z/2 +5.2001817202329771 Z/209 0.1997111067372049 0.430810948533 s933(-4, 3) c D2 +5.2005143438892137 Z/22 -0.0710399593004085 0.370710120811 s924(-2, 3) c Z/2 +5.2005809160479435 Z/17 0.0155113272474550 0.429742338211 v2623(-3, 2) c Z/2 +5.2007237136445939 Z/72 -0.0205415103400550 0.515764095410 v2759(-3, 1) c D2 +5.2007237136445939 Z/6 + Z/18 -0.0205415103400549 0.921007206959 v3427( 3, 1) c D6 +5.2007237136445939 Z 0.2294584896599450 0.460503603480 v2671(-2, 3) c Z/2 +5.2007354266725449 Z/148 -0.0387724591660273 0.349889042149 v2381(-1, 4) c Z/2 +5.2007354266725449 Z/125 0.1221057924993606 0.349889042149 v2380( 1, 4) c Z/2 +5.2009159288294842 Z/189 0.0930408570287178 0.323501141002 v2368( 1, 4) c Z/2 +5.2009475667733300 Z/2 0.2030793722011908 0.689708740266 v3195(-4, 1) c Z/2 +5.2012325244440766 Z/11 + Z/11 0.1729505941287754 0.431793224886 v2587(-4, 1) c D2 +5.2013334514138822 Z/89 -0.1259491731963019 0.433236638626 v2638(-5, 1) c Z/2 +5.2014295121670530 Z/18 0.1143722229603778 0.625429682306 v3077(-4, 1) c D2 +5.2016094379818543 trivial 0.1321182152307070 0.397288236355 v2508(-3, 2) c Z/2 +5.2017707602411925 Z/241 0.1518564768477028 0.359722250077 s926(-3, 4) c Z/2 +5.2018978971588633 Z/221 0.2353576100893299 0.358065360240 s922(-3, 4) c Z/2 +5.2020367182176527 Z/99 -0.1409546489946248 0.322908789410 v2474(-1, 4) c Z/2 +5.2022806592706598 Z/7 0.0288146841988118 0.343525323099 v2858(-5, 1) c D2 +5.2024673524013812 Z/100 0.0887767350806713 0.318160901156 v2322(-5, 1) c Z/2 +5.2024968424808233 Z/2 + Z/4 0.1432084802210186 0.720092723398 v3187(-4, 1) c Z/2 +5.2024968424808233 Z/2 + Z/32 -0.1432084802210186 0.521784550827 v2789( 3, 2) c D2 +5.2024968424808233 Z/2 + Z/2 + Z/2 0.1432084802210186 0.521784550827 v2787(-3, 2) c D2 +5.2024968424808233 Z/2 + Z/16 -0.2317915197789814 0.521784550827 v2789(-3, 2) c D2 +5.2024968424808233 Z/2 + Z/2 + Z/10 0.2317915197789814 0.521784550827 v2787( 3, 2) c D2 +5.2026715077962585 trivial -0.1017621641873490 0.341526044523 v2344( 4, 3) c Z/2 +5.2027147001022500 Z/36 -0.0487499265889414 0.556485674524 v2841( 2, 3) c Z/2 +5.2034459944363851 Z/19 -0.0660507577736595 0.371156166811 v2411(-4, 3) c Z/2 +5.2036577274262573 Z/14 0.2386432777267295 0.447462297232 v2626(-4, 1) c Z/2 +5.2039674909650572 Z/22 -0.1423935181005536 0.318272692878 v2320(-1, 3) c Z/2 +5.2044709255709734 Z/78 0.0975237594409012 0.414727524577 v2568( 4, 1) c Z/2 +5.2045253751412079 Z/9 -0.1066615428130910 0.583253943475 v2862( 3, 2) c Z/2 +5.2046399212939029 Z/110 -0.0577025710791418 0.413743436029 v2587( 3, 1) c Z/2 +5.2047098318734442 Z/54 0.0773789896293176 0.346822918151 v2368( 4, 3) c Z/2 +5.2048483169585642 Z/2 0.1910249078019645 0.338200781101 v2896(-5, 1) c D2 +5.2049089470318494 Z/57 0.0506060367199241 0.369115715668 v2457( 1, 3) c Z/2 +5.2052334051266583 Z/215 -0.2116219320793660 0.359311119226 s925( 1, 4) c Z/2 +5.2061714200774975 Z/34 -0.0317655935182319 0.387628603603 v2495( 4, 3) c Z/2 +5.2063077687742122 Z/106 -0.2055513000825527 0.302045458272 s907(-1, 4) c Z/2 +5.2063142635618916 Z/2 + Z/46 0.2398500205917697 0.384087793640 v2479(-2, 3) c Z/2 +5.2065239299747419 Z/115 0.1451214490687149 0.315997648350 v2293(-5, 1) c D2 +5.2067917743418264 Z/26 0.1817163496738291 0.435018686462 v2619(-4, 1) c Z/2 +5.2069271535541595 Z/14 -0.0155271727030828 0.345159617682 v2634(-5, 1) c D2 +5.2071764914196332 Z/2 + Z/6 -0.0490630423417884 0.304688931718 v2274( 6, 1) c D2 +5.2071764914196332 Z/2 + Z/14 0.0490630423417884 0.304688931718 v2274( 2, 3) c D2 +5.2071764914196332 Z/2 + Z/18 -0.2009369576582116 0.304688931718 v2274(-6, 1) c D2 +5.2071764914196332 Z/2 + Z/22 0.2009369576582116 0.304688931718 v2274(-2, 3) c D2 +5.2073424754480296 Z/89 -0.1979798322762630 0.645450428780 v3051( 2, 3) c Z/2 +5.2073852663033813 Z/21 -0.1388720843986650 0.352157789341 v2414(-5, 1) c Z/2 +5.2074039957620368 Z/130 0.2373583172848026 0.355094586425 v2413(-1, 4) c Z/2 +5.2075846234372332 Z/20 -0.0611072761116228 0.349704826252 v2381( 4, 1) c Z/2 +5.2075846234372332 Z/7 0.1444406094449562 0.349704826252 v2380(-4, 1) c Z/2 +5.2078260580447499 Z/63 0.0813521822903795 0.614795694613 v3017( 1, 3) c Z/2 +5.2078298827343574 Z/5 + Z/5 0.1711977390932587 0.463409442372 v2661(-1, 3) c Z/2 +5.2080566376175814 Z/25 -0.0566689354112218 0.361472947909 v2437( 5, 2) neg c D2 +5.2082406259590982 Z/28 -0.2163206604480097 0.348818656326 v2389(-5, 1) c D2 +5.2082406259590982 Z/60 -0.2163206604480097 0.348818656326 v2388(-1, 3) c D2 +5.2086032993054092 Z/91 0.0475249568607594 0.306330032437 v2307( 4, 3) c Z/2 +5.2087299562182303 Z/109 -0.1991860248779106 0.380422116841 s929(-3, 2) c Z/2 +5.2087953425661945 Z/105 0.1840232078288707 0.396390721022 v2511( 1, 3) c D2 +5.2089716005127474 Z/18 -0.2145049626488052 0.315808188891 v2320( 6, 1) c Z/2 +5.2093011607896139 Z/104 0.1361716584558857 0.350666234476 v2429(-1, 4) c Z/2 +5.2093462664941482 Z/198 -0.1031301288775128 0.362917853172 v2422(-1, 4) neg c Z/2 +5.2093561217890531 Z/87 0.1321342156124657 0.582390936009 v2953( 4, 1) c Z/2 +5.2094052287554078 Z/2 + Z/22 -0.2180248987061354 0.391504660083 v2534( 1, 3) c Z/2 +5.2097975075941894 Z/103 0.2104501039809141 0.375349546606 v2465( 4, 3) c Z/2 +5.2101060750255136 Z/102 0.0666418631956123 0.325001969257 v2414( 4, 1) c Z/2 +5.2102320043138073 Z/8 -0.1394015698928975 0.395762987721 v2530( 3, 2) c Z/2 +5.2104992505657779 Z/58 0.0500491440384605 0.358669929113 v2447( 4, 3) c Z/2 +5.2106663566386691 Z/51 0.1832687484153766 0.594763037756 v2876(-3, 2) c D2 +5.2107872554758647 Z/105 0.0299961936623543 0.434104825380 v2616(-3, 2) c Z/2 +5.2110139406725341 Z/3 + Z/27 -0.0228892050591131 0.364694309349 v2438(-5, 1) c Z/2 +5.2113512310388926 Z/175 -0.0438274355842374 0.304414740267 v2237( 1, 3) c D2 +5.2116959182757366 Z/2 + Z/4 -0.0299959688901289 0.358499025899 s923(-1, 3) c D2 +5.2117743802877336 Z/31 -0.1984763309893783 0.690826721786 v3142(-4, 1) c Z/2 +5.2118037011480590 Z/2 + Z/2 -0.1229220554589128 0.325943871584 v2375(-1, 4) c Z/2 +5.2134047930743404 Z/85 -0.2104437913738793 0.484869461182 v2775( 4, 1) c Z/2 +5.2134576007637645 Z/2 + Z/16 -0.2021397854045902 0.375832642535 v2447( 5, 1) c Z/2 +5.2135918006318515 Z/19 0.0281378538792722 0.392234244517 v2517( 4, 1) c Z/2 +5.2136247950542424 Z/11 -0.2414220823327746 0.631282914962 v2984(-4, 1) neg c Z/2 +5.2141984316067380 Z/180 -0.0144738262723211 0.385503224839 s950( 1, 3) c Z/2 +5.2143908920501958 Z/27 -0.1581655969621557 0.336912769453 v2343(-5, 2) c Z/2 +5.2144854703229365 Z/30 -0.2253846794625385 0.451949114533 v2627(-5, 1) c D2 +5.2148820066209615 Z/2 -0.1336233743402051 0.480087838287 v2725(-2, 3) c Z/2 +5.2149017722254047 Z/9 -0.2148858128195233 0.808728768876 v3308( 1, 2) c Z/2 +5.2156939813699790 Z/2 + Z/36 0.0345144722644141 0.509482351534 s954( 2, 3) c Z/2 +5.2159198716569307 Z/91 -0.0637202033359119 0.312630014742 s911( 2, 3) c D2 +5.2160869828125093 Z/127 0.1209596405631850 0.416186675938 v2586(-3, 2) c Z/2 +5.2163766510329900 Z/249 -0.2237090157387649 0.352850622116 s925( 4, 3) c Z/2 +5.2164857056867480 Z/75 0.1357892697528854 0.313683185701 v2344( 6, 1) c Z/2 +5.2168235707366484 Z/2 + Z/62 -0.0218375361121726 0.361879598659 v2417( 1, 4) c Z/2 +5.2168647752441752 Z/2 + Z/6 0.2296936967771723 0.350038504492 s923(-5, 1) c Z/2 +5.2171409653965891 Z/36 -0.1342951904626789 0.414652349176 v2577(-4, 1) c D2 +5.2171409653965891 Z/136 -0.2176285237960122 0.300321040771 v2238( 2, 3) c D2 +5.2172445302888234 Z/50 0.1125327645249316 0.391818707202 v2503(-4, 1) c Z/2 +5.2174498297825182 Z/107 -0.0686044919132674 0.482096524701 s951(-1, 3) c Z/2 +5.2175052763809075 Z/2 + Z/38 -0.1714844468192225 0.422215281348 v2570(-4, 1) c Z/2 +5.2175614526341373 Z/94 0.0934313331421037 0.365770898795 v2447(-4, 1) c Z/2 +5.2176107262206849 Z/140 -0.0229216461614684 0.440292522518 v2616(-1, 3) c Z/2 +5.2176378426743203 Z/43 -0.1102746373673739 0.553571168755 v2872(-4, 1) c Z/2 +5.2177536651325328 Z/66 0.1035317589387745 0.327174605340 v2402(-6, 1) c D2 +5.2178380550928066 Z/161 -0.0523979640995581 0.300187181931 v2245( 2, 3) c D2 +5.2180871788950661 Z/142 0.0311449587169907 0.424590018013 v2588( 4, 1) c Z/2 +5.2181739336065121 Z/100 0.0723045165872735 0.304651591781 v2493( 5, 1) c Z/2 +5.2182928941032175 Z/172 0.1216897056123615 0.333131359664 v2401( 1, 4) c Z/2 +5.2183056972220161 Z/65 0.2181386734909345 0.422809779648 v2616(-4, 1) c Z/2 +5.2183624790260667 Z/44 -0.0726991211865900 0.473207624639 v2725(-4, 1) c Z/2 +5.2183624790260667 Z/52 -0.0939675454800766 0.345241764136 s921(-5, 1) c Z/2 +5.2183624790260667 Z/39 -0.1560324545199233 0.974013882783 v3499(-1, 2) c D2 +5.2183624790260667 Z/2 + Z/2 -0.1773008788134100 0.619779757360 v2920( 5, 1) c D2 +5.2183624790260667 trivial -0.2393657878532567 0.618708509883 v2911( 5, 1) c D2 +5.2183624790260667 trivial 0.2393657878532567 0.619779757360 v2919( 5, 1) c D2 +5.2184230376851606 Z/51 0.1602117346075155 0.350288453187 v2446( 1, 4) c Z/2 +5.2184453308898413 Z/3 -0.1868211992853941 0.393247960393 v2543(-3, 2) neg c Z/2 +5.2186189729719742 Z/12 -0.0482950826576278 0.451019587594 v2640(-1, 3) c D2 +5.2186189729719742 Z/3 -0.2017049173423722 0.451019587594 v2643( 1, 3) c D2 +5.2188428641180383 Z/9 -0.0289928461589317 0.534976644106 v2877(-1, 2) c D2 +5.2190879103364124 Z/36 0.1727171426738001 0.362552882528 v2469( 3, 2) c Z/2 + Z/2 + Z/2 +5.2190879103364124 Z/5 + Z/20 0.1727171426738001 0.362552882528 v2468( 3, 2) c D4 +5.2191277027986750 Z/119 -0.0877904207358184 0.417846811894 v2600(-4, 1) c D2 +5.2191481811486196 Z/2 + Z/24 0.0857380310373472 0.301361019052 v2298(-5, 1) c D2 +5.2193924656202304 Z/18 -0.1693107279484647 0.485134252199 v2758(-4, 1) c Z/2 +5.2196275776050134 Z/2 + Z/24 0.0723829274397546 0.318606367780 s915( 5, 1) c D2 +5.2196275776050134 Z/2 + Z/24 0.0723829274397546 0.318606367780 s916( 1, 3) c D2 +5.2196275776050134 Z/2 + Z/2 + Z/6 -0.0723829274397546 0.318606367780 v2347(-5, 1) c D2 +5.2196275776050134 Z/2 + Z/26 -0.1140495941064212 0.318606367780 s915(-5, 1) c D2 +5.2196275776050134 Z/2 + Z/2 + Z/4 0.1140495941064212 0.318606367780 v2347( 5, 1) c D2 +5.2196275776050134 Z/2 + Z/4 + Z/4 0.1140495941064212 0.318606367780 v2346( 1, 3) c D2 +5.2196275776050134 Z/2 + Z/2 + Z/28 0.1140495941064212 0.318606367780 v2345( 1, 3) c D2 +5.2196275776050134 Z/2 + Z/2 + Z/6 0.1776170725602454 0.318606367780 v2669(-5, 1) c D2 +5.2197024180710628 Z/28 -0.2359572503536531 0.334496528714 v2392(-4, 3) c Z/2 +5.2200158580413567 Z/180 0.2301175363449053 0.399424104089 v2546( 4, 1) c Z/2 +5.2200960827814450 Z/69 -0.2338703441844359 0.587682666377 v2876( 3, 2) c D2 +5.2201954940546652 Z/15 -0.1513191716751745 0.670767646581 v3092( 4, 1) c Z/2 +5.2204415737240452 Z/125 0.0056736039258280 0.481955456321 v2735(-3, 2) c Z/2 +5.2204457106536195 Z/20 0.0428016443356682 0.400702458595 s934( 3, 2) c Z/2 +5.2210090870956810 Z/4 0.1392745812714696 0.391149332017 v2483(-4, 1) c Z/2 +5.2212613186801253 Z/194 -0.0899860828502345 0.345062364246 v2422(-4, 3) c Z/2 +5.2215533295801854 Z/52 0.0463927968030352 0.313953059544 v2343(-6, 1) c Z/2 +5.2216399693995995 Z/31 -0.2144704294656918 0.309837045748 v2343(-1, 3) c Z/2 +5.2217262308875949 Z/23 -0.1929604768808112 0.583109882806 v2877( 5, 1) c D2 +5.2217323380493755 Z/33 -0.2049544722236965 0.323394508264 v2496( 4, 1) c Z/2 +5.2217943146456697 Z/2 + Z/2 0.1724218930719491 0.362811789115 s927(-4, 3) c Z/2 +5.2220757454718520 Z/211 -0.0251711837887063 0.303832196806 v2262( 3, 4) c Z/2 +5.2221029164256573 Z/135 -0.1840260444982659 0.404288550060 v2536(-4, 1) c Z/2 +5.2221676673113264 Z/10 -0.1237030011392368 0.356184001595 v2422( 4, 1) neg c Z/2 +5.2222048048699810 Z/92 0.1926666406863171 0.421574990905 v2774( 4, 1) c Z/2 +5.2227775401067699 Z/75 0.1910647091709549 0.376863101878 v2497( 1, 4) c Z/2 +5.2229256852170919 Z/28 -0.0184600338066392 0.457681905911 v2711(-5, 1) c Z/2 +5.2230237031523275 Z/58 0.0605714393527918 0.313138574915 s917( 1, 4) c Z/2 +5.2234273036808693 Z/97 0.0911305901343329 0.471770898204 v2695(-2, 3) neg c Z/2 +5.2235204622487361 Z/50 0.2419933923240053 0.603576557907 v3011( 3, 2) c Z/2 +5.2235315950704715 trivial -0.2337244473036700 0.411477939058 v2609(-3, 2) c Z/2 +5.2237418224078393 Z/135 0.0045971532265587 0.398007591251 v2511(-1, 3) c D2 +5.2237666941986385 Z/111 -0.0140779598501019 0.327137115683 v2369(-1, 4) c Z/2 +5.2239503927205342 Z/2 + Z/18 0.1159251085933894 0.329070307347 v2375(-3, 4) c Z/2 +5.2240049611710293 Z/45 -0.0841911198167307 0.523971279323 v2841(-1, 3) c D2 +5.2240229910055151 Z/10 -0.2108935891662660 0.455683694891 v2683(-5, 1) c D2 +5.2241519014185465 Z/17 -0.1753727568216095 0.389028718956 v2517(-5, 1) c Z/2 +5.2243933869408358 Z/112 0.0874589819761512 0.415739598779 v2603(-4, 1) c Z/2 +5.2244189228180175 Z/5 + Z/10 -0.1883266614635230 0.307794696031 v2293( 6, 1) c D2 +5.2247216170459350 Z/4 + Z/24 -0.1802018640044063 0.302768917628 v2322(-1, 4) c Z/2 +5.2248275125968379 Z/145 0.0908683213710573 0.466184391383 v2698(-3, 2) c Z/2 +5.2252400002847451 Z/65 0.2399520166967722 0.488524358403 v2759( 4, 1) c Z/2 +5.2252951206158132 Z/91 0.1637970936913216 0.448853190126 v2678(-2, 3) c D2 +5.2253657755833250 Z/50 -0.0752483037761759 0.347339301990 s927(-5, 1) c Z/2 +5.2254762064611629 Z/54 0.0973958618841610 0.391774733478 v2515( 3, 2) c Z/2 +5.2256040935468839 Z/111 -0.0673812470277767 0.491713319273 v2891( 1, 3) c D2 +5.2256853631626586 Z/75 0.0485234538850360 0.328936196034 v2371( 1, 4) c Z/2 +5.2257857926422352 Z/80 0.1973057358373806 0.313844695174 v2343( 6, 1) c Z/2 +5.2258573405167013 Z/123 0.0714055654335522 0.490672074559 v2715(-3, 2) c D2 +5.2260946393491466 Z/29 0.1105532940787652 0.544411889533 v2911(-5, 1) c D2 +5.2266944832264602 Z/88 -0.1738703091839989 0.421684400186 v2633(-4, 1) c Z/2 +5.2268663556046658 Z/83 -0.0979767214078687 0.329683352449 v2343( 5, 2) c Z/2 +5.2269939644632517 Z/3 0.0791611153588211 0.428939879986 v2627(-3, 2) c D2 +5.2270682809814248 Z/53 -0.0405248226201578 0.305989025409 v2343( 1, 3) c Z/2 +5.2273666082761061 Z/37 -0.1056253225743714 0.472630645063 v2725( 1, 3) c Z/2 +5.2276975283089552 Z/7 -0.0110172696873645 0.346533124389 v2392(-3, 4) c Z/2 +5.2278289555102710 Z/23 -0.2409212272324182 0.358146361534 v2430(-5, 1) c Z/2 +5.2279336936845400 Z/231 0.1338602592126273 0.404974351501 s935( 4, 3) c Z/2 +5.2283482727671979 Z 0.0672025183967868 0.702247419718 v3209(-1, 2) c D2 +5.2283482727671979 Z/15 + Z -0.0672025183967868 0.425786765367 v2593( 4, 1) c D2 +5.2283482727671979 Z/2 + Z/30 0.0672025183967868 0.702247419718 v3208(-1, 2) c D2 +5.2283482727671979 Z/20 0.2338691850634534 0.702247419718 v3212(-1, 2) c D2 +5.2283482727671979 Z/60 0.2338691850634534 0.351123709859 v2392( 4, 1) c D2 +5.2283517462089842 Z/79 0.2082925435372124 0.308676191843 v2344(-1, 3) c Z/2 +5.2285519103895434 Z/86 -0.1447196184234739 0.321830981655 v2375( 4, 1) c Z/2 +5.2287930497549706 Z/62 -0.1001886239400320 0.320532186558 v2365( 5, 2) c D2 +5.2292958790343559 Z/2 + Z/20 -0.1968219756814782 0.380757487783 v2470( 4, 1) c Z/2 +5.2294864226901755 Z/6 0.0984628738011581 0.337695065012 s923( 5, 2) c Z/2 +5.2295805501575168 Z/21 0.1528148717189367 0.397194093696 v2556( 4, 1) c Z/2 +5.2299003620654043 Z/52 -0.2273203298488491 0.332203703519 v2371( 5, 1) c Z/2 +5.2299339017131271 Z/199 -0.2487381287875661 0.335473348175 v2395(-4, 3) c Z/2 +5.2300127770540747 trivial -0.0040373110800466 0.342279637478 v3169(-3, 2) c Z/2 +5.2301895871436954 Z/90 0.1115257895091830 0.484681223607 v2738(-4, 1) c Z/2 +5.2303654758811067 Z/50 -0.1819494355186433 0.326589211383 v2392( 2, 3) c Z/2 +5.2303738449823808 Z/86 0.1710823604184864 0.481503373863 s952( 3, 2) c Z/2 +5.2304003855383980 Z/87 0.1689476890346201 0.336714391263 v2414(-5, 2) c Z/2 +5.2304256562768764 Z/7 + Z/14 0.0144815882248620 0.504953175876 v2796(-2, 3) c D2 +5.2305886612322285 Z/99 -0.0556023125748484 0.426267903953 v2587(-4, 3) c Z/2 +5.2305956677779408 Z/2 + Z/30 -0.1167330019238432 0.358994841690 v2470( 2, 3) c Z/2 +5.2307790941057109 Z/10 0.0173945604676675 0.896939984401 v3412( 4, 1) c D2 +5.2309334195466682 Z/91 0.0491051359039134 0.403067594472 v2594(-5, 1) c Z/2 +5.2310216137529771 Z/93 0.0189669432664764 0.473502201686 v2765(-1, 3) c D2 +5.2311538659133765 Z/2 + Z/18 -0.0305505888338016 0.724212495613 v3216(-1, 2) c D2 +5.2311822024028108 Z/16 0.0612248772305483 0.522206017986 v2874(-4, 1) c D2 +5.2311822024028108 Z/6 + Z/6 0.0612248772305484 0.452495548631 v2873(-4, 1) c D2 +5.2312187457369104 Z/20 0.1973971295953103 0.498669037570 v2780(-4, 1) c Z/2 +5.2312551051841513 Z/5 + Z/20 0.0178623066416209 0.470121755386 v2739( 3, 1) c D2 +5.2312551051841513 Z/2 + Z/46 0.0654710266917125 0.441789703108 v2665( 4, 1) c Z/2 +5.2312551051841513 Z/13 -0.1011956399749542 0.493379779479 v2757( 3, 2) c D2 +5.2315650695050581 Z/159 -0.2409893584359239 0.314810451985 v2369(-4, 1) c Z/2 +5.2317828787377823 Z/180 -0.0225417094383666 0.390486065715 v2546( 1, 4) c Z/2 +5.2317974209327898 Z/2 + Z/8 -0.0552106919731200 0.341508699059 s924( 1, 3) c Z/2 +5.2318162530829364 Z/98 0.0708285419354854 0.493492649640 v2824(-4, 1) c Z/2 +5.2321515809324623 Z/59 0.1271764653494174 0.324234695425 v2378( 1, 4) c Z/2 +5.2323787084819886 Z/83 0.2339823808980075 0.333910631091 v2369( 4, 3) c Z/2 +5.2324478414549057 Z/94 -0.0339246268359958 0.344297948445 v2430( 4, 1) c Z/2 +5.2332179443603252 Z/27 0.1274530966263268 0.426107701929 v2711( 6, 1) c Z/2 +5.2333979445424208 Z/2 + Z/2 -0.2406952566229048 0.696644076251 v3143(-3, 2) c Z/2 +5.2334492138450321 Z/147 -0.0077517626251011 0.348920877336 s929(-4, 1) c Z/2 +5.2334838919000972 Z/129 -0.1248023098635367 0.390703442808 v2528(-3, 2) c Z/2 +5.2335468348634795 Z/17 -0.0925923300019661 0.389885168832 v2515( 4, 1) c Z/2 +5.2338080964303595 Z/18 -0.0654548520337359 0.522208399463 v2862( 1, 3) c Z/2 +5.2340840358378863 Z/14 0.0683025836469887 0.381417604058 s943( 5, 1) c Z/2 +5.2342735838400165 Z/10 + Z/10 0.2175537969698768 0.587907546208 v2959( 1, 3) neg c D2 +5.2344882460606130 Z/14 -0.1696992028625662 0.316180306575 v2334(-4, 3) c D2 +5.2345878537324583 Z/2 + Z/22 -0.0024466558090092 0.312488204039 v2563(-6, 1) c D2 +5.2352252287685907 Z/63 0.0585923308725538 0.337062346236 v2393(-4, 3) c Z/2 +5.2352444976271406 Z/95 0.2365266870028351 0.403609938803 v2558(-1, 3) c Z/2 +5.2355236959618360 Z/79 0.0290490106226333 0.317546064370 v2371( 4, 3) c Z/2 +5.2355688346218150 Z/16 0.0025550196514880 0.365729261276 s928( 6, 1) c Z/2 +5.2356211337762187 Z/45 0.1122976890841362 0.309262109720 v2359(-1, 4) c Z/2 +5.2356223052109562 Z/123 0.1585782683819598 0.338674533934 v2430( 3, 2) c Z/2 +5.2357130628143857 Z/3 -0.0348159428419268 0.403587317650 s938( 5, 1) c Z/2 +5.2357153843857687 Z/2 + Z/18 -0.1349699863736072 0.632974319201 v3066( 4, 1) c D2 +5.2357153843857687 Z/2 + Z/14 0.1566966802930595 0.632974319201 v3066(-4, 1) c D2 +5.2359871628331720 Z/7 0.2160896071643331 0.340810056186 v2413( 4, 1) c Z/2 +5.2359947610088775 Z/220 -0.1167546706036032 0.333632368678 v2401( 3, 4) c Z/2 +5.2367257557312197 Z/4 + Z/4 -0.1558290834227346 0.526947546259 s961( 1, 3) c D6 +5.2367257557312197 Z/2 + Z/48 0.1558290834227346 0.485383349495 s954(-2, 3) c D2 +5.2367257557312197 Z/2 + Z/48 0.1558290834227346 0.526947546259 s956(-1, 3) c D2 +5.2367829884124532 Z/143 -0.1156364965914218 0.327745915097 v2380( 3, 4) c Z/2 +5.2367829884124532 Z/156 0.1989698299247552 0.327745915097 v2381(-3, 4) c Z/2 +5.2368727568865717 Z/20 -0.0660511155234027 0.416283831833 v2641(-3, 2) c D2 +5.2368727568865717 Z/35 -0.0660511155234027 0.416283831833 v2642(-3, 2) c D2 +5.2369900613107377 Z/80 0.1919925759998542 0.524906314105 v2866( 3, 2) c D2 +5.2373118592272811 Z/2 + Z/66 -0.0365797383831622 0.329372290283 v2417( 4, 3) c Z/2 +5.2376623441349371 Z/34 0.0145456212467165 0.590331647533 v2925( 4, 1) c Z/2 +5.2380621211566838 Z/3 + Z/30 0.0458685216283057 0.331009521064 v2388(-5, 1) c D2 +5.2382692240498302 Z/146 -0.1814292694033220 0.320405604327 v2470(-1, 4) c Z/2 +5.2382822121253124 Z/4 -0.1804123169785799 0.428820784406 v2633( 1, 3) c Z/2 +5.2383668631838114 Z/59 -0.0368906947546205 0.444961002094 v2694(-4, 1) c Z/2 +5.2385360606738933 Z/46 0.1000627036816243 0.307925392266 v2315( 5, 2) c Z/2 +5.2386111689363146 Z/29 -0.0648699524346404 0.365118663078 v2462( 1, 3) c Z/2 +5.2386947957165330 Z/26 -0.1459944754312598 0.662901701646 v3144(-5, 1) neg c D2 +5.2387598050197013 Z/36 0.1711193834321793 0.452072392278 v2692(-4, 1) c Z/2 +5.2387598050197013 Z/5 -0.2455472832344873 0.486968314966 v2739(-4, 1) c D2 +5.2387981445355135 Z/87 0.2245507366453374 0.338518263407 s925(-2, 3) c Z/2 +5.2390207134439510 Z/94 -0.0414053976181255 0.327125221533 v2423(-4, 1) c Z/2 +5.2390440034630477 Z/61 -0.1917441532324756 0.344405619465 s925(-4, 1) c Z/2 +5.2391039231314981 Z/146 -0.1111001580621137 0.440144009745 s947(-1, 3) c Z/2 +5.2395916778086948 Z/87 -0.0830961316299679 0.380000167459 v2486( 2, 3) c Z/2 +5.2397016197403168 Z/121 0.1373430604705600 0.320544302516 v2359( 3, 4) c Z/2 +5.2398326067822282 Z/2 + Z/76 0.1727761434605348 0.406928004806 v2568(-3, 2) c Z/2 +5.2398709619272557 Z/2 + Z/22 -0.0480378914728122 0.607654571164 v3062(-1, 3) c Z/2 +5.2398945319104294 Z/9 0.2114918785011564 0.507807418439 v2772(-3, 2) c Z/2 +5.2399509601994781 Z/100 0.0234989859356951 0.319343614625 v2381( 2, 3) c Z/2 +5.2399509601994781 Z/69 0.0598343473976383 0.319343614625 v2380(-2, 3) c Z/2 +5.2401703024547639 Z/2 + Z/26 0.1351152252495550 0.382682244267 v2825(-4, 1) c Z/2 +5.2401703024547639 Z/18 0.2184485585828883 0.382682244267 v2517( 3, 2) c Z/2 +5.2404096414674679 Z/75 0.1722708062207730 0.584545594829 v3015( 2, 3) c Z/2 +5.2404891990522142 Z/64 0.1927122372548123 0.382798028637 v2709( 2, 3) c Z/2 +5.2404891990522142 Z/13 -0.2239544294118544 0.382798028637 v2517( 1, 3) c Z/2 +5.2404919071483621 Z/89 0.1599568710387979 0.336851862854 v2411(-3, 4) c Z/2 +5.2405283710078204 Z/28 -0.2276640239169040 0.349595805183 v2481(-4, 1) c Z/2 +5.2411583286240242 Z/42 -0.0760277559030067 0.679299273342 v3245( 3, 1) c Z/2 +5.2411957915963705 Z/75 -0.0717267027719327 0.579149440903 v3017( 2, 3) c Z/2 +5.2416860355760633 Z/19 0.0670566684114410 0.343151355428 v2430(-5, 2) neg c Z/2 +5.2419305844172610 Z/13 0.1014919077754629 0.353299629333 v2437(-6, 1) c D2 +5.2424889414183404 Z/53 0.1353178329458273 0.675503037981 v3274( 1, 2) c Z/2 +5.2426178933130098 Z/23 0.0170572367540441 0.419438748243 v2632( 3, 2) c Z/2 +5.2426806874265675 Z/221 -0.0243559412360922 0.329020810561 v2395(-3, 4) c Z/2 +5.2428090704059155 Z/139 -0.0124582378241710 0.382146475136 v2507( 4, 1) c Z/2 +5.2429062262503768 Z/18 0.1453726821534727 0.417404292821 v2585(-5, 1) c Z/2 +5.2429398120689853 Z/7 -0.1074646549437537 0.311687469540 v2334(-5, 2) c D2 +5.2432345786160560 Z/87 0.1314604760636043 0.736012937307 v3198(-3, 2) c D2 +5.2433287908055949 Z/38 -0.1802643920155586 0.396464708560 v2585( 5, 1) c Z/2 +5.2434510493144970 Z/2 + Z/78 0.1698064224978998 0.362559562204 s946(-1, 3) c Z/2 +5.2434640008784461 Z/162 0.2176227362197329 0.416673523973 v2636(-1, 3) c Z/2 +5.2443651069310698 Z/78 0.2228869034263196 0.340721444093 v2438(-4, 3) c Z/2 +5.2448516263265488 Z/4 0.2459055481003489 0.535023589900 v2861(-4, 1) c Z/2 +5.2448516263265488 Z/36 0.2459055481003489 0.535023589900 v2862(-1, 3) c Z/2 +5.2448793688641070 Z/2 + Z/30 -0.0852375692904443 0.324632720619 v2417(-2, 3) c Z/2 +5.2449223029728213 Z/95 -0.1919181020702081 0.366088741610 s932( 4, 1) c D2 +5.2449341031161648 Z/118 -0.0986962989620335 0.337802792226 v2447(-3, 2) c Z/2 +5.2450694264931076 Z/29 0.0097520178627274 0.317555154310 v2369( 3, 4) c Z/2 +5.2450694841208085 Z/161 -0.1370520566377641 0.452521409117 v2679(-1, 3) c D2 +5.2452123599881605 Z/77 0.1325126103985155 0.667915817258 v3142(-3, 2) c Z/2 +5.2456553116798209 Z/9 0.1792613550546909 0.381873152227 v2508( 5, 2) c Z/2 +5.2456835942940736 Z/124 -0.1393267067236226 0.306882338220 v2359( 4, 3) c Z/2 +5.2464169160674626 Z/11 -0.0617669000604823 0.400807390986 v2587(-1, 4) c Z/2 +5.2465503692470745 Z/81 -0.1994148017325691 0.330117500193 v2413( 2, 3) c Z/2 +5.2467323028664197 Z/110 -0.0397498511758310 0.327351275417 v2422( 2, 3) neg c Z/2 +5.2469520435265590 Z/119 -0.0842863982118795 0.432967117806 v2679(-3, 2) c Z/2 +5.2474354437294334 Z/29 0.2146206223513737 0.480155580910 v2757( 4, 1) c Z/2 +5.2475352040997600 Z/80 0.1871363568039797 0.420092681094 v2673(-5, 1) c Z/2 +5.2476684278985162 Z/37 0.0539566594653301 0.449167147837 v2719(-4, 1) c Z/2 +5.2478239210793138 Z/3 + Z/39 -0.0584797336434987 0.404041212310 v2599(-4, 1) c Z/2 +5.2482360783642375 Z/6 -0.0103300561748753 0.341199423911 v2447( 5, 2) c Z/2 +5.2485056090280019 Z/119 0.1056308631411581 0.434011398433 s947( 4, 3) c Z/2 +5.2485526078566459 Z/49 -0.1124703617889237 0.413718020553 v2620(-1, 3) c Z/2 +5.2488337024580641 Z/77 -0.1493972620886399 0.314107573360 v2384( 5, 2) c Z/2 +5.2488396694630251 Z/4 + Z/4 0.2324581302482641 0.354691758099 v2469( 1, 3) c D2 +5.2488396694630251 Z/4 + Z/12 0.2324581302482641 0.354691758099 v2467( 5, 1) c D2 +5.2488396694630251 Z/4 + Z/20 0.2324581302482641 0.354691758099 v2468( 1, 3) c D2 +5.2490103813942985 Z/151 0.1705361327316873 0.331607721131 s922( 3, 2) c Z/2 +5.2490876607794631 Z/2 + Z/20 0.0484786145622452 0.490731802155 v2787( 4, 1) c D2 +5.2490876607794631 Z/2 + Z/28 -0.0484786145622452 0.490731802155 v2789(-4, 1) c D2 +5.2490876607794631 Z/2 + Z/12 -0.1734786145622452 0.490731802155 v2787(-4, 1) c D2 +5.2490876607794631 Z/2 + Z/36 0.1734786145622452 0.490731802155 v2789( 4, 1) c D2 +5.2490876607794631 Z/2 + Z/42 -0.1734786145622452 0.710184418669 v3126( 3, 2) c D2 +5.2492001235080981 Z/68 -0.1723298775479128 0.349364472360 v2486( 5, 1) c Z/2 +5.2493148891953436 Z/101 -0.0509975835309180 0.303814635605 v2501(-5, 1) c Z/2 +5.2493363478780705 Z/8 -0.0133489705349276 0.381015849340 s931( 4, 3) c Z/2 +5.2493796195430288 Z/4 0.1584616711926299 0.322612578680 v3272(-1, 2) c Z/2 +5.2496859331796031 Z/30 0.1860551377490341 0.515221453728 v2872(-1, 3) neg c Z/2 +5.2497689893319830 Z/3 + Z/3 -0.2076285131176892 0.364219524608 v2478( 5, 1) c Z/2 +5.2499077522125347 Z/98 -0.0440142173534657 0.383923960928 v2523(-1, 4) c Z/2 +5.2501413340191121 Z/49 -0.0093285640318231 0.491658401542 v2813(-4, 1) c Z/2 +5.2503595535910151 Z/23 0.1978827273417450 0.334941829222 v2423( 3, 4) c Z/2 +5.2505069306534697 Z/46 -0.1199298291238375 0.326983762465 v2378(-4, 3) c Z/2 +5.2505891629170651 Z/72 0.1036237430582159 0.432661674872 v2679(-4, 1) c Z/2 +5.2506540443784657 trivial -0.0154134245335612 0.500309687812 v2877( 1, 2) c D2 +5.2507460054730941 Z/13 0.0024158648641706 0.606843614435 v3010(-3, 2) c D2 +5.2508348815645342 Z/22 -0.1802258818181933 0.321928030742 s924(-5, 2) c Z/2 +5.2511968527352432 Z/187 -0.1059978058814149 0.340472506251 s929( 5, 2) c Z/2 +5.2512253377993052 Z/200 0.0415808290165803 0.388714177977 v2542( 4, 1) c Z/2 +5.2512597819112093 Z/142 -0.0252872886855453 0.332761190567 v2413(-3, 4) c Z/2 +5.2514979132654258 Z/17 -0.1572380234030900 0.391567014432 v2556( 3, 2) c Z/2 +5.2515320991473468 Z/190 -0.0105978337149279 0.334080175858 v2439( 1, 4) c D2 +5.2518741011715372 Z/55 -0.1549021865097521 0.471375095416 v2725( 3, 2) neg c Z/2 +5.2520308960361140 Z/24 -0.0505964577179137 0.388046059578 v2556(-5, 1) c Z/2 +5.2521267068505068 Z/30 0.2323097112665907 0.339741040653 s927(-5, 2) c Z/2 +5.2521759562941741 Z/102 0.0893151901966340 0.452430249358 v2734( 4, 1) c Z/2 +5.2523233354390462 Z/12 0.0583241092142326 0.347329893485 v2465(-3, 2) c Z/2 +5.2526979510952012 Z/84 0.2465627897844665 0.303182139686 v2358( 3, 2) c Z/2 +5.2528400288658406 Z/15 + Z/15 0.0501577621719075 0.366335402683 v2536( 4, 1) c D2 +5.2529332325408771 Z/2 0.2378550415080685 0.604535760069 v2946( 1, 2) c D2 +5.2535366392832013 Z/19 -0.0980757028954032 0.697595118904 v3260(-1, 2) c Z/2 +5.2535744532593101 Z/115 -0.2407718728905814 0.362026513448 v2511(-5, 1) c D2 +5.2536778278844553 Z/24 -0.1217039037429653 0.347220283569 v2491( 6, 1) c Z/2 +5.2540836632142870 Z/217 -0.1840668594573040 0.300052043969 v2471( 1, 4) c Z/2 +5.2541332253463872 Z/2 + Z/44 0.2122808643164013 0.342051884426 s927( 2, 3) c Z/2 +5.2542313714396257 Z/210 -0.1130394348115319 0.339875486567 v2428( 1, 4) c Z/2 +5.2543913026215872 Z/8 -0.1004094523885880 0.392796034303 v2556( 1, 3) c Z/2 +5.2544167532401311 Z/187 0.0681779124526555 0.358469520105 v2507( 2, 3) c D2 +5.2544477451032352 Z/72 0.1396812049950542 0.403160550458 v2570(-3, 2) c Z/2 +5.2548112588248243 Z/4 0.1919297360439178 0.623746483650 v3219( 4, 1) c Z/2 +5.2548196038188434 Z/159 0.0813527356498052 0.343776252343 v2589(-3, 4) c Z/2 +5.2550955618097663 Z/90 0.0803616582073616 0.389094077239 v2557(-1, 3) c D2 +5.2551369146405086 Z/37 -0.1189561035025035 0.417826015159 v2619( 5, 1) c Z/2 +5.2552615578953379 Z/26 -0.1596914602135702 0.410241727562 v2600( 3, 2) c Z/2 +5.2553376213286598 Z/180 0.0652238518422284 0.402887819097 v2586(-1, 3) c Z/2 +5.2555605596807551 Z/12 -0.2337585167165451 0.443684111986 v2696( 3, 1) c Z/2 +5.2556793274687324 Z/2 + Z/14 -0.1553631751592241 0.321684933737 v2402(-1, 3) c D2 +5.2560753122063315 trivial -0.0717686808537894 0.389662762843 v2543( 1, 3) c Z/2 +5.2560955634666839 Z/2 + Z/2 0.1473849288880787 0.311831212820 v2708(-5, 1) c D2 +5.2562761939598026 Z/2 + Z/32 0.1964867041391046 0.456012077514 s952(-2, 3) c D2 +5.2562761939598026 Z/2 + Z/32 0.1964867041391046 0.556987952941 s956(-3, 2) c D2 +5.2562761939598026 Z/4 + Z/12 -0.1964867041391046 0.556987952941 s961( 3, 2) c D6 +5.2564028723866192 Z/2 + Z/44 -0.0502978473656542 0.307072589710 v2375(-5, 2) c Z/2 +5.2564242696693426 Z/59 0.1428871679497440 0.317776487163 v2401(-4, 1) c Z/2 +5.2565854726318257 Z/2 + Z/40 0.2334809971108700 0.313836068404 v2721( 4, 1) c Z/2 +5.2565869008595097 Z/16 -0.2390023430429700 0.426501334190 v2677( 4, 1) neg c Z/2 +5.2567130233716770 Z/35 0.2227678536850982 0.320958554026 v2395( 4, 1) neg c Z/2 +5.2568845577430319 Z/17 -0.0068691854559724 0.409077433585 v2619(-3, 2) c D2 +5.2570838663787071 Z/64 -0.1578093468654272 0.413277438751 v2736( 3, 1) c Z/2 +5.2575466942801262 Z/35 0.1509751204650368 0.325584037426 s921(-4, 3) c Z/2 +5.2577116533829669 Z/112 0.0660509861021593 0.364702528855 v2528(-4, 1) c Z/2 +5.2581379353441514 Z/87 -0.1724102913857132 0.415720855950 s949( 2, 3) c Z/2 +5.2581832424302839 Z/269 0.0511922672461632 0.333390161864 s925( 3, 4) c Z/2 +5.2583298629329106 Z/2 -0.1533949653439418 0.301823914342 v2365(-5, 2) c D2 +5.2585265857288288 Z/106 -0.1109741765568864 0.309500996177 v2384(-2, 3) c Z/2 +5.2585589541784709 Z/43 -0.2413381504040203 0.342952189250 v2462(-1, 3) c Z/2 +5.2588840847156797 Z/16 -0.1790196095379884 0.439502783736 v2701(-3, 2) c Z/2 +5.2590347895261319 Z/51 0.0607920311291549 0.343961946338 v2486(-2, 3) c Z/2 +5.2590507025841596 Z/2 -0.0212590421816985 0.583429937858 v2947(-1, 2) c Z/2 +5.2592524477440257 Z/15 -0.0224764568029663 0.313626538503 v2388( 4, 3) c D2 +5.2593440384635648 Z/105 -0.0667409104246413 0.371779777345 s934( 2, 3) c Z/2 +5.2594386674365523 Z/73 -0.1034959217476711 0.500382395101 v2855(-4, 1) c Z/2 +5.2595100567320470 Z/143 0.0029298896959052 0.314999480502 v2420( 1, 4) neg c Z/2 +5.2598197739742003 Z/104 -0.0953912765778018 0.356984860224 v2500( 5, 1) c Z/2 +5.2598978618446501 Z/186 0.2011006516255552 0.325427833327 s929( 5, 1) c Z/2 +5.2599771221850976 Z/246 -0.1107416970768955 0.399172384222 s946( 4, 3) c Z/2 +5.2600339151023376 Z/95 -0.0878371136636947 0.486162558075 v2754( 3, 2) c D2 +5.2602701141604067 Z/74 -0.1462758514440151 0.307939780472 v2380( 5, 1) c Z/2 +5.2602701141604067 Z/2 + Z/28 0.2296091847773484 0.307939780472 v2381(-5, 1) c Z/2 +5.2602743627991420 Z/2 + Z/130 0.0159743423611008 0.389512322199 s936(-1, 4) c Z/2 +5.2604787827939888 Z/54 -0.2484802051376687 0.323052446257 v2402( 6, 1) c D2 +5.2605726230382441 Z/83 0.0677770614095928 0.570619553968 v3191( 3, 1) c Z/2 +5.2606365833155510 Z/128 -0.1934013903514614 0.364011697106 v2542(-4, 1) c Z/2 +5.2608434639188439 Z/53 -0.0070499728252239 0.447235114806 v2735( 2, 3) c Z/2 +5.2609115602020162 Z/69 0.1127514651204003 0.530756044917 v2966( 3, 2) c Z/2 +5.2610050075999121 Z/6 0.1657537299883620 0.375825656960 s938( 3, 2) c Z/2 +5.2610148036338927 Z/42 0.0888918330626792 0.533932917228 v2876( 4, 1) c D2 +5.2615107081131773 Z/2 + Z/4 -0.1665846773133435 0.349917838941 v2605(-5, 1) c D2 +5.2615569179119146 Z/35 -0.0480002018068214 0.502465242709 v2889( 5, 1) c D2 +5.2616001236769990 Z/3 -0.2363995548270882 0.331951411162 s928( 1, 3) c Z/2 +5.2616826926011715 Z/5 + Z/50 -0.1343086530865283 0.379050274722 s934(-1, 4) c Z/2 +5.2618084005015259 Z/67 0.1317439042578838 0.420505690175 v2727(-3, 1) c Z/2 +5.2618499614023720 Z/18 -0.1420623559030344 0.521807409563 v2899( 1, 3) c Z/2 +5.2620172669515504 Z/201 0.2276516874898606 0.355789833768 v2501( 2, 3) c Z/2 +5.2624361013119083 Z/2 + Z/10 0.0505133904368614 0.368710176423 v2704(-5, 1) c Z/2 +5.2624361013119083 Z/14 0.1338467237701948 0.368710176423 v2517(-5, 2) c Z/2 +5.2625444435434476 Z/17 0.1039788006699574 0.313583773215 v2378(-3, 4) c Z/2 +5.2626291648140913 Z/64 -0.1017784399781084 0.329847246854 v2429( 1, 4) c Z/2 +5.2626721522066254 Z/150 0.0310277208917661 0.349111794891 v2503(-2, 3) c Z/2 +5.2628892546715061 Z/86 0.0693108022585534 0.411839254990 v2585( 1, 3) c Z/2 +5.2631182697010682 Z/34 0.1736750907724029 0.331856810301 v2446(-4, 1) c Z/2 +5.2632958704339578 trivial -0.0726043629705896 0.831941513829 v3398( 1, 2) c Z/2 +5.2632964396334340 Z/39 0.2160407813847757 0.333440258804 v2504( 6, 1) c Z/2 +5.2637076222755687 Z/92 0.1514086258603192 0.355323377161 v2465( 5, 2) c Z/2 +5.2637936647466910 Z/9 0.0879476560303892 0.344342148267 s928(-1, 3) c Z/2 +5.2639834842577250 Z/22 -0.1810458268412621 0.494040564035 v2851( 5, 1) c Z/2 +5.2639848630958421 Z/135 -0.1465725528932051 0.304243583363 v2368( 3, 4) c Z/2 +5.2642210400569125 Z/94 0.2216478614885697 0.445718488340 s952( 1, 3) c Z/2 +5.2642235419156930 Z/44 0.0082908262134241 0.366427430455 v2586( 5, 1) c Z/2 +5.2642235419156930 Z/7 0.0750425071199093 0.366427430455 v2517(-4, 3) c Z/2 +5.2643538622113641 Z/65 -0.0009239886802261 0.438963377714 v2696(-4, 1) c Z/2 +5.2646200895189011 Z/68 0.0314775553410653 0.376459153767 v2570( 5, 1) c Z/2 +5.2647582340060400 Z/120 0.0130631511136487 0.439249569890 v2698( 4, 1) c Z/2 +5.2651997250333576 Z/36 -0.2004813517834688 0.383283510064 v2546(-3, 2) c Z/2 +5.2653137365150162 Z/8 0.0041834686652837 0.423672080758 v2640(-3, 2) c D2 +5.2653137365150162 Z/23 0.2458165313347163 0.423672080758 v2643( 3, 2) c D2 +5.2654475885425124 Z/100 -0.1480099216876893 0.324660289590 v2589(-4, 3) c Z/2 +5.2657868253206518 Z/212 -0.1750341416062962 0.348201843345 v2493( 4, 3) c Z/2 +5.2658570495636043 Z/71 -0.0405475385928237 0.346963520443 v2465( 5, 1) c Z/2 +5.2659420252577465 Z/23 0.0531050329574755 0.413325974926 v2623( 3, 2) c Z/2 +5.2659575791628505 Z/14 -0.0859961991284896 0.558846448508 v2988(-2, 3) c Z/2 +5.2659648862583069 Z/11 0.2244314866330376 0.409571938458 v2594( 5, 1) c Z/2 +5.2661587738778667 Z/22 0.1465632066828570 0.346284843391 v2446( 4, 3) c Z/2 +5.2664212604099075 Z/92 0.0355899328242345 0.303123779184 v2381(-5, 2) c Z/2 +5.2664212604099075 Z/103 0.0477434005090989 0.303123779184 v2380( 5, 2) c Z/2 +5.2666837146031616 Z/31 0.1334284102580834 0.416801628349 v2656( 3, 2) c Z/2 +5.2667069257277863 Z/90 0.0223007325755795 0.352947414171 v2511( 2, 3) c D2 +5.2667239774151304 Z/39 -0.0231648966695622 0.655339552682 v3200( 4, 1) neg c D2 +5.2668655808878757 Z/59 -0.0075762782833967 0.315421728041 v2393( 5, 1) c Z/2 +5.2669236715969443 Z/2 -0.2326914589769637 0.384090986950 v2543( 2, 3) c Z/2 +5.2670261169514905 Z/155 -0.0079353980055737 0.332373971785 v2430(-1, 4) neg c Z/2 +5.2670290009691298 Z/113 -0.1670824060434786 0.363700960123 s931(-3, 2) c Z/2 +5.2670449387541096 Z/146 0.1680247303489116 0.488545165723 v2802(-2, 3) c Z/2 +5.2671688040248003 Z/87 -0.2156127619827669 0.322321912901 v2438(-5, 2) c Z/2 +5.2672705187168458 Z/72 0.1208696031795773 0.395830878491 v2596( 1, 3) c D2 +5.2672705187168458 Z/2 + Z/6 -0.1208696031795773 0.527631418420 v2874(-3, 2) c D2 +5.2674826555351223 Z/88 0.0308463167087380 0.371437754824 v2534( 4, 1) c Z/2 +5.2675429582700336 Z/117 -0.2067223347849376 0.385629535567 v2558(-3, 2) c Z/2 +5.2676926061166017 Z/5 + Z/15 0.2114553242039029 0.313052588973 v2388( 6, 1) c D2 +5.2677667448078511 Z/63 -0.0553108908301509 0.420128575392 v2678( 4, 1) c D2 +5.2682512952360493 Z/255 -0.0942895269731053 0.313026137085 v2411( 4, 1) c Z/2 +5.2682738678147009 Z/39 -0.0419126720152227 0.405915388331 s949(-2, 3) c Z/2 +5.2685060837887287 Z/61 0.1595720680520196 0.422816849697 v2695(-4, 1) c Z/2 +5.2685999759669195 Z/15 0.2386381423759675 0.698227235347 v3188(-3, 1) c Z/2 +5.2687639008486415 Z/19 -0.2490383387286520 0.331736823969 v2465(-4, 1) c Z/2 +5.2688806460430730 Z/5 + Z/35 -0.1129244199812764 0.404179537816 v2572(-1, 3) c Z/2 + Z/2 + Z/2 +5.2688806460430730 Z/29 0.1370755800187236 0.404179537816 v2638(-1, 3) c D2 +5.2688806460430730 Z/161 -0.1962577533146097 0.404179537816 v2594(-1, 3) c D2 +5.2688855318168302 Z/116 -0.0162190570115257 0.378461445168 v2558(-4, 1) c Z/2 +5.2693605243640968 Z/34 0.1827301859087631 0.463134019983 v2756( 1, 3) c Z/2 +5.2694452635548148 Z/226 0.1343493124630401 0.322132472711 v2422(-3, 4) neg c Z/2 +5.2696658326259513 Z/3 + Z/12 -0.0909159718830975 0.380423902919 v2546(-2, 3) c Z/2 +5.2701013520846275 Z/19 -0.0524207081800612 0.377290190483 v2553(-5, 2) c Z/2 +5.2702148321100889 Z/136 0.1066910283595634 0.390351423061 v2588( 2, 3) c Z/2 +5.2702346738701625 Z/181 -0.1505523581259649 0.302410565660 v2589(-1, 4) c Z/2 +5.2702758381761242 Z/53 -0.0308829983426256 0.486508070805 v2824( 3, 2) c Z/2 +5.2703998922638248 Z/49 0.2128647722083067 0.317102684744 s921(-5, 2) c Z/2 +5.2704500542846626 Z/11 0.2058291189357975 0.325244635575 s928( 5, 2) c Z/2 +5.2705250477034913 Z/5 -0.1980781302607708 0.546207965798 v2889(-5, 1) c D2 +5.2705689709681944 Z/8 0.0411015672550644 0.411094287534 v2604(-5, 1) c D2 +5.2705689709681944 Z/32 -0.1244349005883977 0.411094287534 s944( 5, 1) c D2 +5.2706991647896537 Z/24 -0.0538610638132939 0.709840638214 v3247(-1, 3) c D2 +5.2706991647896537 Z/104 -0.0538610638132939 0.561691130875 v2923(-2, 3) c D2 +5.2706998120990660 Z/2 -0.1011958712498041 0.420941478024 v2771(-5, 1) c Z/2 +5.2709017191198452 Z/2 + Z/54 -0.1510592793602970 0.387191851034 v2568( 1, 4) c Z/2 +5.2709772100198536 Z/69 -0.0336653623989128 0.302855244065 v2371( 5, 2) c Z/2 +5.2709774988293873 Z/134 0.1902110050553165 0.353557898140 v2523(-3, 4) c Z/2 +5.2712091237420033 Z/178 0.1033195487027361 0.313076610928 v2403(-3, 2) c Z/2 +5.2712743510218538 Z/18 0.0249090534950268 0.314607799273 s924(-6, 1) c Z/2 +5.2712892311047409 Z/95 0.1664976312402196 0.325315287204 v2423( 5, 1) c Z/2 +5.2713430367174198 Z/204 0.0638107045565088 0.316616933576 s922( 2, 3) c Z/2 +5.2713780875653541 Z/19 0.0140405141575687 0.392318269604 s944(-5, 2) c D2 +5.2713780875653541 Z/2 + Z/38 -0.0973738474909020 0.392318269604 v2604( 5, 2) c D2 +5.2713780875653541 Z/19 0.1526261525090980 0.705362977871 v3184(-5, 1) c D2 +5.2716865186085642 Z/53 -0.1523361425350496 0.533754627747 v2846( 3, 1) c Z/2 +5.2718569589695688 Z/84 0.0921547526707375 0.459353242576 v2722( 5, 1) c Z/2 +5.2721851737134233 Z/38 0.0074762440324697 0.314787368995 v2402(-2, 3) c D2 +5.2723867848864056 Z/153 0.0767456104856689 0.421229546149 v2736(-4, 1) c Z/2 +5.2725980686675181 Z/20 0.0344238269607047 0.330537202729 v2468(-4, 3) c D2 +5.2725980686675181 Z/116 0.0344238269607047 0.330537202729 v2469(-4, 3) c D2 +5.2727161617064410 Z/165 0.0030169517948453 0.359701647778 v2507(-1, 4) c Z/2 +5.2727317124889170 Z/43 0.0744299424029868 0.389084454767 s944( 3, 2) c D2 +5.2727317124889170 Z/2 + Z/22 -0.1577632757363202 0.389084454767 v2604(-3, 2) c D2 +5.2729781438242489 Z/2 + Z/2 + Z/22 0.2062965060017475 0.319808231039 v2417( 5, 1) c Z/2 +5.2730282034711475 Z/101 -0.1490391809983331 0.333197508886 v2442( 4, 3) c Z/2 +5.2730574426319820 Z/3 -0.1882206617307839 0.381178993156 s938(-6, 1) c Z/2 +5.2733010823540411 Z/209 0.0389429887970963 0.430897985986 s953( 3, 1) c Z/2 +5.2734240333910231 Z/89 0.2080132026959288 0.408472093150 v2668(-5, 1) c Z/2 +5.2734367536414860 Z/42 0.1448500042557083 0.301157301986 v2384( 6, 1) c Z/2 +5.2734930626982638 Z/19 0.1993961623833165 0.944061391044 v3462(-3, 1) c Z/2 +5.2735792844669894 Z/106 -0.0872241694791409 0.318969857170 v2412(-2, 3) c Z/2 +5.2738488501418089 Z/10 0.1706388457743947 0.760310071852 v3252(-1, 2) c Z/2 +5.2738903583390958 Z/39 -0.1570887580163157 0.499309776005 v2872(-2, 3) neg c Z/2 +5.2741006072434886 Z/163 -0.1098844592095432 0.430795614128 v2695( 4, 1) c Z/2 +5.2746287696194618 Z/27 0.1394197857236915 0.542589625687 v2971(-1, 3) c Z/2 +5.2747627680925509 Z/237 -0.1668927591765640 0.317453468664 v2414(-3, 4) c Z/2 +5.2750210925419301 Z/115 -0.0535694282519023 0.359325810951 v2515(-4, 3) c Z/2 +5.2751171107705160 Z/17 -0.1169743423793886 0.519546021755 v2886( 3, 1) c Z/2 +5.2751474229160588 Z/141 -0.0748437095043120 0.458492241776 v2735( 4, 1) c Z/2 +5.2751689970955120 Z/143 -0.0056102090219745 0.430936134257 v2670(-1, 3) c Z/2 +5.2752567638777898 Z/69 0.0938508975573646 0.693163576461 v3245( 1, 2) c Z/2 +5.2753756813963789 Z/12 -0.1580840247914144 0.569841622077 v2941( 3, 2) c Z/2 +5.2758171420403939 Z/5 0.0140866540106912 0.373342154764 v2543(-5, 1) neg c Z/2 +5.2759442925878987 Z/2 + Z/36 -0.1698668508417529 0.334084215609 v2473( 6, 1) c D2 +5.2759849297891342 Z/67 0.1069327096175078 0.598193979405 v3074( 1, 3) c Z/2 +5.2760837711571475 Z/10 -0.1061415287767351 0.317580218830 s923( 6, 1) c Z/2 +5.2760846176364775 Z/2 + Z/34 -0.0150110579912135 0.441717641301 s952( 4, 1) c Z/2 +5.2763040698717414 Z/196 0.1045964569087046 0.317152053344 v2483( 4, 3) c Z/2 +5.2763603300093250 Z/256 0.1405203134876882 0.365665640816 s935( 1, 4) c Z/2 +5.2767553379301220 Z/13 -0.0924363551018816 0.616456636348 v3189( 3, 2) c Z/2 +5.2768220178547013 Z/79 -0.0091096567383944 0.678791140488 v3260( 3, 2) neg c Z/2 +5.2770005272787998 Z/4 + Z/40 -0.2357662087959717 0.329407798368 v2481( 1, 4) c Z/2 +5.2770177569777123 Z/29 -0.1724189249033934 0.467701811465 v2772(-2, 3) c Z/2 +5.2770760534658064 Z/110 -0.0638758184765700 0.528524426854 v2878(-1, 3) neg c Z/2 +5.2771423130726384 Z/39 0.1884647318988299 0.449917274247 v2716( 5, 1) c D2 +5.2771966547904941 Z/8 -0.2130142920261161 0.356072383271 v2530(-5, 2) c Z/2 +5.2773357756066697 Z/4 -0.0956563351641873 0.527936811384 v2875(-1, 3) c Z/2 +5.2773357756066697 Z/44 0.0956563351641873 0.527936811384 v2875( 1, 3) c Z/2 +5.2774770077878979 Z/130 0.2045507903853803 0.443216246508 v2698(-2, 3) c Z/2 +5.2776535071076094 Z/105 0.2415032565090497 0.374461816508 v2557(-2, 3) c D2 +5.2777934237652264 Z/280 -0.0946915066618335 0.375529070282 s935( 3, 4) c Z/2 +5.2781943285386787 Z/32 0.0257700960744712 0.364422417242 v2528( 4, 3) c Z/2 +5.2781966511539881 Z/85 0.1846904211484878 0.409631319673 v2674( 5, 1) c D2 +5.2782861871048522 Z/21 0.2295480156886593 0.397889932023 v2600( 2, 3) c Z/2 +5.2782994477051070 Z/10 0.2104662264413567 0.378516022880 v2580(-6, 1) c D2 +5.2783503544097131 Z/41 -0.0327923323869449 0.422025295231 v2642( 3, 2) c D2 +5.2783503544097131 Z/44 -0.0327923323869449 0.422025295231 v2641( 3, 2) c D2 +5.2784331276009004 Z/2 + Z/24 0.0916297514173375 0.718224903212 v3247(-2, 3) c D2 +5.2784331276009004 Z/2 + Z/56 0.0916297514173375 0.541004434428 v2878(-2, 3) neg c D2 +5.2788876709391029 Z/74 -0.1305744719804913 0.317573366705 v2442( 1, 4) c Z/2 +5.2789663550774387 Z/11 + Z/11 0.2428652359484569 0.308290667079 v2420(-1, 4) neg c Z/2 +5.2791763143588209 Z/15 + Z/15 -0.1852301109242930 0.365823887717 v2536( 1, 4) c Z/2 +5.2793657582596385 Z/97 0.2137717506308700 0.402321581878 v2639( 1, 4) c Z/2 +5.2795139330277754 Z/88 -0.0428176375564322 0.660025093851 v3132( 1, 3) c D2 +5.2795139330277754 Z/3 + Z/24 -0.0428176375564322 0.668830425458 v3247(-3, 2) c D2 +5.2796118604466361 Z/37 -0.1935740419909899 0.460700327097 v2758( 1, 3) c Z/2 +5.2796341317255755 Z/27 -0.0083793551509644 0.363429137272 v2553( 3, 2) neg c Z/2 +5.2797845852469831 Z/57 0.1234170406355767 0.340393166572 v2500(-2, 3) c Z/2 +5.2798581960284881 Z/19 -0.2326690073062074 0.733620393225 v3362( 3, 1) c Z/2 +5.2799218904713305 Z/20 -0.0587273614513926 0.379657413345 v2558( 4, 3) c Z/2 +5.2800254531630473 Z/11 -0.1709106082424163 0.312479649288 v3168( 3, 2) c Z/2 +5.2800660416387771 Z/103 0.0446578678148837 0.365721838469 v2542(-1, 4) neg c Z/2 +5.2801280115487914 Z/21 0.0901442697352019 0.307344774869 v2389(-5, 2) c D2 +5.2802266743928340 Z/91 0.1334272415391493 0.415347519219 v2678( 3, 2) c D2 +5.2802422772084312 Z/22 -0.2270263919621439 0.338607439080 v2462( 2, 3) c Z/2 +5.2804676153795548 Z/63 0.1609434030343871 0.483234961795 v2802( 3, 2) c Z/2 +5.2806898172042342 Z/59 -0.0551093423268416 0.465011759216 v2806(-4, 1) neg c Z/2 +5.2807197458989924 Z/117 -0.1488894799227770 0.312091145240 v2404( 5, 2) c Z/2 +5.2807793297381240 Z/4 -0.1638014709842717 0.358591783357 v2508(-6, 1) c Z/2 +5.2807963146670659 Z/63 0.0396155772866770 0.361792217015 v2754(-5, 1) c Z/2 +5.2809297038082493 Z/79 0.2002207006556925 0.338066126445 v2497(-4, 1) c Z/2 +5.2810902438833134 Z/96 -0.1336003868933332 0.303616449344 v2567(-4, 1) c Z/2 +5.2810926076700682 Z/78 0.2181049822350887 0.638527361275 v3162( 3, 2) c Z/2 +5.2816834133810576 Z/76 0.2225706401934098 0.347110502145 v2534( 3, 2) c Z/2 +5.2819452406501270 Z/107 0.0859890534566003 0.310586343869 s926( 3, 2) c Z/2 +5.2824914620158630 Z/35 0.0132558755944895 0.425011237057 v2674(-5, 1) c D2 +5.2829664923660259 Z/56 0.0707580518894672 0.344805819886 v2534(-4, 3) c Z/2 +5.2831962252873408 Z/157 0.2094812182460792 0.306296902387 v2403(-2, 3) c Z/2 +5.2834537680029142 Z/177 -0.0847896192263720 0.392804839013 v2596(-4, 3) c Z/2 +5.2836489588775763 Z/34 0.2300357334944647 0.361238279190 v2538(-4, 1) c Z/2 +5.2837136080632817 Z/47 -0.1558577615456453 0.674845753738 v3185( 3, 1) c Z/2 +5.2838750572265638 Z/97 -0.0170063875020250 0.432269052106 s951(-3, 2) c Z/2 +5.2849252285541203 Z/115 -0.0250948992546009 0.469380476985 v2775( 3, 2) c Z/2 +5.2853343672284100 Z/110 -0.1433689809655181 0.368727770327 s933( 3, 2) c D2 +5.2855426097795335 Z/48 -0.0619053999752816 0.848366379811 v3493(-2, 1) c D2 +5.2855426097795335 Z/80 0.0619053999752816 0.424183189906 v2703(-1, 3) neg c D2 +5.2855426097795335 Z/2 + Z/10 0.0619053999752816 0.424183189906 v2677(-5, 1) c Z/2 +5.2855426097795335 Z/2 + Z/10 -0.0619053999752816 0.848366379811 v3491(-2, 1) c D2 +5.2855426097795335 Z/112 0.1880946000247184 0.424183189906 v2678( 1, 3) c D2 +5.2856420400889769 Z/194 0.0492192491828782 0.300670350928 v2401( 5, 2) c Z/2 +5.2860693208922043 Z/7 0.0272590770377797 0.302120445828 v2389(-4, 3) c D2 +5.2863702795739468 trivial 0.0570636204027313 0.515863363559 v2946( 5, 1) c Z/2 +5.2869606689291641 Z/95 0.1200954625899088 0.453694599715 v2735(-2, 3) c Z/2 +5.2871706588923210 Z/55 0.1729755248756881 0.365883638333 v2587(-3, 4) c Z/2 +5.2872142153534959 Z/2 + Z/74 0.2400410080121037 0.308604549995 v2417( 3, 4) c Z/2 +5.2872793429081374 Z/111 0.2071456720092174 0.378933236112 v2687( 3, 2) c Z/2 +5.2872878178356321 Z/95 0.2118316843785401 0.656247917349 v3266( 3, 1) c D2 +5.2874431735822680 Z/78 -0.2371590713859773 0.319453396735 v2460(-5, 1) c Z/2 +5.2874827686598238 Z/17 0.2445723964079655 0.784114687503 v3361( 1, 2) c Z/2 +5.2876539585037631 Z/15 -0.0432707847980760 0.559907619096 v3075(-4, 1) c Z/2 +5.2877558280671710 Z/21 0.2054083436719878 0.685206539556 v3245(-4, 1) c Z/2 +5.2878062787797020 Z/158 -0.2178586090315744 0.362547711586 v2568(-2, 3) c Z/2 +5.2878311750580237 Z/14 -0.1762280241548513 0.430978539457 v2722( 1, 3) c Z/2 +5.2879331765180881 Z/129 0.2310328523922679 0.310410269562 v2430(-3, 4) neg c Z/2 +5.2879362705261271 Z/2 + Z/6 -0.0807585463008613 0.355814375073 v2530( 1, 3) c Z/2 +5.2879362705261271 Z/2 + Z/16 -0.0859081203658054 0.386885030186 v2573( 3, 2) c D2 +5.2879362705261271 Z/48 -0.2474252129675279 0.391941539922 v2573(-4, 3) c D2 +5.2880713294234966 Z/6 -0.1175155944925234 0.697590261000 v3195( 4, 1) c Z/2 +5.2882288648351886 Z/114 0.0897222915827638 0.301111248540 v2496(-5, 1) c Z/2 +5.2883247905244235 Z/131 -0.0148245272013547 0.314286829451 s926(-5, 2) c Z/2 +5.2883785814412208 Z/13 -0.1548920167730111 0.365611370068 v2597( 4, 1) c D2 +5.2884010087640188 Z/42 0.0546621342157765 0.346945097175 v2526( 2, 3) c Z/2 +5.2884207601154234 Z/85 -0.1397930913907397 0.302531247381 v2423( 5, 2) c Z/2 +5.2887080709549246 Z/21 -0.1748106519221015 0.454454398560 v2750( 3, 2) c Z/2 +5.2887176653400835 Z/239 -0.2291450920642971 0.430381818686 s953(-4, 1) c Z/2 +5.2889375072186375 Z/2 + Z/8 0.0955119104108121 0.466647672578 v2787(-1, 3) c D2 +5.2889375072186375 Z/2 + Z/100 0.0955119104108121 0.350099355612 v2503( 1, 4) c Z/2 +5.2889375072186375 Z/2 + Z/2 + Z/10 -0.0955119104108121 0.466647672578 v2789( 1, 3) c D2 +5.2889375072186375 Z/2 + Z/16 -0.2205119104108121 0.466647672578 v2787( 1, 3) c D2 +5.2889375072186375 Z/2 + Z/2 + Z/2 0.2205119104108121 0.466647672578 v2789(-1, 3) c D2 +5.2890187424002224 Z/67 0.0445031801958294 0.611193553099 v3120(-2, 3) c Z/2 +5.2893275701454417 Z/67 -0.1472628597335057 0.373975584679 v2801( 4, 1) c Z/2 +5.2894137242385858 Z/12 -0.0139163164065974 0.332174001650 v2467( 4, 3) c D2 +5.2895109584496352 Z/72 0.0493091637306591 0.443771921745 v2719( 1, 3) c D2 +5.2895109584496352 Z/105 0.0493091637306591 0.654801599952 v3198( 3, 1) c Z/2 + Z/2 + Z/2 +5.2895109584496352 Z/2 + Z/6 -0.0493091637306591 0.498624932352 v2874( 3, 2) c D2 +5.2896761668446055 Z/12 -0.2369563224820503 0.309780505444 v2438( 2, 3) c Z/2 +5.2897642458872622 Z/26 0.2338928488769549 0.306744888856 v2437( 7, 1) neg c D2 +5.2899805409211331 Z/9 0.0018068207607125 0.391625889327 v2584(-6, 1) c Z/2 +5.2900048520436382 Z/11 0.1361420997692816 0.559644616809 v2984( 3, 2) c Z/2 +5.2900222878982245 Z/107 0.1152887610105206 0.437495891835 v2703(-3, 2) neg c Z/2 +5.2901693051540266 Z/52 0.0819916454152470 0.366095940412 v2570(-1, 3) c Z/2 +5.2904302289126676 Z/53 0.1435410187619781 0.520262997150 v2939(-3, 2) c Z/2 +5.2906757537464342 Z/5 -0.1206370652650441 0.349260918538 v2543( 5, 2) c Z/2 +5.2907799655668187 Z/71 -0.0916211539559389 0.324269154567 s929(-2, 3) c Z/2 +5.2914305867382269 Z/85 -0.1965386025971151 0.368612077853 v2572( 5, 1) c D2 +5.2915215232554742 Z/3 + Z/36 -0.0997033405610130 0.417075876894 v2692( 4, 1) c Z/2 +5.2917522750593210 Z/118 0.0568452341261476 0.322594533701 v2483(-2, 3) c Z/2 +5.2918896918042657 Z/29 -0.0728425390107732 0.343352557015 v2497(-1, 4) c Z/2 +5.2919156981854228 Z/10 0.1334964553028510 0.303508105186 s923(-2, 3) c Z/2 +5.2920054783114744 Z/55 -0.0194145681247691 0.490730532194 v2857( 4, 1) c Z/2 +5.2922385290173819 Z/61 0.0062005487228395 0.301693280214 v2413(-5, 1) c Z/2 +5.2923326023452425 Z/27 0.1461416494683690 0.494024505561 v2877(-5, 1) c D2 +5.2923563725747525 Z/43 -0.1165163154330924 0.433497990204 v2716( 3, 2) c D2 +5.2924425713507485 Z/21 0.1198545341473556 0.626023080794 v3075( 5, 1) c Z/2 +5.2925122193818128 Z/2 + Z/58 0.1671191889882716 0.304497871962 v2422(-5, 1) c Z/2 +5.2928580840420369 Z/5 + Z/10 -0.0614434025911674 0.612415033378 v3411( 3, 1) c D2 +5.2931635668351695 trivial 0.1599787897088445 0.557000751116 v3007(-3, 1) neg c D2 +5.2931768098191519 Z/52 -0.0042392579249573 0.416789739140 v2696( 1, 3) c Z/2 +5.2935579770499128 Z/234 0.0252442292827474 0.370377173407 s936(-4, 3) c Z/2 +5.2942729586520456 Z/9 -0.2016252033703836 0.531636323495 v2986(-4, 1) c trivial +5.2942842612353785 Z/3 + Z/6 0.2347878987019857 0.656956564689 v3226( 4, 1) c Z/2 +5.2948793564616761 Z/2 + Z/38 -0.0349068749925156 0.398369189752 v2636(-4, 1) c Z/2 +5.2949610564262461 Z/14 0.0066023778263736 0.400480618684 v2671( 4, 1) c Z/2 +5.2951197673088214 Z/98 -0.0232544410707615 0.300349048837 s922( 4, 1) c Z/2 +5.2952288351741565 Z/23 -0.2414443418264607 0.367308805986 v2556(-5, 2) c Z/2 +5.2952946836907200 Z/78 0.0379348013592101 0.340520760463 v2538(-3, 2) c Z/2 +5.2953708344454252 Z/118 0.0355028650444507 0.371348424370 v2721(-5, 1) c Z/2 +5.2953710885034806 Z/68 0.1004191484767698 0.358630317637 v2577( 4, 1) c Z/2 +5.2953814849045603 Z/3 + Z/12 -0.0750369933225329 0.333001772164 v2467( 5, 2) c D2 +5.2956768792859815 Z/66 -0.0714011217123478 0.415502345481 v2704( 3, 2) c Z/2 +5.2957936091257913 Z/41 -0.0782104845237663 0.321823940435 v2446( 3, 4) c Z/2 +5.2962527846614374 Z/43 0.1079573097155331 0.303285714875 v2428( 5, 1) c Z/2 +5.2963980994289562 Z/25 0.2294824716807211 0.466038083183 v2817( 4, 1) c Z/2 +5.2965590649087246 Z/60 0.0644675183321976 0.442123892827 v2748(-4, 1) c Z/2 +5.2965590649087246 Z/143 -0.1855324816678024 0.480495884399 v2797( 1, 3) c D2 +5.2969424080072667 Z/46 -0.2020554088796445 0.380935150485 v2638(-2, 3) c Z/2 +5.2969697431597916 Z/104 0.0250852756796059 0.338142094263 s931(-4, 1) c Z/2 +5.2971679187804404 Z/65 -0.1483470239000058 0.355000912987 s934( 4, 1) c Z/2 +5.2972118879294306 Z/57 -0.0364724307153116 0.437893817798 v2742(-1, 3) c Z/2 +5.2976303802628430 Z/94 0.0172142977249548 0.320287713228 v2479( 5, 1) c Z/2 +5.2977109986776214 Z/83 -0.2419000377051175 0.674672758876 v3202(-3, 2) c Z/2 +5.2983146718089691 Z 0.1005529962582488 0.303556843011 s928( 2, 3) c Z/2 +5.2984002582710164 Z/143 0.1540915915796785 0.305690031073 v2429(-4, 3) c Z/2 +5.2984940484595689 Z/5 + Z/15 -0.1129853868582735 0.651160655727 v3266( 1, 3) c D2 +5.2985209535904490 Z/3 -0.1663113359810450 0.464579153877 v2791( 1, 3) c Z/2 +5.2987155932825680 Z/82 -0.2284480465386090 0.347862990377 v2526(-5, 1) c Z/2 +5.2989215274209375 Z/69 -0.0242332194675096 0.400188294538 v2842( 4, 1) c Z/2 +5.2990167735123355 Z/94 0.2268841582800703 0.322681704904 v2465( 1, 4) c Z/2 +5.2991626241862852 Z/58 -0.1114613973714407 0.421789059226 v2709(-4, 1) c Z/2 +5.2993657401584458 Z/66 0.1385442341920902 0.324361022505 v2460( 5, 2) c Z/2 +5.2995481544850574 Z/163 0.2086465876290244 0.321836278051 v2521(-1, 4) c Z/2 +5.2996417660559767 Z/37 0.1334867372955479 0.524030488456 v3325( 3, 1) c Z/2 +5.2997253710464827 Z/127 0.2134422254074547 0.411747342229 v2689(-1, 3) c Z/2 +5.2999288009292794 Z/55 -0.1028543444132656 0.312590490720 v2455( 5, 1) c Z/2 +5.3000828683529817 Z/5 + Z/10 -0.0020472369044708 0.358499987720 v2557( 5, 1) c D2 +5.3000841188824491 Z/37 0.1119771842411075 0.489520695639 v2889(-1, 2) c D2 +5.3004025253031626 Z/168 -0.0200098772517119 0.302380155999 s926( 2, 3) c Z/2 +5.3005625479565862 Z/121 -0.0754298004030747 0.583371700468 v3056( 2, 3) c Z/2 +5.3005647944685300 Z/22 0.1321985230734209 0.706183651780 v3308( 3, 1) c Z/2 +5.3007299550481210 Z/59 -0.2266932884520946 0.343862601864 v2528( 5, 1) c Z/2 +5.3007342825146866 Z/5 + Z/30 0.1666813821819477 0.343831873675 v2511(-2, 3) c D2 +5.3007697746289044 Z/2 + Z/14 -0.2184319437383915 0.372780955952 v2570( 4, 3) c Z/2 +5.3008173852867301 Z/17 -0.0365938202365105 0.824349216850 v3353(-4, 1) c Z/2 +5.3008410663989506 Z/135 0.0516703730180379 0.337577072138 v2536(-1, 4) c Z/2 +5.3014671116938421 Z/2 + Z/46 -0.1744500055034311 0.350325645987 v2534(-5, 1) c Z/2 +5.3015185109816447 Z/122 -0.2251670586834087 0.378593550209 v2636(-3, 2) c Z/2 +5.3018436185396373 Z/170 0.0480559054404471 0.372908683154 v2572(-2, 3) c D2 +5.3019230182594318 Z/9 0.0968349215308675 0.310391905849 v2474(-3, 4) c Z/2 +5.3022215754918465 Z/81 0.1831712952367814 0.357218929831 v2564( 5, 1) c Z/2 +5.3022382926103774 Z/85 0.0940073200171355 0.306263685946 v2442( 5, 1) c Z/2 +5.3022457738333391 Z/9 -0.1644712377724411 0.477255600157 v3157( 4, 1) c D2 +5.3025682124059603 Z/2 + Z/84 -0.1673061674555228 0.305683989280 v2470(-4, 3) c Z/2 +5.3028643514292886 Z/169 -0.0354673205948412 0.384784861866 v2594(-2, 3) c Z/2 +5.3030088888861888 Z/138 0.0660577563680583 0.319930936052 v2447( 1, 4) c Z/2 +5.3031766537252497 Z/82 -0.1035087308275019 0.507429018530 v2930( 3, 1) c Z/2 +5.3032909328390517 Z/53 -0.1273902884607212 0.371022875782 v2596( 4, 1) c Z/2 +5.3035719616993416 Z/5 + Z/15 -0.1572447164490139 0.435029593998 v2744( 3, 2) c D4 +5.3036529939812282 trivial 0.0635044534934766 0.377354485984 v2596( 3, 2) c Z/2 +5.3038846809625540 Z/14 0.0949961056967364 0.462766374157 v2775(-5, 1) c Z/2 +5.3039370973001729 Z/129 0.0949913652215461 0.389678280493 v2687( 2, 3) c Z/2 +5.3039464186437878 Z/19 0.2324527520727772 0.503061208754 v2997(-2, 3) c Z/2 +5.3040806856533827 Z/56 0.2228302884502486 0.361195624843 v2570( 5, 2) c Z/2 +5.3042211807341384 Z/91 0.1900100323706839 0.351135484808 v2558( 5, 1) c Z/2 +5.3044647292693092 Z/75 -0.0482147397010457 0.417088247478 v2715( 5, 1) c D2 +5.3045714178852634 Z/2 + Z/26 -0.0640227999259973 0.349864891077 v2538( 5, 1) c Z/2 +5.3046586929317538 Z/31 0.1638995383584366 0.413609100913 v2722( 2, 3) c Z/2 +5.3048639619448383 Z/53 0.2008268676295530 0.332718211006 v2515(-5, 1) c Z/2 +5.3048848598896097 Z/3 + Z/63 0.1210333968857325 0.318364402620 v2474( 1, 4) c Z/2 +5.3052634619523739 Z/115 0.2274984344358535 0.303024280709 s929( 3, 4) c Z/2 +5.3052821853152345 Z/122 0.2290647271588783 0.301255896843 v2439(-1, 4) c Z/2 +5.3053793276248168 Z/82 -0.1092761486379686 0.364885249350 v2585(-1, 3) c Z/2 +5.3056741470262547 Z/9 0.0038340399423035 0.676194821146 v3283(-2, 3) c D2 +5.3056741470262547 Z/69 -0.1628326267243632 0.497390210708 v2831( 3, 2) c D2 +5.3056741470262547 Z/2 + Z/106 -0.1628326267243632 0.362866159573 v2603(-1, 4) c Z/2 +5.3056741470262547 Z/180 0.2461659600576965 0.428171519796 v2739( 1, 3) c D2 +5.3057597949625981 Z/17 0.1993480895412981 0.355403677832 v2556(-4, 3) c Z/2 +5.3059238040246514 Z/18 -0.2142702943483435 0.360846056227 v2553( 6, 1) neg c Z/2 +5.3062151429843494 Z/69 -0.1070062791401720 0.408899531371 v2722(-4, 1) c Z/2 +5.3062573854835333 Z/11 0.2112879983236982 0.453846096507 v2750( 2, 3) c Z/2 +5.3063889421438197 Z/92 -0.2378785748936263 0.541218261900 v2939(-2, 3) c Z/2 +5.3068216382971058 Z/109 0.1799269300719651 0.465784782390 v2780( 1, 3) c Z/2 +5.3071605194980192 Z/31 0.0359348432610709 0.650016316872 v3274(-3, 2) c Z/2 +5.3072161250926402 Z/140 -0.0886499391503073 0.317166176212 v2473(-1, 3) c Z/2 + Z/2 + Z/2 +5.3072766204879716 Z/107 -0.2316091562243472 0.404759968190 v2696(-4, 3) c Z/2 +5.3077474714400972 Z/115 -0.2342981659458325 0.407072013155 s953( 1, 3) c Z/2 +5.3078780995450320 Z/50 -0.0783385099670835 0.309458098014 v2462(-2, 3) c Z/2 +5.3091033955561076 Z/45 -0.1133642063816728 0.305376356150 v2457( 2, 3) c Z/2 +5.3092881358781910 Z/4 + Z/32 0.0032828339071733 0.320653597450 v2481(-1, 4) c Z/2 +5.3097291546011916 Z/205 0.0425783964888985 0.450323111382 s953(-4, 3) c Z/2 +5.3100205237697096 Z/3 + Z/6 -0.1347760014984856 0.473511133356 v2876(-4, 1) c D2 +5.3100882767127772 Z/131 0.0771695189645907 0.317090017923 v2471( 3, 4) c Z/2 +5.3101637745518895 Z/12 -0.2491951089736006 0.313200004605 s928(-2, 3) c Z/2 +5.3103294819871444 Z/15 0.0261434480847727 0.569294125566 v3068( 4, 1) c Z/2 +5.3104358352996377 Z/43 0.1651907102134423 0.319160651401 v2465(-2, 3) c Z/2 +5.3107517979309284 Z/165 0.0881276842311380 0.443809243990 v2797( 3, 1) c D2 +5.3107517979309284 Z/116 0.1618723157688620 0.359117934356 v2600(-1, 4) c Z/2 +5.3108308155442685 Z/46 -0.1455532853359451 0.384775709493 v3147( 1, 3) c Z/2 +5.3108976955673832 Z/35 0.0985599586918446 0.500926085026 v2886( 1, 3) c D2 +5.3109183696587401 Z/29 -0.1543846909430545 0.434144527195 v2770(-4, 1) c Z/2 +5.3109991708280903 Z/5 + Z/25 0.1300653759328340 0.349890246204 v2557(-5, 2) c D2 +5.3110972579241308 Z/12 -0.0497717405719686 0.396844243544 v2677( 3, 2) c Z/2 +5.3111208388797214 Z/6 -0.1144961717818687 0.537975889759 v3008(-5, 1) neg c D2 +5.3112390444996377 Z/34 -0.0034311363729671 0.370684619303 v2626(-1, 4) c Z/2 +5.3118094313535572 Z/107 -0.1976392988485690 0.500571552249 v2855( 3, 2) c Z/2 +5.3123192581608239 Z/32 -0.1047921747734841 0.509296131800 v2944(-1, 3) c D2 +5.3123388637586310 Z/111 0.1195393020717409 0.499846834366 v2855( 4, 1) c Z/2 +5.3123661890700423 Z/13 0.1962929263550181 0.398458400167 v2671( 3, 2) c Z/2 +5.3126027998885367 Z/6 0.1093086635785439 0.344875101616 s938(-5, 2) c Z/2 +5.3126108413695394 Z/2 + Z/42 0.1972608664624975 0.415304795189 v2756(-4, 1) c Z/2 +5.3126973196455330 Z/6 -0.1096642698870705 0.364115927487 s943(-5, 1) c Z/2 +5.3131267710143045 Z/2 + Z/26 0.0910190298991802 0.369404050231 v2633(-1, 4) c Z/2 +5.3133239874049145 Z/18 -0.1824102424586761 0.714113901524 v3288(-3, 1) c Z/2 +5.3133668085423402 Z/61 -0.1002063614389034 0.300221849333 v2446(-1, 4) c Z/2 +5.3134889205209969 Z/34 0.0559363291174122 0.374522753902 v2643( 4, 1) c D2 +5.3134889205209969 Z/2 + Z/2 0.1940636708825878 0.374522753902 v2640(-4, 1) c D2 +5.3139774946213439 Z/35 0.0073148411627702 0.455329487406 v2796( 3, 2) c D2 +5.3142603660224838 Z/7 0.1544531131982809 0.720079495238 v3320( 1, 2) c Z/2 +5.3145124858964740 Z/253 -0.0294302936092771 0.304606409797 v2439( 4, 3) c Z/2 +5.3147556877604624 Z/2 0.0457735241647979 0.468644921080 v2802( 2, 3) c Z/2 +5.3147867209824106 Z/188 -0.2124400294343577 0.308831123457 s929( 5, 3) c Z/2 +5.3148375990559726 Z/9 -0.2475309731889026 0.401819661551 v2671( 1, 3) c Z/2 +5.3149740603974012 Z/6 0.0084677395291300 0.386953894311 v2626(-4, 3) c Z/2 +5.3150077310487153 Z/41 0.2004316657659797 0.419961588527 v2740(-3, 2) c Z/2 +5.3150439622627652 trivial -0.0885366037878445 0.520066770370 v2946(-5, 1) c Z/2 +5.3151565442458816 Z/45 -0.2106984879599076 0.496044760079 v2862(-3, 2) c Z/2 +5.3153173062420830 Z/44 -0.0470859781499383 0.469692042805 v2875(-3, 2) c Z/2 +5.3153173062420830 Z/76 0.0470859781499383 0.469692042805 v2875( 3, 2) c Z/2 +5.3166134136730344 Z/62 -0.2024504972312478 0.533363204390 v2971( 3, 2) neg c Z/2 +5.3168332195179615 Z/225 0.0487448866092244 0.420792241346 v2720( 1, 3) neg c Z/2 +5.3169478142805460 Z/51 -0.2007910769077128 0.466093932095 v2866(-4, 1) c Z/2 +5.3169572133635641 Z/110 -0.1734868107054168 0.303876561530 v2447( 3, 4) c Z/2 +5.3172212136196796 Z/6 -0.2020054670928391 0.579481046713 v3075( 1, 2) c D2 +5.3172414160243840 Z/146 -0.1365409640306223 0.362107486632 v2568(-4, 1) c Z/2 +5.3174507732450726 Z/37 -0.2110092426431620 0.312934806853 v2457( 5, 1) c Z/2 +5.3176004791639705 Z/99 0.1074948389963139 0.307836065142 v2478(-5, 1) c Z/2 +5.3179164971042164 Z/117 -0.0019083966397504 0.407728156427 v2696(-3, 4) c Z/2 +5.3181229915895690 Z/45 0.1959811601435961 0.660680472641 v3238(-1, 3) c Z/2 +5.3181849127170847 Z/146 -0.0165638552920926 0.342606738900 v2528(-2, 3) c Z/2 +5.3183083427367131 Z/54 0.0224736720921103 0.313815913124 v2462(-6, 1) c Z/2 +5.3184400459995263 Z/14 -0.1683743388811515 0.650745763377 v3310(-5, 1) neg c D2 +5.3185177330940705 Z/32 0.2244570596466860 0.603802825990 v3045( 3, 2) c Z/2 +5.3185837807159191 Z/12 0.1750860742394687 0.452960240916 v2791( 2, 3) c Z/2 +5.3185867562566858 Z/18 -0.1150388778646329 0.398645443780 v3046( 4, 1) c Z/2 +5.3189661054467865 Z/185 -0.1927933690852808 0.329698651323 v2542( 1, 4) neg c Z/2 +5.3191013909791848 Z/68 0.0260395921063488 0.499541118504 v2871(-1, 3) c Z/2 +5.3191822153662040 Z/41 0.1693434736892544 0.361011213464 v2632(-6, 1) c Z/2 +5.3192711507634551 Z/2 + Z/4 0.0331366575421558 0.367694634080 s942(-6, 1) c Z/2 +5.3192711507634551 Z/2 + Z/44 -0.0918633424578442 0.367694634080 v2585( 2, 3) c Z/2 +5.3195973831351377 Z/60 -0.1750137846775761 0.403201624587 v2717(-4, 1) c Z/2 +5.3197941055717776 Z/87 -0.1736914539773698 0.418538368032 v2719(-4, 3) c Z/2 +5.3198231979589425 Z/23 -0.0341949143915456 0.338538510004 v2528( 5, 2) c Z/2 +5.3199226185031271 Z/10 0.0995078066937399 0.406386005623 v2738( 1, 3) c Z/2 +5.3199677629915322 Z/52 0.2006583022700082 0.348651727322 v2604( 6, 1) c D2 +5.3199677629915322 trivial 0.2160083643966584 0.348651727322 s944(-6, 1) c D2 +5.3201380651677273 Z/95 -0.2339204228369255 0.398963415278 v2696(-1, 4) c Z/2 +5.3201427674163397 Z/31 -0.0638612243168691 0.492620236924 v2911(-1, 2) c D2 +5.3204706838522702 Z/25 -0.0888905115018253 0.577371734343 v3074(-1, 3) c Z/2 +5.3207229332407077 Z/61 -0.2112693327521854 0.448953286850 v2840( 3, 1) c Z/2 +5.3209489490271125 Z/217 0.0101873738250831 0.498691341856 v2857(-1, 3) c D2 +5.3209489490271125 Z/80 0.0731459595082502 0.331191214200 s932( 1, 4) c D2 +5.3209489490271125 Z/176 -0.0731459595082502 0.331191214200 s933(-3, 4) c D2 +5.3214555875270219 Z/126 -0.1695256095119567 0.312216714899 v2479(-5, 1) c Z/2 +5.3215120403360158 Z/8 + Z/8 0.2405498730930723 0.339407453246 v2573(-1, 4) c D2 +5.3217070842934349 Z/67 -0.1178252514928877 0.347443125777 v2558( 5, 2) c Z/2 +5.3220916794727630 Z/39 -0.0730218159608226 0.335236091534 s931( 5, 2) c Z/2 +5.3222366161876292 Z/67 0.2340842619783296 0.328236877315 s931( 5, 1) c Z/2 +5.3222965796595063 Z/67 0.1830914396948279 0.497078482288 v2871(-2, 3) c Z/2 +5.3223738915758008 Z/6 -0.2034587451837274 0.310311527507 v2552(-7, 1) neg c Z/2 +5.3226257534395987 Z/182 0.0562880592572276 0.301441929544 v2470(-3, 4) c Z/2 +5.3227469267028050 Z/57 0.1644628044142679 0.393209445985 v2691(-4, 1) c Z/2 +5.3227588910878202 Z/2 + Z/2 0.1389013910841484 0.357010697432 v2563( 6, 1) c D2 +5.3228392948303928 Z/2 + Z/142 -0.2485220006323119 0.349671353497 s936(-3, 4) c Z/2 +5.3228990977038413 Z/91 -0.0100316657505758 0.323201913075 v2515( 2, 3) c Z/2 +5.3230403223637924 Z/111 -0.1961184580835553 0.400152777591 v2703(-4, 1) c Z/2 +5.3230475136568041 Z/92 0.1134895729156665 0.477350748023 v2866(-3, 2) c Z/2 +5.3231613118173995 Z/11 -0.1205763905205634 0.301584273486 v2462( 5, 2) c Z/2 +5.3232848123976689 Z/3 0.2106086549152011 0.350991351786 s939( 6, 1) c Z/2 +5.3233791416531904 Z/3 + Z/9 -0.1392205930615925 0.512299450359 v2910( 3, 2) c D2 +5.3233979791104873 Z/25 -0.2358611088058883 0.367111940593 v2642( 6, 1) c D2 +5.3233979791104873 Z/40 -0.2358611088058883 0.367111940593 v2641( 6, 1) c D2 +5.3235008585131940 Z/48 -0.1951495510856948 0.364753844914 v2573( 2, 3) c D2 +5.3236370315793135 Z/5 -0.0766186261657221 0.723423353500 v3310( 4, 1) c D2 +5.3236908455268480 Z/3 + Z/9 -0.2215316463738713 0.378092047714 v2687(-4, 1) c Z/2 +5.3237847595064037 Z/9 0.1454315269419862 0.417346290240 v2740(-1, 3) c Z/2 +5.3238220111268536 Z/26 -0.1480476247580098 0.356206399068 v2580( 6, 1) c D2 +5.3238286522511323 Z/10 -0.1995230664438493 0.347877769890 v2547( 6, 1) c D2 +5.3241367368152024 Z/4 -0.0998701050972401 0.365604020261 v2727( 4, 1) c Z/2 +5.3241483994401918 Z/170 0.2042366451680651 0.341250791571 v2538( 1, 4) c D2 +5.3242983771436299 Z/250 -0.1023080756982299 0.357130315016 s946( 1, 4) c Z/2 +5.3245865105816947 Z/113 -0.1531601332933738 0.306613081317 v2483( 5, 1) c Z/2 +5.3249387859099061 Z/153 0.2286157267040194 0.520617766862 v2988( 3, 1) c Z/2 +5.3249621603894420 Z/122 -0.0594443252040295 0.334902257139 s931(-2, 3) c Z/2 +5.3250730624674364 Z/21 -0.2144911717137925 0.423727246406 v2711(-3, 2) c D2 +5.3251569385919239 Z/40 -0.1878006484552515 0.317910770825 s932(-1, 4) c D2 +5.3251569385919239 Z/88 0.1878006484552515 0.317910770825 s933(-1, 4) c D2 +5.3253815741878649 Z/20 -0.0787808426166788 0.368330028814 v2616( 5, 1) c Z/2 +5.3253815741878649 Z/17 0.1621141759500122 0.581964603020 v3477(-1, 2) c Z/2 +5.3256082946194100 Z/42 -0.1983883239945387 0.488588340217 v2925(-4, 1) c Z/2 +5.3256436747613559 Z/63 0.0146865115594556 0.491827260093 v2840( 1, 3) c Z/2 +5.3258350967771332 Z/57 -0.2152220845840915 0.462454673672 v2864( 1, 3) c Z/2 +5.3259370083665859 Z/45 -0.1371304994017006 0.482730860992 v2909(-4, 1) c Z/2 +5.3260348000888910 Z/12 0.0559491704004194 0.339712505392 v2534(-1, 4) c Z/2 +5.3264124711971408 Z/68 -0.2156471037185524 0.367471074847 v2656(-6, 1) c Z/2 +5.3265472724208977 Z/60 -0.2427629221549486 0.343788514114 v2557( 1, 3) c D2 +5.3269500990427392 Z/70 -0.1064631010685600 0.458883828326 v2796( 2, 3) c D2 +5.3269626906003655 Z/40 -0.0820812165281417 0.422360099412 v2728( 3, 2) c Z/2 +5.3269642016853968 Z/6 -0.1829503415189163 0.530314227893 v2960(-4, 1) c D2 +5.3270136808617272 Z/20 0.2051155963402018 0.568569044529 v3068( 3, 2) c Z/2 +5.3270337826517442 Z/70 0.0089638700280950 0.517696599164 v2959( 4, 1) c Z/2 +5.3271131795942089 Z/41 0.1327763688697859 0.315659718393 v2501( 5, 1) c Z/2 +5.3274722458795273 Z/136 0.1659993413042297 0.349374039557 v2596(-5, 1) c Z/2 +5.3275684479150266 Z/70 0.0439462437504420 0.416306101189 v2770( 5, 1) c Z/2 +5.3277034022736006 Z/37 0.1752023731796674 0.635531539629 v3158(-3, 2) c D2 +5.3282151862875885 Z/2 -0.0041937184455853 0.537940182564 v2947( 1, 2) c Z/2 +5.3282915574088615 Z/165 0.1642616291324178 0.325998943069 s933( 4, 1) c D2 +5.3283177316777561 Z/2 + Z/68 -0.1980497484971047 0.314427778138 v2495(-3, 2) neg c Z/2 +5.3284416529373872 Z/286 0.1617784247561781 0.361188756684 s946( 3, 4) c Z/2 +5.3284484109974889 Z/6 0.1755403621456048 0.332360714142 v2543( 6, 1) c Z/2 +5.3285299734100042 Z/78 0.1208296222676327 0.394008570982 v2709( 4, 1) c Z/2 +5.3288009349459913 Z/49 0.0192064658615139 0.315609736265 v2507(-4, 3) c Z/2 +5.3288199372280458 Z/39 -0.0746367658825497 0.547303872738 v3105(-4, 1) c Z/2 +5.3289823110026373 Z/66 -0.0991618035708889 0.444429553057 v2791(-4, 1) c Z/2 +5.3292008257381531 Z/13 -0.1964574945114157 0.390333257573 v2671(-5, 1) c Z/2 +5.3292384050479796 Z/58 0.1993545928342364 0.553737117955 v2996(-3, 2) c Z/2 +5.3293207460553779 Z/2 + Z/2 0.1574020752467137 0.326167007336 v2530( 5, 1) c Z/2 +5.3293366038974378 Z/63 0.1774627192389621 0.546030631562 v2971( 2, 3) neg c Z/2 +5.3293774995083659 Z/150 0.0776813210798757 0.307975727261 v2503( 4, 3) c Z/2 +5.3293950658172887 Z/5 + Z/10 -0.1773235442713971 0.469738836301 v2957( 4, 1) c Z/2 +5.3295013089888469 Z/2 0.2215182150901904 0.513462708083 v2946(-1, 2) c Z/2 +5.3295212024204737 Z/7 0.1202362800645131 0.525037192248 v3007( 1, 3) c D2 +5.3297244463389138 Z/73 0.1962321410739612 0.483198660179 v2925( 3, 2) c Z/2 +5.3298279528381250 Z/59 -0.1830790552406891 0.302044668578 v2462(-5, 2) c Z/2 +5.3300515431031963 Z/2 + Z/44 0.1887836127484889 0.347348002189 s936( 3, 2) c Z/2 +5.3300767039683619 Z/10 -0.1162496377882266 0.644818735002 v3257(-4, 1) c Z/2 +5.3301093493233563 Z/38 0.1342181407157353 0.351242286303 v2615( 3, 2) c D2 +5.3302451405051741 Z/4 -0.0227739653531233 0.646864904080 v3144( 5, 1) c D2 +5.3302451405051741 Z/44 0.0227739653531233 0.477109449218 v2840(-4, 1) c D2 +5.3305116465113202 Z/3 0.0440222522185108 0.618485100162 v3110(-2, 3) c D2 +5.3305116465113202 Z/24 -0.0440222522185108 0.618485100162 v3106( 2, 3) c D2 +5.3306690412260738 Z/3 + Z/15 0.2484810129497880 0.416058458842 v2729(-3, 2) c Z/2 +5.3307118531123217 Z/213 0.0404403515284621 0.461039289988 v2816( 1, 3) c Z/2 +5.3308048171203175 Z/44 0.2022702829563272 0.382924141391 v2701( 5, 1) c Z/2 +5.3308216208443857 Z/93 0.0028232071621736 0.319531665019 s931( 1, 4) c Z/2 +5.3309776787599742 Z/6 -0.0818797772909772 0.535538290359 v3007( 4, 1) c D2 +5.3310033701329322 Z/50 -0.1805637773646711 0.317281052859 v2503( 5, 1) c Z/2 +5.3311959208243366 Z/24 0.0862364401853266 0.456306878289 v2846(-4, 1) neg c Z/2 +5.3314166877197643 Z/93 0.1849755427435620 0.378312900783 v2638(-5, 2) c Z/2 +5.3314196057427453 Z/86 0.0075414300482971 0.317498828246 v2515(-5, 2) c Z/2 +5.3315607009625404 Z/7 0.1439210046684511 0.344082579447 v2894(-5, 1) c D2 +5.3316860388679902 Z/60 0.1572230466967468 0.403947414435 v2725( 4, 1) neg c Z/2 +5.3318919137943677 Z/94 0.1288256063526164 0.320698470965 v2538( 5, 2) c Z/2 +5.3320576930403875 Z/3 + Z/84 -0.0337579039640968 0.336104507428 v2546( 4, 3) c Z/2 +5.3321492159901860 Z/152 -0.0819840235540131 0.514217109609 v3027(-1, 3) c Z/2 +5.3321811623531889 Z/5 0.1550254496256830 0.330211623431 v2553(-7, 1) c Z/2 +5.3323146485945790 Z/252 0.2413831300325043 0.339187441980 v2546( 3, 4) c Z/2 +5.3332287928240224 Z/42 -0.1462045107024216 0.644942851396 v3283(-1, 3) c Z/2 +5.3334895668981196 Z/14 + Z 0.0000000000000000 0.743011062438 v3390( 3, 1) c D2 +5.3334895668981196 Z/4 + Z -0.0416666666666667 0.632974319201 v3209( 4, 1) c D2 +5.3334895668981196 Z/17 + Z -0.0416666666666667 0.502148865998 v2913(-3, 2) c D2 +5.3334895668981196 Z/4 + Z/8 -0.0416666666666667 0.632974319201 v3210(-3, 1) c D2 +5.3334895668981196 Z/2 + Z/34 -0.0416666666666667 0.395305985823 v2721(-2, 3) c D2 +5.3334895668981196 Z/4 + Z/24 -0.0416666666666667 0.632974319201 v3207(-3, 1) c D2 +5.3334895668981196 Z/2 + Z/2 + Z/12 -0.0416666666666667 0.632974319201 v3208( 4, 1) c D2 +5.3334895668981196 Z/33 0.1250000000000000 0.693147180560 v3214(-3, 2) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/48 0.1250000000000000 0.632974319201 v3109( 4, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/48 -0.1250000000000000 0.632974319201 v3147(-3, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/48 -0.1250000000000000 0.790611971646 v3377(-3, 1) neg c D2 +5.3334895668981196 Z/176 0.1250000000000000 0.395305985823 v2668(-2, 3) c D2 +5.3334895668981196 Z/6 + Z/6 0.1250000000000000 0.632974319201 v3106(-3, 1) c D2 +5.3334895668981196 Z/2 + Z/22 0.1250000000000000 0.632974319201 v3107(-4, 1) c D2 +5.3334895668981196 Z/2 + Z/22 -0.1250000000000000 0.790611971646 v3378(-3, 1) c D2 +5.3334895668981196 Z/3 + Z/48 -0.1250000000000000 0.632974319201 v3110( 3, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/2 + Z/12 0.1666666666666667 0.878592386469 v3452( 3, 1) c D2 +5.3334895668981196 Z/2 + Z/20 0.1666666666666667 0.878592386469 v3453(-3, 1) c D2 +5.3334895668981196 Z/2 + Z/2 + Z/10 0.1666666666666667 0.632974319201 v3217( 3, 1) c D2 +5.3334895668981196 Z 0.2083333333333333 0.985461394522 v3505(-3, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/5 + Z -0.2083333333333333 0.632974319201 v3261( 4, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/15 + Z 0.2083333333333333 0.632974319201 v3262( 3, 1) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/2 + Z/30 -0.2083333333333333 0.743011062438 v3331(-2, 3) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/2 + Z/80 0.2083333333333333 0.395305985823 v2683(-2, 3) c Z/2 + Z/2 + Z/2 +5.3334895668981196 Z/2 + Z/2 + Z/4 0.2083333333333333 0.346573590280 v2576(-5, 1) c D2 +5.3334895668981196 Z/4 + Z/4 + Z/4 0.2083333333333333 0.346573590280 v2575(-1, 3) c D4 +5.3334895668981196 Z/2 + Z/2 + Z/20 0.2083333333333333 0.346573590280 v2574(-1, 3) c Z/2 + Z/2 + Z/2 +5.3336476728682253 Z/14 0.1232037346316477 0.317449473987 v2523( 3, 2) c Z/2 +5.3337972050636036 Z/164 -0.0623635458979245 0.333860029218 v2541( 1, 4) c Z/2 +5.3338636533997447 Z/74 0.1749958831314742 0.572148631454 v3086( 3, 1) neg c Z/2 +5.3346522753237191 Z/5 + Z/55 -0.2449851131192268 0.384663335138 s950(-1, 4) c Z/2 +5.3346972700254198 Z/5 + Z/45 -0.1756446402897448 0.369684719598 v2660(-4, 1) c Z/2 +5.3352764589557109 Z/16 -0.1520398688317924 0.349609528571 v2623( 6, 1) c Z/2 +5.3354676437660911 Z/151 -0.1573243926727782 0.465864345050 v2824(-1, 3) c Z/2 +5.3355657340868675 Z/70 -0.1498672509431439 0.627665094508 v3178(-3, 2) neg c Z/2 +5.3360028095421394 Z/145 -0.0189601968906322 0.343484114195 v2594( 1, 3) c Z/2 +5.3361419913987829 Z/102 -0.0548644356663932 0.502632725366 v2910(-4, 1) c D2 +5.3361633051031824 Z/43 -0.1418621608598823 0.668264291816 v3434( 3, 1) c Z/2 +5.3364862511381247 Z/76 0.1719328187781087 0.399068128866 s951(-4, 1) c Z/2 +5.3365380004821241 Z/72 0.2175546059310679 0.648756022238 v3238(-3, 2) c Z/2 +5.3367314517327788 Z/84 0.1325390593621682 0.315588629689 v2534(-5, 2) c Z/2 +5.3367718428979009 Z/5 0.1295413600780295 0.313824153981 v2511( 5, 2) c D2 +5.3368445060128083 Z/95 -0.0611080299268852 0.330975777777 v2572(-5, 2) c D2 +5.3368545010595683 Z/35 -0.1938805203829849 0.420177832497 v2728( 2, 3) c Z/2 +5.3368715698924420 Z/21 0.1149978930227693 0.356171613680 v2620( 1, 4) c Z/2 +5.3370053504928170 Z/46 -0.0632518047272265 0.522864154996 v2964( 2, 3) c Z/2 +5.3371636579315385 Z/189 -0.0107571164517699 0.399889474843 v2728(-4, 1) c D2 +5.3372415560509693 Z/76 -0.0643938326597819 0.342235613314 v2564( 4, 3) c Z/2 +5.3372621653451439 Z/147 0.1612890605698901 0.305609099511 v2500( 4, 3) c Z/2 +5.3373215228963238 Z/95 -0.1210470897001334 0.363377915198 v2620( 3, 4) c Z/2 +5.3373310261317286 Z/167 -0.0261441697628659 0.349721241104 v2596(-5, 2) c Z/2 +5.3374736268239063 Z/19 -0.1157591749121756 0.391742451850 v2668( 5, 1) c Z/2 +5.3378776643294027 Z/101 0.0538625772731246 0.449362816801 v3249(-4, 1) c Z/2 +5.3379753625601205 Z/32 0.1560924216134001 0.448384064067 v2851(-5, 1) c Z/2 +5.3384251037190272 Z/133 0.0982420446264817 0.302622244589 v2500( 5, 2) c Z/2 +5.3386847889270424 Z/154 -0.0919290379782299 0.303321861966 v2495(-2, 3) neg c Z/2 +5.3391373108517055 Z/154 -0.2293687006781344 0.350731514199 v2592( 1, 4) c D2 +5.3392463201869194 Z/21 -0.2489753349238231 0.484318697200 s958( 1, 3) c Z/2 +5.3401200740798732 Z/164 -0.2137964126752491 0.300131680754 v2493(-2, 3) c Z/2 +5.3402124120782132 Z/145 0.1392054391797178 0.360001442686 v2616(-2, 3) c Z/2 +5.3402243852796820 Z/11 + Z/22 -0.2406346233589802 0.316388291928 s933(-5, 2) c D2 +5.3403958886335405 Z/37 -0.2307096581535572 0.565714979371 v3047( 4, 1) c Z/2 +5.3403962813319221 Z/37 0.1175313772382341 0.335435385662 v2609( 6, 1) c Z/2 +5.3408363390952814 trivial -0.0458590044179560 0.308361936213 v2486(-5, 2) c Z/2 +5.3412121487348195 Z/4 0.0179068923994274 0.411205745709 v2742(-3, 2) c Z/2 +5.3412527539744627 Z/17 -0.1247058535745848 0.344633122738 v2564( 5, 2) c Z/2 +5.3412896439997077 Z/114 0.0502192603011506 0.379924826392 v2670(-3, 2) c Z/2 +5.3415989786820297 Z/69 -0.0686577287319925 0.352456097960 v2627( 6, 1) c D2 +5.3424153901082895 Z/55 0.2489313150870589 0.328876385851 s933( 2, 3) c D2 +5.3432232952854626 Z/2 + Z/12 0.1812890331016899 0.301097216514 v2473(-6, 1) c D2 +5.3432947666177959 Z/63 -0.0139521374027734 0.300500455212 v2478( 5, 2) c Z/2 +5.3441709674833006 Z/33 -0.0327404694152654 0.369049027393 v2632(-5, 2) c Z/2 +5.3442166284273855 Z/5 -0.1846037739415691 0.365441736212 v2638( 1, 3) c Z/2 +5.3446143008163232 Z/2 + Z/30 0.0624011069384870 0.528979652755 v3011( 4, 1) c Z/2 +5.3448848153664728 Z/51 0.1865979389990928 0.448678523116 v2804( 3, 2) c Z/2 +5.3448927564898483 Z/9 -0.0296345940007749 0.300678526189 v2508( 7, 1) c Z/2 +5.3449844561923815 Z/41 0.1402409004791601 0.489445409446 v2909(-1, 3) c Z/2 +5.3450244561260555 Z/172 0.2446613043160599 0.301652661414 v2481( 4, 3) c Z/2 +5.3450911575180431 Z/49 0.1427468059887862 0.502445637843 v2889( 3, 2) c D2 +5.3451818927402713 Z/2 + Z/18 0.2004894836778268 0.482379153844 v2899( 2, 3) c Z/2 +5.3452214099012335 Z/155 0.1942865452745275 0.392191060300 v2735(-4, 1) c Z/2 +5.3452657394838610 Z/51 0.1079218491689414 0.326980767863 v2577(-1, 4) c Z/2 +5.3452709411591822 Z/79 0.1165510916475279 0.477099704534 v2925(-3, 2) c Z/2 +5.3454318545615289 Z/34 0.1742305740752607 0.460513787149 v2855(-1, 3) c Z/2 +5.3455052219533309 Z/8 -0.0360697924351971 0.515904380753 v3007( 2, 3) c D2 +5.3455052219533309 Z/24 0.0360697924351971 0.515904380753 v3008( 5, 1) c D2 +5.3456236601050876 Z/84 -0.1172857226099799 0.587776804530 v3126(-3, 1) c D2 +5.3456744192221455 Z/51 -0.0042563689276245 0.506086968360 v2966( 2, 3) c Z/2 +5.3458742924457193 Z/86 -0.0282177812237160 0.332410931135 s935(-3, 2) c Z/2 +5.3459575109485862 Z/39 -0.1786188391073689 0.344413476328 v2609( 5, 2) c Z/2 +5.3461966678237131 Z/20 0.1965770299903029 0.311604383699 v2532( 2, 3) c Z/2 +5.3462034591634345 Z/4 + Z/32 0.1126003538088522 0.507258829861 v2944(-4, 1) c D2 +5.3462509471712283 Z/33 -0.0954046658647625 0.493442474031 v2910( 1, 3) c D2 +5.3462528143015742 Z/83 -0.1016638247996651 0.403067406521 v2750(-4, 1) c Z/2 +5.3462724623608779 Z/87 0.0828947536201476 0.378798048829 v2656(-5, 2) c Z/2 +5.3463168272735838 Z/136 -0.0705244417919356 0.310494709260 v2515(-1, 4) c Z/2 +5.3463168272735838 Z/143 -0.1794755582080644 0.439397861883 v2797(-4, 1) c D2 +5.3465480793696558 Z/45 -0.0794976856603072 0.582745070429 v3086(-4, 1) c Z/2 +5.3465948736363314 Z/30 0.2265199926098033 0.373490810465 v2661(-3, 2) c Z/2 +5.3467108012764825 Z/12 0.2254551429067664 0.313263304442 v2530(-4, 3) c Z/2 +5.3467925656834422 Z/39 0.0718779210550767 0.355917336552 v2619( 5, 2) c Z/2 +5.3467931453073661 Z/45 -0.1405171297871607 0.403703898218 v2729(-2, 3) c Z/2 +5.3470771619726475 Z/46 0.2196306265765748 0.305546589218 v2500(-5, 1) c Z/2 +5.3473413192791467 Z/30 0.1428807683028763 0.341558035904 v2572(-6, 1) c D2 +5.3475346835402598 Z/3 0.1923298560338705 0.437451328521 v2836(-1, 3) c Z/2 +5.3476318235944348 Z/185 0.0643727099619359 0.339760419373 v2572( 1, 3) c D2 +5.3478159167300526 Z/62 0.1329358662402774 0.317724448746 v2764( 5, 1) c Z/2 +5.3481689864024576 Z/5 -0.1017646306994420 0.497313647515 v2964(-1, 3) c Z/2 +5.3482884173313329 Z/160 -0.2195865435250315 0.375650504032 v2698(-4, 1) c Z/2 +5.3482997790947982 trivial -0.2476569480348963 0.319745324000 v2543(-1, 3) c Z/2 +5.3488920987588646 Z/8 0.0074754360134105 0.679300333670 v3490( 3, 1) c D2 +5.3488920987588646 Z/24 0.0074754360134105 0.763072059355 v3492( 3, 1) c D2 +5.3488920987588646 Z/2 + Z/2 0.0074754360134105 0.381536029678 v2677( 1, 3) c D2 +5.3488920987588646 Z/7 + Z 0.2425245639865895 0.381536029678 v2678(-5, 1) c D2 +5.3490159603323832 Z/19 -0.0422063283848216 0.498085661831 v2877(-3, 2) c D2 +5.3498765342951234 Z/162 0.0813537722995970 0.332651084153 s936( 2, 3) c Z/2 +5.3502348695610693 Z/86 -0.2294632845822580 0.496255775683 v2909( 3, 2) c Z/2 +5.3503595184229216 Z/18 0.1717615185966609 0.479206104432 v2899(-1, 3) c Z/2 +5.3505955070754111 Z/2 + Z/26 -0.0703481627727991 0.317149984981 v2523( 4, 1) c Z/2 +5.3506464856564024 Z/174 -0.0339713521462054 0.317884226833 v2538( 3, 4) c Z/2 +5.3508003108312161 Z/40 0.1611275055291209 0.586316883619 v3128( 3, 1) c D2 +5.3511998324646908 Z/42 0.1039377270977278 0.335472739525 v2592(-3, 2) c Z/2 +5.3513943294260064 Z/3 + Z/39 0.0260557370931540 0.368893890760 v2687(-1, 4) c Z/2 +5.3515708212764444 Z/3 + Z/30 0.0620887750218324 0.592037999612 v3102(-2, 3) c D2 +5.3516630928990374 Z/151 0.1342152884794492 0.338843800565 v2727( 1, 4) c Z/2 +5.3521465877509562 Z/3 -0.1570320386626948 0.389984088916 v2673( 6, 1) c Z/2 +5.3528961001714769 Z/14 -0.2025874701496452 0.535705582013 v2996( 3, 2) c Z/2 +5.3529041116665488 Z/285 -0.1188030305753076 0.313562090504 s934(-4, 3) c Z/2 +5.3529911828297815 Z/2 -0.0449144641850769 0.546298663881 v3080( 3, 2) c D2 +5.3532304134396839 Z/5 + Z/25 -0.1146646118877470 0.370396555218 v2661( 4, 3) c D2 +5.3533263579743350 Z/9 -0.2238527205824297 0.460894729588 v2862( 2, 3) c Z/2 +5.3539467177634842 Z/2 + Z/18 0.1683433121620516 0.314002163472 v2547(-7, 1) c D2 +5.3539794928100842 Z/3 0.0662066441200695 0.332150085901 s939(-6, 1) c Z/2 +5.3542660059977318 Z/75 0.1373390869274733 0.481809243213 v2930(-4, 1) c Z/2 +5.3544533465935586 Z/95 -0.0386028959533272 0.428329185124 v2813( 1, 3) c Z/2 +5.3545735527213150 Z/4 0.1793175376778115 0.494109147581 v2986( 3, 2) c trivial +5.3555335308002504 Z/3 + Z/6 0.1889861146863182 0.409753363434 v2785( 6, 1) c D2 +5.3556443948767017 Z/19 -0.0705330938243041 0.309350071075 v2552( 6, 1) c Z/2 +5.3558334765707867 Z/41 -0.2460302275753643 0.417531265668 v2758( 3, 2) c Z/2 +5.3561473879720418 Z/17 0.1808554722082977 0.317649007677 v2858( 5, 1) c D2 +5.3561749476564294 Z/14 0.0545930165987419 0.648118695783 v3504(-3, 1) c Z/2 +5.3565005418226192 Z/69 0.1928507505930512 0.374625376956 v2715( 1, 3) c D2 +5.3565631590878949 Z/73 0.1483914241486820 0.332999590326 v2600( 4, 1) c Z/2 +5.3565781067869064 Z/114 0.1796643815816341 0.402067301058 v2983(-1, 3) c D2 +5.3566346287100108 Z/11 0.0382526968722863 0.359890765381 v2639(-3, 2) c Z/2 +5.3568846002115609 Z/75 0.1343686892080252 0.349590220828 v2627( 5, 2) c D2 +5.3569013465412061 Z/2 + Z/36 0.1387390102032502 0.469316274030 v2875(-4, 1) c Z/2 +5.3569013465412061 Z/2 + Z/44 -0.1387390102032502 0.469316274030 v2875( 4, 1) c Z/2 +5.3570329039788240 Z/4 -0.0085604496209996 0.312296148825 v2530(-6, 1) c Z/2 +5.3570421468203732 Z/2 + Z/2 + Z/12 -0.0294547996716306 0.318866901763 v2574(-5, 1) c D2 +5.3570421468203732 Z/2 + Z/4 + Z/12 -0.0294547996716306 0.318866901763 v2575(-5, 1) c D2 +5.3571563884559129 Z/6 + Z/6 0.0287515948133356 0.407690965734 v2808( 5, 1) c D2 +5.3572938237273149 Z/2 + Z/2 -0.2034479145406022 0.341553533268 v2592(-4, 1) c Z/2 +5.3576218371825088 Z/21 0.1506750893587800 0.376530932466 v2689( 5, 1) c Z/2 +5.3577498994327422 Z/45 0.1276612954060870 0.339384931220 s944(-2, 3) c D2 +5.3577498994327422 Z/92 -0.2109946287394203 0.339384931220 v2604( 2, 3) c D2 +5.3579382863137502 Z/8 + Z/8 -0.0211030357341010 0.330819124963 v2573(-3, 4) c D2 +5.3583037431913975 Z/68 -0.0286124570877856 0.307919114899 v2912( 4, 1) c Z/2 +5.3583037431913975 Z/17 0.1119457904211190 0.307919114899 v2517( 2, 3) c Z/2 +5.3583345540072474 Z/52 -0.1118888925673160 0.378954232918 v2694( 3, 2) c Z/2 +5.3583523960063254 Z/208 -0.2489573383988661 0.398276076200 v2759(-1, 3) c Z/2 +5.3584121633124053 Z/69 0.1470191412553920 0.321098771947 v2584( 6, 1) c Z/2 +5.3584816473404615 Z/114 0.0144213879143308 0.302956894950 v2526(-4, 3) c Z/2 +5.3584822398962154 Z/130 0.0255826166675415 0.302425113787 v2523(-5, 2) c Z/2 +5.3585941559495025 Z/187 0.0079241133872096 0.400681379050 v2765( 4, 1) c D2 +5.3586984361060264 Z/10 0.1550710116224365 0.414153677397 v2888( 4, 1) c Z/2 +5.3588788979007809 Z/37 -0.0378471007392794 0.467303888607 v2841(-3, 2) c Z/2 +5.3589112150838792 Z/25 0.0355157493769384 0.443307820158 v2817(-5, 1) c Z/2 +5.3589516115106252 Z/8 0.0527313054126644 0.777697062658 v3462(-1, 2) c D2 +5.3589516115106252 Z/24 -0.0527313054126644 0.546275720250 v3047( 3, 2) c D2 +5.3589516115106252 Z/2 + Z/6 0.1139353612540023 0.366767305754 v2640(-2, 3) c D2 +5.3589516115106252 Z/12 0.1360646387459977 0.366767305754 v2642(-7, 1) c D2 +5.3589516115106252 Z/12 0.1360646387459977 0.366767305754 v2643( 2, 3) c D2 +5.3589516115106252 Z/2 + Z/6 0.1360646387459977 0.366767305754 v2641(-7, 1) c D2 +5.3589516115106252 trivial -0.2193979720793311 0.667852032356 v3184( 5, 1) c D2 +5.3589516115106252 trivial -0.2193979720793311 0.670967092474 v3200(-4, 1) c D2 +5.3589603530651715 Z/103 0.2004945510387696 0.330848040573 v2586( 5, 2) c Z/2 +5.3589753034302690 Z/255 -0.2335002744433275 0.358871914123 s950(-4, 3) c Z/2 +5.3591496297927726 Z/42 -0.1442775850488295 0.650951467357 v3276( 2, 3) c Z/2 +5.3592493670022635 Z/111 0.0676304352309274 0.391071602530 v2747(-4, 1) c Z/2 +5.3593671422024644 Z/48 0.0092795038521660 0.460896447152 v2920( 3, 2) c D2 +5.3593671422024644 Z/26 -0.0740538294811673 0.460896447152 v2919( 3, 2) c D2 +5.3594681345752921 Z/77 0.2414582048956743 0.359004700709 v2670(-4, 1) c Z/2 +5.3597349808413558 Z/28 -0.2055202283026694 0.311392787485 v2534(-3, 4) c Z/2 +5.3600425955634122 trivial 0.0070802121781605 0.325255251520 v2580(-5, 2) c D2 +5.3601081355646642 Z/115 -0.1658424938483869 0.322029213682 v2557(-6, 1) c D2 +5.3603298985132365 Z/39 -0.2338971690788311 0.345777256736 v2655(-5, 1) c Z/2 +5.3611533927536811 Z/255 -0.0784778498622068 0.343472269868 v2593(-1, 4) c Z/2 +5.3612036443403245 Z/108 -0.0075046164403875 0.314278172511 v2546(-4, 1) c Z/2 +5.3612204022957080 Z/2 + Z/4 -0.1715619359134027 0.610791002524 v3187( 4, 1) c Z/2 +5.3615875853600538 Z/15 -0.2485111657343726 0.513584508515 v3191( 1, 3) c Z/2 +5.3618092348032500 Z/27 0.1315671121642106 0.360780687716 v2655( 5, 2) c Z/2 +5.3619654622567150 Z/71 0.1163911532664201 0.339223631873 s947( 1, 4) c Z/2 +5.3620417167852343 Z/240 -0.1761386703081883 0.329884549803 v2603( 4, 1) c Z/2 +5.3620738101153851 Z/5 -0.0776709887073385 0.413330381281 v2806( 1, 3) c Z/2 +5.3624400926388416 Z/43 -0.1853729056941849 0.358133724231 v2632( 6, 1) c Z/2 +5.3624775175573893 Z/50 0.2333222509730857 0.396018032005 v2725( 2, 3) c Z/2 +5.3624783652240007 Z/58 -0.2132173876409745 0.610576927446 v3455( 1, 2) c Z/2 +5.3626783446744936 Z/3 0.2192125688768515 0.355478534069 v2623(-7, 1) c Z/2 +5.3627247248596270 Z/5 + Z/10 -0.0760006430601587 0.304564279946 v2511( 6, 1) c D2 +5.3627293061813445 Z/48 0.2361792186302480 0.499211041293 v2941(-3, 2) c Z/2 +5.3629533456291641 Z/83 -0.2195725876350122 0.396853041105 v2722( 5, 2) c Z/2 +5.3632626179416029 Z/36 0.1135365795127793 0.644205684165 v3288( 3, 1) c Z/2 +5.3636932217959817 Z/2 + Z/4 + Z/4 0.1859581404486655 0.468994541945 s961( 2, 3) c D6 +5.3636932217959817 Z/2 + Z/4 + Z/12 0.1859581404486655 0.468994541945 s956( 2, 3) c D6 +5.3636932217959817 Z/2 + Z/4 + Z/12 -0.1859581404486655 0.468994541945 s956(-2, 3) c D2 +5.3637084075980138 Z/16 0.2216827227056090 0.322076602711 v2573( 4, 1) c D2 +5.3641963374687689 Z/3 + Z/3 0.0550868615505849 0.338237202064 s938(-1, 3) c Z/2 +5.3642474980099039 Z/110 0.2195984993695097 0.308177121593 v2523(-5, 1) c Z/2 +5.3642833930315965 Z/74 -0.0581154515530215 0.338542712418 v2615( 4, 1) c Z/2 +5.3643078662179605 Z/183 0.2282918771931982 0.329356243516 v2586(-2, 3) c Z/2 +5.3643665442115787 Z/26 0.1464913403564695 0.353028812828 v2639(-2, 3) c Z/2 +5.3643784511438268 Z/75 0.2206810398236648 0.450625773507 v2910(-1, 3) c D2 +5.3645762889191619 Z/84 -0.1616073001439868 0.323883599479 v2597(-1, 4) c D2 +5.3647334846525407 Z/29 0.0946967041398760 0.540128694841 v3001(-3, 1) c Z/2 +5.3648594448123041 Z/35 -0.1216744504325917 0.337812725715 s947( 3, 4) c Z/2 +5.3650126320988321 Z/2 -0.1934667227910785 0.319828041512 v2948(-5, 1) c D2 +5.3650483383193319 Z/212 0.0467573037542269 0.315749141051 v2559( 3, 4) c Z/2 +5.3651877558773982 Z/103 -0.1810817600421390 0.384780894641 v2719(-1, 4) c Z/2 +5.3652048811975529 Z/53 0.2029557275673120 0.385929597368 v2722(-3, 2) c Z/2 +5.3655571816166459 Z/53 -0.2390059508332464 0.419014990215 v2804(-4, 1) c Z/2 +5.3656882134757001 Z/47 0.2074633607805119 0.391769071280 v2742(-4, 1) c Z/2 +5.3666056298283725 Z/83 0.0871716819417367 0.490220518311 v2909( 4, 1) c Z/2 +5.3666738998635870 Z/184 0.2325881767961936 0.335248403184 v2761(-1, 3) c Z/2 +5.3668039018000266 Z/6 0.0868859905374163 0.567818913429 v3076( 1, 3) c Z/2 +5.3668048000272601 Z/123 -0.0660706161305908 0.426227085645 v2819( 4, 1) c Z/2 +5.3669063578232403 Z/47 -0.2043944192803212 0.348235923307 v3325( 1, 3) c Z/2 +5.3674282219609402 Z/51 0.0104772179136686 0.433816987644 v2851( 3, 2) c Z/2 +5.3679905357324589 Z/53 -0.2007640616129292 0.326117333868 v2584(-5, 2) c Z/2 +5.3680715464318343 Z/118 -0.0995027884474437 0.320083839049 v2558(-2, 3) c Z/2 +5.3687462835181544 Z/2 + Z/114 -0.1686303450002269 0.353795828793 v2665(-4, 1) c Z/2 +5.3688263294798674 Z/2 + Z/4 0.1181969645778629 0.630008006736 v3221( 1, 2) c Z/2 +5.3688263294798674 Z/2 + Z/36 -0.1181969645778629 0.630008006736 v3228(-1, 2) c Z/2 +5.3690438769639896 Z/157 0.0751499008128946 0.482376654337 v3012(-3, 1) c Z/2 +5.3691654724419894 Z/48 -0.0348129409015623 0.324980515064 s944(-1, 3) c D2 +5.3691654724419894 Z/88 -0.0485203924317710 0.324980515064 v2604( 1, 3) c D2 +5.3692186141265033 Z/11 0.0541745555586865 0.706743391973 v3398(-3, 1) c trivial +5.3692284401115769 Z/42 0.0638375543924052 0.350710259215 v2626( 2, 3) c Z/2 +5.3692782959481585 Z/38 0.1714565535050361 0.336625957085 v2626( 3, 2) c Z/2 +5.3694227447605831 Z/131 -0.0209524633129831 0.353538788938 v2639( 3, 4) c Z/2 +5.3698009712027876 Z/23 -0.0293735220313410 0.347168142490 v2609(-6, 1) c Z/2 +5.3700236261711176 Z/165 0.1768720712459446 0.337510720580 v2600(-4, 3) c Z/2 +5.3701231039455497 Z/5 -0.0674932962227111 0.447124768421 v2861( 5, 1) c Z/2 +5.3702000831155102 Z/38 -0.0960171347648154 0.618290024471 v3335(-4, 1) c Z/2 +5.3703169480060618 Z/20 -0.0201501794537759 0.601296961541 v3188( 4, 1) c Z/2 +5.3703169480060618 Z/52 -0.0201501794537759 0.601296961541 v3189(-3, 1) c Z/2 +5.3703501879826747 Z/108 0.2157787675578250 0.307439895354 v2546(-1, 4) c Z/2 +5.3705262174702547 Z/50 -0.2197842276968363 0.499231722205 v3325( 3, 2) c Z/2 +5.3705262174702547 Z/46 0.2385491056364970 0.499231722205 v2914(-3, 1) c Z/2 +5.3707347779323893 Z/2 0.0271023979057221 0.323220957868 v2615( 2, 3) c Z/2 +5.3711960647974722 Z/61 0.0184982506228485 0.657980003349 v3240( 3, 1) c Z/2 +5.3712945358491993 Z/3 + Z/3 -0.0261222984717293 0.332063136528 s939( 1, 3) c Z/2 +5.3714439930316808 Z/10 -0.1650035291834835 0.313983652231 v2568( 4, 3) c Z/2 +5.3717253307403250 Z/16 -0.1479555837089255 0.336787691872 v2603(-4, 3) c Z/2 +5.3717716942537437 Z/119 0.0401547273976755 0.399530185204 v2741(-2, 3) c Z/2 +5.3718987001195339 Z/203 -0.0304279236695663 0.393821776080 v2759( 4, 3) c D2 +5.3721262525013884 Z/2 + Z/4 -0.0694226023767708 0.522581769550 v3062( 3, 1) c Z/2 +5.3722945643026600 Z/2 + Z/50 -0.0068199090706689 0.304137191764 v2526(-1, 4) c Z/2 +5.3723162853501852 Z/3 + Z/15 -0.1868028522985778 0.458653652024 s958(-4, 1) c Z/2 +5.3724169538487872 Z/50 0.2241186543859717 0.568802857664 v3143(-1, 3) c Z/2 +5.3724557933115821 Z/26 0.0881128673085942 0.641949280260 v3199(-5, 1) c D2 +5.3724557933115821 Z/2 + Z/4 -0.2035537993580724 0.320974640130 s943(-2, 3) c D2 +5.3725659777509977 Z/13 0.2358380328808877 0.316681508535 v2556( 2, 3) c Z/2 +5.3727628820020719 Z/77 -0.1312364059162107 0.319651100620 v2577( 1, 4) c D2 +5.3728452808306932 Z/5 + Z/45 -0.0705421331919059 0.385764705989 v2729( 1, 4) c Z/2 +5.3730143037418099 Z/2 + Z/40 0.0536589927478044 0.315830599894 v2585(-2, 3) c Z/2 +5.3730143037418099 Z/2 + Z/8 0.1786589927478044 0.315830599894 s942( 6, 1) c Z/2 +5.3734083295576335 Z/118 0.0932056888555118 0.379607593268 s951(-2, 3) c Z/2 +5.3734795124545977 Z/3 + Z/3 0.2174767995671450 0.330267642872 s938(-2, 3) c Z/2 +5.3734948950637263 Z/146 0.2158160850187931 0.366805263774 v2694(-1, 4) c Z/2 +5.3735970618984071 Z/120 0.1961574635797066 0.316368328512 v2593(-4, 1) c Z/2 +5.3736341373037344 Z/190 0.1272011388227925 0.301110738508 s934( 1, 4) c Z/2 +5.3736520225204527 Z/21 -0.1590199334178793 0.505217324074 v2996( 1, 3) c Z/2 +5.3737575621021009 Z/205 0.0160310036088642 0.394745762700 v2739(-1, 4) c D2 +5.3737575621021008 Z/264 -0.0673023297244692 0.326440802617 v2599( 1, 4) c Z/2 +5.3738823229526669 Z/5 + Z/15 -0.2035448590790641 0.432816369155 v2817(-1, 3) c Z/2 +5.3738901935126392 Z/166 0.0249589074125811 0.363443026529 v2679(-2, 3) c Z/2 +5.3739208276274533 Z/128 0.2045689403298069 0.343582247157 v2639( 4, 3) c Z/2 +5.3740361520310395 Z/46 -0.1940023713524564 0.316052748733 v2631(-5, 1) c Z/2 +5.3740943964266385 Z/46 0.1073197762342365 0.525568022228 v3062(-2, 3) c Z/2 +5.3743711221810400 Z/167 -0.1003634826024336 0.360067917870 v2691( 4, 1) c Z/2 +5.3745758584250288 Z/10 0.1740707762105564 0.384458488762 v2794(-5, 1) c D2 +5.3747163805600966 Z/105 0.0242718749278855 0.379224985353 v2739(-4, 3) c D2 +5.3747163805600966 Z/172 0.0590614584054479 0.371295112236 v2717( 4, 1) c Z/2 +5.3749785643281628 Z/3 0.0275796698480558 0.872567201059 v3514(-3, 1) c Z/2 +5.3749993156339336 Z/33 0.1054872928767020 0.584570862493 v3200(-1, 2) c D2 +5.3751612155610481 Z/25 0.1297403182949336 0.421855023621 v2836( 4, 1) c Z/2 +5.3756008715813322 Z/22 0.1696945912818335 0.345108827133 v2636( 5, 1) c Z/2 +5.3758806308689854 Z/2 0.0225345759177911 0.339332474698 v2655( 2, 3) c Z/2 +5.3760897670551151 Z/31 -0.1154572830085286 0.472126757424 v2891( 3, 2) c Z/2 +5.3764753187541302 Z/310 0.1040662276451769 0.301739038865 s934(-3, 4) c Z/2 +5.3764999952625603 Z/18 -0.2384348441714479 0.315005276886 s943( 5, 2) c Z/2 +5.3767937578564552 Z/3 -0.1301517743610300 0.557059843130 v3395( 4, 1) c Z/2 +5.3768784142908074 Z/20 -0.1286878078634678 0.359416347715 v2677(-5, 2) c Z/2 +5.3769461535719579 Z/159 0.0783189750438376 0.308783444377 s935(-2, 3) c Z/2 +5.3772592231154531 Z/15 0.0377673512651632 0.364105275270 v2785(-5, 1) c D2 +5.3773298733241082 Z/132 0.1030890682383644 0.532575514961 v3056(-3, 1) c Z/2 +5.3774224702304381 Z/105 -0.0328598821644428 0.318547121141 v2579(-1, 4) c Z/2 +5.3778304402926534 Z/42 0.0942958781944461 0.350683776746 v2643(-4, 3) c D2 +5.3778304402926534 Z/2 + Z/6 0.1557041218055539 0.350683776746 v2640( 4, 3) c D2 +5.3778779675381497 Z/107 0.2161804328108287 0.392575751208 v2754( 5, 1) c Z/2 +5.3780452400946269 Z/22 0.2341685998585282 0.327354442216 v2626(-3, 4) c Z/2 +5.3782326010185409 Z/25 -0.0529313346793204 0.442944650071 v2911( 1, 2) c D2 +5.3782850590301425 trivial -0.1010527516666901 0.420546223942 v2869(-4, 1) c Z/2 +5.3783424693098812 Z/253 -0.1346091560016757 0.302804486869 s933(-5, 3) c D2 +5.3783609909404939 Z/80 -0.1010746628873125 0.343461744032 v2661( 1, 4) c Z/2 +5.3784048714722675 Z/27 -0.1938405025880952 0.363558531893 v2679( 5, 1) c Z/2 +5.3784685074237815 Z/23 -0.1994576985209846 0.663818402049 v3340( 3, 1) c Z/2 +5.3785345298336582 Z/15 0.0111135021683301 0.326596194360 v2623(-5, 2) c Z/2 +5.3788935615156062 Z/86 0.0048796023442069 0.324445646027 v2592( 5, 1) c Z/2 +5.3791810796752049 Z/83 0.1662164449136767 0.384214516678 v2734(-3, 2) c Z/2 +5.3792035890518866 Z/91 0.1077377216003274 0.323049789454 v2720(-5, 1) c Z/2 +5.3792349199821755 Z/2 + Z/52 0.0601899442723246 0.379463985420 s952( 2, 3) c Z/2 +5.3792982320387300 Z/15 0.2003640703958629 0.429928640087 v3008(-1, 2) c D2 +5.3794891408102547 Z/4 -0.2367464354742107 0.355378089635 v2701(-1, 3) c Z/2 +5.3796182643414428 Z/190 0.2118801527780529 0.309074336562 v2559( 5, 2) c Z/2 +5.3797225248008706 Z/2 + Z/6 -0.0072687899298007 0.333575805288 v2634(-6, 1) c D2 +5.3797870058643146 Z/131 -0.1325897496201995 0.342952695524 v2867( 4, 1) c Z/2 +5.3799210622545159 Z/65 -0.0833047610127969 0.466326510928 v2908(-4, 1) c D2 +5.3800734818366916 Z/2 + Z/30 -0.1296592500105290 0.394860196100 v2738(-1, 4) c Z/2 +5.3800793624764994 Z/3 0.1564880315701221 0.394741488278 v2770(-3, 2) c Z/2 +5.3801126080435838 Z/211 -0.1543027259533751 0.350920558041 v2736(-4, 3) c Z/2 +5.3802791754475539 Z/19 0.2243712769339132 0.684896781298 v3534( 3, 1) c Z/2 +5.3804721444560951 Z/17 0.1913907790704477 0.597053596946 v3202( 3, 1) c Z/2 +5.3810763537135680 Z/3 + Z/12 0.0782371956070750 0.542792724608 v3106( 3, 2) c D2 +5.3810763537135680 Z/3 + Z/21 -0.0782371956070749 0.542792724608 v3110(-3, 2) c D2 +5.3811020831445531 Z/3 + Z 0.1333161038452837 0.608166510705 v3209( 3, 2) c D2 +5.3811020831445531 Z/19 + Z 0.1333161038452837 0.505272402236 v3027(-3, 1) c D2 +5.3811020831445531 Z/2 + Z/38 0.1333161038452837 0.608166510705 v3208( 3, 2) c D2 +5.3811020831445531 Z/28 -0.2000172294880496 0.608166510705 v3212( 3, 2) c D2 +5.3812523940894343 Z/14 -0.0553196572055282 0.329100462573 s942( 1, 3) c Z/2 +5.3812956181523935 Z/6 -0.0845310463947472 0.304152506574 s939( 5, 2) c Z/2 +5.3813492656649002 Z/89 0.0737500435158568 0.430599836861 v2804( 2, 3) c Z/2 +5.3814784675901750 Z/72 -0.0022861452804940 0.634315582626 v3205( 1, 3) c Z/2 +5.3815293293590783 Z/45 0.1546686559673578 0.492957562412 v2996(-1, 3) c Z/2 +5.3816709894644438 Z/9 -0.1478236124772322 0.414663849248 v2836(-2, 3) c Z/2 +5.3818860904136789 Z/10 -0.2302809285030899 0.319931046316 s942(-1, 3) c Z/2 +5.3819383776066702 Z/2 + Z/56 -0.1343664735502209 0.550590978241 v3100(-1, 3) c Z/2 +5.3821083871736597 Z/19 0.0077122064047960 0.356919960415 v2655(-1, 3) c D2 +5.3821083871736597 Z/5 + Z/35 -0.2422877935952040 0.356919960415 v2674(-1, 3) c Z/2 + Z/2 + Z/2 +5.3823478249788903 Z/8 -0.1451408751963277 0.504742553332 v3015(-3, 1) c Z/2 +5.3824852498938172 Z/2 -0.1709680467326668 0.309675905530 s942(-5, 2) c Z/2 +5.3825432736405123 Z/155 0.1420073938779736 0.344640890360 v2668( 1, 3) c Z/2 +5.3827421944893488 Z/2 + Z/26 0.1116716175163600 0.314655579614 v2568( 3, 4) c Z/2 +5.3829882480522735 Z/39 -0.0345247650027398 0.714022330054 v3349(-3, 2) c Z/2 +5.3832910800403113 Z/65 -0.1149710286544547 0.523909448627 v3017( 4, 1) c Z/2 +5.3838047396993003 Z/16 0.0312542646926764 0.361152132892 v2716(-6, 1) c D2 +5.3838047396993003 Z/48 0.0312542646926764 0.361152132892 v2715( 2, 3) c D2 +5.3838187233827210 Z/3 + Z/18 0.2208791787431060 0.469191299721 v2899(-3, 2) c Z/2 +5.3839272991564040 Z/13 0.1181847919843118 0.373721929322 v2741(-4, 1) c Z/2 +5.3840399686219221 Z/232 -0.1821685569939090 0.342677468001 v2665( 1, 4) c Z/2 +5.3841157964414371 Z/142 -0.1447224532999553 0.310443496486 v2594(-5, 2) c Z/2 +5.3841995231415877 Z/11 0.1124126052470848 0.356621719987 v2671(-5, 2) c Z/2 +5.3842041217134646 Z/26 -0.2180932374786993 0.511869711019 v3011( 1, 3) c Z/2 +5.3854339990930177 Z/3 + Z/30 0.1437182971247293 0.374975074874 v2744( 5, 1) c D2 +5.3854384065391406 Z/122 0.1983984445016066 0.311362714828 v2592( 5, 2) c Z/2 +5.3858284344463921 Z/119 -0.0530495007616328 0.332250962677 v2620(-3, 2) c Z/2 +5.3860977738347265 Z/13 0.1654030292613385 0.304177999577 s935(-4, 1) c Z/2 +5.3864582957270419 Z/33 0.0926898299900046 0.454545971874 s958( 2, 3) c Z/2 +5.3866430534685439 Z/75 -0.1757604429515193 0.481796609175 v3147( 3, 2) c Z/2 +5.3867745293096544 Z/83 -0.0201869940927962 0.458512442730 v2923( 1, 3) neg c Z/2 +5.3870216129826201 Z/3 -0.1703548801963073 0.379343017112 v2716(-5, 2) c D2 +5.3872537646568900 Z/2 + Z/4 -0.1192775769031752 0.406447313426 v2789(-2, 3) c D2 +5.3872537646568900 Z/2 + Z/20 0.1192775769031752 0.406447313426 v2787( 2, 3) c D2 +5.3872537646568900 Z/2 + Z/4 -0.2442775769031752 0.406447313426 v2787(-2, 3) c D2 +5.3872537646568900 Z/2 + Z/4 -0.2442775769031752 0.660275812323 v3259( 3, 1) c Z/2 +5.3872537646568900 Z/2 + Z/28 0.2442775769031752 0.406447313426 v2789( 2, 3) c D2 +5.3875923545740292 Z/192 -0.0949050752339590 0.349483867172 v2691(-1, 4) c Z/2 +5.3876595355328151 Z/3 + Z/6 0.2241174369308743 0.357543344381 v3101(-4, 1) c Z/2 +5.3877318323514844 Z/62 0.2299314670540478 0.320709113025 s946(-3, 2) c Z/2 +5.3880181859326976 Z/14 -0.0045871480891513 0.309125152288 s936( 4, 1) c Z/2 +5.3882034631165252 Z/95 -0.1954780930827410 0.567752177468 v3132( 2, 3) c Z/2 +5.3882056136618815 Z/2 + Z/32 0.0531242053505189 0.468312509165 v2944(-2, 3) c D2 +5.3883074720075297 Z/69 0.0995982094325231 0.404071383149 v2791( 5, 1) c Z/2 +5.3883335930909096 Z/5 -0.0512603450265267 0.347524672640 v2670( 5, 1) c Z/2 +5.3886158192533011 Z/85 -0.0727848398374867 0.339678249502 s950( 3, 2) c Z/2 +5.3886409573002378 Z/3 + Z/3 -0.2011131781074789 0.317634782911 s939(-1, 3) c Z/2 +5.3889027593682696 Z/5 -0.1650783835743565 0.349895853279 v2661(-2, 3) c Z/2 +5.3890787339288332 Z/58 0.0074219673316060 0.455708497897 v2923(-4, 1) c Z/2 +5.3892586915503642 Z/54 -0.0935988944353802 0.413700417882 v2813( 3, 2) c Z/2 +5.3894440776340011 Z/2 + Z/14 -0.0054028350734957 0.634258136674 v3216( 1, 2) c D2 +5.3894801980953022 Z/120 0.1687474600554294 0.319458517287 v2593( 4, 3) c Z/2 +5.3895080811251062 Z/221 -0.0525286208542872 0.330992296050 s947(-3, 2) c Z/2 +5.3895793722500782 Z/40 -0.1624366534144617 0.758578042177 v3372( 3, 1) c Z/2 +5.3896525564915093 Z/165 -0.2373842850510750 0.310057590848 v2586( 4, 3) c Z/2 +5.3896897957459577 Z/2 + Z/82 -0.0510202652266299 0.326255520357 v2761( 4, 3) c Z/2 +5.3897626749261489 Z/109 0.0542555425875263 0.360169854696 v2719(-3, 4) c Z/2 +5.3899302993072535 Z/119 -0.1764238262276268 0.308328388094 v2588(-5, 1) c Z/2 +5.3900547008445687 Z/131 -0.1246012990263228 0.356521570985 v2689(-2, 3) c Z/2 +5.3902002222516352 Z/11 -0.0052801876832351 0.438130472547 v2877( 3, 2) c D2 +5.3902250076682951 Z/38 -0.0706904980972682 0.351958237579 v2655( 6, 1) c Z/2 +5.3902438467496616 Z/80 0.1864087779752054 0.546589216473 v3128(-1, 3) c D2 +5.3904537689755480 Z/45 -0.0955347762903800 0.457518231360 v2862(-2, 3) c Z/2 +5.3905145906786208 Z/186 0.2367925505996982 0.364494945539 v2728(-1, 4) c Z/2 +5.3905714719285646 Z/103 0.0117167506725181 0.413479300704 v2819(-3, 2) c Z/2 +5.3907282539997245 Z/4 -0.0981465206633892 0.331084391819 v2640( 5, 1) c D2 +5.3907282539997245 Z/47 -0.1518534793366108 0.331084391819 v2643(-5, 1) c D2 +5.3910155066844155 Z/2 + Z/66 -0.0741546040638786 0.323113732435 v2636( 4, 3) c Z/2 +5.3911426934977641 Z/110 -0.0353833630430205 0.349914159630 v2683( 5, 1) c D2 +5.3913634996974178 Z/50 -0.0822877965231119 0.406780725417 v2817( 3, 2) c Z/2 +5.3915063926731341 Z/2 + Z/4 -0.1401093457473080 0.459458316718 v2901( 1, 3) c Z/2 +5.3916363550431670 Z/20 -0.1819823215489115 0.428877505661 v2836( 3, 2) c Z/2 +5.3917178548009250 Z/3 + Z/9 0.2094949314148370 0.442421358149 v2862( 4, 1) c Z/2 +5.3919126452326565 Z/12 -0.0709658164184129 0.330976798870 v2641(-5, 2) c D2 +5.3919126452326565 Z/33 -0.0709658164184129 0.330976798870 v2642(-5, 2) c D2 +5.3920742348174890 Z/16 -0.0700596015748471 0.347289780443 v2656( 6, 1) c Z/2 +5.3921480023891699 Z/12 -0.0428474328865545 0.473038842465 v2966(-1, 3) c Z/2 +5.3922551851322333 Z/6 + Z/6 0.1049327648966598 0.550222613179 v3102( 1, 3) c D2 +5.3925714527615718 Z/28 -0.1412584595573985 0.544849239905 v3126( 1, 3) c D2 +5.3926583573560965 Z/74 -0.1749643960561347 0.309684646254 v2586(-5, 1) c Z/2 +5.3926646223000563 Z/34 0.1329350389996532 0.321238122839 v2619( 4, 3) c Z/2 +5.3927488785787353 Z/2 + Z/84 -0.1180486322398055 0.321468253233 v2636(-2, 3) c Z/2 +5.3929340353403420 Z/37 -0.0760297805654290 0.483744815483 v2911(-3, 2) c D2 +5.3936350560578512 Z/19 0.2263261491132254 0.680625792909 v3308(-3, 2) c D2 +5.3937226762099988 Z/63 -0.1536425351263560 0.616848435131 v3205( 2, 3) c trivial +5.3939345741990718 Z/17 -0.2428431346034962 0.580710833815 v3199( 4, 1) c D2 +5.3940316654714763 Z/124 -0.2274911460597625 0.371151949899 s953(-3, 4) c Z/2 +5.3941183363570618 Z/206 -0.1714151693475493 0.318091200952 s946( 5, 2) c Z/2 +5.3941559249300492 Z/70 0.0974394833842331 0.339855907839 v2683(-5, 2) c D2 +5.3943035630488247 Z/56 0.0818978884023832 0.401982310537 v2796(-4, 1) c D2 +5.3943035630488247 Z/88 0.0818978884023832 0.401982310537 v2797(-1, 4) c D2 +5.3943035630488247 Z/2 + Z/2 -0.1681021115976168 0.401982310537 v2795(-1, 4) c Z/2 +5.3943257534856137 Z/27 -0.1092459259334641 0.673356317068 v3308(-4, 1) c Z/2 +5.3948321065699183 Z/172 0.2374746786212778 0.407285833435 v2802(-4, 1) c Z/2 +5.3952645868536803 Z/2 + Z/34 0.2460471917313333 0.304108693600 v2570(-2, 3) c Z/2 +5.3953064211582197 trivial -0.1965726221546591 0.454269012497 v2947( 5, 1) c Z/2 +5.3953954963500614 Z/49 -0.2102290546942934 0.343191470790 v2783(-4, 1) c Z/2 +5.3954159566569723 Z/3 -0.0435965944186583 0.306725789980 s938( 6, 1) c Z/2 +5.3954649738563465 Z/57 0.2120317469182696 0.396781445331 v2791(-3, 2) c Z/2 +5.3954719201546788 Z/46 -0.1648446473162808 0.315406448951 v2682( 4, 1) c Z/2 +5.3958752071547469 Z/203 0.0466664149545111 0.326833170020 s947( 5, 2) c Z/2 +5.3961145793718743 Z/138 0.2397219225279855 0.339504527093 v2883(-4, 1) c Z/2 +5.3964090568579238 Z/2 + Z/10 -0.0613374242577519 0.662661083893 v3333( 1, 2) c D2 +5.3964090568579238 Z/2 + Z/20 0.1469959090755814 0.559195496901 v3062( 1, 3) c Z/2 +5.3964090568579238 Z/2 + Z/20 0.2280040909244186 0.362235593688 v2704( 5, 1) c Z/2 +5.3967173250182145 Z/2 + Z/26 0.2270990532180789 0.372535804217 s954(-4, 1) c Z/2 +5.3969454302401589 Z/110 -0.1520337428312458 0.328874050722 v2794( 5, 1) c D2 +5.3970319348915188 Z/26 -0.1247145893214933 0.314089314060 v2609( 1, 3) c Z/2 +5.3970319387792095 Z/6 0.0522826943669523 0.342583143637 v2671(-4, 3) c Z/2 +5.3970926892674920 Z/16 -0.0173407863374257 0.562399148646 v3066(-3, 2) c D2 +5.3970926892674920 Z/32 0.0390674802568780 0.562399148646 v3066( 3, 2) c D2 +5.3972584926456337 Z/110 -0.1210845601192162 0.359008405121 v2738(-4, 3) c Z/2 +5.3973511464457959 Z/2 + Z/38 -0.0351151132281832 0.396574431333 v2756(-4, 3) c Z/2 +5.3974906824586996 Z/141 -0.0426163102672683 0.331608920356 v2662( 1, 4) c Z/2 +5.3975598504199514 Z/11 -0.1666607246777903 0.439392992517 v2855(-2, 3) c Z/2 +5.3980568892686998 Z/111 0.0158565730908651 0.359015773465 v2715(-1, 3) c D2 +5.3983003288367180 Z/20 -0.0428075271318213 0.663264265912 v3349(-1, 3) c D2 +5.3983003288367180 Z/28 0.1238591395348453 0.713789744858 v3318(-3, 1) c Z/2 +5.3983003288367180 Z/44 0.1238591395348453 0.713789744858 v3318( 1, 3) c Z/2 +5.3985825855267891 Z/215 -0.1960820666438245 0.344872120856 v2776( 4, 1) c Z/2 +5.3987924505396395 Z/48 0.0758391192316023 0.435004759487 v2841(-2, 3) c Z/2 +5.3991181848253079 Z/65 0.1140387145735104 0.319732768610 v2616( 5, 2) c Z/2 +5.3993016485131439 Z/4 0.0365901175485199 0.363435151758 s953(-1, 4) c Z/2 +5.3994751536203459 Z/58 -0.0741615436752500 0.449485544362 v2901(-4, 1) c Z/2 +5.3994787148391881 Z/87 -0.0713704456397963 0.482512324100 v2966( 4, 1) c Z/2 +5.3996948537759965 Z/39 -0.2156352084868977 0.328153490739 v2627(-6, 1) c D2 +5.4000532443141104 Z/5 + Z/25 -0.1854696573449161 0.443702020105 v2897(-1, 3) c D2 +5.4001202124947586 Z/4 -0.2077461482818642 0.336529197201 v2647(-4, 3) c Z/2 +5.4002584747222278 Z/51 -0.0434013391433635 0.313247120823 v2596( 2, 3) c Z/2 +5.4007047917920626 Z/190 -0.2260317547100508 0.347404962640 v2674( 2, 3) c D2 +5.4010397125404347 Z/99 0.0039677076098297 0.309044706314 v2587( 2, 3) c Z/2 +5.4012806398248958 Z/32 0.0807490325263163 0.473543493293 v2944( 1, 3) c D2 +5.4013522366573654 Z/31 0.1058751626853570 0.681566121174 v3349(-2, 3) c Z/2 +5.4015532627150101 Z/110 0.1458902002665892 0.482423762539 v2972( 1, 3) c D2 +5.4017692741785959 Z/2 + Z/2 -0.0371024801283004 0.365165132156 s954( 4, 1) c Z/2 +5.4018009059504751 Z/65 -0.0811778117621020 0.330081842207 v2661(-4, 1) c Z/2 +5.4018528062588782 Z/40 0.1152909678237177 0.459060428281 s957( 1, 3) c D2 +5.4018528062588782 Z/2 + Z/30 0.1152909678237177 0.459060428281 s960( 1, 3) c D6 +5.4018528062588782 Z/5 + Z/40 0.1152909678237177 0.459060428281 s955( 1, 3) c D2 +5.4018691159760085 Z/75 0.0437958849770341 0.301828270753 v2588(-1, 4) c Z/2 +5.4018761892997194 Z/33 -0.0103437679255279 0.347771870656 v2711(-6, 1) c Z/2 +5.4020333057722171 Z/164 0.0019637103441634 0.428246336234 v2824(-2, 3) c Z/2 +5.4022200041515079 Z/2 + Z/46 0.0567380942310710 0.551209554168 v3100( 1, 3) c Z/2 +5.4022901537709685 Z/85 0.0738818081865665 0.465542761854 v2913(-2, 3) neg c Z/2 +5.4023001348920681 Z/31 0.2124386242796288 0.318421994572 v2609( 2, 3) c Z/2 +5.4024150702323533 Z/2 + Z/150 0.0985443541748232 0.309744749072 v2603( 1, 4) c Z/2 +5.4025938170102660 Z/50 0.1409875079462029 0.345140133063 v2670( 5, 2) c Z/2 +5.4026403829040670 Z/17 0.2176293978010508 0.415621964612 v2813( 4, 1) c Z/2 +5.4028236529177062 Z/209 0.0723808229709673 0.317778181356 v2736(-3, 4) c Z/2 +5.4035389173781726 Z/45 0.0866020608205105 0.511533030828 v3080(-4, 1) c D2 +5.4036120652523114 Z/7 0.2247407074817635 0.464676238372 v2941( 2, 3) c Z/2 +5.4037548303455515 Z/10 0.1841086433667292 0.492805451896 v2971(-3, 2) c Z/2 +5.4038448742783106 Z/305 -0.0084720760989140 0.331475305969 s950(-3, 4) c Z/2 +5.4039468934042909 Z/52 -0.1196817228935860 0.607270591875 v3244(-3, 1) neg c D2 +5.4039468934042909 Z/60 -0.1196817228935860 0.607270591875 v3246(-3, 1) c D2 +5.4039945440769799 Z/2 + Z/62 0.0758586038394138 0.308601176264 v2603(-3, 4) c Z/2 +5.4039945440769799 Z/4 -0.1741413961605862 0.648899422437 v3244( 3, 2) c D2 +5.4039945440769799 Z/60 -0.1741413961605861 0.591484389481 v3246( 3, 2) c D2 +5.4045791118452522 Z/3 + Z/3 -0.1890969223207685 0.304775962772 s939( 2, 3) c Z/2 +5.4045931230906449 Z/125 0.0236331989508859 0.395549597496 v2824( 1, 3) c Z/2 +5.4046265623150914 Z/3 + Z/96 0.1721632149626809 0.306929567740 v2599(-1, 4) c Z/2 +5.4046675820500418 Z/169 -0.0213810742848954 0.329424081614 v2749(-1, 4) c Z/2 +5.4049070579287668 Z/157 -0.2316744295721239 0.385020133809 v2774(-3, 2) c Z/2 +5.4050987065020562 Z/209 -0.2259479389453020 0.320125362147 v2647(-1, 4) c Z/2 +5.4051014413625869 Z/8 -0.1009094413235058 0.624985515987 v3210( 3, 2) c D2 +5.4051014413625869 Z/168 -0.1009094413235058 0.586477784447 v3172(-3, 2) c D2 +5.4051014413625869 Z/2 + Z/42 -0.1009094413235058 0.413849321568 v2832( 4, 3) c D2 +5.4051014413625869 Z/3 + Z/12 0.1842427746568391 0.624985515987 v3213(-3, 2) c D2 +5.4051014413625869 Z/2 + Z/14 0.2259094413235058 0.624985515987 v3217(-3, 2) c D2 +5.4051129901996396 Z/164 -0.0993245641374112 0.307832892281 v2600(-3, 4) c Z/2 +5.4052796942915845 Z/87 0.1377396342797061 0.427364546749 v2876(-1, 3) c D2 +5.4056263653290213 Z/81 0.0551698824998601 0.313729033851 v2638( 5, 1) c Z/2 +5.4058707240575821 Z/112 -0.1473142634242660 0.373585041325 v2775(-1, 3) c Z/2 +5.4058867846346456 Z/68 -0.0770255957005861 0.306386529305 v2600( 1, 4) c Z/2 +5.4062643141903341 Z/2 + Z/46 0.0521623643552077 0.466865298837 v2951(-4, 1) c Z/2 +5.4062643141903341 Z/30 0.2395043023114590 0.666758735243 v3266( 2, 3) c D2 +5.4067992771087274 Z/8 0.0999071544554827 0.317824665700 v2619(-2, 3) c Z/2 +5.4070249500523400 Z/20 0.1450572812792072 0.370314113747 v2722(-1, 3) c Z/2 +5.4071019994527280 Z/75 -0.0435322930371954 0.406368534686 v2817(-2, 3) c Z/2 +5.4072657452025935 Z/43 0.1476225017139420 0.438179717484 v2859( 2, 3) c Z/2 +5.4073062738030012 Z/2 + Z/6 0.0145772541605943 0.301586357797 v2576(-5, 2) c D2 +5.4076257925113255 Z/215 -0.1444078797572731 0.480491502383 v2957(-1, 3) c Z/2 +5.4078615704846823 Z/202 -0.0564032642645370 0.330455096103 v2636( 1, 4) c Z/2 +5.4079238291457629 Z/119 0.0252921933957828 0.342014713631 v2678( 2, 3) c D2 +5.4079539036430679 Z/2 + Z/16 0.1864943332366383 0.300468279706 v2669(-6, 1) c D2 +5.4079775569289663 Z/11 0.1966277356170130 0.352339369897 v2694( 4, 1) c Z/2 +5.4081264222330740 Z/129 0.2279880019080071 0.340331346731 v2694(-4, 3) c Z/2 +5.4086880814783805 Z/115 0.1764001448724188 0.309655007547 v2616( 4, 3) c Z/2 +5.4088153987273455 Z/16 -0.0610806133518515 0.531785151415 v3116( 3, 2) c Z/2 +5.4091285812390983 Z/2 + Z/22 0.0068640744370382 0.314679037558 v2883( 3, 1) c Z/2 +5.4096457994657181 Z/93 -0.2199789533970767 0.339085124599 v2694( 2, 3) c Z/2 +5.4098608640963832 Z/38 0.0650839447170493 0.305141789564 v2588(-4, 3) c Z/2 +5.4099685907700316 Z/126 -0.1545796058289654 0.364180430288 v2721(-5, 2) c Z/2 +5.4105153917113428 Z/36 0.0210204316565561 0.356070021384 v2701(-5, 1) c Z/2 +5.4105255608877574 Z/103 0.2245447511132626 0.352647410379 v2703(-2, 3) neg c Z/2 +5.4105704608845990 Z/87 0.0681064053620235 0.576314754850 v3234( 3, 2) c Z/2 +5.4105930075740971 Z/3 + Z/42 -0.2010858104338462 0.592397753893 v3198(-4, 1) c D2 +5.4108407322928176 Z/177 0.0457531238887242 0.311283973909 v2620( 5, 2) c Z/2 +5.4109696256545338 Z/18 0.0732442366056488 0.364895403083 v2771( 5, 1) c Z/2 +5.4109792152853581 Z/27 0.0077022522847812 0.594254762239 v3276( 1, 3) c D2 +5.4109838335542937 Z/25 -0.2014320612164471 0.458279806397 v2909(-2, 3) c Z/2 +5.4111015076064519 Z/2 + Z/22 -0.2399394615834329 0.324986923319 v2633( 3, 2) c Z/2 +5.4112478422156942 Z/46 0.0803073410526658 0.693970969199 v3361( 3, 1) c Z/2 +5.4115355061501793 Z/140 -0.1688534151513579 0.362652375525 v2748(-4, 3) c Z/2 +5.4118078540784696 Z/27 -0.2258446474080315 0.553708520979 v3080( 5, 1) c D2 +5.4118290609547302 Z/131 0.0634861721529396 0.448960025207 v2866(-1, 3) c Z/2 +5.4118784463720552 trivial -0.0488785259823890 0.466797054683 v2974( 1, 3) c Z/2 +5.4120635452369212 Z/3 -0.2113909891051397 0.369978500122 v2757( 2, 3) c Z/2 +5.4121229984909210 Z/3 + Z/45 -0.2290495068825190 0.347590930435 v2715(-5, 1) c D2 +5.4121508945544871 Z/19 -0.1736089078423547 0.349808847521 v2711( 5, 2) c Z/2 +5.4123082902560904 Z/89 0.1372006182902955 0.366115583916 v2772( 4, 1) c Z/2 +5.4126849001648014 Z/148 -0.0334987727094619 0.484866063261 v2988(-4, 1) c Z/2 +5.4129146331359138 Z/48 -0.1071959146672366 0.533831170893 v3076(-1, 3) c Z/2 +5.4134573495387517 Z/35 -0.2097782243513793 0.332868669219 v2660( 4, 3) c Z/2 +5.4135666210412848 Z/96 -0.0359209955920845 0.469284297111 v2920(-3, 2) c D2 +5.4135666210412848 Z/50 -0.1192543289254178 0.469284297111 v2919(-3, 2) c D2 +5.4136508076004641 Z/3 + Z/18 0.1893358381188321 0.313104891780 v2627( 1, 3) c D2 +5.4139298338889045 Z/122 -0.0878126000152442 0.301389848273 v2584( 1, 3) c Z/2 +5.4141160162382600 Z/14 -0.0762594699749098 0.303942735043 s946(-4, 1) c Z/2 +5.4142052129574366 Z/32 0.1202995670440979 0.360353931532 v2711( 7, 1) c Z/2 +5.4143168353564756 Z/165 -0.1798574547894750 0.326382174875 s950( 2, 3) c Z/2 +5.4145765373912603 Z/19 -0.2030893687170869 0.579466553547 v3178( 3, 1) c Z/2 +5.4156272968472326 Z/4 0.1279435649518322 0.303503318336 v2577(-4, 3) c Z/2 +5.4157441430989525 Z/70 -0.0514701058885478 0.504538206451 v3465(-3, 1) c Z/2 +5.4157441430989525 Z/2 + Z/74 0.1348034392218811 0.305532774215 s946( 5, 1) c Z/2 +5.4157711887373785 Z/8 0.0949454652279308 0.325798685964 v2640( 5, 2) c D2 +5.4157711887373785 Z/49 0.1550545347720692 0.325798685964 v2643(-5, 2) c D2 +5.4159181627750986 Z/80 -0.1558188649769739 0.443870882161 v2953( 1, 3) c Z/2 +5.4161431241341298 Z/32 0.1495151406101394 0.397312545243 v2831( 4, 1) c Z/2 +5.4166771648634069 Z/38 0.0634994743316610 0.361643989553 v2758( 4, 1) c Z/2 +5.4166990018763937 Z/77 0.0908726259469382 0.359568904184 v2740( 5, 1) c Z/2 +5.4168723724217449 Z/9 0.2209101387256818 0.474523410207 v2955(-3, 1) c Z/2 +5.4168838875103016 Z/4 0.0095293562623323 0.543757492462 v3219(-4, 1) c Z/2 +5.4171219372727516 Z/93 0.0154245395658710 0.334010991704 v2687( 4, 1) c Z/2 +5.4171689418339290 Z/143 0.0053970137485105 0.300790656945 v2587(-5, 2) c Z/2 +5.4174426790834692 Z/197 0.1792748886770141 0.322115892640 v2848(-4, 1) c Z/2 +5.4174660139564078 Z/100 -0.0363008798163444 0.309889847113 v2604( 4, 3) c D2 +5.4174660139564078 Z/5 + Z/5 -0.0363008798163444 0.659742393107 v3261( 3, 2) c D2 +5.4174660139564078 Z/39 -0.0470324535169889 0.309889847113 s944(-4, 3) c D2 +5.4176593795029177 Z/248 0.1674760607444894 0.337042758852 v2691( 1, 4) c Z/2 +5.4176593795029177 Z/5 + Z/35 -0.2491906059221773 0.355725676639 v2739(-3, 4) c D2 +5.4178488445482741 Z/152 0.1404206585500820 0.309234230031 v2620(-4, 1) c Z/2 +5.4180950848823923 Z/2 + Z/56 -0.1344018864738773 0.336209996471 v2693( 4, 3) c D2 +5.4186099558672901 Z/35 -0.2352921121596731 0.351537593129 v2703( 4, 3) c Z/2 +5.4186229390887553 Z/188 -0.1914357570626506 0.408038641549 v2864(-4, 1) c Z/2 +5.4186368497063841 Z/30 0.2271435265306706 0.358664067681 v2744(-1, 3) c D2 +5.4187516397640899 Z/3 + Z/3 -0.1627934963104956 0.315247917792 v2785(-3, 2) c D2 +5.4188272221177502 trivial -0.1849131101767092 0.527365921648 v3068(-4, 1) c Z/2 +5.4189525310999199 Z/14 -0.1428815796354828 0.366936142152 v2734(-4, 1) c Z/2 +5.4190394791926587 trivial 0.1645393271078178 0.458303816979 v2947(-6, 1) c Z/2 +5.4194235722379512 Z/220 -0.1908930329148359 0.317127212258 v2660( 1, 4) c Z/2 +5.4195438603575826 Z/154 0.0624546571250146 0.412071166538 v2857(-3, 2) c Z/2 +5.4197038137189954 Z/6 0.1835581936370927 0.486243255256 v3010(-4, 1) c Z/2 +5.4198948145973792 Z/96 0.0104913446612862 0.333983542221 v2703( 5, 1) c Z/2 +5.4202384332862493 Z/106 0.2240887042921838 0.408902231007 v2831( 2, 3) c Z/2 +5.4202950905911260 Z/143 0.0147115805646540 0.318043767035 v2668(-5, 2) c Z/2 +5.4202968170586300 Z/47 0.1385542889331528 0.523032666408 v3105( 4, 1) c Z/2 +5.4204282927479839 Z/57 -0.0733495450344061 0.634322624360 v3327(-1, 2) neg c Z/2 +5.4205554217359318 Z/30 0.1255559771789306 0.419300989908 s958(-3, 2) c Z/2 +5.4205841730504290 Z/23 0.1984992600715586 0.568727759877 v3165( 3, 2) c Z/2 +5.4206659797004445 Z/106 -0.1117143414094445 0.319166359477 v2638(-6, 1) c Z/2 +5.4208625800447806 Z/22 0.2009112653340410 0.439020733545 v2901( 2, 3) c Z/2 +5.4208956129937606 Z/80 -0.1447278702642737 0.405747434836 v2855( 1, 3) c Z/2 +5.4209591087524601 Z/243 -0.1624196895463810 0.356276864260 v2734( 1, 4) c Z/2 +5.4210312094115276 Z/33 0.1975399275418126 0.302482155377 v2619(-5, 1) c Z/2 +5.4212044838685143 Z/85 0.2338846916301449 0.371560723736 v2770( 5, 2) c Z/2 +5.4214377895037870 Z/198 0.0800109755563840 0.300853202710 v2596(-5, 3) c Z/2 +5.4214479094619558 Z/6 0.0360992432695465 0.342223320927 v2858(-6, 1) c D2 +5.4215900640091372 Z/2 + Z/12 0.0715777871656529 0.406510244533 v2850( 4, 1) c Z/2 +5.4216771180755266 Z/28 0.0749056187802129 0.608126374376 v3260(-3, 1) c Z/2 +5.4217059167221164 Z/7 -0.1102573154244920 0.758922880855 v3398(-1, 2) c trivial +5.4218693246995931 Z/83 -0.2479887405348326 0.457316746352 v2939( 3, 2) c Z/2 +5.4220740830057879 Z/16 -0.1894856785243634 0.326123982025 v2677(-4, 3) c Z/2 +5.4221121372747066 Z/52 -0.1384618268768378 0.305113515297 v2597( 3, 4) c Z/2 +5.4222361097103466 Z/2 + Z/46 -0.0120126494937886 0.336078806288 v2704( 1, 3) c Z/2 +5.4222793898629586 Z/199 0.0541590924440180 0.316556714844 s947(-2, 3) c Z/2 +5.4227814165358141 Z/151 0.1579971859235553 0.334276345171 v2670(-2, 3) c Z/2 +5.4228957650791216 Z/39 0.0500244143601897 0.319397955101 s949(-5, 1) c Z/2 +5.4229117741962100 Z/25 0.0843892926187810 0.301200638931 v2597( 4, 3) c Z/2 +5.4230291105143344 Z/2 -0.0332847414904382 0.442718283131 v2947(-3, 2) c Z/2 +5.4230811063055594 Z/6 -0.1289337820512135 0.755717181406 v3358( 1, 3) c Z/2 +5.4231043580326222 Z/42 -0.0799591716799004 0.320643936740 v2682( 2, 3) c D2 +5.4233242812378812 Z/66 -0.2283109481880820 0.421124936746 v2891( 2, 3) c Z/2 +5.4234636840613132 Z/35 0.0502774941411857 0.330692154608 v2678(-5, 2) c D2 +5.4235665822928562 Z/74 0.1278641155030616 0.377619085127 v2756( 3, 2) c Z/2 +5.4237537833408266 Z/53 0.1498645541613931 0.365675379874 v2749( 3, 2) c Z/2 +5.4237567017486229 Z/61 -0.0321488915071121 0.331265636262 v2689(-5, 1) c Z/2 +5.4239117003899362 Z/3 + Z/21 0.0263684028045944 0.310562792520 v2627( 2, 3) c D2 +5.4239854064097387 Z/3 + Z/27 0.2357226954299124 0.316731598832 s949( 5, 1) c Z/2 +5.4240746540882587 Z/156 -0.0113594024932205 0.309529401099 v2749(-4, 3) c Z/2 +5.4240938381531444 Z/86 0.0533681671572171 0.305642870791 v2620(-2, 3) c Z/2 +5.4241040159273395 Z/87 0.1972646933412731 0.316120710460 v2673(-6, 1) c Z/2 +5.4241224294442347 Z/75 -0.0246325499723759 0.584788786549 v3178(-2, 3) neg c D2 +5.4241276683684089 Z/98 -0.0932476708946930 0.545182086960 v3100(-3, 2) c Z/2 +5.4242385879765963 Z/3 + Z/15 0.1430094489087755 0.355388815527 v2715( 5, 2) c D2 +5.4242535238739108 Z/30 -0.1246035059103432 0.330897807440 v2808(-6, 1) c D2 +5.4244067985293493 Z/127 0.2448287875264907 0.410803375570 v2866( 1, 3) c Z/2 +5.4245737344665206 Z/77 0.0896025739239559 0.387989491840 v2797(-4, 3) c D2 +5.4245737344665206 Z/120 0.1603974260760441 0.319404345294 v2661( 3, 4) c Z/2 +5.4247361095828809 Z/3 + Z/15 -0.2215435078381734 0.310412327112 v2744(-5, 2) c D2 +5.4248282773968964 Z/2 + Z/22 -0.1990998264848538 0.328362141729 v2665( 4, 3) c Z/2 +5.4249651551607405 Z/19 0.1224375149086153 0.469914535237 v3017(-3, 1) c Z/2 +5.4249694015610521 Z/4 -0.0635115546018203 0.567820571936 v3221( 4, 1) c Z/2 +5.4249694015610521 Z/3 + Z/12 0.0635115546018203 0.567820571936 v3228(-4, 1) c Z/2 +5.4250579916427220 Z/55 0.1459506688759446 0.413163594622 v3325( 2, 3) c Z/2 +5.4252592714092891 Z/243 0.1412076209288149 0.300930608951 s947(-4, 1) c Z/2 +5.4253080583845289 Z/55 0.0455240198478188 0.326594409467 v2673( 5, 2) c Z/2 +5.4253623091277128 Z/2 -0.1114112317188282 0.392103536266 v2841( 4, 1) c Z/2 +5.4254358777847619 Z/115 -0.2362610214537792 0.495662370279 v3191(-3, 1) c D2 +5.4256315456296138 Z/3 0.0584917347536288 0.406597614445 v2861(-3, 2) c Z/2 +5.4257440154745566 Z/5 + Z/35 0.0575948468955967 0.362684029765 v2748(-3, 4) c D2 +5.4260221805503269 Z/115 0.0667251881675990 0.469408357502 v2925(-1, 3) c Z/2 +5.4262063639781535 Z/8 0.1134638440821175 0.459958845902 v2986(-3, 2) c trivial +5.4262890023419802 Z/2 + Z/12 0.1263773472096545 0.366789817972 v3009(-5, 1) c Z/2 +5.4263680603328811 Z/74 -0.1367935691556038 0.303825830419 v2636( 5, 2) c Z/2 +5.4264991102132158 Z/27 0.1100497220923301 0.455405330492 v2995(-4, 1) c Z/2 +5.4265258711252984 Z/47 -0.0987884214709927 0.364624959669 v2772(-4, 1) c Z/2 +5.4267642271230990 Z/24 0.0723262370700214 0.578377416967 v3214( 3, 1) c Z/2 + Z/2 + Z/2 +5.4267642271230990 Z/3 + Z/24 -0.0723262370700214 0.578377416967 v3215( 4, 1) c D4 +5.4267642271230990 Z/3 + Z/6 0.0943404295966453 0.563498469093 v3214(-1, 3) c Z/2 + Z/2 + Z/2 +5.4268922344117079 Z/10 + Z/10 0.1048044423905610 0.354773991284 v2738(-3, 4) c Z/2 +5.4269942625107402 Z/80 0.1235134629795274 0.303560895483 v2638(-4, 3) c Z/2 +5.4271013660193236 Z/6 -0.0451038389383187 0.347359841062 v2756(-1, 4) c Z/2 +5.4275386610171625 Z/195 0.0653709193601390 0.336001496925 v2717(-1, 4) c Z/2 +5.4276935959764015 Z/53 0.2318562652381728 0.432424538260 v2864( 3, 2) c Z/2 +5.4277065598760082 Z/3 + Z/6 0.0097388275026114 0.769599048909 v3486(-3, 1) c Z/2 +5.4280238227461001 Z/10 -0.2304445454464389 0.733854959889 v3398( 4, 1) c trivial +5.4280938687247612 Z/222 -0.1137782217974513 0.344756854207 v2720( 2, 3) c Z/2 +5.4281186231596683 Z/2 + Z/62 0.2324559884961375 0.302207357713 v2615(-5, 1) c Z/2 +5.4285702641449574 Z/28 -0.0846733127350938 0.621082280951 v3510(-1, 2) c D2 +5.4285702641449574 Z/44 -0.0846733127350938 0.621082280951 v3509(-1, 2) c D2 +5.4288934701822401 Z/77 -0.1828312541523406 0.606757644175 v3260( 4, 1) c Z/2 +5.4293706933807138 Z/51 -0.0193654594286576 0.504578220298 v3051(-3, 1) c Z/2 +5.4293757719353066 Z/52 0.2160339905207802 0.516822900833 v3086(-1, 3) neg c Z/2 +5.4295544246258779 Z/172 -0.0598175497934671 0.311616466608 s947( 5, 3) c Z/2 +5.4297930841506461 Z/47 -0.1482118994027210 0.466059113727 v2941(-2, 3) c Z/2 +5.4298397310579991 Z/16 0.1535372847341398 0.311172868543 v2633( 2, 3) c Z/2 +5.4300329958373161 Z/45 -0.2280730986995278 0.325592935680 v2698( 1, 4) c Z/2 +5.4300432109807832 Z/127 0.0209187556050776 0.560161469406 v3172(-2, 3) c Z/2 +5.4300998633769680 Z/39 0.0767644460849623 0.418326911670 v2919(-5, 1) c D2 +5.4300998633769680 Z/2 + Z/38 0.1600977794182956 0.418326911670 v2920(-5, 1) c D2 +5.4304518740644928 Z/115 -0.0505578856363315 0.483121030042 v2988( 1, 3) c Z/2 +5.4304954221662719 Z/67 0.2195461198690443 0.585475013278 v3191( 3, 2) c Z/2 +5.4307907473908870 Z/22 0.1521816887964004 0.315173709724 v2638( 2, 3) c Z/2 +5.4309222042255697 Z/53 0.1340667785021499 0.346482302191 v2750( 4, 1) c Z/2 +5.4309986732956998 Z/36 -0.1345535781936374 0.387754144125 v2806( 3, 2) c Z/2 +5.4311384978401725 Z/3 + Z/81 0.1962853487487711 0.318708213569 v2662(-1, 4) c Z/2 +5.4315655086487012 Z/3 -0.1866520217935907 0.495458587501 v3049( 1, 3) c Z/2 +5.4316454565594392 Z/2 + Z/12 -0.2297948606235831 0.455880793158 v2932( 3, 2) c Z/2 +5.4316905439636919 Z/65 0.2013234439651916 0.409392688130 v3147( 2, 3) c Z/2 +5.4318546143267173 Z/16 -0.1449479941426341 0.399441551059 v2846(-4, 3) neg c Z/2 +5.4319063490284910 Z/101 -0.1021123361883526 0.359233720144 v2772( 1, 4) c Z/2 +5.4321274681422662 Z/113 -0.0058024614768541 0.372044676773 v2783( 5, 1) c Z/2 +5.4321741963154741 Z/73 -0.1771791289768334 0.420698616687 v2909( 1, 3) c Z/2 +5.4321936237428672 Z/38 -0.1182736766146235 0.804755969815 v3443( 3, 1) c Z/2 +5.4323338508091372 Z/44 0.1441063529040245 0.370096523277 v2758( 2, 3) c Z/2 +5.4323741865275493 Z/68 0.1009804002405807 0.568664934466 v3185(-4, 1) c Z/2 +5.4324090793667679 Z/5 0.2338898843367132 0.314203713573 s950( 4, 1) c Z/2 +5.4324725645125559 Z/91 0.0693281370539114 0.383071624346 v3201( 4, 1) c Z/2 +5.4327704590404149 Z/48 -0.1049282052434478 0.326136737209 v2701( 5, 2) c Z/2 +5.4327763809685060 Z/43 -0.0844414373181517 0.557245238743 v3199(-1, 2) c D2 +5.4328951261825657 Z/29 -0.0721693560586269 0.398647269102 v2836(-5, 1) c Z/2 +5.4329086456602860 Z/275 -0.0215123878848369 0.362433345914 v2759( 1, 4) c D2 +5.4329787417526456 Z/34 0.0983941696267812 0.365027556874 v2770(-1, 3) c Z/2 +5.4329955889794865 Z/4 + Z/4 0.0645913602067939 0.409751656606 v2875(-2, 3) c Z/2 +5.4329955889794865 Z/4 + Z/16 -0.0645913602067939 0.409751656606 v2875( 2, 3) c Z/2 +5.4330074285372001 Z/44 -0.0320736548155901 0.376856583224 v2780(-4, 3) c Z/2 +5.4331430695956234 Z/4 + Z/4 -0.2082190117109976 0.415573462826 v3009( 5, 1) c Z/2 +5.4333161501967506 Z/48 0.2315836957733839 0.309272180853 v2639(-4, 1) c Z/2 +5.4334126424415696 Z/2 + Z 0.1984592811459425 0.329801701953 v2896(-6, 1) c D2 +5.4334126424415696 Z/10 + Z -0.1984592811459425 0.329801701953 v2683(-6, 1) c D2 +5.4336605430438281 Z/93 -0.1825614346019575 0.396977380361 v2876( 1, 3) c D2 +5.4343153996714246 Z/48 0.1346725736397824 0.493434662260 v3015(-1, 3) c Z/2 +5.4343581544446982 Z/238 0.1222910648378158 0.439366575649 v2930( 1, 3) c D2 +5.4345170951162445 Z/12 0.0889875483930406 0.324360530705 v2671( 2, 3) c Z/2 +5.4345672583823021 Z/15 -0.1109675508835726 0.350545454667 v2744(-2, 3) c D2 +5.4345725439444629 Z/77 0.1420899798625530 0.342411782251 v2750(-1, 4) c Z/2 +5.4348042529113272 Z/27 -0.0445506265839268 0.421868913621 v2871( 4, 1) c Z/2 +5.4350770974948386 Z/70 0.1966813193569206 0.523087887063 v3143( 3, 1) c Z/2 +5.4351741190261383 Z/12 -0.1308509871299633 0.426533731810 v2872( 1, 3) c Z/2 +5.4354424063408148 Z/48 -0.0528249769126030 0.519663644924 v3107(-3, 2) c D2 +5.4354424063408148 Z/41 -0.1971750230873970 0.519663644924 v3109( 3, 2) c D2 +5.4357127973027986 Z/124 -0.0286865014847302 0.373442600125 v2802( 4, 1) c Z/2 +5.4357471120611724 Z/38 -0.1711698361353783 0.594045658245 v3264( 1, 3) c Z/2 +5.4359248077107141 Z/66 0.1737610101843878 0.411952324647 v2910( 4, 1) c D2 +5.4360112323355566 Z/9 -0.1273709851163826 0.403582553009 v2836( 1, 3) c Z/2 +5.4363978393490082 Z/171 0.0491714457732622 0.303941846897 v2647(-5, 1) c Z/2 +5.4365620596901838 Z/2 -0.2464999196630400 0.532681455194 v3077( 6, 1) c D2 +5.4368399571534054 Z/228 -0.1990483534003057 0.434238268018 v2903(-1, 3) c Z/2 +5.4370695687730618 Z/134 0.0301279145990283 0.369925487734 v2775( 1, 3) c Z/2 +5.4372690478935388 Z/7 -0.1941137397069375 0.858929334238 v3505( 4, 1) c D2 +5.4375688357766057 Z/77 -0.0115458741858273 0.317397231960 v2678(-4, 3) c D2 +5.4376519769101198 Z/2 -0.2492905461299568 0.448736343520 v2946( 3, 2) c Z/2 +5.4377771503722168 Z/44 -0.2308139321142243 0.482772479217 v2998( 4, 1) neg c Z/2 +5.4377771503722168 Z/76 -0.2308139321142243 0.482772479217 v2997( 1, 3) neg c Z/2 +5.4378919880823390 Z/158 -0.0473074294507408 0.332719879251 v2694(-3, 4) c Z/2 +5.4381631280719511 Z/3 + Z/15 0.0407470081868912 0.485021995152 v3076( 3, 2) c Z/2 +5.4384487109332055 Z/96 0.0307200899582743 0.452287195885 v2944( 3, 2) c D2 +5.4384511677282639 Z/9 0.2240325758042616 0.392721487484 v3251( 4, 1) c Z/2 +5.4384733863571180 Z/2 + Z/8 0.1278299439013595 0.381462591827 v2833(-1, 3) c Z/2 +5.4386451155068199 Z/11 -0.1713327895736012 0.430239444052 v2998(-1, 3) c Z/2 +5.4392807222445487 Z/103 0.1241252117071345 0.365687890789 v2780( 3, 2) c Z/2 +5.4395647386160139 Z/41 -0.1511987804709404 0.364456608746 v2754(-5, 2) c Z/2 +5.4396072034913181 Z/23 0.0660773011663653 0.570571429448 v3172( 1, 3) c Z/2 +5.4397132738478650 Z/135 0.0335146731336445 0.308052657975 v2660( 5, 1) c Z/2 +5.4397525497627553 Z/106 0.2258486005812480 0.345652295984 s954( 1, 4) c Z/2 +5.4399620538154803 Z/33 0.1542050175839923 0.371817625649 v2791(-1, 3) c Z/2 +5.4400599635206010 Z/39 0.1265557957614565 0.348024587361 v2742(-2, 3) c Z/2 +5.4401093254097188 Z/218 -0.1755025012692700 0.338999053001 v2734( 4, 3) c Z/2 +5.4401170567397866 Z/2 + Z/4 -0.0476365673375026 0.469032204537 v3293( 4, 1) c Z/2 +5.4403876312873887 Z/273 0.2425147793102012 0.356046118723 v2759( 3, 4) c Z/2 +5.4405721479395165 Z/135 -0.0598841363686405 0.341118951838 v2729(-4, 1) c Z/2 +5.4408864885442306 Z/6 -0.0093809237456599 0.529501578607 v3132(-3, 1) c Z/2 +5.4411374871800735 Z/126 -0.1961454688742870 0.307004671127 v2664( 4, 3) c Z/2 +5.4411472142876244 Z/53 0.1506669238634094 0.603193511994 v3200( 3, 2) c D2 +5.4412407953021087 Z/85 -0.2186385745108414 0.636591848576 v3335( 1, 2) c D2 +5.4412513210487058 Z/101 0.0145371581733841 0.349041478160 v2775(-2, 3) c Z/2 +5.4414063513408520 Z/28 -0.0765834608609310 0.366924104088 v2774( 4, 3) c Z/2 +5.4416141693758781 Z/11 -0.1828373887151376 0.713690046551 v3353( 1, 2) c Z/2 +5.4417218384218308 Z/147 -0.2121562351688498 0.316703204724 v2687( 1, 4) c Z/2 +5.4424704114787508 Z/2 + Z/32 -0.1760781896176861 0.317282229747 v2664( 1, 4) c Z/2 +5.4425077006692409 Z/65 -0.1599104511066114 0.330957407280 v2722( 4, 3) c Z/2 +5.4425372374187893 Z/57 0.0294705417436909 0.561683855388 v3245(-3, 2) c Z/2 +5.4425939518721216 Z/47 0.1716053958981770 0.601804462930 v3229(-2, 3) c D2 +5.4428996839628313 Z/10 0.1958112560102625 0.455024946225 v2979(-1, 3) c D2 +5.4429748046084654 Z/280 0.0163011792971413 0.356001396261 v2765( 3, 4) c D2 +5.4429748046084654 Z/2 + Z/42 -0.0163011792971414 0.712002792523 v3457(-3, 1) c D2 +5.4431748154366796 Z/103 -0.1052858489513839 0.484975012472 v3014(-3, 1) c Z/2 +5.4431777241305509 Z/20 -0.1153222464478455 0.504676867007 v3056(-1, 3) c Z/2 +5.4432362412478220 Z/152 -0.2257993503899939 0.335304833000 v2734(-2, 3) c Z/2 +5.4432697277631067 Z/187 0.1214527562898919 0.372337992456 v2819(-2, 3) c Z/2 +5.4435874623785778 Z/71 0.0757841803055872 0.385188081643 v2846( 1, 3) c Z/2 +5.4447166149048288 Z/94 -0.0125772827885893 0.446720677271 v2951( 1, 3) c Z/2 +5.4447854782377285 Z/17 -0.1291742909510018 0.448492190629 v3001(-1, 3) c Z/2 +5.4450065113338416 Z/94 -0.1579407852819381 0.378831690536 v2833( 4, 3) c Z/2 +5.4450243959497810 Z/170 -0.0792325487441340 0.309252183774 v2674(-2, 3) c D2 +5.4451193197568661 Z/61 -0.0145344699482532 0.445978758137 v2955( 4, 1) c Z/2 +5.4453569546409043 Z/4 + Z/4 -0.1165848289271009 0.401109132008 s957(-1, 4) c D2 +5.4453569546409043 Z/4 + Z/20 -0.1165848289271009 0.401109132008 s955(-1, 4) c D2 +5.4453569546409043 Z/2 + Z/2 + Z/8 0.1165848289271009 0.401109132008 s956( 4, 1) c D2 +5.4453569546409043 Z/2 + Z/2 + Z/8 -0.1165848289271009 0.401109132008 s956(-4, 1) c D2 +5.4453569546409043 Z/4 + Z/4 + Z/4 0.1165848289271009 0.401109132008 s961( 4, 1) c D6 +5.4453569546409043 Z/2 + Z/2 + Z/20 -0.1165848289271009 0.401109132008 s960(-1, 4) c D6 +5.4453569546409043 Z/48 -0.1999181622604342 0.855675370733 v3493(-1, 2) c D2 +5.4453569546409043 Z/208 0.1999181622604342 0.491304089841 v3028(-1, 3) c D2 +5.4453569546409043 Z/2 + Z/26 0.1999181622604342 0.435744319794 v3019(-4, 1) c Z/2 +5.4453569546409043 Z/2 + Z/26 -0.1999181622604342 0.855675370733 v3491(-1, 2) c D2 +5.4457272822154245 Z/49 0.1846760446928732 0.427192620657 v2953( 2, 3) c Z/2 +5.4459878360848643 Z/114 -0.1190626620970485 0.347155292506 v3141( 4, 1) c Z/2 +5.4465397297005618 Z/24 -0.1915440837263752 0.338524614956 v2740(-2, 3) c Z/2 +5.4475453186418635 Z/2 0.0992870306065082 0.359857692556 v2758(-4, 3) c Z/2 +5.4475846908580396 Z/156 -0.0402940064138071 0.351709149814 v2774(-4, 1) c Z/2 +5.4478275679805091 Z/22 -0.2204869247116406 0.329207655760 s952(-5, 1) c Z/2 +5.4479851172923973 Z/115 0.2259194461278256 0.331340041528 v2728( 4, 1) c Z/2 +5.4481164252438790 Z/118 -0.0363133653476508 0.336942101773 s954(-1, 4) c Z/2 +5.4482772251834423 Z/2 + Z/8 -0.1319947926121526 0.790456915354 v3425( 1, 2) c D2 +5.4482814658482897 Z/56 -0.1143518053287941 0.397929724827 s957( 3, 1) c D2 +5.4482814658482897 Z/280 -0.1143518053287941 0.397929724827 s955( 3, 1) c D2 +5.4482814658482897 Z/2 + Z/10 -0.1143518053287941 0.397929724827 s960( 3, 1) c D6 +5.4486393310323494 Z/32 0.1201602476945260 0.466152076120 v3010(-2, 3) c Z/2 +5.4486841556007394 Z/2 + Z/14 -0.1330591571601109 0.417921960817 v2878( 4, 1) c Z/2 +5.4487647061734482 Z/42 -0.2015284681453846 0.608850873380 v3327( 4, 1) c Z/2 +5.4487737116222723 Z/26 0.1707638952084302 0.312051277151 v2655(-2, 3) c Z/2 +5.4489081368067592 Z/279 -0.0906992887638386 0.318064187117 v2692(-1, 4) c Z/2 +5.4489829568324778 Z/22 0.0754528022866169 0.356063885687 v2765(-3, 2) c Z/2 +5.4490977350928184 Z/32 0.1190146266434745 0.407934398022 v2911(-6, 1) c D2 +5.4490977350928184 Z/96 -0.1190146266434745 0.407934398022 v2910(-2, 3) c D2 +5.4493565486975465 Z/19 -0.0419066408252362 0.403718195170 v2888(-5, 1) c Z/2 +5.4495938614833222 Z/43 0.0993652879858812 0.473586792147 v3010( 3, 2) c Z/2 +5.4499661369555706 Z/2 + Z/60 -0.0673808576868728 0.486963193276 v3067( 4, 1) c Z/2 +5.4501613659817849 Z/49 -0.2033079538398493 0.336131662029 v2754(-1, 3) c Z/2 +5.4503818293781770 Z/2 + Z/20 0.1243011839799358 0.473122314951 v3011( 2, 3) c Z/2 +5.4504978225036125 Z/24 -0.0876553694451831 0.991805089996 v3543(-3, 1) c D2 +5.4504978225036125 Z/56 0.0876553694451831 0.495902544998 v3049( 4, 1) c D2 +5.4504978225036125 Z/4 -0.2456779638881502 0.445636779339 v2911( 6, 1) c D2 +5.4504978225036125 Z/12 0.2456779638881502 0.445636779339 v2910( 2, 3) c D2 +5.4505805935735967 Z/26 0.0102989176418963 0.404726744513 v2914(-1, 3) c Z/2 +5.4509139913070644 Z/57 0.1836355210814641 0.353003754461 v2765(-2, 3) c Z/2 +5.4511240092678426 Z/58 -0.2418208621597810 0.306835200990 v2937(-4, 1) c Z/2 +5.4511411815626616 Z/81 -0.1355650040981691 0.672145057650 v3445(-3, 1) c Z/2 +5.4511562798094517 Z/41 -0.0671754073681159 0.594691507896 v3199( 1, 2) c D2 +5.4511769027587121 Z/53 0.1752659279064768 0.386925487294 v2806( 4, 1) c Z/2 +5.4516885174908570 Z/187 0.2144726424790654 0.304211949712 v2749(-3, 4) c Z/2 +5.4520385368522698 Z/115 -0.0861713487389612 0.337840397983 v2742( 5, 1) c Z/2 +5.4522477026373179 Z/52 0.0113436668936521 0.341803167919 v2757(-5, 1) c Z/2 +5.4522482988682807 Z/3 0.1149359597394242 0.394458799188 v2886(-4, 1) c Z/2 +5.4523688687412636 Z/15 -0.2011892608692723 0.448736354839 v2971(-2, 3) c Z/2 +5.4525390126281830 Z/5 + Z/15 -0.1891997883406876 0.353170396369 v2776(-1, 4) c Z/2 +5.4526172541932726 Z/45 -0.0222640592695514 0.390820548116 v2862(-4, 1) c Z/2 +5.4526631735055740 Z/236 -0.0410513891961645 0.306936063037 v2761( 1, 4) c Z/2 +5.4526714258574575 Z/2 + Z/26 0.0036456854524684 0.416842031740 v2914( 4, 1) c Z/2 +5.4532380170909040 Z/253 -0.1731461707312414 0.326517946362 v2717( 1, 4) c Z/2 +5.4535338517066872 Z/2 + Z/10 0.1213479250766027 0.475966771673 v3077(-5, 1) c D2 +5.4539517059044348 Z/96 -0.2258987545274543 0.341161896712 v2775( 5, 1) c Z/2 +5.4539615238836069 Z/43 -0.0500139987069000 0.437225265998 v2964(-3, 2) c Z/2 +5.4541125238288971 Z/2 + Z/28 0.0190626033914896 0.356139580194 v2756( 2, 3) c Z/2 +5.4541618997500250 Z/77 0.2037158844414885 0.320584236513 v2703( 5, 2) c Z/2 +5.4541923427144069 Z/8 -0.1561872084193365 0.311510751227 v2677( 2, 3) c Z/2 +5.4542821251841929 Z/130 -0.1763080937441632 0.302831888877 v2661( 5, 2) c Z/2 +5.4543820277378870 Z/191 -0.0148953258201510 0.377547068261 v2816( 3, 2) c Z/2 +5.4545852919682261 Z/168 0.0974866558411553 0.368161254456 v2801( 1, 3) c Z/2 +5.4545996285706331 Z/23 -0.2391972584700497 0.491149361713 v3051(-1, 3) c Z/2 +5.4546945769312798 Z/50 0.1922664858533071 0.347922323114 v2756(-3, 4) c Z/2 +5.4547738459378666 Z/228 0.2224359326346131 0.302579749265 v2761( 3, 4) c Z/2 +5.4551699505491335 Z/32 -0.2409247650025969 0.520716221574 v3136( 4, 1) c Z/2 +5.4555148928027532 Z/96 0.0224312161528233 0.300212756087 s949( 1, 4) c Z/2 +5.4556729966234818 Z/17 -0.1453358526004007 0.447356796642 v2979(-2, 3) c Z/2 +5.4557164197968820 Z/107 -0.1397328884360883 0.656329923465 v3416( 3, 1) c Z/2 +5.4558260265743891 Z/35 -0.1270352711199000 0.493024677590 v3086(-2, 3) c Z/2 +5.4560180454934651 Z/5 + Z/15 -0.0181205191516406 0.315425793356 v2744(-6, 1) c D2 +5.4561189621261026 Z/90 0.1735826460947233 0.304715488612 v2674( 6, 1) c D2 +5.4561484134931359 Z/147 0.1688390911087985 0.336922697956 v2742( 4, 3) c Z/2 +5.4561992356317322 Z/8 0.0667022609337875 0.717945906418 v3492(-1, 2) c D2 +5.4561992356317322 Z/152 0.0667022609337875 0.494819432828 v3074( 3, 2) c D2 +5.4561992356317322 Z/2 + Z/38 0.0667022609337875 0.358972953209 v2795(-3, 4) c D2 +5.4561992356317322 Z/7 + Z -0.1832977390662125 0.358972953209 v2796( 4, 1) c D2 +5.4561992356317322 Z/11 + Z -0.1832977390662125 0.358972953209 v2797(-3, 4) c D2 +5.4563545396108573 Z/39 0.0407689571314758 0.318499765902 v2687(-4, 3) c Z/2 +5.4563657028348852 Z/81 0.0587762576295803 0.485157936298 v3191(-1, 3) c Z/2 +5.4564191130292295 Z/113 0.2495791171554742 0.421968662302 v2925( 1, 3) c Z/2 +5.4565593088894148 Z/55 -0.1344822542211628 0.568827214371 v3266( 3, 2) c D2 +5.4565684647804844 Z/5 + Z/20 -0.1576141848642900 0.522215199293 v3128(-2, 3) c D2 +5.4567222733802730 Z/59 -0.1171326273520142 0.458862873146 v2996(-4, 1) c Z/2 +5.4567380362770022 Z/65 -0.0050134218535459 0.338861892057 v2748( 3, 2) c Z/2 +5.4569500668521297 trivial -0.2079583388619480 0.433552413148 v2974( 2, 3) c Z/2 +5.4571006415407405 Z/40 -0.0895772735119506 0.492334189483 v3109(-4, 1) c D2 +5.4571006415407405 Z/120 0.0895772735119506 0.492334189483 v3110( 1, 3) c D2 +5.4571006415407405 Z/2 + Z/6 -0.0895772735119506 0.492334189483 v3106(-1, 3) c D2 +5.4571006415407405 Z/2 + Z/10 -0.1604227264880494 0.492334189483 v3107( 4, 1) c D2 +5.4571006415407405 Z/20 -0.2437560598213827 0.418030864178 v2874( 5, 1) c D2 +5.4571006415407405 Z/3 + Z/12 -0.2437560598213827 0.418030864178 v2873( 5, 1) c D2 +5.4574822199549774 Z/117 -0.0907541219495191 0.365626094265 v2908( 1, 3) c Z/2 +5.4575965606032037 Z/18 -0.2446452099284608 0.398722703144 v2871(-5, 1) c Z/2 +5.4577446369852118 Z/26 0.0178405308497318 0.360353601353 v3081(-5, 1) c Z/2 +5.4580186380406883 Z/6 0.2173728402932366 0.335507737003 v2743(-5, 1) c D2 +5.4583180450662372 Z/25 -0.1574294681671292 0.359887817124 v2888( 3, 2) c Z/2 +5.4583290455090583 Z/13 0.1382946469364887 0.476233126099 v3041( 3, 1) c Z/2 +5.4586143055806320 Z/89 -0.1793697049371307 0.522163468220 v3105( 3, 2) c Z/2 +5.4587928838348468 Z/297 0.1890285818447540 0.381152962388 v2819( 1, 4) c D2 +5.4589831015667603 Z/39 -0.0735313317585993 0.423922151977 v2923( 3, 2) c Z/2 +5.4593086918882960 Z/57 -0.1140416764554730 0.318377577270 v2709( 1, 4) c Z/2 +5.4595292418543388 Z/110 0.0516844382389854 0.499723297729 v3119(-3, 1) c Z/2 +5.4595766451065650 Z/23 0.1255594133665583 0.313276907486 v2709(-1, 4) c Z/2 +5.4597640287859553 Z/115 0.0112747878938326 0.313801942187 v2698(-1, 4) c Z/2 +5.4598154521406396 Z/79 -0.0004593278730739 0.306764216576 v2679( 5, 2) c Z/2 +5.4600090422029119 Z/2 + Z/2 -0.0732496510245959 0.306991548157 v2701(-2, 3) c Z/2 +5.4600957766684162 Z/27 -0.0953580933305914 0.357954436258 v2775(-5, 2) c Z/2 +5.4603181807407423 Z/3 + Z/33 0.1074312031652035 0.544314783525 v3215( 3, 2) c D4 +5.4603861833389587 Z/141 0.2451029884611961 0.359751030926 v2783( 4, 3) c Z/2 +5.4605811646235073 Z/14 0.1570502134222276 0.433072227567 v2932( 2, 3) c Z/2 +5.4607271603823686 Z/178 -0.1068242297095673 0.337797855412 v2763( 3, 2) c Z/2 +5.4610289381795161 Z/107 0.1672363022917437 0.612155222582 v3277( 3, 1) c Z/2 +5.4612372295321068 Z/155 -0.0926566086208846 0.427883606893 v2957(-3, 2) c Z/2 +5.4612589427788417 Z/4 + Z/4 -0.1977635674703964 0.506866615276 v3122( 1, 3) c Z/2 +5.4614045110840437 Z/49 -0.2175780476593430 0.382231580104 v2840(-1, 4) c Z/2 +5.4615481898703425 Z/72 -0.1313030014717649 0.430989236879 v2964( 4, 1) c D2 +5.4615481898703425 Z/28 -0.2020303318615685 0.410307429315 v2877( 6, 1) c D2 +5.4615481898703425 Z/84 -0.2020303318615685 0.410307429315 v2876(-2, 3) c D2 +5.4615577401050615 Z/28 0.0119573522772920 0.495869549403 v3071(-2, 3) c D2 +5.4615577401050614 Z/44 0.1786240189439587 0.325251529166 v2716( 6, 1) c D2 +5.4615577401050615 Z/132 0.1786240189439587 0.325251529166 v2715(-2, 3) c D2 +5.4616121851182173 Z/45 -0.1935805956523651 0.395824956580 v2897( 4, 1) c Z/2 +5.4619052496928157 Z/141 -0.1477783061653419 0.536709353843 v3172( 3, 1) c Z/2 +5.4619561451466687 Z/30 0.0238233683808029 0.310401570889 v2674(-6, 1) c D2 +5.4620238988489860 Z/5 + Z/35 -0.0860434171905649 0.596977059955 v3266(-3, 1) c D2 +5.4623452907840351 Z/31 0.1570104703938884 0.430529191446 v2941( 4, 1) c Z/2 +5.4624441328492423 Z/51 -0.1470617895743478 0.532755920564 v3158(-4, 1) c D2 +5.4625874987057773 Z/176 -0.1033623529152946 0.306803449959 v2695(-1, 4) neg c Z/2 +5.4626415722783508 Z/272 0.2233597362161361 0.339771479053 v2763(-1, 4) c Z/2 +5.4626939669252223 Z/2 + Z/20 0.0389263279562694 0.323424268220 v2738( 3, 2) c Z/2 +5.4627486232347873 Z/18 0.0636482878372328 0.311591061571 v2704(-6, 1) c Z/2 +5.4628052643713399 Z/12 -0.2059273080390550 0.384211762522 v2840(-4, 3) c Z/2 +5.4628695909095680 Z/3 0.0695936952555504 0.397903816193 s958(-1, 3) c Z/2 +5.4629792444209558 Z/32 0.0021090987202774 0.407539092794 v2994( 4, 1) c Z/2 +5.4631361033683793 Z/113 0.1089179938774417 0.383431551351 v3289(-4, 1) c Z/2 +5.4633607459974307 Z 0.0231564285124359 0.514193585738 v3107( 3, 2) c D2 +5.4633607459974307 Z/25 0.2268435714875641 0.514193585738 v3109(-3, 2) c D2 +5.4635968115093602 Z/27 0.1276567225544829 0.445444299758 v2979( 4, 1) c Z/2 +5.4636680515083688 Z/62 -0.1558644698759868 0.308048944380 v2689( 5, 2) c Z/2 +5.4637080531950453 Z/19 0.2017849074740775 0.379112054397 v2819(-4, 1) c Z/2 +5.4638673599862723 Z/30 -0.0877470206783513 0.788018354030 v3539( 2, 1) c Z/2 +5.4640631526957901 Z/5 + Z/15 -0.2046495327481932 0.471249313700 v3129(-4, 1) c D2 +5.4642322488933834 Z/33 -0.0458089209195019 0.461695209105 v2998( 3, 2) c Z/2 +5.4643331692061816 Z/124 -0.0448332831513704 0.497884959831 v3074(-3, 2) c Z/2 +5.4645762138824284 Z/87 -0.2356650341141663 0.313307506551 v2687(-3, 4) c Z/2 +5.4645935692919114 Z/7 0.0739026425987957 0.429446722545 v2984(-3, 2) c Z/2 +5.4647810962327236 Z/96 0.0399654899030848 0.436749488647 v3136(-4, 1) c Z/2 +5.4648712381516812 Z/142 -0.0678966375251260 0.307065793679 v2673(-1, 3) c Z/2 +5.4649452343682033 Z/58 0.2216563403196458 0.581136645013 v3441(-3, 1) c Z/2 +5.4649526214953060 Z/2 + Z/36 -0.0911549087098148 0.403714358482 v2899(-4, 1) c Z/2 +5.4649526214953060 Z/2 + Z/44 -0.0911549087098148 0.403714358482 v2898(-1, 3) c Z/2 +5.4649752793349788 Z/67 0.1354198310046669 0.334194615352 v2772(-1, 4) c Z/2 +5.4652811010062530 Z/41 0.0051461375505580 0.751603898501 v3470(-1, 2) c D2 +5.4652811010062530 Z/4 -0.1718128042172247 0.405961225005 v2874(-1, 3) c D2 +5.4652811010062530 Z/31 0.1718128042172247 0.751603898501 v3469(-1, 2) c D2 +5.4652811010062530 Z/108 -0.1718128042172247 0.375801949251 v2816(-4, 3) c D2 +5.4652811010062530 Z/24 -0.2448538624494420 0.676436134714 v3346(-4, 1) c D2 +5.4652811010062530 Z/168 -0.2448538624494420 0.375801949251 v2828( 4, 3) c D2 +5.4653083196141151 Z/38 -0.0563197578242190 0.385773462174 v2889( 6, 1) c D2 +5.4653574736790559 Z/87 -0.2476553458498903 0.385973073252 v2857(-4, 1) c Z/2 +5.4655101165308897 Z/46 0.2373903257170489 0.404439697871 v2901(-3, 2) c Z/2 +5.4657901884320890 Z/2 + Z/4 0.1307918536490938 0.422989911766 v2960(-3, 2) c Z/2 +5.4660175111855713 Z/56 0.2025112092496642 0.515112480588 v3126( 2, 3) c D2 +5.4661754430888913 Z/23 -0.1206930220339814 0.317060283397 s951( 5, 1) c Z/2 +5.4663273025992044 Z/65 0.1809559089137158 0.439062297121 v3028( 4, 1) c Z/2 +5.4664495824442309 Z/106 0.2099560739953162 0.432123800064 v2972(-4, 1) c Z/2 +5.4666176486440652 Z/2 + Z/34 0.1240049076545937 0.410087977981 v2901( 5, 1) c Z/2 +5.4666597229484227 Z/132 -0.2075123920931672 0.337133669017 v2761(-3, 2) c Z/2 +5.4667915383132812 Z/32 -0.0408292670239864 0.329880315479 v2754(-2, 3) c Z/2 +5.4669450312109577 Z/5 0.0617601509628228 0.535561130018 v3195( 1, 2) c Z/2 +5.4671501891482887 Z/7 -0.0551909019530915 0.609468446021 v3476( 3, 1) c Z/2 +5.4671856585004994 Z/3 + Z/21 0.1116822813609132 0.355415663700 v2786( 5, 1) c Z/2 +5.4673617564945730 Z/158 -0.1231982912594824 0.349613209689 v2774(-2, 3) neg c Z/2 +5.4673854144341376 Z/59 -0.1062686460324611 0.470385961929 v3482( 3, 1) c Z/2 +5.4674842707481936 Z/102 0.0422328092977634 0.329540718736 v2749( 2, 3) c Z/2 +5.4675071822316722 Z/2 0.2397146232992078 0.410856491990 v2914( 1, 4) c Z/2 +5.4679812325682303 Z/136 0.1856932276840071 0.356510175186 v2783( 5, 2) c Z/2 +5.4681432575919453 Z/13 -0.0040950785218637 0.353292473004 v2804( 4, 1) c Z/2 +5.4689204593594819 Z/8 -0.2148212875203957 0.600936305212 v3320(-4, 1) c Z/2 +5.4689944047572268 Z/7 + Z/14 0.0033902269743552 0.661560266691 v3390( 2, 3) c Z/2 +5.4691383348822282 Z/79 -0.0395527335261132 0.589511069718 v3274( 3, 1) c Z/2 +5.4692797210635984 Z/117 0.1569808732241592 0.313367120333 s951( 1, 4) c Z/2 +5.4694875108488927 Z/66 0.0910822323860128 0.591731969124 v3257( 4, 1) c Z/2 +5.4695197667739432 Z/34 -0.1195990852422360 0.503283258073 v3143(-2, 3) c Z/2 +5.4695367807098259 Z/119 -0.1773545042244360 0.348100841813 v2796(-1, 4) c D2 +5.4697341581969972 Z/42 -0.0142872525286889 0.513933511406 v3444( 3, 1) c Z/2 +5.4699170873033325 Z/135 0.1667160898389210 0.321519409424 v2729(-1, 4) c Z/2 +5.4703601677241607 Z/15 0.2391161698846415 0.427896012848 v2958( 4, 1) c Z/2 +5.4704259608003882 Z/2 + Z/22 -0.0428122573740167 0.313564233603 v2701( 4, 3) c Z/2 +5.4705883239758037 Z/9 -0.0143328911980989 0.454501327922 v2986( 5, 1) c trivial +5.4706947892598801 Z/2 + Z/10 -0.1854999069767983 0.326008170529 v2721( 2, 3) c Z/2 +5.4708307316992837 Z/2 + Z/18 -0.0854266597268351 0.562354279127 v3226( 1, 2) c Z/2 +5.4714481231772830 Z/75 -0.0245893405353506 0.368859007341 v2817( 1, 3) c Z/2 +5.4715902247497698 Z/113 -0.0497616969151062 0.498182726630 v3074( 2, 3) c Z/2 +5.4717320477475974 Z/61 -0.2090697584733558 0.317822828286 v2720( 5, 1) c Z/2 +5.4722236816997484 Z/53 -0.2107471692034755 0.312327706495 v2798( 4, 1) c Z/2 +5.4724535609437822 Z/129 -0.0293090686016888 0.436384154694 v3190( 4, 1) c Z/2 +5.4730329666087359 Z/32 -0.0607495384238628 0.471281196757 v3031( 3, 1) c D2 +5.4730329666087359 Z/96 0.0607495384238628 0.689350642497 v3340(-4, 1) c D2 +5.4730329666087359 Z/4 + Z/12 0.1059171282428039 0.473132705085 v3045( 2, 3) c Z/2 +5.4730329666087359 Z/3 + Z/9 0.2274162050905295 0.468007226373 v3008( 3, 2) c D6 +5.4731022738360417 Z/110 -0.0012552581683710 0.320417873108 v2728( 1, 4) c Z/2 +5.4731183789798928 Z/4 -0.0423606919957376 0.334947196352 v2749( 4, 1) c Z/2 +5.4732498732530816 Z/123 -0.0432262203638621 0.336129970304 v3170(-4, 1) c Z/2 +5.4732722015150980 Z/33 -0.0023924411766409 0.407900425885 v2866( 5, 1) c Z/2 +5.4733176033881435 Z/102 0.2177898112742620 0.308676702544 v2721( 5, 1) c Z/2 +5.4734536813884161 Z/20 -0.1399552092107100 0.554095417923 v3246( 1, 3) c D2 +5.4734536813884161 Z/36 -0.1399552092107100 0.554095417923 v3244( 1, 3) c D2 +5.4734723922559043 Z/31 -0.1228524333695271 0.426265952172 v2967( 4, 1) c Z/2 +5.4735759495413774 Z/2 -0.1918529941700659 0.415016387023 v2889(-6, 1) c D2 +5.4736627244985553 Z/2 + Z/18 0.1354691989589280 0.575009776174 v3216(-5, 1) c D2 +5.4736874420527511 Z/3 + Z/21 -0.2089380007454808 0.347152932036 v2791( 5, 2) c Z/2 +5.4739371360718809 Z/24 -0.2442536234390242 0.563032724428 v3480( 3, 1) c Z/2 +5.4740779924293099 Z/80 0.0924157142452357 0.351478055588 v3278(-4, 1) c Z/2 +5.4742356542666943 Z/52 0.1368261204928752 0.314612485037 s951( 4, 3) c Z/2 +5.4743231040227864 Z/2 + Z/134 0.1641172214586096 0.351434451212 v2805( 1, 4) c Z/2 +5.4750424008004401 Z/188 0.1045124626703036 0.314722799004 v2741( 1, 4) c Z/2 +5.4751546830303776 Z/22 -0.0126618232670112 0.412016223217 v2998(-2, 3) c Z/2 +5.4755009481182486 Z/16 -0.0574734103248611 0.421526314924 v2984( 5, 1) c Z/2 +5.4755558568493999 Z/47 0.0842669216745889 0.393007308744 v2846(-3, 4) c Z/2 +5.4756915244258444 Z/55 0.2132479737534082 0.604549648050 v3257(-3, 2) c D2 +5.4758839203854351 Z/51 0.1197094957222153 0.560024017501 v3248(-4, 1) c Z/2 +5.4759692574994299 Z/6 0.2071021291632561 0.336388780902 v2771(-5, 2) c Z/2 +5.4760225438396929 Z/12 -0.1863993794664650 0.430235840587 v2920( 6, 1) c D2 +5.4760225438396929 Z/5 0.2302672872002016 0.430235840587 v2919( 6, 1) c D2 +5.4761602849053520 Z/2 + Z/38 -0.0148980825955446 0.338832020932 v2761(-4, 1) c Z/2 +5.4762726911882110 Z/4 -0.0974383286581461 0.321822861208 v2743( 5, 1) c D2 +5.4762726911882110 Z/60 -0.0974383286581461 0.321822861208 v2744( 1, 3) c D2 +5.4764849735759709 Z/110 -0.1120693287225459 0.324648059826 v2748( 2, 3) c Z/2 +5.4768035226229475 Z/22 0.1294318315825547 0.391350837639 v2898( 4, 3) c Z/2 +5.4769070950035780 Z/2 + Z/56 0.1523311391022413 0.609756036170 v3390( 1, 3) c Z/2 +5.4770146582423635 Z/167 0.2176725185493742 0.436076216611 v2953(-3, 2) c Z/2 +5.4770629884005948 Z/3 0.1874318853220616 0.405000017223 v2908(-4, 3) c Z/2 +5.4770870137612008 Z/114 -0.1353172321684038 0.420307446628 v2951(-3, 2) c Z/2 +5.4777743749618357 Z/2 + Z/22 -0.0488061226431149 0.538791940974 v3216(-3, 2) c D2 +5.4777775537792844 Z/43 -0.0963630221120380 0.325180439486 v2750( 1, 4) c Z/2 +5.4779827665621505 Z/2 + Z/40 -0.1720387475779682 0.425068865585 v2951( 2, 3) c D2 +5.4780237900080767 Z/167 -0.0854716708452785 0.311179288738 v2720(-5, 2) c Z/2 +5.4783440268940109 Z/160 -0.1023193655605287 0.315354531278 v2931( 4, 1) c Z/2 +5.4783440268940109 Z/155 0.1856526988938620 0.315354531278 v2739( 3, 2) c D2 +5.4785405292438466 Z/89 -0.2057766220915005 0.329952024177 v2770( 4, 3) c Z/2 +5.4786544635631764 Z/39 0.2324649445258335 0.556860474426 v3189( 4, 1) c Z/2 +5.4787088336034172 Z/5 -0.1231084564299967 0.883948035669 v3536(-3, 1) c Z/2 +5.4787209242510718 Z/120 0.0442824902619924 0.386959158833 v2897( 1, 4) c Z/2 +5.4790951403237490 Z/265 0.1000697213532078 0.326263204836 v2734( 3, 4) c Z/2 +5.4792685551413488 Z/9 0.1872077850659824 0.313341854310 v2735( 1, 4) c Z/2 +5.4803187780173680 Z/6 + Z/12 -0.2047058943059249 0.319513510981 v2927(-5, 1) c D2 +5.4803448288602168 Z/151 0.2254327126188834 0.335060992060 v2929(-4, 1) c Z/2 +5.4805271282659132 trivial 0.1750661068043828 0.395138118539 v2861( 1, 3) c Z/2 +5.4808692941558012 Z/29 -0.1435546856042128 0.545669482495 v3144(-6, 1) neg c D2 +5.4809158187571207 Z/93 -0.0360615778143934 0.402300632428 v2917(-4, 1) c Z/2 +5.4810568224572479 Z/121 0.0621518636951729 0.316520106040 v2747( 1, 4) c Z/2 +5.4811026327908036 Z/57 -0.0509553523747993 0.309265381206 v2725(-5, 1) c Z/2 +5.4813195409362351 Z/85 0.1465874338153869 0.394004574917 v2913(-4, 1) c Z/2 +5.4813525317910461 Z/82 -0.2031282729429610 0.303957225157 v2704(-4, 3) c Z/2 +5.4814833399527599 Z/81 -0.1604857896668343 0.332760271539 v2922( 4, 1) c Z/2 +5.4815395865282588 Z/84 -0.0681953214652704 0.332892095811 v2780( 4, 1) c Z/2 +5.4818559163384662 Z/15 -0.1145787279351183 0.807748209173 v3486( 1, 2) c D2 +5.4821304469192295 Z/161 -0.0939223485060677 0.409034380053 v2953(-4, 1) c Z/2 +5.4823284664628135 Z/263 -0.2475221452519077 0.323470450954 v2728(-4, 3) c Z/2 +5.4826066092372166 Z/30 0.0086949303505258 0.416800730385 v2960( 5, 1) c Z/2 +5.4831300969615747 Z/2 + Z/40 0.0331331142695917 0.417309712287 v2959(-1, 3) neg c Z/2 +5.4831335018768379 Z/31 0.1048757465003634 0.375112632680 v2889(-3, 2) c D2 +5.4832417540470914 Z/141 -0.1885990561988582 0.325624753976 v2759(-3, 2) c Z/2 +5.4833445960752935 Z/37 0.1117094384457229 0.429600195017 v2996( 4, 1) c Z/2 +5.4834562967217967 Z/65 -0.1134100717241580 0.314450388784 v2719(-5, 2) c Z/2 +5.4834780218408905 Z/41 -0.0113284450412641 0.306073390085 v2719( 3, 2) c Z/2 +5.4834782497825102 Z/159 -0.1985271948237356 0.322017310430 v2747(-1, 4) c Z/2 +5.4835530461534727 Z/19 -0.2288696667336389 0.371994183064 v2824( 5, 1) c Z/2 +5.4835849040561412 Z/2 + Z/56 -0.2161745427817682 0.305078248752 v2721(-4, 3) c Z/2 +5.4837021147021042 Z/14 -0.1683583094759380 0.404942698776 v2939(-4, 1) c Z/2 +5.4837751186867778 Z/21 0.1536988682531029 0.587156708951 v3305(-4, 1) c D2 +5.4839117110538925 Z/13 -0.0168808783749430 0.753258061884 v3443(-3, 2) c D3 +5.4840314087165579 Z/66 -0.1532882239559477 0.315467734336 v2740( 4, 3) c Z/2 +5.4840810418201882 Z/70 -0.1544319547589376 0.321334979517 v2738( 4, 1) c Z/2 +5.4846277371184880 Z/80 0.0525296863420463 0.318594576343 v2754(-6, 1) c Z/2 +5.4846735483728084 Z/26 0.0095901633182100 0.415391734884 v2914( 3, 4) c Z/2 +5.4859159103062427 Z/2 + Z/2 -0.0892999049347770 0.339924319159 v2771(-6, 1) c Z/2 +5.4860885051135794 Z/35 0.0097854061661752 0.308354210865 v2736( 3, 2) c Z/2 +5.4862226193406073 Z/83 -0.0285161344578318 0.317229891653 v2754( 1, 3) c Z/2 +5.4863416947468483 Z/122 0.0161299102614572 0.343978094783 v2780( 2, 3) c Z/2 +5.4864358118519428 Z/32 0.0661110075831688 0.309972724059 v2803( 4, 1) c Z/2 +5.4865031051218152 Z/65 -0.0732274402528829 0.316245105095 v2735(-1, 4) c Z/2 +5.4866135312988506 Z/115 -0.0473636925562918 0.331239952759 v2780(-1, 4) c Z/2 +5.4867000977105627 trivial 0.0499533893225253 0.401676627183 v2946( 6, 1) c Z/2 +5.4867020724260863 Z/2 0.0534898746765809 0.644064138118 v3372(-3, 1) c trivial +5.4873978875097689 Z/21 -0.1899710720202641 0.390919446824 v2851( 6, 1) c Z/2 +5.4880892281023037 Z/8 0.0994150552323934 0.382070015168 v2869( 5, 1) c Z/2 +5.4886555907481328 Z/28 0.1913040954402533 0.315625719472 v2725(-4, 3) c Z/2 +5.4886695905384094 Z/79 -0.2158284255456371 0.309993134691 v2740( 5, 2) c Z/2 +5.4887349329136035 Z/107 -0.0347666586487642 0.319423015052 v2727(-3, 2) c Z/2 +5.4887636212890620 Z/66 -0.0401956249952224 0.402137809618 v2935( 4, 1) c Z/2 +5.4891336981077344 Z/9 0.1820055173657098 0.444489416088 v2996( 2, 3) c Z/2 +5.4894615593717106 Z/112 -0.1387529211731841 0.342563523830 v2824( 2, 3) c Z/2 +5.4895192600691093 Z/67 -0.1594606923108957 0.421919075277 v3012( 4, 1) c Z/2 +5.4895301790444079 Z/2 + Z/18 -0.1672802469984861 0.398860717969 v2899(-2, 3) c Z/2 +5.4897010954988751 Z/3 + Z/21 0.0126087031124201 0.381651757753 s958( 5, 1) c Z/2 +5.4897631530954857 Z/119 0.1999319434359848 0.315994970514 v2763( 4, 1) c Z/2 +5.4903216831223794 Z/9 0.0131850228068583 0.411256338312 v2974(-4, 1) c Z/2 +5.4903934902666617 Z/65 0.2100888857730044 0.343491677310 v2806(-4, 3) neg c Z/2 +5.4904295145686968 Z/55 0.1205399072993453 0.438148973243 v3015( 4, 1) c Z/2 +5.4905376744968709 Z/137 0.0060435099087310 0.336861415181 v2804(-1, 4) c Z/2 +5.4907360501038841 Z/26 -0.0557867567700704 0.534061009594 v3189( 1, 3) c Z/2 +5.4907633517133572 Z/24 0.0178626094274779 0.521068785392 v3165( 4, 1) c Z/2 +5.4908714045826379 Z/133 -0.0240779030142217 0.340634979062 v2802(-1, 4) c Z/2 +5.4909145579742141 Z/140 0.1071033250579448 0.314996113015 v2742( 5, 2) c Z/2 +5.4912904245915137 Z/38 0.0121624960375686 0.494237958852 v3100( 3, 2) c Z/2 +5.4916497729585228 Z/97 -0.0601854723328435 0.322481463672 v2774( 1, 4) neg c Z/2 +5.4917739865878244 Z/111 0.0887375400172754 0.341988540649 v2824(-5, 1) c Z/2 +5.4917786428574288 Z/71 -0.1274781328346834 0.452286706525 v3041(-4, 1) c Z/2 +5.4919364327802667 Z/101 0.0768874354324814 0.310082869900 v2722( 6, 1) c Z/2 +5.4924611491182649 Z/19 0.1704528756668960 0.300077849125 v2725(-1, 4) c Z/2 +5.4925817917648935 Z/221 0.1721940156927080 0.377368068471 v2857(-2, 3) c Z/2 +5.4926259591983066 Z/18 0.0964329630170491 0.541813507062 v3191( 2, 3) c Z/2 +5.4927227825370162 Z/80 -0.1888265526016084 0.404011926915 v2897( 3, 4) c Z/2 +5.4929441967339075 Z/4 0.0066545777910904 0.371382945179 v2874( 1, 3) c D2 +5.4929441967339075 Z/108 0.0066545777910905 0.371382945179 v2873( 1, 3) c D2 +5.4930390769816709 Z/156 0.0834852484151929 0.452531605498 v3122( 4, 1) c Z/2 +5.4933760946481636 Z/112 0.1405821894079880 0.396113145696 v2939( 2, 3) c Z/2 +5.4935061733371033 Z/248 -0.0377412388310078 0.314204712556 v2763(-3, 4) c Z/2 +5.4936108324354218 Z/57 -0.1858664397540745 0.431561438174 v2996(-2, 3) c Z/2 +5.4937181135651038 Z/26 -0.0110544721382777 0.392633945343 v2929(-1, 4) c Z/2 +5.4938937430564976 Z/50 0.1502281112432048 0.356012351990 v2825(-5, 1) c Z/2 +5.4939096913337664 Z/2 + Z/26 -0.1604589655135719 0.441419826288 v3011(-4, 1) c Z/2 +5.4941734178403186 Z/163 0.0971903345104890 0.349529096027 v2828(-3, 2) c Z/2 +5.4942546936965975 Z/149 0.0710970050266902 0.369639227786 v2859( 4, 1) c Z/2 +5.4943574861274190 Z/38 0.1966548523374711 0.319587730349 v2757( 5, 1) c Z/2 +5.4943836659385351 Z/25 -0.0962310308114952 0.305062145414 v2736( 2, 3) c Z/2 +5.4947284312618716 Z/69 -0.1173120896562995 0.304686283390 v2719( 2, 3) c Z/2 +5.4948301998163338 Z/11 -0.0101480704143378 0.313422168540 v2763(-5, 1) c Z/2 +5.4951211274306156 Z/27 0.0085098265997455 0.603837921100 v3274(-1, 3) c Z/2 +5.4951832116396329 Z/5 -0.2412511412997365 0.379720095463 v2861(-5, 1) c Z/2 +5.4953356108024087 Z/50 -0.1557911877091956 0.344766685519 v2817(-5, 2) c Z/2 +5.4956465283457937 Z/232 -0.0391423299964790 0.375470058418 v2891(-4, 1) c Z/2 +5.4957148958607822 Z/91 -0.2019345445808723 0.341574805833 v2813( 2, 3) c Z/2 +5.4957935650633141 Z/2 + Z/6 0.0208333333333333 0.732857675974 v3412( 5, 1) c D2 +5.4957935650633141 Z/2 + Z/8 -0.0625000000000000 0.530637530953 v3210( 1, 3) c D2 +5.4957935650633141 Z/2 + Z/56 -0.0625000000000000 0.530637530953 v3207( 1, 3) c D2 +5.4957935650633141 Z/2 + Z/2 + Z/14 -0.0625000000000000 0.481211825060 v3111(-4, 1) c D2 +5.4957935650633141 Z/2 + Z/6 0.1458333333333333 0.530637530953 v3213(-1, 3) c D2 +5.4957935650633141 Z/2 + Z/2 + Z -0.1875000000000000 0.530637530953 v3216( 4, 1) c D2 +5.4957935650633141 Z/2 + Z/2 + Z 0.1875000000000000 0.530637530953 v3217(-1, 3) c D2 +5.4957935650633141 Z/38 -0.2291666666666667 0.881373587020 v3529( 3, 1) c D2 +5.4959966348067077 Z/46 0.1652700820399324 0.376172403547 v2878(-5, 1) c Z/2 +5.4962213595958820 Z -0.0196963064747882 0.602511943866 v3320( 4, 1) c Z/2 +5.4964138312011555 Z/125 0.0832509430113020 0.361927060281 v2866( 2, 3) c Z/2 +5.4964257703283760 Z/34 0.1519993765616261 0.433942140582 v3011(-3, 2) c Z/2 +5.4964539135958899 Z/30 -0.2257358992273927 0.544461877310 v3329(-4, 1) c Z/2 +5.4966048210704082 Z/226 0.2060296431056613 0.314525609702 s953( 3, 2) c Z/2 +5.4967695599013012 Z/18 0.1218020256901198 0.368500541199 v2864( 2, 3) c Z/2 +5.4969447754653906 Z/3 + Z/27 -0.1068225290668520 0.351849502174 v2812(-3, 2) c Z/2 +5.4971087704982006 Z/133 0.2465948830769718 0.413232364794 v2978(-1, 3) c D2 +5.4973178715815102 Z/16 0.1798470735719973 0.308780096566 v2805(-4, 1) c Z/2 +5.4974217606761545 Z/25 -0.1456893778073788 0.312000778436 v2758(-5, 1) c Z/2 +5.4975273290877947 Z/33 0.0814114897522714 0.308858325896 v2758(-1, 4) c Z/2 +5.4976098017105689 Z/18 -0.1385925213389536 0.483497764136 v3120( 3, 1) c Z/2 +5.4976103261496571 Z/40 0.1939781092194313 0.318712310332 v2761( 5, 1) c Z/2 +5.4976612965391756 Z/2 + Z/46 -0.0649082666513631 0.314768765908 v2756( 4, 1) c Z/2 +5.4977684126016784 Z/133 -0.0913262073063838 0.314768558179 v2759( 5, 2) c Z/2 +5.4978731457526284 Z/100 -0.1124015169883369 0.311814144117 v2761( 5, 2) c Z/2 +5.4979065673280459 Z/105 0.0851028989528734 0.339989954998 v2796( 1, 4) c D2 +5.4979791061810632 Z/15 0.0829833349026360 0.607731241490 v3346(-1, 2) c D2 +5.4979962029483400 Z/16 0.1441874095150305 0.386497803660 v3038(-4, 1) c Z/2 +5.4981287947526514 Z/20 -0.0671834431975907 0.354167855567 v3009(-3, 2) c Z/2 +5.4982972492951715 Z/90 0.0962722167038181 0.403941995739 v2957(-4, 1) c Z/2 +5.4983202226060204 Z/20 0.0775821592700817 0.364788048496 v2874(-5, 1) c D2 +5.4983202226060204 Z/36 0.0775821592700817 0.364788048496 v2873(-5, 1) c D2 +5.4989722340813699 Z/263 -0.2306836021948341 0.347753327657 v2828( 1, 4) c Z/2 +5.4990849615915702 Z/10 0.0802151382059227 0.484886244198 v3103( 5, 1) c D2 +5.4991216308449033 Z/66 0.0570316660537052 0.371500932482 v2878( 3, 2) neg c Z/2 +5.4992513268688574 Z/34 -0.1414846138209958 0.559539406781 v3264(-3, 1) c Z/2 +5.4993328656183866 Z/98 -0.1559839167535365 0.393018590351 v2932(-4, 1) c Z/2 +5.4993573841559800 Z/32 0.1558089652299521 0.365363669312 v2877(-6, 1) c D2 +5.4993573841559800 Z/96 0.1558089652299521 0.365363669312 v2876( 2, 3) c D2 +5.4996071856133027 Z/57 0.1633185635604832 0.379177177909 v2872(-4, 3) neg c Z/2 +5.4996564717153891 Z/101 -0.1553102624133371 0.560467972723 v3275( 4, 1) c Z/2 +5.4996627383982225 Z/315 -0.0865266605858129 0.304827806443 v2729( 4, 3) c Z/2 +5.4997357155379354 Z/2 + Z/22 0.0220284362483139 0.304894900964 s952(-4, 3) c Z/2 +5.4998001738827349 Z/53 -0.0088737479245020 0.397731352270 v2955(-1, 3) c Z/2 +5.4999023926247741 Z/34 0.2494221586866167 0.410269946500 v2951( 5, 1) c Z/2 +5.4999225170106263 Z/106 0.1160157855238140 0.367019049239 v2878( 1, 3) neg c Z/2 +5.4999854711157739 Z/8 0.1635069087636737 0.449799702207 v3031( 1, 3) c Z/2 +5.5000024245138277 Z/4 -0.0812295102622653 0.580654269521 v3318( 3, 1) c Z/2 +5.5000024245138277 Z/52 -0.0812295102622653 0.580654269521 v3318(-1, 3) c Z/2 +5.5000617429087438 Z/172 -0.0783796950437184 0.361262232234 v2848(-1, 4) c Z/2 +5.5002750710312983 Z/13 -0.1868338960618817 0.377909631927 v2872( 3, 2) c Z/2 +5.5005162198982308 Z/138 0.0715644501496743 0.306811921334 v2727(-2, 3) c Z/2 +5.5005921013989053 Z/16 0.1817417884790355 0.376504517060 v3081( 5, 1) c Z/2 +5.5005961716013379 Z/237 -0.2136893709095550 0.321728283258 v2763( 2, 3) c Z/2 +5.5006924223598609 Z/2 + Z/4 -0.1633406276952900 0.359676919443 v2850(-4, 1) c Z/2 +5.5007165215192568 Z/220 0.0037465318766072 0.302581184585 v2916( 4, 1) c Z/2 +5.5007165215192568 Z/195 0.0795868014567262 0.302581184585 v2739( 2, 3) c D2 +5.5008686257317449 Z/28 0.0458596690020196 0.391616607471 v2886( 3, 2) c Z/2 +5.5009926880477609 Z/57 0.0120272406652811 0.396575185546 v2966(-3, 2) c Z/2 +5.5013620052408656 Z/73 0.0047226516109981 0.319167612824 v2759(-4, 1) c Z/2 +5.5015151281349396 Z/14 -0.1904261253136932 0.446236265840 v3075( 3, 2) c Z/2 +5.5015176205606751 Z/133 0.2241665989728445 0.387604505193 v2866(-2, 3) c Z/2 +5.5017143392109987 Z/42 -0.1309858189331733 0.364179747637 v2886(-1, 4) c Z/2 +5.5019952675057144 Z/26 0.1527124146171404 0.351507049486 v2841(-4, 1) c Z/2 +5.5020669647740730 Z/49 0.1457331360634624 0.366596318815 v2871( 3, 2) c Z/2 +5.5021136064816939 Z/118 0.1880653367297255 0.305085886115 v2742( 1, 4) c Z/2 +5.5022716555244189 Z/5 + Z/5 0.0404587441113737 0.384759404444 v2897( 4, 3) c Z/2 +5.5023072644528864 Z/118 0.0071765817327281 0.552580453617 v3259(-4, 1) c Z/2 +5.5023294209898024 Z/2 0.0141324239905904 0.380430834972 v2861( 2, 3) c Z/2 +5.5023804462567645 Z/253 0.2010967818192286 0.387521233154 v2891(-1, 4) c Z/2 +5.5024723217808113 Z/42 -0.1480627988526060 0.332687322851 v2791( 4, 3) c Z/2 +5.5029096074032666 Z/10 0.0122970848569446 0.727021580980 v3425(-4, 1) c Z/2 +5.5029126477735671 Z/2 + Z/70 0.0498851207151192 0.302991348317 v2721(-6, 1) c Z/2 +5.5029464528871673 Z/28 0.2369971770260014 0.363406591615 v2836(-5, 2) c Z/2 +5.5030174851508285 Z/148 -0.2067931474033941 0.339417624836 v2816( 4, 1) c Z/2 +5.5031377808268593 Z/35 0.0723774163671642 0.315524837537 v2776( 1, 4) c Z/2 +5.5031440971787087 Z/96 0.0025534390806808 0.307798839244 v2977(-4, 1) c Z/2 +5.5031440971787087 Z/35 0.0858867724140141 0.307798839244 v2739(-5, 2) c D2 +5.5032897293688678 Z/117 -0.0068227169319931 0.406355278763 v2929(-4, 3) c Z/2 +5.5035362463922470 Z/8 -0.1757972797947694 0.414906644517 v2974(-3, 2) c Z/2 +5.5037664216904202 Z/185 -0.2433757924700174 0.312502654515 v2916( 1, 4) c Z/2 +5.5038683384528988 Z/87 0.0613483997235091 0.503595755585 v3092( 1, 3) c Z/2 +5.5039298564932948 Z/145 -0.1324566671907931 0.329976135520 v2775( 2, 3) c Z/2 +5.5039619642502200 Z/262 -0.0242054503063940 0.303259569671 v2728(-3, 4) c Z/2 +5.5042576799702080 Z/19 -0.0455704299802329 0.377309511203 v2911( 3, 2) c D2 +5.5044517982698424 Z/53 0.1435659616927751 0.344231802457 v2841( 1, 4) c Z/2 +5.5046886740276674 Z/3 + Z/27 -0.0573134545176142 0.445618589606 v3076(-3, 2) c Z/2 +5.5047488378180135 Z/4 -0.0746540854172840 0.615110462196 v3310( 5, 1) c D2 +5.5047488378180135 Z/68 0.0746540854172840 0.491127270012 v3117(-1, 3) c D2 +5.5047488378180135 Z/4 + Z/32 -0.1579874187506174 0.393672945203 v2944( 4, 1) c D2 +5.5054559387936674 Z/69 -0.1506566009538389 0.352506029827 v2846(-1, 4) c Z/2 +5.5054625221546794 Z/2 + Z/26 0.1748408128876678 0.562409798597 v3264( 2, 3) c Z/2 +5.5056296910991490 Z/26 0.1962300939550139 0.337998552930 v2806(-1, 4) c Z/2 +5.5057812902437392 Z/90 -0.0073437389231421 0.300715175869 v2719(-5, 3) c Z/2 +5.5057816638751583 Z/117 -0.0043507138166567 0.325284406975 v2793(-5, 1) c Z/2 +5.5058934085275268 Z/146 0.1830225565883979 0.368046783540 v2950(-4, 1) c Z/2 +5.5061191849859662 Z/123 0.1688020783499925 0.315613665401 v2774( 5, 1) c Z/2 +5.5061879967424313 Z/2 + Z/24 0.0300479259586823 0.328902208613 v2787( 5, 1) c D2 +5.5061879967424313 Z/2 + Z/2 + Z/18 -0.0300479259586823 0.328902208613 v2789(-5, 1) c D2 +5.5061879967424313 Z/2 + Z/16 -0.1550479259586823 0.328902208613 v2787(-5, 1) c D2 +5.5061879967424313 Z/2 + Z/2 + Z/22 0.1550479259586823 0.328902208613 v2789( 5, 1) c D2 +5.5061981065571783 Z/234 -0.1232270567553337 0.347349759499 v2816( 2, 3) c Z/2 +5.5063597140188736 Z/233 0.1615389714086999 0.416596902729 v2983( 4, 1) c Z/2 +5.5064045742973898 Z/2 0.0981710777427985 0.430080198694 v3011(-1, 3) c Z/2 +5.5064199966397899 Z/3 + Z/6 0.1044404559694798 0.621474684299 v3327(-4, 1) c Z/2 +5.5064199966397899 Z/14 -0.2294404559694798 0.436700821524 v2984(-5, 1) neg c Z/2 +5.5064433101642014 Z/7 + Z/21 0.0071292967774963 0.336974947522 v2784(-4, 3) c D2 +5.5065754264097593 Z/59 0.2378849942583696 0.333956329218 v2802( 1, 4) c Z/2 +5.5067510190463305 Z/79 0.2196675235835587 0.516343840931 v3202(-1, 3) c Z/2 +5.5071806871498052 trivial -0.0823989361728937 0.404561594504 v2946(-6, 1) c Z/2 +5.5072676097991437 Z/37 -0.1910925723511515 0.302761550370 v2722(-2, 3) c Z/2 +5.5074591469221927 Z/286 0.1031421530308797 0.303036824840 s953(-5, 2) c Z/2 +5.5076285688215064 Z/30 0.0349576754670194 0.510375006773 v3154(-1, 3) c D2 +5.5084675809525470 Z/75 0.1647727770603332 0.436342432315 v3348( 3, 2) c Z/2 +5.5085110381392104 Z/64 -0.0140794616901301 0.411356453586 v2968(-1, 3) c Z/2 +5.5086314772481414 Z/20 -0.1985504408088788 0.307596682837 v2748( 4, 1) c Z/2 +5.5087083730488874 Z/2 0.2374160075284738 0.399001094008 v2923( 4, 1) c Z/2 +5.5087252011025346 Z/110 0.1356078759971992 0.306491398599 v2738(-5, 1) c Z/2 +5.5088490292811184 Z/179 0.0996841978359521 0.312534903310 s953( 2, 3) c Z/2 +5.5096769895255775 Z/2 + Z/80 0.0834323606691274 0.323143728124 v2794(-2, 3) c Z/2 + Z/2 + Z/2 +5.5096769895255775 Z/2 + Z/14 0.1665676393308726 0.323143728124 v2771( 2, 3) c D2 +5.5096769895255775 Z/24 0.1667656940024607 0.646287456249 v3377( 3, 1) c D2 +5.5096769895255775 Z/2 + Z/26 0.1667656940024607 0.646287456249 v3352(-3, 1) c D2 +5.5096769895255775 Z/44 -0.2499009726642059 0.668585375209 v3448( 3, 2) c D2 +5.5096769895255775 Z/3 + Z/9 0.2499009726642059 0.531141088338 v3214(-2, 3) c Z/2 + Z/2 + Z/2 +5.5099876151080228 Z/45 0.1660841367050826 0.552380021618 v3238( 3, 1) c trivial +5.5101379896155118 Z/134 0.0719877264090589 0.407672133819 v2956( 3, 2) c Z/2 +5.5102051861398203 Z/49 -0.0752673010736451 0.388811778957 v2941(-4, 1) c Z/2 +5.5102256838545280 Z/235 -0.1867306964926064 0.332876311777 v2816(-1, 4) c Z/2 +5.5102916729086616 Z/54 0.0426651157843484 0.543655228383 v3205(-3, 1) c trivial +5.5110793909341263 Z/6 0.1609113387873052 0.592968733858 v3274(-2, 3) c Z/2 +5.5111668912097649 Z/36 -0.0714789372899548 0.408348949614 v2979(-5, 1) c Z/2 +5.5112555391918094 Z/64 0.2149121532824746 0.309450100789 v2759( 5, 1) c Z/2 +5.5115727239019533 Z/68 0.2135647857246770 0.559240021625 v3274(-4, 1) c Z/2 +5.5118270540786573 Z/124 0.0422635157610086 0.376535583655 v2864( 4, 1) c Z/2 +5.5120778043366541 Z/18 -0.0569494615699872 0.455982131335 v3077( 1, 2) c D2 +5.5121175009474835 Z/142 0.1637248759873693 0.407037358596 v2953(-1, 3) c Z/2 +5.5121457131140380 Z/2 + Z/66 0.0209814143199858 0.399830176779 v2972(-3, 2) c Z/2 +5.5126425839336764 Z/132 -0.2236192421868635 0.455573656634 v3069( 4, 1) c Z/2 +5.5128522025751197 Z/103 0.1931105236244346 0.353678283634 v2855( 2, 3) c Z/2 +5.5132797119305030 Z/33 -0.0729969233057647 0.319406488784 v2786(-5, 1) c Z/2 +5.5132890967343001 Z/15 0.1605119463877644 0.310570920428 v2758(-5, 2) c Z/2 +5.5133249190110689 Z/167 0.0565583467224515 0.362242099993 v2864(-1, 4) c Z/2 +5.5133610593061840 Z/37 -0.0641004692923297 0.384374124977 v2886( 2, 3) c Z/2 +5.5134336394961987 Z/38 0.2264894420449412 0.390018497940 v2935(-4, 1) c Z/2 +5.5138355036860291 Z/71 0.0699378279598439 0.456803354533 v3074(-2, 3) c Z/2 +5.5142431424075172 Z/55 0.2488461549792582 0.512879666947 v3132( 4, 1) c Z/2 +5.5144582197402941 Z/19 -0.2420906677449246 0.324449494357 v2806( 2, 3) c Z/2 +5.5145392665034392 Z/75 -0.1448049187098068 0.467300682583 v3076( 4, 1) c Z/2 +5.5153184119296808 Z/25 0.1083723428755108 0.318443105051 v2775(-6, 1) c Z/2 +5.5154482602550231 Z/40 0.1038089793162393 0.605003950963 v3352( 3, 2) c Z/2 +5.5156986013122921 Z/22 -0.0684021887156382 0.483364369064 v3077(-1, 2) c D2 +5.5158204850593607 Z/3 + Z/24 -0.2342813078667608 0.328108259754 v2782( 3, 2) c Z/2 +5.5159293638658976 Z/155 -0.1856337884482712 0.402250219011 v2958( 2, 3) neg c D2 +5.5162403257729740 Z/91 -0.1375711163686973 0.314570683052 v2774( 5, 2) c Z/2 +5.5163473720695792 Z/114 -0.0115423106778262 0.409502649479 v2955( 3, 4) c Z/2 +5.5165654226216520 Z/269 0.2090899370955750 0.305307622006 s953(-5, 3) c Z/2 +5.5166361297144689 Z/128 0.1954805171286168 0.380946056643 v2891( 4, 1) c Z/2 +5.5166379217906629 trivial -0.2046683053696913 0.595087753200 v3353(-1, 2) c Z/2 +5.5167227747257545 Z/105 -0.0113608893135120 0.313559584593 v2784(-1, 4) c D2 +5.5167850229473708 Z/53 0.1815126028443307 0.319252034164 v2793( 5, 1) c Z/2 +5.5168234055111122 Z/2 + Z/10 0.1800878552991391 0.377898274196 v2901(-1, 3) c Z/2 +5.5171965123018882 Z/75 0.1690164305404234 0.424774541463 v3014(-1, 3) c Z/2 +5.5177118649813110 Z/70 0.2052020151970331 0.358000872325 v2871( 1, 3) c Z/2 +5.5177841097833371 Z/3 + Z/12 -0.1896264878562139 0.567849572926 v3288( 1, 3) c D2 +5.5179268773508362 Z/70 0.1785600381292938 0.609351794691 v3358( 3, 1) c D2 +5.5179336580868087 Z/58 0.2226340263179782 0.390604306334 v2929(-3, 4) c Z/2 +5.5179785220125100 Z/2 + Z/2 0.0945633971231533 0.674263299750 v3428(-4, 1) c Z/2 +5.5180547538701748 Z/117 0.2019608579989271 0.691143965378 v3445(-1, 2) c Z/2 +5.5185022684766682 Z/2 0.2138046291934062 0.380446861961 v2946(-3, 2) c Z/2 +5.5186456719506159 Z/10 -0.1791747649080452 0.417017333398 v3078( 5, 1) neg c Z/2 +5.5186719622165122 Z/86 -0.1195119859557953 0.346788930693 v2833(-4, 1) c Z/2 +5.5187432792331069 Z/5 -0.2306398102311002 0.415328824270 v2974(-1, 3) c Z/2 +5.5188133823339769 Z/103 0.2174256427982342 0.386281887751 v2955( 4, 3) c Z/2 +5.5188458819040153 Z/94 0.2199408589184309 0.398107510870 v2955( 1, 4) c Z/2 +5.5190203662951861 Z/66 -0.0969511096590725 0.570277760736 v3314(-1, 3) c Z/2 +5.5190289736717887 trivial 0.0284454082931366 0.320352858013 v2780(-5, 2) c Z/2 +5.5192607026072177 Z/6 0.1517608772358002 0.334802693915 v2894(-6, 1) c D2 +5.5193173553843685 Z/29 0.1217367212644619 0.353128969613 v2872( 4, 1) c Z/2 +5.5193296797952375 Z/2 + Z/22 0.2378825506999759 0.366428005470 v2914( 4, 3) c Z/2 +5.5195550598267995 Z/6 0.0007187586076687 0.332481206446 v2812(-2, 3) c Z/2 +5.5196335754648635 Z/125 -0.0610617817150107 0.447906673729 v3087(-1, 3) c Z/2 +5.5197004647098121 Z/33 0.2219657267410883 0.313946697142 v2780(-5, 1) c Z/2 +5.5200120896331600 Z/70 -0.1625102691815519 0.327371081389 v2801( 5, 1) c Z/2 +5.5200614074843466 Z/62 -0.1415562572860938 0.415673032182 v3001( 4, 1) c Z/2 +5.5206025810340270 Z/113 0.1606742266271305 0.308518753264 v2750(-4, 3) c Z/2 +5.5206616870346307 Z/92 -0.1185887841980988 0.568716234512 v3314( 3, 1) c Z/2 +5.5207595601395055 Z/66 0.1374370042072669 0.380499002621 v2898( 1, 4) c Z/2 +5.5207648957673215 Z/8 -0.0106530415823165 0.373660009590 v2874(-2, 3) c D2 +5.5207648957673215 Z/33 -0.0106530415823165 0.761168261682 v3489(-1, 2) c D2 +5.5207648957673215 Z/2 + Z/54 -0.0106530415823165 0.373660009590 v2873(-2, 3) c D2 +5.5213432924205882 Z/28 0.1713615073930665 0.492479684047 v3126(-1, 3) c D2 +5.5216938126109136 Z/41 0.0641419093466361 0.353544495312 v2871(-5, 2) c Z/2 +5.5217369007410653 Z/21 0.1808298685002834 0.324179570107 v2785( 7, 1) c D2 +5.5218674610110764 Z/40 -0.1390577003170376 0.302595260215 v2770(-5, 1) c Z/2 +5.5219939620940575 Z/54 0.0637429081692637 0.402542571181 v2939( 4, 1) c Z/2 +5.5220132280883255 Z/25 0.2148041109120762 0.329151740879 v2817( 5, 1) c Z/2 +5.5220994599264511 Z/100 0.1804616650739575 0.378630655206 v2908(-1, 4) c Z/2 +5.5226301931373095 Z/62 0.1879738349312884 0.334714848380 v2833(-3, 2) c Z/2 +5.5231189289057373 Z/33 0.2071132626550148 0.320861302188 v2783(-2, 3) c D2 +5.5235592984116973 Z/53 0.0119148990192447 0.326025366654 v2813(-5, 1) c Z/2 +5.5239303658610340 Z/116 0.2271495799736786 0.391736191330 v2925(-2, 3) c Z/2 +5.5239463009059603 Z/2 + Z/6 0.1589214687153643 0.319666475889 v2782( 2, 3) c Z/2 +5.5239940169864969 Z/96 -0.1016939043579447 0.324070508045 v2795( 2, 3) c Z/2 +5.5239940169864969 Z/187 0.1483060956420553 0.324070508045 v2797( 2, 3) c D2 +5.5241116173849692 Z/34 -0.0881370278702077 0.414199624068 v3010( 4, 1) c Z/2 +5.5249962749676509 Z/22 0.1672849676575700 0.461512799220 v3062(-4, 1) c Z/2 +5.5250701768560392 Z/122 0.0236081854054495 0.470785788661 v3100(-2, 3) c Z/2 +5.5251912508500355 Z/64 0.1384994058193531 0.408705040994 v2964(-4, 1) c Z/2 +5.5252577837845402 Z/208 -0.1427926358371654 0.375299226812 v2903(-3, 2) c Z/2 +5.5255889715927547 Z/22 -0.1313042033954594 0.390022204764 v3168( 1, 3) c Z/2 +5.5255992355956588 Z/16 -0.2209201105530799 0.739626526243 v3458(-3, 2) c Z/2 +5.5259227737638416 Z/6 0.2190907050100356 0.515212899913 v3252( 3, 2) c Z/2 +5.5260643772112037 Z/81 0.2355529818238230 0.627235917268 v3335(-3, 2) c Z/2 +5.5260968958436712 Z/66 -0.1723976905914147 0.340661804639 v2850( 1, 4) c Z/2 +5.5261210443121614 Z/222 0.2047719378651140 0.339395987843 v2828(-2, 3) c Z/2 +5.5261397127756534 Z/2 + Z/62 0.0048900518635241 0.315950503918 v2795( 3, 2) c Z/2 +5.5261397127756534 Z/198 -0.2451099481364759 0.315950503918 v2797( 3, 2) c D2 +5.5263187678141205 Z/53 0.1026682094749002 0.423805846302 v3001( 1, 4) c Z/2 +5.5265262831582030 Z/74 0.1159680994891345 0.344002684031 v2833( 3, 4) c Z/2 +5.5265502844383130 trivial 0.0254252531625746 0.538940151211 v3195(-3, 2) c Z/2 +5.5265576586751406 Z/21 0.1569392518616469 0.519513182665 v3184(-6, 1) c D2 +5.5268668389333248 Z/33 0.1660611373699899 0.336894035670 v2851(-6, 1) c Z/2 +5.5270210078270938 Z/161 0.0956994559141762 0.372206049584 v2904(-4, 3) c D2 +5.5273922262667050 Z/8 0.1295880243498117 0.438078463040 v3068(-3, 2) c Z/2 +5.5276269586607552 Z/75 -0.0961483272766011 0.471411932314 v3092( 2, 3) c Z/2 +5.5276951322188144 Z/65 0.0042270409710167 0.355116735415 v2871(-4, 3) c Z/2 +5.5280725509490762 Z/57 -0.1359261603065060 0.442820354537 v3041( 1, 3) c Z/2 +5.5282431186632046 Z/89 0.1922109990640912 0.304802797504 v2780(-3, 4) c Z/2 +5.5282836800389067 Z/18 0.1731121149109674 0.320548917329 v2858( 6, 1) c D2 +5.5282843464715512 Z/22 0.0604411951502828 0.383380523275 v2964(-2, 3) c Z/2 +5.5282903601279797 Z/3 0.2143196027240353 0.498992351045 v3195(-5, 1) c Z/2 +5.5283114042366401 Z/42 -0.0646399356393746 0.505736318766 v3143(-4, 1) c Z/2 +5.5287595963477319 Z/115 -0.2451262687385466 0.324365573105 v2813(-4, 3) c Z/2 +5.5289357925018207 Z/72 -0.2272113195305527 0.463446319621 v3095( 3, 1) c Z/2 +5.5291111382274829 Z/2 + Z/8 0.0404159940203015 0.434038355664 v3045( 4, 1) c Z/2 +5.5291999794305614 Z/19 0.0195652902655934 0.327848218779 v2840(-3, 4) c Z/2 +5.5295030909912700 Z/3 + Z/27 0.2018450100929427 0.400190891219 v2966(-4, 1) c Z/2 +5.5302097726248236 Z/30 -0.1465781944647514 0.335237898396 v2833( 1, 4) c Z/2 +5.5302852645029067 Z/8 0.0517676127025147 0.565859411798 v3324(-3, 2) c Z/2 +5.5304272294673739 Z/2 + Z/56 0.0880643592032587 0.335097651606 v2833( 5, 1) c Z/2 +5.5304720560743632 Z/126 -0.1536548885111600 0.328880110517 v2807(-4, 3) c D2 +5.5304923058802307 Z/82 -0.0849846005253790 0.518164729252 v3143( 1, 3) c Z/2 +5.5305268402723126 Z/18 0.1542703322255626 0.437429779230 v3049( 2, 3) c Z/2 +5.5305311797433993 Z/3 + Z/6 0.0741631227671380 0.505827172887 v3226(-5, 1) c Z/2 +5.5305983058633990 Z/197 -0.1330051774878660 0.443828230265 v3056( 4, 1) c Z/2 +5.5307815937030094 Z/15 -0.1691789260000343 0.600114806379 v3310(-6, 1) neg c D2 +5.5308276698704623 Z/3 + Z/3 0.1139488926512822 0.374224552355 v3304( 4, 1) c D2 +5.5308954184462125 Z/63 0.0540343927391520 0.526110888512 v3240(-1, 3) c D2 +5.5308954184462125 Z/171 -0.1126322739275147 0.526110888512 v3185(-1, 3) c D2 +5.5311441294024599 Z/23 -0.2376845138546125 0.301016418219 v2770(-2, 3) c Z/2 +5.5312473012497344 Z/6 + Z/18 0.1026564405691429 0.318374950128 v2807(-5, 1) c D2 +5.5312890239448111 Z/96 -0.0837370015004517 0.337635545620 v2855(-5, 1) c Z/2 +5.5313021702862708 Z/2 + Z/6 0.1919480253571986 0.462013043935 v3091(-1, 3) c Z/2 +5.5317432340198756 Z/3 + Z/3 -0.1077722912537264 0.428286859242 v3008(-6, 1) c D2 +5.5318461945674667 Z/38 0.0903118321039601 0.399974633613 v2960( 2, 3) c Z/2 +5.5320853532552040 Z/40 -0.1266510907024973 0.484428880475 v3128( 1, 3) c D2 +5.5321137055309806 Z/107 -0.1106537253371788 0.590789990155 v3340(-3, 2) c Z/2 +5.5321975693911706 Z/42 0.0200693394665716 0.328518409095 v2808( 6, 1) c D2 +5.5324510840747421 Z/9 -0.2005055027739084 0.519374812561 v3205( 4, 1) c trivial +5.5327873227177579 Z/39 -0.1053742444949437 0.433237283537 v3017(-1, 3) c Z/2 +5.5328547841509795 Z/2 + Z/58 -0.0877315000578860 0.352108798729 v2878(-4, 3) c Z/2 +5.5329993689866574 Z/35 -0.0439750059475147 0.777841069380 v3522(-3, 1) c trivial +5.5330051946053796 Z/87 0.1937000447859837 0.353933104916 v2881(-1, 4) c Z/2 +5.5333515541352466 Z/19 -0.1836128531397560 0.396542871514 v2979( 3, 2) c Z/2 +5.5335438843549655 Z/33 -0.0013632310112553 0.391812445744 v2925( 5, 1) c Z/2 +5.5337121051266408 Z/3 + Z/6 0.0462845561001857 0.305899384535 v2785(-6, 1) c D2 +5.5338434791913685 Z/2 + Z/14 -0.2404595953099471 0.690271287291 v3444(-4, 1) c Z/2 +5.5340831312094741 Z/142 -0.0356101403155296 0.398345615620 v2972(-1, 3) c Z/2 +5.5342528951889660 Z/52 -0.0846157959246485 0.367783360134 v2908(-3, 4) c Z/2 +5.5343627634829850 Z/169 0.1190480467303399 0.306495225462 v2967( 1, 4) c Z/2 +5.5348484436525114 Z/27 -0.1046294492384851 0.503712645614 v3397( 3, 1) c Z/2 +5.5349091467545983 Z/89 0.1608051661732791 0.361176332192 v2909( 2, 3) c Z/2 +5.5352315304138477 Z/59 0.0996701215775848 0.492530138898 v3120(-4, 1) c Z/2 +5.5354918357238576 Z/5 -0.0626491597129707 0.420310181683 v3007(-1, 3) c D2 +5.5359622258088209 Z/82 -0.0867717955447208 0.535830986375 v3277(-4, 1) c Z/2 +5.5363248919624866 Z/237 0.0788033301155042 0.344693367087 v2859(-1, 4) c Z/2 +5.5365268669296642 Z/19 -0.0334728350176632 0.425766702402 v3075(-5, 1) c Z/2 +5.5368231928170104 Z/3 + Z/3 0.1917789508233632 0.399691449554 v3008(-3, 2) c D2 +5.5372674237797316 Z/43 0.1680846920079210 0.542834402555 v3361(-3, 2) c Z/2 +5.5374070389397660 Z/22 -0.0975915676801870 0.359938086316 v2898( 3, 4) c Z/2 +5.5374469748431673 Z/26 0.1469763740367623 0.474109960822 v3130(-4, 1) c Z/2 +5.5376003960690098 trivial -0.0019518546613988 0.424800017601 v3047( 1, 3) c Z/2 +5.5378562002798601 Z/124 0.0535438565728749 0.333803651685 v3359( 4, 1) c Z/2 +5.5380309343690519 Z/114 -0.2188387246568752 0.321043878627 v2833( 5, 2) c Z/2 +5.5380908029947692 Z/104 -0.2097623868328888 0.318188393826 v2828(-4, 1) c Z/2 +5.5382954328565254 Z/52 -0.0859585644787371 0.347111140689 v2872(-5, 1) c Z/2 +5.5383698652549389 Z/3 + Z/75 -0.0427798725016004 0.356725511193 v2881( 1, 4) c Z/2 +5.5387623614582218 Z/61 0.1082910114740466 0.380320910211 v2971( 4, 1) c Z/2 +5.5392473073842331 Z/2 + Z/48 -0.2350536928681686 0.349615855827 v2870( 3, 2) c D2 +5.5392473073842331 Z/4 + Z/12 0.2350536928681686 0.443793736720 v3045(-2, 3) c D2 +5.5392612757680445 Z/10 0.1540162319393769 0.509171052091 v3187(-5, 1) c Z/2 +5.5393752605798540 Z/119 -0.1135187359100750 0.373142686919 v2917(-2, 3) c D2 +5.5394478580342196 Z/15 -0.0723335597965632 0.434773050576 v3076( 2, 3) c Z/2 +5.5394831315183933 Z/6 -0.2258072415139988 0.451528374823 v3103( 3, 2) c D2 +5.5399410804331779 Z/15 0.2099105007864580 0.338250469539 v2836( 2, 3) c Z/2 +5.5399633490637558 Z/3 + Z/42 -0.2357136708366784 0.301741946143 v2784(-5, 1) c D2 +5.5400209806338585 Z/2 + Z/32 -0.0804700004223209 0.390960813839 v2944( 2, 3) c D2 +5.5405177069725332 Z/28 0.1441598255201537 0.464123998151 v3122( 2, 3) c Z/2 +5.5405767951266868 Z/10 0.1341257870250402 0.487318116857 v3158(-1, 3) c D2 +5.5406425231934277 Z/25 0.1130269411353357 0.465811684620 v3075( 6, 1) c Z/2 +5.5409286147077858 Z/2 + Z/52 0.1167524086517798 0.474049442893 v3122(-1, 3) c Z/2 +5.5410833121868449 Z/2 + Z/2 + Z -0.1495645285711101 0.460456861148 v3091(-2, 3) c D2 +5.5411403399667436 Z/2 + Z/2 0.1313630845054512 0.639463841942 v3352( 1, 3) c Z/2 +5.5414221012659160 Z/41 -0.0986495436411045 0.321116839823 v2888( 1, 3) c Z/2 +5.5414378441507341 Z/9 0.1196605189109269 0.668010305359 v3422(-4, 1) c Z/2 +5.5414409306396290 Z/33 -0.2334313283276108 0.349066060054 v2888(-5, 2) c Z/2 +5.5418495843959885 Z/9 0.2154097003884838 0.398315816621 v2974( 5, 1) c Z/2 +5.5418715326225688 Z/2 + Z/88 0.0562252195492943 0.319380080060 v2825(-2, 3) c Z/2 +5.5422415709942088 Z/2 + Z/32 -0.2348742606589142 0.407956411807 v3133( 4, 1) c Z/2 +5.5422459900803737 Z/5 0.1247946042054677 0.335962574797 v2861( 5, 2) c Z/2 +5.5426033018411520 Z/2 + Z/4 0.0729507081991159 0.500735875838 v3221(-3, 2) c Z/2 +5.5426033018411520 Z/2 + Z/36 -0.0729507081991159 0.500735875838 v3228( 3, 2) c Z/2 +5.5426973768093445 Z/257 -0.0883294222561950 0.396270919389 v2983( 1, 4) c Z/2 +5.5430914241087793 Z/6 -0.0363299150074398 0.494423927854 v3187(-3, 2) c Z/2 +5.5431004031049415 Z/48 -0.1819063870459371 0.305189078348 v2791(-2, 3) c Z/2 +5.5433106760362638 Z/59 0.2220356742846480 0.355405914895 v2872(-5, 2) c Z/2 +5.5436023056496080 Z/100 0.2155408070226015 0.495338969519 v3229( 1, 3) c Z/2 +5.5437244132544721 Z/127 -0.2330804477130079 0.312711599661 v2804( 1, 4) c Z/2 +5.5438325785347395 Z/6 + Z/18 0.1942775159059418 0.658180940501 v3427(-3, 1) c D2 +5.5441119062561150 Z/3 + Z/15 0.0695697865940095 0.347200104651 v2876( 5, 1) c D2 +5.5443376123539543 Z/118 0.1100298934834701 0.377990351731 v2953( 5, 1) c Z/2 +5.5443976834936896 Z/2 + Z/4 -0.1016945239112358 0.488869723443 v3526(-3, 1) c Z/2 +5.5448747268002998 Z/25 -0.1199923899102040 0.362977234275 v2886(-4, 3) c Z/2 +5.5449466121294433 Z/2 0.0032137329847925 0.372168312940 v2947( 3, 2) c Z/2 +5.5450537895205866 Z/73 -0.0325725535341467 0.307922220141 v2806(-5, 1) c Z/2 +5.5451160339856525 Z/171 -0.0660090103190528 0.310072527354 v2801( 2, 3) c Z/2 +5.5451164010923367 Z/21 0.1765397465651550 0.325857157108 v2836(-4, 3) c Z/2 +5.5454150817730349 Z/54 -0.0655191505738756 0.322321264029 v2806(-3, 4) neg c Z/2 +5.5455132773424576 Z/3 + Z/27 -0.0836652149600968 0.306781949657 v2791(-5, 1) c Z/2 +5.5455705166689067 Z/76 -0.1829992749052659 0.362250771193 v2923( 2, 3) c Z/2 +5.5455713294312997 Z/45 -0.1746679317581540 0.334212406910 v3081(-3, 2) c Z/2 +5.5456367066776928 Z/112 0.0877856804127692 0.357471408414 v2925( 2, 3) c Z/2 +5.5458099995505969 Z/11 0.0090844652167931 0.391413740410 v2998( 1, 3) c Z/2 +5.5459055401148885 Z/77 -0.0442712189476999 0.320323953996 v2840( 3, 2) c Z/2 +5.5462294847505760 Z/74 -0.0664923720265434 0.513689469424 v3202(-4, 1) c Z/2 +5.5464654804724768 Z/5 -0.1468005027642459 0.644002606385 v3422( 3, 1) c Z/2 +5.5471373495371347 Z/19 -0.1504799548196889 0.503145024143 v3252(-4, 1) c Z/2 +5.5471791346695668 Z/58 0.0727442812215360 0.345079819406 v2870( 4, 1) c Z/2 +5.5473983969490435 Z/30 0.0901452116446077 0.377583190477 v2959(-3, 2) neg c Z/2 +5.5477272499990453 Z/3 + Z/6 0.1196576462364496 0.536749188802 v3288(-1, 3) c Z/2 +5.5482548249982710 Z/23 0.1514322183433456 0.575784282400 v3353( 4, 1) c Z/2 +5.5483082918064626 Z/136 0.2365029829377929 0.314907395649 v2813(-1, 4) c Z/2 +5.5490274470347883 Z/13 -0.2125281253388762 0.493838715447 v3189( 2, 3) c Z/2 +5.5490301206686629 Z/11 -0.1587546706667625 0.385819070057 v3038( 5, 1) c Z/2 +5.5492305568404871 Z/245 0.0305288132749927 0.312374819383 v2828( 3, 4) c Z/2 +5.5496309548351376 Z/19 0.0251328411312180 0.662727269617 v3477( 3, 1) c Z/2 +5.5500131328461317 Z/122 -0.1921112432410036 0.377762419024 v2951(-1, 3) c Z/2 +5.5500901410898890 Z/7 -0.0264743740805495 0.488417737727 v3144( 6, 1) c D2 +5.5501435875651102 Z/2 + Z/4 -0.1265141270181282 0.495869269935 v3219( 3, 2) c Z/2 +5.5504059819219122 Z/39 0.0124849067863954 0.491170672469 v3178( 1, 3) c Z/2 +5.5508794295632510 Z/119 0.0243248686228222 0.317961335925 v2804(-4, 3) c Z/2 +5.5510322605431257 Z/3 + Z/24 -0.2489057417776099 0.731163081321 v3499( 3, 1) c D2 +5.5512018642083362 Z/78 -0.1510120096547532 0.328061152473 v2840( 2, 3) c Z/2 +5.5512730731096995 Z/2 + Z/46 0.0878386850584164 0.361372226530 v2932(-1, 4) c Z/2 +5.5514871864313314 Z/3 + Z/3 -0.1129285439668903 0.582385742576 v3381( 4, 1) c Z/2 +5.5516749802637759 Z/3 + Z/9 0.0280208185041252 0.390901571570 v3008( 6, 1) c D2 +5.5517351829313031 Z/3 + Z/6 0.1164885575650099 0.393064479672 v3005(-4, 1) c Z/2 +5.5520203412132338 Z/18 0.0989050360413743 0.561994569453 v3445( 4, 1) c Z/2 +5.5521741736838185 Z/70 0.0381264031699955 0.333133307907 v3348( 2, 3) c Z/2 +5.5523187033560744 Z/82 -0.0269353829330122 0.333418584958 v2878(-5, 2) c Z/2 +5.5523235273203353 Z/29 0.2334158577758084 0.391114528051 v2983(-3, 2) c Z/2 +5.5527498110437067 Z/10 -0.2191868265243577 0.382116119690 v2959(-4, 1) c Z/2 +5.5527754607276857 Z/16 0.0006817151360343 0.443881338551 v3095( 1, 3) c Z/2 +5.5529143833634003 Z/315 -0.1071505785969036 0.375226812574 v2930(-1, 4) c Z/2 +5.5530735938554814 Z/2 + Z/16 0.0299880118340604 0.365763936969 v3273( 1, 3) c Z/2 +5.5531716487294182 Z/11 -0.1876260893774594 0.381140652592 v2986(-5, 1) c trivial +5.5531840971973358 Z/99 0.1106419720556802 0.407276637592 v3017( 4, 3) c Z/2 +5.5535401603472356 Z/2 + Z/82 0.0487341278991372 0.351257511889 v2903(-4, 1) c Z/2 +5.5535528600157092 Z/193 0.0526697577224426 0.307779907944 v2816(-3, 4) c Z/2 +5.5540089831386745 Z/8 -0.1558210131574129 0.331512346660 v2874( 2, 3) c D2 +5.5540089831386745 Z/2 + Z/54 -0.1558210131574129 0.331512346660 v2873( 2, 3) c D2 +5.5546075222100233 Z/3 0.1154467072822243 0.540417856553 v3394( 4, 1) c Z/2 +5.5554586049753923 Z/53 -0.1840466089063975 0.327385093858 v2866(-5, 1) c Z/2 +5.5556221863883425 Z/300 0.1840253007789945 0.327251827849 v2848( 1, 4) c Z/2 +5.5558894627206824 Z/2 + Z/4 -0.1585997166057434 0.636176930803 v3425(-1, 2) c Z/2 +5.5560768969102429 Z/50 -0.0989162457721393 0.455937978312 v3080(-3, 2) c D2 +5.5561711993723831 Z/45 0.1704115519017410 0.395684015514 v3031(-4, 1) c Z/2 +5.5562471993839738 Z/93 0.1302459955818390 0.437231813239 v3076(-4, 1) c Z/2 +5.5563523598533624 Z/2 + Z/146 -0.0751114065383310 0.302759388971 v2805( 3, 4) c Z/2 +5.5566464313774409 Z/41 0.0831486034117863 0.305113003887 v2816(-5, 1) c Z/2 +5.5567178532635458 Z/3 -0.0541673750505700 0.301808420219 v2785( 1, 3) c D4 +5.5569216267671955 Z/57 0.0949536280443512 0.457780322653 v3339(-2, 3) c Z/2 +5.5569436480654467 Z/4 -0.2352724083023564 0.494738971230 v3221(-5, 1) c Z/2 +5.5569436480654467 Z/3 + Z/12 0.2352724083023564 0.494738971230 v3228( 5, 1) c Z/2 +5.5572496341698637 Z/168 0.0864399475841169 0.310289551231 v2812(-4, 1) c Z/2 +5.5573862981358726 Z/2 + Z -0.1852676385887756 0.306299142076 v2948(-6, 1) c D2 +5.5573862981358726 Z/10 + Z 0.1852676385887756 0.306299142076 v2794(-6, 1) c D2 +5.5578165093469143 Z/220 0.0173125780703246 0.377604884543 v2957(-2, 3) c Z/2 +5.5580086845640412 Z/23 -0.2473817282462105 0.440600079250 v3068( 1, 3) c Z/2 +5.5580649591902235 Z/23 -0.1107786932321118 0.310036556557 v2816(-5, 2) c Z/2 +5.5580908838661938 Z/44 -0.1510297862299580 0.423473823933 v3066( 5, 1) c D2 +5.5580908838661938 Z/36 0.1727564801494103 0.423473823933 v3066(-5, 1) c D2 +5.5581318630440080 Z/9 -0.1001020425089947 0.528042875397 v3541(-3, 1) c Z/2 +5.5584889423688870 Z/174 0.0408243195292018 0.371041226555 v2949(-3, 2) c Z/2 +5.5585892547937975 Z/68 0.0318584039166000 0.636976548744 v3362(-4, 1) c Z/2 +5.5589736102185150 Z/76 0.0014650274195912 0.554914898263 v3324( 3, 1) c Z/2 +5.5590140597611967 Z/133 -0.0988261352548479 0.403010836843 v3027( 4, 1) c Z/2 +5.5591594370123674 Z/3 + Z/24 -0.0433100460899289 0.324475950774 v2842( 5, 1) c Z/2 +5.5592222352329269 Z/17 0.0318150311828281 0.552009072017 v3252( 5, 1) c Z/2 +5.5596358647972332 Z/73 0.0153211375129875 0.329003334673 v2846( 3, 2) c Z/2 +5.5599783375931658 Z/19 -0.1667764186256196 0.306125126271 v2858(-5, 2) c D2 +5.5600020178066167 Z/91 0.1944326436900152 0.318635233669 v2828( 5, 2) c Z/2 +5.5601779106990414 Z/10 -0.0102559703720454 0.530032851772 v3258( 5, 1) c D2 +5.5606113233582742 Z/2 -0.1889118685500065 0.714846960189 v3477(-4, 1) c Z/2 +5.5607607461174024 Z/22 -0.1354556030729606 0.334224060093 v2870(-5, 1) c Z/2 +5.5607908628153287 Z/2 + Z/32 0.1717494917333452 0.334708765991 v2870(-5, 2) c Z/2 +5.5612589623635408 Z/23 -0.2367215351194844 0.502561564621 v3240(-4, 1) c Z/2 +5.5617627881026645 Z/233 -0.0945776211237339 0.352753901616 v2930(-4, 3) c Z/2 +5.5617868177229386 Z/75 -0.1881218348746011 0.307108793364 v2817( 2, 3) c Z/2 +5.5618774530252343 trivial -0.0015064300639674 0.331360213092 v2861(-1, 3) c Z/2 +5.5618902534198977 Z/5 + Z/20 -0.1012742885010088 0.453501979602 v3128(-4, 1) c D2 +5.5619797842050595 Z/51 0.2103197139368067 0.515918219044 v3240(-2, 3) c Z/2 +5.5623250330215237 Z/87 0.2281120312936673 0.397634605492 v3025(-4, 1) c Z/2 +5.5624176928438221 Z/66 -0.1845160632184691 0.345167312133 v2901( 5, 2) c Z/2 +5.5628446054729522 Z/89 0.0831690971457312 0.345368578879 v2904(-1, 4) c Z/2 +5.5628846288240163 Z/7 -0.1808837614265730 0.334269115578 v2869(-2, 3) c D2 +5.5629245773488744 Z/2 + Z/6 0.1194479437168296 0.302651029245 v2808(-1, 3) c D4 +5.5629295113199260 Z/3 + Z/6 -0.1750559441911202 0.661089288286 v3452( 1, 2) c D2 +5.5630175415362204 Z/25 0.0489245334103397 0.310757289712 v2817(-6, 1) c Z/2 +5.5632507043337445 Z/15 -0.1157070625709060 0.323108934062 v2876(-5, 1) c D2 +5.5635170496063865 Z/4 0.1812937818108763 0.490648297354 v3219( 5, 1) c Z/2 +5.5636063532790932 Z/145 0.1609121511070807 0.301810054022 v2831(-1, 4) c Z/2 +5.5636678247921596 Z/24 -0.1336735327592622 0.528068330462 v3277(-2, 3) c D2 +5.5636678247921596 Z/2 + Z/78 -0.1996598005740711 0.528068330462 v3259(-1, 3) c D2 +5.5636678247921596 Z/3 + Z -0.2170068660925955 0.505340438459 v3214( 1, 3) c Z/2 + Z/2 + Z/2 +5.5636678247921596 Z/5 + Z/30 0.2170068660925956 0.505340438459 v3262(-1, 3) c Z/2 + Z/2 + Z/2 +5.5636678247921596 Z/3 + Z/3 + Z 0.2170068660925956 0.505340438459 v3215(-4, 1) c D4 +5.5637538365345428 trivial -0.2033323395890338 0.356605958828 v2947( 6, 1) c Z/2 +5.5638243343534188 Z/271 -0.0726216632433363 0.301130872206 v2819(-1, 4) c Z/2 +5.5640152242966297 Z/52 -0.0125695574615281 0.400896188212 v3010( 2, 3) c Z/2 +5.5642498644035787 Z/92 0.1675175756912530 0.345191059690 v2969( 5, 1) c Z/2 +5.5642499691662234 Z/75 -0.2181053804214510 0.300786759995 v2817(-4, 3) c Z/2 +5.5644384770147830 Z/59 -0.1174010218109737 0.312077180897 v2841(-1, 4) c Z/2 +5.5645204560455880 Z/34 0.0885994815623277 0.448695130519 v3120( 1, 3) c Z/2 +5.5647304905423794 Z/35 -0.1266412840361564 0.374091177828 v2971(-4, 1) c Z/2 +5.5647533411047791 Z/131 0.0725219780953763 0.370824307768 v2939(-1, 4) c Z/2 +5.5652919213364046 Z/17 0.2431394727217318 0.480498996064 v3165( 1, 3) c Z/2 +5.5658086031107380 Z/112 0.1452149231418708 0.452127079843 v3126( 4, 1) c D2 +5.5660275588113863 Z/151 -0.0378039497355088 0.374844563132 v2956( 2, 3) c Z/2 +5.5663162453744344 Z/21 -0.1517979594810311 0.745263222600 v3486(-1, 2) c Z/2 +5.5663367693466756 Z/4 0.0020819783861835 0.813264049758 v3531( 3, 1) c Z/2 +5.5664080261581230 Z/11 0.1514659461545613 0.632002696580 v3443(-4, 1) c Z/2 +5.5664551840017329 Z/6 0.0629264236161805 0.352932875774 v2915(-3, 2) c Z/2 +5.5665655263669241 Z/23 0.0007903867210650 0.309190866593 v2828( 5, 1) c Z/2 +5.5669434796702618 Z/103 0.2479221783185644 0.408486074739 v3051( 4, 1) c Z/2 +5.5670546470825903 Z/82 -0.1021704395542968 0.447785748040 v3100( 2, 3) c Z/2 +5.5674621796859258 Z/7 0.1117938805342074 0.475213884707 v3165(-3, 2) c Z/2 +5.5674855780676812 Z/66 0.0080356174268581 0.382165037238 v3297( 4, 1) c Z/2 +5.5674915524058933 Z/46 0.1091071136124413 0.566710672715 v3335( 4, 1) c Z/2 +5.5679839493941522 Z/172 -0.1662767777931117 0.448836439725 v3116(-3, 2) c Z/2 +5.5681177513752451 Z/55 0.0133135786337552 0.464977371521 v3142( 4, 1) c Z/2 +5.5682375091440180 Z/16 -0.2032276754106711 0.480244252596 v3165(-4, 1) c Z/2 +5.5682804828623970 Z/2 + Z/12 0.2037558739525014 0.511689745829 v3244( 2, 3) c D2 +5.5682804828623970 Z/2 + Z/20 0.2037558739525014 0.511689745829 v3246( 2, 3) c D2 +5.5682945215295289 Z/134 0.1015335437905399 0.327342077403 v2855( 5, 1) c Z/2 +5.5683071993858127 Z/247 -0.1845695507148925 0.442678877805 v3119( 4, 1) c D2 +5.5685069879971673 Z/38 0.1060736432241539 0.341977961520 v2886(-3, 4) c Z/2 +5.5686571245195997 Z/28 -0.2014607242623425 0.659236743033 v3409( 3, 1) c Z/2 +5.5686705310800604 Z/2 + Z/4 -0.0843900100008229 0.568060855065 v3412(-5, 1) c D2 +5.5686705310800604 Z/2 + Z/20 0.0843900100008229 0.568060855065 v3411( 3, 2) c D2 +5.5686705310800604 Z/2 + Z/2 + Z/14 0.1239433233325105 0.442711973877 v3091( 4, 1) c Z/2 +5.5687409673289969 Z/126 -0.0913123896330467 0.301280431933 v2807(-5, 2) c D2 +5.5695320096611157 Z/62 0.0795188506952177 0.353359402386 v2932( 4, 1) c Z/2 +5.5697444682202911 Z/174 0.0439499031597704 0.497698577121 v3185(-2, 3) c Z/2 +5.5697591569223593 Z/69 -0.1570299489740748 0.376014890429 v2983(-2, 3) c Z/2 +5.5702895025284123 Z/112 0.1814648335329211 0.316055754218 v2831(-4, 3) c Z/2 +5.5703207719305972 Z/44 0.0554373336110372 0.659465733961 v3433(-3, 1) c Z/2 +5.5707577895775435 Z/15 0.1745328443154386 0.648523352640 v3420(-3, 1) c Z/2 +5.5713967757948669 Z/6 -0.0796242599527523 0.325136679273 v2861( 6, 1) c Z/2 +5.5716367991024488 Z/15 0.2327959859436467 0.326924558282 s958(-2, 3) c Z/2 +5.5716692016608269 Z/163 -0.0356280125464738 0.328426087227 v2891( 1, 4) c Z/2 +5.5718876654206242 Z/133 -0.1117034570940807 0.360617884466 v2950( 5, 1) c Z/2 +5.5718904792877367 Z/18 0.2270201395086804 0.494331606894 v3226( 5, 1) c Z/2 +5.5720518754597722 Z/33 0.1206503406611420 0.354228082591 v2966(-2, 3) c Z/2 +5.5720834786580637 Z/2 0.0911859013803257 0.613847454773 v3423(-4, 1) c Z/2 +5.5729242473972111 Z/117 -0.0436348792234117 0.308351163087 v2900(-3, 2) c Z/2 +5.5736041968731940 Z/42 -0.2296333551490061 0.310158800654 v2842(-5, 1) c Z/2 +5.5736091128311370 Z/4 + Z 0.0000000000000000 0.492115766489 v3183(-3, 2) c D2 +5.5736091128311370 Z/2 + Z/26 -0.0833333333333333 0.499050737502 v3212(-4, 1) c D2 +5.5736091128311370 Z/2 + Z/2 + Z/6 -0.1250000000000000 0.499050737502 v3217( 1, 3) c D2 +5.5736091128311370 Z/48 -0.1666666666666667 0.732857675974 v3469(-3, 1) c D2 +5.5736091128311370 Z/2 + Z/6 -0.1666666666666667 0.499050737502 v3213( 1, 3) c D2 +5.5736091128311370 Z/4 + Z 0.2500000000000000 0.499050737502 v3209(-4, 1) c D2 +5.5736091128311370 Z/4 + Z/8 0.2500000000000000 0.499050737502 v3207(-1, 3) c D2 +5.5736091128311370 Z/4 + Z/8 0.2500000000000000 0.499050737502 v3210(-1, 3) c D2 +5.5736091128311370 Z/2 + Z/2 + Z/4 0.2500000000000000 0.499050737502 v3208(-4, 1) c D2 +5.5736286754980034 Z/68 -0.2318980663986741 0.313609819575 v2843(-3, 2) c Z/2 +5.5736663634685839 Z/11 -0.2080563290354042 0.326176816690 v2869( 5, 2) c Z/2 +5.5739053382506348 Z/119 0.1957483621608896 0.359982245318 v2968( 4, 3) c Z/2 +5.5741138314112515 Z/103 0.0071625255574245 0.447201257328 v3095(-4, 1) c Z/2 +5.5741477848831832 Z/47 -0.0623713196169013 0.409401242667 v3031(-4, 3) c Z/2 +5.5742586274139527 Z/11 0.2108164163190939 0.363165224687 v3168( 2, 3) c Z/2 +5.5745587861486137 Z/32 0.0139750217472495 0.346727835385 v2920( 5, 2) c D2 +5.5745587861486137 Z/18 -0.0693583115860839 0.346727835385 v2919( 5, 2) c D2 +5.5747628295782195 Z/51 -0.0407413468879863 0.328788558405 v2857( 5, 1) c Z/2 +5.5753183767674224 Z/59 -0.1559408064434121 0.558013480712 v3361(-4, 1) c Z/2 +5.5753409805779026 Z/43 -0.1818785708155453 0.342797083915 v2925(-5, 1) c Z/2 +5.5756359610448993 Z/5 0.0429168848549287 0.328165173852 v2858(-7, 1) c D2 +5.5762596263600394 Z/8 0.0945169407362443 0.529137621064 v3243(-3, 1) c D2 +5.5762596263600394 Z/3 + Z/24 -0.0945169407362443 0.529137621064 v3247( 3, 1) c D2 +5.5763801246827310 Z/139 -0.1595576070143256 0.322216719250 v2859( 1, 4) c Z/2 +5.5766602700752258 Z/131 0.2469287833940447 0.383527377487 v3013(-1, 3) c Z/2 +5.5766650372126380 Z/9 0.1233433209656501 0.426311130224 v3089(-3, 2) c Z/2 +5.5769282961645240 Z/117 0.1109115737786845 0.363585146652 v2967( 4, 3) c Z/2 +5.5781528598820434 Z/280 0.2370106777426633 0.321101733175 v2857( 1, 4) c Z/2 +5.5784045976847540 Z/128 -0.0059791481396556 0.390295607236 v3013(-4, 1) c Z/2 +5.5784520368391879 Z/92 -0.1226481939208514 0.472916279594 v3202(-2, 3) c Z/2 +5.5784913108751873 Z/21 -0.0005395065779631 0.336252881970 v2877( 5, 2) c D2 +5.5785210660589011 Z/117 0.1435311774473175 0.412578912586 v3041(-4, 3) c Z/2 +5.5788227786473395 Z/117 -0.1189216979356389 0.355969268065 v2956( 4, 1) c Z/2 +5.5788428288744768 Z/74 -0.2334023920119965 0.458236271109 v3132(-1, 3) c Z/2 +5.5789668137145414 Z/157 0.1502344485895179 0.361560135514 v2965(-4, 1) c Z/2 +5.5790179708351310 Z/55 0.1471444919387631 0.328774139455 v2889( 5, 2) c D2 +5.5791281256426923 Z/155 0.0694759032058130 0.518020944997 v3434(-3, 1) c Z/2 +5.5793237220322324 Z/78 -0.1714311062429327 0.419383194018 v3119(-1, 3) c Z/2 +5.5794209235187461 Z/64 0.1856505148484663 0.462067510061 v3190( 1, 3) c Z/2 +5.5794871818669065 Z/46 0.2058398262302666 0.330634582732 v2888(-4, 3) c Z/2 +5.5795686814177231 Z/62 0.0667062525658816 0.311350682908 v2850(-1, 4) c Z/2 +5.5797346724843776 Z/136 -0.0806963284172022 0.414892113188 v3087( 4, 1) c Z/2 +5.5798521667309732 Z/59 -0.0388054874111588 0.314233962519 v2851(-5, 2) c Z/2 +5.5799283151916392 Z/29 -0.0473315287782770 0.338184513530 v2877(-5, 2) c D2 +5.5799332381393345 Z/47 0.1197713816063358 0.390150384746 v3157(-4, 1) c D2 +5.5799670061777530 Z/133 0.0800743989075488 0.402268050450 v3027(-2, 3) c Z/2 +5.5803282682969191 Z/64 -0.1778606318331644 0.320831310015 v2846( 4, 1) c Z/2 +5.5807220909055626 trivial -0.0384765811114315 0.389974518649 v3025( 4, 1) c Z/2 +5.5809609155484105 Z/99 -0.1414415588075218 0.362138686690 v2963( 1, 4) c Z/2 +5.5810413701128956 Z/247 0.1511796527262883 0.381510265661 v3027( 1, 4) c Z/2 +5.5810571684490578 Z/10 -0.1688250100690509 0.366815243173 v2960(-5, 1) c Z/2 +5.5810967627577421 Z/66 0.2054570107071214 0.319035254875 s958( 5, 2) c Z/2 +5.5811030450072760 Z/20 0.1714787509418128 0.507051497944 v3246(-1, 3) c D2 +5.5811030450072760 Z/60 0.1714787509418128 0.507051497944 v3244(-1, 3) c D2 +5.5811436974166647 Z/3 0.2054654270077814 0.332016787934 v2872( 2, 3) c Z/2 +5.5813493704272921 Z/161 0.0636605569835279 0.341211565396 v2930( 3, 2) c Z/2 +5.5814887073623570 Z/45 -0.0966170912282452 0.464781258231 v3199(-3, 2) c D2 +5.5816355993969824 Z/43 -0.0825564868105022 0.353292992346 v2911(-5, 2) c D2 +5.5816666753939865 Z/10 0.1445527140570921 0.390071963559 v3007( 4, 3) c D2 +5.5818892817200834 trivial 0.1705799295959246 0.358082974924 v2947(-7, 1) c Z/2 +5.5828432163102380 Z/66 0.0246533960179884 0.529103184973 v3260( 1, 3) c Z/2 +5.5831210633767374 Z/2 + Z/134 -0.1125096472270953 0.308307305839 v2852(-2, 3) c Z/2 +5.5834033412757025 Z/3 -0.2227388162624386 0.499888047017 v3184( 6, 1) c D2 +5.5836023099194935 Z/92 -0.0046110012808806 0.334977895968 v2978(-4, 1) c Z/2 +5.5836171470634343 Z/28 -0.1806827904273383 0.457347807934 v3142(-5, 1) c Z/2 +5.5837243187735892 Z/49 0.0132865317073329 0.313722639780 v2851( 5, 2) c Z/2 +5.5838682574147341 trivial 0.2353302080262833 0.374065959977 v2986( 1, 3) c trivial +5.5844042079075182 Z/30 0.1264579130991921 0.314128920962 v2841( 4, 3) c Z/2 +5.5846199501471966 Z/4 -0.1253962201683805 0.363117331275 v2979( 1, 3) c Z/2 +5.5847641598438499 Z/3 + Z/9 -0.1700080438540141 0.438902195304 v3092( 5, 1) c Z/2 +5.5849141593690999 Z/16 -0.0926673524301199 0.575590797689 v3493( 3, 2) c D2 +5.5849141593690999 Z/2 + Z/34 -0.0926673524301199 0.575590797689 v3491( 3, 2) c D2 +5.5850310088136692 Z/3 + Z/6 -0.0604968519402903 0.603608989305 v3400( 3, 2) c D2 +5.5854636106831175 Z/84 -0.1632703711350588 0.709552131957 v3457(-3, 2) c D2 +5.5854636106831175 Z/111 0.1632703711350588 0.784121503157 v3528( 1, 2) c D2 +5.5854636106831175 Z/308 0.1632703711350587 0.392060751579 v3014( 3, 4) c D2 +5.5854816423935464 Z/43 -0.1451362843645050 0.314245070540 v2840(-5, 2) c Z/2 +5.5855682111929993 Z/3 + Z/9 -0.1691940646522028 0.506643434748 v3248( 4, 1) c Z/2 +5.5859263179047111 Z/141 -0.1959470596134841 0.392418649959 v3013(-3, 2) c Z/2 +5.5859567232452358 Z/42 -0.2121015150895901 0.410690848717 v3049(-2, 3) c Z/2 +5.5860860550187674 Z/26 0.0725007047792819 0.354520677846 v2960(-1, 3) c Z/2 +5.5863698151431623 Z/3 + Z/9 -0.0293211427555111 0.309674742554 v2862( 1, 4) c Z/2 +5.5864189352076879 Z/252 0.0708085562111310 0.315836147427 v2864(-4, 3) c Z/2 +5.5865821377912768 Z/15 -0.0660472331553850 0.378130544434 v3031(-1, 4) c Z/2 +5.5869806568649026 Z/7 -0.1258986560943193 0.499188658808 v3195( 5, 1) c Z/2 +5.5871856249172698 Z/81 -0.1311555909438322 0.526391350197 v3260( 2, 3) c Z/2 +5.5875741901972478 Z/26 -0.2284128476394514 0.587995410999 v3333( 5, 1) c Z/2 +5.5878260421636213 Z/64 -0.1318928828940246 0.355392361511 v2971( 1, 4) c Z/2 +5.5879009702841518 Z/2 + Z/8 -0.1917902105285116 0.392289748389 v3045(-4, 1) c Z/2 +5.5879767552876734 Z/130 -0.1268787685417372 0.339447095541 v2897(-3, 2) c Z/2 +5.5880655482858349 Z/41 0.0484451500594601 0.620994971632 v3443( 1, 2) c Z/2 +5.5881516331654177 Z/61 -0.1172373120731334 0.325762019496 v2909(-5, 1) c Z/2 +5.5884915390916529 Z/37 0.1679344678814081 0.399426974171 v3031(-3, 4) c Z/2 +5.5887472257245638 Z/67 0.2246481010571056 0.521261384495 v3299(-4, 1) c Z/2 +5.5889659013219295 Z/177 -0.1060339374271530 0.365707127780 v2988( 3, 2) c Z/2 +5.5894506566258439 Z/163 -0.1156536244495745 0.352749755336 v2967( 3, 4) c Z/2 +5.5897272420866091 Z/37 0.2376570231459105 0.360581639715 v2979(-5, 2) c Z/2 +5.5899847914961282 Z/57 -0.2476585960529769 0.427829176718 v3116( 4, 1) c Z/2 +5.5901562921451159 Z/230 -0.0483619826917880 0.395783589034 v3067(-1, 3) c Z/2 +5.5903280148550422 Z/4 + Z/4 -0.1199791000455582 0.310958544331 s961( 1, 4) c D6 +5.5903280148550422 Z/2 + Z/64 -0.1199791000455582 0.310958544331 s956( 1, 4) c D2 +5.5903280148550422 Z/2 + Z/64 0.1199791000455582 0.310958544331 s956(-1, 4) c D2 +5.5906919132955216 Z/212 -0.1024837766094435 0.372261545311 v3014( 1, 4) c Z/2 +5.5908512534882970 Z/116 0.2352722397915683 0.429773388069 v3089(-2, 3) c Z/2 +5.5909311476765347 Z/3 0.1567588503650335 0.520463209935 v3541( 3, 1) c Z/2 +5.5910800583807550 Z/20 -0.1003479013771733 0.366271504317 v3019( 5, 1) c Z/2 +5.5910870041658156 Z/137 0.2327466977861444 0.342297238899 v2949(-4, 1) c Z/2 +5.5912345041826772 Z/44 -0.0364506946397434 0.335582642350 v3160( 4, 1) c Z/2 +5.5917049639349205 Z/68 -0.0425470495588873 0.357163422607 v2978( 4, 3) c Z/2 +5.5917613637621419 Z/34 0.0392497669199085 0.674279743754 v3441(-1, 3) c Z/2 +5.5918696263959713 Z/69 0.0537555357837220 0.401810549700 v3076(-2, 3) c Z/2 +5.5920322094694629 Z/9 0.1399893026726409 0.328829290776 v2888( 5, 1) c Z/2 +5.5922177450150303 Z/2 + Z/6 -0.1550306476302118 0.480378448202 v3217(-2, 3) c D2 +5.5922177450150303 Z/24 -0.1966973142968784 0.480378448202 v3213(-2, 3) c D2 +5.5922177450150303 Z/8 -0.2199693523697882 0.480378448202 v3210( 2, 3) c D2 +5.5922177450150303 Z/152 -0.2199693523697882 0.480378448202 v3207( 2, 3) c D2 +5.5922177450150303 Z/2 + Z/38 0.2199693523697882 0.454289567797 v3156( 4, 1) c D2 +5.5929459534606987 Z/2 0.2054801394495100 0.320979147296 v2896(-7, 1) c D2 +5.5930860789666539 Z/152 -0.2075451022148903 0.472274910676 v3201( 1, 3) c D2 +5.5930979343078177 Z/4 + Z/8 -0.1258129730375388 0.302960264989 v2843(-2, 3) c Z/2 +5.5933123359032309 Z/95 0.2130756622725922 0.362131161957 v2997( 3, 2) neg c Z/2 +5.5934558737192643 Z/37 -0.2445625646807231 0.331330260867 v2915(-4, 1) c Z/2 +5.5934872877243531 Z/19 0.2368598561049203 0.350714279957 v2968(-4, 1) c Z/2 +5.5936823275466026 Z/81 -0.1987051593084936 0.361400168764 v2953( 5, 2) c Z/2 +5.5937678728195695 Z/320 0.1877949409136957 0.328268619628 v2906(-1, 4) c Z/2 +5.5941634291014922 Z/52 -0.2425910347168466 0.323792530959 v2903( 5, 1) c Z/2 +5.5944680734594909 Z/3 0.1962030903572908 0.417766613005 v3395(-4, 1) c Z/2 +5.5947005987566075 Z/182 0.0070149811810286 0.353005585768 v2987(-1, 4) c Z/2 +5.5948403034324055 Z/7 0.0097528534732418 0.364170764311 v3251(-4, 1) c Z/2 +5.5948455619582932 Z/13 -0.1459457787858692 0.313030910559 v2869( 4, 3) c Z/2 +5.5949743171353888 Z/2 + Z/126 -0.0350702908484301 0.332419813796 v2903(-2, 3) c Z/2 +5.5949995234094008 Z/197 0.2165064958921297 0.307180919489 v2857( 4, 3) c Z/2 +5.5950757615261438 Z/2 -0.0459224335599013 0.349128654709 v3169(-1, 3) c Z/2 +5.5951606940320906 Z/17 0.0446493340227605 0.345983827985 v2968(-3, 2) c Z/2 +5.5952224821226319 Z/6 0.1890590766893817 0.371349191811 v2984( 1, 3) c Z/2 +5.5953861555738353 Z/57 -0.0298809759589659 0.380793806345 v3027(-3, 2) c Z/2 +5.5954570568720058 Z/70 0.1428014644024910 0.610493129461 v3411(-3, 1) c D2 +5.5955002708947438 Z/5 0.0574898860226895 0.374589104380 v2986(-1, 3) c trivial +5.5959156634448814 Z/127 -0.2468330188486004 0.335337061384 v2923(-1, 4) c Z/2 +5.5959627275057564 Z/23 -0.2075476614099392 0.456814424686 v3158(-2, 3) c D2 +5.5959720815422322 Z/73 0.1121276177806494 0.308759736979 v2856( 4, 1) c Z/2 +5.5963057833856771 Z/33 0.1275794084575969 0.359758977951 v2964( 1, 4) c Z/2 +5.5964541531462168 Z/234 -0.0507717870907314 0.322086347445 v2879( 2, 3) c Z/2 +5.5965550523021502 Z/147 -0.1788950347189180 0.329256748171 v2904(-3, 4) c Z/2 +5.5971710393609640 Z/45 0.2107002775440536 0.309166707143 v2862(-1, 4) c Z/2 +5.5972824595208513 Z/211 -0.2461841030273024 0.383853613603 v3028(-3, 2) c Z/2 +5.5973333087309629 Z/74 0.0929164561276874 0.420778543899 v3100(-4, 1) c Z/2 +5.5976231998832681 Z/67 0.1605756798983252 0.308822547857 v2867(-5, 1) c Z/2 +5.5978448092122139 Z/55 0.2065367418358369 0.305692323037 v2856(-5, 2) c Z/2 +5.5980492183316307 Z/10 -0.2317838881381427 0.412757760727 v3075(-3, 2) c Z/2 +5.5980790728334717 Z/56 0.1490453570688534 0.314620812259 v2900(-4, 1) c Z/2 +5.5981545859740531 Z/212 0.0862821683697396 0.365917936416 v3012( 1, 4) c Z/2 +5.5982117839885004 Z/130 0.2422678773442799 0.345149182129 v2959( 4, 3) c Z/2 +5.5983761242514012 Z/80 -0.0566077722007900 0.332232223185 v2968( 5, 1) c Z/2 +5.5985147432427837 Z/16 -0.0493912858726090 0.326753043913 v2903( 5, 2) c Z/2 +5.5987652999319821 Z/44 -0.0377924444529359 0.457630847300 v3200( 5, 1) c D2 +5.5988710297041759 Z/19 -0.1469803732756470 0.313678172259 v2886( 4, 1) c Z/2 +5.5992987837279737 Z/35 0.1261696635611643 0.317043012773 v2911(-7, 1) c D2 +5.5994261854464521 Z/57 -0.1707383834213626 0.314519359637 s958(-5, 1) c Z/2 +5.5997526372719038 Z/64 0.2023365356014779 0.519186392805 v3458( 3, 1) c Z/2 +5.5998127332723614 Z/57 -0.2320830917357191 0.309975290078 s958( 4, 3) c Z/2 +5.5998774248421151 Z/13 0.0081118266487134 0.639777805844 v3434( 3, 2) c Z/2 +5.6007007930097829 Z/3 + Z/27 0.1323074993346652 0.413036248582 v3092(-4, 1) c Z/2 +5.6007409051803260 Z/33 -0.0991061250122943 0.376707634799 v3304(-4, 1) c D2 +5.6009420873547795 Z/145 -0.0197411110894801 0.324794215618 v2897(-2, 3) c Z/2 +5.6010726548947296 Z/50 -0.1231516406182849 0.321244348222 v2901( 4, 3) c Z/2 +5.6011474690400499 Z/126 -0.1851897552615369 0.547469120350 v3409(-1, 3) c Z/2 +5.6014580274024987 Z/9 0.1624700272602901 0.533543847207 v3288(-3, 2) c Z/2 +5.6015203804895710 Z/92 0.1570480878019759 0.315245134749 v2875(-5, 1) c Z/2 +5.6015203804895710 Z/108 -0.1570480878019758 0.315245134749 v2875( 5, 1) c Z/2 +5.6019483235999653 Z/69 0.2211349267814397 0.304764875614 v2935( 1, 4) c Z/2 +5.6019620634173659 Z/43 0.0863054794258533 0.316778138033 v2919(-6, 1) c D2 +5.6019620634173659 Z/84 0.1696388127591867 0.316778138033 v2920(-6, 1) c D2 +5.6021104657603354 Z/46 0.0924764947407894 0.532809422386 v3333(-4, 1) c Z/2 +5.6022562378886586 Z/37 -0.2319838301940645 0.431692345285 v3095(-1, 4) c Z/2 +5.6024137658638044 Z/121 0.0902188099219681 0.519135831685 v3397( 1, 3) c Z/2 +5.6027093985110031 Z/2 + Z/28 -0.1905812206165588 0.308260435421 v2850( 4, 3) c Z/2 +5.6027106592612499 Z/245 -0.2056428772813871 0.317619511707 v2864(-3, 4) c Z/2 +5.6027116291617697 Z/2 -0.0846544022779861 0.308516015335 v2869(-5, 1) c Z/2 +5.6027229838893002 trivial 0.1114224744754059 0.468759200253 v3476( 1, 2) c Z/2 +5.6027453514975824 Z/325 0.0189014663401109 0.368384116118 v2987(-4, 3) c D2 +5.6029337753364963 Z/100 0.2353658946220167 0.362383630342 v2988(-4, 3) c Z/2 +5.6039767602075810 Z/28 0.0563606613506819 0.762199781311 v3510( 1, 3) c D2 +5.6039767602075810 Z/36 0.0563606613506819 0.762199781311 v3509( 1, 3) c D2 +5.6039923188146912 Z/66 0.0687643660498660 0.322026058981 v2898( 5, 2) c Z/2 +5.6042109615789378 Z/79 0.0604451956548685 0.365271397301 v3117( 4, 1) c Z/2 +5.6042493410506682 trivial -0.0061342665117705 0.373923304694 v3007(-3, 2) c D2 +5.6042866358472444 Z/23 -0.0720833054214304 0.335983653483 v2917( 4, 3) c Z/2 +5.6044215678508160 Z/33 0.1867488521911109 0.363197767457 v2966( 1, 4) c Z/2 +5.6049955931534373 Z/55 0.0671296381805524 0.354319565168 v2998(-5, 1) c Z/2 +5.6052402121100654 Z/248 0.0265523959402477 0.316192786335 v2903( 1, 4) c Z/2 +5.6056631129177391 Z/58 0.1406032184065211 0.345645756193 v2950( 4, 3) c Z/2 +5.6058494908572109 Z/7 0.2480687459020511 0.335025942832 v2911( 7, 1) c D2 +5.6059854091992010 Z/25 0.0926742539279593 0.408358731115 v3068( 2, 3) c Z/2 +5.6061265417842961 Z/76 0.1906351864344826 0.311462723161 v2866( 5, 2) c Z/2 +5.6062836427308665 Z/41 -0.2370085654185326 0.453086433945 v3158( 3, 2) c D2 +5.6063188058107889 Z/5 0.1903540262890491 0.464476821311 v3188( 1, 3) c Z/2 +5.6063585432526206 Z/6 + Z/12 0.2220636234057138 0.316148117519 v2926( 5, 1) c D2 +5.6064527314856898 Z/41 -0.0634106349250422 0.303445515238 v2889( 7, 1) c D2 +5.6064540588093666 Z/3 + Z/15 -0.0924709824456603 0.476711744970 v3245( 4, 1) c Z/2 +5.6066792827925365 Z/98 0.0136925033259284 0.517844572544 v3441( 3, 1) c Z/2 +5.6067420383317713 Z/53 0.0765371459970145 0.452148343209 v3158( 4, 1) c D2 +5.6067479620907925 Z/2 -0.0587626354399362 0.338812789203 v2951( 5, 2) c Z/2 +5.6067913166688426 Z/82 -0.0081451149837643 0.384484720203 v3051( 1, 4) c Z/2 +5.6069546366438363 trivial 0.1126229832776052 0.344407294413 v3169(-2, 3) c Z/2 +5.6070143066285006 Z/3 + Z/45 -0.2343059137496469 0.493719237491 v3262(-3, 2) c D2 +5.6070293969779696 Z/95 -0.0534936351820878 0.350337633469 v2967(-3, 2) c D2 +5.6072757217603657 Z/2 -0.0377487981902232 0.326504797739 v2947(-5, 2) c Z/2 +5.6074148558772061 Z/2 + Z/12 -0.1293581151347864 0.516084654506 v3328(-4, 1) c Z/2 +5.6074546930305949 Z/14 -0.0486048069012365 0.386072985191 v3077( 3, 2) c D2 +5.6078461060810967 Z/134 0.1585160184717224 0.304807152746 v2870( 2, 3) c Z/2 +5.6080253967705633 Z/17 0.0091984102148847 0.393118816786 v3068( 5, 1) c Z/2 +5.6084924648680751 Z/238 0.1413334945118765 0.316492089066 v2913( 1, 4) neg c Z/2 +5.6087084117449595 Z/85 -0.1353705003269288 0.362472746656 v3015( 1, 4) c Z/2 +5.6087204161749680 Z/51 0.1716615340241006 0.316709141235 v2917( 5, 1) c Z/2 +5.6087607644019367 Z/10 0.0320626712406924 0.468470640316 v3188( 2, 3) c Z/2 +5.6090288165353014 Z/183 0.1349616257555576 0.304174793461 v2865( 5, 2) c Z/2 +5.6091831203119215 Z/218 -0.0894697791835572 0.365489763381 v3012(-3, 2) c Z/2 +5.6092525878680794 Z/25 -0.1326846101770971 0.377804036375 v3046( 5, 1) c Z/2 +5.6093137725902722 Z/123 -0.0338425833100114 0.322279421296 v2910(-5, 1) c D2 +5.6096956279310627 Z/50 -0.2308706705160607 0.487658342602 v3280(-4, 1) c Z/2 +5.6100603485416488 Z/190 0.0298738433318004 0.322927969578 v2999(-4, 1) c Z/2 +5.6105018097156982 Z/45 -0.2297128381996633 0.516797929240 v3288( 3, 2) c Z/2 +5.6107870643211067 Z/3 + Z/6 -0.0559910463327202 0.424887199938 v3102( 2, 3) c D2 +5.6109810540259684 Z/54 0.0671313662295447 0.503705901674 v3463( 3, 1) c Z/2 +5.6110615619027369 Z/83 -0.1292292706753817 0.327986974753 v2930( 4, 1) c Z/2 +5.6111047908452341 Z/16 -0.1269449892127188 0.332091876489 v3273( 2, 3) c Z/2 +5.6111082826070634 Z/5 + Z/55 -0.1714247113728485 0.327937469314 v2933( 1, 4) c D2 +5.6111450771482396 Z/31 -0.0858513007675268 0.346581278991 v2956(-4, 3) c Z/2 +5.6114567858327751 Z/170 -0.1192787358971953 0.319840870029 v2913(-1, 4) neg c Z/2 +5.6119628012205293 Z/111 0.0803456808054703 0.344930048328 v2950( 5, 2) c Z/2 +5.6122053327694098 Z/11 -0.1630664443091119 0.377568979735 v3047( 2, 3) c Z/2 +5.6127947372902636 Z/3 + Z/54 -0.1408207187230497 0.341727748708 v3005(-1, 4) c Z/2 +5.6128263865956517 Z/128 0.1026218899592630 0.331576812188 v2950(-2, 3) c Z/2 +5.6128552391569215 Z/6 -0.0579224529247045 0.389494534122 v3078(-3, 2) c D2 +5.6134932242903289 Z/36 0.1269602565315769 0.420419533833 v3123( 1, 3) c D2 +5.6134932242903289 Z/3 + Z/36 0.1269602565315769 0.640686953136 v3427( 3, 2) c D2 +5.6134932242903289 Z/3 + Z/39 -0.1269602565315769 0.706242308599 v3467( 3, 2) c D2 +5.6136358150775585 Z/2 + Z/14 -0.1661706838071920 0.434392609664 v3162(-4, 1) c Z/2 +5.6136492466573571 Z/66 -0.1481460049280355 0.357333392380 v3005( 4, 1) c Z/2 +5.6137070780500352 Z/93 -0.1476449997933292 0.377300466419 v3015( 4, 3) c Z/2 +5.6138190886708086 Z/110 -0.0298916893126015 0.308177841658 v2898(-3, 2) c Z/2 +5.6140452059482720 Z/28 0.0730779223948141 0.425258503937 v3107( 1, 3) c D2 +5.6140452059482720 trivial 0.1769220776051859 0.425258503937 v3109(-1, 3) c D2 +5.6140553745755420 Z/69 -0.0217170262540554 0.533998720741 v3327( 3, 2) c Z/2 +5.6141390499368180 Z/35 0.1588023311528391 0.301655940968 v2855(-4, 3) c Z/2 +5.6141406957458655 Z/8 -0.0934521666457087 0.352634799002 v2974( 5, 2) c Z/2 +5.6144424727375930 Z/2 + Z/2 -0.0452232253970363 0.523939024038 v3333( 3, 2) c Z/2 +5.6144947408281909 Z/113 0.0000000000000000 0.625271865401 v3439( 3, 2) a Z/4 +5.6145081882498479 Z/33 -0.2098238818675028 0.306259954965 v2877( 7, 1) c D2 +5.6145543757389460 Z/53 0.2206867973915923 0.347920411100 v2988(-1, 4) c Z/2 +5.6152846080792054 Z/20 -0.0203525458576017 0.595797137190 v3352( 2, 3) c Z/2 +5.6154302385170255 Z/107 -0.0348780997543661 0.316719387593 v2915( 5, 1) c Z/2 +5.6156644212202463 Z/313 0.1299392874974973 0.323847760170 v2930(-3, 4) c Z/2 +5.6158099395927230 Z/2 + Z/2 0.2490090195436231 0.414618534084 v3077( 7, 1) c D2 +5.6159241345020007 Z/134 -0.1512717149802142 0.317045497189 v2908( 3, 2) c Z/2 +5.6160095448527156 Z/13 -0.1388568785325035 0.339520756346 v2953( 4, 3) c Z/2 +5.6163512453486093 Z/3 -0.0841058167168643 0.597021054575 v3423(-1, 2) c D2 +5.6163512453486093 Z/40 -0.1658941832831357 0.480544337253 v3258(-5, 1) c D2 +5.6163512453486093 Z/21 -0.2492275166164691 0.686889557932 v3469( 3, 2) c D2 +5.6163656395335730 Z/2 + Z/22 -0.0926316780468802 0.469942765615 v3217(-4, 1) c D2 +5.6163656395335731 Z/48 -0.1342983447135469 0.469942765615 v3213(-4, 1) c D2 +5.6163656395335730 Z/24 0.2176316780468802 0.469942765615 v3210( 4, 1) c D2 +5.6163656395335731 Z/184 0.2176316780468802 0.469942765615 v3207( 4, 1) c D2 +5.6164278083652612 Z/2 + Z/26 -0.1502246337209198 0.321483471107 v2932( 1, 4) c Z/2 +5.6165950655556555 trivial -0.1857590181586646 0.318893097495 v2889(-7, 1) c D2 +5.6166073288762790 Z/46 0.0301110745386310 0.455213189083 v3162( 5, 1) c Z/2 +5.6166084338440557 Z/22 0.0945375337870673 0.382045862376 v3062( 3, 2) c Z/2 +5.6171440998550449 Z/2 + Z/40 -0.0136365870356321 0.429894467870 v3136( 1, 3) c Z/2 +5.6174170583034498 Z/90 0.1171026262169346 0.307392439348 v2899( 5, 1) c Z/2 +5.6174692923309001 Z/2 + Z/54 -0.1401600042338362 0.390944723106 v3085(-4, 1) c Z/2 +5.6174727473858900 Z/27 0.1554784502774251 0.562300846104 v3347( 3, 2) c Z/2 +5.6177900531772870 Z/53 -0.0940953813027485 0.478364121195 v3202( 1, 3) c Z/2 +5.6178978916314907 Z/3 + Z/15 -0.1318907602278534 0.470131947337 v3262( 3, 2) c D2 +5.6179441276199664 Z/45 -0.1981073733690838 0.339795651409 v2957( 5, 1) c Z/2 +5.6181023576031210 Z/143 -0.1452666765613955 0.389052627627 v3069(-3, 2) c Z/2 +5.6181885154324638 Z/73 -0.1141548207182851 0.377298663537 v3070(-4, 1) c Z/2 +5.6182386323784582 Z/90 -0.0360208769115779 0.554129621652 v3337(-3, 2) c Z/2 +5.6182815170459568 Z/2 + Z/40 -0.0130555359775147 0.336893462352 v2959( 5, 1) c Z/2 +5.6184766556716509 Z/34 -0.1562812996412340 0.311147796716 v2901(-2, 3) c Z/2 +5.6185136138221374 Z/79 0.1996428539698331 0.353928518905 v3013( 5, 1) c Z/2 +5.6185486902391977 Z/99 0.0688475238858833 0.319621668731 v2909( 5, 1) c Z/2 +5.6188375527964694 Z/9 -0.1145122706831417 0.472707362433 v3238( 1, 3) c trivial +5.6190465181932653 Z/51 0.1713812327273591 0.739040934618 v3498( 4, 1) c Z/2 +5.6190736125323862 Z/173 -0.1736568121866594 0.344162917037 v2953(-2, 3) c Z/2 +5.6191856054041190 Z/2 + Z/36 -0.0586599462122742 0.311416202787 v2901(-5, 1) c Z/2 +5.6192785317700037 Z/2 + Z/2 0.1015005293623502 0.337831793762 v2972( 5, 2) c Z/2 +5.6193082712270580 Z/318 0.0415627026063800 0.349763594460 v2993(-1, 4) c Z/2 +5.6195542532273015 Z/211 0.1487673588968814 0.340554734731 v2949(-2, 3) c Z/2 +5.6196397776011065 Z/105 0.1354637439100304 0.340620549655 v2968( 5, 2) c D2 +5.6196516898137829 Z/9 0.0274501721687608 0.359278777616 v2984( 2, 3) c Z/2 +5.6198683434903199 Z/18 -0.1039547908141235 0.303742168261 v2899( 1, 4) c Z/2 +5.6199432967026320 Z/72 -0.0500451238220317 0.303807890275 v2873( 5, 2) c D2 +5.6199432967026320 Z/2 + Z/10 -0.0500451238220317 0.303807890275 v2874( 5, 2) c D2 +5.6200289117769439 Z/11 0.2384263589487934 0.505522198508 v3268( 1, 3) c Z/2 +5.6200818434280021 Z/95 -0.1417944994696069 0.330887148021 v2965( 5, 1) c Z/2 +5.6204037220076616 Z/86 -0.1014315008462507 0.411188784193 v3086( 1, 3) neg c Z/2 +5.6205653946501907 Z/3 + Z/12 -0.0364464825538183 0.418212483314 v3106(-3, 2) c D2 +5.6205653946501907 Z/3 + Z/57 0.0364464825538183 0.418212483314 v3110( 3, 2) c D2 +5.6206131258896749 Z/29 -0.0229834351658853 0.392776683345 v3047(-2, 3) c Z/2 +5.6209561297215975 Z/239 -0.0431624788975733 0.318227457445 v2930( 2, 3) c Z/2 +5.6210051684258336 Z/66 -0.2212622189618872 0.757809876199 v3528(-3, 1) c D2 +5.6210051684258336 Z/2 + Z/42 0.2212622189618873 0.436637315350 v3126(-3, 2) c D2 +5.6212443900858330 Z/50 -0.1525047580274290 0.614843916180 v3372(-1, 3) c trivial +5.6213489950291589 Z/50 0.0714251776792488 0.317960219071 v2914(-3, 2) c Z/2 +5.6214284972696273 Z/12 -0.1300098002028642 0.304594859910 v2875(-1, 4) c Z/2 +5.6214284972696273 Z/52 0.1300098002028642 0.304594859910 v2875( 1, 4) c Z/2 +5.6216746984153885 Z/15 -0.1139437391338473 0.816800788082 v3514( 1, 2) c D2 +5.6217919450151119 Z/51 -0.2405966287400859 0.780906333895 v3543( 2, 1) c Z/2 +5.6219783812578169 Z/49 0.1699129136826053 0.317436255542 v2915(-2, 3) c Z/2 +5.6223933458813234 Z/2 + Z/18 -0.1188113139359415 0.463994779777 v3226(-3, 2) c Z/2 +5.6227021004607784 Z/118 -0.2294415158102082 0.316564746628 v2923(-4, 3) c Z/2 +5.6228028337650334 Z/43 -0.0584490551201493 0.329449547725 v2949( 5, 1) c Z/2 +5.6228633211227157 Z/247 0.0191625536076829 0.364493747113 v3012(-2, 3) c Z/2 +5.6231353461894965 Z/11 0.1900780244208391 0.362945553034 v3015(-3, 2) c Z/2 +5.6231920894717675 Z/2 + Z/20 0.2013715813946249 0.326554553766 v2960( 5, 2) c Z/2 +5.6233681341710689 Z/2 + Z/26 -0.0755377962767606 0.400256997144 v3091(-5, 1) c Z/2 +5.6234614141774472 Z/2 0.1854310171621906 0.350331623045 v3007(-4, 1) c D2 +5.6234836508174509 Z/21 -0.0331585700244133 0.423157734328 v3137(-2, 3) c Z/2 +5.6235715329239209 Z/20 -0.0030921948142260 0.565160464370 v3356( 4, 1) c D2 +5.6238493399307078 Z/6 -0.1755044873825637 0.405782193704 v3100( 4, 1) c Z/2 +5.6238772587093661 Z/158 -0.2142868410018598 0.351869404016 v2988( 2, 3) c Z/2 +5.6246206879712901 Z/19 0.1257176474205711 0.501063745103 v3275(-4, 1) c Z/2 +5.6247095099248842 Z/55 0.0732027045263654 0.364767827171 v3012( 4, 3) c Z/2 +5.6248491440331951 Z/57 0.0397309828474410 0.352969271039 v2997(-1, 4) c Z/2 +5.6249271255846383 Z/219 -0.1380439612175606 0.364436280237 v3016(-2, 3) c Z/2 +5.6250313290039063 Z/34 0.1162973934680581 0.347425704838 v3374( 4, 1) c Z/2 +5.6250329930864207 Z/17 0.0374196837372503 0.613523944070 v3520( 4, 1) c D2 +5.6250329930864207 Z/6 0.0875803162627497 0.613523944070 v3444(-3, 2) c D2 +5.6250329930864207 trivial 0.2040863504039170 0.774420597379 v3505(-4, 1) c D2 +5.6250329930864207 trivial -0.2040863504039170 0.778585899146 v3519(-4, 1) c D2 +5.6250822655661167 Z/41 0.0502732953120020 0.501719938383 v3276(-3, 1) c Z/2 +5.6251075187839305 Z/31 0.1774840462293622 0.339563514877 v2979(-4, 3) c Z/2 +5.6253913329363051 Z/43 -0.0398388858372278 0.307325950686 v2935(-1, 4) c Z/2 +5.6254285291719386 Z/177 0.1433385234107601 0.395438266467 v3074(-4, 1) c Z/2 +5.6254495169468271 Z/79 -0.1307116783413839 0.356272721980 v3001( 3, 4) c Z/2 +5.6256616864206397 Z/2 + Z/36 -0.1247958022514776 0.311403777722 v2899( 4, 3) c Z/2 +5.6256616864206397 Z/2 + Z/44 -0.1247958022514776 0.311403777722 v2898( 5, 1) c Z/2 +5.6258119364691222 Z/23 0.0266830651223935 0.441982669427 v3190( 2, 3) c Z/2 +5.6258218382176295 Z/39 0.2141109089377685 0.438636099893 v3147(-3, 2) c Z/2 +5.6258416598916338 Z/19 -0.2173924495943298 0.301165861682 v2894( 7, 1) c D2 +5.6259742660754246 Z/38 -0.0151342700268244 0.391638136340 v3062( 2, 3) c Z/2 +5.6262164874646752 Z/43 -0.0553988997205897 0.351350817560 v3016(-4, 1) c Z/2 +5.6264037072801550 Z/4 -0.2498550827553359 0.595108946350 v3428( 5, 1) c Z/2 +5.6266873344550254 Z/65 0.0347876925975952 0.440478152998 v3178(-4, 1) c Z/2 +5.6270235735539094 Z/15 0.0869156869726955 0.437688397701 v3198(-1, 3) c D2 +5.6271570094034222 Z/105 -0.0595866486353064 0.499863958299 v3524(-3, 1) c Z/2 +5.6271819940194491 Z/160 0.1345097750151123 0.324608702956 v2944(-5, 1) c D2 +5.6273609992996073 Z/50 0.0511295425217438 0.332914844123 v2965( 5, 2) c D2 +5.6273609992996073 Z/14 0.1344628758550771 0.332914844123 v2949( 5, 2) c D2 +5.6275820115710413 Z/135 0.0540267370866679 0.325371219329 v2929( 2, 3) c Z/2 +5.6276828055826635 Z/22 0.1276934955370008 0.373448911467 v3077(-6, 1) c D2 +5.6277582219170545 Z/22 0.2023347983772681 0.584678550081 v3425( 4, 1) c Z/2 +5.6278020289119596 Z/160 -0.1486312066253238 0.305326683942 v2904(-5, 1) c Z/2 +5.6280976664562972 Z/17 0.2052809647673543 0.363452723152 v3026(-4, 3) c Z/2 +5.6281396368639499 Z/127 -0.1037752833382577 0.413458709065 v3123(-1, 4) c Z/2 +5.6283230929361647 Z/248 -0.0514470613161884 0.310632512721 v2906( 1, 4) c Z/2 +5.6283239854937218 Z/19 -0.0707602535531018 0.350761993598 v3001(-3, 2) c Z/2 +5.6285036466385592 Z/37 -0.0679243284823544 0.302461157358 v3046(-1, 3) c Z/2 +5.6286795327877020 Z/2 + Z/10 -0.1771735127989198 0.432650419113 v3128( 3, 2) c D2 +5.6287100918583834 Z/58 0.2484912262927258 0.308814354867 v2908(-5, 2) c Z/2 +5.6288275826411225 Z/207 -0.1663024234150645 0.315189380698 v3022( 4, 1) c Z/2 +5.6288852625887300 Z/56 -0.0522237924564374 0.300295847777 s957( 2, 3) c D2 +5.6288852625887300 Z/280 -0.0522237924564374 0.300295847777 s955( 2, 3) c D2 +5.6288852625887300 Z/2 + Z/30 -0.0522237924564374 0.300295847777 s960( 2, 3) c D6 +5.6289526373178178 Z/110 -0.2351639093537709 0.439097002157 v3162( 1, 3) c Z/2 +5.6290351865473855 trivial 0.0435816601253390 0.317861619747 v2946( 7, 1) c Z/2 +5.6291554830857396 Z/7 0.0598860689225296 0.436104135725 v3165(-1, 3) c Z/2 +5.6292263731544812 Z/160 0.1608003539621914 0.321344304116 v2929( 3, 2) c D2 +5.6292481836405616 Z/175 0.1573414825101898 0.304586778196 v2904(-5, 2) c Z/2 +5.6293823749818472 Z/76 -0.1621279002117216 0.583365434499 v3404( 1, 3) c D2 +5.6294996328457307 Z/20 -0.2188630235342078 0.339009140461 v3009( 6, 1) c Z/2 +5.6295383483599026 Z/104 0.1349538898601326 0.367787327026 v3041(-1, 4) c Z/2 +5.6298697679084992 Z/40 0.1061091733236864 0.325524763384 v2971(-1, 4) c Z/2 +5.6300857913183109 Z/45 0.0592819328581579 0.508431478682 v3314(-2, 3) c Z/2 +5.6301846243578548 Z/123 -0.0610067075457512 0.378594094216 v3056(-3, 2) c Z/2 +5.6302672447025350 Z/2 + Z/8 -0.2392604148934699 0.350753943622 v3011(-2, 3) c Z/2 +5.6311132747111627 Z/200 -0.2135335285256081 0.301538307579 v2903( 3, 4) c Z/2 +5.6314540035466173 Z/165 0.1973136748355823 0.461678489619 v3266(-1, 3) c D2 +5.6319713521782820 Z/26 -0.0811916057901844 0.314648241387 v2941( 1, 4) c Z/2 +5.6321633800228758 Z/74 0.0425129940014095 0.350708198087 v3011( 5, 1) c Z/2 +5.6323000730865911 Z/198 0.0717695373388303 0.300660206424 v2883(-5, 2) c Z/2 +5.6326785561713715 Z/191 -0.1227892298682694 0.378742661428 v3074( 4, 1) c Z/2 +5.6328048919351737 Z/70 0.1974063192448774 0.322814407700 v2959(-2, 3) neg c Z/2 +5.6328867305132830 Z/19 0.0558334426015967 0.342641503275 v2997(-4, 3) c Z/2 +5.6329828460431528 Z/71 0.0158864540022260 0.473974228845 v3268( 3, 1) c Z/2 +5.6330437261468145 Z/95 0.1051392851673425 0.345788986914 v2997( 2, 3) neg c Z/2 +5.6330619633045680 Z/44 -0.1067610604887694 0.393431402060 v3107(-1, 3) c D2 +5.6330619633045680 Z/23 -0.1432389395112305 0.393431402060 v3109( 1, 3) c D2 +5.6336941963913386 Z/2 + Z/26 -0.1872942190521085 0.397032030277 v3091( 3, 2) c Z/2 +5.6340639802435657 Z/43 0.0186995647715751 0.312532637077 v2916( 3, 4) c Z/2 +5.6341605977160021 Z/28 0.1356086093233504 0.364577121466 v3009(-6, 1) c Z/2 +5.6341888940706646 trivial 0.0731186591389481 0.335076131950 v2986( 2, 3) c trivial +5.6349050833669355 Z/5 0.0346434761224999 0.377754722663 v3071( 1, 3) c Z/2 +5.6349973443699264 Z/5 0.0025180187301102 0.620220421389 v3408(-1, 2) c D2 +5.6350110041183046 Z/7 -0.0677910321666291 0.338510715081 v2974(-2, 3) c Z/2 +5.6350160411572748 Z/239 -0.1371043871562116 0.366594939194 v3028(-2, 3) c Z/2 +5.6351332247515248 Z/21 0.0399543930500874 0.426009436767 v3166( 4, 1) c Z/2 +5.6351722840234407 Z/92 0.2419288605686496 0.309736705339 v2916( 4, 3) c Z/2 +5.6351736724381863 Z/106 0.0676570141196558 0.322981828343 v2951(-5, 1) c Z/2 +5.6352839708945753 Z/95 0.0207756678770669 0.337632029090 v2997( 4, 1) neg c Z/2 +5.6354920255069978 Z/85 -0.2108608041726864 0.647250519749 v3479( 3, 1) c Z/2 +5.6355542725584726 Z/108 0.0940261727444582 0.533105707755 v3314( 1, 3) c Z/2 +5.6356775792937645 Z/2 + Z/22 -0.1731058964353175 0.464834720089 v3217( 3, 2) c D2 +5.6356775792937645 Z/40 -0.2018941035646825 0.464834720089 v3210(-3, 2) c D2 +5.6356775792937645 Z/72 -0.2018941035646825 0.464834720089 v3207(-3, 2) c D2 +5.6356775792937645 Z/3 + Z/12 -0.2147725631019841 0.464834720089 v3213( 3, 2) c D2 +5.6362280035809940 Z/89 0.1167792628213272 0.502615358639 v3455( 3, 1) c Z/2 +5.6362768709030696 Z/208 0.2110380722499123 0.316602658635 v2949( 1, 4) c Z/2 +5.6364169576347140 Z/85 0.1372805703317259 0.415542418565 v3147( 4, 1) c Z/2 +5.6368892481708389 Z/48 -0.1110256695803497 0.391437297643 v3106( 4, 1) c D2 +5.6368892481708389 Z/129 0.1110256695803497 0.391437297643 v3110(-4, 1) c D2 +5.6369076088060710 Z/19 0.0729875162468270 0.378236083875 v3068(-1, 3) c Z/2 +5.6369655765737399 Z/7 0.0322368373581385 0.358073353027 v3038( 5, 2) c D2 +5.6370447477404604 Z/3 + Z/6 0.2197141105686653 0.478772419961 v3245(-5, 1) c Z/2 +5.6373326850620615 Z/127 0.1145422540920212 0.473151924362 v3234( 1, 3) c Z/2 +5.6373616184448074 Z/196 -0.1454489561663095 0.400402942558 v3122(-4, 1) c Z/2 +5.6374400659924795 Z/25 0.2025868791589873 0.330055399804 v2978( 5, 1) c Z/2 +5.6377671687562711 Z/10 -0.1822953387050840 0.442539974439 v3187( 5, 1) c Z/2 +5.6378498889217390 Z/83 0.1153528987192370 0.371379256692 v3056( 1, 4) c Z/2 +5.6383645375843052 Z/141 -0.1655938686114511 0.309314219799 v2939( 1, 4) c Z/2 +5.6384357576747003 Z/43 -0.1082713921067985 0.349073645906 v3013( 5, 2) c D2 +5.6386912660796228 Z/4 -0.2479339168031252 0.479382080630 v3284( 3, 1) c Z/2 +5.6389195223745508 Z/2 -0.2457804418335321 0.310514261759 v2946( 5, 2) c Z/2 +5.6392935639515188 Z/46 0.1584410286642941 0.315762004547 v2941(-1, 4) c Z/2 +5.6395285499369472 Z/222 0.0835391965298947 0.416179249488 v3151( 4, 1) c Z/2 +5.6395545564319253 Z/2 + Z/10 -0.1946132697151038 0.315101368502 v2920( 7, 1) c D2 +5.6395545564319253 Z/9 0.2220533969515629 0.315101368502 v2919( 7, 1) c D2 +5.6397326238055800 Z/82 0.0944754915582909 0.334339218962 v3001( 4, 3) c Z/2 +5.6398218082134111 Z/97 -0.2282246039195640 0.492132041343 v3257( 3, 2) c Z/2 +5.6398253158097318 Z/322 0.1957856337039162 0.337026434342 v3000(-3, 4) c D2 +5.6398253158097318 Z/290 -0.2208810329627505 0.337026434342 v2993(-3, 4) c D2 +5.6402065811840919 Z/3 -0.0281038302146947 0.497513454441 v3305(-3, 2) c D2 +5.6404894602378361 Z/130 0.1073353730380026 0.474300751458 v3201(-1, 3) c Z/2 +5.6406463964046336 Z/6 -0.2307757685788383 0.534854656528 v3452(-3, 2) c D2 +5.6407628707277830 Z/53 -0.0869068388179120 0.363071327600 v3028( 4, 3) c Z/2 +5.6410468160028802 Z/147 -0.0273649320694838 0.331306431258 v2978( 1, 4) c Z/2 +5.6410945130069916 Z/39 -0.2015010054879076 0.357524996242 v3015(-2, 3) c Z/2 +5.6410995789147944 Z/191 0.0667801778368990 0.327786224915 v2965(-2, 3) c Z/2 +5.6411621205605942 Z/6 -0.1187607213304427 0.387109242997 v3093( 5, 1) c Z/2 +5.6412806503909737 Z/8 0.1349362581682808 0.315316195957 v2931( 4, 3) c Z/2 +5.6412965580872578 Z/5 -0.1157159384452816 0.428695792152 v3169( 4, 1) c Z/2 +5.6418868969175320 Z/196 0.2014371519190052 0.327872117781 v2988( 4, 1) c Z/2 +5.6419771137781812 Z/179 -0.0057289135739753 0.399232517399 v3087(-3, 2) c Z/2 +5.6422369245823543 Z/127 -0.0743781567043862 0.331515029614 v2983(-4, 1) c Z/2 +5.6423081874123989 Z/229 0.1667531367489065 0.342808019140 v3026( 4, 1) c Z/2 +5.6424476928436222 Z/38 -0.0579292332146819 0.403015657656 v3105(-5, 1) c Z/2 +5.6424582310939847 Z/122 0.0215298731788976 0.308885484448 v2938(-4, 1) c Z/2 +5.6426571582306411 Z/9 0.0859180439301675 0.349785702315 v3007( 5, 2) c D2 +5.6426876502657825 Z/12 0.1423451861673410 0.405189301681 v3106( 1, 4) c D2 +5.6426876502657825 Z/69 -0.1423451861673410 0.405189301681 v3110(-1, 4) c D2 +5.6427631177552158 Z/130 -0.2413575373018495 0.322778958887 v2959( 1, 4) c Z/2 +5.6428646726919202 Z/131 0.1040611490971182 0.453519301289 v3191(-3, 2) c Z/2 +5.6430094052643405 Z/22 0.0839926047324089 0.432210509127 v3165( 2, 3) c Z/2 +5.6430850215423517 Z/74 0.1612054981572599 0.315684570021 v2930(-5, 1) c Z/2 +5.6432499165484960 Z/22 -0.1537810258710183 0.334701410071 v2998( 2, 3) c Z/2 +5.6433010184821813 Z/7 -0.1064279724736732 0.338991773132 v3007( 5, 1) c D2 +5.6434536242116900 Z/65 0.0292321873783507 0.301089349774 v2923(-5, 1) c Z/2 +5.6441125814241241 Z/47 -0.2489189288784509 0.375596451616 v3047( 5, 1) c Z/2 +5.6442651747398752 Z/88 0.0246722956619150 0.301137101489 v3179( 4, 1) c Z/2 +5.6448148041450494 Z/4 + Z/32 -0.1219463190221431 0.318551774713 v2944(-4, 3) c D2 +5.6449861719599041 Z/2 + Z/68 -0.0287597070223751 0.316237897168 v2951(-2, 3) c Z/2 +5.6450573476947889 Z/5 -0.0324306136761418 0.321986796946 v2974( 4, 3) c Z/2 +5.6453212715807301 trivial -0.0765671025513590 0.318026899708 v2946(-7, 1) c Z/2 +5.6453498592427288 Z/62 0.1631204803000808 0.319266885973 v2972( 4, 3) c Z/2 +5.6455194031609279 Z/80 0.1227237620943792 0.347846478105 v3017( 1, 4) c Z/2 +5.6456383090572477 Z/130 -0.1273564202653997 0.397345256397 v3105( 1, 3) c Z/2 +5.6458754483302487 Z/14 -0.0384525482766946 0.391864690155 v3080( 5, 2) c D2 +5.6460056781296177 Z/83 0.1201523756031621 0.342688218470 v3232( 4, 1) c Z/2 +5.6460242414921671 Z/6 -0.2042413002072312 0.522560803237 v3338( 3, 2) c Z/2 +5.6463277234441509 Z/22 -0.1342938564633211 0.300249571806 v2917( 5, 2) c Z/2 +5.6463625374901657 Z/151 0.0218221323537792 0.410614124617 v3116(-4, 1) c Z/2 +5.6463768872512195 Z/41 0.2040285162039598 0.527234974996 v3345(-1, 3) c Z/2 +5.6466789584544797 Z/16 -0.1834274990467544 0.419063546897 v3157( 5, 1) c D2 +5.6466789584544797 Z/16 -0.1834274990467544 0.419063546897 v3158( 1, 3) c D2 +5.6470024023007166 Z/111 0.2120084338282899 0.327185815102 v2968( 1, 4) c Z/2 +5.6471623935686166 Z/90 -0.1856469029018345 0.332623636412 v2995( 5, 1) c Z/2 +5.6476933023133234 Z/27 0.0963931408809490 0.465980118539 v3199(-6, 1) c D2 +5.6477525258685818 Z/298 0.2446576518188810 0.334174478745 v2987(-3, 4) c Z/2 +5.6479703792643700 Z/129 0.1344792206034913 0.495943447780 v3339( 1, 3) c Z/2 +5.6480937933573463 Z/45 0.1870589237578794 0.343161074935 v3046(-5, 1) c Z/2 +5.6481574785698345 Z/53 0.1003448467112995 0.364793904471 v3080(-5, 1) c D2 +5.6483568036979772 Z/158 0.1278634241457108 0.320769571060 v2972(-2, 3) c Z/2 +5.6486292836271638 Z/290 -0.2199655404316435 0.402269189780 v3129( 1, 3) c Z/2 +5.6487635371793407 Z/138 0.0299418684584251 0.539447717563 v3439( 1, 3) c Z/2 +5.6491747439841635 Z/6 0.0143594908358383 0.430168230613 v3187( 3, 2) c Z/2 +5.6492133621929082 Z/42 0.1129641526032385 0.372189078614 v3085(-1, 4) c Z/2 +5.6493695245915410 Z/4 0.0365841107497684 0.328107640644 v3001(-2, 3) c Z/2 +5.6494147757173537 Z/205 -0.0718534711941361 0.341264218791 v3028( 1, 4) c Z/2 +5.6494178314899389 Z/2 + Z/32 0.1197722435759381 0.471517357491 v3264( 4, 1) c Z/2 +5.6496817731448712 Z/153 -0.0325508349073421 0.306495917578 v2930(-5, 2) c Z/2 +5.6497635043665628 Z/57 0.0848692465220297 0.365713945767 v3071(-5, 1) c Z/2 +5.6499817730046475 Z/128 0.1940320882898775 0.383596841451 v3105(-1, 3) c Z/2 +5.6500523486931469 Z/193 -0.0555398999759997 0.384364488638 v3116(-2, 3) c Z/2 +5.6502155724990302 Z/277 0.1272978421921087 0.353343253427 v3043( 4, 3) c Z/2 +5.6503226373758472 Z/128 -0.1288330266784292 0.354279958385 v3041(-3, 4) c Z/2 +5.6505406894683807 Z/84 -0.1949567309600806 0.303813169513 v2927(-6, 1) c D2 +5.6507236999140583 Z/114 0.0322292693235515 0.314254239336 v2958(-5, 1) c Z/2 +5.6507642369455008 Z/201 -0.0107697844283021 0.317117452331 v2987( 4, 1) c Z/2 +5.6510314295455930 Z/10 0.1407294162818960 0.475768487325 v3264(-1, 3) c Z/2 +5.6510712530602314 Z 0.0133059297535887 0.320955791370 v2984(-1, 3) c Z/2 +5.6511183040199709 Z/70 -0.2096199064312452 0.396703890171 v3085( 3, 2) c D2 +5.6512041029583810 Z/2 + Z/56 0.1051850770620332 0.418898587243 v3162( 2, 3) c Z/2 +5.6512550136018912 Z/146 -0.0887322828550777 0.317096212860 v2978(-2, 3) c Z/2 +5.6516450760973551 Z/58 -0.0501476622464185 0.578538742903 v3421(-2, 3) c Z/2 +5.6516533376821270 Z/38 0.1778644895411632 0.441123703692 v3234(-4, 1) c Z/2 +5.6517124975374559 Z/3 + Z/30 -0.1268016086722142 0.383456836741 v3102(-1, 4) c D2 +5.6520161833269854 Z/67 0.0480241244737973 0.368664077659 v3056(-2, 3) c Z/2 +5.6522586887621863 Z/175 -0.1505799091499943 0.339099321683 v3022(-1, 4) c Z/2 +5.6523206618243692 Z/17 0.1362158009585860 0.317871591854 v2984( 5, 2) c Z/2 +5.6523469689724815 Z/110 0.1803571301459366 0.309690186497 v2959( 5, 2) c Z/2 +5.6525048973409551 Z/2 + Z/26 0.0031732414794083 0.310778889297 v2951( 4, 3) c Z/2 +5.6526418932332157 Z/3 + Z/39 0.1545243565027973 0.467097453763 v3215( 1, 3) c D4 +5.6527308010421074 Z/114 0.2179325327836474 0.454419941292 v3191(-2, 3) c Z/2 +5.6531963719635279 Z/11 0.1032788618393501 0.494514305885 v3320(-3, 2) c Z/2 +5.6533173515318179 Z/16 0.2465554181073005 0.424338324944 v3199( 5, 1) c D2 +5.6533173515318179 Z/48 0.2465554181073005 0.424338324944 v3198(-2, 3) c D2 +5.6533994731482207 Z/59 0.1082647657723475 0.404641738393 v3109( 5, 1) c D2 +5.6533994731482207 Z/52 0.1417352342276525 0.404641738393 v3107(-5, 1) c D2 +5.6536365364110267 Z/2 + Z/140 0.1652965497279811 0.363547792269 v3067( 4, 3) c Z/2 +5.6540105672289627 Z/126 0.0851083119149926 0.413560132452 v3142(-1, 3) c Z/2 +5.6540699835802617 Z/110 0.2223127086358704 0.420920932322 v3177(-3, 2) c Z/2 +5.6541939525260601 Z/173 -0.0428024804966120 0.327417308971 v3032( 4, 1) c Z/2 +5.6542519535481429 Z/60 -0.0238195034564801 0.485780066662 v3284( 1, 3) c Z/2 +5.6547265075746256 Z/57 -0.0986568110195966 0.816998355280 v3543( 1, 2) c Z/2 +5.6550267524055128 Z/4 0.1858330565086892 0.424045867871 v3169(-5, 1) c Z/2 +5.6550267524055128 Z/44 0.1858330565086892 0.424045867871 v3168(-1, 3) c Z/2 +5.6552110352358042 Z/60 0.1728180499246469 0.526307225010 v3358(-1, 3) c Z/2 +5.6553522325692888 Z/62 -0.0668312417207276 0.474378094305 v3231( 4, 1) c Z/2 +5.6555775482331316 Z/71 -0.1434367924203457 0.409501165786 v3120(-1, 4) c Z/2 +5.6560148928498691 Z/26 -0.0769900821787802 0.385939550172 v3077(-3, 2) c D2 +5.6562441766615663 Z/22 0.0269250667390296 0.562399148646 v3375(-3, 2) c Z/2 + Z/2 + Z/2 +5.6562441766615663 Z/2 + Z/4 + Z -0.0685917334056963 0.421799361484 v3145( 3, 2) c D2 +5.6562441766615663 Z/13 -0.1102584000723629 0.729789373052 v3529(-1, 2) c D6 +5.6562441766615663 Z/22 + Z 0.1102584000723629 0.421799361484 v3181(-3, 2) c D2 +5.6562441766615663 Z/32 -0.1397415999276371 0.421799361484 v3144(-7, 1) c D2 +5.6562441766615663 Z/40 0.1397415999276371 0.729789373052 v3519(-1, 2) c Z/2 + Z/2 + Z/2 +5.6562441766615663 Z/352 0.1397415999276371 0.364894686526 v3043( 1, 4) c D2 +5.6562441766615663 Z/5 + Z/10 0.1397415999276371 0.562399148646 v3351( 3, 2) c Z/2 + Z/2 + Z/2 +5.6562441766615663 Z/48 0.1935917334056963 0.584603685018 v3387( 3, 2) c Z/2 + Z/2 + Z/2 +5.6562441766615663 Z/4 + Z/28 -0.1935917334056963 0.397067331496 v3136(-1, 3) c Z/2 +5.6562441766615663 Z/40 0.2230749332609704 0.584603685018 v3378(-3, 2) c D2 +5.6562441766615663 Z/2 + Z/30 0.2230749332609704 0.584603685018 v3377(-3, 2) neg c D2 +5.6563251215274315 Z/183 -0.0338273571253145 0.321993019999 v3025(-1, 4) c Z/2 +5.6563357792796155 Z/55 0.2400558721552219 0.423783899185 v3168(-3, 2) c Z/2 +5.6564772839980112 Z/339 -0.1018390477963508 0.320238976231 v2983( 4, 3) c Z/2 +5.6564937682321214 Z/2 -0.0542660273267027 0.380263415447 v3093(-1, 3) c D2 +5.6566126591439646 Z/58 -0.0844675780148998 0.360584712620 v3062(-1, 4) c Z/2 +5.6566451272870492 Z/158 0.0515463157715412 0.434740153127 v3194( 3, 1) c Z/2 +5.6566508995684899 Z/105 -0.2464055796430803 0.477411280100 v3262( 2, 3) c D2 +5.6570725536080348 Z/61 0.1592014503646754 0.427612242390 v3201(-3, 2) c Z/2 +5.6572146235880065 Z/120 -0.1084079052000807 0.483688297249 v3248(-1, 3) c D2 +5.6572146235880065 Z/39 -0.1917412385334140 0.434243994848 v3214(-4, 1) c Z/2 + Z/2 + Z/2 +5.6573674466678682 Z/20 0.1138599833487655 0.429167964539 v3166(-3, 2) c Z/2 +5.6577427680571815 Z/15 0.0461852057262530 0.735618975232 v3516( 1, 2) c D6 +5.6577960067300281 Z/20 -0.2407269923597667 0.440178712373 v3188(-4, 1) c Z/2 +5.6577960067300281 Z/52 -0.2407269923597667 0.440178712373 v3189(-1, 3) c Z/2 +5.6581527481951322 Z/12 -0.0147542787261475 0.332681504554 v3009( 5, 2) c Z/2 +5.6584426531707407 Z/7 0.2199684085903576 0.328673577626 v2986(-2, 3) c trivial +5.6587415141693393 Z/123 0.2452526927533707 0.410813327901 v3142(-2, 3) c Z/2 +5.6588664755796357 Z/24 0.0736309418337271 0.376676925771 v3106(-2, 3) c D2 +5.6588664755796357 Z/159 -0.0736309418337271 0.376676925771 v3110( 2, 3) c D2 +5.6590835550914040 Z/46 -0.2100675532698387 0.469923452393 v3297(-4, 1) c Z/2 +5.6591349474622454 Z/15 -0.1040130917074562 0.313401632158 v2978( 5, 2) c Z/2 +5.6593820315042962 Z/173 -0.1862225883145145 0.494491916127 v3295( 3, 1) c Z/2 +5.6594358435187179 Z/50 -0.0716767105605897 0.330960785447 v3263( 5, 1) c Z/2 +5.6596663609555692 Z/162 -0.0297199300544476 0.350708414453 v3043(-3, 2) c Z/2 +5.6597058998013616 Z/36 -0.1836324927486372 0.364412225699 v3051(-3, 2) c Z/2 +5.6602170581193947 Z/44 0.0453146508280260 0.376036972140 v3069(-4, 1) c Z/2 +5.6602467279082337 Z/12 0.2279884681036200 0.551820879875 v3410( 4, 1) c Z/2 +5.6603157433776221 Z/325 -0.0727086528146502 0.336446124510 v3016( 1, 4) c Z/2 +5.6604054479981625 Z/133 -0.0179981460423176 0.364876992870 v3051( 4, 3) c Z/2 +5.6611528114380194 Z/152 0.1274243449902463 0.305406736175 v2965( 1, 4) c Z/2 +5.6615197961551803 Z/2 + Z/26 0.2435274872521187 0.303342892914 v2938(-1, 4) c Z/2 +5.6617586477305761 Z/3 + Z/36 -0.0918526580593302 0.316680624665 v2966( 5, 1) c Z/2 +5.6618044563683147 Z/51 0.1251055172047994 0.534590564677 v3346( 3, 2) c D2 +5.6618793717950887 Z/16 0.0591844553925615 0.609422090899 v3439(-3, 1) c Z/2 +5.6620674284196278 Z/104 -0.1153010739543953 0.328682797546 v3017( 3, 4) c Z/2 +5.6620812032073640 Z/190 0.0587539905085978 0.305144753158 v2957( 4, 3) c Z/2 +5.6621238995622003 Z/44 -0.0804113201605969 0.420620352931 v3183( 4, 1) c Z/2 +5.6621959286592914 Z/19 -0.0691334535853675 0.311716140549 v2984( 6, 1) c Z/2 +5.6627556453283347 Z/35 -0.2383528040063174 0.377220557906 v3080( 6, 1) c D2 +5.6628574421736987 Z/183 -0.0541385382310995 0.334761221609 v3028(-4, 1) c Z/2 +5.6628922823868444 Z/3 + Z/3 0.2316325017643940 0.484964762796 v3381(-5, 1) c Z/2 +5.6631074847015590 Z/3 + Z/15 0.0304172912002224 0.424448989484 v3215(-3, 2) c D4 +5.6637159795186296 Z/12 0.0528750771741494 0.306030092816 v2955(-3, 2) c Z/2 +5.6637249160357995 Z/55 -0.0712699951095465 0.411027239079 v3168(-4, 1) c Z/2 +5.6640232213766739 Z/3 -0.0746820195666765 0.512973602376 v3310( 6, 1) c D2 +5.6640682051090547 Z/94 0.0518592543811720 0.343395919261 v3017( 5, 2) c Z/2 +5.6641479661073603 Z/2 + Z/20 0.1802646947817397 0.385656780920 v3085( 2, 3) c Z/2 +5.6643383077682684 Z/22 0.2360265926487739 0.302564432379 v2960(-2, 3) c Z/2 +5.6645761464526726 Z/6 -0.2078551213403528 0.452314067712 v3200(-5, 1) c D2 +5.6645973168005528 Z/51 0.1179997934160702 0.587579457029 v3420( 3, 2) c Z/2 +5.6646059963444400 Z/5 -0.2244806380067736 0.440924769718 v3261( 5, 1) c D2 +5.6647348588189302 Z/347 0.1745926966526970 0.317162255198 v2983( 3, 4) c Z/2 +5.6647910062613618 Z/23 0.0967138544866148 0.426995441824 v3200(-3, 2) c D2 +5.6651026434131916 Z/32 0.1188398868727643 0.448868086044 v3193( 4, 1) c Z/2 +5.6651122682295056 Z/3 + Z/15 -0.0794301576823388 0.344347182079 v3101( 5, 1) c Z/2 +5.6651232120229504 Z/15 0.2410605787171629 0.347495937953 v3101(-5, 1) c Z/2 +5.6651415400277001 Z/53 0.1510032622623541 0.306606781812 v2968(-2, 3) c Z/2 +5.6655504754984534 Z/11 + Z/33 0.0280032019345044 0.371814388360 v3069( 1, 4) c D2 +5.6657736773464939 Z/273 -0.0905934752257747 0.333232383379 v3016( 4, 3) c D2 +5.6658292971102655 Z/71 0.1677477191877574 0.374047320126 v3087( 1, 4) c Z/2 +5.6658495974471452 Z/174 0.1210869111082325 0.321395517143 v3005( 1, 4) c Z/2 +5.6664173187300256 Z/4 -0.2241021585418995 0.300568848536 v3272( 1, 3) c Z/2 +5.6664457817136310 Z/5 + Z -0.0582517098463237 0.434977848734 v3209( 5, 1) c D2 +5.6664457817136310 Z/2 + Z/26 -0.0582517098463237 0.434977848734 v3208( 5, 1) c D2 +5.6664457817136310 Z/56 0.1084149568203429 0.434977848734 v3212( 5, 1) c D2 +5.6669717234946835 Z/107 -0.0809823419580775 0.498381060929 v3339( 3, 1) c Z/2 +5.6670003338721542 Z/3 -0.1521850828692401 0.415588909015 v3201(-4, 1) c Z/2 +5.6670432419276402 Z/119 -0.2252591714047751 0.385421350843 v3137( 4, 1) c D2 +5.6671261216376754 Z/247 -0.2494058553280278 0.302337158092 v2958(-1, 4) neg c Z/2 +5.6673065140838728 Z/121 -0.1944951880642471 0.380468518830 v3117( 1, 4) c Z/2 +5.6673384662057229 Z/97 -0.1582759861551121 0.375462849543 v3086( 3, 2) neg c Z/2 +5.6673843172398134 Z/55 0.1398044256356390 0.310283895198 v2967(-4, 1) c Z/2 +5.6673900280994577 Z/5 + Z/55 0.0804189470414804 0.302687852151 v2957( 1, 4) c Z/2 +5.6677360835171123 Z/44 -0.1773730417853927 0.430640266813 v3185( 4, 1) c Z/2 +5.6679610740349864 Z/130 0.0102678770364457 0.360547425612 v3067(-3, 2) c Z/2 +5.6679759361195246 Z/146 0.0034641923205057 0.420151063242 v3190(-1, 3) c Z/2 +5.6680993532624398 Z/11 -0.0256970625170287 0.324984739020 v2986( 6, 1) c trivial +5.6682648239304952 trivial -0.0751002569804626 0.359199285166 v3051(-2, 3) c Z/2 +5.6686558274156530 trivial -0.1337650590529961 0.302408043302 v2964(-1, 4) c Z/2 +5.6690707304511042 Z/3 + Z/15 0.1531799128701704 0.489242178061 v3288( 2, 3) c Z/2 +5.6693872035382198 Z/23 0.1955257659358935 0.578485751405 v3477( 1, 2) c Z/2 +5.6698107896936088 Z/20 -0.1056524513468296 0.644182685804 v3509( 3, 1) c D2 +5.6698107896936088 Z/84 -0.1056524513468296 0.644182685804 v3510( 3, 1) c D2 +5.6699351720731624 Z/10 0.0117822550468416 0.354399114822 v3078( 5, 2) c Z/2 +5.6700015430387073 Z/91 0.1505572918062002 0.364280078632 v3086( 4, 1) c Z/2 +5.6700166884186199 Z/230 -0.0931686821331902 0.365300681961 v3057( 4, 3) c Z/2 +5.6701907651398088 Z/3 + Z/15 0.2216978020284004 0.489937857740 v3382(-4, 1) c Z/2 +5.6702104617759946 Z/64 0.0438819099905225 0.544661294176 v3372( 1, 3) c trivial +5.6702583320527287 Z/8 0.1793201747725251 0.310900473187 v2986( 5, 2) c trivial +5.6703599035123356 Z/2 + Z/12 -0.0868418081117167 0.760969683295 v3509( 2, 3) c D2 +5.6703599035123356 Z/2 + Z/28 -0.0868418081117167 0.760969683295 v3510( 2, 3) c D2 +5.6705221600362863 Z/37 -0.0584569172903096 0.471484802769 v3275(-3, 2) c Z/2 +5.6706971918275934 Z/39 0.0486167233323327 0.779612552216 v3539( 1, 2) c Z/2 +5.6707276274536819 Z/323 -0.1347978358784275 0.337630702627 v3022(-4, 3) c Z/2 +5.6710704715675066 Z/103 0.1268449103743123 0.326599040645 v3015( 3, 4) c Z/2 +5.6714171579605006 Z/4 0.0196257773635351 0.428765869360 v3219(-5, 1) c Z/2 +5.6718835435665642 Z/160 -0.0593615769797180 0.301935904482 v2944(-5, 2) c D2 +5.6718835435665642 Z/4 + Z/8 0.1426949103130513 0.442832021876 v3244( 4, 1) c D2 +5.6718835435665642 Z/8 + Z/8 -0.1426949103130513 0.442832021876 v3243( 4, 1) c D2 +5.6718835435665642 Z/4 + Z/20 0.1426949103130513 0.442832021876 v3246( 4, 1) c D2 +5.6718835435665642 Z/4 + Z/24 0.1426949103130513 0.442832021876 v3247(-4, 1) c D2 +5.6718835435665642 Z/8 -0.1906384230202820 0.723244608603 v3505( 5, 1) c D2 +5.6718835435665642 Z/24 0.2260282436463846 0.722056294031 v3492(-3, 1) c D2 +5.6718835435665642 Z/136 0.2260282436463846 0.496756509077 v3490(-3, 1) c D2 +5.6719855922798081 Z/233 0.2390572540434897 0.313481006623 v2999( 5, 1) c Z/2 +5.6723483169994849 Z/139 0.0179856226063698 0.304890160359 v2993( 4, 1) c Z/2 +5.6725365242358186 Z/38 0.1915220028729533 0.549890760192 v3365( 3, 2) c Z/2 +5.6725581724409276 Z/34 -0.0041782221467907 0.300374451626 v2960( 6, 1) c Z/2 +5.6726070127698789 Z/13 0.1827847840992019 0.558154427446 v3408(-4, 1) c Z/2 +5.6729809956790649 Z/78 -0.0461872874698753 0.383800299915 v3133( 3, 2) c Z/2 +5.6733950893233336 Z/167 0.1495157378947731 0.308179684214 v2983(-1, 4) c Z/2 +5.6736491401568743 trivial 0.1940283333925023 0.369559352215 v3086(-4, 3) c Z/2 +5.6736618548364083 Z/27 0.0268980738497496 0.361190362531 v3081(-6, 1) c Z/2 +5.6738308233712846 Z/57 0.0350888054820616 0.470291331421 v3305( 3, 2) c D2 +5.6739351890885036 Z/5 -0.0543226107885970 0.535938834825 v3398( 3, 2) c trivial +5.6739532946544714 Z/3 0.2203098595259781 0.662566588925 v3486( 4, 1) c Z/2 +5.6740504031719152 Z/59 -0.0681212407241991 0.352313556184 v3157(-3, 2) c D2 +5.6741915556651452 Z/20 0.1285328485145174 0.317125778712 v2995(-5, 1) c Z/2 +5.6742646801553991 Z/64 -0.1739896138180784 0.401188313291 v3136( 2, 3) c Z/2 +5.6743764395576802 Z 0.0924100838617337 0.325418269171 v3019( 5, 2) c Z/2 +5.6745048393585020 Z/167 -0.0418952398106407 0.333451911008 v3026(-5, 1) c Z/2 +5.6745479088718353 Z/148 -0.1517306490924172 0.320510047125 v3012( 3, 4) c Z/2 +5.6745987629653946 Z/14 -0.1446265326455665 0.591967700313 v3408( 5, 1) c Z/2 +5.6748647554973708 Z/33 -0.0403986761391128 0.309109211337 v2988(-3, 4) c Z/2 +5.6751709128945926 Z/109 -0.2251941544498365 0.367221806476 v3095(-4, 3) c Z/2 +5.6752381636038198 Z/209 -0.1948313881226739 0.363227397511 v3070(-2, 3) c Z/2 +5.6757256485392301 Z/121 0.2334689336759623 0.308292247402 v2978( 3, 4) c Z/2 +5.6757363627474811 Z/50 -0.1673259022183919 0.362884565096 v3071(-4, 3) c Z/2 +5.6758380430469697 Z/2 + Z/20 0.2016733711000904 0.366305332866 v3067(-4, 1) c Z/2 +5.6759120845815532 Z/148 -0.2222119073227187 0.394826434379 v3122(-2, 3) c Z/2 +5.6759877709583820 Z/21 0.2187191670939952 0.554399453051 v3358( 2, 3) c Z/2 +5.6761381263393474 Z/3 -0.1700071102107503 0.361959064676 v3068(-5, 1) c Z/2 +5.6761436468852479 Z/81 -0.0971933449111474 0.434967238011 v3238(-4, 1) c trivial +5.6761670163613669 Z/111 0.2128716023661447 0.440631798892 v3198( 3, 2) c D2 +5.6764276254961912 Z/41 0.1829083516761964 0.439282707359 v3258( 3, 2) c D2 +5.6765508672674998 Z/3 -0.0996499209101670 0.444297917273 v3257(-5, 1) c Z/2 +5.6766555293039624 Z/100 0.2202646121387010 0.478232555265 v3324( 1, 3) c Z/2 +5.6767730479843548 Z/4 -0.0735946919286606 0.425346572189 v3221( 5, 1) c Z/2 +5.6767730479843548 Z/36 0.0735946919286606 0.425346572189 v3228(-5, 1) c Z/2 +5.6768814550001804 Z/64 -0.1842426752165832 0.439380685769 v3276( 4, 1) c Z/2 +5.6773440258448060 Z/163 0.1325678389134993 0.410005899921 v3201( 2, 3) c Z/2 +5.6774370512722233 Z/277 0.1041039252193759 0.318310969755 v2993( 2, 3) c Z/2 +5.6775693342429463 Z/231 -0.0673352709000724 0.318224422592 v2999( 5, 2) c Z/2 +5.6778774244205418 Z/31 0.2338856827986679 0.749056054375 v3522( 3, 1) c trivial +5.6781256510369314 Z/133 -0.1258414306686937 0.313826947889 v3034( 4, 1) c Z/2 +5.6782938441193598 Z/2 + Z/44 0.0024543331895082 0.389804357080 v3145(-4, 1) c Z/2 +5.6783079124467292 Z/102 -0.0586401345876458 0.356867344139 v3092(-3, 2) c Z/2 +5.6789298156873422 Z/56 -0.1800093296666188 0.604204285850 v3508(-3, 1) c D2 +5.6789298156873422 Z/3 + Z/24 -0.1800093296666188 0.604204285850 v3511(-3, 1) c D2 +5.6790621019174485 Z/138 0.0247430699767839 0.413512289109 v3198( 4, 1) c D2 +5.6791552346386146 Z/2 + Z/2 + Z/26 0.1697881833005333 0.369066273454 v3111( 4, 1) c Z/2 +5.6794082975718990 Z/69 0.0173673718458875 0.424431949106 v3248( 3, 2) c Z/2 +5.6795735032025127 Z/122 0.2258612980731962 0.300014683271 v2972(-5, 1) c Z/2 +5.6796982393173676 Z/55 -0.1262392701058911 0.313154556287 v2998(-5, 2) c Z/2 +5.6797112661818789 Z/161 0.2277333591631945 0.319259772072 v3025( 1, 4) c Z/2 +5.6797881263967164 Z/34 0.1121567959024255 0.305449668725 v2979( 5, 1) c Z/2 +5.6798330868219820 Z/74 0.1409465356655151 0.356548764102 v3074( 1, 4) c Z/2 +5.6799704346687168 Z/11 + Z/22 -0.0369766670676927 0.343409277622 v3069(-2, 3) c Z/2 +5.6800328624901977 Z/126 -0.2441193971588979 0.347511725148 v3051( 3, 4) c Z/2 +5.6803149789031993 Z/55 -0.2479739797600454 0.319628688120 v2998( 5, 1) neg c Z/2 +5.6804340920799474 Z/6 0.0202555358598365 0.361878407329 v3092( 5, 2) c Z/2 +5.6805388012815409 Z/60 0.2198640854264415 0.453059437530 v3246(-3, 2) c D2 +5.6805388012815409 Z/68 0.2198640854264415 0.453059437530 v3244(-3, 2) c D2 +5.6805806017250144 Z/2 + Z/18 -0.1291680470760591 0.364244632292 v3091( 1, 3) c Z/2 +5.6809282900369194 Z/5 + Z/30 0.0188834429565344 0.300008640761 v2959( 3, 4) c Z/2 +5.6809830134192838 Z/33 0.2316545614897184 0.321453947640 v3008( 5, 2) c D2 +5.6810159519904733 Z/71 0.1624715368703264 0.345981044887 v3043(-4, 1) c Z/2 +5.6813204143550564 Z/62 -0.0557866849909810 0.364080757145 v3086(-5, 1) c Z/2 +5.6815316728487402 Z/189 0.1035840401815475 0.314620376892 v3012(-4, 1) c Z/2 +5.6815371891696394 Z/2 -0.0456963885738400 0.319488616784 v3017(-3, 2) c Z/2 +5.6815451100521207 Z/14 0.2269259541772532 0.548928746058 v3476(-4, 1) c Z/2 +5.6816947611448422 Z/39 0.0093356625167631 0.306214153803 v2999( 1, 4) c D2 +5.6817554501824016 Z/2 + Z/4 0.2394305747176784 0.462500296711 v3293(-4, 1) c Z/2 +5.6817745776147936 Z/53 -0.1829692969956386 0.534663972534 v3392(-1, 3) c Z/2 +5.6818150004180339 Z/11 -0.1747318567658973 0.395213268668 v3147(-2, 3) c Z/2 +5.6818728081715980 Z/2 + Z/44 -0.0313602033981390 0.398409132513 v3154( 4, 1) c Z/2 +5.6819234643545314 Z/199 0.2436119959213684 0.390595514044 v3190(-4, 1) c Z/2 +5.6821059871286333 Z/22 -0.0273929844169050 0.562917922864 v3353(-5, 1) c Z/2 +5.6824912698907582 Z/114 -0.2346268399220846 0.336298250802 v3026(-5, 2) c Z/2 +5.6826851654717578 Z/4 0.1013398682027449 0.326414508781 v3007(-2, 3) c D2 +5.6826851654717578 Z/12 -0.1013398682027449 0.326414508781 v3008(-7, 1) c D2 +5.6836356077524072 Z/73 -0.0957743784686796 0.407910433551 v3172( 2, 3) c Z/2 +5.6837196571723538 Z/62 0.2283683481104851 0.330516809642 v3014(-3, 2) c Z/2 +5.6838187557859346 Z/247 0.1369341837803608 0.334816936980 v3027( 4, 3) c Z/2 +5.6838825561389871 Z/2 + Z/10 -0.0877895625373447 0.383580926030 v3107( 2, 3) c D2 +5.6838825561389871 Z/10 -0.1622104374626553 0.383580926030 v3109(-2, 3) c D2 +5.6839239376389958 Z/95 0.2022061347266769 0.390292688279 v3142( 3, 2) c Z/2 +5.6840182494146034 Z/209 -0.1119530680727470 0.332444874318 v3027(-1, 4) c Z/2 +5.6842079240600768 Z/56 -0.1673663781662395 0.398537308578 v3126(-2, 3) c D2 +5.6845654113578035 Z/87 0.0012187424382252 0.361526620330 v3095(-3, 4) c Z/2 +5.6848782376013652 Z/209 0.0860683848882486 0.408644721876 v3172(-4, 1) c Z/2 +5.6850815385146696 Z/17 -0.1855504036057468 0.710507978399 v3531(-4, 1) c Z/2 +5.6851426981878290 Z/44 -0.1885035785837802 0.318407399412 v2998(-4, 3) c Z/2 +5.6851426981878290 Z/76 -0.1885035785837802 0.318407399412 v2997(-5, 1) c Z/2 +5.6852855356538161 Z/3 -0.2172811226529342 0.416701917453 v3194(-4, 1) c Z/2 +5.6854182003834536 Z/11 0.2045763252367486 0.316245473861 v3010(-5, 1) c Z/2 +5.6856177090099976 Z/2 + Z/38 0.1208262433713047 0.317422823902 v3019(-2, 3) c Z/2 +5.6857064577671494 Z/12 0.1168288291937642 0.543517788697 v3416(-4, 1) c Z/2 +5.6859030940537850 Z/106 -0.2477118370025240 0.300623050652 v2969( 5, 3) c Z/2 +5.6862733679309814 Z/73 0.0407314224437937 0.392930989690 v3137(-4, 1) c Z/2 +5.6863631368512588 Z/249 0.0408608007307011 0.335580676688 v3032( 2, 3) c Z/2 +5.6866915739611965 Z/106 -0.0280337148045022 0.546026050110 v3438(-3, 1) c Z/2 +5.6870609208915287 Z/172 0.1142223637110099 0.343232581207 v3098( 4, 1) c Z/2 +5.6870885719149083 Z/48 0.1220268727134098 0.360440673530 v3105( 5, 1) c Z/2 +5.6872016042500121 Z/42 0.1221992109694785 0.321917014571 v3001(-4, 1) c Z/2 +5.6872820546525962 Z/19 + Z -0.1502211212402780 0.333140892370 v3036( 3, 2) c D2 +5.6872820546525962 Z/48 0.1831122120930553 0.537350687366 v3377(-1, 3) c D2 +5.6872820546525962 Z/48 0.1831122120930554 0.687996346934 v3513( 3, 1) c D2 +5.6872820546525962 Z/2 + Z/2 0.1831122120930554 0.537350687366 v3378(-1, 3) c D2 +5.6872820546525962 Z/21 0.2335544545736113 0.435497777119 v3214( 3, 2) c Z/2 + Z/2 + Z/2 +5.6872930820306874 Z/333 0.0481252855106857 0.373121416669 v3119( 4, 3) c Z/2 +5.6874745645703187 Z/60 0.2161526640502600 0.327299887238 v3019(-5, 1) c Z/2 +5.6874843125638960 Z/90 0.0830928603414536 0.512835433618 v3337(-2, 3) c Z/2 +5.6883721040533976 Z/17 -0.2190168469548301 0.313028459139 v2984(-6, 1) c Z/2 +5.6884474199616158 Z/5 0.0657514285779847 0.735337147250 v3539(-3, 1) c Z/2 +5.6891160117222119 Z/5 -0.1456628481261622 0.423895865846 v3202( 3, 2) c Z/2 +5.6892406199527253 Z/83 0.0001125046140996 0.427070079454 v3249(-2, 3) c Z/2 +5.6895119948430448 Z/223 0.0570036201973549 0.367874013776 v3119( 1, 4) c Z/2 +5.6896013083075083 Z/98 -0.1855852930845564 0.354611459265 v3089(-4, 1) c Z/2 +5.6908370774814840 Z/132 0.0147447438565973 0.396972513302 v3172( 3, 2) c Z/2 +5.6909412614786913 Z/305 -0.1940249638806874 0.354832222244 v3089( 1, 4) c Z/2 +5.6909681694087346 Z/168 0.1877411145369119 0.318222353874 v3026(-1, 4) c D2 +5.6909681694087346 Z/2 + Z/14 -0.1877411145369119 0.580593038894 v3457(-1, 3) c D2 +5.6910684159836920 Z/191 -0.0090472599166116 0.303525069267 v2988(-5, 1) c Z/2 +5.6912715790499013 Z/77 -0.1410886289037249 0.320057439955 v3017( 5, 1) c Z/2 +5.6914658692753803 Z/175 -0.2056983824077490 0.304749299892 v2994(-5, 1) c Z/2 +5.6917877941539186 Z/17 -0.1167959118922411 0.311972964095 v3015(-4, 1) c Z/2 +5.6921705873383402 Z/2 -0.0402143577867660 0.406825041931 v3178( 3, 2) c Z/2 +5.6923267189122918 Z/59 0.1392833617303403 0.438266932273 v3258(-3, 2) c D2 +5.6924443828248928 Z/31 -0.0263613834785777 0.497564088475 v3347( 4, 1) c Z/2 +5.6925120843544587 Z/90 0.1334386024995072 0.627353926977 v3463(-3, 2) c D2 +5.6926753123452879 Z/24 0.1542051814134340 0.645548667895 v3492( 3, 2) c D2 +5.6926753123452879 Z/56 0.1542051814134340 0.645548667895 v3490( 3, 2) c D2 +5.6926753123452879 Z/2 + Z/14 0.1542051814134340 0.322774333948 v3019( 4, 3) c D2 +5.6927733351163572 Z/101 -0.1452888963107350 0.515982316163 v3362(-3, 2) c Z/2 +5.6927976316067021 Z/15 0.1715079278603984 0.338232679196 v3081( 6, 1) c Z/2 +5.6928882382588723 Z/35 0.2337989944040077 0.568088191373 v3521( 3, 1) c Z/2 +5.6929713960036059 Z/167 -0.2030501172219715 0.306565474053 v2988(-5, 2) c Z/2 +5.6930210912813008 Z/205 -0.1666666666666667 0.405691499700 v3177(-2, 3) c D2 +5.6930776430196335 Z/30 0.0210784574556373 0.304933059916 v3008( 7, 1) c D2 +5.6932991180592213 Z/135 0.0382183580080177 0.582932472528 v3434( 1, 3) c Z/2 +5.6934974081415414 Z/156 0.0500823192658372 0.463267863389 v3295(-4, 1) c Z/2 +5.6935729728718992 Z/2 + Z/48 0.0711402916082115 0.384483272045 v3130( 3, 2) c D2 +5.6935987849180862 Z/38 0.0675764031683626 0.562256375273 v3441(-3, 2) c Z/2 +5.6936208293717610 Z/20 0.2117815126687871 0.391863334831 v3128( 2, 3) c D2 +5.6936748197337425 Z/215 0.1013394458824545 0.340780825146 v3056( 4, 3) c Z/2 +5.6937984791577534 Z/66 0.2165194074976386 0.394286663466 v3154( 1, 3) c Z/2 +5.6939507897064842 Z/111 -0.1184230530591748 0.358946463919 v3092(-1, 3) c Z/2 +5.6939827525815812 Z/128 -0.0446829885308908 0.423417606357 v3234( 2, 3) c Z/2 +5.6940100714067659 Z/66 0.1443393792686281 0.388510380212 v3162(-3, 2) c Z/2 +5.6940314358922978 Z/22 0.1049443126582436 0.463286415531 v3297(-3, 2) c D2 +5.6941326873397842 Z/3 + Z/21 -0.0567728788568956 0.612010042154 v3467(-3, 1) c Z/2 +5.6945084883346407 Z/8 -0.1364293998857383 0.302709761035 v2985( 1, 4) c Z/2 +5.6945395414917156 Z/273 -0.1709442001710916 0.386155526230 v3151( 1, 4) c D2 +5.6946524946712806 Z/4 -0.1759198428487133 0.329846587252 v3251(-3, 2) c Z/2 +5.6947574876422496 Z/233 0.0210252977769768 0.309813457565 v3000( 2, 3) c Z/2 +5.6948677393166965 Z/59 -0.1073030475669698 0.340220777346 v3071(-5, 2) c Z/2 +5.6950612823585077 Z/31 0.1049599684304422 0.333282664335 v3031( 3, 2) c Z/2 +5.6951694808429233 Z/4 0.2017862924465172 0.366142274728 v3093(-5, 1) c Z/2 +5.6954884051729478 Z/7 0.0697979265698033 0.401245064627 v3195( 3, 2) c Z/2 +5.6957055214784756 Z/124 0.1534021426527068 0.320005253380 v3016( 5, 1) c Z/2 +5.6957504773190947 Z/24 -0.1877235994148428 0.404776561781 v3278( 4, 1) c Z/2 +5.6960572610146159 Z/181 0.1630617615799829 0.426242447778 v3229( 3, 2) c Z/2 +5.6960698075034096 Z/39 -0.0561739704125310 0.429229969518 v3199( 3, 2) c D2 +5.6960908430573517 Z/105 -0.0494741200241201 0.465574565813 v3262(-4, 1) c D2 +5.6964127230410901 Z/18 -0.1219942399791961 0.341703530080 v3074(-1, 4) c Z/2 +5.6964660332469890 Z/40 -0.0340923935970381 0.474466140016 v3318( 2, 3) c Z/2 +5.6964660332469891 Z/2 + Z/22 -0.0340923935970381 0.474466140016 v3318(-3, 2) c Z/2 +5.6965968897642824 Z/35 0.2253491021709989 0.405919924731 v3166(-2, 3) c D2 +5.6967655427224228 Z/3 + Z/3 -0.2216300028131317 0.456506161632 v3288(-2, 3) c Z/2 +5.6968444520821953 Z/2 + Z/6 0.0712449073768169 0.361813127550 v3103( 6, 1) c D2 +5.6968523660122077 Z/39 -0.2471894927847085 0.363540760480 v3086(-5, 2) c Z/2 +5.6969004280500562 Z/10 0.1442493941073261 0.347854485278 v3078(-5, 1) c Z/2 +5.6969377052376832 Z/3 -0.2214586088551454 0.782041497219 v3543(-3, 2) c Z/2 +5.6975507960516678 Z/166 0.1030123519213142 0.347708935697 v3087(-2, 3) c Z/2 +5.6976806212032577 Z/2 + Z/46 -0.1384918264689610 0.377526171726 v3143( 3, 2) c Z/2 +5.6980770076120970 Z/53 0.0675995782759596 0.324717995171 v3047(-5, 1) c Z/2 +5.6982034911155177 Z/22 -0.1859960905056731 0.334504549353 v3075( 5, 2) c Z/2 +5.6982104291812435 Z/6 -0.0978969131175001 0.330373779554 v3062( 4, 1) c Z/2 +5.6982338729474304 Z/265 0.0652503932890503 0.367048058165 v3129(-4, 3) c Z/2 +5.6983882991418345 Z/2 + Z/4 -0.1791020116824912 0.400867007308 v3219(-3, 2) c Z/2 +5.6985156131481539 Z/31 -0.0820703908134634 0.745782896851 v3529( 1, 2) c D2 +5.6985156131481539 Z/16 -0.1679296091865366 0.481191032140 v3310(-7, 1) neg c D2 +5.6985156131481539 Z/272 0.1679296091865366 0.372891448426 v3125(-1, 4) c D2 +5.6986067617218796 Z/70 0.2480246561128334 0.301896787917 v3032(-5, 1) c Z/2 +5.6988129796801557 Z/2 + Z/34 -0.2008279783295928 0.307836167335 v3011( 4, 3) c Z/2 +5.6989172079676279 Z/19 0.1634152125721212 0.310458950300 v3027(-4, 1) c Z/2 +5.6992544120715340 Z/2 + Z/22 0.2331406196603031 0.351756509408 v3091(-5, 2) c Z/2 +5.6993064420663582 Z/2 + Z/26 0.0551757632663502 0.350387467595 v3107(-2, 3) c D2 +5.6993064420663582 Z/34 0.1948242367336498 0.350387467595 v3109( 2, 3) c D2 +5.6993294693455891 Z/124 -0.1872981329314117 0.447595944115 v3283( 3, 1) c Z/2 +5.6994085215036895 Z/154 -0.0889862311768632 0.313220453928 v3013(-2, 3) c Z/2 +5.6999929837630201 Z/10 -0.1949458776842888 0.328563524699 v3041( 3, 2) c Z/2 +5.7003731302151363 Z/57 0.1178215131201486 0.308127530932 v2997(-5, 2) c Z/2 +5.7003958043299334 Z/20 0.1878314089103234 0.401751419964 v3183(-4, 1) c Z/2 +5.7004540437803206 Z/3 -0.1389671763789939 0.527561914345 v3395( 5, 1) c Z/2 +5.7004738174110212 Z/64 0.0921574229529203 0.333529606526 v3070( 5, 1) c Z/2 +5.7004770810284585 Z/86 -0.1678098932654671 0.392448546141 v3172(-1, 4) c Z/2 +5.7005260330119087 Z/17 + Z/17 0.2160495639147870 0.352409085187 v3083(-4, 3) c D2 +5.7005666608986389 Z/2 + Z/18 -0.0765955879855079 0.404465548571 v3226( 3, 2) c Z/2 +5.7005755859107849 Z/2 + Z/2 + Z/28 0.2498542458526698 0.370041803627 v3111( 2, 3) c Z/2 +5.7006929131482963 Z/15 0.1298982215181165 0.369510526179 v3117(-3, 2) c Z/2 +5.7012362020823106 Z/95 0.2428517059932067 0.321218483127 v3033( 3, 2) c Z/2 +5.7012872376728317 Z/285 -0.0870047402283759 0.313033078885 v3027( 3, 4) c Z/2 +5.7015099739173840 Z/88 -0.2343286419502277 0.544889104016 v3442( 3, 1) c Z/2 +5.7019555268853782 Z/24 0.1313283242229461 0.417226825552 v3247( 1, 3) c D2 +5.7019555268853782 Z/88 -0.1313283242229461 0.417226825552 v3243(-1, 3) c D2 +5.7020119376553789 Z/23 0.1617603498707003 0.400725416074 v3184(-7, 1) c D2 +5.7022855742572158 Z/9 0.1617551449412156 0.300809629123 v3007( 1, 4) c D2 +5.7024029255779638 Z -0.1524986875317850 0.424733246656 v3212( 1, 3) c D2 +5.7024029255779638 Z 0.1808346458015483 0.424733246656 v3209( 1, 3) c D2 +5.7024029255779638 Z/25 + Z -0.1808346458015483 0.424733246656 v3269( 4, 1) c D2 +5.7024029255779638 Z/2 + Z/50 0.1808346458015483 0.424733246656 v3208( 1, 3) c D2 +5.7025950024106235 Z/133 -0.1511540649402071 0.552141238608 v3409(-3, 2) c Z/2 +5.7028360382521614 Z/149 0.0512364919631390 0.442702184668 v3278( 1, 3) c Z/2 +5.7033531838707069 Z/23 -0.0252342863011698 0.328694134040 v3075(-6, 1) c Z/2 +5.7033922605405755 Z/19 -0.0021143698332840 0.326268226520 v3031( 2, 3) c Z/2 +5.7038457957735518 Z/138 0.0661300758776502 0.438790518388 v3275( 1, 3) c Z/2 +5.7038734309725605 Z/81 -0.2194036748320539 0.517262129582 v3392( 3, 1) c Z/2 +5.7041030583831433 Z/330 0.1774988614620890 0.337423039999 v3067( 1, 4) c Z/2 +5.7042937368840303 Z/44 0.0950522471445269 0.307582692618 v3046(-2, 3) c Z/2 +5.7045082700013477 Z/78 0.2361958193233510 0.302087222538 v3011( 5, 2) c Z/2 +5.7048150940079061 Z/179 0.1314170847730146 0.328422099884 v3056(-4, 1) c Z/2 +5.7048949236246747 Z/2 + Z/4 0.1254195100515719 0.396911402052 v3221( 3, 2) c Z/2 +5.7048949236246747 Z/2 + Z/36 -0.1254195100515719 0.396911402052 v3228(-3, 2) c Z/2 +5.7049752800760270 Z/31 0.1481832318056140 0.302235624715 v3017(-4, 1) c Z/2 +5.7054014914649844 Z/3 0.1884706774041261 0.302444393509 v3008(-5, 2) c D2 +5.7056049941992136 Z/360 -0.0973865196014018 0.327149018724 v3043( 3, 4) c Z/2 +5.7056839516099261 Z/5 + Z/5 -0.0406566033688728 0.396766056300 v3188( 5, 1) c Z/2 +5.7056932238726535 Z/52 0.0212767430373940 0.452716353087 v3392(-4, 1) c Z/2 +5.7057885483560685 Z/3 + Z 0.0622049281459010 0.403525168863 v3209(-3, 2) c D2 +5.7057885483560685 Z/2 + Z/26 0.0622049281459010 0.403525168863 v3208(-3, 2) c D2 +5.7057885483560685 Z/44 0.2288715948125676 0.403525168863 v3212(-3, 2) c D2 +5.7058688166543935 Z/27 -0.1649926531957904 0.311971247799 v3014(-2, 3) c Z/2 +5.7059597675647305 Z/127 -0.1440238336509579 0.348951698581 v3105(-2, 3) c Z/2 +5.7061261963983270 trivial -0.1208606879586089 0.307191130043 v3006(-4, 3) c Z/2 +5.7063054175294461 Z/10 -0.0307071854007294 0.382027182217 v3144( 7, 1) c D2 +5.7064524239462002 Z/61 -0.0606862644925705 0.542226261796 v3416(-3, 2) c Z/2 +5.7064606479321313 Z/31 -0.0280420686123806 0.597875116387 v3479( 1, 3) c Z/2 +5.7064919487942054 Z/20 0.0482442563678300 0.376865069392 v3138(-4, 3) c Z/2 +5.7065218138257028 Z/71 0.1296159393986010 0.375274677005 v3142(-5, 2) c Z/2 +5.7066816459148580 Z/131 0.2110788405041506 0.362356435713 v3105( 2, 3) c Z/2 +5.7067246651569606 Z/10 0.1058666463238765 0.490177909705 v3338( 5, 1) c Z/2 +5.7068331570268390 Z/2 + Z/4 0.0414915959575063 0.304543731410 v3009( 1, 3) c Z/2 +5.7069479337715329 Z/10 0.1200264691226793 0.531535801828 v3411( 1, 3) c D2 +5.7071365229258383 Z/26 -0.0993037130821001 0.528953361864 v3435(-3, 1) c Z/2 +5.7076311876612723 Z/51 0.2171334877531811 0.327934373683 v3304(-3, 2) c D2 +5.7078373677049966 Z/192 0.1850548319803275 0.360541975701 v3087(-4, 1) c Z/2 +5.7083756801053952 Z/103 0.0117294977761945 0.392831452990 v3185( 3, 2) c Z/2 +5.7084043263165399 Z/244 -0.1423027313961602 0.365573728004 v3124( 3, 2) c Z/2 +5.7086957996133591 Z/81 -0.0108173123243905 0.405070647657 v3234(-3, 2) c Z/2 +5.7088032937675765 Z/4 + Z/4 -0.1550079835155302 0.430342715058 v3272(-4, 1) c Z/2 +5.7088032937675765 Z/4 + Z/16 -0.1550079835155302 0.430342715058 v3273(-1, 3) c Z/2 +5.7092239760237003 Z/86 0.1589579452238425 0.378300019891 v3154( 3, 2) c Z/2 +5.7096510591720339 Z/25 -0.2477365230939406 0.512585830290 v3347(-4, 1) c Z/2 +5.7099538572714440 Z/2 + Z/4 0.2046385602866924 0.368646705208 v3124(-4, 3) c Z/2 +5.7099966563488328 Z/89 -0.1325389383037672 0.351299852891 v3120(-4, 3) c Z/2 +5.7101308729063870 Z/184 -0.0290377662905119 0.484517471891 v3344( 3, 1) c Z/2 +5.7102459787094223 Z/29 0.1099711659770437 0.452053944796 v3308( 4, 1) c Z/2 +5.7104376817157468 Z/15 0.0696891035491624 0.502708352710 v3347(-3, 2) c Z/2 +5.7104593528501721 Z/87 0.2369879695392681 0.418122743795 v3240( 1, 3) c Z/2 +5.7104601311712297 Z/51 -0.0726797239162694 0.343166617563 v3109(-5, 1) c D2 +5.7104601311712297 Z/28 -0.1773202760837306 0.343166617563 v3107( 5, 1) c D2 +5.7112528685712421 Z/143 0.1888551526836521 0.306432420608 v3028( 3, 4) c Z/2 +5.7113171629732307 Z/11 -0.0038705987904732 0.640357602583 v3484(-3, 1) c Z/2 +5.7115292364768216 Z/29 0.1060919662783700 0.349707961104 v3075( 7, 1) c Z/2 +5.7119217524372844 Z/175 0.0514748984211006 0.406462716279 v3194(-4, 3) c Z/2 +5.7119444363489007 Z/112 -0.0884135934365322 0.360716634187 v3126(-4, 1) c D2 +5.7124742728174338 Z/65 -0.1856708000114324 0.395279413791 v3189(-3, 2) c Z/2 +5.7127808883216887 Z/3 + Z/42 -0.0049087278099477 0.417305836026 v3215( 2, 3) c D4 +5.7133580525141336 Z/51 -0.0533585663221767 0.468687268657 v3299( 4, 1) c Z/2 +5.7142517032671252 Z/253 0.0770505112746243 0.313151039389 v3043(-2, 3) c Z/2 +5.7146165980567066 Z/46 0.1071539261389766 0.485111858871 v3331( 3, 1) c Z/2 +5.7147933181018164 Z/5 0.0741170563099092 0.378487976819 v3169( 3, 2) c Z/2 +5.7148214872450251 Z/55 0.2385734549288188 0.360792690742 v3117(-2, 3) c Z/2 +5.7149557117229090 Z/60 0.1324269499397671 0.359510682195 v3128( 4, 1) c D2 +5.7151538995549908 Z/165 0.0691267151392306 0.389296068483 v3185( 1, 3) c Z/2 +5.7154348131924800 Z/74 -0.2344039371319177 0.379565796287 v3154(-5, 1) c Z/2 +5.7157668804054503 Z/105 -0.1499381976852802 0.414427076190 v3232( 4, 3) c Z/2 +5.7158132026866515 Z/2 -0.1180290072322750 0.332450447787 v3078(-1, 3) c Z/2 +5.7159481664301523 Z/111 -0.0547211430928833 0.307015547857 v3017( 5, 3) c Z/2 +5.7160719299454958 Z/59 -0.0132983914987727 0.449256207921 v3284(-4, 1) c Z/2 +5.7161827734350618 Z/71 0.0676387810796435 0.322992631578 v3049( 5, 1) c Z/2 +5.7162229983765908 Z/116 0.0316857246088133 0.389356514081 v3191( 4, 1) c Z/2 +5.7162859563075524 Z/2 + Z/4 0.1902394047070900 0.600994780804 v3441(-2, 3) c Z/2 +5.7163200568890452 Z/14 0.0203212051300572 0.570896929826 v3412( 6, 1) c D2 +5.7163417956860044 Z/25 0.1627667296477683 0.362076561754 v3144(-1, 2) c D2 +5.7164038669832204 Z/27 0.0604499280881540 0.305157967344 v3017(-2, 3) c Z/2 +5.7165583169755905 Z/20 -0.1417890194379935 0.540125865994 v3433(-1, 3) c Z/2 +5.7167155557473015 Z/22 -0.0536629998562223 0.300643892328 v3010(-4, 3) c Z/2 +5.7168111182138390 Z/47 -0.1248326661249080 0.425311642017 v3234( 5, 1) c Z/2 +5.7169884729513924 Z/2 + Z/58 0.1240468912584379 0.349312810812 v3085(-4, 3) c Z/2 +5.7170502742675058 Z/187 -0.0585929807922243 0.339879107162 v3083(-3, 4) c Z/2 +5.7171570480743038 Z/133 -0.2056831508058445 0.360593496747 v3117( 4, 3) c Z/2 +5.7174804273774368 Z/4 -0.0763275534752213 0.316935811633 v3066(-1, 3) c D2 +5.7174804273774368 Z/20 0.0980542473946736 0.316935811633 v3066( 1, 3) c D2 +5.7175209450400542 Z/48 0.1541447107284197 0.361577375128 v3106(-4, 1) c D2 +5.7175209450400542 Z/183 -0.1541447107284196 0.361577375128 v3110( 4, 1) c D2 +5.7184023957464002 Z/179 0.2385914470840298 0.395730859714 v3229(-4, 1) c Z/2 +5.7185689606500465 Z/4 -0.1216750735919138 0.302630012988 v3009( 2, 3) c Z/2 +5.7191428730277336 Z/19 0.1590404462812175 0.317085650515 v3038(-5, 1) c Z/2 +5.7193616941515114 Z/55 -0.0946151567845361 0.422982510939 v3261(-3, 2) c D2 +5.7194386172281270 Z/18 0.1616670196846607 0.416284607819 v3252(-3, 2) c Z/2 +5.7196631385956518 Z/64 -0.1994926034349766 0.310328197944 v3045( 1, 4) c Z/2 +5.7197783556039246 Z/75 -0.2251363150558147 0.400259862149 v3249( 4, 1) c Z/2 +5.7199692798684080 Z/12 0.2447485685980291 0.486027116579 v3362( 4, 1) c Z/2 +5.7200021085040251 Z/3 + Z/15 -0.1063479489038441 0.464978821426 v3382( 5, 1) c Z/2 +5.7200030244240133 Z/5 + Z/70 -0.0601562091985552 0.336612180686 v3067( 3, 4) c Z/2 +5.7203059254017322 Z/203 -0.1528503959393566 0.305017200379 v3016( 5, 2) c Z/2 +5.7203580006655644 Z/133 0.0456701337893425 0.305482979956 v3030(-3, 4) c D2 +5.7205273345490265 Z/51 0.0808285835833885 0.333119258852 v3092( 4, 3) c Z/2 +5.7205844016559443 Z/271 0.1520523666350650 0.316314156965 v3057( 5, 1) c Z/2 +5.7208680756515612 Z/162 0.0112257931708782 0.360130518288 v3116( 1, 4) c Z/2 +5.7211760133577061 Z/123 0.0741492066077042 0.431149611318 v3249(-5, 1) c Z/2 +5.7212677979087998 Z/11 -0.0203489699276677 0.300854771266 v3007( 5, 3) c D2 +5.7213071285434378 Z/325 -0.1786483802179819 0.359723130283 v3119( 3, 4) c Z/2 +5.7214622867130753 Z/5 0.1647410997760325 0.447099540801 v3320( 3, 2) c Z/2 +5.7215774176969575 Z/51 -0.2330763017617436 0.401162580420 v3198( 1, 3) c D2 +5.7216172364174545 Z/19 0.1694450317827599 0.361322713932 v3144( 1, 2) c D2 +5.7217640797388598 Z/71 -0.0931938174431153 0.308582064562 v3098(-5, 1) c Z/2 +5.7222060897593284 Z/2 + Z/2 + Z/6 0.1727958613944172 0.342960046980 v3091(-4, 3) c Z/2 +5.7223542920299566 Z/45 0.1983704185747975 0.316881247229 v3041( 2, 3) c Z/2 +5.7223714304506254 Z/17 0.2360216715361278 0.320870179785 v3068(-2, 3) c Z/2 +5.7223839940956003 Z/12 0.0569749297378867 0.494032362523 v3328( 5, 1) c Z/2 +5.7227000394730453 Z/79 -0.1091247966078655 0.487497069261 v3345( 1, 3) c Z/2 +5.7228259481118220 Z/8 -0.0895133100849453 0.411995710011 v3207(-2, 3) c D2 +5.7228259481118220 Z/40 -0.0895133100849453 0.411995710011 v3210(-2, 3) c D2 +5.7228259481118220 Z/24 0.1728466434182786 0.411995710011 v3213( 2, 3) c D2 +5.7228259481118220 Z/2 + Z/18 0.2145133100849453 0.411995710011 v3217( 2, 3) c D2 +5.7229822747211688 Z/293 0.0887838221572080 0.303402877622 v3022(-3, 4) c Z/2 +5.7232591109779899 Z/165 -0.1220951537270814 0.406269373900 v3262(-2, 3) c D2 +5.7234626777452623 Z/15 0.0703197896657056 0.391675111335 v3188(-3, 2) c Z/2 +5.7235081877319355 Z/67 -0.0960863228457193 0.374168920353 v3147(-4, 1) c Z/2 +5.7237233334611625 Z/50 -0.0674061627671058 0.324936528668 v3062(-4, 3) c Z/2 +5.7242790052462601 Z/59 -0.1637653147325684 0.487738128065 v3358( 3, 2) c Z/2 +5.7243880548200266 Z/2 + Z 0.0208333333333333 0.410073175761 v3209( 2, 3) c D2 +5.7243880548200266 Z/26 + Z -0.0208333333333333 0.410073175761 v3313( 3, 1) c D2 +5.7243880548200266 Z/2 + Z/2 + Z/26 0.0208333333333333 0.410073175761 v3208( 2, 3) c D2 +5.7243880548200266 Z/2 + Z/2 + Z/10 0.1458333333333333 0.410073175761 v3216(-6, 1) c D2 +5.7243880548200266 Z/2 + Z/6 0.1875000000000000 0.410073175761 v3212( 2, 3) c D2 +5.7244827276833576 Z/107 0.0442636487286872 0.419653821857 v3283(-4, 1) c Z/2 +5.7246801700549519 Z/10 0.0985109048433799 0.517811321844 v3365(-3, 2) c Z/2 +5.7247141941475593 Z/287 -0.2194624081364620 0.389829050455 v3194(-3, 4) c D2 +5.7247321982592184 Z/65 0.1998383216424380 0.379846657395 v3161( 4, 3) c Z/2 +5.7251634624109102 Z/33 -0.1760004043619127 0.353590525135 v3132(-3, 2) c Z/2 +5.7254032075983937 Z/3 + Z/18 -0.0144429425636391 0.464458307854 v3329( 4, 1) c Z/2 +5.7257026186953070 Z/107 -0.1287367447969446 0.315700878324 v3043( 5, 1) c Z/2 +5.7257584539362872 Z/67 -0.1137879080748638 0.356304361086 v3119(-3, 2) c Z/2 +5.7257862456179119 Z/55 0.1198931776148721 0.464419104678 v3314(-4, 1) c Z/2 +5.7259186081492515 Z/20 -0.0329813906213453 0.373164461419 v3184(-1, 2) c D2 +5.7261208423164776 Z/308 0.0129937714390707 0.317092821736 v3069( 4, 3) c Z/2 +5.7261416589566542 Z/125 0.2484608191225747 0.421695330706 v3268(-4, 1) c Z/2 +5.7262142725034216 Z/31 0.0159715491858796 0.319730778981 v3080( 1, 3) c D2 +5.7262488951825937 Z/65 -0.1825389681185773 0.620171019329 v3473(-3, 1) c Z/2 +5.7266502364184200 Z/90 -0.1854534760416493 0.392290567167 v3205(-1, 3) c trivial +5.7267762406197132 Z/2 + Z/2 + Z/2 0.2052171498957117 0.354111856684 v3111(-4, 3) c Z/2 +5.7268560686636329 Z/52 0.0834848060904780 0.527857252100 v3415( 4, 1) c Z/2 +5.7272011792865975 Z/3 + Z/3 + Z/9 -0.0889105949836820 0.398918958993 v3215( 5, 1) c D4 +5.7275320359826650 Z/65 0.0045775079794160 0.382617410600 v3189(-4, 1) c Z/2 +5.7276003263966171 Z/15 0.0609876156793943 0.308875671256 v3046( 5, 2) c Z/2 +5.7276807241102063 Z/94 -0.1503707847585046 0.342595975741 v3085(-3, 4) c Z/2 +5.7277797113325241 Z/185 0.1366762816699507 0.302408918080 v3033( 2, 3) c D2 +5.7280854234734653 Z/156 -0.2089378673530381 0.364302790021 v3156(-3, 2) c Z/2 +5.7283023388739604 Z/46 0.1500068073456665 0.317641911878 v3141(-4, 1) c Z/2 +5.7288406731851727 Z/7 0.1548694755064514 0.373696033017 v3151(-3, 2) c Z/2 +5.7288486707191541 Z/2 + Z/6 -0.1921388406850794 0.326327248551 v3078( 6, 1) c Z/2 +5.7289283787198433 Z/30 -0.0599374112979688 0.456399714181 v3317(-3, 1) c D2 +5.7292149850899092 Z/56 0.0791805772303146 0.437340065698 v3318(-2, 3) c Z/2 +5.7292149850899092 Z/2 + Z/10 0.0791805772303146 0.437340065698 v3318( 3, 2) c Z/2 +5.7293813689011302 Z/40 -0.0131789833186035 0.390059571015 v3210(-4, 1) c D2 +5.7293813689011302 Z/136 -0.0131789833186035 0.390059571015 v3207(-4, 1) c D2 +5.7293813689011302 Z/48 0.0965123166519369 0.390059571015 v3213( 4, 1) c D2 +5.7293813689011302 Z/2 + Z/26 0.1381789833186035 0.390059571015 v3217( 4, 1) c D2 +5.7293995078245320 Z/130 -0.0905140787000942 0.318405746029 v3067( 5, 1) c Z/2 +5.7297936268831409 Z/42 0.1268286160682097 0.671805865018 v3517( 3, 1) c D2 +5.7298834614829612 Z/177 -0.1226931740943804 0.314208529320 v3056( 3, 4) c Z/2 +5.7304716985317793 Z/108 0.0397539858735502 0.440729547230 v3283( 1, 3) c Z/2 +5.7305167486461512 Z/72 0.0447178758281824 0.441893835782 v3276( 4, 3) c Z/2 +5.7306059493041021 Z/4 + Z/12 0.2406631105769580 0.351984765211 v3136( 5, 1) c Z/2 +5.7306565136584407 Z/98 -0.2475614860543036 0.373215415378 v3143( 2, 3) c Z/2 +5.7306923964797112 Z/80 0.1559620261741310 0.329391536550 v3087( 4, 3) c Z/2 +5.7307979032771939 Z/37 -0.0795030941142732 0.461261799459 v3335(-5, 1) c Z/2 +5.7308117838443860 Z/255 -0.0745666548992834 0.393219843051 v3204(-1, 4) c Z/2 +5.7314442506113171 Z/128 -0.0316192944442189 0.353541441984 v3136(-2, 3) c Z/2 +5.7315211702486526 Z/71 -0.1168775718545570 0.433010860001 v3523(-3, 1) c Z/2 +5.7315764856287152 Z/123 0.0508802254428928 0.418620523179 v3248(-2, 3) c Z/2 +5.7319372159583462 Z/34 -0.0263839311187656 0.498379648321 v3392(-2, 3) c D2 +5.7319803285486285 Z/47 -0.0429864025203935 0.431023184551 v3534(-3, 1) c Z/2 +5.7319966538952499 Z/115 -0.0039271440962163 0.364576106407 v3132( 1, 4) c Z/2 +5.7321985864968047 Z/57 -0.1852620984331613 0.444978576425 v3283(-4, 3) c Z/2 +5.7322309881934407 Z/10 -0.0440269575546374 0.313532253952 v3077( 5, 2) c D2 +5.7324483927357657 Z/139 0.0695190192928826 0.406239074369 v3203( 3, 2) c Z/2 +5.7326323306626186 Z/30 0.2031669444541595 0.385892340220 v3231(-4, 1) c Z/2 +5.7326862525998282 Z/106 0.2043310059505398 0.306914072899 v3041(-5, 2) c Z/2 +5.7328512795218157 Z/3 -0.0492235795904108 0.427137660856 v3394(-5, 1) c Z/2 +5.7329338298198529 Z/32 -0.0201136697837890 0.330635521631 v3066(-5, 2) c D2 +5.7329338298198529 Z/48 0.0418403637032413 0.330635521631 v3066( 5, 2) c D2 +5.7331525566275503 Z/18 0.0821776931691857 0.388113278626 v3226(-6, 1) c Z/2 +5.7334205122997478 Z/82 0.2199589692948238 0.368290538158 v3162( 5, 2) c Z/2 +5.7339351220368749 Z/2 + Z/2 -0.1987349690354284 0.387458500278 v3216( 5, 1) c D2 +5.7340893820064003 Z/182 0.1103777503949635 0.318772549228 v3141( 4, 3) c Z/2 +5.7342311368134556 Z/2 + Z/10 0.0016464033923259 0.391127284482 v3216( 3, 2) c D2 +5.7346657818558291 Z/110 -0.0859893572117404 0.355301529721 v3130(-4, 3) c Z/2 +5.7348337803791634 Z/77 -0.0757963270920370 0.305732035638 v3057( 1, 4) c Z/2 +5.7348636126055207 Z/255 -0.0296775964781637 0.320556515037 v3072(-3, 4) c D2 +5.7349708990031362 Z/4 -0.0030757918688845 0.395184698858 v3204( 2, 3) c Z/2 +5.7350876709418325 Z/86 0.1820632616732038 0.418150126164 v3240( 3, 2) c Z/2 +5.7359113874881812 Z/7 0.1096731638666484 0.434964383505 v3373(-4, 1) c Z/2 +5.7360099983322549 Z/24 0.2026861447528016 0.310554405227 v3068( 5, 2) c Z/2 +5.7361727572920473 Z/37 -0.1239502642228508 0.321518577141 v3081( 5, 2) c Z/2 +5.7363746828284496 Z/11 -0.0803725211219707 0.732731315244 v3539(-3, 2) c Z/2 +5.7364470902667118 Z/2 0.2215957034129704 0.367647932408 v3165(-2, 3) c Z/2 +5.7366307501572963 Z/112 0.1329963980752897 0.440694800486 v3299( 3, 2) c D2 +5.7367950471426703 Z/3 + Z/3 0.1218989421570095 0.406105954608 v3214( 2, 3) c Z/2 + Z/2 + Z/2 +5.7367950471426703 Z/24 -0.1281010578429905 0.519144890856 v3377( 1, 3) c D2 +5.7367950471426703 Z/2 + Z/14 -0.1281010578429905 0.519144890856 v3378( 1, 3) c D2 +5.7369071304357594 Z/58 -0.1201195202096871 0.355115582893 v3130( 4, 1) c Z/2 +5.7369251215432210 Z/27 -0.1501172175462276 0.377332650681 v3178( 2, 3) c Z/2 +5.7370621096201276 Z/119 0.1473539300531850 0.489990450306 v3350( 3, 1) c Z/2 +5.7370880740993843 Z/223 0.0433169333159486 0.335901010338 v3089(-1, 4) c Z/2 +5.7374294058261824 Z/15 0.1209888946874563 0.327450540576 v3076( 1, 4) c Z/2 +5.7374612867613238 Z/194 0.0651322185977406 0.302806219509 v3043( 5, 2) c Z/2 +5.7376331351987489 Z/277 -0.1542601507606650 0.312278990204 v3057( 5, 2) c Z/2 +5.7377351980284458 Z/2 + Z/116 0.1656079514511016 0.340094976405 v3124( 4, 1) c Z/2 +5.7378227214409973 Z/45 0.0285490692026343 0.388180318570 v3205( 4, 3) c trivial +5.7380287793143867 Z/93 -0.1989291510954635 0.373192857093 v3386(-4, 1) c Z/2 +5.7390721994134318 Z/15 0.1794933797697866 0.402423459677 v3262( 4, 1) c D2 +5.7391573811005869 Z/30 -0.0766324986795439 0.489835516619 v3349( 3, 1) c Z/2 +5.7391865502816306 Z/59 -0.0707905424874498 0.497084400740 v3362( 3, 2) c Z/2 +5.7392074340299220 Z/140 0.1768052738170394 0.401641291530 v3266( 4, 1) c D2 +5.7392946076770313 Z/4 0.2239481218974441 0.373899010471 v3195(-6, 1) c Z/2 +5.7394652458871070 Z/73 0.0097313471577197 0.306053227168 v3051(-4, 1) c Z/2 +5.7395258244507681 Z/18 0.0731866822594539 0.479290814468 v3337( 3, 2) c Z/2 +5.7396774961358783 Z/64 0.0407749976917243 0.302005508390 v3045(-1, 4) c Z/2 +5.7397201152922553 Z/147 -0.1235637636792801 0.563884813898 v3439( 2, 3) c Z/2 +5.7399111057425230 trivial 0.1086204946602445 0.324896108957 v3093(-2, 3) c Z/2 +5.7399768167663720 Z/3 -0.0045950737109614 0.364718512547 v3169(-5, 2) c Z/2 +5.7400676000858184 Z/55 -0.1077219476686173 0.356861333863 v3147( 1, 4) c Z/2 +5.7403078268136856 Z/29 0.2349490846372985 0.502113967387 v3365( 1, 3) c Z/2 +5.7408878763442536 Z/149 0.0526855750455658 0.381213376098 v3229( 2, 3) c Z/2 +5.7409196083724732 Z/54 0.1776482908344417 0.320669963207 v3062( 1, 4) c Z/2 +5.7409394787725003 Z/53 0.1871500339222858 0.316648076354 v3170( 4, 1) c Z/2 +5.7410298889631028 Z/2 + Z/104 0.2059861089259967 0.446225123569 v3313( 1, 3) c Z/2 +5.7411968336456278 Z/28 0.1849802744859100 0.452827088482 v3328(-3, 2) c Z/2 +5.7414397343036035 Z/96 -0.0209581685215409 0.423735010849 v3245(-1, 3) c Z/2 +5.7417526267879990 Z/3 + Z/3 + Z/6 0.1361405607538950 0.329818842812 v3102( 1, 4) c D2 +5.7418252134505205 Z/23 -0.1469896567098095 0.307558946462 v3080( 2, 3) c D2 +5.7419464055616195 Z/121 -0.1067341285250971 0.383296047172 v3203(-1, 4) c Z/2 +5.7419956619001282 Z/11 -0.0685929858387194 0.336931103773 v3087( 3, 4) c Z/2 +5.7421647284930504 Z/2 + Z/56 0.0575592101735013 0.355561792692 v3136(-5, 1) c Z/2 +5.7421716613419262 Z/2 + Z/110 0.1168511988618352 0.305978582075 v3067(-2, 3) c Z/2 +5.7423937080683294 Z/22 -0.1383995936515113 0.477423193143 v3345(-2, 3) c Z/2 +5.7426231348767448 Z/2 + Z/22 0.1572753538685980 0.553122472955 v3435( 4, 1) c Z/2 +5.7427869485532100 Z/15 -0.0871127915404084 0.365130875622 v3177(-4, 1) c Z/2 +5.7431032560597848 Z/153 -0.0935877321024529 0.420409099704 v3275( 2, 3) c Z/2 +5.7431370108188170 Z/5 -0.2269595023882279 0.385970475282 v3184( 7, 1) c D2 +5.7433207348558558 Z/5 + Z/35 0.2440341947296483 0.409567343644 v3280( 1, 3) c D2 +5.7438975108514893 Z/93 0.0922681662152519 0.332202213920 v3120(-3, 4) c Z/2 +5.7442510596476467 Z/133 -0.2147338545807609 0.317123265887 v3070( 5, 2) c D2 +5.7443110727740067 Z/210 0.1033294340245669 0.303243652297 v3067( 5, 2) c Z/2 +5.7445172817775882 Z/159 -0.1790223686966001 0.378194377149 v3198(-5, 1) c D2 +5.7445730011422332 Z/56 -0.0337661902271541 0.575200709889 v3457(-2, 3) c D2 +5.7445730011422332 Z/2 + Z/126 0.0337661902271540 0.349171591446 v3138(-1, 4) c D2 +5.7445730011422332 Z/25 -0.0495671431061793 0.468370881480 v3351( 5, 1) c D2 +5.7446420881680465 Z/116 0.0340872104946619 0.349012725066 v3137( 1, 4) c Z/2 +5.7447961049925555 Z/115 0.1731840122652585 0.429979023444 v3523( 3, 1) c Z/2 +5.7450001044490366 Z/2 + Z/20 -0.1678705409941458 0.413160692826 v3246(-2, 3) c D2 +5.7450001044490366 Z/2 + Z/36 -0.1678705409941458 0.413160692826 v3244(-2, 3) c D2 +5.7450681357479488 Z/109 -0.0186001804207525 0.343180994243 v3132( 4, 3) c Z/2 +5.7451767997566866 Z/16 -0.0261624607139642 0.360197214318 v3184( 1, 2) c D2 +5.7452515775410912 Z/71 0.1211608468074102 0.375160336419 v3185(-5, 1) c Z/2 +5.7453720380495274 Z/59 0.1378242389248025 0.444001629514 v3404( 4, 1) c Z/2 +5.7455111556175535 Z/125 -0.0671478615182588 0.400967647898 v3234(-1, 3) c Z/2 +5.7455386845734278 Z/3 0.0075201288557397 0.357105280746 v3157( 5, 2) c D2 +5.7457295674176803 Z/147 0.0688265642598032 0.336040548323 v3117( 3, 4) c Z/2 +5.7458303397767851 Z/19 -0.0158199986360291 0.394857726437 v3229(-1, 4) c Z/2 +5.7459477153392843 Z/30 0.1643837344327727 0.374185402278 v3202( 4, 1) c Z/2 +5.7462638795370349 Z/2 + Z/14 -0.0650736106984854 0.304688931718 v3066( 2, 3) c D2 +5.7462638795370349 Z/2 + Z/2 0.0868003046179377 0.304688931718 v3066(-2, 3) c D2 +5.7462638795370349 Z/2 + Z/26 -0.1631996953820623 0.304688931718 v3066( 6, 1) c D2 +5.7462638795370349 Z/2 + Z/22 0.1849263893015146 0.304688931718 v3066(-6, 1) c D2 +5.7468492115662276 Z/5 + Z/75 0.0527788558570062 0.355153410437 v3129(-1, 4) c Z/2 +5.7469402656642836 Z/6 0.2443112071891726 0.325682693215 v3077( 8, 1) c D2 +5.7472796166033596 Z/3 + Z/33 -0.0262856766318617 0.385668957846 v3215(-1, 3) c D4 +5.7474447352235043 Z/7 + Z/21 -0.0308197125615742 0.543882489791 v3409(-2, 3) c Z/2 +5.7478119131289865 Z/2 + Z/2 -0.0480990131452475 0.366481287804 v3156( 4, 3) c Z/2 +5.7481097753382750 Z/84 0.0068921275707222 0.517535578040 v3409( 1, 3) c Z/2 +5.7482280127805528 Z/29 -0.1868713782670080 0.501647155799 v3356(-5, 1) c D2 +5.7482885022753155 Z/2 + Z/42 -0.2141146418608389 0.570941485840 v3457( 3, 1) c D2 +5.7489235881049204 Z/92 0.0140231180218300 0.505925465025 v3410(-4, 1) c Z/2 +5.7490019265004859 Z/2 + Z/154 0.2057882888663517 0.342089165236 v3138( 3, 2) c Z/2 +5.7491403736149552 Z/144 -0.0244584294567260 0.440851747789 v3442( 1, 3) c Z/2 +5.7491447103992458 Z/60 -0.0797261508970670 0.468932446520 v3352( 4, 1) c Z/2 +5.7493296363361084 Z/106 0.0860409290222646 0.365212187484 v3162(-1, 3) c Z/2 +5.7493771625548232 Z/16 0.1064380921187271 0.429258576816 v3532( 3, 1) c Z/2 +5.7494920803109994 Z/3 -0.1748627809119117 0.414226695048 v3276(-1, 3) c Z/2 +5.7495924753347535 Z/146 -0.1697550079889680 0.323589022927 v3100(-1, 4) c Z/2 +5.7496863029593891 Z/11 0.2058863845368665 0.384793748853 v3251( 5, 1) c Z/2 +5.7497364197782239 Z/16 -0.1294689240190197 0.307580441230 v3071( 2, 3) c Z/2 +5.7499005171676623 Z/3 + Z/15 -0.2151583728491891 0.438237435849 v3327( 5, 1) c Z/2 +5.7502248264171951 Z/3 0.0288041173901868 0.325010802003 v3120( 3, 2) c Z/2 +5.7503561158273041 Z/56 -0.0746236233034500 0.469897252373 v3345(-4, 1) c Z/2 +5.7507573816896507 Z/9 -0.2162582104618506 0.461727160459 v3353(-3, 2) c Z/2 +5.7509260056211965 Z/7 0.0412816635727277 0.506448806785 v3408( 3, 2) c Z/2 +5.7510563580930371 Z/130 -0.1459567134371607 0.403306373024 v3237(-4, 3) c Z/2 +5.7511455244283523 Z/75 0.0969797401440318 0.382402794289 v3245( 3, 2) c Z/2 +5.7512386996768138 Z/4 0.1329862364612631 0.361032885846 v3169( 1, 3) c Z/2 +5.7512386996768138 Z/44 0.1329862364612631 0.361032885846 v3168( 5, 1) c Z/2 +5.7515211361643514 Z/45 0.1020635602485098 0.425601424810 v3261(-5, 1) c D2 +5.7515538696870275 Z/5 + Z/65 -0.0599697484924319 0.334213257934 v3121( 1, 4) c D2 +5.7516997426970684 Z/57 -0.0659397434642010 0.458687140154 v3346( 5, 1) c D2 +5.7517306030953077 Z/2 + Z/82 -0.1001949615425781 0.340948807481 v3130(-1, 4) c Z/2 +5.7520936105076662 Z/114 0.0736212235890044 0.397205407233 v3248( 1, 3) c Z/2 +5.7528927813240419 Z/14 0.0709117432568163 0.492199475254 v3398(-4, 1) c trivial +5.7530378983054944 Z/2 + Z/50 0.0977060353666686 0.317045614947 v3085( 4, 1) c Z/2 +5.7531440830956147 Z/11 0.1371334992439301 0.582815190283 v3477(-3, 2) c Z/2 +5.7535936178454556 Z/64 -0.1267618490429734 0.336519319568 v3157(-1, 3) c D2 +5.7535936178454556 Z/64 -0.1267618490429734 0.351004757439 v3158(-5, 1) c D2 +5.7537679155500591 Z/46 0.0115668461535070 0.610300367107 v3503( 3, 1) c Z/2 +5.7541766971363723 Z/2 + Z/6 0.1638173439348620 0.372984782268 v3187(-6, 1) c Z/2 +5.7546119453472791 Z/2 + Z/4 0.0737289807220950 0.307385120264 v3078( 4, 3) c Z/2 +5.7548272296248147 Z/44 -0.0552748648706927 0.302588646527 v3047( 5, 2) c Z/2 +5.7549168777043780 Z/68 -0.1313506564307234 0.528908932203 v3415(-4, 1) c Z/2 +5.7550151124448006 Z/2 + Z/12 0.0136250768109801 0.352440993054 v3154(-4, 3) c Z/2 +5.7556263303796091 Z/27 0.1554661018471958 0.604312565898 v3455(-1, 3) c Z/2 +5.7557407981129816 Z/200 0.0488590235263690 0.403957751631 v3269( 4, 3) c Z/2 +5.7559520109731126 Z/134 -0.0370671123477886 0.340858176035 v3130( 2, 3) c Z/2 +5.7560759373991528 Z/170 0.0278951435768294 0.394545857394 v3278(-2, 3) c D2 +5.7562219612428020 Z/97 -0.1574558494841746 0.476337237738 v3345( 3, 2) c Z/2 +5.7564200774096895 Z/275 -0.1324754010491050 0.302386261702 v3070( 1, 4) c Z/2 +5.7568963435593868 Z/40 -0.0352906595239058 0.392990191015 v3249( 3, 2) c D2 +5.7569017696929872 Z/92 -0.2367572854417508 0.348280625115 v3151(-2, 3) c Z/2 +5.7569463717597077 Z/21 -0.1660810906366202 0.496690264220 v3353( 3, 2) c Z/2 +5.7570341783874937 Z/16 0.2002670532060289 0.473362275600 v3347( 1, 3) c Z/2 +5.7571777765291124 Z/11 -0.1457922858978243 0.300198837727 v3056(-1, 4) c Z/2 +5.7572049225959918 Z/69 0.0514454443467956 0.518247874056 v3397( 3, 2) c Z/2 +5.7572838052838027 Z/57 -0.1401674559742103 0.312964268181 v3076(-1, 4) c Z/2 +5.7573391471431745 Z/86 0.1693157115091076 0.334685857008 v3143( 4, 1) c Z/2 +5.7575266405002222 Z/102 -0.1160710441851234 0.554792500385 v3434( 2, 3) c Z/2 +5.7577453451424095 Z/3 + Z/6 0.2244494313681412 0.627005748035 v3514( 4, 1) c Z/2 +5.7578286245806627 Z/119 -0.1686676424846438 0.525593690959 v3410(-3, 2) c Z/2 +5.7582682550859759 Z/47 -0.1583722024099812 0.312955932804 v3080(-1, 3) c D2 +5.7582971139186609 Z/73 0.0763748943957180 0.399610295604 v3257( 5, 1) c Z/2 +5.7585120178231039 Z/205 0.2201701693921936 0.331969887036 v3129( 3, 2) c Z/2 +5.7585199818784799 trivial 0.0164236128090598 0.337768514807 v3132(-4, 1) c Z/2 +5.7587181360886970 Z/385 -0.2100581423759752 0.305869275177 v3069( 3, 4) c Z/2 +5.7588920614288187 Z/103 0.2345656140053976 0.320841502932 v3086( 2, 3) neg c Z/2 +5.7590528170619226 Z/6 -0.1694438986959705 0.447245830031 v3331( 1, 3) c Z/2 +5.7590535262759521 Z/29 0.1541004339196694 0.350195911910 v3158( 2, 3) c D2 +5.7590620553697592 Z/73 -0.0070793203617002 0.395406205823 v3240( 4, 1) c Z/2 +5.7593230022800566 Z/23 -0.2032253014604001 0.449093569064 v3308( 3, 2) c Z/2 +5.7598868204432129 Z/69 -0.0600504395467260 0.314192372296 v3095( 3, 2) c Z/2 +5.7599891931363058 Z/92 0.0763429572857682 0.431761160604 v3289( 1, 3) c D2 +5.7607471526636814 Z/134 -0.1424933847162311 0.332801311651 v3141( 5, 1) c Z/2 +5.7609952078388295 Z/80 -0.2162651425483201 0.355278337647 v3178(-1, 4) c Z/2 +5.7610759816972899 Z/9 -0.2016652717635454 0.431895480740 v3320(-5, 1) c Z/2 +5.7611509743748906 Z/59 -0.0036090550831674 0.483112780026 v3372( 3, 2) c trivial +5.7614492984524492 Z/164 -0.0430269909824516 0.335832672143 v3124(-5, 1) c Z/2 +5.7615507916937846 Z/96 -0.1639842677288502 0.309871176735 v3076( 5, 1) c Z/2 +5.7617079539428306 Z/375 0.2016377032492585 0.327814235120 v3121( 3, 4) c Z/2 +5.7618175497487292 Z/5 -0.1950781394484698 0.347816668975 v3166(-4, 1) c Z/2 +5.7618750119568806 Z/126 0.0911024638155271 0.318882757850 v3100( 1, 4) c Z/2 +5.7619500167520789 Z/2 + Z/26 -0.0542339875862293 0.371864072925 v3216(-5, 2) c D2 +5.7621243316465915 Z/26 0.2330813157391098 0.407011321500 v3259( 4, 1) c Z/2 +5.7621581177322985 Z/41 -0.0930679216536158 0.510976760762 v3410( 3, 2) c Z/2 +5.7621715762465210 Z/124 -0.0272253809251637 0.356889535998 v3161( 3, 4) c Z/2 +5.7622163704538480 Z/31 0.1567137801861601 0.338669684703 v3144(-3, 2) c D2 +5.7622564844047733 Z/27 -0.0063484920176099 0.326941095709 v3119(-2, 3) c Z/2 +5.7623086861756945 Z/48 0.1708603506577620 0.656149512553 v3516(-4, 1) c D2 +5.7623086861756945 Z/48 -0.1708603506577620 0.656149512553 v3517(-3, 1) c D2 +5.7627501465311354 Z/102 0.0500488331570706 0.388587035541 v3201( 5, 1) c Z/2 +5.7627701908022633 Z/338 -0.1810052351420224 0.343701783829 v3151( 4, 3) c Z/2 +5.7627721123125463 Z/43 0.0768037238158712 0.572838112573 v3469( 4, 1) c D2 +5.7627721123125463 Z/29 -0.0898629428507955 0.572838112573 v3470( 4, 1) c D2 +5.7627721123125463 Z/60 -0.1601370571492045 0.435080570276 v3305( 5, 1) c D2 +5.7627960269094595 Z/24 -0.0397571621527880 0.361521576120 v3184(-3, 2) c D2 +5.7630020590872602 Z/43 0.0956106851314077 0.400346642409 v3260(-4, 1) c Z/2 +5.7631082918986226 Z/18 0.2195565896263338 0.377821394301 v3226( 6, 1) c Z/2 +5.7631608070664270 Z/193 0.2265270935747901 0.304202712965 v3170(-4, 3) c Z/2 +5.7633027676780879 Z/54 -0.2078493731690264 0.343495280035 v3166( 1, 4) c Z/2 +5.7635399532651455 Z/59 0.1414151611993285 0.577942880884 v3474(-3, 1) c Z/2 +5.7638505034683509 Z/20 0.0443980234065461 0.396328659378 v3272( 5, 1) c Z/2 +5.7642084747635058 Z/47 -0.1769824719205794 0.306393947204 v3081(-5, 2) c Z/2 +5.7642505205558627 Z/112 0.1953153822776282 0.455444158515 v3344( 1, 3) c Z/2 +5.7643003181301474 Z/215 -0.2482457599772894 0.409552494316 v3266(-3, 2) c D2 +5.7648338297339350 Z/246 0.1978515144753287 0.321281470372 v3098( 2, 3) c Z/2 +5.7649887745030557 Z/52 0.1666666666666667 0.674755607143 v3519( 1, 2) c D2 +5.7649932012360725 Z/58 0.0738665495835584 0.345043801410 v3154(-5, 2) c Z/2 +5.7652171257479551 Z/140 0.1649440772213721 0.345222895464 v3128(-4, 3) c D2 +5.7652311917769755 Z/34 -0.0890158642438414 0.428059829232 v3308(-5, 1) c Z/2 +5.7653558884154143 Z/4 -0.2258100041408339 0.373002509624 v3221(-6, 1) c Z/2 +5.7653558884154143 Z/36 0.2258100041408339 0.373002509624 v3228( 6, 1) c Z/2 +5.7654174915423770 Z/2 0.2040793802514508 0.343444492564 v3143(-4, 3) c Z/2 +5.7654519226559933 Z/115 0.0273023045294572 0.334440141518 v3129( 4, 1) c Z/2 +5.7655144690128305 Z/82 0.0137547897912759 0.334217738693 v3133( 1, 3) c Z/2 +5.7655573279533111 Z/2 0.1452510887632073 0.467180399450 v3349( 1, 3) c Z/2 +5.7660986026700500 Z/108 -0.2356003776607130 0.340861406062 v3124(-5, 2) c Z/2 +5.7662200281913433 Z/3 + Z/18 0.1362957755689085 0.388166383274 v3248(-5, 1) c Z/2 +5.7663740244252910 Z/80 0.0057498848988452 0.393256573553 v3268(-1, 4) c Z/2 +5.7664405124570525 Z/39 -0.1683818000071790 0.384541349072 v3289( 4, 1) c Z/2 +5.7664620631005050 Z/5 0.0117770002276973 0.359115452302 v3188(-1, 3) c Z/2 +5.7666066736056110 Z/41 -0.1662654650078141 0.309071909739 v3095( 2, 3) c Z/2 +5.7667616777470632 Z/2 + Z/36 0.1863058990563693 0.335864815645 v3143(-1, 4) c Z/2 +5.7668255797690031 Z/80 -0.1005711762633642 0.398992201877 v3273(-3, 2) c Z/2 +5.7671535936098495 Z/4 + Z/64 0.2499376833441732 0.338470053252 v3124( 2, 3) c Z/2 +5.7672662795080917 Z/79 -0.0411373008049798 0.415716932913 v3285( 4, 1) c Z/2 +5.7674871975093952 Z/92 -0.2033165960500768 0.398792197791 v3260( 5, 1) c Z/2 +5.7679219214569988 Z/7 0.0749644073341137 0.306335680358 v3093( 5, 2) c Z/2 +5.7679441841175422 Z/67 -0.0686338859446530 0.331252941103 v3132(-2, 3) c Z/2 +5.7680276600681271 Z/2 + Z/2 + Z/2 -0.0652539868700532 0.417020447803 v3293( 5, 1) c Z/2 +5.7680740711937101 Z/40 -0.2218201882618201 0.438271778101 v3340( 4, 1) c Z/2 +5.7683301803048644 Z/29 -0.0011010971490732 0.347650740220 v3165( 5, 1) c Z/2 +5.7685994832942543 Z/31 -0.2120681731982770 0.353155290390 v3191( 1, 4) c Z/2 +5.7687650171520372 Z/10 -0.0836507707611993 0.539672500815 v3412(-6, 1) c D2 +5.7694737611021184 Z/2 + Z/38 0.1872688621879259 0.309066893957 v3111(-1, 4) c Z/2 +5.7695260774024483 Z/66 -0.0401111194107505 0.367652291358 v3203( 2, 3) c Z/2 +5.7695471615944322 Z/27 -0.1508954634213941 0.411384837556 v3288(-4, 1) c Z/2 +5.7697350578793639 Z/4 0.1718542363456591 0.370150061277 v3219( 6, 1) c Z/2 +5.7697407446083639 Z/355 0.0935696800936233 0.349057803763 v3151( 3, 4) c Z/2 +5.7700404787470613 Z/74 -0.2488242989665274 0.336775306964 v3133( 5, 1) c Z/2 +5.7701558446652410 Z/2 0.0618230665238871 0.687191402428 v3536( 4, 1) c Z/2 +5.7703131878507625 Z/2 + Z/38 -0.0392058416908928 0.310902873089 v3111(-5, 1) c Z/2 +5.7705234037862555 Z/31 -0.2313217969039853 0.352899364403 v3178( 4, 1) c Z/2 +5.7705482024508801 Z/23 -0.0776872657756472 0.314368146804 v3120( 2, 3) c Z/2 +5.7708474444678527 Z/12 -0.1200268501247499 0.307378653969 v3106(-1, 4) c D2 +5.7708474444678527 Z/147 0.1200268501247499 0.307378653969 v3110( 1, 4) c D2 +5.7709056459901022 Z/93 0.1393851964549620 0.392554084418 v3245(-2, 3) c Z/2 +5.7710044117650610 Z/40 0.2441393863200393 0.379663875052 v3202( 2, 3) c Z/2 +5.7711524636058710 Z/7 -0.0181836530593133 0.397285065266 v3258( 6, 1) c D2 +5.7712076452343050 Z/111 -0.2413860651221387 0.348169371172 v3399( 4, 1) c Z/2 +5.7713003118441254 Z/2 + Z/100 0.0618817840963402 0.324035601953 v3122( 5, 1) c Z/2 +5.7713574572146008 Z/2 + Z/24 -0.0459944998589746 0.540501718922 v3458(-4, 1) c Z/2 +5.7714377073635347 Z/143 0.0413143631702411 0.409369780819 v3295( 1, 3) c Z/2 +5.7718264925225218 Z/30 0.1676128700836709 0.415686162276 v3305(-5, 1) c D2 +5.7719305400934722 Z/2 + Z/14 -0.1026071147344034 0.320537718482 v3126( 1, 4) c D2 +5.7719305400934722 Z/10 + Z/10 0.1473928852655966 0.320537718482 v3128(-1, 4) c D2 +5.7721042872001467 Z/132 -0.2380950512019865 0.335990915230 v3142( 1, 3) c Z/2 +5.7723649369578242 Z/43 -0.2437793071124053 0.492296922639 v3421( 3, 1) c Z/2 +5.7724675226334590 Z/5 + Z/5 0.1505428103223365 0.355998071901 v3188( 5, 2) c Z/2 +5.7724758868757594 Z/70 -0.1809368404762578 0.336845737952 v3129(-5, 1) c Z/2 +5.7725122294350996 Z/16 0.1191770278812817 0.569540566606 v3462( 3, 2) c Z/2 +5.7725663054924532 Z/3 + Z/39 0.0762416104295723 0.472369256618 v3387( 2, 3) c D2 +5.7731891265182130 Z/112 -0.1206082501496535 0.339835859108 v3126( 4, 3) c D2 +5.7733068833259241 Z/2 + Z/16 0.2055314531778665 0.515931288594 v3435( 2, 3) c Z/2 +5.7734441717187595 Z/51 -0.0813089559403076 0.420887695991 v3327(-3, 2) c Z/2 +5.7736436124885149 Z/109 -0.0923855462922273 0.435577191248 v3321(-4, 1) c Z/2 +5.7742682610861315 Z/2 + Z/8 0.0512393285848550 0.402760425786 v3293(-3, 2) c Z/2 +5.7742794774600147 Z/119 -0.2311888168993697 0.374277509756 v3201(-2, 3) c Z/2 +5.7743849664981758 Z/96 -0.1148959401876446 0.348909673140 v3193(-4, 1) c Z/2 +5.7744639840168862 Z/87 -0.2080152750826919 0.453719640493 v3335( 3, 2) c Z/2 +5.7748418188881616 Z/11 + Z/11 -0.1719854713985099 0.300851913794 v3082( 1, 4) c Z/2 +5.7751867565508366 Z/299 -0.1835809090512946 0.302102713738 v3104( 4, 1) c Z/2 +5.7753003709280053 Z/365 -0.2098064558995335 0.327823670871 v3129(-3, 4) c Z/2 +5.7756962450232377 Z/10 -0.1261676869532863 0.301299447566 v3085( 1, 4) c Z/2 +5.7764961751551165 Z/4 0.0453493383011541 0.618902608423 v3509( 3, 2) c D2 +5.7764961751551165 Z/84 0.0453493383011541 0.618902608423 v3510( 3, 2) c D2 +5.7764990796776947 Z/161 0.0790267384686095 0.320624929309 v3119(-4, 1) c Z/2 +5.7765810112566556 Z/17 0.0213267510720796 0.395278927558 v3249( 1, 3) c Z/2 +5.7767167200962728 Z/33 -0.2335159010281394 0.467256158936 v3346(-5, 1) c D2 +5.7770201033138457 Z/102 -0.1241269532350856 0.481104222112 v3404(-3, 1) c Z/2 +5.7770497394732664 Z/24 -0.0973270386202223 0.381096139854 v3247(-1, 4) c D2 +5.7770497394732664 Z/136 0.0973270386202223 0.381096139854 v3243( 1, 4) c D2 +5.7775320925591277 Z/332 0.0984434560235791 0.335964914365 v3138( 2, 3) c Z/2 +5.7777007901248032 Z/18 -0.1637571049208795 0.326658352480 v3125( 3, 2) c Z/2 +5.7777405535750689 Z/110 -0.1980660853558212 0.343361751127 v3181(-4, 1) c Z/2 +5.7779834311134459 Z/36 -0.1697547432122262 0.379599189420 v3238( 3, 2) c trivial +5.7780868569741361 Z/13 0.1753009854200890 0.334214119244 v3144( 3, 2) c D2 +5.7781286265203200 Z/47 -0.1023821378939296 0.359565610626 v3199(-5, 2) c D2 +5.7782795146910130 Z/175 0.1880000256904574 0.405082029556 v3280( 3, 2) c Z/2 +5.7787162321734312 Z/25 -0.1770490365415418 0.312918745238 v3117(-4, 1) c Z/2 +5.7788405996248122 Z/153 -0.0332213032037095 0.302205688094 v3083( 1, 4) c Z/2 +5.7790920107765622 Z/2 + Z/84 0.0500056322489233 0.329748087162 v3141( 5, 2) c Z/2 +5.7791287101216894 Z/165 0.1261419449191521 0.325225895309 v3129(-5, 2) c Z/2 +5.7791427060036384 Z/26 0.1945535670034828 0.393063450020 v3264(-3, 2) c Z/2 +5.7792739484391284 trivial -0.0647131017545179 0.340101638111 v3169(-4, 3) c Z/2 +5.7794992537407171 Z/2 + Z/20 0.2393569375479894 0.330484768896 v3145( 4, 1) c Z/2 +5.7795835721949973 Z/101 0.2434461770497180 0.403405171098 v3284(-1, 4) c Z/2 +5.7798027250464059 Z/55 -0.1513756047771486 0.345753757990 v3168(-2, 3) c Z/2 +5.7798985977381279 trivial -0.0318573595276378 0.431327982898 v3320( 5, 1) c Z/2 +5.7801398521779111 Z/6 0.0513886715463478 0.486109382544 v3395( 3, 2) c Z/2 +5.7801433776404670 Z/2 + Z/60 -0.0190602680249045 0.379373476080 v3259( 1, 3) c Z/2 +5.7801459891092607 Z/54 0.1559450914854707 0.370770773865 v3238(-1, 4) c trivial +5.7803075374431663 Z/325 -0.1797334481162814 0.384911260626 v3269( 3, 4) c Z/2 +5.7803366595877359 Z/3 0.0724633244567102 0.447195901182 v3346(-3, 2) c D2 +5.7803849440953649 Z/10 -0.2240236581223017 0.302656773990 v3103( 5, 2) c D2 +5.7807372765141844 Z/170 -0.0511173401469421 0.353978469535 v3190( 5, 1) c Z/2 +5.7809696953141303 Z/25 -0.2162753480061554 0.480582459972 v3351(-5, 1) c D2 +5.7809874478042833 Z/3 + Z/18 -0.0024801796090981 0.520433405355 v3420( 2, 3) c D2 +5.7810473975479803 Z/162 0.1358912695504469 0.314750218722 v3118( 1, 4) c Z/2 +5.7817995973036829 Z/5 + Z/25 0.1951202329635665 0.386737339901 v3271(-1, 4) c Z/2 +5.7818815658281039 Z/12 0.1560804099167704 0.385627117603 v3272(-3, 2) c Z/2 +5.7820149104793035 Z/2 + Z/2 + Z/12 0.2067921655458288 0.300936762458 v3091( 2, 3) c Z/2 +5.7820789088550065 Z/34 0.0626156218531667 0.747818303198 v3539(-2, 3) c Z/2 +5.7821878253605155 Z/180 0.1874291390190519 0.318376068043 v3124(-1, 4) c Z/2 +5.7824000620846817 Z/116 -0.0661849190012060 0.506042455291 v3397( 2, 3) c Z/2 +5.7824463429263047 Z/105 -0.1084662863259298 0.391985416313 v3277( 1, 3) c Z/2 +5.7827565343649963 Z/23 -0.1377491845202624 0.367391402524 v3252(-5, 1) c Z/2 +5.7829262095397894 Z/182 0.2115313363998439 0.407498239775 v3313(-4, 1) c Z/2 +5.7832845621356482 Z/8 -0.1341307127813386 0.367209453351 v3195( 6, 1) c Z/2 +5.7834666846936275 Z/187 0.1654480221751732 0.364918685637 v3190(-2, 3) c Z/2 +5.7834992917651447 Z/45 0.0819394620198663 0.391585491239 v3288( 4, 1) c Z/2 +5.7835468747370605 Z/145 -0.0201093341465828 0.324580968659 v3170(-5, 1) c Z/2 +5.7835763753256865 Z/69 0.2283269039406947 0.402961227774 v3524( 3, 1) c Z/2 +5.7836372350237560 Z/108 -0.1134496502016346 0.384396089342 v3275(-1, 3) c Z/2 +5.7836709879635284 Z/35 -0.1357328361309819 0.334947773377 v3144(-8, 1) c D2 +5.7841743625499909 Z/2 + Z/34 0.1083370726173588 0.303692286870 v3091( 5, 1) c Z/2 +5.7842892216044280 Z/13 0.0497921559266143 0.464060747120 v3365(-1, 3) c Z/2 +5.7849512845077054 Z/49 0.0049821949522739 0.413212145467 v3521(-4, 1) c Z/2 +5.7850040081646381 Z/4 + Z/16 -0.0903834219137187 0.370500045904 v3244(-4, 1) c D2 +5.7850040081646381 Z/4 + Z/20 -0.0903834219137187 0.370500045904 v3246(-4, 1) c D2 +5.7850040081646381 Z/4 + Z/24 -0.0903834219137187 0.370500045904 v3247(-4, 3) c D2 +5.7850040081646381 Z/8 + Z/16 0.0903834219137187 0.370500045904 v3243( 4, 3) c D2 +5.7850816143485570 Z/39 0.0076776645917800 0.461775575225 v3365( 4, 1) c Z/2 +5.7853997392595147 Z/81 0.2486649598138580 0.310736492629 v3105(-5, 2) c Z/2 +5.7855232415619173 Z/3 + Z/3 0.0946308057846386 0.311103112306 v3110(-3, 4) c D2 +5.7855232415619173 Z/3 + Z/12 -0.0946308057846386 0.311103112306 v3106( 3, 4) c D2 +5.7855560597962598 Z/98 0.1209769678262406 0.371687382155 v3232( 3, 4) c Z/2 +5.7863812747253930 Z/273 -0.0897919487389383 0.306918770061 v3104(-5, 2) c Z/2 +5.7866004646640832 Z/72 0.1666516048007995 0.321415306306 v3139(-3, 4) c D2 +5.7866004646640832 Z/2 + Z/18 0.1666516048007995 0.506108245079 v3427( 1, 3) c D2 +5.7867199959921961 Z/109 -0.0188241272863482 0.594972583946 v3482(-3, 2) c Z/2 +5.7877713607289260 Z/25 -0.2180455617579883 0.478725481955 v3365(-4, 1) c Z/2 +5.7880768414293492 Z/117 0.0690629953676883 0.325580557457 v3142(-4, 3) c Z/2 +5.7881421571032199 Z/17 -0.1069785121386882 0.458275375916 v3372(-3, 2) c trivial +5.7882561890177720 Z/99 -0.0619546464854086 0.464274957624 v3397(-3, 2) c Z/2 +5.7882842087566735 Z/38 -0.0770954821430915 0.383498457759 v3259( 3, 2) c Z/2 +5.7883324308345241 Z/29 -0.1649212763710942 0.308227500298 v3120( 4, 1) c Z/2 +5.7886221306469304 Z/3 + Z/42 0.1114832774489516 0.306955412064 v3102(-3, 4) c D2 +5.7886533326175557 Z/10 -0.0370272721584302 0.492705557433 v3411( 2, 3) c D2 +5.7886915064747419 Z/161 0.1449333778381627 0.336946214610 v3161(-2, 3) c D2 +5.7888147892288995 Z/80 0.0897004140719532 0.379434513936 v3273(-4, 1) c Z/2 +5.7888773456225451 Z/121 0.0439575684943674 0.415994230008 v3314( 3, 2) c Z/2 +5.7890410018417863 Z/115 -0.0729553629889286 0.385396016881 v3266( 1, 4) c D2 +5.7890661487998335 Z/58 -0.0009414126499323 0.325472356381 v3142( 5, 1) c Z/2 +5.7892198345427074 Z/20 0.2103960858771421 0.352252841150 v3188( 4, 3) c Z/2 +5.7892198345427074 Z/52 0.2103960858771421 0.352252841150 v3189( 5, 1) c Z/2 +5.7892559189631167 Z/33 0.0428369072771775 0.353081139031 v3214( 4, 1) c Z/2 + Z/2 + Z/2 +5.7892559189631167 Z/120 0.2095035739438442 0.435870701002 v3329(-2, 3) c D2 +5.7895462420913807 Z/38 -0.1678011575713973 0.369239558073 v3521(-3, 2) c Z/2 +5.7901978241127767 Z/55 0.1835865974780364 0.307474875756 v3134(-4, 1) c Z/2 +5.7903763505751987 Z/134 -0.1036322455307947 0.312214052596 v3118( 3, 4) c Z/2 +5.7905769253873066 Z/284 0.0124540359348131 0.312056678930 v3138( 4, 1) c Z/2 +5.7905966066739507 Z/148 -0.2045964811663913 0.342786164610 v3191(-4, 1) c Z/2 +5.7906136706795898 Z/8 -0.0815728787328101 0.499926371508 v3428( 1, 2) c Z/2 +5.7906976208120427 Z/2 + Z/26 -0.2331549270652677 0.305246804942 v3111(-5, 2) c Z/2 +5.7909875759636318 Z/2 + Z/16 0.0181954793632625 0.627983705070 v3480(-4, 1) c Z/2 +5.7909922748392169 Z/15 0.1157058073562887 0.440673853153 v3327(-5, 1) c Z/2 +5.7911216318874325 Z/2 + Z/16 -0.1791815991049204 0.319962717790 v3133(-4, 3) c D2 +5.7912846698392959 Z/2 + Z/56 -0.1217413464007034 0.342227575970 v3193( 1, 4) c Z/2 +5.7914721203787052 Z/13 -0.2432645735025990 0.507757905926 v3398( 5, 1) c trivial +5.7923742333960081 Z/2 + Z/80 0.0762587227168682 0.302427787220 v3118(-2, 3) c D2 +5.7925050527504941 Z/144 -0.0511932515818096 0.515605126658 v3427( 4, 1) c D2 +5.7930039179495029 Z/39 -0.1846813851589352 0.302492269482 v3092( 6, 1) c Z/2 +5.7931354494617281 Z/6 0.2410956313359812 0.428716174597 v3338(-3, 2) c Z/2 +5.7932864338291911 Z/69 0.1899246281219683 0.373317717695 v3274( 1, 3) c Z/2 +5.7934028287238476 Z/64 -0.0516427578218299 0.307436576920 v3107(-5, 2) c D2 +5.7934028287238476 Z/63 -0.1983572421781701 0.307436576920 v3109( 5, 2) c D2 +5.7934187596448595 Z/2 + Z/30 0.1180440891118554 0.306533524938 v3263( 5, 2) c Z/2 +5.7934712350668193 Z/10 0.0957963439599286 0.538074766068 v3453( 3, 2) c D2 +5.7934712350668193 Z/38 -0.1958703227067381 0.538074766068 v3454( 3, 2) c Z/2 +5.7937385999746992 Z/213 -0.0271074671243766 0.368939418063 v3229( 4, 1) c Z/2 +5.7942058691590039 Z/12 0.1247146967912395 0.473930900806 v3361(-1, 3) c Z/2 +5.7943169758294750 Z/3 + Z/51 0.1297239404323187 0.362347702292 v3198(-5, 2) c D2 +5.7944093277654654 Z/150 -0.0013569005751987 0.398098571215 v3280( 4, 1) c Z/2 +5.7944186674092886 Z/14 0.0961114758438719 0.337911512137 v3172( 1, 4) c Z/2 +5.7946311806065621 Z/83 0.0135865357767487 0.520030166207 v3433( 3, 2) c Z/2 +5.7948227306115579 Z/2 + Z/2 + Z/20 0.0123393147848622 0.320871864861 v3145( 1, 4) c Z/2 +5.7948325050330414 Z/2 + Z/116 -0.0647540836915105 0.388698213490 v3265(-4, 3) c Z/2 +5.7949008830432622 trivial 0.0455055051322359 0.386596939201 v3283(-3, 4) c Z/2 +5.7949926974328441 Z/125 -0.1262838436417695 0.441870962066 v3350( 1, 3) c Z/2 +5.7952266687729264 Z/2 + Z/18 0.0860995841101268 0.317652759399 v3133(-6, 1) c Z/2 +5.7953462434003154 Z/2 + Z/74 -0.0162145311834175 0.321429708036 v3156(-4, 1) c Z/2 +5.7953733317342830 Z/92 -0.1802795040170334 0.396252400198 v3295(-4, 3) c Z/2 +5.7960006805246459 Z/18 -0.0407395860405209 0.440662585228 v3337( 2, 3) c Z/2 +5.7960137002371646 Z/29 0.0682789704438402 0.329024449804 v3157( 4, 3) c D2 +5.7960342342213205 Z/2 + Z/74 -0.2273505073954253 0.309366857401 v3138(-3, 4) c Z/2 +5.7962198539906463 Z/2 + Z/110 0.0309391314065812 0.344615966528 v3181(-1, 4) c Z/2 +5.7962292360043089 Z/68 -0.2270147568020824 0.309142680269 v3137(-1, 4) c Z/2 +5.7962808939856467 Z/2 -0.0759563377423022 0.424856504801 v3310( 7, 1) c D2 +5.7963831336352402 Z/39 -0.2284374035134144 0.619035914081 v3513(-3, 2) c Z/2 +5.7966922109835878 Z/2 + Z/54 0.1084089232711108 0.328314681765 v3138(-5, 2) c Z/2 +5.7966935048987500 Z/62 -0.1428244444923974 0.350173347171 v3232( 1, 4) c Z/2 +5.7968208918167428 Z/116 -0.1812083793865123 0.312369303293 v3122( 4, 3) c Z/2 +5.7971113535576004 Z/117 -0.1571259641360547 0.353592377817 v3237(-1, 4) c D2 +5.7971494734991076 Z/63 0.1542562829426878 0.348534140964 v3200( 5, 2) c D2 +5.7973120057761499 Z/2 + Z/18 0.2393777379421838 0.415595225761 v3324(-4, 1) c Z/2 +5.7976557107526204 Z/236 0.1803911813671740 0.382594633628 v3255(-2, 3) c Z/2 +5.7978784584905799 Z/3 + Z/9 -0.0361573085426334 0.499174745164 v3420(-1, 3) c Z/2 +5.7978917378157198 Z/3 + Z/3 -0.1407372420396248 0.620488868423 v3514(-1, 2) c Z/2 +5.7981670292967602 Z/9 -0.1198239488093830 0.472563770662 v3381( 5, 1) c Z/2 +5.7984108884336766 Z/13 + Z/26 -0.0255346289042444 0.412539824759 v3313(-1, 4) c D2 +5.7987066097529024 Z/25 -0.1667033477642722 0.320293753174 v3142(-6, 1) c Z/2 +5.7988797040970199 Z/79 -0.1284584395062570 0.495382135849 v3455(-4, 1) c Z/2 +5.7990632940291112 Z/5 -0.0340319677754961 0.434110415025 v3340( 3, 2) c Z/2 +5.7991392586511699 Z/106 -0.1527115811200394 0.327945498525 v3151(-4, 1) c Z/2 +5.7993514335486852 Z/21 0.0210208085677252 0.386915197987 v3252( 6, 1) c Z/2 +5.7995039598854764 Z/2 + Z/78 0.1384438787917231 0.316077049344 v3130(-3, 4) c Z/2 +5.7996023228045908 Z/191 -0.1777445566473271 0.328230267272 v3172( 4, 1) c Z/2 +5.7998487422237340 Z/27 0.0430054881027116 0.358749241673 v3242( 5, 1) c Z/2 +5.8001275690277679 trivial -0.2332939160324247 0.309988917529 v3251(-1, 3) c Z/2 +5.8009466182387073 Z/4 0.1751433929514332 0.391034872789 v3308(-1, 3) c Z/2 +5.8012411802229991 Z/15 0.1927769676926017 0.484815885479 v3485(-4, 1) c Z/2 +5.8013594800774719 Z/11 -0.1129229033590908 0.329442185306 v3168( 4, 3) c Z/2 +5.8014133775056273 Z/116 -0.1744221278978417 0.373587654758 v3275( 5, 1) c Z/2 +5.8016792828803088 Z/2 + Z/78 0.1280781601911683 0.303601339757 v3141( 1, 4) c Z/2 +5.8019949128335479 Z/110 -0.2422761184396091 0.527011947863 v3438(-1, 3) c Z/2 +5.8022053257678042 Z/136 -0.1155280693802084 0.375238400038 v3249(-5, 2) c Z/2 +5.8022125993295374 Z/49 -0.0493749086987647 0.335977142104 v3200( 6, 1) c D2 +5.8026469058577778 Z/61 0.1855957970910882 0.490270595054 v3415(-3, 2) c Z/2 +5.8027484145730451 Z/152 -0.1368348082033070 0.375232067020 v3243( 3, 4) c D2 +5.8027484145730451 Z/3 + Z/24 0.1368348082033070 0.375232067020 v3247(-3, 4) c D2 +5.8027957897236988 Z/101 -0.1607741087140049 0.427020414889 v3340(-1, 3) c Z/2 +5.8030499543591301 Z/14 -0.0993636628774423 0.383929525715 v3374(-4, 1) c Z/2 +5.8031773113278471 Z/2 + Z/58 -0.2190843787694908 0.319577126292 v3162( 4, 3) c Z/2 +5.8033192937439711 Z/62 0.2254799775911126 0.319294434844 v3132( 5, 1) c Z/2 +5.8033958165079347 Z/30 0.1852099351292038 0.387727283540 v3277(-4, 3) c Z/2 +5.8036244847742513 Z/74 0.0295343471329381 0.303052964898 v3174(-4, 1) c Z/2 +5.8037160746283389 trivial 0.0210708288426001 0.341357776080 v3195(-5, 2) c Z/2 +5.8038715774499420 Z/13 -0.0356760093371781 0.338771583474 v3189( 4, 3) c Z/2 +5.8041552248641419 Z/100 -0.0613568000931982 0.383097513095 v3274( 4, 1) c Z/2 +5.8041744000016770 Z/23 + Z 0.0075260712150033 0.360307900064 v3239( 3, 2) c D2 +5.8041744000016770 Z/3 + Z/15 0.0075260712150033 0.694668652469 v3528( 4, 1) c D2 +5.8041744000016770 Z/20 -0.1591405954516634 0.473693603246 v3378(-2, 3) c D2 +5.8041744000016770 Z/60 -0.1591405954516634 0.473693603246 v3377(-2, 3) c D2 +5.8041744000016770 Z/56 -0.1741927378816699 0.482175174992 v3378( 3, 2) c D2 +5.8041744000016770 Z/2 + Z/6 -0.1741927378816700 0.482175174992 v3377( 3, 2) c D2 +5.8044836199096278 Z/52 0.1586627431829268 0.573634111693 v3482(-4, 1) c Z/2 +5.8045146370004669 Z/65 -0.0774907777229675 0.342502179615 v3189(-2, 3) c Z/2 +5.8045214292385014 Z/129 -0.2422668722871297 0.307876305335 v3132( 3, 4) c Z/2 +5.8046126909918137 Z/61 0.0601582245835467 0.458044057714 v3361( 4, 1) c Z/2 +5.8047475376136166 Z/4 0.1000153956962816 0.533592470719 v3428(-5, 1) c Z/2 +5.8050968815390461 Z/31 -0.0996598953561471 0.536154373892 v3433(-3, 2) c Z/2 +5.8051581541997680 Z/42 -0.2407408252010041 0.381369314890 v3287(-4, 1) c Z/2 +5.8055643904846094 Z/6 0.0370178602744219 0.637557660979 v3514(-4, 1) c Z/2 +5.8055786656313178 Z/3 0.1373386543140849 0.400474424482 v3321( 4, 1) c Z/2 +5.8056440256945462 Z/87 0.1110884475376302 0.371215838800 v3278(-5, 1) c Z/2 +5.8058253530260267 Z/2 + Z/72 0.1152320996466919 0.354462951405 v3193(-1, 4) c Z/2 +5.8060668806053914 Z/5 + Z 0.1334743609379063 0.341597903323 v3209( 5, 2) c D2 +5.8060668806053914 Z/2 + Z/42 0.1334743609379063 0.341597903323 v3208( 5, 2) c D2 +5.8060668806053914 Z/52 -0.1998589723954270 0.341597903323 v3212( 5, 2) c D2 +5.8062743006157009 Z/44 -0.1613174012753964 0.515642255670 v3418( 5, 1) c Z/2 +5.8065318439627904 Z/180 -0.2127803414396917 0.317184227991 v3170(-5, 2) c Z/2 +5.8066933264307665 Z/67 -0.1894632297736907 0.370501926559 v3283(-1, 4) c Z/2 +5.8070551098639315 Z/33 -0.1744105294851387 0.327452554578 v3168( 5, 2) c Z/2 +5.8071928717208527 Z/2 + Z/92 0.0712765357247052 0.366562873253 v3255(-3, 2) c Z/2 +5.8073864096157881 Z 0.0031334450973152 0.346609346254 v3209(-1, 3) c D2 +5.8073864096157881 Z/2 + Z/46 0.0031334450973152 0.346609346254 v3208(-1, 3) c D2 +5.8073864096157881 Z/24 0.1698001117639819 0.346609346254 v3212(-1, 3) c D2 +5.8074825677794988 Z/54 0.1348344225672260 0.323445337920 v3157(-5, 1) c D2 +5.8079149235967735 Z/5 + Z/10 -0.0671133948220813 0.493115895828 v3411(-1, 3) c D2 +5.8079237107321769 Z/115 -0.1008160594408923 0.349455692989 v3233( 3, 2) c Z/2 +5.8079736760469854 Z/30 0.1491223999331659 0.542301309612 v3452( 4, 1) c D2 +5.8082163389792999 Z/43 -0.1575214057185272 0.363749152033 v3258(-6, 1) c D2 +5.8082858020582223 Z/184 -0.1982286194793861 0.312766665236 v3138(-5, 1) c Z/2 +5.8083593540420517 Z/22 0.1704976101432909 0.304939620680 v3130(-5, 1) c Z/2 +5.8084333420301339 Z/17 -0.2239020963214063 0.348105994928 v3532( 1, 2) c Z/2 +5.8084446039842378 Z/5 -0.1156471641649111 0.483161760686 v3532(-4, 1) c Z/2 +5.8086312992167414 Z/45 0.0930473128614078 0.405627117478 v3325( 4, 1) c Z/2 +5.8086942676138785 Z/84 -0.1170246079823747 0.447093382453 v3350(-4, 1) c Z/2 +5.8091500842484846 Z/86 -0.0582115978035869 0.587562562280 v3479( 3, 2) c Z/2 +5.8094479507464515 Z/76 -0.0062689393759980 0.485153183661 v3421(-4, 1) c Z/2 +5.8094949038285256 Z/23 -0.1381547081105861 0.370763387280 v3242(-5, 1) c Z/2 +5.8097473795358639 Z/83 0.2299857633465737 0.302503845094 v3125( 2, 3) c Z/2 +5.8099190230805266 Z/47 -0.2243607298230034 0.330726914500 v3166( 4, 3) c Z/2 +5.8101726498876457 Z/201 0.2060606423204026 0.436309596436 v3344(-4, 1) c Z/2 +5.8102252658325265 Z/77 -0.1053917027183246 0.527697549899 v3433( 2, 3) c Z/2 +5.8102269802197706 Z/3 + Z/3 0.2318868501228721 0.351008039999 v3215(-5, 1) c D4 +5.8103827566558146 Z/2 + Z/42 0.1914331967425156 0.481848065670 v3390(-3, 1) c Z/2 +5.8104259259698313 Z/12 -0.0205862125188771 0.327485875669 v3184( 3, 2) c D2 +5.8105543742050388 Z/180 -0.1329128246396237 0.330386170868 v3185(-4, 3) c Z/2 +5.8108563372126941 Z/99 -0.2009671330723973 0.328640873000 v3178(-4, 3) c Z/2 +5.8109014513945071 Z/377 -0.1398421665518326 0.385250291998 v3279( 3, 4) c D2 +5.8110782210784427 Z/60 0.2272517526044357 0.313869088642 v3156( 3, 4) c Z/2 +5.8111802203049350 Z/64 -0.0693451411218093 0.349372018578 v3212(-5, 1) c D2 +5.8111802203049350 Z/5 + Z -0.2360118077884760 0.349372018578 v3209(-5, 1) c D2 +5.8111802203049350 Z/2 + Z/6 -0.2360118077884760 0.349372018578 v3208(-5, 1) c D2 +5.8115064988696509 Z/23 -0.0614789344690627 0.519420787080 v3462( 4, 1) c Z/2 +5.8116275600889939 Z/10 -0.0393252363218820 0.329872539687 v3187(-5, 2) c Z/2 +5.8116632733317160 Z/36 -0.1551620627620249 0.362468218007 v3260(-1, 3) c Z/2 +5.8117086475074525 Z/132 0.1291884090380350 0.393587861822 v3289(-5, 1) c Z/2 +5.8118138598453197 Z/188 -0.2180054502757033 0.362762124785 v3256( 4, 3) c Z/2 +5.8119582853785973 Z/119 0.1425782626552251 0.305867046311 v3125( 4, 1) c Z/2 +5.8120795574345006 Z/199 0.0651126099518883 0.300266182571 v3123( 3, 2) c Z/2 +5.8122320223669872 Z/9 0.2215920522621342 0.354519252063 v3238( 2, 3) c trivial +5.8130587982693112 Z/2 + Z/28 0.1804711223585212 0.327764011301 v3183( 1, 4) c Z/2 +5.8134312973973546 Z/10 -0.0614220146972612 0.423611107135 v3338(-5, 1) c Z/2 +5.8134445966791177 Z/127 -0.0713187951785435 0.326880252137 v3185(-5, 2) c Z/2 +5.8135222865901155 Z/21 -0.1857263019797217 0.322205144461 v3165(-5, 1) c Z/2 +5.8136157333740186 Z/2 + Z/16 -0.0638013941316809 0.595394403836 v3493( 1, 3) c D2 +5.8136157333740186 Z/2 + Z/176 -0.0638013941316809 0.401326040836 v3317( 4, 3) c D2 +5.8136157333740186 Z/2 + Z/2 + Z/22 -0.0638013941316809 0.367329671470 v3315( 4, 1) c Z/2 +5.8136157333740186 Z/2 + Z/2 + Z/22 -0.0638013941316809 0.595394403836 v3491( 1, 3) c D2 +5.8138856138877796 Z/2 0.0178274276240413 0.424244926869 v3347(-1, 3) c Z/2 +5.8140122283145719 Z/2 + Z/68 -0.2351493728341146 0.316523079049 v3145(-4, 3) c Z/2 +5.8143152844735964 Z/413 0.0371342539154735 0.308878347265 v3150(-3, 4) c D2 +5.8143582313407876 Z/134 0.1431314311808783 0.376584826680 v3277( 4, 1) c Z/2 +5.8146821825425195 Z/302 0.0880558637188036 0.374398628456 v3279( 4, 3) c Z/2 +5.8147168325404522 Z/2 + Z/68 0.0290787715629245 0.360935424001 v3259(-5, 1) c Z/2 +5.8147740339829461 Z/2 + Z/4 0.1489991726344563 0.442676225110 v3418(-4, 1) c Z/2 +5.8149162381908703 Z/103 0.2225024580666511 0.458193844066 v3358(-3, 2) c Z/2 +5.8151621910551988 Z/5 -0.1996273402210601 0.513052454722 v3448(-3, 1) c Z/2 +5.8152799760339947 Z/58 -0.0406240644015918 0.312962874170 v3143(-5, 1) c Z/2 +5.8153850551898616 Z/24 0.1379175998941338 0.596784519506 v3511(-1, 3) c D2 +5.8153850551898616 Z/104 0.1379175998941338 0.596784519506 v3508(-1, 3) c D2 +5.8155539104198693 Z/2 + Z/2 0.0772673291573585 0.340832134047 v3267(-4, 1) c Z/2 +5.8156468248516306 Z/70 0.1241646583587856 0.301620315235 v3120(-5, 1) c Z/2 +5.8156766522654305 Z/3 + Z/9 -0.2089818553467032 0.416881458348 v3329(-5, 1) c Z/2 +5.8158472327644202 Z/107 0.2298400581294907 0.319306311195 v3161(-4, 1) c Z/2 +5.8159597850503845 Z/210 -0.1389454086086797 0.358504869467 v3266(-2, 3) c D2 +5.8160742282580768 Z/13 0.1623179514899925 0.712027488454 v3531(-1, 2) c Z/2 +5.8162695308197282 Z/93 0.0624760118770410 0.576260631862 v3489( 3, 2) c Z/2 +5.8166217828775412 Z/93 0.1742876357506382 0.393411754444 v3329( 3, 2) c Z/2 +5.8166365607005991 Z/25 0.2209146189805097 0.552156185079 v3462(-4, 1) c Z/2 +5.8167444131513967 Z/57 0.0588576339379406 0.467267292938 v3400(-4, 1) c Z/2 +5.8169979390009987 Z/2 + Z/14 -0.0544914371941592 0.422496241080 v3352(-1, 3) c Z/2 +5.8171108489580850 Z/50 0.0895561770186997 0.430033108970 v3351(-3, 2) c D2 +5.8172453830214820 Z/2 + Z/40 -0.1608847422582970 0.399110479419 v3331(-4, 1) c Z/2 +5.8176862291623891 Z/2 + Z/6 -0.1915730838353879 0.330247116604 v3187( 6, 1) c Z/2 +5.8178023461329923 Z/133 -0.1661322139246934 0.377040292152 v3277( 3, 2) c Z/2 +5.8180180942558149 Z/151 0.0157403751657694 0.373469584921 v3268(-4, 3) c Z/2 +5.8181309980714220 Z/51 0.0283829597279750 0.345004193441 v3245(-5, 2) c Z/2 +5.8181480322080962 Z/114 0.0699940330463848 0.341171227847 v3198(-4, 3) c D2 +5.8183472316639515 Z/21 0.0559847491405392 0.331444995916 v3214(-1, 4) c Z/2 + Z/2 + Z/2 +5.8185666471590841 Z/89 -0.0807929763704348 0.305257831011 v3132( 5, 2) c Z/2 +5.8185980245173199 Z/97 0.0258791516764336 0.329907318875 v3191(-1, 4) c Z/2 +5.8186297765249842 Z/11 -0.0954566811372326 0.354862829896 v3260(-3, 2) c Z/2 +5.8194782351045424 Z/6 -0.1493567942520301 0.471737656566 v3515(-4, 1) c Z/2 +5.8197577373775638 Z/3 + Z/9 0.0205850841287770 0.444038668622 v3386( 4, 1) c Z/2 +5.8198293675146219 Z/84 -0.1158400915916860 0.581185473052 v3489( 4, 1) c Z/2 +5.8201022192595923 Z/11 -0.1638137991143919 0.379856471523 v3308(-2, 3) c Z/2 +5.8201148127165679 Z/13 -0.0347962873147923 0.307020508573 v3144( 8, 1) c D2 +5.8203076340023941 Z/2 + Z/42 0.0523830017984306 0.311222705269 v3154( 2, 3) c Z/2 +5.8204307129716030 Z/2 + Z/2 + Z/36 -0.0117087754028774 0.312509306549 v3145(-3, 4) c Z/2 +5.8204480124753534 Z/14 0.2225838749905755 0.351777832449 v3252( 5, 2) c Z/2 +5.8205055095282966 Z/3 0.1067383595704571 0.464365455388 v3394( 5, 1) c Z/2 +5.8207258007148248 Z/81 -0.1256543359528911 0.336472639739 v3205(-3, 2) c trivial +5.8211228048853324 Z/61 0.1514787326919850 0.414461611557 v3339(-4, 1) c Z/2 +5.8214604265903888 Z/51 -0.0521606230183846 0.317822758888 v3160( 5, 1) c Z/2 +5.8216966508660203 Z/111 0.0480656141419115 0.355277228944 v3260( 4, 3) c Z/2 +5.8218089741405873 Z/210 -0.2236180357169706 0.361318725573 v3259(-4, 3) c Z/2 +5.8220642596687027 Z/53 0.2132097120182157 0.478338257955 v3375(-5, 1) c D2 +5.8221680119046771 Z/15 0.2378103121864293 0.322806315370 v3199( 6, 1) c D2 +5.8224419176546645 Z/122 -0.1282502950069313 0.525421119332 v3465( 3, 2) c Z/2 +5.8224795438962671 Z/17 0.1313343607425876 0.302194045016 v3147(-1, 4) c Z/2 +5.8226016826426596 Z/61 -0.1851020990915693 0.369375592341 v3276( 3, 4) c Z/2 +5.8227301463802805 Z/212 -0.1218472993372970 0.344442019745 v3203( 4, 1) c Z/2 +5.8228120083319673 Z/6 0.0964844853009424 0.366047279070 v3304( 5, 1) c D2 +5.8230270245721042 Z/142 -0.1098841787751046 0.379874635179 v3278( 2, 3) c Z/2 +5.8230754766277214 Z/49 0.1172645550497786 0.313037906516 v3158(-4, 3) c D2 +5.8231765631057372 Z/129 0.1934193783573222 0.380238689662 v3290( 3, 2) c D2 +5.8232186615533740 Z/28 0.1386054374156760 0.415716863739 v3353( 5, 1) c Z/2 +5.8233958325544438 Z/323 0.0556076310723584 0.360295132347 v3256( 3, 4) c D2 +5.8234840811240573 Z/63 0.1797982380793740 0.309726089897 v3158(-5, 2) c D2 +5.8235184044696227 Z/2 + Z/26 -0.0951023989637401 0.416586561888 v3333(-3, 2) c Z/2 +5.8236716741543306 Z/26 -0.1512811379126768 0.307114234668 v3162(-5, 1) c Z/2 +5.8244102784248303 Z/206 0.0837562433847157 0.381761568211 v3290( 2, 3) c Z/2 +5.8245240104731378 Z/2 + Z/4 0.0706657798866133 0.324964332171 v3221(-5, 2) c Z/2 +5.8245240104731378 Z/2 + Z/36 -0.0706657798866133 0.324964332171 v3228( 5, 2) c Z/2 +5.8245402555762133 Z/136 0.0541035705436324 0.474126765841 v3397(-2, 3) c D2 +5.8246413754667155 Z/28 0.1042606217725598 0.342015185050 v3199(-7, 1) c D2 +5.8246413754667155 Z/84 0.1042606217725598 0.342015185050 v3198( 2, 3) c D2 +5.8246413754667155 Z/4 -0.2290727115607735 0.343365265337 v3242(-2, 3) c D2 +5.8247193171033736 Z/3 + Z/21 0.0669591938191931 0.339938360784 v3205(-4, 1) c trivial +5.8248123591100114 Z/293 0.0147830653062358 0.345128744475 v3237( 3, 2) c Z/2 +5.8249067106515222 Z/8 -0.0682675656387537 0.513614611153 v3428( 3, 2) c Z/2 +5.8249073527636528 Z/103 -0.1245551662473792 0.305350846937 v3147( 4, 3) c Z/2 +5.8249866966283239 Z/27 0.0315097512516480 0.358066343371 v3240(-4, 3) c Z/2 +5.8252325312877585 Z/99 0.1680769715751906 0.345393192548 v3238(-4, 3) c trivial +5.8257543599643834 Z/36 -0.0185499122734738 0.353502310366 v3274(-4, 3) c Z/2 +5.8259714999286223 Z/80 -0.0214439129156331 0.421746137518 v3348( 4, 1) c Z/2 +5.8260922247546738 Z/89 0.2349189503125101 0.366992672167 v3274(-5, 1) c Z/2 +5.8263187467698996 Z/107 0.1942696907953867 0.549164686573 v3466( 3, 2) c Z/2 +5.8265710028134367 Z/99 0.0406573170068819 0.338182756833 v3205( 1, 4) c trivial +5.8266079042498307 Z/45 0.1820312220734709 0.441041741574 v3356( 3, 2) c D2 +5.8270412341459702 Z/109 -0.0120554232728925 0.349965425247 v3260( 5, 2) c Z/2 +5.8272032439230131 Z/25 0.1663274780226182 0.319088496018 v3184(-8, 1) c D2 +5.8272338306708838 Z/4 0.0973619235781348 0.338832135219 v3272(-1, 3) c Z/2 +5.8272515624849299 Z/2 + Z/18 -0.2343036456755972 0.312398823287 v3143(-5, 2) c Z/2 +5.8272527008600633 Z/90 0.1508836413540806 0.410915933452 v3337(-4, 1) c Z/2 +5.8272778244339055 Z/129 -0.0670078265706633 0.405390313073 v3314( 2, 3) c Z/2 +5.8278797713203195 Z/3 + Z/3 -0.1032788335086889 0.555056077662 v3485( 4, 1) c Z/2 +5.8284415069851090 Z/17 -0.1658206888857110 0.393008017164 v3310(-8, 1) c D2 +5.8287342432476726 Z/25 0.0416659887226812 0.672016073688 v3529(-4, 1) c D2 +5.8287342432476726 Z/220 -0.2083340112773188 0.336008036844 v3233( 2, 3) c D2 +5.8288751855740336 Z/15 -0.0329156715982805 0.355331645203 v3261( 5, 2) c D2 +5.8289264750167177 Z/2 + Z/12 -0.1150942803062615 0.492197114786 v3425( 3, 2) c Z/2 +5.8291829106337914 Z/39 -0.0969305461045765 0.327039056509 v3189( 5, 2) c Z/2 +5.8294262864622022 Z/2 + Z/2 -0.1962685294420636 0.363940726530 v3264(-2, 3) c Z/2 +5.8298563000824569 Z/2 + Z/4 -0.1244166621464664 0.321768586280 v3219( 5, 2) c Z/2 +5.8302888593138518 Z/48 -0.1056676552753471 0.344551685152 v3245( 5, 1) c Z/2 +5.8302980451655110 Z/2 + Z/24 0.0158534326716673 0.313055853874 v3162( 6, 1) c Z/2 +5.8304194074578842 Z/59 0.2026395903671853 0.330238508292 v3190( 4, 3) c Z/2 +5.8307891244583226 Z/20 -0.0770314738464684 0.351125752469 v3265(-1, 4) c Z/2 +5.8311945474438558 Z/135 0.1414732548113715 0.332030399846 v3190( 5, 2) c Z/2 +5.8312866989138670 Z/17 0.0805632743698082 0.334787899994 v3237(-3, 4) c Z/2 +5.8313424393447042 Z/118 0.2013073873060717 0.335024604021 v3202(-4, 3) c Z/2 +5.8322909849806817 Z/81 -0.1972398899634268 0.333222810547 v3205( 3, 4) c trivial +5.8324974153972503 Z/21 0.2071363255772483 0.442408160657 v3386( 3, 2) c Z/2 +5.8327255562860201 Z/23 0.0409908164196112 0.429949019996 v3347( 2, 3) c Z/2 +5.8327462992949511 Z/43 0.0061976818210274 0.448811878063 v3372(-2, 3) c trivial +5.8330098684419750 Z/96 -0.0116672393767554 0.407547658509 v3324(-1, 4) c Z/2 +5.8330346628184925 Z/9 -0.0316586838197273 0.327839954425 v3205( 5, 2) c trivial +5.8332682055949842 Z/62 0.2076236052096687 0.325469687939 v3200( 1, 3) c D2 +5.8336928914779847 Z/24 -0.1841879678237976 0.351704640716 v3248( 5, 1) c Z/2 +5.8336967839007029 Z/57 -0.0529307826316099 0.604885358948 v3513(-4, 1) c Z/2 +5.8339676435845851 Z/3 + Z/6 -0.2246816775129588 0.330846178107 v3205( 5, 1) c trivial +5.8346725034073254 Z/89 0.0669028677503322 0.334107101780 v3234( 5, 2) c Z/2 +5.8349109374458621 Z/74 0.2182369308990879 0.356705793881 v3285( 1, 4) c Z/2 +5.8349404316550469 Z/27 -0.2166118877965038 0.444446646217 v3361(-2, 3) c Z/2 +5.8352528504870304 Z/20 0.2357793088843022 0.351962008230 v3272( 5, 2) c Z/2 +5.8353632564436175 Z/162 -0.0948714970466626 0.312606989110 v3185( 2, 3) c Z/2 +5.8355748755622222 Z/87 -0.0436437740948798 0.326434899853 v3202(-5, 1) c Z/2 +5.8355895312130854 Z/13 + Z/26 -0.0206963828474955 0.390555288044 v3313(-4, 3) c D2 +5.8358542249877551 Z/66 0.0590912343764288 0.303329388721 v3158( 5, 1) c D2 +5.8360412132165748 Z/300 0.1401178429669829 0.315029202016 v3177(-1, 4) c Z/2 +5.8360930137557855 Z/322 -0.0589046975100787 0.388589260882 v3317( 1, 4) c D2 +5.8362268744986822 Z/113 0.0792998797805175 0.428669976232 v3340(-5, 1) c Z/2 +5.8364930300179906 Z/14 0.0226578491302383 0.505906913536 v3425(-5, 1) c Z/2 +5.8365778418903941 Z/113 0.1891247602221480 0.332698770689 v3204( 1, 4) c Z/2 +5.8367949724123309 Z/95 0.1301509675900419 0.347572605938 v3274( 3, 2) c Z/2 +5.8374286514886882 Z/235 0.1293636641382750 0.337541104234 v3203(-3, 4) c Z/2 +5.8377033678180711 Z/34 -0.1557514689237407 0.611865742298 v3538(-3, 1) c Z/2 +5.8377321626841554 Z/58 0.0928296214393960 0.508915303357 v3463(-1, 3) c Z/2 +5.8378815093300111 Z/9 -0.0059263766687145 0.353663307964 v3270( 3, 2) c Z/2 +5.8382336642102061 Z/81 -0.1867527687805711 0.371023215397 v3295(-1, 4) c Z/2 +5.8388620436086439 Z/2 + Z/90 -0.0640575011033447 0.344810036465 v3231(-1, 4) c Z/2 +5.8391730255769597 Z/140 -0.0421824961011247 0.328240925623 v3302( 4, 3) c Z/2 +5.8393348475311837 Z/154 0.0720607936124957 0.343026219522 v3267( 1, 4) c D2 +5.8396517461801977 Z/13 0.0479106819351962 0.377912623950 v3295(-3, 4) c Z/2 +5.8400169262882511 Z/276 -0.0950374803416240 0.323371590603 v3203(-4, 3) c Z/2 +5.8400436231296588 Z/59 -0.1817043544248490 0.569813259773 v3479( 2, 3) c Z/2 +5.8402102471306024 Z/238 -0.0861017518000570 0.321684046958 v3204( 4, 1) c Z/2 +5.8404934468493364 Z/50 0.0316245752174445 0.302167045799 v3166(-1, 4) c Z/2 +5.8405142377848337 Z/37 0.0761623035808663 0.444593070998 v3365( 2, 3) c Z/2 +5.8405680621943721 Z/161 0.1969665059141425 0.302592689287 v3167( 1, 4) c D2 +5.8407547687306195 Z/41 -0.0849208823737939 0.663708113464 v3539(-1, 3) c Z/2 +5.8408495299667018 Z/2 + Z/24 -0.1139733984829529 0.346752130064 v3264(-4, 1) c Z/2 +5.8408766550340425 Z/7 -0.2321097895166830 0.460382029534 v3423( 5, 1) c Z/2 +5.8409703071080337 Z/70 -0.0962037835632200 0.463028425357 v3411( 4, 1) c D2 +5.8411100587095018 Z/370 0.2060899930754486 0.355866448478 v3271(-4, 3) c Z/2 +5.8417599191587627 Z/3 + Z/30 0.1368697338323138 0.320447948079 v3215(-2, 3) c D4 +5.8418489271962443 Z/2 + Z/2 + Z/6 -0.0066550461716329 0.369611801273 v3293(-1, 3) c D2 +5.8420615487028833 Z/32 0.1885941259117634 0.340428727603 v3232(-3, 2) c D2 +5.8421280660652826 Z/60 -0.1640612683535880 0.370129054531 v3325( 1, 4) c Z/2 +5.8421598921230469 Z/67 0.0449999145758873 0.325736618524 v3200( 2, 3) c D2 +5.8424471619684806 Z/21 0.0250488364078228 0.541419036336 v3486(-4, 1) c Z/2 +5.8426523515431939 Z/41 0.2090846210102535 0.356213329984 v3257(-5, 2) c Z/2 +5.8428065970448773 Z/4 0.0284092177578542 0.325925433138 v3219(-6, 1) c Z/2 +5.8430228578587662 Z/3 + Z/15 0.0732292639212013 0.336160863501 v3214(-4, 3) c Z/2 + Z/2 + Z/2 +5.8430228578587662 Z/60 -0.0934374027454654 0.452048795306 v3377(-4, 1) c D2 +5.8430228578587662 Z/60 -0.0934374027454654 0.452048795306 v3378(-4, 1) c D2 +5.8430228578587662 Z/84 -0.2398959305878680 0.452242078634 v3386( 1, 3) c D2 +5.8430697825551210 Z/2 + Z/20 -0.0800453621492809 0.308106767792 v3183(-1, 4) c Z/2 +5.8431561039390526 Z/259 0.0256377878429650 0.378111747675 v3291(-2, 3) c D2 +5.8431561039390526 Z/220 -0.0576955454903684 0.363041353482 v3266(-4, 1) c D2 +5.8432394280046781 Z/5 -0.2223619144700034 0.345739256441 v3252( 1, 3) c Z/2 +5.8433422072033628 Z/227 -0.1516428249387999 0.304370075070 v3172(-4, 3) c Z/2 +5.8434049048256891 Z/96 0.1548332588598456 0.407959834055 v3345( 4, 1) c Z/2 +5.8440030933997181 Z/5 + Z/10 0.0077991751229500 0.505217511380 v3453(-3, 2) c D2 +5.8440030933997181 Z/46 0.2161325084562833 0.505217511380 v3454(-3, 2) c Z/2 +5.8441212584223211 Z/105 -0.2460105837186302 0.358191662803 v3284(-4, 3) c Z/2 +5.8441965253914449 Z/115 -0.0874775140348931 0.545378957255 v3478(-1, 3) c Z/2 +5.8442551324494006 Z/99 0.0736621108426939 0.338995131703 v3240( 2, 3) c Z/2 +5.8442984818296787 Z/32 0.1542017002659134 0.403877728052 v3318(-4, 1) c Z/2 +5.8442984818296788 Z/2 + Z/30 0.1542017002659134 0.403877728052 v3318( 1, 4) c Z/2 +5.8446859720862412 Z/102 0.1568385535528699 0.343112921941 v3245( 1, 3) c Z/2 +5.8446892829753606 Z/34 -0.2390805207537498 0.410624858079 v3333( 6, 1) c Z/2 +5.8450172542316375 Z/140 0.2375176649009045 0.352737696948 v3255( 4, 3) c Z/2 +5.8450200517115671 Z/113 -0.0324187029139933 0.366718969700 v3302( 1, 4) c Z/2 +5.8452304331044273 Z/107 0.1560523165904645 0.334886593225 v3257(-1, 3) c Z/2 +5.8452996462806586 Z/104 0.1650121482534766 0.389390540569 v3324( 3, 2) c Z/2 +5.8453798630759277 Z/3 + Z/21 0.1381324125421124 0.334647617527 v3238( 4, 1) c trivial +5.8454128186042600 Z/403 -0.1687161516841268 0.346656059108 v3270(-4, 3) c D2 +5.8454475128842812 Z/390 0.2074616732570200 0.381070370156 v3313(-3, 4) c Z/2 +5.8456248551591080 Z/9 0.0250623200158460 0.347797855496 v3251(-5, 1) c Z/2 +5.8460221458201799 Z/51 -0.2488344656572507 0.466575322593 v3400( 5, 1) c Z/2 +5.8461241603614798 Z/54 0.1043838053037008 0.386483214380 v3333(-5, 1) c Z/2 +5.8461851628990543 Z/109 -0.0632860546765750 0.346952733635 v3277(-5, 1) c Z/2 +5.8464045126811822 Z/4 -0.0823502848942216 0.323547668711 v3221( 6, 1) c Z/2 +5.8464045126811822 Z/36 0.0823502848942216 0.323547668711 v3228(-6, 1) c Z/2 +5.8467849124154335 Z/55 0.0173658755777606 0.342772370338 v3261( 1, 3) c D2 +5.8467973667087104 Z/3 0.2051463698954575 0.434981701165 v3395(-5, 1) c Z/2 +5.8470956012416813 Z/126 0.1991230477329869 0.531922356652 v3467( 4, 1) c Z/2 +5.8471615753365936 Z/31 0.0517690185970620 0.339598221192 v3276( 1, 4) c Z/2 +5.8473624734277922 Z/136 0.2418328501527947 0.342572886793 v3268(-3, 4) c Z/2 +5.8475710855830758 Z/35 -0.2140119062237235 0.328696851287 v3240(-5, 1) c Z/2 +5.8478306547212447 Z/272 -0.0927328468218301 0.337677561624 v3237( 2, 3) c Z/2 +5.8479536349352210 Z/3 -0.1896245117868894 0.516558503311 v3455(-2, 3) c Z/2 +5.8480394643899450 Z/104 0.0225149495486016 0.306598201548 v3178(-3, 4) c Z/2 +5.8484751701750498 Z/301 -0.1177109195798837 0.303463964736 v3177( 4, 3) c Z/2 +5.8487436346843087 Z/40 -0.0720090569438946 0.339801962208 v3243(-3, 2) c D2 +5.8487436346843087 Z/3 + Z/24 0.0720090569438946 0.339801962208 v3247( 3, 2) c D2 +5.8488786839410564 Z/2 + Z/40 -0.1471630329631613 0.349198508264 v3264( 4, 3) c Z/2 +5.8490809990318887 Z/28 -0.0448421250385600 0.316145467722 v3184(-5, 2) c D2 +5.8492969263035398 Z/50 0.1010517711310236 0.380848026889 v3331(-1, 4) c Z/2 +5.8494982114389634 Z/5 + Z/10 -0.1447165555261414 0.349709913525 v3261( 2, 3) c D2 +5.8495366667827989 Z/47 0.0953604107034305 0.401033579932 v3335( 5, 1) c Z/2 +5.8496572746926082 Z/2 + Z/18 -0.1218523631477242 0.313514877204 v3226(-5, 2) c Z/2 +5.8499722324370037 Z/46 -0.1316555415904783 0.340004324911 v3264( 1, 4) c Z/2 +5.8502137117316099 Z/163 0.0234200915232690 0.455421365444 v3416( 3, 2) c Z/2 +5.8508614789955434 Z/11 -0.1977949748896452 0.323744687628 v3200(-6, 1) c D2 +5.8509962830653245 Z/71 -0.1163443148895229 0.422861589950 v3372( 2, 3) c trivial +5.8512222304323438 Z/54 0.0719907139739506 0.527626378949 v3473( 4, 1) c Z/2 +5.8512452496141850 Z/17 0.0735862704260409 0.349283307902 v3268( 2, 3) c Z/2 +5.8516767189185480 Z/5 + Z/10 0.0360944598576562 0.355247434054 v3280(-4, 3) c Z/2 +5.8518766220143456 Z/126 -0.0459074782158584 0.367978090022 v3285(-1, 4) c Z/2 +5.8523582919201937 Z/4 + Z/4 -0.2041175812960550 0.331508564469 v3272( 4, 3) c Z/2 +5.8523582919201937 Z/4 + Z/16 -0.2041175812960550 0.331508564469 v3273( 5, 1) c Z/2 +5.8523950458141856 Z/76 -0.1746755576778198 0.463800784893 v3434( 4, 1) c Z/2 +5.8524574401624645 Z/2 + Z -0.1697039342104155 0.455182066803 v3425(-3, 2) c Z/2 +5.8525232601990811 Z/111 -0.0894007089884231 0.326342117634 v3248( 2, 3) c Z/2 +5.8530968420590141 Z/15 0.2319396254220872 0.341220360738 v3245(-6, 1) c Z/2 +5.8532485074418698 Z/58 -0.1014646371120051 0.518081674632 v3454(-4, 1) c Z/2 +5.8532485074418698 Z/5 + Z/10 0.1902020295546616 0.518081674632 v3453(-4, 1) c D2 +5.8533425983497005 Z/35 0.1882373045926409 0.643577389570 v3523(-1, 3) c Z/2 +5.8534105222051875 Z/25 -0.2209205796825882 0.523270112380 v3473( 1, 3) c Z/2 +5.8534154610453427 Z/2 + Z/40 -0.0103219028292867 0.363467803057 v3297( 5, 1) c Z/2 +5.8534344548538004 Z/61 -0.0296385487401178 0.590596977094 v3535(-3, 1) c Z/2 +5.8534820249831734 Z/90 -0.1070614838422496 0.331828860892 v3238(-3, 4) c trivial +5.8534895409605199 Z/118 -0.0001934243561520 0.389067028683 v3340(-2, 3) c Z/2 +5.8536933892452247 Z/58 0.1812944571875947 0.341469406506 v3268( 3, 2) c Z/2 +5.8538108336125186 Z/182 -0.1632556840468075 0.335443004730 v3259(-5, 2) c Z/2 +5.8540650890840074 Z/86 0.2287722071024948 0.461554303554 v3441( 1, 3) c Z/2 +5.8542945906021105 Z/149 0.2425221264570266 0.321153591292 v3201( 5, 2) c Z/2 +5.8544629124036114 Z/2 -0.0973332382988535 0.311286699334 v3187(-1, 3) c Z/2 +5.8544840314087771 Z/59 0.2198652716081997 0.516912959377 v3471( 3, 1) c Z/2 +5.8546752767534753 Z/20 -0.1021702700402649 0.324785650225 v3246( 1, 4) c D2 +5.8546752767534753 Z/52 -0.1021702700402649 0.324785650225 v3244( 1, 4) c D2 +5.8549107506219892 Z/124 0.0960815072906493 0.323836019274 v3234(-2, 3) c Z/2 +5.8549466349184757 Z/101 0.2378029448290252 0.512538575519 v3466( 1, 3) c Z/2 +5.8551065797089551 Z/48 -0.2424674653885513 0.688664681188 v3543(-1, 3) c Z/2 +5.8553545393275441 Z/2 + Z/94 0.1975441798024580 0.315403659245 v3231( 1, 4) c Z/2 +5.8554097302916391 Z/127 -0.1758289448268545 0.327153690024 v3249(-4, 3) c Z/2 +5.8556589236473894 Z/12 0.0138957987154877 0.329940568974 v3221(-1, 3) c Z/2 +5.8556589236473894 Z/108 -0.0138957987154877 0.329940568974 v3228( 1, 3) c Z/2 +5.8557753354072438 Z/73 -0.2049269958692065 0.541769532604 v3484(-1, 3) c Z/2 +5.8559745938209337 Z/47 0.1549474083329526 0.394357456457 v3349(-4, 1) c Z/2 +5.8561321779807721 Z/12 -0.0673663850340321 0.329561062085 v3219( 1, 3) c Z/2 +5.8562648720292950 Z/88 0.1691978840094896 0.572049010390 v3508(-3, 2) c D2 +5.8562648720292950 Z/3 + Z/24 0.1691978840094896 0.572049010390 v3511(-3, 2) c D2 +5.8565348079101655 Z/2 + Z/28 0.1892562959551940 0.513370081835 v3465( 4, 1) c Z/2 +5.8565510119823922 Z/80 0.0079488077323171 0.349271896220 v3273(-2, 3) c Z/2 +5.8566498316591753 Z/45 -0.1351343630984412 0.504392265752 v3443( 4, 1) c Z/2 +5.8568965853798033 Z/2 + Z/26 -0.0319657945036730 0.477872705572 v3444( 4, 1) c Z/2 +5.8570753776286175 Z/72 0.0087536985783269 0.468272866849 v3427( 2, 3) c D2 +5.8570753776286175 Z/2 + Z/18 0.0087536985783269 0.347034128998 v3286(-3, 4) c D2 +5.8571564891639890 Z/28 -0.1155154813397063 0.372293856173 v3328(-5, 1) c Z/2 +5.8573155358457658 Z/21 -0.0361495010913250 0.408508153442 v3344(-1, 4) c Z/2 +5.8576140300804210 Z/33 0.2213660318258456 0.385239318309 v3308(-5, 2) c Z/2 +5.8578073680538705 Z/81 -0.0879672577586761 0.506760337144 v3467( 1, 3) c Z/2 +5.8579117614882599 Z/2 + Z/26 -0.1092313593530236 0.320410230434 v3216(-1, 3) c D2 +5.8581339329378919 Z/3 + Z/39 0.1045901255670658 0.307961491996 v3215( 5, 2) c D4 +5.8581732183990245 Z/67 0.0199542137893192 0.414791185101 v3340( 1, 3) c Z/2 +5.8582023201508198 Z/47 -0.1896154710614478 0.451476712536 v3372( 4, 1) c trivial +5.8582538706579024 Z/24 -0.0249737256071933 0.310134426684 v3210( 1, 4) c D2 +5.8582538706579024 Z/136 -0.0249737256071933 0.310134426684 v3207( 1, 4) c D2 +5.8582538706579024 Z/12 0.1083070589405266 0.310134426684 v3213(-1, 4) c D2 +5.8582538706579024 Z/2 + Z/2 0.1499737256071933 0.310134426684 v3217(-1, 4) c D2 +5.8584840781125827 Z/7 -0.2311294589804606 0.306845839267 v3184( 8, 1) c D2 +5.8585951377423870 Z/2 + Z/48 0.1056910702865262 0.391921349661 v3331(-4, 3) c Z/2 +5.8593545986368319 Z/422 -0.0591809021807831 0.314855822659 v3204(-4, 3) c Z/2 +5.8597058922146055 Z/83 0.2443540499873869 0.343201000661 v3277(-5, 2) c Z/2 +5.8598728516026894 Z/87 -0.1655081399484974 0.408485912468 v3358(-2, 3) c Z/2 +5.8599958979822800 Z/12 -0.1015066536585893 0.327256915825 v3251( 5, 2) c Z/2 +5.8603360646854749 Z/117 0.2463757134465040 0.307489262890 v3229( 1, 4) c Z/2 +5.8605118590391824 Z/39 -0.0160624562446193 0.303102933011 v3189( 1, 4) c Z/2 +5.8611308967290179 Z/109 -0.1135501737130433 0.336669632080 v3270( 2, 3) c Z/2 +5.8611698474268620 Z/129 0.2237132832548182 0.338621100033 v3285(-4, 1) c Z/2 +5.8612418783166389 Z/16 -0.2179362499514524 0.552058621294 v3493( 2, 3) c D2 +5.8612418783166389 Z/368 -0.2179362499514524 0.358536725614 v3301( 4, 3) c D2 +5.8612418783166389 Z/2 + Z/46 0.2179362499514524 0.358536725614 v3298(-4, 1) c Z/2 +5.8612418783166389 Z/2 + Z/46 -0.2179362499514524 0.552058621294 v3491( 2, 3) c D2 +5.8619833959150739 Z/124 -0.1636682190862376 0.441399136247 v3416( 4, 1) c Z/2 +5.8624445101871501 Z/98 0.2302361769699283 0.406618502026 v3345( 2, 3) c Z/2 +5.8625816590157936 Z/151 -0.1104290904652112 0.450162813769 v3416(-1, 3) c Z/2 +5.8631874103366914 Z/10 0.2060781807524196 0.318152466676 v3233( 4, 1) c Z/2 +5.8632163057766359 Z/2 + Z/50 -0.1877351158885061 0.510873720965 v3463(-4, 1) c Z/2 +5.8637798197311094 Z/67 0.0501101423426834 0.515941534686 v3466(-1, 3) c Z/2 +5.8638541573873988 Z/42 -0.1562959346844239 0.560527985642 v3498( 3, 2) c Z/2 +5.8639171047286378 Z/2 + Z/26 -0.1504580174844014 0.348211925193 v3312( 4, 1) c Z/2 +5.8639658035029659 Z/86 -0.1651133430855037 0.394805326677 v3331(-3, 4) c Z/2 +5.8642568096885981 Z/16 0.0498686035748944 0.318126812499 v3273( 4, 3) c Z/2 +5.8642914424813181 Z/129 0.2321497427702118 0.381219858519 v3329( 1, 3) c Z/2 +5.8643301794534137 Z/195 -0.1836815506172606 0.362239825880 v3307(-3, 4) c D2 +5.8644246214159516 Z/2 0.2043821575177242 0.599745102729 v3505(-5, 1) c D2 +5.8644524617507014 Z/32 0.2451699433183068 0.495490263528 v3458(-1, 3) c Z/2 +5.8647773263044591 Z/101 0.1810477731678540 0.302793113701 v3202(-1, 4) c Z/2 +5.8649080984885352 Z/295 -0.0685278762171565 0.338034899902 v3271(-3, 4) c Z/2 +5.8652680256815459 Z/100 -0.1813873089750727 0.326202437752 v3257(-2, 3) c Z/2 +5.8652941479174094 Z/10 -0.2368935524433549 0.322857649676 v3261( 6, 1) c D2 +5.8653238651256424 Z/99 0.1423743094745961 0.413308742838 v3350(-1, 4) c Z/2 +5.8654474424396751 Z/7 -0.0419039165125070 0.460216188257 v3409( 3, 2) c Z/2 +5.8657435627615618 Z/165 -0.0550302939873154 0.346751933216 v3262( 1, 4) c D2 +5.8658392813673286 Z/313 0.1128335815032204 0.304873480474 v3194( 2, 3) c Z/2 +5.8661675449889960 Z/2 + Z/10 0.0713397479647250 0.595709942542 v3504(-4, 1) c Z/2 +5.8662803120707537 Z/3 0.2235684066469643 0.704624584613 v3536( 1, 2) c D3 +5.8664453493362448 Z/2 + Z/2 + Z/14 0.0536379880544654 0.310989462556 v3216(-2, 3) c D2 +5.8664453493362448 Z/6 + Z -0.0713620119455346 0.310989462556 v3209( 6, 1) c D2 +5.8664453493362448 Z/2 + Z/2 + Z/14 -0.0713620119455346 0.310989462556 v3208( 6, 1) c D2 +5.8664453493362448 Z/2 + Z/34 0.0953046547211321 0.310989462556 v3212( 6, 1) c D2 +5.8664711525133096 Z/109 -0.2370779040940023 0.315436181621 v3202(-5, 2) c Z/2 +5.8667366043459232 Z/134 -0.1897587900776763 0.330642574083 v3267(-1, 4) c Z/2 +5.8670471464461479 Z/60 -0.1682423249167453 0.316056371421 v3359(-4, 1) c Z/2 +5.8676850535940324 Z/247 0.2187617070768725 0.302407870713 v3194( 3, 2) c Z/2 +5.8677456931667722 Z/73 0.0425057413814710 0.328034915666 v3274(-5, 2) c Z/2 +5.8681221501275721 Z/423 0.0561634705300230 0.334900748975 v3270(-3, 4) c Z/2 +5.8688181593698014 trivial 0.1151269348328132 0.322127226947 v3252( 2, 3) c Z/2 +5.8689514686378826 Z/37 0.1933978855473468 0.310528541455 v3234(-5, 1) c Z/2 +5.8690638500884307 Z/4 + Z/56 0.0126486714923459 0.325095985587 v3255( 3, 4) c Z/2 +5.8690813372202693 Z/30 -0.0877797685442624 0.475957955319 v3453( 4, 1) c D2 +5.8690813372202693 Z/54 0.1205535647890709 0.475957955319 v3454( 4, 1) c Z/2 +5.8694188342090935 Z/36 -0.0003082005616070 0.559347013634 v3494(-4, 1) c Z/2 +5.8694188342090935 Z/68 0.0003082005616070 0.559347013634 v3495( 4, 1) c Z/2 +5.8696425665982852 Z/79 -0.1827388931666340 0.469008670815 v3439( 4, 1) c Z/2 +5.8699094942699704 Z/93 0.0492823929313584 0.333486738793 v3275(-2, 3) c Z/2 +5.8701119097656091 Z/2 + Z/26 -0.1614063244600668 0.321082607390 v3342(-4, 1) c Z/2 +5.8702576180018022 Z/20 0.0398831776332311 0.503748086203 v3462(-3, 2) c Z/2 +5.8702951360187105 Z/86 0.1135022376338178 0.525060429163 v3464(-4, 1) c Z/2 +5.8705583496886402 Z/10 -0.1473308662212639 0.365298905251 v3308( 1, 3) c Z/2 +5.8705608481474406 Z/3 + Z/30 -0.1165851135724192 0.481517055753 v3445(-4, 1) c Z/2 +5.8706005649610186 Z/119 -0.0207180291034903 0.337089117893 v3284(-3, 4) c Z/2 +5.8709308505678530 Z/11 -0.1038826503508346 0.457686389081 v3474( 4, 1) c Z/2 +5.8709576862372638 Z/3 + Z/12 -0.0836505522292914 0.366618718824 v3304(-5, 1) c D2 +5.8709576862372638 Z/3 + Z/12 -0.0836505522292914 0.368116219608 v3305(-1, 3) c D2 +5.8710010080892451 Z/397 0.1637939413497689 0.302943421610 v3204(-3, 4) c Z/2 +5.8710040722921804 Z/2 + Z/70 -0.0339740509070535 0.439328944677 v3390(-1, 3) c Z/2 +5.8713360960000838 Z/5 + Z/5 -0.2250915409746643 0.300057632096 v3188(-5, 1) c Z/2 +5.8715439413468143 Z/19 -0.0819121160033762 0.336785784051 v3284( 3, 2) c Z/2 +5.8715875640237887 Z/4 + Z/4 -0.0977397129168285 0.501977303698 v3458(-2, 3) c Z/2 +5.8718537434723324 Z/132 0.1610127444709165 0.327389399893 v3265(-3, 4) c Z/2 +5.8719554844277114 Z/47 0.2483479675851656 0.406836973806 v3361( 3, 2) c Z/2 +5.8721734732029230 Z/91 0.0032655682046029 0.460925163492 v3392( 1, 3) c Z/2 +5.8724982497981710 Z/69 0.2444292740395649 0.349428380029 v3299(-5, 1) c Z/2 +5.8725627413789754 Z/120 -0.1585396323385529 0.465611150195 v3439(-1, 3) c Z/2 +5.8728944740074176 Z/185 0.0736553089443315 0.475125005830 v3416( 1, 3) c Z/2 +5.8736895010132767 Z/2 0.2135150987739263 0.349453074130 v3297(-2, 3) c Z/2 +5.8738606348109390 Z/14 -0.0417912843828804 0.423898661259 v3390( 4, 1) c Z/2 +5.8742298975209726 Z/10 -0.0703708289689805 0.530053170809 v3476( 4, 1) c Z/2 +5.8743251440092001 Z/18 0.0892142084439417 0.303075039348 v3226(-7, 1) c Z/2 +5.8745143870066314 Z/8 0.1228374649237633 0.519216233647 v3473( 2, 3) c D2 +5.8745143870066314 Z/3 + Z/24 0.1228374649237633 0.572449380562 v3511( 3, 1) c D2 +5.8746160040989829 Z/85 -0.1124418105635935 0.460749891757 v3417(-3, 1) c Z/2 +5.8746461645786477 Z/3 0.1016328326563055 0.471218630745 v3423(-5, 1) c Z/2 +5.8749130049403645 Z/121 -0.1690896796744498 0.319458361417 v3257( 1, 3) c Z/2 +5.8749455389616914 Z/20 0.0087584897028014 0.347763577113 v3300( 4, 1) c Z/2 +5.8754909996360573 Z/113 -0.1470257130426393 0.355565282369 v3314( 4, 1) c Z/2 +5.8757656356500181 Z/12 0.1766724856530172 0.312646721616 v3221(-2, 3) c Z/2 +5.8757656356500181 Z/108 -0.1766724856530172 0.312646721616 v3228( 2, 3) c Z/2 +5.8758156699493921 Z/34 0.1424335649454961 0.335060426932 v3275(-5, 1) c Z/2 +5.8758307397578011 Z/10 0.0925876085498531 0.316455295595 v3240(-5, 2) c Z/2 +5.8758565475268909 Z/2 + Z/2 0.2416378796662549 0.443714198384 v3428( 6, 1) c Z/2 +5.8758947670307001 Z/3 + Z/18 -0.1158721264259589 0.381761841906 v3337( 4, 1) c Z/2 +5.8759180826676245 Z/3 + Z/33 0.0291226265959896 0.441503843500 v3431( 3, 2) c Z/2 + Z/2 + Z/2 +5.8759180826676246 Z/2 + Z/2 + Z/14 -0.0707892932626563 0.303353142889 v3217(-5, 1) c D2 +5.8759180826676246 Z/2 + Z/30 -0.1124559599293230 0.303353142889 v3213(-5, 1) c D2 +5.8759180826676246 Z/2 + Z/18 -0.1375440400706770 0.303353142889 v3212( 4, 3) c D2 +5.8759180826676246 Z/4 + Z 0.1957892932626563 0.303353142889 v3209( 4, 3) c D2 +5.8759180826676246 Z/4 + Z/8 0.1957892932626563 0.303353142889 v3210( 5, 1) c D2 +5.8759180826676246 Z/3 + Z/63 0.1957892932626563 0.441503843500 v3387(-2, 3) c Z/2 + Z/2 + Z/2 +5.8759180826676246 Z/4 + Z/56 0.1957892932626563 0.303353142889 v3207( 5, 1) c D2 +5.8759180826676246 Z/2 + Z/2 + Z/28 0.1957892932626563 0.303353142889 v3208( 4, 3) c D2 +5.8760269622887774 Z -0.1119901800940004 0.361073257048 v3318( 4, 1) c Z/2 +5.8760269622887774 Z/2 + Z/34 -0.1119901800940004 0.361073257048 v3318(-1, 4) c Z/2 +5.8760717040017103 Z/84 -0.2299237205988421 0.303880929176 v3191( 4, 3) c Z/2 +5.8761283618713014 trivial 0.0169469955037282 0.462560775496 v3433(-2, 3) c Z/2 +5.8767031833129197 Z/139 -0.0785527837304684 0.341618074068 v3279(-3, 2) c Z/2 +5.8772625696552856 Z/153 -0.0274296210463319 0.399385530117 v3339( 2, 3) c Z/2 +5.8773730255078673 Z/21 0.0103897455592635 0.448965214816 v3387( 4, 1) c D2 +5.8774421449983202 Z/314 -0.1787182281455253 0.305030805998 v3237( 4, 1) c Z/2 +5.8774578855324211 Z/48 -0.0664670752226556 0.446465431522 v3420( 4, 1) c Z/2 +5.8774674616175301 Z/51 -0.1892182440414496 0.337238488505 v3284( 2, 3) c Z/2 +5.8775571435973748 Z/3 -0.2045871417379660 0.313594046674 v3232(-2, 3) c Z/2 +5.8777831192683741 Z/9 0.2390858717312023 0.417451809136 v3381(-6, 1) c Z/2 +5.8778697010961303 Z/12 -0.2301799310798923 0.311047042455 v3219( 2, 3) c Z/2 +5.8782079373122573 Z/4 -0.0869782937827613 0.318115049217 v3257(-6, 1) c Z/2 +5.8783492134999487 Z/58 -0.0853446198553141 0.319190685302 v3263( 6, 1) c Z/2 +5.8790499177358902 Z/33 0.0810968043174481 0.478504038774 v3448(-1, 3) c Z/2 +5.8793053510771319 Z/23 -0.0848728539931603 0.381212688367 v3349(-1, 4) c Z/2 +5.8793354300894347 Z/9 -0.1902009167964943 0.593401428910 v3505( 6, 1) c D2 +5.8794161914704472 Z/8 -0.0458333286184544 0.307421177938 v3210( 4, 3) c D2 +5.8794161914704472 Z/232 -0.0458333286184544 0.307421177938 v3207( 4, 3) c D2 +5.8794161914704472 Z/48 0.1291666619517877 0.307421177938 v3213(-4, 3) c D2 +5.8794161914704472 Z/2 + Z/18 0.1708333286184544 0.307421177938 v3217(-4, 3) c D2 +5.8795033748941280 Z/113 -0.0205126125297735 0.426035501967 v3362( 1, 3) c Z/2 +5.8795464505493474 Z/2 + Z/58 0.0561436198151081 0.357475092256 v3324( 2, 3) c Z/2 +5.8804233305258609 Z/71 0.2427952571327426 0.441458876211 v3481( 4, 1) c Z/2 +5.8806563714873766 Z/30 0.2497398442393755 0.302895301926 v3263(-5, 1) c Z/2 +5.8808296119942215 Z/56 0.0017708796650395 0.396876960319 v3352(-3, 2) c Z/2 +5.8811121815096513 Z/27 0.0510408885833542 0.395183747048 v3348(-3, 2) c D2 +5.8813976363474914 Z/200 0.0801696864506171 0.328852570810 v3280( 2, 3) c Z/2 +5.8815955266082097 Z/2 -0.1255577797173776 0.489489543012 v3464( 3, 1) c Z/2 +5.8819306921155744 Z/2 + Z/6 -0.0394427662364795 0.375251549048 v3333( 5, 2) c Z/2 +5.8821450962285041 Z/115 -0.1857850101779298 0.310921787621 v3239( 4, 1) c Z/2 +5.8823007630861042 Z/5 -0.0948953723523795 0.461192844922 v3422(-1, 3) c Z/2 +5.8823217255746250 Z/13 0.1020496550490051 0.329580335620 v3252(-1, 3) c Z/2 +5.8828590925177725 Z/112 -0.2112356933361001 0.300054186398 v3232( 5, 2) c Z/2 +5.8828652258912164 Z/24 -0.1597613585613971 0.522492917912 v3480(-3, 2) c Z/2 +5.8828723766159183 Z/37 -0.1161004568002434 0.339645491947 v3276(-3, 2) c Z/2 +5.8833588993066816 Z/2 + Z/18 -0.0179304101486702 0.455433963882 v3427(-1, 3) c D2 +5.8838094936198465 Z/142 0.0824951672153112 0.379510452630 v3339( 3, 2) c Z/2 +5.8840402268879453 Z/2 + Z/24 -0.0346418340215101 0.309751219247 v3247( 2, 3) c D2 +5.8840402268879453 Z/2 + Z/40 0.0346418340215101 0.309751219247 v3243(-2, 3) c D2 +5.8846473460817096 Z/79 0.2219182466427784 0.304140130510 v3229(-3, 4) c Z/2 +5.8848538739104463 Z/2 + Z/8 0.0180329328441606 0.451249439076 v3412( 7, 1) c D2 +5.8848538739104463 Z/2 + Z/40 -0.0180329328441606 0.451249439076 v3411(-3, 2) c D2 +5.8849347284551940 Z/61 -0.1179597591527642 0.305492778748 v3232(-4, 1) c Z/2 +5.8850062831207760 Z/2 + Z/8 0.1266925844621872 0.335801074366 v3293( 5, 2) c Z/2 +5.8850803638875693 Z/2 + Z/10 0.1406239326999962 0.488144501740 v3453( 1, 3) c D2 +5.8850803638875693 Z/2 + Z/4 -0.1510427339666705 0.488144501740 v3454( 1, 3) c Z/2 +5.8853240142038451 trivial -0.0698750797526826 0.310701485902 v3251(-2, 3) c Z/2 +5.8854778763856156 Z/3 0.0136534050985956 0.449667785922 v3420(-3, 2) c Z/2 +5.8857654179567988 Z/2 + Z/22 0.1547679658666711 0.303772525586 v3216(-7, 1) c D2 +5.8858910183184984 Z/147 0.2311521527151122 0.348605336659 v3302( 3, 4) c Z/2 +5.8860931966840601 Z/116 -0.0966377523615120 0.365875366447 v3339(-1, 4) c Z/2 +5.8867326458711454 Z/2 + Z/10 0.0067639908787241 0.610365055895 v3525( 3, 1) c Z/2 +5.8868627713436580 Z/169 -0.0622198488891308 0.343599102839 v3289(-5, 2) c Z/2 +5.8871117685132147 Z/8 -0.0920922075461126 0.433064303159 v3428(-1, 2) c Z/2 +5.8872438898456375 Z/75 -0.2083377353114701 0.321771028968 v3280(-5, 1) c Z/2 +5.8874199871050730 Z/42 -0.1531225200099092 0.413958077182 v3399(-3, 2) c D2 +5.8877362300078432 Z/156 0.0841237351592880 0.408845415378 v3387(-3, 2) c D2 +5.8877537389674751 Z/3 + Z/18 0.0931521945580671 0.349029720549 v3305( 1, 3) c D2 +5.8878452290642537 Z/243 -0.0850764626080417 0.305577867158 v3237(-5, 2) c Z/2 +5.8882129733533925 Z/168 0.0377709184173787 0.431534412947 v3431(-2, 3) c Z/2 + Z/2 + Z/2 +5.8882129733533925 Z/4 + Z -0.1211042517507120 0.318742182891 v3244( 4, 3) c D2 +5.8882129733533925 Z/8 + Z 0.1211042517507120 0.318742182891 v3243(-4, 1) c D2 +5.8882129733533925 Z/4 + Z/20 -0.1211042517507120 0.318742182891 v3246( 4, 3) c D2 +5.8882129733533925 Z/4 + Z/24 -0.1211042517507120 0.318742182891 v3247( 4, 1) c D2 +5.8882129733533925 Z/12 0.2122290815826213 0.431534412947 v3377( 2, 3) c D2 +5.8882129733533925 Z/44 0.2122290815826213 0.431534412947 v3378( 2, 3) c D2 +5.8882637779443871 Z/5 -0.1421340641109197 0.318974533058 v3249( 2, 3) c Z/2 +5.8887753914810685 Z/37 -0.1973114610595765 0.589767624622 v3522(-3, 2) c trivial +5.8888690167662971 Z/5 + Z/5 0.1907967954506277 0.330532304761 v3266( 3, 4) c D2 +5.8889759941905829 Z/236 0.0286993442422580 0.328491407238 v3279(-2, 3) c Z/2 +5.8891106012150216 Z/6 -0.1159607313100440 0.652599670030 v3536(-4, 1) c Z/2 +5.8891145740135120 Z/19 -0.0159414640155313 0.398468909295 v3356( 5, 1) c D2 +5.8893207229403951 Z/2 + Z/14 -0.0003417707793794 0.479418305646 v3457( 1, 3) c D2 +5.8894731658118364 Z/60 -0.0853392390258165 0.314932733690 v3266( 4, 3) c D2 +5.8900604776890770 Z/71 -0.1730453169056129 0.370504698182 v3325( 4, 3) c Z/2 +5.8902058308370241 Z/10 -0.2372990143654453 0.446234596926 v3503(-4, 1) c Z/2 +5.8905098331373331 Z/230 0.0927366847587975 0.305996158092 v3239( 1, 4) c Z/2 +5.8905830217991588 Z/73 -0.0866003149819975 0.340188058515 v3289( 2, 3) c Z/2 +5.8906165580173690 Z/48 -0.0113864757495629 0.319516873494 v3273( 5, 2) c Z/2 +5.8906398877917078 Z/173 0.0249997860823759 0.336500596378 v3299( 2, 3) c Z/2 +5.8906822005499179 Z/122 0.1501729236949143 0.455396265625 v3404(-1, 3) c Z/2 +5.8907441173457883 Z/2 + Z/164 -0.0980920885103417 0.314198802873 v3265( 4, 1) c Z/2 +5.8912217953768659 Z/35 0.1856667819098112 0.309099309407 v3258( 5, 2) c D2 +5.8916312819481667 Z/4 + Z/72 -0.0123481034070969 0.319261151622 v3255(-1, 4) c Z/2 +5.8916426371757821 Z/75 0.0481328947408353 0.421709431628 v3362(-5, 1) c Z/2 +5.8928514033302931 Z/2 + Z/36 -0.0294618795463057 0.506787121105 v3465(-4, 1) c Z/2 +5.8929022276546545 Z/3 + Z/36 0.0329369470758287 0.458281041964 v3427(-3, 2) c D2 +5.8942912701889132 Z/9 0.0815994902523660 0.406736032295 v3372(-4, 1) c trivial +5.8944808391103194 Z/6 -0.1784642832323927 0.566947242638 v3517( 1, 3) c D2 +5.8945144721440461 Z/45 -0.1542054486038767 0.328626633173 v3288( 1, 4) c Z/2 +5.8947767312697066 Z/127 -0.1988856337163394 0.320475423294 v3270( 4, 1) c Z/2 +5.8950504267197430 Z/3 + Z/27 0.0354251183739463 0.388740066064 v3399(-4, 1) c Z/2 +5.8950673333372986 Z/7 0.0638032698221172 0.448511531692 v3422(-2, 3) c Z/2 +5.8957880877176660 Z/3 + Z/15 -0.0294134339270802 0.518573536822 v3498(-4, 1) c Z/2 +5.8958180568895730 Z/157 0.0186063407380835 0.319607096629 v3275( 5, 2) c Z/2 +5.8958927632951490 Z/13 0.0472425955390384 0.364981752124 v3320(-1, 3) c Z/2 +5.8962926852484694 Z/5 0.2105308219791290 0.396731107506 v3365(-2, 3) c Z/2 +5.8963649051389977 Z/9 -0.1858724278945769 0.443296968261 v3415( 1, 3) c Z/2 +5.8965529466330815 Z/38 -0.2239401346586255 0.461737481790 v3444(-5, 1) c Z/2 +5.8968351361990298 Z/74 -0.1375459236175677 0.401201366215 v3361(-5, 1) c Z/2 +5.8971417168912250 Z/355 0.2462037178994591 0.325462496648 v3282(-2, 3) c Z/2 +5.8973493195463475 Z/195 0.1835966584551357 0.308768397700 v3262(-1, 4) c D2 +5.8980063979834488 Z/132 -0.2351359709758995 0.303541937304 v3255(-4, 1) c Z/2 +5.8981029625790290 Z/2 + Z/38 0.2330681564913996 0.457730084463 v3438( 4, 1) c Z/2 +5.8986167767805089 Z/155 -0.2222805190626888 0.317469868973 v3300( 1, 4) c Z/2 +5.8986799540137178 Z/147 0.0333626874193493 0.334400507581 v3359( 5, 1) c Z/2 +5.8990031698947532 Z/5 -0.1261271873626898 0.563212266348 v3534( 3, 2) c Z/2 +5.8991536280175778 Z/68 0.1913269979129738 0.401812177205 v3352(-4, 1) c Z/2 +5.8991900216424953 Z/20 -0.1946562344613146 0.358587806887 v3328( 1, 3) c Z/2 +5.8992730570895008 Z/2 + Z/14 -0.2207463947433024 0.475999433368 v3504( 4, 1) c Z/2 +5.8998063718112444 Z/201 -0.1473974604842674 0.436895535446 v3434(-1, 3) c Z/2 +5.8998920962875013 Z/129 -0.1632153264026156 0.365807744583 v3373( 4, 1) c Z/2 +5.9009468757060398 trivial -0.0934685664665949 0.428982103716 v3423(-3, 2) c Z/2 +5.9009705244265532 Z/127 -0.2000825285114685 0.385610695351 v3362(-1, 3) c Z/2 +5.9011013150390165 Z/79 0.2301592188940809 0.372211225893 v3335(-5, 2) c Z/2 +5.9016640152541442 Z/370 0.1394461173772626 0.317907157527 v3282(-3, 2) c Z/2 +5.9020648422828224 Z/65 0.2281825614960953 0.332681033033 v3348( 1, 4) c Z/2 +5.9026890523065391 Z/7 -0.1659481767729171 0.432819927013 v3422( 4, 1) c Z/2 +5.9028274308654247 trivial -0.0778710739747358 0.353073838512 v3310( 8, 1) c D2 +5.9029250638511826 Z/13 -0.1172389260506446 0.408519534238 v3398(-3, 2) c trivial +5.9031739031161202 Z/11 0.1378534474717408 0.443315364706 v3422(-5, 1) c Z/2 +5.9032351347584688 Z/53 -0.0788934643378871 0.386775853188 v3349(-4, 3) c Z/2 +5.9033839666624500 Z/102 -0.1834973783996316 0.304703328070 v3259( 2, 3) c Z/2 +5.9035983975245617 Z/11 -0.0391149065499858 0.306199234757 v3251( 4, 3) c Z/2 +5.9037135128037590 Z/228 -0.1889352119745270 0.310823352859 v3256(-4, 1) c Z/2 +5.9038586101513568 Z/2 + Z/2 + Z/2 0.1213196605674381 0.475624947810 v3526( 4, 1) c Z/2 +5.9042418285042432 Z/27 0.0848555059769502 0.318421376633 v3288(-1, 4) c Z/2 +5.9044150500923641 Z/153 0.1087932889002339 0.323892391903 v3291(-4, 1) c Z/2 +5.9044249707135058 Z/48 0.2340398702550396 0.556268826131 v3493( 4, 1) c D2 +5.9044249707135058 Z/2 + Z/22 0.2340398702550396 0.556268826131 v3491( 4, 1) c D2 +5.9057654366694244 Z/18 -0.2047706120491316 0.374381958039 v3487( 4, 1) c Z/2 +5.9061774408765028 Z/38 -0.0967575453881498 0.338149440014 v3302(-2, 3) c D2 +5.9062457850367621 Z/60 -0.2109698407290479 0.521661794140 v3495(-4, 1) c Z/2 +5.9062457850367621 Z/92 0.2109698407290479 0.521661794140 v3494( 4, 1) c Z/2 +5.9062994411651173 Z/3 + Z/3 -0.0993580981508151 0.498379013934 v3486( 3, 2) c Z/2 +5.9063550457587812 Z/45 0.2316332324637014 0.406173089164 v3382(-5, 1) c Z/2 +5.9063868709911604 Z/2 0.1607623580840152 0.358495983356 v3325(-3, 2) c Z/2 +5.9072984197963220 Z/76 0.1003071428196586 0.355297489601 v3325( 3, 4) c Z/2 +5.9080469144853040 Z/26 0.1895197129618719 0.422519447805 v3425( 5, 1) c Z/2 +5.9082642772565785 Z/15 0.1591341014016186 0.423218948871 v3417(-1, 3) c Z/2 +5.9083217287299178 Z/2 + Z/30 -0.1933683508503802 0.334134219716 v3297(-5, 1) c Z/2 +5.9085071511712271 Z/330 0.1772099517036985 0.307853404455 v3271( 4, 1) c Z/2 +5.9088746148966090 Z/47 -0.0092480704216044 0.565206934298 v3519( 4, 1) c D2 +5.9088746148966089 Z/33 -0.1574185962450623 0.565206934298 v3520(-4, 1) c D2 +5.9089708607265870 Z/139 -0.0814202109160509 0.320261808050 v3278(-5, 2) c Z/2 +5.9090652079463842 Z/66 0.1076369810900596 0.464757636972 v3431(-4, 1) c D2 +5.9093601871556205 Z/17 -0.0944404015643896 0.404864535117 v3358( 1, 4) c Z/2 +5.9093793844239156 Z/5 0.1795304728456116 0.366111603844 v3347(-2, 3) c Z/2 +5.9095459002367065 Z/6 -0.1958034236579602 0.401852729072 v3394( 3, 2) c Z/2 +5.9096894791774513 Z/2 + Z/2 + Z/2 -0.2457151363428087 0.328380871063 v3293(-5, 1) c Z/2 +5.9101631516124751 Z/95 -0.1341309607909287 0.335670309362 v3314(-1, 4) c Z/2 +5.9104520798352379 Z/83 -0.0159622554584872 0.304473810844 v3276( 5, 2) c Z/2 +5.9104846833923978 Z/85 0.0036455506016992 0.472509617386 v3451( 3, 1) c Z/2 +5.9108657216655580 Z/187 -0.1237764369131204 0.315576138172 v3289(-4, 3) c Z/2 +5.9109217998269707 Z/23 -0.2308650723830414 0.357928148894 v3325(-2, 3) c D2 +5.9112009709819074 Z/175 0.0195790090320432 0.310955683786 v3280(-1, 4) c Z/2 +5.9116693386106214 Z/45 0.1496489356878610 0.382101156994 v3349(-3, 4) c Z/2 +5.9118733978773966 Z/81 0.1163330417325512 0.325885556751 v3301(-3, 2) c Z/2 +5.9120103910241621 Z/93 0.0328750975095257 0.362577567348 v3327( 1, 3) c Z/2 +5.9125257373703887 Z/43 -0.0344190750447356 0.315158961626 v3274(-1, 4) c Z/2 +5.9130256117884262 Z/28 0.1283541650014238 0.363173666961 v3328(-1, 3) c Z/2 +5.9133865085806155 Z/74 0.1290319783441971 0.304272420469 v3264( 3, 4) c Z/2 +5.9135186505688614 Z/194 0.2231653215843345 0.326304251892 v3301(-2, 3) c Z/2 +5.9143546205541882 Z/332 -0.0036436058688228 0.306614305732 v3265(-5, 2) c Z/2 +5.9149572496594266 Z/17 -0.2047479803622414 0.300711253294 v3278( 5, 1) c Z/2 +5.9151037726717873 Z/52 0.0004446082471186 0.315718685147 v3290( 4, 1) c Z/2 +5.9154279156240444 Z/25 0.0978677505102631 0.305185377554 v3280(-5, 2) c Z/2 +5.9155466251778748 Z/4 -0.0253296808882703 0.304281367581 v3258( 7, 1) c D2 +5.9155870985219297 Z/134 -0.2136467054743742 0.473319904634 v3465(-3, 2) c Z/2 +5.9155887507844682 Z/132 0.2271040958697499 0.310158248617 v3277( 2, 3) c Z/2 +5.9157015877160924 Z/18 0.1705486659352096 0.428603356021 v3443(-5, 1) c Z/2 +5.9167457351827887 Z/22 0.0098947161731845 0.490625803049 v3477( 4, 1) c Z/2 +5.9168830035533658 Z/3 + Z/9 0.0785600855398822 0.335585181637 v3305(-2, 3) c D2 +5.9169016067178309 Z/151 -0.0405436503171859 0.500218194341 v3471(-4, 1) c Z/2 +5.9170968570148247 Z/4 + Z/8 -0.0238366489456393 0.513224784003 v3490( 4, 1) c D2 +5.9170968570148247 Z/4 + Z/8 -0.0238366489456393 0.513224784003 v3492( 4, 1) c D2 +5.9170968570148247 Z/4 + Z/16 -0.0238366489456393 0.513224784003 v3493(-3, 1) c D2 +5.9170968570148247 Z/2 + Z/2 + Z/4 -0.0238366489456393 0.513224784003 v3491(-3, 1) c D2 +5.9175113652087482 Z/14 -0.2213351381411496 0.476958245593 v3463( 1, 3) c Z/2 +5.9175723490238857 Z/3 + Z/3 0.0794231676730373 0.435822429588 v3445( 5, 1) c Z/2 +5.9175938153561008 Z/27 -0.0176204820774669 0.392950516326 v3353(-6, 1) c Z/2 +5.9176680498369031 Z/24 -0.1298920377563118 0.555441178554 v3516( 4, 1) c D2 +5.9176680498369031 Z/24 0.1298920377563119 0.555441178554 v3517(-1, 3) c D2 +5.9178864439427006 Z/78 0.0961018389938445 0.300089459735 v3264( 5, 1) c Z/2 +5.9182108352552979 Z/69 -0.1763312311088218 0.310731378917 v3304(-2, 3) c D2 +5.9182294865042685 Z/108 -0.2458038771425386 0.468810251068 v3467( 2, 3) c Z/2 +5.9182640320862234 Z/68 0.1375331662426860 0.395820258559 v3378( 4, 1) c D2 +5.9182640320862234 Z/3 + Z/12 0.1375331662426860 0.395820258559 v3377( 4, 1) c D2 +5.9184347283147451 Z/2 + Z/46 -0.0263872452833250 0.352664606259 v3324( 4, 1) c Z/2 +5.9185570069134306 Z/2 + Z/6 0.0952401914904083 0.357609499410 v3338( 6, 1) c Z/2 +5.9185724150363199 Z/15 -0.0108090670067693 0.419432760060 v3400( 1, 3) c Z/2 +5.9187205044794233 Z/190 -0.0823144783271556 0.497421163263 v3465( 1, 3) c Z/2 +5.9187431444821424 Z/205 -0.0188509902323838 0.324219222660 v3295( 3, 2) c Z/2 +5.9187907519232179 Z/198 -0.0979080742144722 0.351946514199 v3321( 1, 4) c Z/2 +5.9192891743326833 Z/48 0.0696047439010490 0.301919150303 v3273( 1, 4) c Z/2 +5.9196824114088738 Z/3 -0.1473572184399343 0.405007622932 v3395( 6, 1) c Z/2 +5.9201058986757829 Z/18 -0.1946515135109878 0.385421366149 v3361( 1, 3) c Z/2 +5.9205491286347986 Z/11 0.2237436093751971 0.341203049109 v3320( 1, 3) c Z/2 +5.9207066804092654 Z/2 + Z/40 -0.2490345832545561 0.461591258065 v3463(-2, 3) c Z/2 +5.9207574211511774 Z/16 0.1934788267560629 0.407963153632 v3408(-5, 1) c Z/2 +5.9209032405309304 Z/119 0.0361996835907833 0.409631095736 v3409(-4, 1) c Z/2 +5.9209033036581460 Z/149 -0.0202707691125681 0.312878975334 v3283( 3, 2) c Z/2 +5.9210292016365388 Z/3 + Z/21 -0.0861532552229793 0.479562377251 v3512(-4, 1) c Z/2 +5.9215223087781268 Z/18 -0.0093699626947227 0.310858571883 v3276(-2, 3) c Z/2 +5.9220411137340851 Z/303 -0.2469511199089543 0.315261117588 v3290(-3, 4) c Z/2 +5.9223909537733884 Z/97 0.1459064920295753 0.374454269918 v3358( 4, 1) c Z/2 +5.9225241937755272 Z/2 + Z/16 0.2328333747663413 0.487839918549 v3480( 4, 1) c Z/2 +5.9227762417324783 Z/5 + Z/25 0.1546797278806495 0.419888780138 v3417( 4, 1) c Z/2 +5.9230627078641247 Z/56 0.0773612888650937 0.304507938460 v3276(-4, 1) c Z/2 +5.9236587585611550 Z/2 + Z/6 -0.0813737189273056 0.429387058015 v3412(-7, 1) c D2 +5.9238784237097655 Z/5 -0.1751515115485895 0.501229223822 v3477(-5, 1) c Z/2 +5.9242321341378504 Z/20 0.1499727311522510 0.361787380307 v3350(-4, 3) c Z/2 +5.9244744774847695 Z/7 -0.0196151707375668 0.430625889036 v3421( 1, 3) c Z/2 +5.9245102205013105 trivial 0.2051139254973473 0.306961086880 v3274(-3, 4) c Z/2 +5.9250260982422749 Z/20 -0.1395451195408895 0.304731014792 v3272(-5, 1) c Z/2 +5.9252680538053320 Z/33 -0.0917531544814434 0.608828801426 v3543(-2, 3) c Z/2 +5.9253779321307439 Z/5 + Z/20 -0.0310922504083613 0.524325541924 v3500(-3, 1) c Z/2 +5.9258701204555415 Z/17 -0.1538895270432486 0.426529854623 v3408( 6, 1) c Z/2 +5.9261039156817459 Z/70 0.1894345800201404 0.410357449589 v3390( 4, 3) c Z/2 +5.9262195896736462 Z/163 -0.0276475592522338 0.355652819038 v3344(-4, 3) c Z/2 +5.9262431606630295 Z/133 -0.2185020272566027 0.422588725478 v3410(-1, 3) c Z/2 +5.9264201755497665 Z/33 0.0122910829093907 0.535505709847 v3499(-4, 1) c Z/2 +5.9264506622569106 Z/6 0.0064661458114142 0.392382285456 v3395(-3, 2) c Z/2 +5.9265937287489791 Z/232 -0.1458908355250285 0.313112978009 v3291( 3, 4) c Z/2 +5.9266013550839601 Z/183 0.0811480819621747 0.304607985392 v3275( 4, 3) c Z/2 +5.9269807317267965 Z/24 -0.2326941508558780 0.301128871516 v3268( 1, 4) c Z/2 +5.9276387111591117 Z/2 + Z/42 -0.2455172920877542 0.422539512029 v3441(-4, 1) c Z/2 +5.9278729310897472 Z/63 -0.1540875981133391 0.411150769332 v3409( 2, 3) c Z/2 +5.9279091291036599 Z/5 + Z/10 0.1125637683932112 0.303018990050 v3261(-6, 1) c D2 +5.9287942433798967 Z/39 0.1328584733775738 0.414716674439 v3415(-1, 3) c Z/2 +5.9295255763311571 Z/18 -0.1634226864357193 0.326406457253 v3310(-9, 1) c D2 +5.9296597814168313 Z/87 -0.1218007682879353 0.300971516706 v3276( 5, 3) c Z/2 +5.9301666292854716 Z/60 -0.1262571612508668 0.513252504244 v3482( 4, 1) c Z/2 +5.9313137679422383 Z/302 0.2261338195935249 0.307374323321 v3287( 4, 3) c Z/2 +5.9314050851850616 Z/13 0.2242210216576210 0.300088995994 v3284( 4, 1) c Z/2 +5.9314170486330234 Z/141 -0.1265229855869517 0.309383619909 v3283( 2, 3) c Z/2 +5.9315967626703565 Z/3 + Z/18 -0.1299372592235619 0.394915738672 v3400(-3, 2) c Z/2 +5.9322601704589956 Z/3 + Z/3 -0.1699358151995286 0.509703700932 v3499(-3, 2) c Z/2 +5.9323044475101949 Z/283 -0.2233537097382003 0.315713897643 v3290( 1, 4) c Z/2 +5.9326852895123875 Z/141 -0.0321195245154390 0.307577616915 v3287( 5, 1) c Z/2 +5.9330269355636052 Z/2 + Z/12 0.1888469468520759 0.308636673306 v3293( 4, 3) c Z/2 +5.9334545951574225 Z/2 + Z/4 -0.1819620374663321 0.507060142989 v3494(-3, 2) c Z/2 +5.9334545951574225 Z/2 + Z/28 0.1819620374663321 0.507060142989 v3495( 3, 2) c Z/2 +5.9336536963767189 Z/2 + Z/20 0.0981008729874895 0.349191668648 v3374( 5, 1) c Z/2 +5.9340053145044862 Z/24 -0.1699318474684389 0.545989843065 v3511( 1, 3) c D2 +5.9340053145044862 Z/88 -0.1699318474684389 0.510917893160 v3484( 2, 3) c D2 +5.9343948304339859 Z/5 + Z/10 -0.1104982290691472 0.411203723388 v3417( 1, 4) c Z/2 +5.9344638838994725 Z/2 + Z/12 -0.0430999853883414 0.440539050088 v3452(-5, 1) c D2 +5.9344638838994725 Z/2 + Z/20 -0.0430999853883414 0.440539050088 v3453(-1, 3) c D2 +5.9344638838994725 Z/34 0.1235666812783253 0.475262743348 v3470( 1, 3) c D2 +5.9344638838994725 Z/2 + Z/10 0.1652333479449920 0.440539050088 v3454(-1, 3) c Z/2 +5.9344638838994725 Z/14 -0.2097666520550080 0.475262743348 v3469( 1, 3) c D2 +5.9345167145024758 Z/36 0.0939989777965884 0.314202393691 v3308( 5, 1) c Z/2 +5.9350129804331773 Z/24 -0.0829188798449132 0.498755209385 v3480( 3, 2) c Z/2 +5.9359837974847178 Z/89 0.1981963363541927 0.354160333786 v3344(-3, 4) c Z/2 +5.9361272241559941 Z/41 -0.1238181372833575 0.359633841708 v3350(-3, 4) c Z/2 +5.9365431354572240 Z/125 0.1784336505297018 0.333664972409 v3335(-1, 3) c Z/2 +5.9368276794876249 Z/3 + Z/30 0.2188067965961100 0.480539789553 v3483( 3, 2) c D2 +5.9370102514573107 Z/4 + Z/4 0.0456956475440093 0.347220960406 v3328( 6, 1) c Z/2 +5.9370102514573107 Z/96 -0.1290289808773426 0.347220960406 v3327( 2, 3) c Z/2 +5.9373046576736016 Z/44 -0.0115593711219761 0.302056743854 v3302(-4, 1) c Z/2 +5.9376063868206294 Z/2 + Z/12 0.1570521012777224 0.305508263080 v3293(-2, 3) c Z/2 +5.9377281895078121 Z/14 0.2094827458008410 0.333179576207 v3320(-2, 3) c Z/2 +5.9378638384498402 Z/90 -0.1089711545006060 0.341236418205 v3337(-1, 4) c Z/2 +5.9380924902444653 Z/2 + Z/24 -0.2071780175716537 0.544524189885 v3511(-2, 3) c D2 +5.9380924902444653 Z/2 + Z/56 -0.2071780175716537 0.544524189885 v3508(-2, 3) c D2 +5.9384643493867109 Z/7 -0.0055562759753313 0.607731869815 v3531( 4, 1) c Z/2 +5.9386510168795838 Z/36 -0.0393859361819409 0.408270446479 v3418(-3, 2) c Z/2 +5.9388905468052659 Z/17 0.0014261772752575 0.433200148262 v3442(-4, 1) c Z/2 +5.9393700269458656 Z/3 + Z/21 -0.0697623461149148 0.312158199906 v3305( 2, 3) c D2 +5.9398646766119766 Z/45 -0.1160332474393273 0.386584893002 v3382( 6, 1) c Z/2 +5.9403022386503427 Z/37 0.0661805300696799 0.430175468152 v3448( 4, 1) c Z/2 +5.9408926107878395 Z/8 0.1887401139704017 0.511304563702 v3492( 1, 3) c D2 +5.9408926107878395 Z/168 0.1887401139704017 0.511304563702 v3490( 1, 3) c D2 +5.9408926107878395 Z/2 + Z/42 0.1887401139704017 0.314680739902 v3298( 4, 3) c D2 +5.9410395934160287 Z/3 -0.0407346534051429 0.388250472363 v3394(-6, 1) c Z/2 +5.9410620184038219 Z/4 + Z/4 0.1428814869013215 0.325495590741 v3328( 2, 3) c Z/2 +5.9410620184038219 Z/48 -0.2262148202346549 0.325495590741 v3327( 6, 1) c Z/2 +5.9416036355934971 Z/25 0.1610904671361430 0.318277181202 v3308(-4, 3) c Z/2 +5.9416601988164235 Z/36 -0.0667957033777466 0.330867288133 v3335(-6, 1) c Z/2 +5.9419680146371696 Z/28 0.1219387323073764 0.537480502973 v3519(-3, 2) c D2 +5.9419680146371696 Z/44 0.2113946010259569 0.537480502973 v3520( 3, 2) c D2 +5.9424981655106916 Z/119 -0.0883957973698814 0.384755128771 v3358(-4, 1) c Z/2 +5.9426338325763462 Z/3 + Z/9 -0.2098519356480482 0.307993502747 v3304( 5, 2) c D2 +5.9426673934851457 Z/185 -0.0122530602595237 0.310083959234 v3299(-4, 3) c Z/2 +5.9427485845874159 Z/90 0.0309227838222229 0.371032912068 v3382(-3, 2) c Z/2 +5.9427855733880953 Z/69 0.0984407838248090 0.321862657714 v3329(-5, 2) c Z/2 +5.9435469614528843 Z/3 -0.1711590757400100 0.396130917593 v3400( 2, 3) c Z/2 +5.9440389547414271 Z/87 -0.1858710636168562 0.380273371329 v3483(-4, 1) c Z/2 +5.9440488788593112 Z/4 0.2494221575990940 0.327354767084 v3328( 5, 2) c Z/2 +5.9444072622001852 Z/171 -0.1186065019053725 0.302798961942 v3295(-5, 2) c Z/2 +5.9446481548716621 Z/131 -0.0726464388419527 0.422616577317 v3442( 3, 2) c Z/2 +5.9449642464397037 Z/11 -0.0057242337280931 0.400756096131 v3408(-3, 2) c Z/2 +5.9450611052557716 Z/9 -0.0827592896332355 0.352232949114 v3339(-4, 3) c Z/2 +5.9452729987049735 Z/38 -0.2275276531395806 0.342948354810 v3331( 3, 2) c Z/2 +5.9462232918035959 Z/10 -0.2014457722894808 0.335474384296 v3338( 5, 2) c Z/2 +5.9462755299557933 Z/144 0.2208920322058861 0.408540203754 v3427(-4, 1) c D2 +5.9468160929755977 Z/211 -0.0932030403544188 0.425639203299 v3434(-3, 2) c Z/2 +5.9470178302959914 Z/10 -0.1908323751738891 0.319376880643 v3320(-6, 1) c Z/2 +5.9471154270143666 Z/128 0.0506714744230663 0.301825993685 v3299(-5, 2) c Z/2 +5.9472090746709126 Z/124 -0.1590921042971672 0.330493317488 v3335(-2, 3) c Z/2 +5.9472490824356149 Z/118 0.1753705198201094 0.428722711092 v3441( 3, 2) c Z/2 +5.9479712435618001 Z/134 0.0502240483387355 0.390266879764 v3416(-2, 3) c Z/2 +5.9480104067155089 Z/25 -0.0603654034924609 0.345697046023 v3351( 6, 1) c D2 +5.9482341462997089 Z/49 -0.0703948261631710 0.312044816318 v3299( 5, 1) c Z/2 +5.9483397631631206 Z/78 0.1457989603609686 0.317924865423 v3313( 3, 2) c Z/2 +5.9487362808677598 Z/69 -0.1710926009427412 0.314430876615 v3305( 6, 1) c D2 +5.9491855474957919 Z/42 0.2286457931641313 0.454040573913 v3463( 3, 2) c Z/2 +5.9492766100114300 Z/2 0.1777842007854692 0.426294317501 v3435(-1, 3) c Z/2 +5.9494288141367576 Z/17 0.1896201570305815 0.320662778825 v3308( 2, 3) c Z/2 +5.9496546037972694 Z/121 -0.0417506802521434 0.482850832117 v3478(-3, 2) c Z/2 +5.9497222282898350 Z/75 -0.0212402455349289 0.316861075705 v3327( 5, 2) c Z/2 +5.9498573758339056 Z/141 -0.1116301313898276 0.349500331121 v3340(-5, 2) c Z/2 +5.9498994662735809 Z/66 -0.0766790622404116 0.338631462454 v3346( 6, 1) c D2 +5.9501573058128315 Z/106 -0.1813773201119155 0.382356515387 v3362( 2, 3) c Z/2 +5.9503838429106594 Z/57 -0.0291645389543794 0.327401290303 v3329( 5, 1) c Z/2 +5.9505200763402260 Z/107 -0.0388512402128386 0.390678260229 v3410( 1, 3) c Z/2 +5.9506819866422469 Z/51 -0.0074077779373495 0.527442671224 v3516(-3, 2) c D2 +5.9513080646532802 Z/220 -0.2125998485586173 0.303840135262 v3295( 4, 1) c Z/2 +5.9513477627832774 Z/3 -0.1154608971346467 0.319391769669 v3314(-4, 3) c Z/2 +5.9515904722989046 Z/110 0.1584148704918918 0.411045482282 v3417( 3, 4) c Z/2 +5.9518251707053702 Z/39 0.1788243059972878 0.305341252542 v3305(-6, 1) c D2 +5.9530845054550301 Z/182 0.0393818230601580 0.313504353265 v3313( 2, 3) c Z/2 +5.9543478494608006 Z/112 0.0213248369487757 0.426463124882 v3457(-4, 1) c D2 +5.9545242036281638 Z/226 0.1404639840852166 0.311452868844 v3321(-1, 4) c Z/2 +5.9551921573837370 Z/23 -0.0345644624289860 0.467748863630 v3470( 2, 3) c D2 +5.9551921573837370 trivial 0.1321022042376806 0.467748863630 v3469( 2, 3) c D2 +5.9552086398171812 Z/312 -0.1680416338154015 0.300943366673 v3291(-1, 4) c Z/2 +5.9554800086366487 Z/92 -0.2337160351147265 0.414647522409 v3421(-4, 3) c Z/2 +5.9556796435305366 Z/203 0.1368273237029039 0.341309022092 v3344( 3, 2) c Z/2 +5.9556935481654700 Z/302 0.1218541404874844 0.315580979683 v3312( 1, 4) c Z/2 +5.9562240631256788 Z/18 0.0797353393394269 0.365927935020 v3381( 3, 2) c Z/2 +5.9564365286910354 Z/22 -0.1376539806143073 0.379563946336 v3397( 4, 1) c Z/2 +5.9570089471934603 Z/111 0.2321233562540139 0.422520355323 v3451( 1, 3) c Z/2 +5.9571482130360023 Z/38 -0.0452157256755361 0.336065363886 v3347( 5, 1) c Z/2 +5.9574980287977000 Z/105 0.0338207065277243 0.434283358159 v3483( 4, 1) c Z/2 +5.9577738571888569 Z/18 -0.0307615383486019 0.494699841421 v3481( 1, 3) c Z/2 +5.9578458962304081 Z/154 0.1952054368614890 0.374070883327 v3390( 1, 4) c Z/2 +5.9579524434130755 Z/50 -0.1423195691124450 0.346443820174 v3340( 2, 3) c Z/2 +5.9587231294139693 Z/2 + Z/6 0.1651289524934247 0.329486317396 v3331( 2, 3) c Z/2 +5.9587596815324637 Z/7 -0.1368534535501380 0.390229543957 v3404( 4, 3) c Z/2 +5.9592530076813611 Z/51 -0.2325935376022129 0.501319847793 v3483( 1, 3) c Z/2 +5.9593440475632145 Z/159 -0.1845543884829537 0.429206407989 v3442( 2, 3) c Z/2 +5.9602241079297129 Z/163 -0.1023886463881575 0.302713307583 v3296(-5, 2) c Z/2 +5.9604289136504203 Z/30 -0.1661029629115221 0.439646111422 v3452( 3, 2) c D2 +5.9605551460994754 Z/96 0.0102458872011003 0.456301700967 v3466( 4, 1) c Z/2 +5.9605880759562040 Z/2 + Z/108 -0.0325704116702685 0.308616205524 v3306(-4, 1) c Z/2 +5.9611303529988750 Z/2 -0.0421953396459907 0.316571305966 v3320( 6, 1) c Z/2 +5.9612179236455390 Z/2 + Z/10 0.0016294891150173 0.308846687723 v3324(-4, 3) c Z/2 +5.9616641271110981 Z/37 -0.1610009730061977 0.502549956601 v3484(-3, 2) c Z/2 +5.9616840613673360 Z/134 -0.1909157529561302 0.409262664463 v3438(-3, 2) c Z/2 +5.9620340682307213 Z/70 0.0937995121971114 0.403813186783 v3411(-2, 3) c D2 +5.9622341338473741 Z/64 0.2248314465580443 0.317067899956 v3324(-3, 4) c Z/2 +5.9627267836860355 Z/3 + Z/6 0.0551030104807339 0.445127146213 v3515( 4, 1) c Z/2 +5.9628140406697756 Z/3 + Z/6 0.1250855370150013 0.398728242305 v3420(-2, 3) c Z/2 +5.9629539625523243 Z/42 -0.2275918982812272 0.309006773239 v3317(-3, 2) c Z/2 +5.9632189641501580 Z/41 0.2379643767344672 0.432678255859 v3451(-4, 1) c Z/2 +5.9632638870156853 Z/87 -0.1425254600750303 0.314558307341 v3327(-1, 3) c Z/2 +5.9642472719438184 Z/134 -0.0379663907925999 0.343870437317 v3362(-2, 3) c Z/2 +5.9643137408197756 Z/13 0.1035870738995000 0.301866745164 v3320(-5, 2) c Z/2 +5.9644297494904246 Z/27 0.0882060451227072 0.350346834351 v3349( 3, 2) c Z/2 +5.9657657669199417 Z/37 0.0987060650523402 0.417759764266 v3443(-2, 3) c Z/2 +5.9657881787152772 Z/2 -0.1454718010329395 0.331537268350 v3338( 1, 3) c Z/2 +5.9668864276944475 Z/126 -0.0396631468688062 0.379690581071 v3390( 3, 4) c Z/2 +5.9672352853858739 Z/49 0.2036554903712469 0.306296028891 v3309( 5, 1) c Z/2 +5.9676474345928157 Z/56 0.2429973799208525 0.335912532515 v3348(-4, 1) c Z/2 +5.9677630847666619 Z/62 0.1273909873729815 0.373997274414 v3397(-4, 1) c Z/2 +5.9682474830514570 Z/5 0.2282654434719577 0.341929007777 v3362( 5, 1) c Z/2 +5.9683654251208563 Z/57 0.1274063333918554 0.370608237780 v3512( 4, 1) c Z/2 +5.9684622215493659 Z/135 -0.1125115846008106 0.385475860899 v3417( 4, 3) c Z/2 +5.9686182596065230 Z/5 -0.1299904547519192 0.584751354335 v3529(-3, 2) c D2 +5.9687408374820356 Z/30 -0.1754625489586228 0.355962995454 v3356(-6, 1) c D2 +5.9690860204469416 Z/132 0.0683987993205656 0.308040257744 v3329( 2, 3) c Z/2 +5.9697586915081720 Z/6 0.1536801590440635 0.394271645221 v3415( 2, 3) c Z/2 +5.9698881931941122 Z/3 0.1658374045166104 0.439506081047 v3462( 1, 3) c Z/2 +5.9700215247330141 Z/44 0.1096102141040583 0.331516770682 v3352(-2, 3) c Z/2 +5.9703292875626690 Z/67 -0.1096513490834683 0.358157040067 v3375( 5, 1) c D2 +5.9704751674914013 Z/42 -0.2235930590352115 0.338445436294 v3346(-6, 1) c D2 +5.9706295498473413 Z/25 0.2115357173443176 0.398955849829 v3410( 5, 1) c Z/2 +5.9708952283568734 Z/24 0.2025279327867022 0.392789519364 v3420(-4, 1) c Z/2 +5.9714228978318061 Z/3 0.0804811079112074 0.462969710267 v3483(-1, 3) c Z/2 +5.9714324930893726 Z/167 0.0296331734387044 0.328131583684 v3344( 2, 3) c Z/2 +5.9718702652889056 Z/58 -0.0523506673017215 0.473872051309 v3478( 2, 3) c Z/2 +5.9720605664769650 Z/50 0.1432528703930992 0.339407965026 v3351( 5, 2) c D2 +5.9721049965870691 Z/2 + Z/8 0.0319376619647611 0.503360556110 v3492( 2, 3) c D2 +5.9721049965870691 Z/2 + Z/72 0.0319376619647611 0.503360556110 v3490( 2, 3) c D2 +5.9721049965870691 Z/2 + Z/2 + Z/18 -0.0319376619647611 0.309318690609 v3315(-4, 3) c D2 +5.9722367141784111 Z/69 0.0980055093098414 0.362309364531 v3386( 2, 3) c Z/2 +5.9724169759956451 Z/137 0.1265279085144234 0.306467186029 v3314( 1, 4) c Z/2 +5.9725653151063188 Z/12 0.1256149748408113 0.320817559347 v3327(-6, 1) c Z/2 +5.9725653151063188 Z/4 + Z/8 -0.2089483081741446 0.320817559347 v3328(-2, 3) c Z/2 +5.9727693429145929 Z/13 -0.0196252476279407 0.342705744587 v3349( 2, 3) c Z/2 +5.9727854126252275 Z/32 -0.2298245109414716 0.336606916603 v3347(-5, 1) c Z/2 +5.9728361971989757 Z/26 0.0384075750436880 0.416467692692 v3444(-1, 3) c Z/2 +5.9734894386668350 Z/9 -0.1264936250868942 0.368159501469 v3381( 6, 1) c Z/2 +5.9735860577202610 Z/10 0.0605561625605894 0.302031116821 v3320( 2, 3) c Z/2 +5.9736531224617791 Z/2 -0.1873293600111604 0.338087476111 v3502(-4, 1) c Z/2 +5.9738750369568658 Z/3 + Z/18 0.1523733356403367 0.318780453747 v3337( 1, 4) c Z/2 +5.9741647796510782 Z/53 0.1217891238976443 0.348020256275 v3356(-5, 2) c D2 +5.9743583228222313 Z/2 + Z/20 0.1055412354051291 0.481936043835 v3495(-3, 2) c Z/2 +5.9743583228222313 Z/2 + Z/52 -0.1055412354051291 0.481936043835 v3494( 3, 2) c Z/2 +5.9745782482868531 Z/118 0.0788751100459200 0.444701786594 v3466( 2, 3) c Z/2 +5.9746783553727500 Z/69 0.1275478103674063 0.327593650852 v3346( 5, 2) c D2 +5.9749364701875824 Z/83 0.2436178177020401 0.548760967726 v3524(-1, 3) c Z/2 +5.9752706272535064 Z/39 -0.2180243080176636 0.539963745795 v3517( 3, 2) c D2 +5.9758273975783336 Z/2 + Z/38 0.2108870554801370 0.551922917120 v3525( 1, 3) c Z/2 +5.9759765969169652 Z/4 -0.2050902173431162 0.372389355801 v3392(-4, 3) c Z/2 +5.9760727294732672 Z/10 -0.0185158239798752 0.432981908369 v3453( 2, 3) c D2 +5.9760727294732672 Z/22 0.1898175093534581 0.432981908369 v3454( 2, 3) c Z/2 +5.9761559800877862 Z/63 -0.0560077005444839 0.453911118699 v3471( 1, 3) c Z/2 +5.9762311802066607 Z/90 0.1714843888175661 0.374914097919 v3411(-4, 1) c D2 +5.9764160689521854 Z/3 0.0007476256028519 0.379595852340 v3398( 1, 3) c trivial +5.9766478310958022 Z/59 -0.1045161328333067 0.404377536323 v3439(-3, 2) c Z/2 +5.9776170872284612 Z/5 + Z/5 -0.2066681981029810 0.345365503671 v3351(-6, 1) c D2 +5.9776589802742227 Z/179 0.2241628915167663 0.353138152085 v3359( 5, 2) c Z/2 +5.9778050619244138 Z/7 + Z/7 -0.2308736883624524 0.386554821151 v3409( 4, 1) c Z/2 +5.9779411311428478 Z/27 0.2271954482149655 0.456554909977 v3467(-1, 3) c Z/2 +5.9780741142174006 Z 0.1719647271667668 0.341384071235 v3352( 1, 4) c Z/2 +5.9783118145611071 Z/104 0.2145579255955395 0.330434985260 v3348( 4, 3) c Z/2 +5.9799607224780733 Z/153 -0.1869695052670371 0.398565139764 v3445( 1, 3) c Z/2 +5.9804763287874719 Z/131 -0.1107590759824876 0.309742789744 v3339( 4, 1) c Z/2 +5.9806163391540250 Z/68 0.1417397003572674 0.315601402330 v3339(-3, 4) c Z/2 +5.9808297145472449 Z/135 0.1959100641920627 0.409697535102 v3445(-3, 2) c Z/2 +5.9811990067120375 Z/3 + Z/18 0.1432615556180998 0.337750734899 v3472(-4, 1) c Z/2 +5.9815910747030492 Z/54 0.1565816621378783 0.395830197950 v3444( 3, 2) c Z/2 +5.9818629104379116 Z/144 0.1524543300870414 0.399214365239 v3445( 2, 3) c Z/2 +5.9819704584182383 Z/34 0.0166681649357102 0.309997199280 v3333( 1, 3) c Z/2 +5.9820545291669397 Z/105 0.1811438558833420 0.549847726184 v3528( 3, 2) c D2 +5.9820710854701093 Z/27 0.1076097040033020 0.377950574535 v3487(-5, 1) c Z/2 +5.9824176412368005 Z/44 -0.0616377385236164 0.396651577765 v3443(-1, 3) c Z/2 +5.9825063035422198 Z/75 -0.1586542866442547 0.415883346601 v3455( 1, 3) c Z/2 +5.9829075738179737 Z/151 -0.1859521688938211 0.328398320714 v3350( 3, 2) c Z/2 +5.9835878105750912 Z/127 -0.1472034828880206 0.305387747873 v3335( 1, 3) c Z/2 +5.9838695496697080 Z/106 0.0010838181169556 0.424707267768 v3451(-1, 4) c Z/2 +5.9843997234941585 Z/97 0.0237763625769331 0.468568277761 v3481(-4, 1) c Z/2 +5.9849049875850480 Z/30 0.1982469845926374 0.573208598955 v3534( 4, 1) c Z/2 +5.9851781266604972 Z/3 + Z/12 0.1708952218832060 0.491764677361 v3489(-4, 1) c Z/2 +5.9853341496495007 Z/19 -0.1456033751279146 0.300388433220 v3325(-4, 1) c Z/2 +5.9854923145028617 Z/17 0.0841285140668183 0.356911515864 v3398(-5, 1) c trivial +5.9856102357048649 Z/52 0.1562587325825220 0.326385835422 v3352( 4, 3) c Z/2 +5.9857090277072148 Z/75 0.2297105756734724 0.475357254929 v3500( 4, 1) c Z/2 +5.9858818375607872 Z/188 0.0954739702245888 0.404693738274 v3434(-4, 1) c Z/2 +5.9860818121710542 Z/194 0.2337125456095752 0.432870454881 v3465(-1, 3) c Z/2 +5.9863744162066128 Z/123 -0.2138371442658523 0.546088535159 v3524(-3, 2) c Z/2 +5.9864428842181293 Z/9 -0.0302295110495427 0.349346375478 v3375(-1, 3) c D2 +5.9871943596927757 Z/21 -0.0949568670322209 0.514691207422 v3514( 3, 2) c Z/2 +5.9873928646597923 Z/105 -0.0528199435136191 0.359975635862 v3392( 3, 2) c Z/2 +5.9874279163467711 Z/2 + Z/6 -0.0516785478825140 0.314161444824 v3338(-6, 1) c Z/2 +5.9874967197591016 Z/57 -0.2379777566909969 0.308288402423 v3340( 5, 1) c Z/2 +5.9875369286018332 Z/19 -0.2197433622964346 0.332682533056 v3353(-5, 2) c Z/2 +5.9880841168696728 Z/61 -0.1449140039083327 0.450281527079 v3469(-4, 1) c D2 +5.9880841168696728 Z/59 0.1884193294250007 0.450281527079 v3470(-4, 1) c D2 +5.9885304072996690 Z/3 -0.0443372537079002 0.356762979117 v3399(-2, 3) c Z/2 +5.9885765397672810 Z/2 + Z/2 0.1917668728947340 0.314516196477 v3338( 2, 3) c Z/2 +5.9886042743164318 Z/73 0.0669553691464788 0.339822997022 v3356(-1, 3) c D2 +5.9887477102203683 Z/164 0.1651938544611975 0.318491516566 v3339( 1, 4) c Z/2 +5.9887798983117712 Z/90 0.0863636524011443 0.343632900374 v3382( 5, 2) c Z/2 +5.9904581446819889 Z/87 0.2291365820074114 0.487125842253 v3499( 4, 1) c Z/2 +5.9907938348222025 Z/202 -0.0871118500070967 0.388399128990 v3416( 2, 3) c Z/2 +5.9914528211580892 Z/186 -0.2315492356948878 0.349668881565 v3387( 1, 4) c D2 +5.9915684876552025 Z/3 + Z/21 0.1570090795260165 0.493562074245 v3498( 5, 1) c Z/2 +5.9915720635159031 Z/146 -0.0576520455750469 0.383926448519 v3410(-2, 3) c Z/2 +5.9921668719666065 Z/2 + Z/8 0.1987135888246534 0.399587447178 v3444(-2, 3) c Z/2 +5.9925442165948875 Z/4 0.0241775418090853 0.371842280913 v3422( 3, 2) c Z/2 +5.9932795630440545 Z/2 + Z/2 + Z/2 -0.0848127556221946 0.490402147628 v3526(-4, 1) c Z/2 +5.9936233993691709 Z/42 -0.1611458368434750 0.373378984667 v3431( 4, 1) c D2 +5.9944333192073642 Z/76 0.0789028372415348 0.377596490760 v3418( 1, 3) c Z/2 +5.9945999984782074 Z/6 0.2079029488509988 0.471814561566 v3486( 5, 1) c Z/2 +5.9946857393065034 Z/17 -0.2355235150837628 0.533330262333 v3522(-1, 3) c trivial +5.9948109280287864 Z/42 -0.0584828263101707 0.359962705157 v3400( 5, 2) c Z/2 +5.9951316257277642 Z/71 0.1417356288315459 0.328016392379 v3358(-1, 4) c Z/2 +5.9960607115711072 Z/3 + Z/15 0.1838202897967864 0.317618078238 v3346( 1, 3) c D2 +5.9960774552279534 Z/47 -0.2487799616323184 0.550349892619 v3529( 4, 1) c D2 +5.9961136611341796 Z/80 0.1216101213530839 0.585690958786 v3540(-3, 1) c Z/2 +5.9964694517686770 Z/50 0.2092908926241077 0.439070766055 v3466(-2, 3) c Z/2 +5.9971309085707154 Z/40 -0.2186010227567281 0.424678029580 v3466(-4, 1) c Z/2 +5.9976459217020838 Z/19 0.1397495111952870 0.582576364997 v3531(-3, 2) c Z/2 +5.9979200408953207 Z/52 0.0901690196450115 0.528905943293 v3509(-3, 1) c D2 +5.9979200408953207 Z/84 0.0901690196450115 0.528905943293 v3510(-3, 1) c D2 +5.9981063685285431 Z/33 0.1284183003599459 0.312803775717 v3353( 6, 1) c Z/2 +5.9983017872738109 Z/49 0.2262590808927448 0.492357442267 v3523(-3, 2) c Z/2 +5.9984262320684287 Z/73 0.1702184486207400 0.330160594951 v3361(-5, 2) c Z/2 +5.9984591702772771 Z/2 0.1799075076193592 0.309333070373 v3338(-1, 3) c Z/2 +5.9987519607061233 Z/99 -0.0094595551572462 0.319704830086 v3348( 3, 4) c Z/2 +5.9992296974399615 Z/89 -0.1626896141646990 0.447172103560 v3481(-3, 2) c Z/2 +5.9992581795287628 Z/63 0.0886098004758748 0.381753092179 v3433(-4, 1) c Z/2 +5.9993092003873987 Z/154 0.2074235689081866 0.315399823224 v3350( 2, 3) c Z/2 +5.9993964186246055 Z/10 -0.1103235546512001 0.483535164242 v3504(-3, 2) c Z/2 +5.9998758798690939 Z/123 -0.2238924646862226 0.340563435261 v3387(-4, 1) c D2 +5.9998808413142562 Z/46 0.0230483003823091 0.361763452559 v3375(-5, 2) c D2 +5.9998808413142562 Z/2 + Z/2 0.1063816337156424 0.396354015398 v3428(-6, 1) c Z/2 +5.9999201832000413 Z/116 0.0300233698772615 0.301985812897 v3354(-4, 1) c Z/2 +5.9999261031679369 Z/2 + Z/68 -0.0805244580388916 0.393484483106 v3438(-2, 3) c Z/2 +6.0000357929940401 Z/2 + Z/40 0.1794928274984914 0.425540083485 v3458( 4, 1) c Z/2 +6.0010093927538945 Z/55 0.0527757930935227 0.391496305535 v3443( 3, 2) c Z/2 +6.0018989464159446 Z/89 -0.1761921560125140 0.370058585443 v3433( 4, 1) c Z/2 +6.0019564826038522 Z/3 0.0987895295316217 0.354797656085 v3394( 6, 1) c Z/2 +6.0022120644474198 Z/29 0.1351702791874873 0.385062007990 v3416(-5, 1) c Z/2 +6.0027738639556019 Z/13 0.0463478616998611 0.358958235612 v3408( 5, 2) c Z/2 +6.0028227398297662 Z/163 0.1248068147604800 0.352112663323 v3397( 1, 4) c Z/2 +6.0029001868718998 Z/97 -0.1181995562260956 0.507139272435 v3523( 1, 3) c Z/2 +6.0030990920903999 Z/17 0.2421149857751394 0.440654650538 v3476(-5, 1) c Z/2 +6.0032186909546397 Z/68 0.0277642429733563 0.371660129739 v3418( 5, 2) c Z/2 +6.0042580061386160 Z/113 0.0944977861120493 0.413081881580 v3455( 4, 1) c Z/2 +6.0045176142281382 Z/67 0.0663848585760953 0.366197101567 v3415( 5, 1) c Z/2 +6.0051082977599131 Z/61 0.1664454838882862 0.305667968709 v3345(-1, 4) c Z/2 +6.0052769700056206 Z/15 0.0247699144596976 0.520721435695 v3520( 5, 1) c D2 +6.0052769700056206 Z/7 -0.1914365811263643 0.520721435695 v3519(-5, 1) c D2 +6.0057283685307996 Z/176 0.0535220233931344 0.329787166212 v3355(-3, 2) c Z/2 +6.0066795964715340 Z/42 -0.2481766604173872 0.301506550752 v3333( 7, 1) c Z/2 +6.0069942720136659 Z/102 0.1017452252202291 0.427039919073 v3464( 1, 3) c Z/2 +6.0070385506793715 Z/11 -0.0520567910303696 0.346045494668 v3398( 5, 2) c trivial +6.0071380544963584 Z/115 0.0586038432873649 0.453003010399 v3482( 3, 2) c Z/2 +6.0075216860394492 Z -0.1609414809408240 0.350837735449 v3398( 2, 3) c trivial +6.0079923478119391 Z/3 + Z/33 -0.0853803236978082 0.462442908276 v3499( 3, 2) c Z/2 +6.0080011685706705 Z/75 -0.0533685454368104 0.306228594107 v3345(-5, 1) c Z/2 +6.0091159813975166 Z/2 + Z/38 0.0403748211719087 0.404764338523 v3463( 4, 1) c Z/2 +6.0091682415866200 Z/8 -0.0596950920524288 0.389339675398 v3428( 5, 2) c Z/2 +6.0097839020086212 Z/12 -0.0524202095803329 0.363318501944 v3422(-5, 2) c Z/2 +6.0097891975555693 Z/105 0.0309484721904181 0.351363461920 v3410(-5, 1) c Z/2 +6.0098791392124269 Z/33 0.1458643149257858 0.348427532527 v3375( 1, 3) c D2 +6.0104186467586433 Z/3 + Z/36 -0.1806080984407890 0.347921421783 v3386(-5, 1) c Z/2 +6.0104547905904039 Z/43 0.0014728152898901 0.372657394720 v3502( 5, 1) c Z/2 +6.0113588716970681 Z/217 -0.0831906450850030 0.336448546479 v3373( 2, 3) c D2 +6.0113975964532088 Z/25 -0.0657436165162244 0.524577102335 v3524( 1, 3) c Z/2 +6.0116327049810499 Z/5 0.2034610865373590 0.557485504241 v3536(-1, 2) c Z/2 +6.0117700312756051 Z/50 0.2496935962978411 0.332702686479 v3359(-2, 3) c D2 +6.0120578046507149 Z/18 0.0151480984800711 0.364261432025 v3412( 8, 1) c D2 +6.0120879562046882 Z/84 -0.0521125159117773 0.419359963677 v3457( 3, 2) c D2 +6.0122491093436443 Z/74 0.2295247163162719 0.322004369162 v3356(-2, 3) c D2 +6.0123982077472913 Z/2 + Z/38 -0.1015787006899120 0.311143726047 v3352( 5, 1) c Z/2 +6.0125720493632893 Z/72 0.1436680755912342 0.379665381529 v3427(-2, 3) c D2 +6.0127765875774596 Z/239 -0.0567213360714309 0.306780522560 v3344( 4, 1) c Z/2 +6.0127880425466086 Z/2 + Z/94 -0.2414522569136485 0.426943857260 v3465( 2, 3) c Z/2 +6.0132571493126487 Z/188 -0.2147257974498420 0.319641507851 v3359( 4, 3) c Z/2 +6.0136367376835944 Z/97 -0.0801028170603570 0.440783738302 v3474(-1, 3) c Z/2 +6.0136800692743822 Z/54 -0.2053724245230172 0.359049656177 v3415(-2, 3) c Z/2 +6.0138581271538299 Z/69 -0.1855097152880271 0.347098151943 v3372(-1, 4) c trivial +6.0141261551650172 trivial -0.0196618034590022 0.376046503113 v3443(-5, 2) c Z/2 +6.0149231009641390 Z/3 + Z/18 0.0208487095500851 0.309051481947 v3346( 2, 3) c D2 +6.0150731529390259 Z/100 -0.2451817006381883 0.334218537049 v3392( 4, 1) c Z/2 +6.0153727507204114 Z/2 + Z/62 -0.0136714043823262 0.394094673838 v3441( 4, 1) c Z/2 +6.0155360457610625 Z/3 0.1321586248618159 0.330388151050 v3375(-2, 3) c D2 +6.0162761727788902 Z/16 0.2451425353474538 0.358305011013 v3398( 6, 1) c trivial +6.0163463430645591 Z/18 0.0363638562900932 0.331087199108 v3381(-5, 2) c Z/2 +6.0165010987716739 Z/63 -0.2309617835779750 0.385472948572 v3445( 5, 2) c Z/2 +6.0167256572142305 Z/24 0.1312340644920256 0.331639833060 v3373(-5, 1) c Z/2 +6.0175645022630523 Z/222 0.0050534925424130 0.355658233747 v3387(-1, 4) c D2 +6.0181851101709599 Z/94 -0.2009063759173079 0.346942423268 v3410( 2, 3) c Z/2 +6.0188505139561448 Z/173 -0.1377613286534230 0.339722768563 v3397(-1, 4) c Z/2 +6.0188606948249704 Z/39 -0.1887871232873979 0.353040357142 v3400(-1, 3) c Z/2 +6.0190391960751952 Z/51 0.1723696636978565 0.510127471377 v3517(-3, 2) c D2 +6.0191814447405376 Z/31 -0.0329668861234573 0.301549719226 v3348(-1, 4) c Z/2 +6.0193587620620094 Z/3 0.2131107516397810 0.341092788006 v3395(-6, 1) c Z/2 +6.0195583486564909 Z/4 + Z/20 -0.0827371534842315 0.353820223784 v3418( 2, 3) c Z/2 +6.0207179737926682 Z/161 -0.2218520943656144 0.354191279456 v3409(-1, 4) c Z/2 +6.0210894681531070 Z/134 0.0718603711450348 0.439378673503 v3478(-2, 3) c Z/2 +6.0219618432701275 Z/75 0.1991542718780894 0.308431481201 v3351( 1, 3) c D2 +6.0221191669705986 Z/6 0.0552010135758834 0.332433059005 v3395( 5, 2) c Z/2 +6.0221469565398474 Z/22 0.2343082208806320 0.372359046689 v3435(-3, 2) c Z/2 +6.0222840764605697 Z/68 -0.0458708974632170 0.452398901154 v3484(-2, 3) c Z/2 +6.0224937773533456 Z/2 + Z/26 -0.1150150177917068 0.373032184014 v3435( 4, 3) c Z/2 +6.0228000793728509 Z/83 -0.1148585001703340 0.358848065583 v3415(-5, 1) c Z/2 +6.0232995269172839 Z/9 -0.0141570412140266 0.391203585342 v3462(-1, 3) c Z/2 +6.0233017268995963 Z/3 + Z/9 -0.1612072063857456 0.433284649007 v3486(-3, 2) c Z/2 +6.0234486967290123 Z/115 -0.1246933143266321 0.335285781178 v3373(-4, 3) c Z/2 +6.0235321372010331 Z/71 0.2420549187763854 0.320008931145 v3356( 1, 3) c D2 +6.0236842823245589 Z/3 + Z/15 -0.2201544294265538 0.422745729715 v3467(-3, 2) c Z/2 +6.0237554747548940 Z/106 -0.2156778187477269 0.383271744899 v3455( 3, 2) c Z/2 +6.0238540957742629 Z/2 + Z/56 0.0656809985891167 0.364014779444 v3441( 2, 3) c Z/2 +6.0247013998681350 Z/33 0.1418351698776580 0.315651643645 v3361( 2, 3) c Z/2 +6.0247632137961569 Z/47 -0.1460799713242456 0.353627334037 v3392(-5, 2) c Z/2 +6.0257060956358817 Z/80 -0.1318581445400830 0.405009008995 v3458( 3, 2) c Z/2 +6.0260417808089559 Z/71 0.0460790018856210 0.340813013278 v3392(-5, 1) c Z/2 +6.0262175443748522 Z/9 0.0058439785430120 0.410911412755 v3462( 2, 3) c Z/2 +6.0262687232449957 Z/16 0.1878565652481152 0.300178209122 v3345(-4, 3) c Z/2 +6.0266553244624772 Z/83 0.0768622271658651 0.327627357195 v3372( 1, 4) c trivial +6.0279648049650582 Z/60 -0.2153461413602528 0.447316611140 v3481(-1, 3) c Z/2 +6.0284966695932032 Z/82 -0.1734922497482095 0.448498736601 v3479(-3, 2) c Z/2 +6.0289418404330496 Z/76 0.0446674820112176 0.317260532783 v3361( 5, 1) c Z/2 +6.0290801807615086 Z/69 0.1601114054096420 0.311941759531 v3355(-2, 3) c Z/2 +6.0292634708924078 Z/66 -0.2188155676575793 0.473660562634 v3499(-1, 3) c Z/2 +6.0292651815569548 Z/7 0.0858602245869526 0.372690593698 v3439(-4, 1) c Z/2 +6.0295278588897282 Z/9 0.2458124610891896 0.327990513717 v3381(-7, 1) c Z/2 +6.0295452161978577 Z/20 -0.1740687458802880 0.518141394401 v3531(-5, 1) c Z/2 +6.0308287930116755 Z/148 0.1202115415288044 0.302160988290 v3350( 4, 1) c Z/2 +6.0311228867734272 Z/57 0.1080687018143347 0.311254687021 v3361(-4, 3) c Z/2 +6.0326542042297740 Z/47 -0.0119514762447007 0.309847115748 v3365( 5, 1) c Z/2 +6.0333963122409178 Z/53 -0.1394924538765786 0.324941928071 v3371( 4, 1) c Z/2 +6.0336736124889200 Z/63 0.0006729479677146 0.415769967155 v3470(-3, 2) c D2 +6.0336736124889200 Z/57 0.1673396146343812 0.415769967155 v3469(-3, 2) c D2 +6.0339481485961982 Z/70 0.2327619044498302 0.386502012547 v3451(-3, 4) c Z/2 +6.0341178586452004 Z/9 -0.1762111155661295 0.345575856326 v3398(-1, 3) c trivial +6.0342793779178903 Z/11 -0.0181254927132011 0.355277529667 v3487( 3, 2) c Z/2 +6.0343873044419706 Z/5 + Z/15 0.0360565274143190 0.304944021712 v3351( 2, 3) c D2 +6.0354922102553685 Z/167 -0.0652301717658473 0.441387274613 v3482(-1, 3) c Z/2 +6.0356673476650662 Z/8 -0.0981225610884704 0.352331158490 v3428(-3, 2) c Z/2 +6.0358712242903994 Z/7 0.1798599545144710 0.519334434088 v3531( 1, 2) c Z/2 +6.0360393753675180 Z/5 + Z/10 0.1182490997939350 0.376805340901 v3453(-2, 3) c D2 +6.0360393753675180 Z/34 -0.1734175668727317 0.376805340901 v3454(-2, 3) c Z/2 +6.0365795323258103 trivial 0.0836316163302539 0.353141890674 v3422( 1, 3) c Z/2 +6.0366019472692837 Z/14 -0.1062146271985656 0.304866815717 v3353( 1, 3) c Z/2 +6.0374327601259113 Z/4 -0.1565049105094535 0.512740029774 v3523(-2, 3) c Z/2 +6.0380815652668542 Z/107 0.2400252104061964 0.301106793260 v3354( 5, 1) c Z/2 +6.0381594624889493 Z/2 + Z/18 -0.0741821790185893 0.354430193036 v3435(-4, 1) c Z/2 +6.0382729377522150 Z/18 -0.1796937310719211 0.321461251893 v3374(-2, 3) c D2 +6.0383553881862399 Z/135 0.2083543926764239 0.333446180713 v3404(-3, 2) c Z/2 +6.0384323853525530 Z/50 -0.2090639746566814 0.319889146098 v3374( 5, 2) c Z/2 +6.0384959775270002 Z/2 + Z/10 -0.0837663136896213 0.328885694649 v3374(-5, 1) c Z/2 +6.0386230289377593 Z/33 -0.1989249844733339 0.313206149367 v3365(-5, 1) c Z/2 +6.0387021830422543 Z/46 -0.0151104606704131 0.484774459206 v3522(-4, 1) c trivial +6.0388086515887259 Z/87 0.1075679674087084 0.468275623784 v3489( 1, 3) c Z/2 +6.0388667964505942 Z/6 -0.2442214495098189 0.321981201374 v3394(-5, 2) c Z/2 +6.0388814459840062 Z/65 0.2261245228700789 0.330980791287 v3375(-6, 1) c D2 +6.0388957191072940 Z/32 -0.0669583097689753 0.304287767138 v3352( 3, 4) c Z/2 +6.0389194540630533 Z/4 0.1628553694849668 0.337981619471 v3418(-5, 1) c Z/2 +6.0396283092077267 Z/21 0.0051238964042491 0.374511988096 v3451(-4, 3) c Z/2 +6.0397020872438625 Z/49 -0.1954760417640362 0.351631355138 v3404( 5, 2) c Z/2 +6.0397863880781675 Z/69 0.0729881696767271 0.331510141064 v3400(-5, 1) c Z/2 +6.0398827013274490 Z/8 -0.2427463450113990 0.342168515189 v3423( 6, 1) c Z/2 +6.0415769311373115 Z/14 -0.0785707314479995 0.347974793996 v3412(-8, 1) c D2 +6.0418493712210377 Z/109 -0.1218897551686917 0.336249354568 v3404( 1, 4) c Z/2 +6.0419010054379226 Z/115 -0.1448105021849224 0.314042300387 v3362(-5, 2) c Z/2 +6.0427050752616640 Z/26 0.0856055361480377 0.360017532694 v3444(-5, 2) c Z/2 +6.0427278046170580 Z/2 + Z/66 0.0001032149595165 0.356792943059 v3438(-4, 1) c Z/2 +6.0429224729272368 Z/64 -0.0746878685637184 0.380437920265 v3458( 1, 3) c Z/2 +6.0430097513305275 Z/4 + Z/12 -0.1740198493526547 0.357349698457 v3418( 6, 1) c Z/2 +6.0432804381071964 Z/110 -0.1604731772055712 0.338319975868 v3392( 2, 3) c Z/2 +6.0433621677034751 Z/4 0.2342672560433922 0.342640168267 v3428( 7, 1) c Z/2 +6.0436189204717051 Z/111 0.0045990123643630 0.359183724703 v3439(-2, 3) c Z/2 +6.0436428143567046 Z/3 + Z/45 0.2391553968115400 0.336780154617 v3399( 5, 1) c Z/2 +6.0441331746856900 Z/59 0.0966622911204461 0.412098653611 v3473(-1, 3) c Z/2 +6.0451955418454654 Z/5 0.1170862225511607 0.405889613491 v3476( 3, 2) c Z/2 +6.0456628789170089 Z/21 0.1642309203326660 0.488343512110 v3517( 2, 3) c D2 +6.0459631784068524 Z/35 -0.0772957675492883 0.349839086580 v3421( 3, 2) c Z/2 +6.0460739567749191 Z/3 0.2066320517236009 0.473762102189 v3505(-6, 1) c D2 +6.0466011103138344 Z/299 -0.0529982785177762 0.309231446461 v3369(-3, 2) c Z/2 +6.0469735088100038 Z/234 0.0157667151471121 0.350104610714 v3434(-2, 3) c Z/2 +6.0473839217642435 Z/18 0.0324998675238431 0.362362593370 v3425(-6, 1) c Z/2 +6.0474119547306815 Z/54 0.0003622916273189 0.363872710510 v3441(-1, 4) c Z/2 +6.0474393959865356 Z/135 0.1410178674989435 0.334820597646 v3382( 1, 3) c Z/2 +6.0475229886659724 Z/3 -0.1898616720868939 0.429949213795 v3481( 2, 3) c Z/2 +6.0475671088353510 Z/2 + Z/6 0.2178269705882913 0.372098718791 v3452(-1, 3) c D2 +6.0482333299171589 Z/126 0.0250967085515451 0.330536690111 v3390(-3, 2) c Z/2 +6.0494680129953937 Z/10 -0.1916666666666667 0.481211825060 v3505( 7, 1) c D2 +6.0502114967533308 Z 0.1465341289425969 0.314296591657 v3378(-1, 4) c D2 +6.0502114967533308 Z/2 + Z/30 0.1465341289425969 0.314296591657 v3377(-1, 4) c D2 +6.0505636018359954 Z/53 -0.0606048570145233 0.431683969401 v3479(-2, 3) c Z/2 +6.0510102734329898 Z/58 -0.1895895840503866 0.359804036884 v3448( 1, 4) c Z/2 +6.0520215700494191 Z/71 0.0857749190196608 0.346622486666 v3433( 1, 4) c Z/2 +6.0523006923672386 Z/44 -0.1231215252742956 0.417972878622 v3478( 4, 1) c Z/2 +6.0535412439426763 Z/157 0.2458951562762599 0.348963858123 v3442(-1, 4) c Z/2 +6.0542127806324903 Z/96 -0.0340118140245688 0.462290914564 v3499( 1, 3) c Z/2 +6.0552589738110508 Z/69 -0.2011510041162308 0.499165416989 v3528(-4, 1) c D2 +6.0556498513496578 Z/103 0.2359532268146190 0.346879204370 v3442( 4, 1) c Z/2 +6.0558397881400490 Z/2 + Z/4 0.1175221541021031 0.391294272472 v3463( 2, 3) c Z/2 +6.0560459690764375 Z/135 -0.0214542594192317 0.326946644492 v3382( 2, 3) c Z/2 +6.0561690322077738 Z/15 0.2417405338601099 0.446751114991 v3541(-3, 2) c Z/2 +6.0565967805081129 Z/6 -0.1207976588259355 0.372209425396 v3452(-2, 3) c D2 +6.0571304163845018 Z/63 -0.2012518864008411 0.375436259078 v3448( 4, 3) c Z/2 +6.0576018748665483 Z/8 0.1360019549291356 0.370441659304 v3448(-3, 2) c Z/2 +6.0577066368018924 Z/68 -0.0979764348348570 0.347718884128 v3418(-1, 3) c Z/2 +6.0580176544493196 Z/42 0.0035765509308247 0.319184374270 v3386( 5, 1) c Z/2 +6.0593310673241306 Z/86 -0.0130720342792429 0.347443507995 v3438( 1, 4) c Z/2 +6.0594418837891590 Z/21 0.2121235069809128 0.455870102070 v3514( 5, 1) c Z/2 +6.0596566932900875 Z/82 0.1119721705637486 0.327607553298 v3404( 5, 1) c Z/2 +6.0601002007019782 Z/28 -0.1328076620325541 0.450675980247 v3510(-1, 3) c D2 +6.0601002007019782 Z/60 -0.1328076620325541 0.450675980247 v3509(-1, 3) c D2 +6.0601701028239923 Z/49 -0.2461258413055718 0.329675880280 v3421(-1, 4) c Z/2 +6.0601793748292760 Z/206 0.0531445226244519 0.304187160332 v3369(-2, 3) c Z/2 +6.0602780592751352 Z/10 -0.0771378454735132 0.524715566655 v3541(-4, 1) c Z/2 +6.0604950429427919 Z/54 0.1333469285329919 0.346357824135 v3435( 5, 1) c Z/2 +6.0605198204638023 Z/288 -0.0434413749165965 0.305371516016 v3371(-5, 2) c D2 +6.0606578434949594 Z/162 -0.1147664928250758 0.383461926057 v3464(-4, 3) c Z/2 +6.0610936575543225 Z/77 -0.2229193346551266 0.313530862130 v3392(-1, 4) c Z/2 +6.0612239604043945 Z/3 + Z/21 0.2378513747162936 0.326329967183 v3400( 6, 1) c Z/2 +6.0617040673394416 Z/37 -0.0624908886593692 0.304406164388 v3373(-5, 2) c Z/2 +6.0617220909496324 Z/6 0.2282939620646894 0.474252020368 v3513(-1, 3) c Z/2 +6.0618167062853433 Z/179 0.1504936151589052 0.308478665887 v3371(-5, 1) c Z/2 +6.0622869416702519 Z/57 0.1906962847308818 0.331579884585 v3420( 1, 4) c Z/2 +6.0623455520009985 Z/56 -0.1625986919564688 0.382414864616 v3457( 2, 3) c D2 +6.0625499842102402 Z/11 -0.1130339132102528 0.331214614166 v3422(-4, 3) c Z/2 +6.0633464220395987 Z/8 -0.0325708264620303 0.431249270411 v3480( 1, 3) c Z/2 +6.0640674382138429 Z/45 -0.0169820907563915 0.318725414081 v3375( 2, 3) c D2 +6.0644647639776164 Z/90 -0.0305493166588430 0.383178389818 v3467(-4, 1) c Z/2 +6.0656889208079238 Z/30 -0.2151281283253627 0.441023703750 v3498(-3, 2) c Z/2 +6.0658570911175069 Z/125 -0.0982057108252699 0.311207597328 v3404(-4, 1) c Z/2 +6.0659836026948991 Z/45 0.2402096371583071 0.309837095721 v3382(-6, 1) c Z/2 +6.0666205015119418 Z/9 -0.0386707237110461 0.330152403242 v3423( 5, 2) c Z/2 +6.0666778090303827 Z/213 0.1067257495740321 0.353794910817 v3431( 1, 4) c D2 +6.0667432537771546 Z/154 0.1318547566134556 0.317332834192 v3390(-2, 3) c Z/2 +6.0670914532723863 Z/4 0.1111096343602430 0.342444482052 v3423(-6, 1) c Z/2 +6.0676748361707361 Z/6 + Z/6 0.1347253691485423 0.368512800916 v3452( 5, 1) c D2 +6.0680842759622639 Z/83 -0.0074191186059446 0.327639335012 v3421(-3, 4) c Z/2 +6.0694469832616665 Z/100 0.2458844545737115 0.453260246299 v3500(-1, 3) c Z/2 +6.0700834046275117 Z/54 -0.1463787780090920 0.303114627273 v3374( 4, 3) c Z/2 +6.0705406311098416 Z/3 -0.1548028191209174 0.312286063992 v3395( 7, 1) c Z/2 +6.0705481075853524 Z/108 0.1458841485017807 0.412155933527 v3478(-4, 1) c Z/2 +6.0705953236858510 Z/58 -0.1744274454600368 0.346647067862 v3435( 5, 2) c Z/2 +6.0706966891331665 Z/84 0.0194263323496636 0.325037545605 v3399( 1, 4) c Z/2 +6.0712403182788941 Z/3 + Z/30 0.0757888259192548 0.372436197463 v3533(-4, 1) c Z/2 +6.0712465873984767 Z/181 0.0690438697631211 0.343750423457 v3439( 1, 4) c Z/2 +6.0712744732579973 Z/68 -0.0329835225390233 0.306500405078 v3403( 4, 1) c Z/2 +6.0719500587495903 Z/3 -0.0160043514712701 0.421597221996 v3489(-3, 2) c Z/2 +6.0723552106951379 Z/227 -0.1435984919119707 0.301189854850 v3373(-1, 4) c Z/2 +6.0724077847443769 Z/28 -0.0786239387404001 0.490359955088 v3522(-2, 3) c trivial +6.0728986665488905 Z/3 + Z/6 -0.2338870042168507 0.362326639072 v3452(-5, 2) c D2 +6.0734186480434086 Z/63 0.1387779283621861 0.306705348045 v3404( 3, 4) c Z/2 +6.0742691783260950 Z/2 + Z/10 0.1582049390447810 0.312531014603 v3411( 1, 4) c D2 +6.0748072971490597 Z/6 0.2192765036252475 0.312951408046 v3412( 1, 2) c D2 +6.0753928700932409 Z/8 -0.2130098011945652 0.402845786933 v3480(-1, 3) c Z/2 +6.0755162254908124 Z/33 -0.1759666028096651 0.325809586911 v3433(-1, 4) c Z/2 +6.0761856088293328 Z/3 + Z/21 0.1630741153339618 0.454959799192 v3513( 4, 1) c Z/2 +6.0761994467611970 Z/32 -0.0935699248738505 0.302031700130 v3378( 1, 4) c D2 +6.0761994467611970 Z/6 + Z/6 -0.0935699248738505 0.302031700130 v3377( 1, 4) c D2 +6.0764337601543052 Z/2 + Z/90 -0.0726141945456897 0.331713258407 v3427( 5, 1) c D2 +6.0765091349828946 Z/145 -0.1848763005156740 0.321121649629 v3404(-2, 3) c Z/2 +6.0768887308947726 Z/46 0.2158608731418022 0.344373588410 v3444( 1, 3) c Z/2 +6.0774033584972570 Z/101 -0.1742803176867684 0.326001040797 v3421(-5, 2) c Z/2 +6.0774188668657676 Z/64 -0.0242174218717334 0.357399390131 v3458(-5, 1) c Z/2 +6.0774773118412615 Z/219 -0.1556655622855714 0.326376171042 v3431(-1, 4) c D2 +6.0775665223900732 Z/79 0.1524628483645278 0.399970743364 v3473(-3, 2) c Z/2 +6.0781499047000426 Z/5 + Z/10 0.1386491203762569 0.326871139686 v3411( 4, 3) c D2 +6.0790172244798318 Z/27 0.2447048057301698 0.360693479664 v3448(-2, 3) c Z/2 +6.0792849967486192 Z/60 0.2298391644132403 0.320785893355 v3421( 4, 1) c Z/2 +6.0795116977585586 Z/23 -0.0790148660570449 0.349792823425 v3443(-4, 3) c Z/2 +6.0796851512815901 Z/166 0.0945561816260823 0.415274549412 v3482(-2, 3) c Z/2 +6.0799225458201376 Z/56 0.0563105523922510 0.377695945148 v3469( 5, 1) c D2 +6.0799225458201376 Z/56 -0.0563105523922510 0.377695945148 v3470(-1, 3) c D2 +6.0799225458201376 Z/40 0.1103561142744156 0.377695945148 v3469(-1, 3) c D2 +6.0799225458201376 Z/40 -0.1103561142744156 0.377695945148 v3470( 5, 1) c D2 +6.0805285006410043 Z/47 0.2160992295877067 0.475572521468 v3521( 4, 1) c Z/2 +6.0809782334785766 Z/39 -0.2117866554258243 0.466313393116 v3517(-2, 3) c D2 +6.0824060411160473 Z/2 0.2143710482355282 0.307903064188 v3412(-1, 2) c D2 +6.0824218862454781 Z/21 0.0035155826183008 0.302455445001 v3400( 4, 3) c Z/2 +6.0827866536235380 Z/119 0.0395206330819085 0.310564724426 v3409( 1, 4) c Z/2 +6.0830634424545593 Z/19 0.2023962873768259 0.309040417045 v3408(-6, 1) c Z/2 +6.0839946965351078 Z/62 -0.0459700846606672 0.337029479902 v3444( 5, 1) c Z/2 +6.0847886153743003 Z/3 -0.0333224170503871 0.301057664256 v3394(-7, 1) c Z/2 +6.0853161070652140 Z/75 0.1072637232357500 0.405407299845 v3483( 2, 3) c Z/2 +6.0853802222847701 Z/29 -0.0795626932256734 0.354161774478 v3462( 5, 1) c Z/2 +6.0856167330025962 Z/9 -0.0004070290546929 0.408106610626 v3476(-1, 3) c Z/2 +6.0862149926526312 Z/171 0.1366254318430808 0.334344474063 v3445(-1, 3) c Z/2 +6.0870672449437758 Z/30 0.1791656324247075 0.316499928561 v3425( 6, 1) c Z/2 +6.0873874067149979 Z/2 0.1372773700517287 0.524966821478 v3541( 4, 1) c Z/2 +6.0874354579691044 Z/102 -0.0514499039454500 0.432721256395 v3489( 2, 3) c Z/2 +6.0874793977412312 Z/57 0.1846793002992655 0.456542054883 v3516(-5, 1) c D2 +6.0877582118095386 Z/3 + Z/6 0.2074732674957198 0.404306855268 v3485(-5, 1) c Z/2 +6.0878968064919990 Z/113 -0.2465070487881518 0.390490984640 v3479( 4, 1) c Z/2 +6.0885085238778379 Z/141 -0.1808763245398105 0.307652719203 v3416( 5, 1) c Z/2 +6.0889516697302033 Z/36 0.0608973988246200 0.330337528513 v3434( 4, 3) c Z/2 +6.0893007495921976 Z/46 -0.2377705314045883 0.394594698400 v3484( 4, 1) c Z/2 +6.0896496384579218 Z/4 + Z/8 0.2500000000000000 0.431277313831 v3492(-4, 1) c D2 +6.0896496384579218 Z/4 + Z/16 0.2500000000000000 0.431277313831 v3493(-1, 3) c D2 +6.0896496384579217 Z/4 + Z/40 0.2500000000000000 0.431277313831 v3490(-4, 1) c D2 +6.0896496384579218 Z/2 + Z/2 + Z/20 0.2500000000000000 0.431277313831 v3491(-1, 3) c D2 +6.0900533795615248 Z/20 -0.1622069412350731 0.316860334409 v3408( 7, 1) c Z/2 +6.0908219616053632 Z/88 -0.0243904555790055 0.383861202435 v3474(-3, 2) c Z/2 +6.0910219450736995 Z/3 0.0512885834022635 0.503000529268 v3536( 5, 1) c Z/2 +6.0916985742394103 Z/24 0.0622073212411448 0.426909666185 v3492(-3, 2) c D2 +6.0916985742394103 Z/200 0.0622073212411448 0.426909666185 v3490(-3, 2) c D2 +6.0917020203102623 Z/29 0.1995472877546737 0.378769838335 v3477( 3, 2) c Z/2 +6.0917381299229988 Z/82 -0.1575216694169316 0.383298481695 v3473(-4, 1) c Z/2 +6.0917477032544944 Z/3 + Z/3 0.0471421507558840 0.462008889688 v3514(-5, 1) c Z/2 +6.0920210378310102 Z/137 -0.1677735229195197 0.469502459414 v3523( 3, 2) c Z/2 +6.0924911213698034 Z/21 0.2410961775807581 0.395723309007 v3483(-2, 3) c Z/2 +6.0927892135007441 Z/51 -0.1121717168836076 0.439712364857 v3524( 3, 2) c Z/2 +6.0930450496438232 Z/2 + Z/98 -0.1043899010548620 0.361818681765 v3465(-2, 3) c Z/2 +6.0930800344062922 Z/28 0.2336002744038980 0.424974067434 v3495( 1, 3) c Z/2 +6.0930800344062922 Z/68 -0.2336002744038980 0.424974067434 v3494(-1, 3) c Z/2 +6.0931093803812344 Z/52 -0.1492453987487087 0.341139585196 v3443( 5, 1) c Z/2 +6.0936675678548808 Z/103 -0.1084076205799321 0.356669967912 v3455(-5, 1) c Z/2 +6.0943509855009076 Z/165 0.0526113698744404 0.327417073505 v3439( 4, 3) c Z/2 +6.0944526427369867 Z/10 -0.1843938241596918 0.321334559937 v3421( 2, 3) c Z/2 +6.0944894122287757 Z/22 -0.0568518514993477 0.328781040224 v3425( 1, 3) c Z/2 +6.0949683635943838 Z/191 0.0781697002621561 0.323995822280 v3434( 1, 4) c Z/2 +6.0954550478560512 Z/2 + Z/8 0.2229984048984452 0.361027854385 v3458(-4, 3) c Z/2 +6.0962079926941573 Z/93 0.0193090347835784 0.308066562240 v3421(-5, 1) c Z/2 +6.0964187305906759 Z/7 0.0172331433905045 0.318179458658 v3423( 1, 3) c Z/2 +6.0965093812737025 Z/31 0.2380016120246444 0.362124799532 v3462(-5, 1) c Z/2 +6.0972603349567414 Z/21 0.1251521608437133 0.319349739385 v3502(-3, 2) c Z/2 +6.0975921022361505 Z/3 0.0556137715181556 0.437758410485 v3516( 3, 2) c D2 +6.0979531889984156 Z/126 -0.1712439337248228 0.333002088665 v3445( 4, 3) c Z/2 +6.0984734823663815 Z/24 0.0377976948518714 0.392580821057 v3486(-5, 1) c Z/2 +6.0997748952005822 Z/2 + Z/4 -0.1582421608759264 0.327606369861 v3435(-2, 3) c Z/2 +6.1000392188052008 Z/28 -0.2275344489144351 0.338018470885 v3457(-1, 4) c D2 +6.1002178983586995 Z/21 -0.1130698141418746 0.445433844450 v3513(-2, 3) c Z/2 +6.1010170314343566 Z/99 -0.1017873427661882 0.329339321933 v3445(-5, 1) c Z/2 +6.1011569357072159 Z/15 0.1481075847782900 0.344851519794 v3462(-2, 3) c Z/2 +6.1017419037414671 Z/112 -0.2432729619042818 0.344720980121 v3457( 4, 1) c D2 +6.1017966134747238 Z/10 0.2239770998954427 0.300323504785 v3412( 3, 2) c D2 +6.1023522235007569 Z/80 0.2203463205248371 0.308941243186 v3417(-3, 2) c Z/2 +6.1042245782570569 Z/8 0.0068204320422161 0.403669294856 v3492(-1, 3) c D2 +6.1042245782570569 Z/216 0.0068204320422161 0.403669294856 v3490(-1, 3) c D2 +6.1051112547208187 Z/2 + Z/4 -0.1715128671924378 0.311540933787 v3425(-5, 2) c Z/2 +6.1052860151568307 Z/12 -0.1173604497318709 0.398617723132 v3485( 5, 1) c Z/2 +6.1059182307378330 Z/4 0.0526678305695489 0.417365503012 v3495(-1, 3) c Z/2 +6.1059182307378330 Z/100 -0.0526678305695489 0.417365503012 v3494( 1, 3) c Z/2 +6.1059984841657679 trivial 0.2414570286636213 0.515909888188 v3536( 3, 2) c Z/2 +6.1061565349236447 Z/16 0.1979913549413410 0.302940897829 v3404( 5, 3) c Z/2 +6.1066884134098199 Z/40 -0.2169672520252490 0.445648326179 v3508( 3, 2) c D2 +6.1066884134098199 Z/3 + Z/24 -0.2169672520252490 0.445648326179 v3511( 3, 2) c D2 +6.1072960621395511 Z/58 0.1136477994364439 0.314018360087 v3443( 1, 3) c Z/2 +6.1073008784416260 Z/70 0.0728992093504521 0.333440425071 v3448( 3, 4) c Z/2 +6.1076345036319544 Z/112 -0.2129508295791919 0.355218767706 v3457(-4, 3) c D2 +6.1077772978510128 Z/187 0.0077958302486301 0.326150761857 v3442( 1, 4) c Z/2 +6.1080477559786719 Z/14 -0.2314162259282073 0.308531978092 v3425(-1, 3) c Z/2 +6.1081955767541720 Z/51 0.1766216779378005 0.386917269934 v3482(-5, 1) c Z/2 +6.1084338946130724 Z/27 -0.0580089874352249 0.308154842744 v3416(-5, 2) c Z/2 +6.1085295534967618 Z/144 0.1838115228959168 0.315693256836 v3427( 4, 3) c D2 +6.1095886561403403 Z/40 0.0350052825412808 0.403427973172 v3480(-5, 1) c Z/2 +6.1098435788866765 Z/2 + Z/24 -0.2106321319077596 0.324762110052 v3444(-6, 1) c Z/2 +6.1099365001751059 Z/9 -0.1805802587577679 0.304961845711 v3422( 5, 1) c Z/2 +6.1102107609609418 Z 0.1038626042268123 0.300365721360 v3408( 1, 3) c Z/2 +6.1108304468771025 Z/29 -0.1038885357076282 0.452670075803 v3522( 3, 2) c trivial +6.1114884065759568 Z/69 0.1664619525507502 0.370352559402 v3474(-4, 1) c Z/2 +6.1115141185949434 Z/48 0.0644752538898841 0.356870997748 v3472(-2, 3) c D2 +6.1116599153551870 Z/49 -0.0668703045096137 0.499146021296 v3529( 3, 2) c D2 +6.1118883968964941 Z/12 -0.0426171678193675 0.402161914065 v3485(-1, 3) c D2 +6.1120076358693883 Z/12 0.1602180223550823 0.388654647284 v3476(-2, 3) c Z/2 +6.1122343793748720 Z/8 -0.1456807942647844 0.311592602410 v3423( 2, 3) c Z/2 +6.1124999212048233 Z/13 0.1521803662961093 0.308290363493 v3422(-6, 1) c Z/2 +6.1131403115355124 Z/30 0.2248889902044935 0.489250482053 v3535( 4, 1) c Z/2 +6.1132778018380444 Z/109 -0.1967439606976997 0.307126944233 v3434( 5, 1) c Z/2 +6.1133655245973355 Z/15 -0.0946414098983345 0.300527962832 v3410( 5, 2) c Z/2 +6.1135777305408882 Z/3 + Z/24 0.1713741790092691 0.302494125863 v3420( 4, 3) c Z/2 +6.1139907473670499 Z/2 + Z/82 -0.1265135406634741 0.358403927075 v3464(-1, 4) c Z/2 +6.1143587498348209 Z/27 0.0847889638311570 0.389131170063 v3477(-1, 3) c Z/2 +6.1147606700830785 Z/112 -0.0981087775439749 0.458030389730 v3524(-2, 3) c Z/2 +6.1151927030160993 Z/24 0.1820967964548544 0.435423529492 v3512(-1, 3) c D2 +6.1152057732207813 Z/213 0.2279372988394854 0.357829626427 v3471(-4, 3) c Z/2 +6.1153265621499761 Z/2 + Z/10 -0.0309826713466012 0.316810432624 v3438( 4, 3) c Z/2 +6.1157274141994875 Z/3 -0.1492691881213226 0.418826051325 v3514(-3, 2) c Z/2 +6.1161554924515699 Z/169 0.1144375443476843 0.381764817599 v3482( 1, 3) c Z/2 +6.1164620942276132 Z/154 0.2148112370151694 0.364457073546 v3471(-1, 4) c Z/2 +6.1201171393466319 Z/25 0.1848315658086321 0.306762183041 v3443(-6, 1) c Z/2 +6.1201785289873396 Z/2 + Z/36 -0.0832821491156343 0.337435868637 v3454(-5, 1) c Z/2 +6.1201785289873396 Z/2 + Z/30 0.2083845175510323 0.337435868637 v3453(-5, 1) c D2 +6.1203159614158607 Z -0.1105775131273069 0.365687805402 v3467(-2, 3) c Z/2 +6.1203503828245453 Z/48 -0.2166980378371848 0.334332694242 v3458(-5, 2) c Z/2 +6.1208214563339628 Z/26 -0.0973949310563366 0.305596875943 v3435( 1, 4) c Z/2 +6.1216661191237579 Z/2 + Z/34 0.1017921394083623 0.323825375399 v3454( 5, 1) c Z/2 +6.1216661191237579 Z/2 + Z/12 -0.1065411939249710 0.323825375399 v3452( 1, 3) c D2 +6.1216661191237579 Z/2 + Z/20 -0.1065411939249710 0.323825375399 v3453( 5, 1) c D2 +6.1227788032303803 Z/6 0.0278808807918038 0.378080841136 v3484(-4, 1) c Z/2 +6.1231307979804957 Z/19 0.0899688147690039 0.439262746881 v3532( 4, 1) c Z/2 +6.1232755363954947 Z/13 -0.0834220279999113 0.375503418537 v3476( 5, 1) c Z/2 +6.1233980932973819 Z/5 0.1343178636301771 0.360010009117 v3477(-5, 2) c Z/2 +6.1234595479249285 Z/5 -0.0508419962482963 0.436344519986 v3522( 1, 3) c trivial +6.1234653194679911 Z/109 -0.0681335004498946 0.301821613372 v3421(-5, 3) c Z/2 +6.1248236658926666 Z/42 0.2097854562557635 0.456992883179 v3522( 4, 1) c trivial +6.1254336982124391 Z 0.0649230403149152 0.307245143170 v3445( 6, 1) c Z/2 +6.1255829104986531 Z/99 0.1772442592397425 0.322340546401 v3455( 2, 3) c Z/2 +6.1258253070323173 Z/54 0.1711704770309709 0.347042710448 v3465( 5, 1) c Z/2 +6.1258732653720475 Z/2 + Z/22 0.0162199556457447 0.305013233812 v3441(-4, 3) c Z/2 +6.1263641824363842 Z/86 0.1390687909280405 0.485418419262 v3538(-1, 3) c Z/2 +6.1265737188323431 Z/26 -0.2197898626368830 0.309057860518 v3425( 2, 3) c Z/2 +6.1266371005640053 Z/3 + Z/33 -0.1332937140167093 0.396457254687 v3489( 5, 1) c Z/2 +6.1267583220023422 Z/24 0.2458418748405618 0.376120528048 v3477(-2, 3) c Z/2 +6.1272203609245835 Z/28 -0.1136224579262754 0.349372602682 v3471( 3, 2) c Z/2 +6.1277782111199742 Z/56 0.1568413323761352 0.431780142615 v3520(-3, 2) c D2 +6.1277782111199742 Z/64 0.1764920009571981 0.431780142615 v3519( 3, 2) c D2 +6.1280254102837674 Z/46 0.1654052736741609 0.472904609647 v3525( 3, 2) c Z/2 +6.1281557258870202 Z/2 + Z/24 0.1700728736293741 0.435747166048 v3511( 2, 3) c D2 +6.1281557258870202 Z/2 + Z/40 0.1700728736293741 0.435747166048 v3508( 2, 3) c D2 +6.1283984993708364 Z/180 0.1211623076104724 0.302967504503 v3427( 5, 2) c D2 +6.1285402494878886 Z/26 -0.1976946385426663 0.365960216788 v3473( 4, 3) c Z/2 +6.1287723666177844 Z/2 + Z/8 0.2303091244772629 0.426592330489 v3526(-3, 2) c Z/2 +6.1288805293947155 Z/51 -0.0585357352160059 0.399483921564 v3499(-2, 3) c Z/2 +6.1290696067514205 Z/2 + Z/2 0.0237543334356149 0.305794413459 v3444(-4, 3) c Z/2 +6.1301134653460610 Z/11 -0.1710738833399116 0.315087276307 v3448(-4, 1) c Z/2 +6.1304570611558265 Z/61 0.0225210541678878 0.437430353978 v3521(-5, 1) c Z/2 +6.1307865858882767 Z/3 + Z/3 -0.1345268106958561 0.429793047330 v3515(-5, 1) c Z/2 +6.1323618780571699 Z/134 -0.0298944534664944 0.459571894532 v3524(-4, 1) c Z/2 +6.1325296701647828 Z/32 0.0088486300896300 0.363069846990 v3479( 1, 4) c Z/2 +6.1328553610532589 Z/88 -0.2052521704429299 0.303369167666 v3439( 5, 1) c Z/2 +6.1338316029122038 Z/4 0.1123515075858880 0.304264009945 v3428(-7, 1) c Z/2 +6.1338610285070361 Z/138 0.2258869643853904 0.306825866236 v3438(-1, 4) c Z/2 +6.1340421257385402 Z/6 0.1363647546485110 0.382146449887 v3485( 1, 3) c Z/2 +6.1342599119202432 Z/54 -0.0117954115560832 0.410236666099 v3503( 4, 1) c Z/2 +6.1368042569982205 Z/69 -0.2355048439985341 0.307987967671 v3442(-4, 3) c Z/2 +6.1384060602479761 Z/30 -0.0297627504608046 0.314228044542 v3452(-6, 1) c D2 +6.1400658002025679 Z/45 0.1353410510146609 0.313457676367 v3455(-4, 3) c Z/2 +6.1410802908059374 Z/4 + Z/4 -0.1934972983116966 0.381306920547 v3480( 2, 3) c Z/2 +6.1423411601152528 Z/123 0.1137299490132184 0.466220606543 v3528(-3, 2) c D2 +6.1428474377872732 Z/2 + Z/94 0.1108189394894553 0.332160974384 v3464(-3, 4) c Z/2 +6.1429577443035794 Z/25 -0.0026100047787342 0.355202363771 v3477( 5, 1) c Z/2 +6.1433119848442770 Z/28 0.0983088867447722 0.411385768458 v3510( 1, 4) c D2 +6.1433119848442771 Z/52 0.0983088867447722 0.411385768458 v3509( 1, 4) c D2 +6.1434428445077105 Z/122 -0.1664185676233930 0.328044951421 v3463(-5, 1) c Z/2 +6.1438559286037072 Z/4 + Z/4 -0.0512916756108300 0.357135398157 v3480(-2, 3) c Z/2 +6.1450439379874215 Z/3 + Z/45 -0.1546910400458045 0.303294086598 v3472( 5, 1) c Z/2 +6.1458519908849207 Z/51 -0.1484947603313077 0.402359128157 v3513( 3, 2) c Z/2 +6.1459026166337081 Z/74 0.2338650832293762 0.397749626795 v3503( 1, 3) c Z/2 +6.1466873154195267 Z/23 -0.2186659211499299 0.359953454265 v3487( 5, 1) c Z/2 +6.1467292843113319 Z/153 0.1764618408187105 0.338446393496 v3467( 5, 1) c Z/2 +6.1473234974396449 Z/116 0.1709527917963297 0.312183853582 v3451( 3, 2) c Z/2 +6.1475389062644435 Z/81 -0.0534620187229193 0.363776626726 v3481(-2, 3) c Z/2 +6.1476136968539702 Z/57 -0.0728501697155838 0.381823022303 v3489(-1, 3) c Z/2 +6.1476301863253251 Z/2 + Z/34 0.1774356729587388 0.402465035916 v3503( 3, 2) c Z/2 +6.1476952539066141 Z/25 0.0817704661009592 0.337806793468 v3470( 5, 2) c D2 +6.1476952539066141 Z/47 0.2484371327676258 0.337806793468 v3469( 5, 2) c D2 +6.1485528187811098 Z/47 0.1278774189014160 0.349810908227 v3474( 4, 3) c Z/2 +6.1486206476221080 Z/2 0.2388872098165198 0.301536674101 v3441(-3, 4) c Z/2 +6.1487934303006664 Z/2 + Z/20 0.0422918476977142 0.327431478918 v3464( 3, 2) c Z/2 +6.1498075076449245 Z/4 + Z/8 -0.1439090945683584 0.400824637536 v3509( 4, 1) c D2 +6.1498075076449245 Z/8 + Z/8 -0.1439090945683584 0.400824637536 v3508(-4, 1) c D2 +6.1498075076449245 Z/4 + Z/24 -0.1439090945683584 0.400824637536 v3511(-4, 1) c D2 +6.1498075076449245 Z/4 + Z/28 -0.1439090945683584 0.400824637539 v3510( 4, 1) c D2 +6.1498866171641640 Z/8 -0.1632301897822230 0.359109961878 v3477(-6, 1) c Z/2 +6.1500838094894062 Z/57 -0.0160629411964497 0.379864619225 v3498(-5, 1) c Z/2 +6.1502000241716458 Z/74 -0.0123275813297260 0.338476090839 v3465(-5, 1) c Z/2 +6.1514209827944135 Z/11 -0.1381724379374453 0.327835176836 v3487(-1, 3) c Z/2 +6.1521253725491122 Z/71 0.0490749147326982 0.340335867335 v3473( 5, 1) c Z/2 +6.1522265872633612 Z/18 0.0136686807978690 0.411714751817 v3504( 1, 3) c D2 +6.1534075309101766 Z/15 -0.2127579143299376 0.433771384307 v3521(-1, 3) c Z/2 +6.1534634240739403 Z/39 -0.0466938691973787 0.505306765689 v3543(-4, 1) c Z/2 +6.1535201092894751 Z/52 0.0157954785528648 0.382867438309 v3494(-5, 1) c Z/2 +6.1535201092894751 Z/84 -0.0157954785528648 0.382867438309 v3495( 5, 1) c Z/2 +6.1556985556550047 Z/162 -0.0694075436913904 0.338208272429 v3467( 4, 3) c Z/2 +6.1564024701118481 Z/62 0.1867877303375647 0.500007759511 v3538(-3, 2) c Z/2 +6.1564262888105142 trivial 0.1426920404392060 0.337632522810 v3470( 4, 3) c D2 +6.1564262888105142 Z/25 -0.1906412928941273 0.337632522810 v3469( 4, 3) c D2 +6.1564373645396929 Z/16 -0.0381092694548771 0.375454491776 v3493( 4, 3) c D2 +6.1564373645396929 Z/2 + Z/50 -0.0381092694548771 0.375454491776 v3491( 4, 3) c D2 +6.1574180020732484 Z/37 -0.1283066748723569 0.502439375110 v3539( 3, 1) c Z/2 +6.1577760879664648 Z/4 + Z/20 -0.2386623771834325 0.312158377319 v3458( 2, 3) c Z/2 +6.1586479151615010 Z/8 -0.0998355675975580 0.462340195801 v3532(-5, 1) c Z/2 +6.1588920413646124 Z/86 0.1981769341116007 0.304594068475 v3455(-5, 2) c Z/2 +6.1589577320489243 Z/3 + Z/24 -0.0345131725071658 0.404810841129 v3513(-5, 1) c Z/2 +6.1591989036223339 Z/129 0.0649633853308206 0.300133201536 v3451( 2, 3) c Z/2 +6.1604365569587688 Z/44 0.1159988655946292 0.320040366234 v3455(-1, 4) c Z/2 +6.1604634186993156 Z/26 0.0862517860686477 0.403990564217 v3504(-5, 1) c Z/2 +6.1615141609294553 Z/2 + Z/68 -0.0545063966671250 0.329166491413 v3464(-5, 2) c Z/2 +6.1617310497383010 Z/27 -0.0532910932510839 0.413585095728 v3521(-2, 3) c Z/2 +6.1621371727905795 Z/84 0.0115603514150131 0.312732062777 v3457(-3, 4) c D2 +6.1629025655942175 Z/104 -0.0955464909966698 0.447097679253 v3540(-1, 3) c Z/2 +6.1631424636603387 Z/92 0.2244553148920453 0.358665874004 v3481( 5, 1) c Z/2 +6.1633550696061876 Z/74 0.0513997782988368 0.445540889665 v3525( 2, 3) c Z/2 +6.1636604107130439 Z/24 -0.0428667592560117 0.366791837306 v3486( 1, 3) c Z/2 +6.1644659360171078 Z/31 -0.0834313990947485 0.433160419969 v3534( 1, 3) c Z/2 +6.1645711262206527 Z/111 0.0175523838188484 0.347328819536 v3479(-4, 1) c Z/2 +6.1650464935178700 Z/89 0.1935949420668263 0.327055602507 v3471( 4, 1) c Z/2 +6.1652520395901493 Z/33 -0.2209050122557905 0.329117258955 v3471( 2, 3) c Z/2 +6.1654702444164010 Z/9 -0.1796898419203346 0.449302741076 v3541( 3, 2) c Z/2 +6.1671584270300875 Z/44 0.0724175971147275 0.371789555725 v3495( 2, 3) c Z/2 +6.1671584270300875 Z/52 -0.0724175971147275 0.371789555725 v3494(-2, 3) c Z/2 +6.1673538760569294 Z/58 -0.0214156802084929 0.466901276555 v3534(-4, 1) c Z/2 +6.1677366468458502 Z/6 0.2044294938615423 0.305879078072 v3452(-4, 3) c D2 +6.1678350122619037 Z/102 -0.0860722657654678 0.411324684888 v3523(-4, 1) c Z/2 +6.1688770537957000 Z/111 -0.1952411901694176 0.377026826455 v3499( 2, 3) c Z/2 +6.1689102656515345 Z/7 -0.1074389449445663 0.479566948821 v3536(-5, 1) c Z/2 +6.1689199410243362 Z/57 0.0943303471674984 0.397518594685 v3517( 4, 1) c D2 +6.1690473195289033 Z/42 -0.0082433435959271 0.461414585679 v3528( 5, 1) c D2 +6.1694308131444347 Z/19 0.0496290935886679 0.331499825604 v3476(-5, 2) c Z/2 +6.1695920057204794 Z/107 0.0835439524272878 0.337977060575 v3474(-2, 3) c Z/2 +6.1695930097455922 Z/21 -0.1265336531135186 0.337460688718 v3474( 5, 1) c Z/2 +6.1714946610176497 Z/53 -0.0216888056612941 0.399972384856 v3519( 5, 1) c D2 +6.1714946610176497 Z/35 -0.1449778610053725 0.399972384856 v3520(-5, 1) c D2 +6.1720240367929321 Z/15 0.1189687524308050 0.356330167272 v3485(-2, 3) c Z/2 +6.1721115335570686 Z/3 0.1767395268819216 0.338220249568 v3476( 1, 3) c Z/2 +6.1724179091892649 Z/40 0.2160735680148354 0.340021143828 v3480( 5, 1) c Z/2 +6.1725778124235598 Z/10 -0.1511987030988519 0.312708938367 v3464( 4, 1) c Z/2 +6.1735720489041972 Z/4 -0.2253815016943919 0.430902542713 v3524( 2, 3) c Z/2 +6.1736995433757299 Z/186 -0.1868713939072737 0.307127648472 v3459( 3, 2) c D2 +6.1738726422955278 Z/98 0.1386599898317513 0.321014623915 v3464(-5, 1) c Z/2 +6.1743943129246036 Z/76 -0.1951490607644756 0.367983406502 v3495(-5, 1) c Z/2 +6.1743943129246036 Z/108 0.1951490607644756 0.367983406502 v3494( 5, 1) c Z/2 +6.1744060728536943 Z/34 -0.2363681742091317 0.380617549995 v3504( 5, 1) c Z/2 +6.1750202765138376 Z/6 -0.1655993103699567 0.384838212903 v3504(-1, 3) c Z/2 +6.1755788033225500 Z/214 -0.0474964156457193 0.320830276041 v3471(-3, 4) c Z/2 +6.1763629007177395 Z/2 + Z/62 0.0765950522061853 0.309014076815 v3463(-4, 3) c Z/2 +6.1767321401700475 Z/57 0.2419195132371077 0.329058558119 v3473( 5, 2) c Z/2 +6.1768626180832820 Z/34 0.0584230660860116 0.440594121584 v3529(-5, 1) c D2 +6.1770696444959764 Z/25 -0.0405200769783271 0.378709607664 v3500( 4, 3) c Z/2 +6.1770735765224695 Z/128 0.2204411986520433 0.401329745207 v3523( 2, 3) c Z/2 +6.1791457305621961 Z/76 -0.2396845251126184 0.330545957270 v3473(-2, 3) c Z/2 +6.1810070957894101 Z/59 0.2446734925745200 0.311239796308 v3502( 1, 3) c Z/2 +6.1810220575110621 Z/171 -0.1305640149849934 0.325480005560 v3467( 5, 2) c Z/2 +6.1812506820648478 Z/33 -0.1429843973053781 0.394414360438 v3516( 5, 1) c D2 +6.1823320804223584 Z/2 + Z/152 0.2072121077844224 0.300032909758 v3459( 2, 3) c Z/2 +6.1829246901124614 Z/4 0.2095499580836003 0.382533648789 v3505(-7, 1) c D2 +6.1830185355722750 trivial 0.0390665248319092 0.334264541189 v3487( 1, 3) c Z/2 +6.1831077637201520 Z/109 0.0223908050812973 0.337799765956 v3484( 1, 4) c Z/2 +6.1833548307248646 Z/11 -0.1940719645946345 0.391403374820 v3505( 8, 1) c D2 +6.1839557275180864 Z/61 -0.1421095348650653 0.346984311264 v3482( 5, 1) c Z/2 +6.1848673784587798 Z/67 0.1073751804510332 0.313706986315 v3470(-2, 3) c D2 +6.1848673784587798 Z/53 -0.2259581528823002 0.313706986315 v3469(-2, 3) c D2 +6.1848746471464897 Z/39 -0.1184202398498424 0.463644608546 v3540( 4, 1) c Z/2 +6.1849742245163434 Z/3 + Z/21 -0.1392586278769612 0.388723335530 v3517(-4, 1) c D2 +6.1874980616560216 Z/20 0.2143181531350257 0.359425905775 v3495(-2, 3) c Z/2 +6.1874980616560216 Z/116 -0.2143181531350257 0.359425905775 v3494( 2, 3) c Z/2 +6.1876619838551006 Z/90 -0.0640236238584455 0.307070891360 v3464( 2, 3) c Z/2 +6.1892486917216167 Z/109 0.1402589729098953 0.333404600839 v3478( 1, 4) c Z/2 +6.1897558594689799 Z/16 0.0239181998678947 0.332038820856 v3487(-2, 3) c Z/2 +6.1899153204477046 Z/146 0.1448849637898836 0.418916046418 v3523( 4, 1) c Z/2 +6.1914768806582230 Z/39 -0.1570339188583956 0.381810451877 v3512(-2, 3) c Z/2 +6.1920252063747055 Z/24 -0.0912083488168714 0.382530896423 v3513( 1, 3) c Z/2 +6.1931433065519579 Z/66 0.2178456699193719 0.449237064749 v3543( 3, 1) c Z/2 +6.1933657745636437 Z/30 -0.2196941215729065 0.348673842214 v3486(-1, 3) c Z/2 +6.1938766903035334 Z/29 -0.0838975702207533 0.339297243139 v3487(-5, 2) c Z/2 +6.1943434792090368 Z/10 -0.0140330807004311 0.450266908281 v3531( 5, 1) c Z/2 +6.1968349205682403 Z/66 -0.1523747629005540 0.358736300239 v3498( 5, 2) c Z/2 +6.1974450350226577 Z/98 0.1997922810491510 0.405263751989 v3524( 4, 1) c Z/2 +6.1974947033776018 Z/8 0.0665865517689948 0.319385119320 v3474( 5, 2) c Z/2 +6.1984372102659026 Z/3 + Z/3 0.1970699304109595 0.342493116832 v3486( 6, 1) c Z/2 +6.1995085597218682 Z/106 0.1455189228202608 0.316275564546 v3474( 1, 4) c Z/2 +6.2012305660962441 Z/34 -0.0951124103424165 0.388191797017 v3521( 3, 2) c Z/2 +6.2015733249378019 Z/24 0.2468044707411689 0.322923646405 v3479(-1, 4) c Z/2 +6.2016633677456021 Z/20 -0.2456476066364560 0.319913863829 v3476(-6, 1) c Z/2 +6.2021921453790395 Z/181 -0.0163789008961732 0.310742716164 v3471(-5, 1) c Z/2 +6.2022456307379842 Z/79 -0.2449459285184107 0.437652806075 v3535(-1, 3) c Z/2 +6.2022560925288199 Z/18 -0.2157463542087522 0.362049951059 v3503(-5, 1) c Z/2 +6.2023334966475784 Z/32 0.1193562026514153 0.348519527875 v3487(-6, 1) c Z/2 +6.2027220770404068 Z/111 -0.1681425171839228 0.336208918488 v3483(-5, 1) c Z/2 +6.2027562971131644 Z/170 -0.0484595175193886 0.326964323678 v3482( 2, 3) c Z/2 +6.2028128320138497 Z/125 -0.1972893275912414 0.357254207690 v3500(-3, 2) c Z/2 +6.2029902432454332 Z/3 -0.0260850366859773 0.331331579198 v3485( 2, 3) c Z/2 +6.2030416370564921 Z/2 + Z/4 0.1058512930107520 0.409987773724 v3526( 5, 1) c Z/2 +6.2033602692057889 Z/20 -0.2421567481592624 0.446046138577 v3534( 2, 3) c Z/2 +6.2036602770559724 Z/48 0.0296885560056906 0.360774598687 v3499(-5, 1) c Z/2 +6.2039518402572162 Z/21 -0.2050785286252475 0.333071984448 v3486( 2, 3) c Z/2 +6.2048002581015108 Z/40 -0.0453004147746891 0.340420642191 v3492( 5, 1) c D2 +6.2048002581015108 Z/56 -0.0453004147746891 0.340420642191 v3490( 5, 1) c D2 +6.2048127836049127 Z/78 -0.0694291270260503 0.375757715448 v3512(-5, 1) c Z/2 +6.2053144164404048 Z/147 -0.1211853948029975 0.323662901484 v3478(-1, 4) c Z/2 +6.2058619592063086 Z/212 -0.2102240292205768 0.306898894444 v3471(-5, 2) c Z/2 +6.2058753601959331 Z/80 -0.1916098613756637 0.341348486979 v3493(-3, 2) c D2 +6.2058753601959331 Z/2 + Z/22 -0.1916098613756637 0.341348486977 v3491(-3, 2) c D2 +6.2060766239712370 Z/7 -0.1733951521675719 0.340188401897 v3502(-5, 1) c Z/2 +6.2084605083658284 Z/21 -0.0988720236800267 0.345757386327 v3498( 1, 3) c Z/2 +6.2086646261203819 Z/129 0.0160858419043180 0.329131019966 v3483( 5, 1) c Z/2 +6.2090894862415044 Z/75 0.1603307282204674 0.306375316431 v3472(-5, 1) c Z/2 +6.2091085499543221 Z/33 -0.2393190798926400 0.318369766708 v3477( 1, 3) c Z/2 +6.2099361295730777 Z/74 -0.1286014585714518 0.303730414859 v3469(-5, 1) c D2 +6.2099361295730777 Z/70 0.2047318747618815 0.303730414859 v3470(-5, 1) c D2 +6.2114222217034266 Z/99 -0.2389039235177984 0.320894602314 v3484(-1, 4) c Z/2 +6.2124363614967065 Z/75 0.1449993186434707 0.349405456255 v3498( 6, 1) c Z/2 +6.2140917549757464 Z/61 0.1919302623013618 0.351089906720 v3502( 5, 2) c Z/2 +6.2144485121681157 Z/64 0.0828618173971607 0.319159042865 v3502( 2, 3) c Z/2 +6.2146431647621263 Z/3 -0.0985723336115255 0.317807274302 v3486( 5, 2) c Z/2 +6.2147166614963927 Z/61 -0.2079507191902040 0.424182273340 v3534(-3, 2) c Z/2 +6.2156632170597174 Z/2 + Z/12 -0.1476271929527299 0.366954386787 v3504( 2, 3) c Z/2 +6.2161586142157536 Z/28 -0.1344468739346529 0.376682308286 v3509( 3, 4) c D2 +6.2161586142157536 Z/84 -0.1344468739346529 0.376682308286 v3510( 3, 4) c D2 +6.2163179212954724 Z/21 0.0410349881205998 0.371331333372 v3515( 5, 1) c Z/2 +6.2173211873365753 Z/2 + Z/10 0.1055804588368887 0.427796022691 v3538( 4, 1) c Z/2 +6.2191698091646758 Z/141 0.1266967200180874 0.304579375949 v3472( 1, 4) c Z/2 +6.2204512966616469 Z/107 -0.0165078744859302 0.316269272365 v3482(-5, 2) c Z/2 +6.2212374742462257 Z/80 0.0011702954727385 0.330912636171 v3493(-4, 1) c D2 +6.2212374742462257 Z/2 + Z/6 0.0011702954727385 0.330912636171 v3491(-4, 1) c D2 +6.2215283762047022 Z/21 0.2020690522236572 0.363530152380 v3512( 2, 3) c Z/2 +6.2216234055418143 Z/34 0.2401886916621977 0.392866233384 v3525(-4, 1) c Z/2 +6.2218362850203189 Z/118 0.0406649593821682 0.320120151129 v3481(-5, 1) c Z/2 +6.2218960634412050 Z/83 -0.1918633443776614 0.440312961001 v3535(-3, 2) c Z/2 +6.2229305118757281 Z/12 0.1064148569583896 0.429099187776 v3539(-4, 1) c Z/2 +6.2233914183760640 Z/12 -0.2199279628391043 0.370298155063 v3515(-2, 3) c D2 +6.2234317195189077 Z/4 + Z/8 0.2097121526938265 0.341459308970 v3492( 4, 3) c D2 +6.2234317195189077 Z/4 + Z/16 0.2097121526938265 0.341459308970 v3493( 5, 1) c D2 +6.2234317195189077 Z/4 + Z/24 0.2097121526938265 0.341459308970 v3490( 4, 3) c D2 +6.2234317195189077 Z/2 + Z/2 + Z/12 0.2097121526938265 0.341459308970 v3491( 5, 1) c D2 +6.2243002608554722 Z/24 0.1010387595003641 0.351705086543 v3511(-1, 4) c D2 +6.2243002608554722 Z/136 0.1010387595003641 0.351705086543 v3508(-1, 4) c D2 +6.2244978801644005 Z/48 -0.0978635583701978 0.341522007253 v3493( 5, 2) c D2 +6.2244978801644005 Z/2 + Z/38 -0.0978635583701978 0.341522007253 v3491( 5, 2) c D2 +6.2247885283742639 Z/2 + Z/8 0.1701580904396348 0.332215040265 v3492(-2, 3) c D2 +6.2247885283742639 Z/2 + Z/120 0.1701580904396348 0.332215040264 v3490(-2, 3) c D2 +6.2255678684637112 Z/51 0.1861114064272063 0.339105661650 v3489(-5, 1) c Z/2 +6.2275969760877512 Z/75 -0.0265295732850072 0.339258852156 v3500( 1, 4) c Z/2 +6.2278348489872327 Z/3 + Z/15 -0.0624921153766518 0.373013237938 v3516(-1, 3) c D2 +6.2282924295918306 Z/49 0.0674104013639284 0.308579944321 v3502(-1, 3) c Z/2 +6.2304251604402534 Z/34 0.0311027116482881 0.349043727534 v3503(-4, 3) c Z/2 +6.2309519943212321 Z/33 0.2387345107752678 0.329291425780 v3498( 2, 3) c Z/2 +6.2312545753093630 Z/48 -0.0230084635536575 0.333390768627 v3493( 1, 4) c D2 +6.2312545753093630 Z/2 + Z/58 -0.0230084635536575 0.333390768627 v3491( 1, 4) c D2 +6.2316222259835749 Z/3 + Z/24 0.1111803545264342 0.357557302466 v3512( 5, 1) c Z/2 +6.2322356474174622 Z/19 0.1942450875718183 0.389865583746 v3541(-1, 3) c Z/2 +6.2340424470583081 Z/13 0.0135290186399783 0.368935403481 v3520( 6, 1) c D2 +6.2340424470583081 Z/13 -0.1801956853066450 0.368935403481 v3519(-6, 1) c D2 +6.2376607069382320 Z/48 -0.0107379857659792 0.351373763778 v3502( 6, 1) c Z/2 +6.2385116868201520 Z/102 0.2123274639001107 0.334421861633 v3499( 5, 1) c Z/2 +6.2391962264596445 Z/4 + Z 0.0918820000603024 0.345786868526 v3509( 4, 3) c D2 +6.2391962264596445 Z/8 + Z 0.0918820000603024 0.345786868526 v3508( 4, 1) c D2 +6.2391962264596445 Z/4 + Z/24 0.0918820000603024 0.345786868526 v3511( 4, 1) c D2 +6.2391962264596445 Z/4 + Z/28 0.0918820000603024 0.345786868526 v3510( 4, 3) c D2 +6.2401191365379551 Z/125 -0.0047590587596792 0.330153310529 v3500(-4, 1) c Z/2 +6.2428794817782586 Z/2 + Z -0.0033012692505916 0.337359792311 v3504(-2, 3) c Z/2 +6.2428977234835082 Z/18 0.1625017506369988 0.358241401732 v3532(-1, 3) c Z/2 +6.2435885164849119 Z/123 0.0597318719258792 0.316247403268 v3489( 5, 2) c Z/2 +6.2440371720760623 Z/42 0.0904618637960900 0.317734332623 v3489(-2, 3) c Z/2 +6.2458546724398126 Z/115 -0.0079985236051475 0.303480803861 v3479( 4, 3) c Z/2 +6.2459520809455703 Z/16 0.1178195134838168 0.356634986257 v3519(-5, 2) c D2 +6.2459520809455703 Z/40 0.2155138198495166 0.356634986257 v3520( 5, 2) c D2 +6.2465012524171306 Z/40 -0.1583540439676954 0.307476887767 v3480(-5, 2) c Z/2 +6.2474738986441188 Z/3 0.2256920931525131 0.328018005307 v3498(-1, 3) c Z/2 +6.2479581287622810 Z/68 -0.0747878189197321 0.352808872668 v3509(-3, 2) c D2 +6.2479581287622810 Z/84 -0.0747878189197322 0.352808872668 v3510(-3, 2) c D2 +6.2488369201770972 Z/125 -0.0897516951418016 0.333472240666 v3500(-2, 3) c Z/2 +6.2492317545152446 Z/2 + Z/2 0.0918467956925783 0.333103742725 v3503(-5, 2) c Z/2 +6.2492373013166493 Z/4 -0.1238924601671757 0.313901566715 v3487( 2, 3) c Z/2 +6.2496741985748014 Z/16 -0.2132163888117427 0.358437048315 v3522( 2, 3) c trivial +6.2520518665038961 Z/62 -0.1684037659965838 0.355161034090 v3521(-5, 2) c Z/2 +6.2526534895968376 Z/8 0.1480648896772889 0.313616309825 v3490( 5, 2) c D2 +6.2526534895968376 Z/40 0.1480648896772889 0.313616309825 v3492( 5, 2) c D2 +6.2531442692672995 Z/23 -0.1641813728725952 0.389401950196 v3531(-6, 1) c Z/2 +6.2532584490501247 Z/33 -0.0565152206366029 0.303808925445 v3486(-2, 3) c Z/2 +6.2541222400979222 Z/24 0.2018602636956616 0.341298193958 v3514( 6, 1) c Z/2 +6.2569806019837501 Z/78 -0.0532031721700377 0.434043536677 v3543( 1, 3) c Z/2 +6.2570457330027747 Z/15 -0.1774914826450908 0.367005027287 v3532(-2, 3) c Z/2 +6.2589077083221824 Z/2 + Z/4 -0.0705634378488348 0.381323749863 v3526(-5, 1) c Z/2 +6.2599825863273082 Z/80 -0.0849748777737721 0.314193675553 v3493(-2, 3) c D2 +6.2599825863273082 Z/2 + Z/38 -0.0849748777737721 0.314193675553 v3491(-2, 3) c D2 +6.2600912272316412 Z/74 -0.0036794079183630 0.410540528443 v3535(-4, 1) c Z/2 +6.2604137754067751 Z/69 -0.2265653777127743 0.333455298641 v3513(-5, 2) c Z/2 +6.2606931523533454 Z/16 0.2377154609293369 0.307340452310 v3493( 3, 4) c D2 +6.2606931523533454 Z/2 + Z/62 0.2377154609293369 0.307340452310 v3491( 3, 4) c D2 +6.2618059235815368 Z/55 0.0983658711900972 0.410595922396 v3539( 1, 3) c Z/2 +6.2638839097007150 Z/7 0.1956354189607118 0.397497973111 v3536(-3, 2) c Z/2 +6.2639149311872561 Z/3 + Z/18 0.0994107682516507 0.345024915044 v3516(-2, 3) c D2 +6.2646814612542978 Z/2 + Z/28 0.0327455684118168 0.331964524591 v3510(-2, 3) c D2 +6.2646814612542978 Z/2 + Z/36 0.0327455684118168 0.331964524591 v3509(-2, 3) c D2 +6.2651038825962233 Z/5 + Z/5 0.2346259624861285 0.315386307047 v3500( 3, 4) c Z/2 +6.2666992973217927 Z/2 + Z/2 + Z/6 0.1915013800581835 0.378553410883 v3526( 2, 3) c D2 +6.2672628254483615 Z/23 -0.2207240525062647 0.381192276554 v3532( 3, 2) c Z/2 +6.2674367011342327 Z/2 + Z/44 -0.2002418782920974 0.409221781219 v3538(-2, 3) c Z/2 +6.2681153780906097 Z/3 + Z/9 0.1142589620122778 0.344394410530 v3516( 1, 3) c D2 +6.2683019542016004 Z/56 0.2359453082024124 0.377268327048 v3529( 5, 1) c D2 +6.2683019542016004 Z/168 0.2359453082024124 0.377268327048 v3528( 1, 3) c D2 +6.2686324430294516 Z/2 + Z/12 0.1734805287795585 0.372088798634 v3526(-1, 3) c Z/2 +6.2687883057781150 Z/82 0.0701450869339300 0.321966262529 v3503( 2, 3) c Z/2 +6.2700506627745999 Z/7 0.0087922173131771 0.321762220364 v3505( 1, 2) c D2 +6.2712771403116079 Z/75 -0.1012631983429795 0.317446269342 v3500( 5, 2) c Z/2 +6.2716589351205116 Z/2 + Z/18 -0.1260805470127541 0.406458287660 v3538(-4, 1) c Z/2 +6.2724316889471628 Z/3 -0.1432043948336361 0.332461922129 v3517( 1, 4) c D2 +6.2734424868918482 Z/100 0.2051340930431117 0.312905232353 v3500( 5, 1) c Z/2 +6.2766060608259627 Z/18 -0.0246804361993219 0.362141146567 v3525( 4, 1) c Z/2 +6.2780413722114548 Z/57 0.1527812192089697 0.357872122167 v3523(-1, 4) c Z/2 +6.2792974541403010 Z/12 0.0563588511448381 0.340607008588 v3514(-6, 1) c Z/2 +6.2800212091051526 Z/20 -0.1251997372475378 0.406267130131 v3539(-4, 3) c Z/2 +6.2803134758258234 Z/53 0.2360978006264635 0.387719920154 v3534(-1, 3) c Z/2 +6.2833989992824719 Z/5 0.0036054178796111 0.316790382541 v3505(-1, 2) c D2 +6.2834053248771645 Z/9 -0.0354175253555422 0.339641226531 v3521( 1, 3) c Z/2 +6.2836754256983774 Z/3 + Z/9 0.0954379237110256 0.326234166175 v3517(-1, 4) c D2 +6.2839474727076148 Z/60 0.0036015141863762 0.389840693146 v3533(-2, 3) c D2 +6.2844058811404307 Z/69 -0.0083080098311106 0.324382886838 v3516(-5, 2) c D2 +6.2845359523633905 Z/24 -0.1373035148037974 0.321382144114 v3511( 1, 4) c D2 +6.2845359523633905 Z/120 -0.1373035148037974 0.321382144114 v3508( 1, 4) c D2 +6.2871860577965915 Z/5 0.2125841479728942 0.314724567668 v3505(-8, 1) c D2 +6.2873445413304474 Z/12 -0.1968078427967378 0.321789052049 v3505( 9, 1) c D2 +6.2875469092305083 Z/63 0.0628788588430756 0.330729393101 v3519(-1, 3) c D2 +6.2875469092305083 Z/73 -0.2295455255097423 0.330729393100 v3520( 1, 3) c D2 +6.2881720068521323 Z/66 0.1961928371048148 0.329747435205 v3516(-6, 1) c D2 +6.2887204820522868 trivial 0.1854540663457181 0.366294529216 v3531( 3, 2) c Z/2 +6.2895591251675264 Z/106 -0.0180032608244846 0.350895914484 v3525(-1, 4) c Z/2 +6.2901809016950677 Z/3 + Z/9 -0.0935453787190780 0.316687748730 v3514( 5, 2) c Z/2 +6.2902930282904634 Z/109 -0.0420748144188269 0.399860607379 v3540(-3, 2) c Z/2 +6.2912256851842513 Z/17 -0.1250716148407379 0.396417887989 v3541( 1, 3) c Z/2 +6.2920644945722812 Z/3 0.2266882736321102 0.399987916145 v3543(-4, 3) c Z/2 +6.2923353225405390 Z/21 -0.0372137777897619 0.334234449759 v3514( 1, 3) c Z/2 +6.2944070071136332 Z/51 0.2114464299069174 0.313518200776 v3513(-4, 3) c Z/2 +6.2951557758557120 Z/9 0.0137364907719532 0.305858688888 v3505( 3, 2) c D2 +6.2958814961594598 Z/41 0.1787355243745011 0.378889609543 v3534( 5, 1) c Z/2 +6.2962956708569387 Z/20 -0.1458165812991292 0.407347609163 v3541(-2, 3) c Z/2 +6.2966791076811755 Z/174 0.0582622926383698 0.372015970262 v3528(-1, 3) c D2 +6.2967444649596756 Z/39 0.2451659665073363 0.312517530056 v3513( 2, 3) c Z/2 +6.2984608725802171 Z/78 0.1476715971714687 0.315626852871 v3513( 5, 1) c Z/2 +6.2985523088202129 Z/24 0.1350239352330352 0.319458673643 v3515( 2, 3) c Z/2 +6.2989938670785304 Z/3 0.1720587537787267 0.313133608416 v3515(-5, 2) c Z/2 +6.2991601882525264 Z/44 0.2306300611028379 0.307021201989 v3502(-2, 3) c Z/2 +6.3015246289618722 Z/4 0.0420103549189353 0.378484387114 v3536( 6, 1) c Z/2 +6.3017346777932782 Z/24 -0.1860068076315371 0.351461194911 v3529(-1, 3) c D2 +6.3017346777932782 Z/3 + Z/24 -0.1860068076315371 0.351461194911 v3528(-5, 1) c D2 +6.3023558277719651 Z/25 0.1342608931975179 0.363390980812 v3531(-5, 2) c Z/2 +6.3035240918738271 Z/57 0.0051187281381912 0.325272506536 v3522(-5, 1) c trivial +6.3061452427677494 Z/71 0.1077310736011676 0.316367405935 v3520( 2, 3) c D2 +6.3061452427677494 Z/57 0.2256022597321657 0.316367405935 v3519(-2, 3) c D2 +6.3062723823697788 Z/59 0.2019325664764342 0.331887935531 v3521( 5, 1) c Z/2 +6.3082937944420866 Z/165 0.0740980145211006 0.348574369608 v3528( 2, 3) c D2 +6.3097855431135047 Z/43 0.1046406441536077 0.398144089735 v3539(-3, 4) c Z/2 +6.3133452369253189 trivial 0.2092615508380683 0.353942283271 v3532(-5, 2) c Z/2 +6.3144508160805399 Z/51 -0.2296001635803518 0.322531829824 v3521(-4, 3) c Z/2 +6.3149865885687278 Z/4 + Z/16 0.1184560432909546 0.311559068926 v3509(-4, 1) c D2 +6.3149865885687278 Z/4 + Z/24 0.1184560432909545 0.311559068926 v3511(-4, 3) c D2 +6.3149865885687278 Z/4 + Z/28 0.1184560432909545 0.311559068926 v3510(-4, 1) c D2 +6.3149865885687278 Z/8 + Z/16 0.1184560432909546 0.311559068926 v3508(-4, 3) c D2 +6.3150773848437074 Z/24 -0.1998649109103432 0.319352816646 v3514( 2, 3) c Z/2 +6.3217758350971060 Z/12 -0.1224389742202678 0.308989095416 v3515(-6, 1) c Z/2 +6.3257108479737330 Z/77 0.0959181490406628 0.308766496851 v3520(-1, 3) c D2 +6.3257108479737330 Z/75 0.2374151842926706 0.308766496851 v3519( 1, 3) c D2 +6.3263311445994868 Z/42 -0.0100288546812244 0.343109463606 v3529( 1, 3) c D2 +6.3264249273393392 Z/57 -0.1295553237033230 0.368030365716 v3539(-1, 4) c Z/2 +6.3282880179661889 Z/15 -0.2116168098609324 0.300216689663 v3514(-1, 3) c Z/2 +6.3287808299857854 Z/3 + Z/6 -0.0490305274510590 0.301524955074 v3516( 2, 3) c D2 +6.3305473031036238 Z/15 -0.0237238767123523 0.335619793425 v3529(-2, 3) c D2 +6.3334368130717319 Z/102 0.2439244454777965 0.326350936628 v3525( 1, 4) c Z/2 +6.3334607975037312 Z/119 -0.0856042058218817 0.309298695823 v3523( 1, 4) c Z/2 +6.3349248296367520 Z/73 0.0362405463803706 0.310282619455 v3521(-6, 1) c Z/2 +6.3359598580223623 Z/23 -0.1330281177186758 0.348718450654 v3529(-5, 2) c D2 +6.3369572074015662 Z/92 -0.0823805917004251 0.358310686321 v3535(-2, 3) c Z/2 +6.3373973649501066 Z/3 + Z/33 0.1830248232966627 0.343243918702 v3528( 5, 2) c D2 +6.3384003768486922 Z/11 -0.0597979385401805 0.366127626282 v3541(-5, 1) c Z/2 +6.3390387408046534 Z/111 0.0928396291141832 0.354842956454 v3533(-5, 1) c Z/2 +6.3390627876399704 Z/69 0.2168268261597781 0.379577784177 v3543(-1, 4) c Z/2 +6.3400500653406346 Z/101 0.2080253995431741 0.318803427018 v3524(-1, 4) c Z/2 +6.3435882544676529 Z/2 + Z/2 + Z/6 -0.1636108974613368 0.319788900558 v3526(-2, 3) c Z/2 +6.3437097591504521 Z/3 + Z/33 -0.2251987983345801 0.316727440092 v3533( 5, 1) c Z/2 +6.3441850418674343 Z/121 0.0672840507617040 0.367797031379 v3540(-2, 3) c Z/2 +6.3483243148498383 Z/50 0.2469182944797963 0.302226198620 v3522(-4, 3) c trivial +6.3486314137885236 Z/22 0.0765940167887780 0.342397153718 v3532( 5, 1) c Z/2 +6.3519766794865962 Z/97 0.1488652965398162 0.359604512071 v3540(-4, 1) c Z/2 +6.3567211224352071 Z/8 -0.0993245763618637 0.358646361942 v3536(-6, 1) c Z/2 +6.3574241167107508 Z/53 0.1918630551539852 0.301395684655 v3522( 5, 1) c trivial +6.3586033988890516 Z/2 + Z/8 -0.2003380495177127 0.306990464517 v3526( 5, 2) c Z/2 +6.3592178552952081 Z/43 -0.0315523304982043 0.309698586850 v3524( 1, 4) c Z/2 +6.3602411884988091 Z/24 -0.1604605244456763 0.333413768585 v3532( 1, 3) c Z/2 +6.3604730717600384 trivial 0.1211836776357213 0.365752316631 v3541( 5, 1) c Z/2 +6.3637038741270732 Z/177 0.2208339490528971 0.329347108365 v3528(-2, 3) c D2 +6.3673730459922726 Z/13 -0.0219761240191826 0.338083420478 v3531( 6, 1) c Z/2 +6.3711407223784266 Z/11 -0.0869357301147088 0.329781381070 v3532(-6, 1) c Z/2 +6.3725676714482870 Z/39 -0.0468983409862068 0.342177119950 v3543(-3, 4) c Z/2 +6.3749817530998775 trivial 0.2451073494055653 0.333573859800 v3536( 5, 2) c Z/2 +6.3753085140120621 Z/99 0.1325038719780586 0.342573121111 v3540( 1, 4) c Z/2 +6.3760829494477126 Z/16 0.2125395814267297 0.341126043377 v3541( 2, 3) c Z/2 +6.3768229473071178 Z/43 0.0713057186599316 0.311884794530 v3529(-6, 1) c D2 +6.3769742341600517 Z/39 -0.0210931746441892 0.319711013560 v3528( 6, 1) c D2 +6.3772993591675691 Z/51 -0.1729516533193904 0.315600607329 v3529( 2, 3) c D2 +6.3809388246880991 Z/64 -0.1007173194237079 0.325146840578 v3534(-2, 3) c Z/2 +6.3814034475558432 Z/27 -0.1286633938185336 0.326241268975 v3534( 5, 2) c Z/2 +6.3865819301361711 Z/43 0.2031264959319569 0.321554697888 v3535( 5, 1) c Z/2 +6.3881604800492257 Z/14 -0.0402784547538705 0.330249146777 v3535( 4, 3) c Z/2 +6.3945389713152256 Z/19 0.1161240756222329 0.335950214397 v3540( 4, 3) c Z/2 +6.3973824455770306 Z/9 0.1472558341346365 0.306920707068 v3532(-4, 3) c Z/2 +6.4012352703023997 Z/69 -0.0050467803024944 0.318166612072 v3534(-5, 1) c Z/2 +6.4030733226706136 Z/2 -0.0666293792800135 0.315222748032 v3534( 4, 3) c Z/2 +6.4035145610975057 Z/110 -0.1358064163297415 0.317564699222 v3538( 1, 4) c Z/2 +6.4038466451527586 Z/26 -0.1558810170729411 0.300067501142 v3531(-7, 1) c Z/2 +6.4130730882036367 Z/53 0.0384557485060973 0.328686203771 v3539( 3, 2) c Z/2 +6.4186135817771519 Z/33 -0.2136561332930918 0.332178987844 v3543(-5, 2) c Z/2 +6.4192368348971748 Z/75 -0.0208872159568094 0.302707304408 v3535( 1, 4) c Z/2 +6.4236419455905019 Z/21 0.2422702956680505 0.301843784967 v3531(-2, 3) c Z/2 +6.4322354083975787 Z/87 -0.1139370281818921 0.307368241535 v3543( 3, 2) c Z/2 +6.4428369952470326 Z/62 -0.0678822655710567 0.302973776017 v3539( 2, 3) c Z/2 +6.4505885523132775 Z/3 + Z/18 -0.0201415122175943 0.305959087089 v3543(-5, 1) c Z/2 +6.4534480410254754 Z/93 -0.2198022480211193 0.300054423055 v3543( 2, 3) c Z/2 +6.4535288485562976 Z/44 -0.1552900771892449 0.301190125858 v3539( 4, 1) c Z/2 --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/ClosedCensusData/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/unix_kit/ClosedCensusData/Makefile.am @@ -0,0 +1,3 @@ +censusdir = $(pkgdatadir)/ClosedCensusData + +census_DATA = ClosedNonorientableDistinct.txt ClosedCensusInvariants.txt --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/ClosedCensusData/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/unix_kit/ClosedCensusData/Makefile.in @@ -0,0 +1,306 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +censusdir = $(pkgdatadir)/ClosedCensusData + +census_DATA = ClosedNonorientableDistinct.txt ClosedCensusInvariants.txt +subdir = SnapPeaKernel/unix_kit/ClosedCensusData +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(census_DATA) + +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/unix_kit/ClosedCensusData/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +censusDATA_INSTALL = $(INSTALL_DATA) +install-censusDATA: $(census_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(censusdir) + @list='$(census_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(censusDATA_INSTALL) $$d$$p $(DESTDIR)$(censusdir)/$$f"; \ + $(censusDATA_INSTALL) $$d$$p $(DESTDIR)$(censusdir)/$$f; \ + done + +uninstall-censusDATA: + @$(NORMAL_UNINSTALL) + @list='$(census_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(censusdir)/$$f"; \ + rm -f $(DESTDIR)$(censusdir)/$$f; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(censusdir) +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: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-censusDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-censusDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-censusDATA \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-censusDATA uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/CuspedCensusData/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/unix_kit/CuspedCensusData/Makefile.am @@ -0,0 +1,3 @@ +censusdir = $(pkgdatadir)/CuspedCensusData + +census_DATA = terse5.bin terse6n.bin terse6o.bin terse7n.bin terse7o.bin --- snappea-3.0d3.orig/SnapPeaKernel/unix_kit/CuspedCensusData/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/unix_kit/CuspedCensusData/Makefile.in @@ -0,0 +1,306 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +censusdir = $(pkgdatadir)/CuspedCensusData + +census_DATA = terse5.bin terse6n.bin terse6o.bin terse7n.bin terse7o.bin +subdir = SnapPeaKernel/unix_kit/CuspedCensusData +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(census_DATA) + +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/unix_kit/CuspedCensusData/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +censusDATA_INSTALL = $(INSTALL_DATA) +install-censusDATA: $(census_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(censusdir) + @list='$(census_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(censusDATA_INSTALL) $$d$$p $(DESTDIR)$(censusdir)/$$f"; \ + $(censusDATA_INSTALL) $$d$$p $(DESTDIR)$(censusdir)/$$f; \ + done + +uninstall-censusDATA: + @$(NORMAL_UNINSTALL) + @list='$(census_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(censusdir)/$$f"; \ + rm -f $(DESTDIR)$(censusdir)/$$f; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(censusdir) +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: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-censusDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-censusDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-censusDATA \ + install-data install-data-am install-exec install-exec-am \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-censusDATA uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaKernel/file_formats/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/file_formats/Makefile.am @@ -0,0 +1,3 @@ +formatdir = $(pkgdocdir)/FileFormats + +format_DATA = GeneratorsFileFormat LinkProjectionFileFormat ReadMe TriangulationFileFormat --- snappea-3.0d3.orig/SnapPeaKernel/file_formats/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/file_formats/Makefile.in @@ -0,0 +1,306 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +formatdir = $(pkgdocdir)/FileFormats + +format_DATA = GeneratorsFileFormat LinkProjectionFileFormat ReadMe TriangulationFileFormat +subdir = SnapPeaKernel/file_formats +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(format_DATA) + +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/file_formats/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +formatDATA_INSTALL = $(INSTALL_DATA) +install-formatDATA: $(format_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(formatdir) + @list='$(format_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(formatDATA_INSTALL) $$d$$p $(DESTDIR)$(formatdir)/$$f"; \ + $(formatDATA_INSTALL) $$d$$p $(DESTDIR)$(formatdir)/$$f; \ + done + +uninstall-formatDATA: + @$(NORMAL_UNINSTALL) + @list='$(format_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(formatdir)/$$f"; \ + rm -f $(DESTDIR)$(formatdir)/$$f; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 $(DATA) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(formatdir) +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: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-formatDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-formatDATA uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-data \ + install-data-am install-exec install-exec-am install-formatDATA \ + install-info install-info-am install-man install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-formatDATA uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaKernel/headers/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/headers/Makefile.am @@ -0,0 +1,21 @@ +pkginclude_HEADERS = \ + Dirichlet.h \ + SnapPea.h \ + canonize.h \ + covers.h \ + dual_one_skeleton_curve.h \ + isometry.h \ + kernel.h \ + kernel_prototypes.h \ + kernel_typedefs.h \ + link_projection.h \ + normal_surfaces.h \ + positioned_tet.h \ + symmetry_group.h \ + tables.h \ + terse_triangulation.h \ + tersest_triangulation.h \ + triangulation.h \ + triangulation_io.h \ + winged_edge.h + --- snappea-3.0d3.orig/SnapPeaKernel/headers/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/headers/Makefile.in @@ -0,0 +1,374 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +pkginclude_HEADERS = \ + Dirichlet.h \ + SnapPea.h \ + canonize.h \ + covers.h \ + dual_one_skeleton_curve.h \ + isometry.h \ + kernel.h \ + kernel_prototypes.h \ + kernel_typedefs.h \ + link_projection.h \ + normal_surfaces.h \ + positioned_tet.h \ + symmetry_group.h \ + tables.h \ + terse_triangulation.h \ + tersest_triangulation.h \ + triangulation.h \ + triangulation_io.h \ + winged_edge.h + +subdir = SnapPeaKernel/headers +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +HEADERS = $(pkginclude_HEADERS) + +DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/headers/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER) +install-pkgincludeHEADERS: $(pkginclude_HEADERS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) + @list='$(pkginclude_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \ + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \ + done + +uninstall-pkgincludeHEADERS: + @$(NORMAL_UNINSTALL) + @list='$(pkginclude_HEADERS)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(pkgincludedir)/$$f"; \ + rm -f $(DESTDIR)$(pkgincludedir)/$$f; \ + done + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 $(HEADERS) + +installdirs: + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir) +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: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-pkgincludeHEADERS + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-info-am uninstall-pkgincludeHEADERS + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libtool ctags distclean distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am info \ + info-am install install-am install-data install-data-am \ + install-exec install-exec-am install-info install-info-am \ + install-man install-pkgincludeHEADERS install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ + uninstall-am uninstall-info-am uninstall-pkgincludeHEADERS + +# 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: --- snappea-3.0d3.orig/SnapPeaKernel/code/Makefile.am +++ snappea-3.0d3/SnapPeaKernel/code/Makefile.am @@ -0,0 +1,94 @@ +INCLUDES = -I../headers + +noinst_LTLIBRARIES = libcode.la + +libcode_la_SOURCES = \ + Dehn_coefficients.c \ + Dirichlet.c \ + Dirichlet_basepoint.c \ + Dirichlet_construction.c \ + Dirichlet_conversion.c \ + Dirichlet_extras.c \ + Dirichlet_precision.c \ + Dirichlet_rotate.c \ + Moebius_transformations.c \ + abelian_group.c \ + canonize.c \ + canonize_part_1.c \ + canonize_part_2.c \ + canonize_result.c \ + change_peripheral_curves.c \ + chern_simons.c \ + choose_generators.c \ + close_cusps.c \ + complex.c \ + complex_length.c \ + continued_fractions.c \ + core_geodesics.c \ + cover.c \ + current_curve_basis.c \ + cusp_cross_sections.c \ + cusp_neighborhoods.c \ + cusp_shapes.c \ + cusps.c \ + direct_product.c \ + double_cover.c \ + drilling.c \ + dual_curves.c \ + edge_classes.c \ + elements_generate_group.c \ + filling.c \ + find_cusp.c \ + finite_vertices.c \ + fundamental_group.c \ + gcd.c \ + gluing_equations.c \ + holonomy.c \ + homology.c \ + hyperbolic_structure.c \ + identify_solution_type.c \ + index_to_hue.c \ + interface.c \ + intersection_numbers.c \ + isometry.c \ + isometry_closed.c \ + isometry_cusped.c \ + length_spectrum.c \ + link_complement.c \ + matrix_conversion.c \ + matrix_generators.c \ + my_malloc.c \ + normal_surface_construction.c \ + normal_surface_recognition.c \ + normal_surface_splitting.c \ + o31_matrices.c \ + orient.c \ + peripheral_curves.c \ + polyhedral_group.c \ + positioned_tet.c \ + precision.c \ + punctured_torus_bundles.c \ + rehydrate_census.c \ + representations.c \ + shingling.c \ + shortest_cusp_basis.c \ + simplify_triangulation.c \ + sl2c_matrices.c \ + solve_equations.c \ + subdivide.c \ + symmetric_group.c \ + symmetry_group.c \ + symmetry_group_closed.c \ + symmetry_group_cusped.c \ + symmetry_group_info.c \ + tables.c \ + terse_triangulation.c \ + tersest_triangulation.c \ + tet_shapes.c \ + tidy_peripheral_curves.c \ + transcendentals.c \ + triangulations.c \ + two_bridge.c \ + update_shapes.c \ + volume.c + --- snappea-3.0d3.orig/SnapPeaKernel/code/Makefile.in +++ snappea-3.0d3/SnapPeaKernel/code/Makefile.in @@ -0,0 +1,703 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +INCLUDES = -I../headers + +noinst_LTLIBRARIES = libcode.la + +libcode_la_SOURCES = \ + Dehn_coefficients.c \ + Dirichlet.c \ + Dirichlet_basepoint.c \ + Dirichlet_construction.c \ + Dirichlet_conversion.c \ + Dirichlet_extras.c \ + Dirichlet_precision.c \ + Dirichlet_rotate.c \ + Moebius_transformations.c \ + abelian_group.c \ + canonize.c \ + canonize_part_1.c \ + canonize_part_2.c \ + canonize_result.c \ + change_peripheral_curves.c \ + chern_simons.c \ + choose_generators.c \ + close_cusps.c \ + complex.c \ + complex_length.c \ + continued_fractions.c \ + core_geodesics.c \ + cover.c \ + current_curve_basis.c \ + cusp_cross_sections.c \ + cusp_neighborhoods.c \ + cusp_shapes.c \ + cusps.c \ + direct_product.c \ + double_cover.c \ + drilling.c \ + dual_curves.c \ + edge_classes.c \ + elements_generate_group.c \ + filling.c \ + find_cusp.c \ + finite_vertices.c \ + fundamental_group.c \ + gcd.c \ + gluing_equations.c \ + holonomy.c \ + homology.c \ + hyperbolic_structure.c \ + identify_solution_type.c \ + index_to_hue.c \ + interface.c \ + intersection_numbers.c \ + isometry.c \ + isometry_closed.c \ + isometry_cusped.c \ + length_spectrum.c \ + link_complement.c \ + matrix_conversion.c \ + matrix_generators.c \ + my_malloc.c \ + normal_surface_construction.c \ + normal_surface_recognition.c \ + normal_surface_splitting.c \ + o31_matrices.c \ + orient.c \ + peripheral_curves.c \ + polyhedral_group.c \ + positioned_tet.c \ + precision.c \ + punctured_torus_bundles.c \ + rehydrate_census.c \ + representations.c \ + shingling.c \ + shortest_cusp_basis.c \ + simplify_triangulation.c \ + sl2c_matrices.c \ + solve_equations.c \ + subdivide.c \ + symmetric_group.c \ + symmetry_group.c \ + symmetry_group_closed.c \ + symmetry_group_cusped.c \ + symmetry_group_info.c \ + tables.c \ + terse_triangulation.c \ + tersest_triangulation.c \ + tet_shapes.c \ + tidy_peripheral_curves.c \ + transcendentals.c \ + triangulations.c \ + two_bridge.c \ + update_shapes.c \ + volume.c + +subdir = SnapPeaKernel/code +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(noinst_LTLIBRARIES) + +libcode_la_LDFLAGS = +libcode_la_LIBADD = +am_libcode_la_OBJECTS = Dehn_coefficients.lo Dirichlet.lo \ + Dirichlet_basepoint.lo Dirichlet_construction.lo \ + Dirichlet_conversion.lo Dirichlet_extras.lo \ + Dirichlet_precision.lo Dirichlet_rotate.lo \ + Moebius_transformations.lo abelian_group.lo canonize.lo \ + canonize_part_1.lo canonize_part_2.lo canonize_result.lo \ + change_peripheral_curves.lo chern_simons.lo \ + choose_generators.lo close_cusps.lo complex.lo \ + complex_length.lo continued_fractions.lo core_geodesics.lo \ + cover.lo current_curve_basis.lo cusp_cross_sections.lo \ + cusp_neighborhoods.lo cusp_shapes.lo cusps.lo direct_product.lo \ + double_cover.lo drilling.lo dual_curves.lo edge_classes.lo \ + elements_generate_group.lo filling.lo find_cusp.lo \ + finite_vertices.lo fundamental_group.lo gcd.lo \ + gluing_equations.lo holonomy.lo homology.lo \ + hyperbolic_structure.lo identify_solution_type.lo \ + index_to_hue.lo interface.lo intersection_numbers.lo \ + isometry.lo isometry_closed.lo isometry_cusped.lo \ + length_spectrum.lo link_complement.lo matrix_conversion.lo \ + matrix_generators.lo my_malloc.lo \ + normal_surface_construction.lo normal_surface_recognition.lo \ + normal_surface_splitting.lo o31_matrices.lo orient.lo \ + peripheral_curves.lo polyhedral_group.lo positioned_tet.lo \ + precision.lo punctured_torus_bundles.lo rehydrate_census.lo \ + representations.lo shingling.lo shortest_cusp_basis.lo \ + simplify_triangulation.lo sl2c_matrices.lo solve_equations.lo \ + subdivide.lo symmetric_group.lo symmetry_group.lo \ + symmetry_group_closed.lo symmetry_group_cusped.lo \ + symmetry_group_info.lo tables.lo terse_triangulation.lo \ + tersest_triangulation.lo tet_shapes.lo \ + tidy_peripheral_curves.lo transcendentals.lo triangulations.lo \ + two_bridge.lo update_shapes.lo volume.lo +libcode_la_OBJECTS = $(am_libcode_la_OBJECTS) + +DEFAULT_INCLUDES = -I. -I$(srcdir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Dehn_coefficients.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_basepoint.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_construction.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_conversion.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_extras.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_precision.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Dirichlet_rotate.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/Moebius_transformations.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/abelian_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/canonize.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/canonize_part_1.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/canonize_part_2.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/canonize_result.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/change_peripheral_curves.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/chern_simons.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/choose_generators.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/close_cusps.Plo ./$(DEPDIR)/complex.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/complex_length.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/continued_fractions.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/core_geodesics.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/cover.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/current_curve_basis.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/cusp_cross_sections.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/cusp_neighborhoods.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/cusp_shapes.Plo ./$(DEPDIR)/cusps.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/direct_product.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/double_cover.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/drilling.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/dual_curves.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/edge_classes.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/elements_generate_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/filling.Plo ./$(DEPDIR)/find_cusp.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/finite_vertices.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/fundamental_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/gcd.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/gluing_equations.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/holonomy.Plo ./$(DEPDIR)/homology.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/hyperbolic_structure.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/identify_solution_type.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/index_to_hue.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/interface.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/intersection_numbers.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/isometry.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/isometry_closed.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/isometry_cusped.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/length_spectrum.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/link_complement.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/matrix_conversion.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/matrix_generators.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/my_malloc.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/normal_surface_construction.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/normal_surface_recognition.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/normal_surface_splitting.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/o31_matrices.Plo ./$(DEPDIR)/orient.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/peripheral_curves.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/polyhedral_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/positioned_tet.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/precision.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/punctured_torus_bundles.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/rehydrate_census.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/representations.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/shingling.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/shortest_cusp_basis.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/simplify_triangulation.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/sl2c_matrices.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/solve_equations.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/subdivide.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/symmetric_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/symmetry_group.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/symmetry_group_closed.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/symmetry_group_cusped.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/symmetry_group_info.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/tables.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/terse_triangulation.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/tersest_triangulation.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/tet_shapes.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/tidy_peripheral_curves.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/transcendentals.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/triangulations.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/two_bridge.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/update_shapes.Plo \ +@AMDEP_TRUE@ ./$(DEPDIR)/volume.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(libcode_la_SOURCES) +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +SOURCES = $(libcode_la_SOURCES) + +all: all-am + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaKernel/code/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +clean-noinstLTLIBRARIES: + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) + @list='$(noinst_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 +libcode.la: $(libcode_la_OBJECTS) $(libcode_la_DEPENDENCIES) + $(LINK) $(libcode_la_LDFLAGS) $(libcode_la_OBJECTS) $(libcode_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dehn_coefficients.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_basepoint.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_construction.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_conversion.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_extras.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_precision.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Dirichlet_rotate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Moebius_transformations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abelian_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize_part_1.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize_part_2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonize_result.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/change_peripheral_curves.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chern_simons.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/choose_generators.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close_cusps.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complex.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complex_length.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/continued_fractions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core_geodesics.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cover.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/current_curve_basis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cusp_cross_sections.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cusp_neighborhoods.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cusp_shapes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cusps.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/direct_product.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double_cover.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drilling.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dual_curves.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edge_classes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elements_generate_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filling.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_cusp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/finite_vertices.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fundamental_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcd.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gluing_equations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/holonomy.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/homology.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hyperbolic_structure.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/identify_solution_type.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index_to_hue.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intersection_numbers.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isometry.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isometry_closed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isometry_cusped.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/length_spectrum.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link_complement.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix_conversion.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix_generators.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/my_malloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal_surface_construction.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal_surface_recognition.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal_surface_splitting.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/o31_matrices.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orient.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peripheral_curves.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/polyhedral_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/positioned_tet.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/precision.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/punctured_torus_bundles.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rehydrate_census.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/representations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shingling.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shortest_cusp_basis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplify_triangulation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sl2c_matrices.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solve_equations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subdivide.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmetric_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmetry_group.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmetry_group_closed.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmetry_group_cusped.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmetry_group_info.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/terse_triangulation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tersest_triangulation.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tet_shapes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tidy_peripheral_curves.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transcendentals.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/triangulations.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_bridge.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update_shapes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volume.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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) + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-libtool clean-noinstLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-libtool distclean-tags + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-info-am + +.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ + clean-libtool clean-noinstLTLIBRARIES ctags distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-exec \ + install-exec-am install-info install-info-am install-man \ + 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-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaPython/snappea +++ snappea-3.0d3/SnapPeaPython/snappea @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +export SNAPPEA_PYTHON=/usr/share/snappea/SnapPeaPython +export PYTHONPATH=/usr/lib/snappea:$SNAPPEA_PYTHON${PYTHONPATH:+:$PYTHONPATH} +/usr/bin/python $SNAPPEA_PYTHON/SnapPeaGUI.py --- snappea-3.0d3.orig/SnapPeaPython/SnapPeaGUI.py +++ snappea-3.0d3/SnapPeaPython/SnapPeaGUI.py @@ -606,7 +606,7 @@ self.Update() def Update(self): - self.UpdateFormat(self.option_menu.get()) + self.UpdateFormat(self.option_menu.getcurselection()) def UpdateFormat(self, format): @@ -994,9 +994,9 @@ self.text.delete(1.0, END) theTetShapes = self.owner.triangulation.tet_shapes( - self.coord_menu.get() == 'fixed edge parameters') + self.coord_menu.getcurselection() == 'fixed edge parameters') - theFormat = self.format_menu.get() + theFormat = self.format_menu.getcurselection() for i in range(self.owner.triangulation.get_num_tetrahedra()): @@ -1110,7 +1110,7 @@ def Update(self, menu_choice=''): theDirichletDomain = self.owner.triangulation.Dirichlet( - self.basepoint_menu.get() == 'basepoint at centroid', + self.basepoint_menu.getcurselection() == 'basepoint at centroid', self.maximize_inj_rad.get(), (self.dx.get(), self.dy.get(), self.dz.get())) --- snappea-3.0d3.orig/SnapPeaPython/snappea-console +++ snappea-3.0d3/SnapPeaPython/snappea-console @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +export SNAPPEA_PYTHON=/usr/share/snappea/SnapPeaPython +export PYTHONPATH=/usr/lib/snappea:$SNAPPEA_PYTHON${PYTHONPATH:+:$PYTHONPATH} +/usr/bin/python -i $SNAPPEA_PYTHON/SnapPea.py --- snappea-3.0d3.orig/SnapPeaPython/Makefile.am +++ snappea-3.0d3/SnapPeaPython/Makefile.am @@ -0,0 +1,21 @@ +SUBDIRS = CuspedCensusData installation + +# Find the python version that we need to build against. +PYVER=$(shell pyversions -r ../debian/control) + +INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit \ + -I/usr/include/$(PYVER) + +pkglib_LTLIBRARIES = SnapPeaC.la + +SnapPeaC_la_SOURCES = SnapPeaC.c +SnapPeaC_la_LDFLAGS = -no-undefined -module -avoid-version +SnapPeaC_la_LIBADD = $(top_srcdir)/SnapPeaKernel/libsnappea.la + +bin_SCRIPTS = snappea snappea-console + +pythondir = $(pkgdatadir)/SnapPeaPython + +python_DATA = SnapPea.py SnapPeaGUI.py links.py + +EXTRA_DIST = SnapPea.c makefile open --- snappea-3.0d3.orig/SnapPeaPython/Makefile.in +++ snappea-3.0d3/SnapPeaPython/Makefile.in @@ -0,0 +1,596 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +SUBDIRS = CuspedCensusData installation + +# Find the python version that we need to build against. +PYVER=$(shell pyversions -r ../debian/control) + +INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit \ + -I/usr/include/$(PYVER) + + +pkglib_LTLIBRARIES = SnapPeaC.la + +SnapPeaC_la_SOURCES = SnapPeaC.c +SnapPeaC_la_LDFLAGS = -no-undefined -module -avoid-version +SnapPeaC_la_LIBADD = $(top_srcdir)/SnapPeaKernel/libsnappea.la + +bin_SCRIPTS = snappea snappea-console + +pythondir = $(pkgdatadir)/SnapPeaPython + +python_DATA = SnapPea.py SnapPeaGUI.py links.py + +EXTRA_DIST = SnapPea.c makefile open +subdir = SnapPeaPython +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +LTLIBRARIES = $(pkglib_LTLIBRARIES) + +SnapPeaC_la_DEPENDENCIES = $(top_srcdir)/SnapPeaKernel/libsnappea.la +am_SnapPeaC_la_OBJECTS = SnapPeaC.lo +SnapPeaC_la_OBJECTS = $(am_SnapPeaC_la_OBJECTS) +SCRIPTS = $(bin_SCRIPTS) + + +DEFAULT_INCLUDES = -I. -I$(srcdir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__depfiles_maybe = depfiles +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/SnapPeaC.Plo +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +CCLD = $(CC) +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +DIST_SOURCES = $(SnapPeaC_la_SOURCES) +DATA = $(python_DATA) + + +RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ + ps-recursive install-info-recursive uninstall-info-recursive \ + all-recursive install-data-recursive install-exec-recursive \ + installdirs-recursive install-recursive uninstall-recursive \ + check-recursive installcheck-recursive +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +DIST_SUBDIRS = $(SUBDIRS) +SOURCES = $(SnapPeaC_la_SOURCES) + +all: all-recursive + +.SUFFIXES: +.SUFFIXES: .c .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaPython/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +pkglibLTLIBRARIES_INSTALL = $(INSTALL) +install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(pkglibdir) + @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \ + $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \ + else :; fi; \ + done + +uninstall-pkglibLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ + p="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \ + $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \ + done + +clean-pkglibLTLIBRARIES: + -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) + @list='$(pkglib_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 +SnapPeaC.la: $(SnapPeaC_la_OBJECTS) $(SnapPeaC_la_DEPENDENCIES) + $(LINK) -rpath $(pkglibdir) $(SnapPeaC_la_LDFLAGS) $(SnapPeaC_la_OBJECTS) $(SnapPeaC_la_LIBADD) $(LIBS) +binSCRIPT_INSTALL = $(INSTALL_SCRIPT) +install-binSCRIPTS: $(bin_SCRIPTS) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(bindir) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + if test -f $$d$$p; then \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ + $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \ + else :; fi; \ + done + +uninstall-binSCRIPTS: + @$(NORMAL_UNINSTALL) + @list='$(bin_SCRIPTS)'; for p in $$list; do \ + f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ + echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ + rm -f $(DESTDIR)$(bindir)/$$f; \ + done + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SnapPeaC.Plo@am__quote@ + +.c.o: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< + +.c.obj: +@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` + +.c.lo: +@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ +@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \ +@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ +@am__fastdepCC_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +pythonDATA_INSTALL = $(INSTALL_DATA) +install-pythonDATA: $(python_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(pythondir) + @list='$(python_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f"; \ + $(pythonDATA_INSTALL) $$d$$p $(DESTDIR)$(pythondir)/$$f; \ + done + +uninstall-pythonDATA: + @$(NORMAL_UNINSTALL) + @list='$(python_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(pythondir)/$$f"; \ + rm -f $(DESTDIR)$(pythondir)/$$f; \ + done + +# 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): + @set fnord $$MAKEFLAGS; amf=$$2; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +mostlyclean-recursive clean-recursive distclean-recursive \ +maintainer-clean-recursive: + @set fnord $$MAKEFLAGS; amf=$$2; \ + 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) \ + || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ + 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 + +ETAGS = etags +ETAGSFLAGS = + +CTAGS = ctags +CTAGSFLAGS = + +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; } \ + END { for (i in files) print i; }'`; \ + mkid -fID $$unique + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + tags=; \ + here=`pwd`; \ + if (etags --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + else \ + include_option=--include; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -f $$subdir/TAGS && \ + tags="$$tags $$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; } \ + END { for (i in files) print i; }'`; \ + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique + +ctags: CTAGS +CTAGS: ctags-recursive $(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; } \ + END { 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 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ + || mkdir $(distdir)/$$subdir \ + || exit 1; \ + (cd $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" \ + distdir=../$(distdir)/$$subdir \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) +installdirs: installdirs-recursive +installdirs-am: + $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(bindir) $(DESTDIR)$(pythondir) + +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-recursive + +clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \ + mostlyclean-am + +distclean: distclean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-libtool distclean-tags + +dvi: dvi-recursive + +dvi-am: + +info: info-recursive + +info-am: + +install-data-am: install-pythonDATA + +install-exec-am: install-binSCRIPTS install-pkglibLTLIBRARIES + +install-info: install-info-recursive + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-binSCRIPTS uninstall-info-am \ + uninstall-pkglibLTLIBRARIES uninstall-pythonDATA + +uninstall-info: uninstall-info-recursive + +.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ + clean-generic clean-libtool clean-pkglibLTLIBRARIES \ + clean-recursive ctags ctags-recursive distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-recursive distclean-tags distdir dvi dvi-am \ + dvi-recursive info info-am info-recursive install install-am \ + install-binSCRIPTS install-data install-data-am \ + install-data-recursive install-exec install-exec-am \ + install-exec-recursive install-info install-info-am \ + install-info-recursive install-man install-pkglibLTLIBRARIES \ + install-pythonDATA install-recursive install-strip installcheck \ + installcheck-am installdirs installdirs-am \ + installdirs-recursive maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ + pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \ + tags-recursive uninstall uninstall-am uninstall-binSCRIPTS \ + uninstall-info-am uninstall-info-recursive \ + uninstall-pkglibLTLIBRARIES uninstall-pythonDATA \ + uninstall-recursive + +# 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: --- snappea-3.0d3.orig/SnapPeaPython/installation/Makefile.am +++ snappea-3.0d3/SnapPeaPython/installation/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = ReadMe.txt Setup.in inst --- snappea-3.0d3.orig/SnapPeaPython/installation/Makefile.in +++ snappea-3.0d3/SnapPeaPython/installation/Makefile.in @@ -0,0 +1,283 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +EXTRA_DIST = ReadMe.txt Setup.in inst +subdir = SnapPeaPython/installation +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaPython/installation/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-data \ + install-data-am install-exec install-exec-am install-info \ + install-info-am install-man install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- snappea-3.0d3.orig/SnapPeaPython/CuspedCensusData/Makefile.am +++ snappea-3.0d3/SnapPeaPython/CuspedCensusData/Makefile.am @@ -0,0 +1,3 @@ +# This directory already appears beneath snappea/SnapPeaKernel/unix_kit. + +EXTRA_DIST = terse5.bin terse6n.bin terse6o.bin terse7n.bin terse7o.bin --- snappea-3.0d3.orig/SnapPeaPython/CuspedCensusData/Makefile.in +++ snappea-3.0d3/SnapPeaPython/CuspedCensusData/Makefile.in @@ -0,0 +1,286 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +# This directory already appears beneath snappea/SnapPeaKernel/unix_kit. + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +host_triplet = @host@ +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ +MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ +MAKEINFO = @MAKEINFO@ +OBJEXT = @OBJEXT@ +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@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_RANLIB = @ac_ct_RANLIB@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ + +EXTRA_DIST = terse5.bin terse6n.bin terse6o.bin terse7n.bin terse7o.bin +subdir = SnapPeaPython/CuspedCensusData +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu SnapPeaPython/CuspedCensusData/Makefile +Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs + +distclean-libtool: + -rm -f libtool +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + 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 + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -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-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-libtool + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: + +install-exec-am: + +install-info: install-info-am + +install-man: + +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-info-am + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + distclean distclean-generic distclean-libtool distdir dvi \ + dvi-am info info-am install install-am install-data \ + install-data-am install-exec install-exec-am install-info \ + install-info-am install-man install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-info-am + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: